Avoid compilation error on Emacs 23
[gnus] / lisp / ChangeLog
1 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-compat.el (process-live-p): Added new compat function for Emacs
4         23.
5
6 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7
8         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
9         during header retrieval, error out instead of interpreting the data in
10         the buffer as the only messages there.  This way, we don't mark
11         articles as read on a server hangup (bug#19035).
12
13         * mm-decode.el (mm-head-p): New function.
14         (mm-display-part): Go to a blank line when inserting parts internally.
15
16 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
19         that we don't get a warning when setting the buffer-local variable
20         (bug#19573).
21
22         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
23         `gnus-request-group'.
24
25 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * gnus-art.el (gnus-article-browse-html-save-cid-content)
28         (gnus-article-browse-html-parts): Make cid file names relative if and
29         only if html doesn't specify <base> directory.
30
31 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
32
33         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
34         parts, because that breaks filling (since buttons are in a bold face).
35
36 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
39         use gnus-overlays-at and gnus-overlay-put.
40
41 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
42
43         * mm-decode.el (mm-shr): Only pass the fill column when not using
44         fonts, because limiting the width to what's appropriate for followups
45         doesn't really help when not using proportional fonts.
46
47 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
48
49         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
50         shr, beacause that breaks folding.
51         (mm-shr): Don't shorten the width when using fonts.
52
53 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
54
55         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
56         variable; always check the newrc timestamp.
57         (gnus-save-newsrc-file): Always check timestamp.
58
59 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
60
61         * mail-source.el (mail-source-call-script): If scripts exit with an
62         error, pop up an error buffer.
63
64 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
67         as a default.
68
69         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
70         correct server.
71
72 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
73
74         * nnimap.el (nnimap-request-group-scan): Fix the function name.
75
76         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
77
78 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
79
80         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
81         that nnimap works for non-activated backends.
82
83 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
84
85         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
86         message, since we already get an obsolescence message.  Use `declare'.
87
88 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
89
90         * nnir.el: Revert "Enable non-ASCII IMAP searches".
91
92 2015-01-30  Glenn Morris  <rgm@gnu.org>
93
94         * gnus-registry.el (gnus-registry-max-pruned-entries)
95         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
96         Fix :version.
97         (gnus-registry-default-sort-function): Improve :type.
98
99 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
100
101         * nnimap.el (nnimap-request-group): Allow running this function on
102         groups that don't exist in Gnus yet.
103         (nnimap-request-group): Revert previous patch since that made it
104         impossible to enter nnimap groups.
105
106         * message.el (message-smtpmail-send-it): Remove the mail header
107         separator before sending.
108
109 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
110
111         * nnimap.el (nnimap-find-expired-articles): Fix handling of
112         (expiry-wait . never).
113
114 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
115
116         * nnimap.el (nnimap-request-group): Clear the buffer before returning
117         the data.
118
119 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * gnus-compat.el (string-bytes): Work for XEmacs.
122
123 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
124
125         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
126
127         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
128         IMAP.
129
130 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
131
132         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
133
134         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
135
136         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
137         be added to the backlog.
138
139 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
140
141         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
142         target with a recursive make call.
143
144 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
145
146         * nnimap.el (nnimap-header-parameters): Refactor and request
147         X-GM-LABELS if it's been announced.
148         (nnimap-transform-headers): Gather and output GM-LABELS.
149
150 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
151
152         * mm-decode.el (mm-display-part): Make non-string methods work.
153         Non-string methods are funcalled and work just fine, the test was
154         bogus.
155         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
156         whole frame.
157
158 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
159
160         * nnimap.el (nnimap-request-accept-article): Allow respooling using
161         nnimap.
162
163         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
164         request rescans when being run interactively.
165
166         * nnimap.el (nnimap-request-group): Don't rescan the group here,
167         because that can be very slow in large groups.
168
169         * gnus-int.el (gnus-request-group-scan): New backend function.
170
171         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
172
173 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
174
175         * gnus-group.el (gnus-group-suspend): Close all backends.
176
177 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
178
179         * dgnushack.el (dgnushack-compile-file): New function.
180         (dgnushack-compile): Use it (bug#19514).
181
182 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
185
186 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
187
188         * registry.el: Don't use <class> as a variable.
189
190 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
191
192         system-name's returned value can vary
193         Also, the system-name variable is now obsolete.
194         Fixes Bug#19438.
195         * message.el (message-make-fqdn):
196         * nnvirtual.el (nnvirtual-retrieve-headers)
197         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
198         and avoid naming locals 'system-name'.
199
200 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
201
202         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
203         lines don't get overlong when responding.
204
205 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * registry.el (cl-remf, cl-loop, cl-subseq):
208         Alias to remf, loop, and subseq respectively for old Emacsen.
209
210 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
211
212         * gnus-group.el (gnus-read-ephemeral-bug-group):
213         Bind coding-system-for-read and coding-system-for-write only around
214         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
215
216 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
217
218         * registry.el (registry-db): Set default slot later.
219         This is because its value is not a literal integer.
220
221 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
222
223         * registry.el (registry-db): Fix default registry-db max-size.
224
225 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
226
227         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
228         add warning.
229
230         * gnus-art.el: Fix up compiler warnings.
231         (article-display-face, article-display-x-face): Remove unused `face'.
232         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
233         (article-date-ut): Remove unused var `first'.
234         (gnus-article-prepare): Remove unused var `gnus-article'.
235         (gnus-mime-save-part-and-strip): Remove unused var `param'.
236         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
237         `coding-system' along with corresponding dead code.
238         (gnus-mime-view-part-externally): Remove unused var
239         `mm-user-display-methods'.
240         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
241         (gnus-display-mime): Remove unused var `handle'.
242         (gnus-mime-display-alternative): Remove unused var `props'.
243         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
244         (gnus-article-edit-done): Remove unused var `p'.
245         (gnus-url-mailto): Remove unused var `to'.
246         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
247         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
248
249 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
250
251         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
252         slots into a :max-size slot.
253         (registry-db-version): Add new variable for database version number.
254         (registry-prune): Use :max-size slot. Accept and use a sort-function
255         argument.
256         (registry-collect-prune-candidates): Add new function for finding
257         non-precious pruning candidates.
258         (registry-prune-hard-candidates, registry-prune-soft-candidates):
259         Remove obsolete functions.
260         (initialize-instance): Upgrade registry version when starting.
261
262         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
263         (gnus-registry-max-pruned-entries): Remove obsolete variable.
264         (gnus-registry-cache-file): Change default
265         filename extension to "eieio".
266         (gnus-registry-read): Add new function, split out from
267         `gnus-registry-load', that does the actual object reading.
268         (gnus-registry-load): Use it. Add condition case handler to check for
269         old filename extension and rename to the new one.
270         (gnus-registry-default-sort-function): New variable to specify a sort
271         function to use when pruning.
272         (gnus-registry-save, gnus-registry-insert): Use it.
273         (gnus-registry-sort-by-creation-time): Define a default sort function.
274
275         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
276         Adjust test for new object signature.
277         (gnustest-registry-pruning-test): Add new pruning test.
278         (gnustest-registry-sort-function): Default sort function for testing.
279         (gnustest-registry-pruning-sort-test): New test for sorting.
280
281 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
284         function for reuse.
285         (gnus-mime-buttonize-attachments-in-header): Adjust.
286
287 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * message.el (message-change-subject): Really check whether the subject
290         changed.
291
292 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
295         PDFs.
296         (mailcap-view-mime): New function.
297
298 2014-12-01  Glenn Morris  <rgm@gnu.org>
299
300         * gnus-cloud.el (gnus-cloud): Add :version tag.
301
302 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * gnus-art.el (gnus-use-idna):
305         * gnus-sum.el (gnus-summary-idna-message):
306         * message.el (message-use-idna):
307         Protect against nil value for idna-program.
308
309         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
310
311 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
312
313         * auth-source.el (auth-source-macos-keychain-search-items): Return
314         result of `auth-source-macos-keychain-result-append' (bug#19074).
315
316 2014-11-25  Glenn Morris  <rgm@gnu.org>
317
318         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
319         Add :version tag.
320
321 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * pop3.el (pop3-open-server): Warn unless encrypted.
324
325         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
326
327 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
328
329         Port new time stamp handling to Emacs 23.2.
330         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
331         * time-date.el (time-add, time-subtract, time-less-p):
332         Use eval-and-compile, not eval-when-compile.
333
334 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
335
336         * message.el (message-valid-fqdn-regexp): Add non-internaional new
337         TLDs.
338
339 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
340
341         Port new time stamp handling to old Emacs and to XEmacs.
342         This is needed for Gnus, which copies time-date.el and which
343         runs on older Emacs implementations.
344         * time-date.el (with-decoded-time-value):
345         Handle 'nil' and floating-point arg more compatibly with new Emacs.
346         (encode-time-value, with-decoded-time-value):
347         Obsolete only if new Emacs.
348         (time-add, time-subtract, time-less-p): Define if not new Emacs.
349
350         Improve time stamp handling, and be more consistent about it.
351         This implements a suggestion made in:
352         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
353         Among other things, this means timer.el no longer needs to
354         autoload the time-date module.
355         * time-date.el (seconds-to-time, days-to-time, time-since)
356         (with-decoded-time-value):
357         Treat 'nil' as current time.  This is mostly for XEmacs.
358         (encode-time-value, with-decoded-time-value): Obsolete.
359         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
360         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
361
362 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363
364         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
365         discarding changes in ephemeral groups.
366
367         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
368         things the user isn't interested in.
369
370 2014-11-13  Julien Danjou  <jd@abydos>
371
372         * gnus-notifications.el (gnus-notifications-notify): Provide both
373         app-icon and image-path.
374
375 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
376
377         * mm-url.el (mm-url-encode-multipart-form-data):
378         Restore to handle "multipart/form-data" by eww.
379
380 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
381
382         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
383         Landscheidt.
384
385 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
386
387         Simplify use of current-time and friends.
388         * gnus-delay.el (gnus-delay-article):
389         * gnus-sum.el (gnus-summary-read-document):
390         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
391         * message.el (message-make-expires-date):
392         Omit unnecessary call to current-time.
393         * gnus-util.el (gnus-float-time): Simplify to an alias because
394         time-to-seconds now behaves like float-time with respect to nil arg.
395         (gnus-seconds-year): Don't call current-time twice to get the current
396         time stamp, as this can lead to inconsistent results.
397         * time-date.el (time-to-seconds) [!float-time]:
398         Use current time if arg is nil, to be compatible with float-time.
399         (time-date--day-in-year): New function, with most of the guts of
400         the old time-to-day-in-year.
401         (time-to-day-in-year): Use it.
402         (time-to-days): Use it, to avoid decoding the same time stamp twice.
403
404 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * gnus.el (gnus-mode-line-buffer-identification):
407         Don't add image data for a non-graphic display (bug#18813).
408
409 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
412         load-path, it blocks autoloading of find-image (bug#18813).
413
414 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
415
416         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
417         to keep connection open (bug#18728).
418
419 2014-10-20  Glenn Morris  <rgm@gnu.org>
420
421         * Merge in all changes up to 24.4 release.
422
423 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
424
425         * message.el (message-insert-signature): Use `newline' instead of
426         inserting explicit "\n".
427
428 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
429
430         * gnus-icalendar.el: Support vcal format timezones.
431         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
432         compute dates with associated timezone.
433         (gnus-icalendar-event-from-ical): Compute all timezones.
434
435 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
436
437         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
438         check the newsrc.eld file's timestamp before saving it.
439         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
440         timestamp has changed to be newer.
441
442 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
443
444         * gnus-icalendar.el (gnus-icalendar-identities):
445         Include message-alternative-emails.
446
447 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
450         New compatibility functions.
451         (ntlm-build-auth-response): Use them.
452
453 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
454
455         * ntlm.el (ntlm-build-auth-request):
456         Add NTLM2 Session support.  (Bug#15603)
457
458 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
459
460         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
461         expired messages only when it was built in reverse order.
462
463 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
464
465         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
466         last so it can be used in `message-send-hook'.
467
468 2014-09-29  Daiki Ueno  <ueno@gnu.org>
469
470         * mml.el (mml-parse-1): Error out if unknown mode is specified in
471         <#secure> tag (bug#18513).
472
473 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * parse-time.el: Require cl when compiling.
476
477 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         Use cl-lib as much as possible following the 2014-09-26 change
480         in the Emacs trunk.
481         * parse-time.el: Try requiring cl-lib.
482         (parse-time-incf): Alias to cl-incf or incf.
483         (digit-char-p): Remove.
484         (parse-time-integer): Alias to cl-parse-integer or the one defined.
485         (parse-integer): Rename to parse-time-integer.
486         (parse-time-tokenize, parse-time-rules, parse-time-string)
487         Use parse-time-incf and parse-time-integer.
488
489 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
490
491         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
492         of ":delete".
493
494 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
495
496         * gnus-art.el (gnus-article-browse-html-save-cid-content)
497         (gnus-article-browse-html-parts):
498         Revert last change that breaks links other than cid contents.
499
500 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * gnus-art.el (gnus-article-browse-html-save-cid-content)
503         (gnus-article-browse-html-parts): Make cid file names relative.
504
505 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * mm-view.el (mm-display-inline-fontify): Make the working buffer
508         temporarily displayed when running a mode function (at least org-mode
509         requires it).
510
511 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
512
513         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
514         the gnus-summary-article-expire-hook should be told where the function
515         is going. In particular, the Gnus registry might want to know.
516
517 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
518
519         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
520
521 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * gnus-sum.el (gnus-summary-expire-articles): Revert.
524
525 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
526
527         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
528         the gnus-summary-article-expire-hook should be told where the function
529         is going. In particular, the Gnus registry might want to know.
530
531 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
532
533         Don't mishandle year-9999 dates (Bug#18176).
534         * parse-time.el (parse-time-rules):
535         Allow years up to most-positive-fixnum.
536         * time-date.el (date-to-time):
537         Pass "Specified time is not representable" errors through.
538
539 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
540
541         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
542         groups and t.
543
544 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-utils.el (gnus-recursive-directory-files):
547         Unify hard or symbolic links (bug#18063).
548
549 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
550
551         * gnus-msg.el (gnus-configure-posting-style):
552         Allow string replacements in values when matching against a header.
553
554 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
557         the dribble buffer even when it is shrunk a lot.
558         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
559
560 2014-06-26  Glenn Morris  <rgm@gnu.org>
561
562         * mm-util.el (help-function-arglist): Remove outdated declaration.
563
564 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
565
566         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
567         attribute values.  (Bug#17834)
568
569 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
570
571         * gnus-sum.el (gnus-summary-edit-article-done):
572         Prefer point-marker to copy-marker of point.
573
574 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * Makefile.in (install-el, install-el-elc): Compress .el files.
577         (uninstall): Remove compressed .el files.
578
579 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
582         (gnus-article-read-summary-keys):
583         Don't bug out when there is no article in the summary buffer.
584         (gnus-mime-buttonize-attachments-in-header):
585         Improve criterion that finds parts to display.
586
587         * gnus-art.el (gnus-mm-display-part):
588         * mm-decode.el (mm-shr):
589         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
590         (mm-insert-inline): Revert last changes.
591
592 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * gnus-art.el (gnus-mm-display-part):
595         * mm-decode.el (mm-shr):
596         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
597         (mm-insert-inline): Set insertion type of end-marker, not only
598         start-marker, of undisplayer so as to stay after inserted text.
599
600 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
601
602         * html2text.el (html2text-get-attr): Fix typo when splitting value from
603         attribute. (Bug#17613)
604
605 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
606
607         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
608         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
609
610 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
613         Don't delete next part button; keep spacing between buttons.
614
615 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
618         Work for the last MIME part in an article.
619         (gnus-mime-display-single): Suppress excessive newlines between parts.
620
621         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
622         by leading or trailing newline.
623
624 2014-05-12  Sam Steingold  <sds@gnu.org>
625
626         * time-date.el (seconds-to-string): New function to pretty print time
627         delay in seconds.
628
629 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
632         while prompting a user for a file name, etc.
633         (gnus-mime-display-single): Display part with a common appearance no
634         matter whether MIME button is omitted or not; don't add duplicate entry
635         to gnus-article-mime-handle-alist.
636         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
637
638 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
639
640         * mml2015.el (mml2015-display-key-image): New variable.
641
642 2014-05-08  Glenn Morris  <rgm@gnu.org>
643
644         * gnus-fun.el (gnus-grab-cam-face):
645         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
646         This is CVE-2014-3421.
647
648 2014-05-04  Glenn Morris  <rgm@gnu.org>
649
650         * gnus-registry.el (gnus-registry-install-p): Doc fix.
651
652 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
655         the displaying state of a part.
656         (gnus-mm-display-part): Don't insert a newline in the beginning of
657         a part like gnus-mime-inline-part doesn't; work for XEmacs.
658
659         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
660         (mm-shr): Make undisplayer unbreakable.
661
662         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
663         Don't insert excessive newline.
664         (mm-inline-text-html-render-with-w3m, mm-inline-text)
665         (mm-insert-inline): Make undisplayer unbreakable.
666
667 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
668
669         * gnus.el: Ma Gnus v0.11 is released.
670
671 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * gnus-art.el (gnus-mm-display-part):
674         Highlight header attachment buttons.
675
676 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
679         a part; redisplay a button (enbugged in 2014-02-05).
680
681 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
682
683         * auth-source.el (auth-source-search, auth-source-search-backends):
684         Treat :max 0 as an indicator that a boolean return is wanted, as
685         documented. Reported by Joe Bloggs.
686
687 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * gnus-icalendar.el: Require gnus-art.
690
691 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
692
693         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
694         (gnus-icalendar--update-org-event): put event timestamp in
695         the org entry body instead of the drawer.
696         (gnus-icalendar-event--get-attendee-names): list of participants should
697         contain even attendees without common name attribute.
698         (gnus-icalendar--update-org-event): don't generate duplicates of empty
699         property tags in org drawers.
700
701 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * gmm-utils.el (gmm-format-time-string): New function.
704
705         * message.el (message-insert-formatted-citation-line): Use the original
706         author's time zone to express a date string.
707
708 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
709
710         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
711         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
712         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
713         Silence compiler warnings.
714         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
715
716 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
717
718         * mml.el: Require url when compiling.
719
720         * gnus-cloud.el (gnus-cloud-parse-version-1):
721         Use plist-get rather than CL's getf.
722         (gnus-activate-group, gnus-subscribe-group): Declare.
723
724         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
725
726 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
729         buttons when toggling the header off.
730
731 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
732
733         * tls.el (tls-program): Reflow docstring.
734
735 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
736
737         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
738         groups work again.
739
740 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
741
742         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
743         999 correctly (i.e. "1,342").
744
745 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
746
747         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
748         out if the directory doesn't exist.
749
750 2014-03-07  Daiki Ueno  <ueno@gnu.org>
751
752         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
753         commands here; instead, only check if epg-config.el is available.
754
755 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
756
757         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
758         messages with embedded images.
759         (mml-generate-mime): Don't bug out if you don't have libxml.
760
761 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
762
763         * message.el (message-make-html-message-with-image-files): New command.
764
765 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
766
767         * gnus-group.el (gnus-group-make-group): Clarify prompt.
768
769         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
770
771 2014-02-23  David Engster  <deng@randomsample.de>
772
773         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
774         to stay compatible with older Emacsen, so replace `cl-loop' with
775         `loop'.
776
777 2014-02-22  Daniel Colascione  <dancol@dancol.org>
778
779         * auth-source.el (auth-source-secrets-listify-pattern): New function.
780         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
781         instead, build list of patterns.
782
783 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
786         Display header attachment buttons by gnus-article-prepare-display
787         rather than gnus-article-prepare so as to view in mml-preview as well.
788
789 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
790
791         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
792         in `auth-sources' means and link to EPA docs.
793
794 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
795
796         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
797         (bug#12375).
798
799 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
802         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
803
804 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
805
806         * message.el (message-tab): Mention what happens on normal tabs
807         (bug#11297).
808
809 2014-02-08  Glenn Morris  <rgm@gnu.org>
810
811         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
812
813 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
816         buttons that are hidden in unselected alternative part as well.
817         (gnus-mime-display-alternative): Redraw attachment buttons in header.
818
819         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
820
821 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
822
823         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
824         keystroke.
825         (gnus-server-toggle-cloud-server): Only allow clouding applicable
826         types.
827
828         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
829         with an empty string.
830
831 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
832
833         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
834         buffer-local in some buffers, so bind it explicitly in the buffer we're
835         trying to cancel the article in (bug#10808).
836
837 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
840         New functions.
841
842         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
843         New user option.
844         (gnus-mime-buttonize-attachments-in-header): New function.
845         (gnus-article-prepare): Use it.
846         (gnus-mime-inline-part): Suppress extra newline.
847         (gnus-mm-display-part): Save excursion;
848         remove useless deleting and adding of buttons.
849         (gnus-insert-mime-button): Allow insertion in the middle of a line.
850
851         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
852         Add gnus-mime-buttonize-attachments-in-header.
853
854 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
855
856         * nnimap.el (nnimap-request-articles): New command to download several
857         articles at once.
858
859         * gnus.el (gnus-variable-list): Save Cloud variables.
860
861         * gnus-int.el (gnus-request-accept-article): Doc fix.
862
863 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
864
865         * parse-time.el (parse-time-iso8601-regexp)
866         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
867         it more generally.
868
869 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-cloud.el: New file to provide the Emacs Cloud.
872
873         * dgnushack.el: Silence XEmacs w3 warning.
874
875         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
876         `url-retrieve-synchronously', apparently.
877
878         * dgnushack.el: Silence XEmacs dns.el warning.
879
880         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
881         instead of in all files.
882
883         * dns.el (network-interface-list): Define for XEmacs.
884
885         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
886         XEmacs.
887
888         * nnrss.el (libxml-parse-html-region): Silence compilation error.
889
890 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
891
892         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
893         `gnus-group-split-fancy'.
894
895 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
896
897         * message.el (message-remove-header): Doc fix.
898         (message-forward-included-headers): New variable.
899         (message-remove-ignored-headers): Use it.
900
901 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
902
903         * nnir.el (nnir-request-update-mark): Don't try to update the source
904         group if we can't find it (bug#16611).
905
906 2014-01-31  Dave Abrahams  <dave@boostpro.com>
907
908         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
909
910 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
911
912         * dns.el (dns-servers-up-to-date-p): New function to see whether the
913         network interfaces changed.
914         (dns-query): Use it to flush the data.
915
916 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
917
918         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
919         from random face commands.
920         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
921         Face.
922         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
923         (gnus--random-face-with-type): Generic function returning a face-type
924         as a string.
925         (gnus--insert-random-face-with-type): Generic function inserting a face
926         in a message buffer header.
927         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
928         (gnus-insert-random-x-face-header): Rewritten to use
929         `gnus--insert-random-face-with-type`.
930         (gnus-random-face): Return random (png) Face as string.
931         (nus-insert-random-face-header): Insert random (png) Face in a message
932         buffer.
933
934 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
935
936         * mm-url.el: Remove all usage of w3.
937
938         * nnrss.el: Ditto.
939
940         * mm-decode.el: Ditto.
941
942         * mm-view.el: Ditto.
943
944         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
945         outdated and all Emacsen have url.el built-in.
946
947         * gnus-setup.el: Remove outdated file.
948
949 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
950
951         * gnus.el: Ma Gnus v0.9 is released.
952
953 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
954
955         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
956
957 2014-01-31  Dave Abrahams  <dave@boostpro.com>
958
959         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
960         in the summary buffer (bug#13769).
961
962 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
963
964         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
965         name if we're using a single article buffer.  Otherwise, it may point
966         to a killed buffer (bug#13756).
967
968 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
969
970         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
971         the match data, just save and restore it explictly (bug#12375).
972
973         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
974         that's needed.
975
976         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
977         the code once (bug#9069).
978
979 2014-01-18  Steinar Bang  <sb@dod.no>
980
981         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
982         reading.
983
984 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
985
986         * message.el (message-bury): Call bury-buffer with no argument
987         in the message-return-action case too.
988
989 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
992         (nnimap-split-fancy, nnimap-split-methods): Declare.
993
994         * mm-util.el (help-function-arglist): Declare.
995
996 2013-12-28  Glenn Morris  <rgm@gnu.org>
997
998         * gnus-sieve.el (gnus-sieve-select-method):
999         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1000         (gravatar-rating, gravatar-size):
1001         * message.el (message-minibuffer-local-map):
1002         * sieve-manage.el (sieve-manage-authenticators)
1003         (sieve-manage-authenticator-alist): Specify custom types.
1004
1005         * hashcash.el (hashcash-program): Rename from hashcash-path.
1006         Update callers.
1007
1008         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1009         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1010         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1011
1012         * auth-source.el (auth-sources):
1013         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1014         Fix custom types.
1015
1016         * tls.el (tls-certtool-program): Fix default value.
1017
1018 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1019
1020         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1021         we get proper traces there, too.
1022
1023 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1024
1025         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1026         value of the parameters if the current article has a Reply-To or From
1027         field.
1028
1029 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1030
1031         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1032
1033 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-sum.el (gnus-summary-exit): Stop animations.
1036
1037 2013-12-19  Juri Linkov  <juri@jurta.org>
1038
1039         * gnus.el (gnus-suppress-keymap):
1040         * gnus-art.el (gnus-article-mode-map):
1041         * gnus-group.el (gnus-group-mode-map):
1042         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1043         Remove [backspace] key binding because it shadows DEL (bug#16035).
1044
1045         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1046
1047 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1050         Make sure work directory exists.
1051         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1052         rather than tmp directory.
1053         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1054         not necessarily always run, with it.
1055
1056 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1057
1058         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1059         value of gnus-icalendar-additional-identities work without restart.
1060
1061 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * mm-util.el (mm-make-temp-file):
1064         Alias to make-temp-file for modern Emacsen.
1065
1066 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1069         nnir-article-number and nnir-article-group.
1070
1071 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1072
1073         * message.el (message-send-mail-with-sendmail):
1074         Don't kill error buffer if sending fails.
1075
1076 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1077
1078         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1079         (gnus-icalendar-event->org-entry)
1080         (gnus-icalendar--update-org-event)
1081         (gnus-icalendar-event->gnus-calendar): Distinguish between
1082         required/optional/non-participant attendee status.  Fix bug causing
1083         the first required event participant to be omitted.
1084
1085 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * gnus-art.el (article-de-quoted-unreadable)
1088         (article-de-base64-unreadable, gnus-mime-copy-part)
1089         * gnus-html.el (gnus-article-html)
1090         * mm-view.el (mm-inline-text-html-render-with-w3)
1091         (mm-inline-text-html-render-with-w3m-standalone)
1092         * rfc2231.el (rfc2231-decode-encoded-string):
1093         Allow overriding charset by mm-charset-override-alist.
1094
1095         * gnus-art.el (gnus-article-browse-html-parts):
1096         Replace LWSPs with `&nbsp;'s in header.
1097
1098         Work for broken Chinese articles.
1099
1100         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1101         Exclude broken handles that gnus-summary-enter-digest-group may create.
1102         (gnus-article-browse-html-parts):
1103         Allow overriding charset by mm-charset-override-alist.
1104
1105 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1106
1107         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1108         (gnus-icalendar-identities): Support additional-identities.
1109
1110 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1111
1112         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1113         org-timestamp for events ending at midnight.
1114
1115 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1116
1117         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1118         .log files.
1119
1120 2013-11-20  David Engster  <deng@randomsample.de>
1121
1122         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1123
1124 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1125
1126         * message.el (message-beginning-of-line):
1127         Use beginning-of-visual-line when visual-line-mode is turned on.
1128
1129 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1130
1131         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1132         (gnus-icalendar-event-from-ical)
1133         (gnus-icalendar-event->org-entry)
1134         (gnus-icalendar--update-org-event): Required/optional participation,
1135         list of attendees synced to org.
1136
1137 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1138
1139         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1140         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1141         cancellations to be synced to org if the original appt has an org
1142         outline.
1143
1144 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1145
1146         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1147         (gnus-icalendar-event->org-entry)
1148         (gnus-icalendar--update-org-event)
1149         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1150
1151 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1152
1153         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1154         Fix timezone handling in gnus-icalendar export to org.
1155
1156 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1159
1160 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1163
1164 2013-10-30  Glenn Morris  <rgm@gnu.org>
1165
1166         * gnus-group.el (gnus-group-browse-foreign-server):
1167         * gnus-int.el (gnus-start-news-server):
1168         Silence compiler obsolescence warning.
1169
1170 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1171
1172         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1173         `nnoo-current-server' first, then for the actual `nnimap-address' to
1174         allow netrc entries for the nnoo server to coexist with netrc entries
1175         for the `nnimap-address'.
1176
1177 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * mm-decode.el (mm-dissect-buffer): Revert last change.
1180         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1181         The problem that motivated those changes was attributed to a broken
1182         mail sender, and has been fixed.
1183
1184 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1187         token is missing in the Content-Type header.
1188
1189         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1190
1191 2013-09-18  Glenn Morris  <rgm@gnu.org>
1192
1193         * gnus-util.el (image-size): Declare.
1194
1195 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1198         (gnus-icalendar-event-from-ical)
1199         (gnus-icalendar-event--build-reply-event-body)
1200         (gnus-icalendar-event-reply-from-buffer)
1201         (gnus-icalendar-find-org-event-file)
1202         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1203         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1204
1205         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1206
1207 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1208
1209         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1210         Use save-current-buffer.
1211         (gnus-tree-mode-map): Initialize in the declaration.
1212         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1213         (scroll-in-place): Defvar it.
1214         (gnus-tmp-*): Defvar them.
1215         (gnus-get-tree-buffer): Use derived-mode-p.
1216         (gnus--let-eval): New macro.
1217         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1218         non-prefixed variables.
1219         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1220
1221         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1222         vars since it doesn't seem to be available.
1223         (gnus-set-global-variables, gnus-summary-read-group-1)
1224         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1225         (gnus-summary-display-article, gnus-summary-select-article)
1226         (gnus-summary-next-article, gnus-offer-save-summaries)
1227         (gnus-summary-generic-mark): Use derived-mode-p.
1228         (gnus-summary-read-group-1, gnus-summary-exit)
1229         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1230         Adjust calls to gnus-tree-close and gnus-tree-open.
1231
1232         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1233
1234         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1235         (gnus-agent-mode): Use derived-mode-p.
1236         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1237         gnus-command-method and *-command-method to nil, but bind
1238         gnus-command-method to *-command-method instead!
1239         (gnus-agent-fetch-articles): Remove unused var `id'.
1240         (gnus-agent-fetch-headers): Remove unused arg `force'.
1241         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1242         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1243         (gnus-agent-short-article, gnus-agent-long-article)
1244         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1245         first use.
1246         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1247         `score-param'.
1248         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1249         (gnus-get-predicate): Push in front of the cache, rather than end.
1250         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1251         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1252         (gnus-agent-expire-unagentized-dirs): Don't rebind
1253         gnus-agent-expire-current-dirs since the defvar silences the warning.
1254         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1255         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1256         (gnus-agent-regenerate): Simplify interactive spec and doc.
1257
1258 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * gnus-int.el (gnus-open-server): Silence compiler.
1261
1262         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1263
1264         * message.el (message-display-completion-list): Abolish.
1265         (message-completion-in-region): Use display-completion-list.
1266
1267 2013-09-17  Glenn Morris  <rgm@gnu.org>
1268
1269         * gnus-util.el (gnus-message-with-timestamp-1):
1270         Use `messages-buffer' function if available.  Ignore read-only.
1271
1272 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * message.el (message-expand-group, message-completion-in-region):
1275         Correct the order of start and end of a region.
1276
1277 2013-09-13  Glenn Morris  <rgm@gnu.org>
1278
1279         * mml2015.el (gnus-create-image): Autoload it.
1280
1281         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1282
1283         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1284         (image-size): Declare.
1285
1286 2013-09-12  Glenn Morris  <rgm@gnu.org>
1287
1288         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1289         Avoid using `find', which i) might not be defined at runtime;
1290         ii) does not work, since its default test is eql, not equal.
1291         (gnus-mime-action-alist): Declare.
1292
1293 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1294
1295         * score-mode.el (gnus-score-mode-map): Move initialization
1296         into declaration.
1297         (gnus-score-mode): Use define-derived-mode.
1298         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1299         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1300         into declaration.
1301         (gnus-kill-file-mode): Use define-derived-mode.
1302         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1303         Use derived-mode-p.
1304         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1305         (gnus-group-setup-buffer, gnus-group-name-at-point)
1306         (gnus-group-make-web-group, gnus-group-enter-directory)
1307         (gnus-group-suspend): Use derived-mode-p.
1308         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1309         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1310         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1311         (gnus-article-setup-buffer, gnus-article-prepare)
1312         (gnus-article-prepare-display, gnus-sticky-article)
1313         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1314         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1315         (gnus-article-read-summary-keys): Use derived-mode-p.
1316
1317 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1320
1321 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1324         shift_jis from the default value set for Japanese users.
1325
1326 2013-08-13  Glenn Morris  <rgm@gnu.org>
1327
1328         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1329
1330         * gnus.el (gnus-valid-select-methods): Fix type.
1331
1332         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1333
1334 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * mm-decode.el (mm-display-external): Run a timer for the temp files
1337         deletion after a viewer exits; add a deletion timer for the needsterm
1338         case, too.
1339
1340         * mm-decode.el (mm-display-external): Try to delete temporary files by
1341         using a 1-min. timer.
1342
1343 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1346         New internal variables.
1347         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1348         (mm-display-external): Use it to delete temporary files instead of
1349         using timers.
1350
1351 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1354
1355 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1356
1357         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1358         with cond for backwards compatability.
1359
1360 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * mm-decode.el (mm-display-external): Bind process-connection-type to
1363         nil; don't delete a temp file immediately even if a viewer finishes,
1364         since it may be a shell script, like xdg-open, that launches a real
1365         viewer program belatedly.
1366
1367 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1368
1369         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1370         that we can create nndoc groups that excerpt other groups.
1371
1372 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * gnus-delay.el (gnus-delay-article): Fix typo.
1375
1376         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1377         articles.
1378
1379         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1380         we can get spell-checking etc.
1381
1382 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1385         a single one used for encoding the whole text in a header.
1386
1387 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1390         doesn't work properly on XEmacs.
1391
1392 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1395         before sending.
1396
1397         * dgnushack.el (dgnushack-compile): Add a temporary check for
1398         gnus-icalendar.
1399
1400         * mm-decode.el (mm-command-output): New face.
1401         (mm-display-external): Use it.
1402
1403 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1404
1405         * nnmbox.el (nnmbox-request-article): Don't change point.
1406
1407 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1410         Include `handle' parameter.
1411
1412 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1413
1414         * gnus-icalendar.el: New file.
1415
1416 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1419
1420         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1421         dummy roots, too.
1422
1423 2013-08-01  David Edmondson  <dme@dme.org>
1424
1425         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1426         out on ttys.
1427
1428 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1431         not empty.
1432
1433         * nnrss.el (nnrss-discover-feed): Indent.
1434
1435 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1438
1439 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1442         dirty to ensure nnimap data being saved.
1443
1444 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1445
1446         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1447         menu entry.
1448
1449         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1450         the current thread's total score instead of the current article's
1451         score.
1452
1453         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1454         (gnus-sort-threads-recursively): Delete defcustom.
1455         (gnus-sort-threads-recursive): Adapt accordingly.
1456
1457 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1458
1459         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1460         (gnus-sort-threads-recursive): Use it.
1461         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1462         again.  Now that determines how to sort subthreads.
1463
1464 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1465
1466         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1467         (gnus-sort-threads): Use it.
1468
1469 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1470
1471         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1472         punctuation characters follow parentheses (bug#14950).
1473
1474 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * gnus.el (gnus-continuum-version):
1477         * gnus-msg.el (gnus-extended-version): Simplify.
1478
1479         * gnus.el (gnus-continuum-version-1): Remove.
1480         * gnus-msg.el (gnus-bug): Revert.
1481
1482         Calculate gnus-version correctly on Cygwin.
1483
1484         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1485         (gnus-continuum-version-1): New function, return a string.
1486
1487         * gnus-msg.el (gnus-extended-version, gnus-bug):
1488         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1489
1490 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1491
1492         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1493         (bug#13384).
1494
1495 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1498         that were only relevant in a development version a long time ago.
1499
1500 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1503         that the old Emacs 24s bundle.
1504
1505 2013-07-10  David Engster  <deng@randomsample.de>
1506
1507         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1508         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1509         fixes a bug in Emacs trunk where the 'unexist' marks were always
1510         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1511         Gnus v0.03".
1512
1513 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1514
1515         * gnus.el (gnus-summary-line-format): Reference
1516         `gnus-user-date-format-alist' for the &user-date; format, not
1517         `gnus-summary-user-date-format-alist'.
1518
1519 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1522         delete files (bug#13481).
1523
1524 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1525
1526         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1527
1528 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1529
1530         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1531         display images.
1532
1533         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1534
1535         * message.el (message-cancel-news): According to
1536         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1537         preferred over "cmsg cancel" in the Subject.
1538
1539         * nnir.el (nnir-engines): Note that the group specs are regexps
1540         (bug#13238).
1541
1542         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1543         gotten read-only text properties, ensure that those aren't heeded when
1544         copying stuff over (bug#13434).
1545
1546         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1547         (bug#13762).
1548
1549 2013-07-05  David Kastrup  <dak@gnu.org>
1550
1551         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1552         authinfo file again (important for blank passwords).  This had been
1553         broken with 2013-06-15 change.
1554
1555 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1558         Revert 2013-01-14 change.
1559
1560 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1561
1562         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1563         of 'create-image' for XEmacs compatibility; check errors when decoding
1564         image.  Reported by Uwe Brauer.
1565
1566 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1569         gnus-button-push revised at 2011-01-19.
1570
1571 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572
1573         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1574         now live in the lisp/net Emacs 24 repository.
1575
1576 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * eww.el (eww-update-header-line-format): Quote % characters.
1579
1580 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * eww.el (eww-process-text-input): Display passwords as asterisks.
1583
1584         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1585
1586 2013-06-19  Tom Tromey  <tromey@redhat.com>
1587
1588         * eww.el (eww-top-url): Remove.
1589         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1590         (eww-render): Set new variables.  Don't set eww-top-url.
1591         (eww-handle-link): Handle "prev", "home", and "contents".
1592         Downcase the rel text.
1593         (eww-top-url): Choose best top URL.
1594
1595 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * eww.el: Rewrite to implement form elements "by hand" instead of
1598         relying in widget.el.  Using widget.el leads to too many
1599         user interface inconsistencies.
1600         (eww-self-insert): Implement entering commands in text fields.
1601         (eww-process-text-input): New function to make text input field editing
1602         work.
1603         (eww-submit): Rewrite to use the new-style form methods.
1604         (eww-select-display): Display the correct selected item.
1605         (eww-change-select): Implement changing the select value.
1606         (eww-toggle-checkbox): Implement radio/checkboxes.
1607         (eww-update-field): Fix compilation error.
1608         (eww-tag-textarea): Implement <textarea>.
1609
1610         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1611         don't shadow mode-specific bindings.
1612
1613         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1614         nothing to push.
1615
1616         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1617
1618 2013-06-19  Glenn Morris  <rgm@gnu.org>
1619
1620         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1621
1622 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1623
1624         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1625
1626 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * shr.el (shr-make-table-1): Implement <td rowspan>.
1629         (shr-table-horizontal-line): Allow nil as a value, and change the
1630         default.
1631         (shr-insert-table-ruler): Respect the nil value.
1632
1633 2013-06-18  Tom Tromey  <tromey@barimba>
1634
1635         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1636         New defvars.
1637         (eww-open-file): New defun.
1638         (eww-render): Initialize new variables.
1639         (eww-display-html): Handle "link" and "a".
1640         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1641         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1642         (eww-back-url): Rename from eww-previous-url.
1643         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1644         defuns.
1645
1646 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * shr.el (shr-tag-table): Insert the images after the table, so that
1649         they're not covered by the table colourisation, which often looked
1650         awkward.
1651         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1652         <dd>.
1653         (shr-make-table-1): Implement <td colspan=> support.
1654         (shr-insert-document): Use one less than window width if `shr-width' is
1655         nil, since otherwise things may get one character too wide.
1656
1657 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * eww.el (eww-detect-charset): Improve regexp; move backward.
1660
1661 2013-06-18  Glenn Morris  <rgm@gnu.org>
1662
1663         * mm-decode.el (widget-convert-button): Autoload.
1664
1665         * sieve-manage.el (mm-enable-multibyte): Autoload.
1666
1667         * shr.el (libxml-parse-html-region): Declare.
1668         (shr-render-buffer): Explicit error if no libxml2 support.
1669
1670 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1671
1672         * auth-source.el (auth-source-current-line): New function.
1673         (auth-source-netrc-parse-entries): When a data token is "machine",
1674         assume we're in the wrong place and abort parsing the current line.
1675
1676 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1679         (eww-convert-widgets): Don't bug out if the first widget starts at the
1680         beginning of the buffer.
1681         (eww-convert-widgets): Fix last patch.
1682         (eww-tag-input): Support <input type=image>.
1683
1684         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1685         (shr-tag-base): Protect against base specs that are degenerate.
1686         (shr-ensure-paragraph): Don't delete empty lines that have text
1687         properties, because these may be input fields.
1688
1689         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1690         we can navigate to them.
1691
1692         * shr.el (shr-colorize-region): Put the colours over the entire region.
1693         (shr-inhibit-decoration): New variable.
1694         (shr-add-font): Use it to inhibit text property decorations while doing
1695         preliminary table renderings.  This speeds up typical Wikipedia page
1696         renderings by 15%.
1697         (shr-tag-span): Don't respect the <title>, because that overwrites the
1698         help-echo from links inside the spans.
1699         (shr-next-link): Use `help-echo' for navigation, so that we can
1700         navigate to form elements, too.
1701
1702         * eww.el (eww-button): New face.
1703         (eww-convert-widgets): Use it to make submit buttons more button-like.
1704
1705         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1706         that Gnus commands work.
1707
1708         * shr.el (shr-render-td): Support horizontal alignment.
1709
1710         * eww.el (eww-put-color): Removed.
1711         (eww-colorize-region): Use `add-face-text-property'.
1712
1713         * shr.el (shr-add-font): Append face data, so that we get the correct
1714         precedence: The innermost value (which is applied first) wins.
1715         (shr-make-overlay): Obsolete function.
1716
1717         * mm-decode.el (mm-convert-shr-links): New function to convert
1718         new-style shr URL links into widgets.
1719         (mm-shr): Use it.
1720
1721         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1722         widget commands, since we're no longer using widgets for links.
1723
1724         * shr.el (shr-next-link): New command.
1725         (shr-previous-link): New command.
1726         (shr-urlify): Don't use `widget-convert', because that's slow.
1727         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1728         because collecting the overlays and reapplying them when generating
1729         tables is slow.
1730         (shr-insert-table): Ditto.
1731
1732 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1733
1734         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1735         * shr.el (browse-url): Require `url'.
1736         * eww.el (url): Require format-spec.
1737
1738 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * eww.el (eww-display-html): Default to using the entire window width.
1741         (eww-browse-url): Don't add a User-Agent header (twice), because that
1742         makes Bing refuse connection.
1743
1744         * shr.el (shr-make-table): Cache the table rendering at the table
1745         level, and not the <td> level.  This is a bit faster.
1746
1747         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1748         #id.
1749
1750         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1751         browsers don't.
1752         (shr-expand-url): Respect #anchor links.
1753         (shr-parse-base): Chop off the anchor before using.
1754         (shr-descend): Respect display: none.
1755         (shr-descend): Allow marking elements that have certain IDs.
1756
1757         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1758
1759         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1760
1761         * eww.el (eww-tag-textarea): Support <textarea>.
1762
1763 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1764
1765         * shr.el (shr-dom-to-xml): Fixed function call.
1766
1767         * eww.el (eww): New group.
1768         (eww-header-line-format): New custom variable.
1769         (eww-current-title): New variable.
1770         (eww-display-html): Update header and handle title tag.
1771         (eww-update-header-line-format): New function.
1772         (eww-tag-title): New function.
1773
1774         * shr.el (shr-dom-to-xml): New function.
1775         (shr-tag-svg): Add support for the SVG tag.
1776         (shr-bullet): New custom variable.
1777         (shr-tag-li): Support custom bullet in unordered lists.
1778
1779 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * shr.el (shr-expand-url): Respect // URLs.
1782
1783         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1784         put a background colour onto the entire buffer.
1785         (eww-render): When being redirected, use the redirect URL as the new
1786         base URL.
1787
1788         * shr.el (shr-parse-base): Fix parsing error.
1789
1790         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1791
1792         * shr.el (shr-parse-base): New function.
1793         (shr-expand-url): Use it to expand relative URLs reliably.
1794
1795 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1796
1797         * auth-source.el (auth-source-search-collection): Fix docstring.
1798         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1799         single-quoted strings and multiline entries.
1800         (auth-source-netrc-parse-next-interesting)
1801         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1802         functions to support parser.
1803
1804 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * eww.el (eww-submit): Get submit button logic right when hitting RET
1807         on non-submit buttons.
1808
1809         * shr.el: Remove shr-preliminary-table-render, since that can't really
1810         be used for anything in practice.
1811
1812 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1813
1814         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1815         (sieve-manage-quit).
1816
1817 2013-06-14  Glenn Morris  <rgm@gnu.org>
1818
1819         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1820
1821 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1822
1823         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1824         control the maximum size of photo ID image.
1825         (mml2015-epg-key-image-to-string): Respect it.
1826
1827 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1830         instead of the final one so that we can more easily distinguish them.
1831
1832         * eww.el (eww-submit): Compute the submission URL correctly.
1833
1834 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1835
1836         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1837         Use plist-get rather than CL's getf.
1838         (sieve-manage-parse-capability): Avoid CL's remove-if.
1839
1840 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1841
1842         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1843         (sieve-manage-quit).
1844
1845 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1848         last slash.
1849
1850         * eww.el (eww-tag-select): Use the first value as the default value.
1851
1852 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1853
1854         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1855         (eww-mode): Use `define-derived-mode'.
1856         (eww-parse-headers): Parse headers from beginning of buffer so that
1857         file:// links work.
1858
1859 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1862
1863 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864
1865         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1866         to handle them at all.
1867
1868 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1871         work, too.
1872         (eww-tag-select): Implement <select>.
1873
1874 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1875
1876         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1877         stream managing functions by using open-protocol-stream to do most of
1878         the work.  Has the nice benefit of enabling STARTTLS.
1879         Wait for capabilities after STARTTLS: following RFC5804, the server
1880         sends new capabilities after successfully establishing a TLS connection
1881         with the client.  The client should update the cached list of
1882         capabilities, but we just ignore the answer for now.
1883         (sieve-manage-network-p, sieve-manage-network-open)
1884         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1885         (sieve-manage-forward, sieve-manage-streams)
1886         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1887         API, nor called by any other function.
1888         Enable Multibyte for SieveManage buffers: The parser won't properly
1889         handle umlauts and line endings unless multibyte is turned on in the
1890         process buffer.
1891
1892 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * eww.el (eww-tag-input): Support password fields.
1895         (eww-submit): Support POST.
1896
1897 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * eww.el (eww-tag-form): Protect against degenerate forms.
1900
1901         * shr.el (shr-expand-url): Expand URLs that start with a slash
1902         correctly.
1903
1904         * eww.el (eww-submit): Get submit button logic right.
1905
1906         * shr.el (shr-final-table-render): New variable to signal when we're
1907         doing the final table rendering so that we can collect more data at
1908         that point.
1909
1910         * eww.el (eww-submit): Make form submission work.
1911         (eww-tag-input): Implement submit buttons.
1912         (eww-click-radio): Implement radio and checkboxes.
1913         (eww-submit): Handle hidden elements.
1914
1915         * shr.el (shr-descend): Allow other packages to override (or provide)
1916         rendering of elements.
1917         (shr-expand-url): Strip query strings from URLs before expanding them.
1918
1919         * eww.el: Don't require cl-lib.
1920         (eww-tag-form): Start form support.
1921
1922         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1923
1924         * eww.el: Start writing a new, tiny web browser.
1925         (eww-previous-url): New command.
1926         (eww-quit): New command.
1927
1928 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1929
1930         * sieve.el: Put point at beginning of buffer when viewing a script.
1931         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1932         number in sieve-buffer's header.  Fixed code to also work with a string
1933         as port specifier.  Properly close the connection on pressing 'q'.  Make
1934         sieve-manage-quit close the connection and process buffer.  Also, remove
1935         duplicate keybinding for 'q'.
1936
1937 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1938
1939         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1940         make it easier to read.
1941         (mm-pkcs7-enveloped-magic): Ditto.
1942
1943 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1944
1945         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1946         before `image-type-available-p' to avoid loading the image libraries
1947         needlessly.
1948
1949 2013-06-05  David Engster  <deng@randomsample.de>
1950
1951         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1952         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1953         to see whether the group was synced before.
1954
1955 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1956
1957         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1958         when opening the connection.
1959         Suggested by João Távora <joaotavora@gmail.com> in
1960         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1961
1962 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1965         assume Date header begins with "Date", that may be customized into
1966         something like "X-Sent" using gnus-article-time-format.
1967         (article-transform-date): Allow multi-line Date header.
1968
1969 2013-06-02  David Engster  <deng@randomsample.de>
1970
1971         * registry.el (initialize-instance, registry-lookup)
1972         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1973         (registry-lookup-secondary-value, registry-search, registry-delete)
1974         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1975         not wrap methods in `eval-and-compile'.  This breaks due to latest
1976         changes in EIEIO (introduction of eieio-core.el).
1977
1978 2013-05-30  Glenn Morris  <rgm@gnu.org>
1979
1980         * nnmail.el (nnmail-fancy-expiry-target):
1981         Also bind mail-dont-reply-to-names.
1982
1983         * spam-stat.el (spam-stat-save):
1984         No need to tweak font-lock in temp buffers.
1985
1986         * shr.el (shr-put-image): Silence compiler.
1987
1988 2013-05-29  Glenn Morris  <rgm@gnu.org>
1989
1990         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1991
1992         * gnus-group.el (gnus-sequence-of-unread-articles)
1993         (gnus-summary-add-mark, gnus-mark-article-as-read)
1994         (gnus-group-make-articles-read): Declare.
1995
1996         * gnus-sum.el (gnus-parameter-list-identifier)
1997         (gnus-article-stop-animations, gnus-stop-downloads)
1998         (gnus-article-only-boring-p, article-goto-body)
1999         (gnus-flush-original-article-buffer, article-narrow-to-head)
2000         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2001         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2002
2003         * gnus.el: No need to eval-and-compile autoloads.
2004
2005         * gravatar.el (help-function-arglist): Autoload.
2006
2007         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2008
2009         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2010
2011         * spam.el: No need to load spam-report when compiling.
2012         No need to eval-and-compile autoloads.
2013         (spam-report-resend-to): Declare.
2014         (spam-report-resend-register-routine): Require 'spam-report.
2015
2016 2013-05-24  Julien Danjou  <julien@danjou.info>
2017
2018         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2019         setup.
2020
2021 2013-05-23  Glenn Morris  <rgm@gnu.org>
2022
2023         * gnus-util.el (rmail-swap-buffers-maybe)
2024         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2025         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2026         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2027
2028         * mm-decode.el: No need to load term when compiling.
2029         (term-mode, term-char-mode): Declare.
2030
2031         * mm-util.el: No need to load jka-compr when compiling.
2032         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2033
2034         * nnmaildir.el: Require is automatically eval-and-compile.
2035         (nnmail): Require at run-time too.
2036
2037         * registry.el (registry-size): Move definition before use.
2038
2039 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2040
2041         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2042         signed data to conform the standard.  (Bug#14232)
2043
2044 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2045
2046         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2047         double angle quotation mark.
2048
2049 2013-05-20  Glenn Morris  <rgm@gnu.org>
2050
2051         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2052
2053 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2054
2055         * message.el (message-insert-formatted-citation-line): handle finding
2056         first/lastname when more than 2 names appear.
2057
2058 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2059
2060         * shr.el (shr-tag-span): New function.
2061
2062 2013-05-18  Glenn Morris  <rgm@gnu.org>
2063
2064         * message.el (message-mode): Use message-mode-abbrev-table,
2065         with text-mode-abbrev-table as parent.  (Bug#14413)
2066
2067 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * message.el (message-expand-group): Decode group names.
2070
2071 2013-05-16  Julien Danjou  <julien@danjou.info>
2072
2073         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2074         app-icon.
2075
2076 2013-05-15  Glenn Morris  <rgm@gnu.org>
2077
2078         * shr-color.el (shr-color-visible-luminance-min)
2079         (shr-color-visible-distance-min): Use shr-color group.
2080
2081 2013-05-11  Glenn Morris  <rgm@gnu.org>
2082
2083         * gnus-vm.el: Make it loadable without VM.
2084         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2085         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2086
2087 2013-05-09  Glenn Morris  <rgm@gnu.org>
2088
2089         * mml1991.el: Make it loadable.  (Bug#13456)
2090
2091         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2092         * gnus-async.el (gnus-async-post-fetch-function):
2093         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2094         * gnus-html.el (gnus-html-image-cache-ttl):
2095         * gnus-notifications.el (gnus-notifications-timeout):
2096         * gnus-picon.el (gnus-picon-properties):
2097         * gnus-util.el (gnus-completion-styles):
2098         * gnus.el (gnus-other-frame-resume-function):
2099         * message.el (message-user-organization-file)
2100         (message-cite-reply-position):
2101         * nnir.el (nnir-summary-line-format)
2102         (nnir-retrieve-headers-override-function):
2103         * shr-color.el (shr-color-visible-luminance-min):
2104         * shr.el (shr-blocked-images):
2105         * spam-report.el (spam-report-resend-to):
2106         * spam.el (spam-summary-exit-behavior): Fix custom types.
2107
2108         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2109
2110 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2113         because of let-binding help-xref-following.  (Bug#14356)
2114
2115 2013-05-06  Glenn Morris  <rgm@gnu.org>
2116
2117         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2118
2119 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2120
2121         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2122         entering into the registry.
2123
2124 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2125
2126         * gnus.el: Ma Gnus v0.7 is released.
2127
2128 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2131         (Bug#14304)
2132
2133 2013-04-27  Glenn Morris  <rgm@gnu.org>
2134
2135         * gnus.el (gnus-list-debbugs):
2136         Use require rather than autoload.  (Bug#14262)
2137
2138 2013-04-27  Julien Danjou  <julien@danjou.info>
2139
2140         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2141         port to "sieve" now that it has an official IANA port assigned.
2142
2143 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2146         Don't set the MAILHOST environment variable permanently (Bug#14271).
2147
2148 2013-04-26  Glenn Morris  <rgm@gnu.org>
2149
2150         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2151
2152 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2153
2154         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2155         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2156
2157 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2158
2159         * nnir.el (nnir-close-group): Make sure we are in the right group.
2160
2161         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2162         dependency table from all newly retrieved headers.
2163
2164 2013-04-16  David Edmondson  <dme@dme.org>
2165
2166         Support <img src="data:...">.
2167
2168         * shr.el (shr-image-from-data): New function.
2169         (shr-tag-img): Use it.
2170
2171 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2172
2173         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2174         group.
2175
2176 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2179         corresponding to any existing group (Bug#14166).
2180
2181 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2182
2183         * nnir.el (number-sequence): No longer used.
2184         (nnir-request-set-mark): New function.
2185         (nnir-request-update-info): Improve marks updating.
2186         (nnir-request-scan): Don't duplicate marks updating.
2187         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2188         Use 'assq rather than 'assoc.  Quote anonymous function.
2189         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2190         Use 'gnus-group-prefixed-p.
2191         (gnus-summary-create-nnir-group): Make sure server for method is open.
2192
2193 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2194
2195         * nnir.el (gnus-nnir-group-p): New function.
2196         (nnir-possibly-change-group): Use it.
2197
2198         * gnus-msg.el (gnus-setup-message): Use it.
2199
2200 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2203         `initial-input' for the argument name.
2204         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2205
2206 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2207
2208         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2209         (used by MH-E).
2210
2211 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2212
2213         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2214         group.
2215
2216         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2217         fix compilation.
2218
2219 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2220
2221         * nnir.el (nnir-method-default-engines): And another typo.
2222
2223 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2224
2225         * nnir.el (nnir-method-default-engines): Fix typo.
2226
2227 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2228
2229         * nnir.el: Define 'number-sequence for xemacs.
2230         (gnus-summary-create-nnir-group): New function to create an nnir group
2231         from an nnir summary buffer based on the current query.
2232         (nnir-request-create-group): Update to allow nnir group creation based
2233         on the current query.
2234
2235 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * nndraft.el (nndraft-request-expire-articles):
2238         Make expiry target always `delete'.
2239
2240 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2241
2242         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2243         buffer use the posting-style and gcc of the original article group.
2244         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2245
2246         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2247         after other deffoos.
2248
2249 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2250
2251         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2252         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2253         support for real (i.e. not ephemeral) nnir groups.
2254         (gnus-summary-make-nnir-group): New function for initiating searches
2255         from a summary buffer.
2256
2257 2013-03-18  Sam Steingold  <sds@gnu.org>
2258
2259         * message.el (message-bury): Minor cleanup.
2260
2261 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2262
2263         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2264
2265 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2268         nnml-request-list.  (Bug#13873)
2269         (nndir-request-newsgroups): Remove, unused.
2270
2271         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2272
2273 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2274
2275         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2276         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2277         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2278
2279 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2280
2281         * shr.el: Make all the overlays set the `evaporate' property so that
2282         they're removed properly.
2283
2284 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2285
2286         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2287         shell-quote-argument.
2288
2289 2013-02-22  David Engster  <deng@randomsample.de>
2290
2291         * gnus-registry.el (gnus-registry-save): Provide class name when
2292         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2293         `condition-case' to stay compatible with older EIEIO versions which
2294         only accept one argument.
2295
2296 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2297
2298         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2299         (epg-user-id-validity): Autoload.
2300         (mml2015-epg-check-user-id): New function.
2301         (mml2015-epg-check-sub-key): New function split from
2302         mml2015-epg-find-usable-key.
2303         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2304         optional name-is-key-id, to handle the case when user-id is unusable.
2305         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2306
2307 2013-02-17  Glenn Morris  <rgm@gnu.org>
2308
2309         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2310
2311 2013-02-16  Glenn Morris  <rgm@gnu.org>
2312
2313         * shr.el (shr-put-image): Only animate images that specify a delay.
2314         This is consistent with the old image-animated-p behavior.
2315
2316 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2319         for XEmacs.
2320
2321 2013-02-13  Juri Linkov  <juri@jurta.org>
2322
2323         * gnus-art.el (gnus-article-mode-map):
2324         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2325         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2326
2327 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2328
2329         * auth-source.el (auth-source-format-prompt): Don't get confused by
2330         any "\" in replacement text.  (Bug#13637)
2331
2332 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2333
2334         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2335         (gnus-backend-trace): Honour gnus-backend-trace.
2336
2337         * mml.el (mml-insert-part): Insert closing tag.
2338
2339         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2340
2341 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2344         able to find the article, which can happen in debbugs groups,
2345         apparently.
2346
2347 2013-01-16  Glenn Morris  <rgm@gnu.org>
2348
2349         * smiley.el (smiley-style): Make the file loadable in batch mode.
2350
2351 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2352
2353         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2354         imap process running.
2355
2356 2013-01-14  Julien Danjou  <julien@danjou.info>
2357
2358         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2359         Compare addresses against addresses, not against the full From field.
2360
2361 2013-01-13  Richard Stallman  <rms@gnu.org>
2362
2363         * message.el (message-forward-make-body-mime): New args BEG, END
2364         specify what part of FORWARD-BUFFER to use.  Do the work directly
2365         instead of calling `mml-insert-buffer'.
2366
2367 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2368
2369         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2370         cross-reference(s).
2371
2372         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2373         cross-reference(s).
2374
2375 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2376
2377         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2378         and point-max-marker.
2379         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2380
2381 2013-01-11  Julien Danjou  <julien@danjou.info>
2382
2383         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2384         max are almost equal.  Also return the correct value for V which is
2385         already between 0 and 1.
2386
2387 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2388
2389         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2390         to mml2015-encrypt-to-self.
2391         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2392
2393 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2394
2395         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2396         mml-smime-epg-find-usable-secret-key.
2397
2398 2013-01-08  Glenn Morris  <rgm@gnu.org>
2399
2400         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2401
2402 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2403
2404         * mml-smime.el: Support signing by sender.
2405         Requested by Uwe Brauer.
2406         (mml-smime-sign-with-sender): New user option analogous
2407         to mml2015-sign-with-sender.
2408         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2409         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2410         mml2015.el.
2411
2412 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2413
2414         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2415         isn't running, because Gnus will probably not know how to handle the
2416         Gcc header (bug#11941).
2417
2418         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2419         articles.
2420
2421 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2424         (nnfolder-generate-active-file): Make this function work with recursive
2425         folder names.
2426
2427 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2428
2429         * nntp.el (nntp-open-connection): Use HELP as the capability command
2430         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2431         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2432
2433 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2434
2435         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2436         place holder since this gives `Invalid face reference: nil' messages.
2437         Use the `default' face instead.  It has the same effect here, even
2438         though it is not no-op.
2439
2440         * gnus-util.el
2441         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2442
2443 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2444
2445         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2446         non-string posting styles (bug#13285).
2447
2448 2012-12-27  Glenn Morris  <rgm@gnu.org>
2449
2450         * plstore.el (plstore-passphrase-callback-function):
2451         Use plstore-get-file.
2452
2453 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2454
2455         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2456         stderr.
2457
2458 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2461
2462         * gnus-compat.el (set-buffer-multibyte): Remove.
2463
2464 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2465
2466         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2467         temporary file to get PGP key image.  Pass no-show-photos when
2468         extracting image to avoid having it pop up twice.
2469
2470 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2471
2472         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2473         eligible for treatment.
2474
2475         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2476         lines.  This makes summary commands with hidden threads work more
2477         reliably.
2478
2479         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2480         button to mark the hidden citations (bug#9395).
2481
2482 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2483
2484         * mml2015.el (mml2015-epg-signature-to-string): New function.
2485         (mml2015-epg-verify-result-to-string): New function.
2486         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2487         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2488         instead of epg-verify-result-to-string.
2489         (epg-signature-key-id, epg-signature-to-string): Autoload.
2490         (epg-verify-result-to-string): Remove autoload.
2491
2492 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2493
2494         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2495         ID image from GPG public key.
2496         (mml2015-epg-key-image-to-string): New function.
2497
2498 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2499
2500         * plstore.el (plstore-passphrase-callback-function): Fix error when
2501         error when plstore-cache-passphrase-for-symmetric-encryption is set
2502         (bug#13264).
2503
2504 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2505
2506         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2507         buffer to the article buffer here, because that clobbers multiple
2508         article buffers.
2509
2510         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2511         buffer always points to the right summary buffer.
2512
2513 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2514
2515         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2516         the password (bug#12097).
2517
2518 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2519
2520         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2521         (bug#13263).
2522
2523         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2524         buffer exists before using it (bug#12475).
2525
2526         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2527         offline groups (bug#11937).
2528
2529         * message.el (message-yank-original): When using customize to set the
2530         value of `message-cite-style', the variable it set to a symbol that's
2531         the name of the variable, which must then be dereferenced (bug#12616).
2532
2533 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2534
2535         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2536         the `face' property with a list whose car is the face specified in the
2537         format string and whose cdr is (nil).
2538         * lisp/gnus-util.el
2539         (gnus-put-text-property-excluding-characters-with-faces):
2540         Change accordingly.
2541         (gnus-get-text-property-excluding-characters-with-faces): New function.
2542         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2543         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2544         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2545
2546 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2547
2548         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2549         login methods.
2550         (nnimap-login): Respect the `nnimap-authenticator' variable.
2551
2552         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2553         mark state when moving articles.  Otherwise unticked articles will get
2554         their ticks back after moving.
2555
2556 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2559
2560         * message.el (message-ignored-news-headers): Always remove
2561         X-Message-SMTP-Method to avoid information leakage if the user
2562         mistakenly inserts the header into news messages.
2563
2564         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2565
2566         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2567         right than four characters, this command would move point to
2568         `point-max'.  Don't do that.
2569
2570         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2571         to nil to allow re-selecting groups that gain articles.
2572         (gnus-bug-group-download-format-alist): Update the URL.
2573
2574 2012-12-23  Andreas Schwab  <schwab@suse.de>
2575
2576         * shr.el (shr-tag-em): Render em as italic, not bold.
2577
2578 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2579
2580         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2581         for reuse.
2582         (gnus-open-server): Use it to add more tracing.
2583         (gnus-finish-retrieve-group-infos): Add backend tracing.
2584         (gnus-backend-trace): Also note the elapsed seconds.
2585
2586 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2587
2588         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2589         Set epa-file-encrypt-to from variable to avoid querying.
2590
2591 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2592
2593         * sieve-mode.el (sieve-font-lock-keywords):
2594         Keywords should be word delimited.  (Bug#13173)
2595
2596 2012-12-13  Andreas Schwab  <schwab@suse.de>
2597
2598         * tls.el (tls-program): Update customize type.
2599
2600 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2603         instead of <pre> to align message header.
2604
2605 2012-12-12  Sam Steingold  <sds@gnu.org>
2606
2607         * gnus.el (gnus-other-frame-resume-function): Add user option.
2608         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2609
2610 2012-12-06  Sam Steingold  <sds@gnu.org>
2611
2612         * gnus-start.el (gnus-before-resume-hook): Add.
2613         (gnus-1): Run it when Gnus is alive.
2614
2615 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2618         * gnus-art.el (article-unsplit-urls)
2619         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2620         * gnus-registry.el (gnus-registry-get-article-marks)
2621         * message.el (message-goto-body): Use it.
2622         (message-called-interactively-p): Remove.
2623
2624         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2625         (spam-stat-score-buffer): Use it.
2626
2627         * spam.el: Silence the warnings against BBDB functions when compiling.
2628
2629         * gnus-score.el (gnus-score-decode-text-parts):
2630         Use append+mapcar instead of the cl function mapcan.
2631
2632 2012-12-05  Sam Steingold  <sds@gnu.org>
2633
2634         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2635         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2636         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2637
2638 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gmm-utils.el (gmm-called-interactively-p): Revert.
2641         This seems to cause Emacs to get stuck!
2642         * gnus-art.el (article-unsplit-urls)
2643         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2644         * gnus-registry.el (gnus-registry-get-article-marks)
2645         * message.el (message-goto-body)
2646         (message-called-interactively-p): Revert.
2647
2648         * gmm-utils.el (gmm-called-interactively-p): New function.
2649         * gnus-art.el (article-unsplit-urls)
2650         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2651         * gnus-registry.el (gnus-registry-get-article-marks)
2652         * message.el (message-goto-body): Use it.
2653         (message-called-interactively-p): Remove.
2654
2655         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2656         * gnus-sync.el (gnus-sync-lesync-call)
2657         * message.el (message-read-from-minibuffer): Use it.
2658
2659 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * gmm-utils.el (gmm-flet): Remove.
2662         * gnus-sync.el (gnus-sync-lesync-call)
2663         * message.el (message-read-from-minibuffer): Don't use it.
2664
2665 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2668
2669 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2672
2673         * gnus-sync.el (gnus-sync-lesync-call)
2674         * message.el (message-read-from-minibuffer): Use gmm-flet.
2675
2676         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2677
2678         * gnus-util.el (gnus-macroexpand-all): Remove.
2679
2680 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2681
2682         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2683         to TAB, not [tab].
2684         (gnus-summary-article-map): Likewise.
2685
2686         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2687         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2688
2689 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2690
2691         * time-date.el: Commentary fix.
2692
2693 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2694
2695         * color.el: Don't require cl.
2696         (color-complement): `caddr' -> `nth 2'.
2697
2698         * time-date.el (time-to-seconds): De-obsolete.
2699
2700 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * message.el (message-get-reply-headers):
2703         Make sure the reply goes to the author if it is a wide reply.
2704
2705 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2706
2707         * gnus-score.el (gnus-score-body):
2708         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2709         scoring by body.
2710
2711 2012-11-16  Glenn Morris  <rgm@gnu.org>
2712
2713         * gnus-diary.el (nndiary-request-create-group-functions)
2714         (nndiary-request-update-info-functions)
2715         (gnus-subscribe-newsgroup-functions)
2716         (nndiary-request-accept-article-functions):
2717         Use new names for hooks rather than obsolete aliases.
2718
2719 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2722
2723 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2726         in meta tag with the one the part specifies in its header.
2727
2728 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2729
2730         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2731         by default.
2732
2733 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2736         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2737
2738 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2741         and a runtime function for it, of which the XEmacs version takes only
2742         two arguments.
2743
2744 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2745
2746         * nndiary.el (nndiary-request-create-group-functions)
2747         (nndiary-request-update-info-functions)
2748         (nndiary-request-accept-article-functions):
2749         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2750         "-hooks" suffix.
2751
2752 2012-10-19  Julien Danjou  <julien@danjou.info>
2753
2754         * gnus-art.el: Require gnus-util because it uses
2755         `gnus-timer--function'.
2756
2757 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2758
2759         * starttls.el (starttls-extra-arguments): Doc fix.
2760
2761 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2764         it.
2765
2766 2012-10-06  Glenn Morris  <rgm@gnu.org>
2767
2768         * gnus-notifications.el (gnus-notifications):
2769         Add missing group :version tag.
2770         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2771         (gnus-gcc-post-body-encode-hook):
2772         * gnus-sync.el (gnus-sync-lesync-name)
2773         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2774
2775 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2776
2777         * color.el (color-hsl-to-rgb): Fix incorrect results for
2778         small and large hue values.  (Bug#12559)
2779
2780 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         New UIDL implementation.
2783
2784         * mail-source.el (mail-sources, mail-source-keyword-map):
2785         Add :leave as a pop3 keyword.
2786         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2787
2788         * pop3.el (pop3-leave-mail-on-server): Allow number.
2789         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2790         (pop3-movemail): Add UIDL support.
2791         (pop3-send-streaming-command): Take a list of mail numbers instead of
2792         the number of mails.
2793         (pop3-write-to-file): Add X-UIDL header.
2794         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2795         (pop3-uidl-add-xheader): New functions.
2796
2797         * message.el (message-ignored-resent-headers):
2798         Add X-Content-Length and X-UIDL headers.
2799
2800 2012-10-05  Glenn Morris  <rgm@gnu.org>
2801
2802         * color.el (color-name-to-rgb, color-rgb-to-hex)
2803         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2804         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2805         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2806         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2807
2808 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2811         a user about whether to delete temp files if once a user answered as n.
2812
2813 2012-09-25  Chong Yidong  <cyd@gnu.org>
2814
2815         * password-cache.el (password-read-and-add): Use a declare form to mark
2816         this function obsolete.
2817
2818 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * lpath.el: Bind mail-encode-mml for old Emacsen.
2821
2822 2012-09-17  Richard Stallman  <rms@gnu.org>
2823
2824         * message.el (message-in-body-p): Don't set mark or modify buffer.
2825
2826         * mml.el (mml-attach-file): Doc fix.
2827         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2828         Set mail-encode-mml when in Mail mode.
2829         Simplify code to set HEAD and move back to HEAD.
2830         (mml-insert-multipart, mml-insert-part):
2831         Set mail-encode-mml when in Mail mode.
2832
2833 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * gnus-util.el (gnus-timer--function): New function.
2836
2837         * gnus-art.el (gnus-article-stop-animations): Use it.
2838
2839 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2840
2841         Fix glitches caused by addition of psec to timers.
2842         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2843         rather than raw access to timer vector.
2844
2845 2012-09-11  Julien Danjou  <julien@danjou.info>
2846
2847         * gnus-notifications.el (gnus-notifications): Check for nil values in
2848         ignored addresses check.
2849
2850 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2851
2852         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2853
2854 2012-09-07  Chong Yidong  <cyd@gnu.org>
2855
2856         * gnus-util.el
2857         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2858
2859         * gnus-salt.el (gnus-tree-highlight-node):
2860         * gnus-sum.el (gnus-summary-highlight-line):
2861         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2862
2863 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2864
2865         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2866
2867 2012-09-06  Juri Linkov  <juri@jurta.org>
2868
2869         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2870         scheme for buffer names to be more consistent with other group and
2871         article buffer names in Gnus.
2872
2873 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus-util.el
2876         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2877
2878         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2879         Jenkner.
2880
2881         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2882
2883         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2884
2885         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2886
2887 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2890         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2891
2892         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2893         string-prefix-p in Emacs >=23.2.
2894
2895         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2896         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2897         instead of string-match-p.
2898         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2899
2900 2012-09-06  Kenichi Handa  <handa@gnu.org>
2901
2902         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2903         lowercase a..f.
2904
2905 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2906
2907         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2908
2909 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2910
2911         * nnimap.el (nnimap-request-move-article): Decode the group name when
2912         doing internal moves to avoid charset issues.
2913
2914         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2915         TIME is set.
2916
2917 2012-09-05  Juri Linkov  <juri@jurta.org>
2918
2919         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2920         than one group at a time (bug#11961).
2921
2922 2012-09-05  Julien Danjou  <julien@danjou.info>
2923
2924         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2925         this hide the real reason with a message giving absolutely no hint.
2926
2927 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2928
2929         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2930         to the backend (bug#11804).
2931
2932         * message.el (message-insert-newsgroups): Don't insert newsgroup
2933         duplicates (bug#12275).
2934
2935 2012-09-05  John Wiegley  <johnw@newartisans.com>
2936
2937         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2938         sieve rules.
2939
2940 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2941
2942         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2943         function.
2944
2945         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2946
2947         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2948
2949 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2950
2951         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2952         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2953         This should make nnmaildir more usable with offlineimap.
2954
2955 2012-09-05  Julien Danjou  <julien@danjou.info>
2956
2957         * nnimap.el (nnimap-request-list): Revert change that made listing
2958         synchronous.
2959         (nnimap-get-responses): Restore.
2960
2961 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2962
2963         * dgnushack.el: XEmacs 21.5 compilation fix.
2964
2965         * gnus-notifications.el (gnus-notifications-notify): Use it.
2966
2967         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2968         warnings on XEmacs.
2969
2970 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2971
2972         Better seeds for (random).
2973         * gnus-sync.el (gnus-sync-lesync-setup):
2974         * message.el (message-canlock-generate, message-unique-id):
2975         Change (random t) to (random), now that the latter is more random.
2976
2977 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2978
2979         * nnimap.el (nnimap-change-group): Document result value
2980
2981         * auth-source.el (auth-sources): Fix macos keychain access.
2982
2983         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2984         allow the backend `request-head' function to determine the group
2985         name on its own.
2986         (gnus-request-expire-articles): Filter out negative article numbers
2987         during expiry (Bug#11980).
2988
2989         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2990         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2991
2992         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2993         you've found the article when you haven't.
2994
2995         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2996         that nnimap-change-group can return t.
2997
2998 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2999
3000         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3001
3002 2012-08-30  Julien Danjou  <julien@danjou.info>
3003
3004         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3005         `gnus-notifications-timeout'.
3006         (gnus-notifications-timeout): Add.
3007         (gnus-notifications-action): New function.
3008         (gnus-notifications-notify): Add :action using
3009         `gnus-notifications-action'.
3010         (gnus-notifications-id-to-msg): New variable.
3011         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3012         notifications id to messages.
3013
3014 2012-08-30  Kenichi Handa  <handa@gnu.org>
3015
3016         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3017         once.
3018
3019 2012-08-29  Julien Danjou  <julien@danjou.info>
3020
3021         * gnus-notifications.el: New file.
3022         (gnus-notifications-notify): New function.
3023         (gnus-notifications): Use `gnus-notifications-notify'.
3024
3025 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3028         transfer encoding first; bind gnus-newsgroup-charset to the charset
3029         that the article specifies (Bug#12209).
3030
3031 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3034         (gnus-group-customize-done): Encode values posting-style holds.
3035
3036         * gnus-msg.el (gnus-summary-resend-message)
3037         (gnus-configure-posting-styles): Decode values posting-style group
3038         parameter holds.
3039
3040 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3043         `name' and `address' in Resent-From header.
3044
3045 2012-08-14  Chong Yidong  <cyd@gnu.org>
3046
3047         * gnus-art.el (article-display-face): Handle failure in
3048         gnus-create-image (Bug#11802).
3049
3050 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3051
3052         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3053         Use defsetf.
3054
3055 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3056
3057         * auth-source.el (auth-source-plstore-search)
3058         (auth-source-secrets-search): Ignore :require and :type in search spec.
3059
3060 2012-08-06  Julien Danjou  <julien@danjou.info>
3061
3062         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3063         `nnimap-request-move-article'.
3064
3065         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3066         Remove autoload, already handled by gnus.el.
3067
3068         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3069
3070         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3071         supported by nnimap actually.  Reverts previous change.
3072
3073         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3074         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3075         to-buffer argument that is already supported.
3076
3077 2012-08-05  Julien Danjou  <julien@danjou.info>
3078
3079         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3080         Add autoload.
3081
3082 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * gnus.el (gnus-valid-select-methods): Fix custom type.
3085
3086 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3087
3088         * auth-source.el (auth-sources, auth-source-backend-parse)
3089         (auth-source-macos-keychain-search)
3090         (auth-source-macos-keychain-search-items)
3091         (auth-source-macos-keychain-result-append)
3092         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3093         auth-source.el through the /usr/bin/security utility.
3094         (auth-sources): Fix syntax error.
3095         (auth-source-macos-keychain-result-append): Fix variable name.
3096         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3097
3098 2012-07-27  Julien Danjou  <julien@danjou.info>
3099
3100         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3101         Emacs < 24.1
3102
3103 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * message.el (message-kill-address): Don't kill last newline.
3106         (message-skip-to-next-address): Don't move to the next header.
3107         (message-fill-field-address): Work properly.
3108
3109 2012-07-25  Julien Danjou  <julien@danjou.info>
3110
3111         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3112
3113 2012-07-24  Julien Danjou  <julien@danjou.info>
3114
3115         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3116
3117         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3118         (nntp-async-timer-handler): Remove, unused.
3119
3120         * nnimap.el (nnimap-get-responses): Remove, unused.
3121
3122         * nnheader.el (mail-header-set-extra): Remove, unused.
3123
3124         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3125         unused.
3126
3127         * mm-view.el (mm-view-sound-file): Remove, unused.
3128
3129         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3130         (mm-url-encode-multipart-form-data): Remove, unused.
3131
3132         * message.el (message-remove-signature, message-make-host-name)
3133         (message-fill-address): Remove, unused.
3134
3135         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3136         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3137         unused.
3138
3139         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3140         (gnus-xmas-call-region): Remove, unused.
3141
3142         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3143
3144         * gnus-util.el (gnus-extract-address-component-name)
3145         (gnus-extract-address-component-email, gnus-sortable-date)
3146         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3147         (gnus-process-live-p): Remove, unused.
3148
3149         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3150
3151         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3152         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3153         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3154         function.
3155
3156         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3157
3158         * gnus-score.el (gnus-summary-score-crossposting)
3159         (gnus-score-regexp-bad-p): Remove, unused.
3160
3161         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3162
3163         * gnus-range.el (gnus-sublist-p): Remove, unused.
3164
3165         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3166         unused.
3167
3168         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3169
3170         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3171         (gnus-request-associate-buffer): Remove, unused.
3172
3173         * gnus-group.el (gnus-group-set-method-info)
3174         (gnus-group-set-params-info): Remove, unused.
3175
3176         * gnus-fun.el (gnus-shell-command-to-string)
3177         (gnus-shell-command-on-region): Remove, unused.
3178
3179         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3180
3181         * gnus-art.el (gnus-article-text-type-exists-p)
3182         (article-translate-characters, gnus-article-hide-text-of-type)
3183         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3184         Remove, unused.
3185
3186 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3187
3188         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3189
3190 2012-07-21  Julien Danjou  <julien@danjou.info>
3191
3192         * message.el (message-dont-reply-to-names): Replace deprecated
3193         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3194         (message-get-reply-headers): Ditto.
3195
3196 2012-07-18  Julien Danjou  <julien@danjou.info>
3197
3198         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3199         `sieve-upload-and-kill'.
3200
3201         * sieve.el (sieve-bury-buffer): Remove function.
3202         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3203         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3204
3205 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3206
3207         * shr.el (shr-expand-url): Handle URL starting with `//'.
3208
3209 2012-07-13  Chong Yidong  <cyd@gnu.org>
3210
3211         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3212         instead of calling toggle-read-only with a (bogus) argument.
3213
3214 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3215
3216         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3217         of initial input when reading the author to restrict the summary to.
3218
3219 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * mm-decode.el (mm-shr):
3222         Allow overriding charset by mm-charset-override-alist.
3223
3224 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * gnus-art.el (gnus-article-view-part):
3227         Toggle subparts of multipart/alternative part.
3228
3229 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3230
3231         * shr.el (shr-render-buffer): New command.
3232         (shr-visit-file): Use it.
3233
3234 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3237         Set no-byte-compile and no-update-autoloads.
3238
3239 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3242
3243 2012-06-25  Julien Danjou  <julien@danjou.info>
3244
3245         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3246         `nnimap-request-move-articles-find-limit' since we do not use it only
3247         for move operations.
3248         (nnimap-request-accept-article): Use
3249         `nnimap-request-articles-find-limit' to limit search by message-id.
3250
3251 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3252
3253         Support higher-resolution time stamps (Bug#9000).
3254
3255         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3256         VARLIST.  It's optional, for backward compatibility.
3257         (encode-time-value): New optional arg PICO.  New type 3.
3258         (time-to-seconds) [!float-time]: Support the new picoseconds
3259         component if it's used.
3260         (seconds-to-time, time-subtract, time-add):
3261         Support ps-resolution time stamps as well.
3262
3263 2012-06-19  Julien Danjou  <julien@danjou.info>
3264
3265         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3266
3267         * nnimap.el (nnimap-log-buffer): Check that
3268         `window-point-insertion-type' is boundp, since it's not available in
3269         XEmacs.
3270
3271 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3272
3273         * nnimap.el (nnimap-log-buffer): Add this, setting
3274         `window-point-insertion-type' in the buffer to t.
3275         (nnimap-log-command): Use nnimap-log-buffer.
3276
3277 2012-06-19  Julien Danjou  <julien@danjou.info>
3278
3279         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3280         argument to be able to limit the search.
3281         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3282         (nnimap-request-move-articles-find-limit): Add this to limit the search
3283         by Message-Id after a message move.
3284         (nnimap): Add defgroup.
3285
3286 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3287
3288         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3289
3290 2012-06-15  Julien Danjou  <julien@danjou.info>
3291
3292         * nnimap.el (nnimap-find-article-by-message-id): Use
3293         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3294         (nnimap-possibly-change-group): Add read-only argument.
3295         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3296         issuing EXAMINE manually.
3297         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3298         with read-only argument.
3299         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3300         cannot possibly change because we need to be sure that it's either
3301         read-write or read-only.
3302
3303 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3306         being bound to a lambda form.
3307
3308 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3309
3310         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3311         articles when fetch-old is non-nil (bug#11370).
3312
3313 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3314
3315         * gnus-picon.el (gnus-picon-properties): New defcustom.
3316         (gnus-picon-create-glyph): Use it.
3317
3318 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * gnus-group.el (gnus-group-get-new-news): Respect
3321         `gnus-group-use-permanent-levels', as documented (bug#11638).
3322
3323 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3324
3325         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3326         groups (bug#11641).
3327
3328 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3329
3330         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3331         is an integer to avoid later problems.
3332
3333 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3336         locales.
3337
3338         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3339         on a handle.
3340
3341         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3342         address as the default.
3343         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3344
3345         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3346         makes no sense to query the user about internal files.
3347
3348         * gnus-spec.el: Remove all the byte-compilation stuff, since
3349         benchmarking shows that it doesn't help when entering large summary
3350         buffers.
3351
3352         * gnus-xmas.el (gnus-xmas-define): Remove.
3353
3354         * gnus-util.el (gnus-byte-code): Remove.
3355
3356         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3357         grouplens stuff.
3358
3359 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360
3361         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3362         (bug#11514).
3363
3364 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3365
3366         * message.el (message-buffers): Return all buffers derived from Message
3367         to make `gnus-dired-attach' work with mu4e.
3368
3369 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3370
3371         * nntp.el: Stop the `letf' madness.
3372         (nntp--report-1): New var.
3373         (nntp-report): Merge nntp-report-1 into it.
3374         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3375         the nntp-report function.
3376
3377         * auth-source.el: Fix comment-style to follow the convention.
3378
3379 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3380
3381         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3382         (mm-dissect-singlepart): Don't guess the MIME type of
3383         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3384         set.
3385         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3386         toplevel MIME type is multipart/encrypted.
3387
3388 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3391         a string so that Gcc works (bug#11514).
3392
3393 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3394
3395         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3396         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3397
3398 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3399
3400         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3401         jumping to *Server* from a dedicated *Group* window.
3402         (gnus-configure-frame): CSE.
3403
3404         * gnus-registry.el: Minor style cleanup.
3405         (gnus-registry--set/remove-mark): New function, extracted from
3406         gnus-registry-install-shortcuts.
3407         (gnus-registry-install-shortcuts): Use it.
3408
3409 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * nnspool.el (news-path): Use eval-and-compile.
3412
3413 2012-05-24  Glenn Morris  <rgm@gnu.org>
3414
3415         * nnspool.el (news-directory, news-path, news-inews-program):
3416         Move here from paths.el.  Don't see a need for these to be autoloaded.
3417
3418         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3419         Merge in doc from paths.el version.  Don't see any need for this to be
3420         autoloaded, or for the warning about users not setting it.
3421
3422 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3423
3424         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3425         format.  In particular, add an optional argument and a docstring.
3426
3427         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3428
3429         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3430         current before calling `gnus-groups-to-gnus-format'.
3431         Note that this was already the case for `gnus-active-to-gnus-format'.
3432
3433 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3434
3435         Fix minor Y10k bug.
3436         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3437
3438 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3439
3440         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3441         message once it's actually open.
3442
3443 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3444
3445         * gnus.el: Ma Gnus v0.5 is released.
3446
3447 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3448
3449         * auth-source.el (auth-source--aput-1, auth-source--aput)
3450         (auth-source--aget): New functions and macros.
3451         Use them instead of aput/aget.
3452
3453 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3454
3455         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3456
3457 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3458
3459         * plstore.el (plstore-called-interactively-p): New compat macro copied
3460         from message.el.
3461         (plstore-mode): Use it.
3462
3463 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3464
3465         * plstore.el: Revive the editing feature.
3466         (plstore-mode): New mode to edit plstore file.
3467         (plstore-mode-toggle-display, plstore-mode-original)
3468         (plstore-mode-decoded): New command.
3469         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3470         (plstore--insert-buffer, plstore--make): New function.
3471         (plstore-open, plstore-save): Simplify by using them.
3472
3473 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3476
3477 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3478
3479         * tls.el (open-tls-stream): Remove unused binding.
3480
3481 2012-04-16  Glenn Morris  <rgm@gnu.org>
3482
3483         * nndraft.el (nndraft-request-list): Fix declaration.
3484
3485 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * mm-decode.el (mm-dissect-buffer): Doc fix.
3488
3489         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3490         don't have a current group.
3491
3492         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3493         buffer if it doesn't exist.
3494
3495         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3496         given, mark the group as ephemeral with the current window conf.
3497
3498         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3499         buffer exists, which it doesn't if we haven't started Gnus.
3500         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3501
3502 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3505         type is.
3506
3507         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3508         `unexists' entries.
3509         (gnus-clean-old-newsrc): Fix last checkin.
3510
3511         * nnimap.el (nnimap-update-info): None of the articles below the active
3512         low-water mark exist.
3513
3514         * dgnushack.el: Get rid of XEmacs compilation warning.
3515
3516         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3517         would have gotten if we posted to the group, and use that to compare
3518         against the message we want to cancel (bug#10808).
3519
3520         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3521         on XEmacs.
3522
3523 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3524
3525         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3526         `scroll-margin'.
3527
3528 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3529
3530         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3531         citation prefix within a block of cited text should be considered part
3532         of that block *only* if it is a blank line.
3533
3534 2012-04-09  Chong Yidong  <cyd@gnu.org>
3535
3536         * binhex.el, hashcash.el, uudecode.el:
3537         Remove * characters from the front of variable docstrings.
3538
3539 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3542         before kinsoku-bol characters nor within kinsoku-eol characters.
3543
3544 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3547         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3548         (gnus-sync-read): Use mapc instead of mapcar.
3549
3550         * mm-archive.el: Require mm-decode for some macros.
3551         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3552         the byte compiler.
3553         (mm-archive-decoders): New function that returns the value of
3554         the mm-archive-decoders variable.
3555
3556         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3557         instead.
3558         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3559
3560         * nnimap.el (gnus-refer-thread-use-nnir):
3561         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3562
3563 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3566
3567 2012-03-12  Peter Münster  <pmrb@free.fr>
3568
3569         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3570         (gnus-demon-cancel): Ditto.
3571         (gnus-demon-run-callback): When function cannot be called due to low
3572         idleness, call it when idleness reaches the expected value, instead of
3573         waiting another timer period.
3574         (gnus-demon-init): Add `time' to arguments of call-back.
3575
3576 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577
3578         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3579
3580         * gnus.el: Register gnus-registry functions.
3581
3582         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3583         indent.
3584
3585         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3586         enabled before warping.
3587
3588 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3589
3590         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3591         registry about each article retrieved.
3592
3593         * gnus-int.el (gnus-select-group-with-message-id): New function.
3594         (gnus-try-warping-via-registry): Ditto.
3595         (gnus-warp-to-article): Fall back on the registry.
3596
3597 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3598
3599         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3600         inboxes.
3601
3602 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3605
3606 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3609         gnus-gcc-self-resent-messages may be a group parameter.
3610         (gnus-summary-resend-message): Don't encode encoded words in header
3611         when Gcc'ing resent message.
3612
3613 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614
3615         * shr.el (shr-insert): Treat non-breaking space just like normal
3616         space.  This seems to produce more pleasing results.
3617         (shr-insert): Only insert a blank line if we're starting from an image.
3618         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3619         (shr-ensure-paragraph): Consider lines with white space to be blank.
3620
3621 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3622
3623         * Makefile.in: Respect DESTDIR.
3624
3625 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3626
3627         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3628         and gnus-gcc-post-body-encode-hook.
3629
3630 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3633         messages that don't exist.
3634
3635         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3636
3637 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3640         Remove.
3641
3642         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3643
3644         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3645
3646 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3649         have a group name.
3650
3651         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3652         a multibyte buffer (bug#7410).
3653         (article-wash-html): Parse the original article buffer to get the
3654         unencoded data (bug#7410).
3655
3656         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3657         .newsrc.el files.
3658
3659 2012-04-05  Bastien Guerry  <bzg@altern.org>
3660
3661         * color.el (color-lighten-name): Fix typo.
3662
3663 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3666         "#" to avoid having them interpreted as comments.
3667
3668 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * shr.el (shr-insert): Update the text state properly to avoid
3671         inserting spurious paragraph starts.
3672
3673 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * shr.el (shr-table-widths): Divide the extra width more fairly over
3676         the TDs (bug#10973).
3677         (shr-render-td): Don't delete too much padding.
3678         (shr-natural-width): Compute the natural width more correctly.
3679         (shr-insert): Allow the natural width to be computed for tables again.
3680         (shr-tag-table-1): Rework how the natural widths are computed by
3681         rendering the table a third time.
3682         (shr-natural-width): Removed.
3683         (shr-buffer-width): New function.
3684         (shr-expand-newlines): Use it.
3685
3686         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3687         using a `gnus-use-full-window' setup (bug#11013).
3688
3689 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3692         24.1 release.
3693
3694 2012-03-10  David Edmondson  <dme@dme.org>
3695
3696         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3697         'Forwarded Message' header and the start of the message.
3698
3699 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3700
3701         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3702         isn't running (bug#10897).
3703
3704 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3707         This is inconsistent with all the other stream functions, which leave
3708         the setting up to the higher levels (if so wanted) (bug#10931).
3709
3710 2012-02-28  Glenn Morris  <rgm@gnu.org>
3711
3712         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3713         mm-decode.el: Standardize possessive apostrophe usage.
3714
3715 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3718
3719 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3720
3721         * parse-time.el (parse-time-string): Allow extractor to return nil.
3722
3723 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3726
3727 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3730
3731 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3732
3733         * mm-decode.el (mm-shr): Remove "soft hyphens".
3734
3735         * nnimap.el (nnimap-request-list): Return the group names encoded as
3736         utf8.  Otherwise non-European group names don't work.
3737         (nnimap-request-newgroups): Ditto.
3738
3739         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3740         the default in `read-string' (bug#10757).
3741
3742         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3743         topics (bug#10843).
3744
3745         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3746         buffer.  Suggested by Herbert Valerio Riedel.
3747         (nnimap-request-move-article): Delete the message from the correct IMAP
3748         server.
3749
3750 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3751
3752         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3753         Reported by Peter Münster.
3754
3755 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3756
3757         * shr.el (shr-image-fetched): Make sure we really kill the right
3758         buffer.
3759
3760 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3761
3762         * gnus-start.el (gnus-1): Avoid duplicate entries.
3763
3764 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3765
3766         * imap.el: Remove.
3767
3768         * nntp.el (nntp-coding-system-for-read): Remove.
3769         (nntp-coding-system-for-write): Ditto.
3770         (nntp-open-connection): Just use `binary' directly.
3771
3772         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3773         Gnus 0.3.
3774
3775 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3776
3777         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3778         application/octet-stream parts really is.
3779
3780         * gnus-sum.el (gnus-propagate-marks): Remove.
3781
3782 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3783
3784         * shr.el (shr-rescale-image): Undo previous change; see
3785         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3786
3787 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3788
3789         * gnus.el: Ma Gnus v0.3 is released.
3790
3791 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3792
3793         * gnus-sum.el (gnus-summary-local-variables): Make
3794         `gnus-newsgroup-unexist' into a local variable.
3795
3796 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3797
3798         * registry.el (registry-usage-test, registry-persistence-test): Move to
3799         tests/gnustest-registry.el.
3800         (registry-make-testable-db, registry-match-test)
3801         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3802
3803         * gnus-registry.el (gnus-registry-misc-test)
3804         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3805
3806         * tests/gnustest-registry.el: New file with the registry and
3807         gnus-registry ERT tests.
3808
3809 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus-msg.el (gnus-summary-resend-message): Make
3812         gnus-summary-resend-message-insert-gcc be last item in
3813         message-header-setup-hook.
3814
3815 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3816
3817         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3818         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3819         Remove.
3820         (nnfolder-open-server): Don't use marks.
3821         (nnfolder-request-delete-group): Ditto.
3822         (nnfolder-request-rename-group): Ditto.
3823         (nnfolder-request-set-mark, nnfolder-request-marks)
3824         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3825         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3826
3827         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3828         (nnml-marks-modtime): Remove.
3829         (nnml-request-delete-group): Don't use marks.
3830         (nnml-request-rename-group): Ditto.
3831         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3832         (nnml-save-marks, nnml-open-marks): Remove.
3833
3834         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3835         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3836         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3837         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3838         (nntp-server-to-method-cache): Remove.
3839
3840         * shr.el (shr-rescale-image): Fix wrong merge.
3841
3842 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3843
3844         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3845         too-wide lines.
3846
3847 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3848
3849         * nnimap.el (nnimap-record-commands): New variable.
3850         (nnimap-log-command): Use it.
3851         (nnimap-make-process-buffer): Add a space to the process buffer.
3852         (nnimap-transform-headers): Don't bug out on header lines containing
3853         stuff that look like IMAP length encodings.
3854
3855         * shr.el (shr-rescale-image): Allow viewing large images.
3856
3857 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3858
3859         * nnml.el (nnml-request-compact-group): Delete the marks file after
3860         compaction (bug#10800).
3861
3862         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3863         group exit.
3864
3865         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3866         QRESYNC/FETCH output.
3867
3868 2012-02-11  Glenn Morris  <rgm@gnu.org>
3869
3870         * sieve-manage.el (sieve-manage-default-stream):
3871         * shr.el (shr):
3872         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3873         (nnir-retrieve-headers-override-function)
3874         (nnir-imap-default-search-key, nnir-notmuch-program)
3875         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3876         (nnir-method-default-engines):
3877         * message.el (message-cite-reply-position):
3878         * gssapi.el (gssapi-program):
3879         * gravatar.el (gravatar):
3880         * gnus-sum.el (gnus-refer-thread-use-nnir):
3881         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3882         (gnus-registry-max-pruned-entries):
3883         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3884         * gnus-int.el (gnus-after-set-mark-hook)
3885         (gnus-before-update-mark-hook):
3886         * gnus-async.el (gnus-async-post-fetch-function):
3887         * auth-source.el (auth-source-cache-expiry):
3888         Add missing :version tags to new defcustoms and defgroups.
3889
3890 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3891
3892         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3893         `gnus-newsgroup-unexist'.
3894
3895         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3896         marks.
3897         (gnus-article-special-mark-lists): Put the `unexist' in the special
3898         marks list instead.
3899
3900         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3901         articles in the list of articles to be selected.
3902
3903         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3904         articles.
3905         (nnimap-update-info): Keep track of unexisting articles.
3906         (nnimap-update-qresync-info): Ditto.
3907
3908 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3909
3910         * message.el (message-default-send-mail-function): Made into own
3911         function for reuse by emacsbug.el.
3912
3913 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3914
3915         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3916         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3917
3918 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3919
3920         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3921         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3922
3923         * gnus-compat.el: Define `timer-set-function'.
3924
3925         * mm-decode.el (mm-display-external): Output the text from the command
3926         in the buffer after the command finished.  This makes text-based
3927         commands behave better.
3928
3929 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3930
3931         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3932
3933 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3934
3935         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3936         23.1.
3937
3938 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3941
3942 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3943
3944         * message.el (smtpmail-smtp-user): Silence compiler warning.
3945
3946 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3947
3948         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3949         SMTP user name.
3950
3951 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * gnus-sum.el (gnus-summary-show-thread):
3954         next-single-char-property-change may return nil in XEmacs.
3955         (gnus-summary-article-map): Fix typo.
3956
3957 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3958
3959         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3960         running.
3961
3962         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3963
3964         * gnus.el (gnus-server-extend-method): Don't add an -address component
3965         if the method already has one (bug#9676).
3966
3967 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3968
3969         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3970         of an initial-input for consistency (bug#10757).
3971
3972         * dgnushack.el: Fix XEmacs compilation warning.
3973
3974         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3975
3976         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3977
3978 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3979
3980         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3981         lines that are narrower than the window width.  Otherwise background
3982         "blocks" will look less readable.
3983
3984 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3985
3986         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3987         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3988         have newlines within the strings, and where the UID comes after the
3989         BODYSTRUCTURE element (bug#10537).
3990
3991         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3992         (bug#10732).
3993
3994         * shr.el (shr-insert-document): Add doc string.
3995         (shr-visit-file): Ditto.
3996         (shr-remove-trailing-whitespace): New function.
3997         (shr-insert-document): Use it to clean up trailing whitespace as the
3998         final step (bug#10714).
3999
4000 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4001
4002         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4003         buffer if `gnus-kill-summary-on-exit' is nil.
4004
4005 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4008         when just reading a single group from "without" Gnus.
4009
4010 2012-02-06  Chong Yidong  <cyd@gnu.org>
4011
4012         * gnus-sum.el (gnus-summary-show-thread):
4013         next-single-char-property-change never returns nil (Bug#8657).
4014
4015 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4016
4017         * message.el (message-multi-smtp-send-mail): New function.
4018         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4019         header to implement multi-SMTP functionality.
4020
4021         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4022         (gnus-agentize): Don't set it.
4023         (gnus-agent-send-mail): Don't use it.
4024
4025         * gnus-sum.el (gnus-summary-widget-backward): New function and
4026         keystroke.
4027
4028         * gnus-compat.el: More the compat functions more compatible.
4029
4030         * shr.el (shr-put-image): Remove underlines from sliced images.
4031         (shr-zoom-image): Compute the region to be replaced more correctly.
4032
4033 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4036         (gnus-summary-resend-message-insert-gcc): New function.
4037         (gnus-summary-resend-message): Modify message-header-setup-hook and
4038         message-sent-hook to make it work for Gcc.
4039         (gnus-inews-do-gcc): Update the number of unread articles of groups
4040         that messages are Gcc'd to.
4041
4042         * message.el (message-resend): Run message-sent-hook to do Gcc.
4043
4044 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4045
4046         * lpath.el: Fix an XEmacs compilation warning.
4047
4048         * gnus-compat.el: Require `help-fns' to fix compilation error.
4049
4050         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4051         a higher level to silence compilation.
4052
4053         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4054         parameter to allow controlling the scaling.
4055
4056         * shr.el (shr-zoom-image): New command and keystroke.
4057         (shr-put-image): Take a `size' flag to say how to scale the image.
4058
4059         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4060         deletion unless already defined.
4061
4062         * gnus.el (gnus-compat): Require it.
4063
4064         * gnus-compat.el: New file.
4065
4066         * gnus-start.el (gnus-clean-old-newsrc): New function.
4067         (gnus-read-newsrc-file): Use it.
4068
4069         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4070         Use recursive deletion.
4071         (mm-dissect-archive): Add support for zip files.
4072
4073         * gnus-util.el (gnus-recursive-directory-files): New function.
4074
4075         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4076         (mm-archive-decoders): Add tgz support.
4077
4078         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4079         Otherwise inserting text into the Gnus buffer can look odd.
4080
4081         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4082
4083         * mm-archive.el (mm-archive-decoders): Add support for tar.
4084
4085         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4086
4087         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4088
4089 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4090
4091         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4092
4093         * mm-archive.el: New file.
4094
4095         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4096
4097         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4098
4099         * message.el (message-goto-*): Make all the `message-goto-*' commands
4100         push the mark before moving point.  This makes it easier to go back to
4101         where you came from after editing whatever you jumped to.
4102
4103 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4104
4105         * gnus.el: Ma Gnus v0.1 is released.
4106
4107 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4108
4109         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4110         without reconnecting.
4111         (nnimap-possibly-change-group): Ditto.
4112         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4113         connection has died before being called.
4114
4115 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4116
4117         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4118         an initial sync unless we're really doing one.
4119
4120         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4121         address parameter if one already exists (bug#9676).
4122
4123         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4124         not the prefix, as documented (bug#10689).
4125
4126 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4127
4128         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4129         the "server".
4130
4131         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4132         the real error message with the useless "previously known to be down".
4133         Which isn't even correct.
4134
4135         * nntp.el (nntp-open-connection): Report the error message if the nntp
4136         server can't be reached.
4137
4138         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4139         groups we do a total scan for.
4140         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4141         doing that.
4142
4143 2012-01-31  Jim Meyering  <jim@meyering.net>
4144
4145         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4146         Correct a comment (insert "not") and hide nominally-doubled "to".
4147
4148 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4149
4150         * gnus.el (gnus-version): Change name to "Ma Gnus".
4151
4152 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4153
4154         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4155         section in the manual.
4156
4157 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4158
4159         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4160         words.
4161         (rfc2047-encode-string): Ditto.
4162         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4163         understand folded filename="..." parameters, for instance.
4164
4165         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4166         the message for greater debuggability.
4167
4168 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4169
4170         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4171         instead of setting it locally, since the latter doesn't seem to have
4172         any effect (most of the time).
4173
4174 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4175
4176         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4177         function call.
4178
4179 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4180
4181         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4182         seconds, and make the repeat clause with HH:MM specs work as
4183         documented.
4184
4185 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4186
4187         * proto-stream.el (proto-stream-capability-open): Fall back on
4188         :end-of-command if :end-of-capability doesn't exist.
4189
4190 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4193         bound globally in old Emacsen and XEmacsen.
4194
4195 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4196
4197         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4198         so that previous errors don't prohibit getting new news.
4199
4200         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4201
4202         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4203
4204 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4205
4206         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4207         buffer, not of the string which is its name.
4208
4209 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4210
4211         * proto-stream.el (proto-stream-capability-open): Wait for
4212         :end-of-capability, not :end-of-command.
4213
4214         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4215         non-server-marks groups.
4216         (gnus-group-make-articles-read): Ditto.
4217
4218         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4219         methods (bug#9676).
4220
4221         * gnus.el (gnus-method-ephemeral-p): New function.
4222
4223 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4226         left-to-right.
4227
4228 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4229
4230         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4231         warning.
4232
4233 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4234
4235         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4236         macroexpand the nnir things, since they haven't been defined yet, and
4237         nnir requires gnus-sum.
4238
4239 2012-01-24  Julien Danjou  <julien@danjou.info>
4240
4241         * color.el (color-rgb-to-hsl): Fix value computing.
4242         (color-hue-to-rgb): New function.
4243         (color-hsl-to-rgb): New function.
4244         (color-clamp, color-saturate-hsl, color-saturate-name)
4245         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4246         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4247
4248 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249
4250         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4251
4252 2012-01-19  Julien Danjou  <julien@danjou.info>
4253
4254         * color.el (color-name-to-rgb): Use the white color to find the max
4255         color component value and return correctly computed values.
4256         (color-name-to-rgb): Add missing float conversion for max value.
4257
4258 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4259
4260         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4261         logical server name in addition to the actual machine address.
4262
4263         * auth-source.el (auth-source-user-and-password): Add convenience
4264         wrapper to search by just host and optionally user.
4265
4266 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4269         after rendering.
4270
4271 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4272
4273         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4274         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4275         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4276
4277 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278
4279         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4280         (bug#9693).
4281         (gnus-summary-setup-buffer): Document return value (bug#9697).
4282
4283         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4284         since ido doesn't work on symbols (bug#9632).
4285
4286         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4287         when getting a single value as when getting all the values.  This means
4288         that atoms like `gcc-self' work cumulatively, like variable settings,
4289         instead of getting the value from the last matching clause.
4290         (gnus-group-find-parameter): Protect against the group buffer not
4291         existing (bug#9585).
4292
4293 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * gnus-start.el (gnus-activate-group): Document more parameters
4296         (bug#9694).
4297
4298         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4299         (bug#9692).
4300
4301         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4302         article was fetched, so that it can be expired later (bug#9958).
4303         (gnus-agent-summary-fetch-series): Add doc string.
4304         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4305         (bug#9517).
4306
4307         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4308         retrieval is happening.
4309
4310         * gnus.el (gnus-parameters): Doc fix.
4311
4312 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4313
4314         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4315         show the thread after expansion.
4316
4317 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * gnus-art.el (article-narrow-to-head): If the head is completely
4320         empty, narrow to the empty region (bug#9764).
4321
4322         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4323         read, and then mark them as unread only when the unread mark is used.
4324         This makes `C-- T k' actually work, even though it's confusing.
4325
4326         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4327         alive before we try to find its window.
4328
4329 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4330
4331         * mm-decode.el (mm-display-external): Use a longer timeout for the
4332         deletion to allow slow programs to display the file.
4333
4334 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4337         prompt to be less confusing.
4338
4339         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4340         argument to `message-reply'.  This broke `special-display-*' frame
4341         pop-uping (bug#10238).
4342
4343 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4346         systems, since these allegedly don't work there.
4347
4348 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4349
4350         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4351         live buffer.
4352
4353 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * nnir.el (nnir-retrieve-headers): Protect against the article not
4356         existing on the server (bug#10335).
4357
4358 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4359
4360         * gnus-agent.el (gnus-agent-load-local): Recompute
4361         gnus-agent-article-local on changing method.
4362
4363 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * gnus.el (gnus-parameters): Note precedence.
4366
4367 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4368
4369         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4370         in the group buffer.
4371
4372 2012-01-04  Julien Danjou  <julien@danjou.info>
4373
4374         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4375         change.
4376
4377 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4380         too.
4381
4382         * nntp.el (nntp-retrieve-group-data-early): Use it.
4383
4384 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4385
4386         * nntp.el (nntp-retrieval-in-progress): New variable.
4387         (nntp-make-process-buffer): Make it buffer-local.
4388
4389         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4390         2010.
4391         (gnus-demon-init): Use it to compute the time if time is on the form
4392         "04:23".
4393
4394         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4395
4396         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4397         status in the correct buffer.
4398
4399 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4400
4401         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4402         when opening topics (bug#10407).
4403
4404 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4405
4406         * gnus-cus.el (gnus-score-customize):
4407         * gnus-sum.el (gnus-sort-gathered-threads):
4408         * message.el (message-shorten-references):
4409         * nnmairix.el (nnmairix-request-group):
4410         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4411
4412 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4413
4414         * gnus-agent.el (gnus-agent-regenerate-group):
4415         * gnus-int.el (gnus-retrieve-group-data-early):
4416         * mm-util.el (mm-codepage-ibm-list):
4417         * nndiary.el (Commentary, nndiary-get-new-mail):
4418         * nnir.el (nnir):
4419         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4420
4421 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * mm-view.el (mm-display-inline-fontify): Add comment.
4424
4425 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4426
4427         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4428         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4429
4430 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4431
4432         * gnus-art.el (gnus-split-methods):
4433         * gnus-msg.el (gnus-configure-posting-styles):
4434         * gnus-spec.el (gnus-parse-simple-format):
4435         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4436         * message.el (message-do-actions): Spelling fix.
4437
4438 2011-12-15  Juri Linkov  <juri@jurta.org>
4439
4440         * mm-decode.el (mm-inline-media-tests): Add missing
4441         `mm-handle-media-subtype'.
4442
4443 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4444
4445         * gnus-group.el (gnus-group-tool-bar):
4446         * gnus-sum.el (gnus-summary-tool-bar):
4447         * message.el (message-tool-bar):
4448         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4449
4450 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4451
4452         * plstore.el (plstore--insert-buffer): Spelling fix.
4453
4454 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4455
4456         * message.el (message-valid-fqdn-regexp): Update with newly approved
4457         top-level domain names ".tel" and ".asia".
4458
4459 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4462         unconditionally.
4463
4464 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4467         pop-to-buffer-same-window for old Emacsen.
4468
4469 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4470
4471         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4472
4473 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4474
4475         * netrc.el (netrc-credentials): Spelling fix.
4476
4477 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4478
4479         * gnus-fun.el (gnus-fun-ppm-change-string):
4480         * gnus-msg.el (gnus-inews-do-gcc):
4481         * gnus-sum.el (gnus-summary-find-for-reselect):
4482         * gnus.el (gnus-summary-cancelled):
4483         * message.el (message-cancel-hook, message-send-news):
4484         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4485         * nnir.el (nnir-run-hyrex):
4486         * nntp.el (nntp-with-open-group-function):
4487         * pgg.el (pgg-pending-timers): Spelling fix.
4488
4489 2011-12-04  Chong Yidong  <cyd@gnu.org>
4490
4491         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4492         change (Bug#10200).
4493
4494 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * compface.el (uncompface):
4497         * gnus-art.el (gnus-article-x-face-command): Update the header format
4498         of icon data for the most recent icontopbm program.
4499
4500 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-msg.el (gnus-inews-do-gcc):
4503         * message.el (message-send-mail):
4504         * mml.el (mml-generate-mime): Share the value of the buffer-local
4505         `message-options' variable between a draft buffer and temprary working
4506         buffers.
4507
4508 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4509
4510         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4511
4512 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4515         for Cygwin.
4516
4517 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4518
4519         * gnus-group.el (gnus-group-prepare-flat):
4520         * mm-bodies.el (mm-encode-body):
4521         * mml.el (mml-preview):
4522         * nnml.el (nnml-request-compact-group):
4523         * pop3.el (pop3-stream-type): Spelling fix.
4524
4525 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4526
4527         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4528
4529 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4530
4531         * color.el (color-rgb-to-hsl):
4532         * gmm-utils.el (gmm-tool-bar-style):
4533         * gnus-group.el (gnus-group-prepare-flat):
4534         * gnus-topic.el (gnus-topic-prepare-topic):
4535         * mm-decode.el (mm-discouraged-alternatives):
4536         * rfc2047.el (rfc2047-encode-1):
4537         * starttls.el: Spelling fix.
4538
4539 2011-11-24  Glenn Morris  <rgm@gnu.org>
4540
4541         * binhex.el (binhex-begin-line): Give it basic doc-string.
4542
4543         * starttls.el, tls.el: Fix case of "GnuTLS".
4544
4545 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4546
4547         * gnus-group.el (gnus-group-highlight): Fix typo.
4548
4549 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4550
4551         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4552         value of `delete-file', that returns nil for a local file but returns t
4553         for a remote file using ssh.
4554
4555 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4556
4557         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4558
4559 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4562         avoid later breakage.
4563
4564 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4567         article buffers' name.
4568
4569 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4570
4571         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4572         by Paul Eggert's spellfixes two days ago.
4573
4574 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4575
4576         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4577         doesn't have it.
4578
4579         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4580         buffer-local instead of binding them to avoid warnings.  Also demote
4581         errors (bug#10063).
4582         (font-lock-mode-hook): Shut up byte compiler.
4583
4584 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4585
4586         * mm-util.el (mm-charset-after):
4587         * nnir.el (nnir-run-hyrex):
4588         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4589         (ntlm-get-password-hashes, ntlm-md4hash):
4590         * smime.el: Fix typo.
4591
4592 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4593
4594         * gnus-agent.el (gnus-agent-expire-group-1):
4595         * nndiary.el (nndiary-last-occurence):
4596         * nnimap.el (nnimap-request-set-mark):
4597         * nnmairix.el (nnmairix-only-use-registry):
4598         * gnus-group.el (gnus-group-prepare-flat):
4599         * gnus-sum.el (gnus-decode-encoded-word-methods):
4600         * message.el (message-wash-subject):
4601         * nntp.el (nntp-retrieve-headers-with-xover):
4602         * smime.el (smime-certificate-directory): Spelling fix.
4603
4604 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4605
4606         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4607
4608         * color.el:
4609         * gnus-agent.el (gnus-agent-possibly-alter-active):
4610         * gnus-dired.el (gnus-dired-print):
4611         * mail-parse.el:
4612         * nnmairix.el (nnmairix-request-group):
4613         * shr.el (shr-image-displayer):
4614         * sieve-manage.el:
4615         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4616
4617 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4618
4619         * gnus-sum.el (gnus-auto-select-subject):
4620         * spam-report.el (spam-report-resend): Spelling fix.
4621
4622 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4623
4624         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4625         * gnus-art.el (gnus-default-article-saver):
4626         * gnus-srvr.el (gnus-server-copy-server):
4627         * gnus.el (gnus-sloppily-equal-method-parameters):
4628         * html2text.el (html2text-format-tag-list):
4629         * message.el (message-narrow-to-head):
4630         * nndiary.el:
4631         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4632         * sieve.el: Spelling fix.
4633
4634 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4635
4636         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4637         * gnus-sum.el (gnus-summary-make-menu-bar):
4638         * gnus-uu.el (gnus-uu-decode-postscript)
4639         (gnus-uu-decode-postscript-and-save):
4640         * mailcap.el (mailcap-print-command):
4641         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4642         Fix typos.
4643
4644 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4645
4646         * gnus-art.el (gnus-article-part-wrapper):
4647         * html2text.el (html2text-fix-paragraphs):
4648         * mm-decode.el (mm-image-fit-p):
4649         * rfc2047.el (rfc2047-encode-message-header):
4650         * shr-color.el (shr-color-visible-distance-min)
4651         (shr-color-relative-to-absolute, set-minimum-interval)
4652         (shr-color-visible): Fix typos.
4653
4654 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4655
4656         * gmm-utils.el (gmm-tool-bar-item):
4657         * gnus-art.el (gnus-treat-body-boundary):
4658         * gnus-diary.el (gnus-user-format-function-d):
4659         * gnus-start.el (gnus-get-unread-articles):
4660         * pgg-gpg.el (pgg-gpg-update-agent):
4661         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4662
4663 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4664
4665         * gnus-topic.el (gnus-group-prepare-topics):
4666         * gnus-uu.el (gnus-extract-view):
4667         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4668
4669 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4670
4671         * spam.el: Move BBDB autoloads.
4672         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4673         BBDB 2 and 3.
4674         (spam-check-BBDB): Use it.
4675         (spam-enter-ham-BBDB): Use it.
4676
4677 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4678
4679         * smime.el (smime-draw-buffer): Spelling fix.
4680
4681 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4682
4683         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4684         for scanning exactly one level.
4685         * gnus-start.el (gnus-get-unread-articles): Ditto.
4686
4687 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4688
4689         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4690         slightly clearer.
4691
4692 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * gnus-sync.el: More commentary about setup.
4695
4696 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * message.el (message-send-and-exit): Document `arg'.
4699
4700 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4701
4702         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4703
4704 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4705
4706         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4707
4708         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4709         we don't use `bound-and-true-p'.
4710
4711 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * gnus-util.el (gnus-bound-and-true-p): Remove.
4714         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4715         * nnir.el: Use it.
4716         * nnmairix.el: Use it.
4717
4718 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4719
4720         * gnus-sync.el: Improve docs about CouchDB admins.
4721
4722         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4723         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4724         for reasons unknown.
4725         * nnir.el: Use it.
4726         * nnmairix.el: Use it.
4727
4728         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4729         * nnir.el: Ditto.
4730         * nnmairix.el: Ditto.
4731
4732         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4733
4734 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4735
4736         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4737         not needed.  Provide xmlplistread list function to produce XML plist
4738         output for non-Gnus LeSync clients.
4739
4740 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4741
4742         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4743
4744         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4745         and save against it.  Group subscriptions, read marks, other marks,
4746         subscription levels, topic names, and topic offsets (the group's
4747         position within the topic) are saved.  This is an experimental backend
4748         and may change significantly.  Load json.el from the gnus-fallback-lib
4749         if it's not available otherwise.
4750         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4751
4752 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4753
4754         * message.el (message-completion-function): Make sure
4755         message-tab-body-function is not attempted if one of
4756         message-completion-alist fails to find a completion (bug#9158).
4757
4758 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4759
4760         * mml.el (mml-quote-region): Quote <#secure> tag.
4761         (mml-generate-mime-1): Unquote <#secure> tag.
4762
4763 2011-10-20  Chong Yidong  <cyd@gnu.org>
4764
4765         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4766         calling a minor mode from Lisp with nil arg enables it, so we have to
4767         make the wording a bit ambiguous here).
4768
4769 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4770
4771         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4772         * nnir.el (nnir-mode): Use it.
4773         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4774         Use it.
4775
4776         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4777         * nnmairix.el (gnus-registry-enabled): Ditto.
4778
4779 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4780
4781         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4782         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4783         only while we need to find out if it should be t or nil.
4784         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4785         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4786         the registry is installed.  Set it to nil when it's unloaded.
4787         (gnus-registry-install-p): Provide user guidance for the initial value
4788         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4789         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4790         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4791         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4792         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4793         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4794         `gnus-registry-install'.
4795
4796 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4797
4798         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4799         previous change.
4800         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4801         primary key is marked as disabled.
4802
4803 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4804
4805         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4806         primary key is marked as disabled.
4807
4808 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4809
4810         * html2text.el (html2text-clean-anchor): Check for quotes around
4811         `href' value.
4812
4813 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4814
4815         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4816         searching.  Drop `bbdb-cache'.
4817
4818 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * message.el (message-signed-or-encrypted-p): Exclude header when
4821         checking if there is signed or encrypted body in text/plain message.
4822
4823 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4824
4825         * html2text.el (html2text-get-attr): Correctly handle attribute values
4826         containing "=".
4827
4828 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4829
4830         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4831         handle bindings.
4832
4833 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * gnus-win.el (gnus-configure-windows): Protect against reading
4836         ephemeral groups outside of Gnus.
4837
4838 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * shr.el (shr-tag-img): Don't get images displayed in tables.
4841
4842 2011-10-03  Glenn Morris  <rgm@gnu.org>
4843
4844         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4845         the "maintainer" version of debbugs.gnu.org reports.
4846
4847 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848
4849         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4850         make asynchronous adjacent image insertion work better.
4851
4852 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4853
4854         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4855         documentation.
4856
4857 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4860         `gnus-asynchronous' isn't shadowed.
4861
4862 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4863
4864         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4865
4866         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4867         (nnimap-insert-partial-structure): The charset parameter isn't
4868         case-sensitive.
4869
4870         * nnheader.el (nnheader-message-maybe): New function.
4871
4872         * shr.el (shr-tag-table): Render totally broken tables better.
4873
4874         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4875         computing the boundary.
4876
4877 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * pop3.el (pop3-number-of-responses): Remove.
4880         (pop3-wait-for-messages): Rewrite to take linear time instead of
4881         exponential time.
4882
4883 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4886         re-fetch images.
4887
4888         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4889         re-fetch images when hitting `g' in Gnus.
4890
4891 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4894         (mml-compute-boundary): Don't check collision if it is non-nil.
4895         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4896         before checking collision.
4897
4898 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * message.el (message-indent-citation): Really make sure there's a
4901         newline at the end.
4902
4903         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4904         Fix suggested by John Wiegley.
4905
4906         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4907
4908         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4909
4910         * message.el (message-default-send-rename-function): Break out into its
4911         own function.
4912
4913         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4914         doesn't work under XEmacs.
4915
4916         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4917         of "imaps" to word around Windows problems.
4918         (nnimap-open-connection-1): Use it.
4919
4920         * message.el (message-indent-citation): Revert last change which made
4921         `F' not work.
4922
4923 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4924
4925         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4926         terminal as well.
4927
4928 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4931         because it displays images using overlays that aren't easy to copy to
4932         the article buffer.
4933
4934 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4935
4936         * message.el (message-indent-citation): Fix empty line removal at the
4937         end of the citation.
4938
4939 2011-09-20  Julien Danjou  <julien@danjou.info>
4940
4941         * auth-source.el (auth-source-netrc-create): Use default value for
4942         password if specified.  Evaluate default.
4943         (auth-source-plstore-create): Ditto.
4944         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4945         value evaluation.
4946         (auth-source-netrc-create): Typo fix.
4947         (auth-source-plstore-create): Ditto.
4948
4949         * password-cache.el (password-cache-remove): Remove entries even if the
4950         value is nil, so that password with a nil value (negative caching) is
4951         possible to invalidate.
4952
4953         * auth-source.el (auth-source-format-cache-entry): New function.
4954
4955 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4958
4959 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960
4961         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4962
4963 2011-09-19  Julien Danjou  <julien@danjou.info>
4964
4965         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4966         which work with things that are not ASCII.
4967
4968 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969
4970         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4971
4972 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4973
4974         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4975         message level.
4976
4977 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4980
4981 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982
4983         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4984
4985 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4986
4987         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4988         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4989
4990 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4991
4992         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4993         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4994         articles.
4995
4996 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4997
4998         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4999         (message-mail-other-window, message-mail-other-frame)
5000         (message-news-other-window, message-news-other-frame):
5001         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5002         instead of setting buffer display varibles.
5003
5004 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5007
5008         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5009
5010 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5013         duplicates" to a higher level.
5014
5015         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5016         most egregious messages.
5017
5018 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5021
5022 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5023
5024         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5025         up the file (bug#9351).
5026
5027 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5030         it does with all other backends, but decode the names immediately after
5031         getting them.
5032
5033         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5034         decoding nnimap groups.
5035
5036         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5037         newsrc file.  It doesn't seem like an important optimization any more.
5038
5039 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5040
5041         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5042         overflows.
5043
5044 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5047         (gnus-interactive-exit): Extend to `quiet'.
5048
5049         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5050
5051         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5052         string.
5053
5054         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5055         renaming function arguments from `this'.
5056
5057         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5058
5059         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5060         has been renamed.
5061         (gnus-lrm-string-p): Include RLM and PDF, too.
5062
5063         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5064         (bug#9225).
5065
5066 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5067
5068         Add autoload cookies for functions used by sendmail.el.
5069         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5070
5071         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5072
5073 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * gnus-art.el (article-date-ut): Work properly even when there are
5076         things like Date header in the body; work for forwarded parts.
5077
5078 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5079
5080         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5081         original-article-buffer.
5082
5083 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5084
5085         * nnir.el (nnir-compose-result): Fix matching of server type.
5086         (nnir-run-swish++): Ditto.
5087         (nnir-run-namazu): Ditto.
5088         (nnir-run-notmuch): Ditto.
5089
5090 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5091
5092         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5093         (bug#9405).
5094
5095         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5096         (bug#9421).
5097
5098         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5099         (bug#9425).
5100
5101         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5102         thing (bug#9426).
5103
5104 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105
5106         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5107         the error message.
5108
5109 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5110
5111         * message.el (message-setup-1): Return t (Bug#9392).
5112
5113 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5114
5115         * gnus-sum.el: When adding article headers to a summary buffer also
5116         update gnus-newsgroup-articles (bug#9386).
5117
5118 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * auth-source.el: Autoload help-mode.
5121
5122 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5125         names.
5126
5127 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5128
5129         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5130         mm-replace-in-string for compatibility issues.
5131         * mml2015.el (mml2015-epg-verify): Ditto.
5132
5133 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5136
5137         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5138
5139 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140
5141         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5142         continue on and do the clean-up phase (bug#9188).
5143
5144         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5145         just ignore groups that can't be opened instead of erroring out
5146         (bug#9225).
5147
5148         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5149         nil since some many people are fuddy-duddies.
5150
5151         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5152         images.
5153
5154         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5155         instead.
5156
5157         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5158
5159         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5160
5161         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5162         processing.
5163
5164         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5165         buffer to avoid warnings.
5166
5167 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5168
5169         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5170         specified to reduce precision.
5171
5172 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5175         bodystructures (bug#9314).
5176
5177 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5180         Make button keymap non-sticky after buttons.
5181
5182 2011-08-18  David Engster  <dengste@eml.cc>
5183
5184         * nnmairix.el (nnmairix-request-set-mark)
5185         (nnmairix-goto-original-article): Remove adding of article to registry,
5186         since `gnus-registry-add-group' isn't available anymore.
5187         (nnmairix-determine-original-group-from-registry):
5188         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5189         available anymore.
5190
5191 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5192
5193         * starttls.el (starttls-any-program-available): Define as obsolete
5194         function.
5195
5196 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5199         versions which Gnus use when appropriate.
5200
5201         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5202         a pretty destructive command.
5203
5204         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5205
5206 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * message.el (message-fix-before-sending): Make a different warning
5209         about NUL characters (bug#9270).
5210
5211         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5212         from custom (bug#9260).
5213
5214         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5215         things work in Emacs 22 and XEmacs, too.
5216
5217         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5218         default From.
5219
5220         * gnus-spec.el (gnus-lrm-string-p): New macro.
5221         (gnus-lrm-string): New constant.
5222         (gnus-summary-line-format-spec): LRM-ify the from.
5223         (gnus-tilde-max-form): LRM-ify string chopping.
5224
5225         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5226
5227         * message.el (message-is-yours-p): Allow disabling canlock checking
5228         (bug#9295).
5229         (message-shoot-gnksa-feet): Add `canlock-verify'.
5230         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5231         message directory isn't writable (bug#9304).
5232
5233         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5234         non-world-readable.
5235
5236 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5239         articles.
5240
5241 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5242
5243         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5244         copy-list.
5245
5246 2011-08-12  Sam Steingold  <sds@gnu.org>
5247
5248         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5249         in the reverse order to avoid modifying the cache with `nreverse'.
5250         (gnus-all-score-files): Do not modify the value returned by
5251         `gnus-score-find-alist' because it lives in a cache variable.
5252         (gnus-current-home-score-file): No need to `nreverse' the return value
5253         of `gnus-score-find-alist', it is already in the correct order.
5254
5255 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5256
5257         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5258         type MESSAGE and subtype RFC822 is slightly different from those of
5259         type TEXT.
5260
5261 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5262
5263         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5264         This allows article-referral to work from an nnir group.
5265
5266 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5267
5268         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5269
5270 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5271
5272         * mml1991.el (mml1991-epg-find-usable-key)
5273         (mml1991-epg-find-usable-secret-key): New function.
5274         (mml1991-epg-sign): Check if signing key is usable.
5275         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5276
5277 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5278
5279         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5280         server-variables only.  This should fix a bug introduced with commit
5281         e1889675b7f4adf057833c5513c9374134c4e053.
5282         (nnir-run-query): 'nnir-search-engine should not be set from the global
5283         environment.
5284
5285 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5286
5287         * nnir.el (nnir-search-thread): Position point on referring article
5288         line.
5289         (nnir-warp-to-article): Clean up summary buffers.
5290
5291         * nnimap.el (nnimap-request-thread): Whitespace fix.
5292
5293 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5294
5295         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5296
5297 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5298
5299         * starttls.el (starttls-available-p): Rename from
5300         `starttls-any-program-available' and changed return convention.
5301
5302 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5303
5304         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5305         `unix-sync' unless it's defined.
5306
5307 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5308
5309         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5310         `aref' for XEmacs compatibiltiy.
5311
5312 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5315
5316 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5317
5318         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5319         closures, quote the form properly (bug#9194).
5320
5321 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5324         (gnus-summary-insert-new-articles): Protect against servers that are
5325         down.
5326
5327 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5328
5329         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5330         in mm handle if none is specified.
5331
5332 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5333
5334         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5335
5336 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5337
5338         * nnir.el (nnir-search-thread): New function to make an nnir group
5339         based on a thread query.
5340
5341         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5342         of nnir in thread referral.
5343         (gnus-summary-refer-thread): Use it.
5344
5345         * nnimap.el (nnimap-request-thread): Use it.
5346
5347 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348
5349         * shr.el (shr-tag-comment): Ignore HTML comments.
5350
5351 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5352
5353         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5354         argument.
5355         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5356         Use `nnir-address' to handle server info rather than passing an arg.
5357
5358         * nnimap.el (nnimap-make-thread-query): New utility function to format
5359         an imap thread search query.
5360         (nnimap-request-thread): Use it.
5361
5362         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5363         right select-method if we are not going back to the group buffer.
5364
5365 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5366
5367         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5368         enter invalid buffer configurations into the quit form (bug#9107).
5369         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5370         unplugged/plugged.
5371
5372         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5373         keep track of which ones are unread (bug#9061).
5374
5375         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5376         (bug#9055).
5377
5378         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5379         (bug#9041).
5380
5381         * gnus-html.el (mm-util): Require (bug#9073).
5382
5383         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5384         (gnus-summary-refer-thread): Use it to remove duplicates in the
5385         un-threaded view (bug#9053).
5386         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5387
5388 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5389
5390         * nnir.el (nnir-read-server-parm): Use default value from global
5391         variable.  Without this the default search engine parameters aren't
5392         used at all.
5393
5394 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * message.el (message-unique-id): Don't use the undocumented return
5397         value from (random t) (bug#9118).
5398
5399 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * message.el (message-auto-save-directory): If the ~/Mail directory
5402         doesn't exist, use ~ as the auto-save directory (bug#4432).
5403
5404         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5405         hasn't already been started.
5406
5407 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5408
5409         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5410
5411         * message.el (message-reply): Work around mysterious bug where
5412         `message-mode' seems to overwrite the locally bound `subject' variable.
5413
5414 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5415
5416         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5417         correct group.
5418
5419         * gnus-int.el (gnus-request-thread): Add group argument.
5420
5421         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5422
5423 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5426
5427         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5428         renamed to `debbugs-gnu-*'.
5429
5430 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5431
5432         * plstore.el: Revert the editing feature since it is not urgent.
5433         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5434         (plstore-mode-decoded): Remove.
5435
5436 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5439         isn't very interesting any more, and it leaks potentially secret data.
5440         (gnus-debug): Remove.
5441
5442         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5443         use of :custom-show.
5444
5445 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5446
5447         * plstore.el: Add documentation.
5448         (plstore-mode): New mode to edit plstore file.
5449         (plstore-mode-toggle-display, plstore-mode-original)
5450         (plstore-mode-decoded): New command.
5451         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5452         (plstore--insert-buffer, plstore--make): New function.
5453         (plstore-open, plstore-save): Simplify by using them.
5454
5455 2011-07-06  Glenn Morris  <rgm@gnu.org>
5456
5457         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5458
5459 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5462         no longer is much used.
5463         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5464         Articles".
5465
5466 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5467
5468         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5469         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5470         `notmuch' backend.
5471
5472 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5473
5474         * mm-decode.el (mm-text-html-renderer): Doc fix.
5475
5476         * gnus-msg.el (gnus-bug): Fix the MML tag.
5477
5478         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5479
5480 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5481
5482         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5483         secondary methods if started with `gnus-no-server'.
5484
5485 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5486
5487         * message.el (message-return-action): Fix typo in docstring.
5488
5489 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490
5491         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5492         bug reports at once.
5493
5494         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5495
5496 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * nndraft.el: Require gnus-group.
5499         (nndraft-request-list): Declare.
5500
5501         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5502         no unread article unless it matches gnus-permanently-visible-groups.
5503
5504         * nndraft.el (nndraft-update-unread-articles): New function.
5505         (nndraft-request-associate-buffer): Use it to update the number of
5506         unread articles for the nndraft groups in the group buffer when saving
5507         or killing a draft message.
5508
5509 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510
5511         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5512         systems to binary before writing and reading the mbox files.
5513
5514         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5515         instead of trying to list them all (bug#8978).
5516
5517 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5518
5519         * pop3.el (pop3-open-server): Use :end-of-capability.
5520
5521 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5522
5523         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5524         the id is always a number.
5525
5526         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5527
5528         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5529         debbugs mode, if possible.
5530
5531 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5532
5533         * auth-source.el (auth-source-token-passphrase-callback-function):
5534         Reindent.
5535         (epg-context-operation): Remove unnecessary autoload.
5536
5537 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5538
5539         * gnus.el (gnus-list-debbugs): New command.
5540
5541         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5542         mboxstat instead of the maintbox, since the stat seems to be fuller.
5543
5544         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5545         summary buffers.
5546
5547         * message.el (message-get-reply-headers): Delete all duplicates,
5548         instead of the first.
5549         (message-get-reply-headers): Ensure that we have progress while
5550         deleting duplicates.
5551
5552         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5553         gnus-posting-style value from the summary buffer to make it easier to
5554         make that a per-buffer conf.
5555
5556 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5557
5558         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5559         found by setting `shortcut' in 'query.
5560         (nnir-request-article): Use `shortcut' setting when requesting article
5561         by Message-ID.
5562
5563 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5564
5565         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5566         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5567         Bring the pseudo-headers back too.
5568
5569 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5570
5571         * auth-source.el (auth-source-token-passphrase-callback-function):
5572         Simplify and remove EPA dependency.
5573
5574 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5575
5576         * nnir.el (nnir-request-article): Fix error message text.
5577
5578 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5579
5580         * auth-source.el (plstore-delete): Autoload.
5581         (auth-source-plstore-search): Support delete operation.
5582         * plstore.el (plstore-delete): New function.
5583
5584 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5587         mark actually existing articles as unread rather than the ones that
5588         active asserts.
5589
5590 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5591
5592         * nntp.el (nntp-record-command):
5593         * gnus-util.el (gnus-message-with-timestamp-1):
5594         Use format-time-string rather than decoding time stamps by hand.
5595         This is simpler and insulates the code from potential changes to
5596         current-time format.
5597
5598 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5601
5602 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5603
5604         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5605         (plstore-save): Support public key encryption.
5606         (plstore--init-from-buffer): New function.
5607         (plstore-open): Use it; fix error when opening a non-existent file.
5608         (plstore-revert): Use plstore--init-from-buffer.
5609
5610 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5611
5612         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5613
5614 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5617         for old Emacsen.
5618
5619 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5620
5621         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5622         is not fully working.
5623
5624 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625
5626         * dgnushack.el: Autoload sha1 on XEmacs.
5627
5628         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5629         quit window configuration.
5630
5631         * auth-source.el (epg-context-set-passphrase-callback):
5632         Remove duplicate autoload.
5633
5634 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5635
5636         * nnir.el (nnir-request-article): Allow requesting articles by
5637         Message-ID with nnimap.
5638
5639         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5640         current server.
5641
5642 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5643
5644         * auth-source.el: Autoload EPA/EPG functions.
5645         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5646         changed when EPA/EPG is not available.
5647         (auth-source-backend): Rename "arg" member to "data".
5648         (auth-source-backend-parse, auth-source-plstore-search)
5649         (auth-source-plstore-create): Use it.
5650
5651 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5652
5653         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5654         `gnus-refer-article-methods'.
5655
5656 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * auth-source.el: Require EPA and EPG.
5659         (auth-source-passphrase-alist): New variable.
5660         (auth-source-passphrase-callback-function)
5661         (auth-source-token-passphrase-callback-function): Callbacks for the
5662         netrc field encryption (GPG tokens).
5663         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5664         Symmetric encryption and decryption of the netrc GPG tokens.
5665         (auth-source-netrc-normalize): Use them, simplifying the closure.
5666
5667 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5670         is available.
5671
5672 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5675         non-nil, and `nnimap-split-methods' is nil, use the former.
5676
5677 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5678
5679         * plstore.el (plstore-revert): New function.
5680         (plstore-open): Use it; hide the buffer from user.
5681
5682 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5683
5684         * auth-source.el (auth-source-backend): New member "arg".
5685         (auth-source-backend-parse): Handle new backend 'plstore.
5686         * plstore.el: New file.
5687
5688 2011-06-30  Glenn Morris  <rgm@gnu.org>
5689
5690         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5691
5692 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5693
5694         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5695         expiring articles to.
5696
5697         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5698         variations as ASCII (bug#5458).
5699
5700 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5703
5704 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705
5706         * message.el (message-point-in-header-p): Tweak the function to default
5707         to saying that we're not in the headers if there is no separator at
5708         all.  This makes it possible to use the Message version of `M-q' in
5709         buffers with no headers (bug#7987).
5710         (message-point-in-header-p): Fix last checkin to work with an empty
5711         mail-header-separator, too.
5712
5713         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5714         again, save the choice via customize.
5715
5716 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5719
5720         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5721         ended the connection, bail out before waiting infinitely on a new
5722         connection.
5723
5724 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5725
5726         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5727         reports.
5728
5729         * gnus.el (gnus-bug-package): Use "gnus."
5730         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5731
5732 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * dgnushack.el: Make the timer warning go away on XEmacs.
5735
5736         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5737         animations going on at article exit time.
5738
5739         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5740         since removing it breaks people upgrading.
5741
5742         * shr.el (shr-put-image): Use the new interface for animating images.
5743         (shr-put-image): Animate for 60 seconds.
5744
5745         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5746         avoid compiler warnings.
5747
5748         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5749         error with `find-file-hooks' on Emacs 22.
5750         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5751         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5752         on all architectures.
5753
5754         * spam.el (spam-stat): Require in a normal fashion without binding
5755         `spam-stat-install-hooks' to avoid compilation warnings.
5756
5757         * spam-stat.el (spam-stat-install-hooks): Remove.
5758         (spam-stat-install-hooks): Don't run automatically.
5759
5760 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5761
5762         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5763         and keystroke.
5764
5765 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * auth-source.el (auth-source-netrc-cache): Move forward.
5768
5769 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5770
5771         * proto-stream.el (proto-stream-open-starttls): Use
5772         `gnutls-available-p' to see whether we have built-in support.
5773
5774         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5775         we already know.
5776         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5777         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5778
5779 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5780
5781         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5782         %S format, since that looks odd.
5783         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5784         file, especially when saving.
5785
5786 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5787
5788         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5789         article found.
5790
5791 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5792
5793         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5794         `auth-source-save-secrets' with a more sensitive alist that can be
5795         configured per file.  Experimental, so defaults to 'never.
5796         (auth-source-netrc-create): Use it.  Still experimental code.
5797         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5798         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5799
5800 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5801
5802         * auth-source.el (auth-source-save-secrets): New variable to control if
5803         secret tokens should be saved encrypted.
5804         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5805         to `auth-source-netrc-normalize'.
5806         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5807         on the EPA variables being defined.
5808         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5809         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5810         the lexical-let closure.
5811         (auth-source-netrc-create): Create "gpg:" tokens according to
5812         `auth-source-save-secrets'.
5813
5814 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * gnus-group.el (gnus-group-update-group): Add new argument
5817         `info-unchanged' that stops updating dribble buffer.
5818
5819         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5820         deletes lines matching to it in dribble buffer.
5821
5822         * gnus-agent.el (gnus-agent-fetch-group-1):
5823         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5824         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5825         * gnus-start.el (gnus-group-change-level):
5826         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5827
5828         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5829         if newsgroup info is not changed.
5830
5831         * gnus-group.el (gnus-group-get-new-news-this-group):
5832         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5833         Don't update dribble buffer.
5834
5835 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5836
5837         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5838         remove entries with groups we ignore.
5839
5840 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5843         the underline comes at the bottom.
5844
5845 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5848         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5849         (gnus-registry-article-marks-to-names): Rename from
5850         `gnus-registry-user-format-function-M2'.
5851
5852 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5855         ephemeral group.
5856
5857 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * shr.el (shr-browse-image): Copy the URL if called interactively.
5860
5861 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5864         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5865         done, then unselected articles may be marked as read.
5866
5867         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5868         since not doing this seems to lead to a race condition in pop3-logon.
5869
5870         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5871         so that the call chain it correct when we call "upwards".
5872
5873         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5874         in read-only groups.
5875
5876         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5877
5878         * message.el (message-cite-reply-position): Doc string fix.
5879
5880         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5881         avoid regexp overflow.
5882         (nnimap-transform-split-mail): Ditto.
5883
5884         * pop3.el (pop3-retr): Error out if the server closes the connection.
5885
5886 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5887
5888         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5889         mm-with-unibyte-current-buffer.  The buffer should not contain any
5890         multibyte chars anyway at this stage.
5891
5892 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893
5894         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5895         at the end of lines.
5896
5897 2011-05-29  Julien Danjou  <julien@danjou.info>
5898
5899         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5900
5901 2011-05-27  Glenn Morris  <rgm@gnu.org>
5902
5903         * gnus-group.el (gnus-bug-group-download-format-alist):
5904         Use the "maintainer" version of debian reports as well.
5905
5906 2011-05-26  Glenn Morris  <rgm@gnu.org>
5907
5908         * gnus-group.el (gnus-bug-group-download-format-alist):
5909         Use the "maintainer" version of debbugs.gnu.org reports.
5910
5911 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5914
5915 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5916
5917         * gnus-cus.el (gnus-agent-customize-category):
5918         * gnus-delay.el (gnus-delay-send-queue):
5919         * gnus.el (gnus-other-frame):
5920         Don't quote lambda expressions with `quote'.
5921
5922 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5923
5924         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5925         the thread moves us backwards and so we loop forever.
5926
5927 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5930         whitespace in base64 data lines.
5931
5932 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * gnus-registry.el (gnus-registry-user-format-function-M):
5935         Use `mapconcat'.
5936         (gnus-registry-user-format-function-M2): Use to see the full text of
5937         the marks.  Make "," the mark text separator.
5938
5939         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5940         authentication with auth-source.
5941
5942 2011-05-17  Glenn Morris  <rgm@gnu.org>
5943
5944         * gnus-group.el (gnus-import-other-newsrc-file):
5945         Use insert-file-contents.
5946
5947 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5950         1000 iterations.
5951
5952 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * nntp.el (nntp-open-connection): Check if process-type is available.
5955
5956 2011-05-16  Julien Danjou  <julien@danjou.info>
5957
5958         * shr.el (shr-tag-del): Add support for del tag.
5959
5960 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * gnus-html.el (gnus-html-put-image): Register a displayer.
5963
5964         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5965
5966 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5967
5968         * registry.el (prune-factor): New initialization parameter defaulting
5969         to 0.1.
5970         (registry-prune-hard): Use it.
5971
5972         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5973         0.1 expicitly.
5974
5975 2011-05-13  Glenn Morris  <rgm@gnu.org>
5976
5977         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5978         is bound, since this function requires sendmail.
5979
5980 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5981
5982         * registry.el (registry-usage-test): Disable pruning test.
5983
5984 2011-05-11  David Engster  <dengste@eml.cc>
5985
5986         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5987         Bind set-network-process-option for XEmacs.
5988
5989 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5990
5991         * registry.el (registry-prune-hard-candidates)
5992         (registry-prune-soft-candidates): Helper methods for registry pruning.
5993         (registry-prune): Use them.  Make the sort function optional.
5994
5995 2011-05-10  Jim Meyering  <meyering@redhat.com>
5996
5997         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5998
5999 2011-05-10  Julien Danjou  <julien@danjou.info>
6000
6001         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6002         symbol and not a list.
6003
6004 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-art.el (gnus-article-mode): Move binding of
6007         shr-put-image-function here from gnus-article-prepare-display.
6008
6009         * shr.el (shr-put-image-function): New variable.
6010         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6011         (shr-put-image): Return scaled image.
6012
6013         * gnus-art.el (gnus-shr-put-image): New function.
6014         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6015
6016         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6017         original ones, as deletable.
6018
6019 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6020
6021         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6022
6023 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6024
6025         * registry.el (registry-full): Add convenience method.  Fix logic.
6026         (registry-insert): Use it.  Fix logic here too.
6027
6028         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6029         `registry-prune' if `registry-full' returns t.
6030         (gnus-registry-handle-action)
6031         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6032         (gnus-registry-usage-test): Use it.
6033
6034 2011-05-07  Julien Danjou  <julien@danjou.info>
6035
6036         * shr.el (shr-link): Make shr-link inherit from link by default.
6037
6038 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6039
6040         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6041
6042 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6043
6044         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6045         error out because the face is not a list.
6046
6047 2011-05-05  Glenn Morris  <rgm@gnu.org>
6048
6049         * proto-stream.el (gnutls-negotiate): Fix declarations.
6050
6051         * gnus-start.el (gnus-propagate-marks): Declare.
6052
6053 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6054
6055         * registry.el (registry-reindex): Fix percentage message.
6056
6057         * proto-stream.el (network-stream-open-starttls): Adjust to call
6058         `gnutls-negotiate' with :process and :hostname arguments.
6059
6060 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6061
6062         * shr.el: Add shr-link face for links.
6063         (shr-urlify): Use it.
6064
6065         * registry.el (registry-insert): Make error message more helpful.
6066
6067 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068
6069         * gnus-html.el (gnus-html-schedule-image-fetching):
6070         Use url-queue-retrieve, if it exists.
6071
6072         * shr.el (shr-tag-img): Ditto.
6073
6074         * gnus.el: Autoload more gnus-agent functions.
6075
6076         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6077         agent if we haven't already (bug#8502).
6078
6079         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6080         into the Agent, too.
6081
6082         * gnus-agent.el (gnus-agent-store-article): New function.
6083
6084         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6085         and moved from that file for reuse.
6086
6087         * pop3.el (pop3-open-server): Error messages are "-ERR".
6088
6089 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6090
6091         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6092         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6093
6094 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6095
6096         * gnus.el: No Gnus v0.17 is released.
6097
6098 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6099
6100         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6101         buffer has moved to a different frame.
6102
6103 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6104
6105         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6106         to get the conversion from unibyte to multibyte buffers to work on
6107         Emacs 22.
6108
6109         * nntp.el (nntp-request-article): Slight clean-up.
6110
6111 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * shr.el (shr-strike-through): New face.
6114         (shr-tag-s): Use it to provide <s> support.
6115         (shr-tag-s): Remove duplicate definition.
6116
6117 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6118
6119         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6120         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6121
6122 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6123
6124         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6125         `gnutls-negotiate'.
6126         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6127
6128 2011-04-23  Glenn Morris  <rgm@gnu.org>
6129
6130         * gnus-sum.el (gnus-extra-headers): Bump :version.
6131
6132 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6133
6134         * shr.el (shr-tag-sup): New function.
6135         (shr-tag-sub): Ditto.
6136
6137 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6138
6139         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6140         for the case where `gnus-registry-ignored-groups' is a list of lists,
6141         and don't call `gnus-parameter-registry-ignore' otherwise.
6142
6143 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6144
6145         * nnimap.el (nnimap-user): New backend variable.
6146         (nnimap-open-connection-1): Use it.
6147         (nnimap-credentials): Accept user parameter so it's explicit what user
6148         name is desired.
6149
6150         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6151         default.
6152
6153         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6154         not gnus-registry.el.
6155
6156         * gnus-registry.el: Mention in comments how to modify
6157         `gnus-extra-headers' for proper recipient tracking and that it may
6158         already have To and Cc recently, which it does as of this commit.
6159         (gnus-registry-ignored-groups): Remove defcustom.
6160         Explain why in comments.
6161         (gnus-registry-action): Fix data-header reference to use the extra
6162         headers.  Explain in package commentary how to add To and Cc headers to
6163         the gnus-extra-headers.
6164         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6165         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6166         parameter list or a string list in `gnus-registry-ignored-groups'.
6167         Fix logic error.
6168
6169 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6170
6171         * shr.el (shr-expand-url): Protect against null urls.
6172
6173 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * shr.el (shr-base): New binding.
6176         (shr-tag-base): Keep track of <base>.
6177         (shr-expand-url): New function used throughout.
6178
6179 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6180
6181         * gnus-registry.el
6182         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6183         (gnus-registry-ignored-groups): New variable.
6184         (gnus-registry-ignore-group-p): Use it.
6185         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6186         set the destination group to nil (same as delete) if it's ignored.
6187
6188 2011-04-20  David Engster  <dengste@eml.cc>
6189
6190         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6191
6192         * Makefile.in (test-nntp): New rule.
6193         (check): Add it.
6194         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6195
6196 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * gnus-registry.el (gnus-registry-action)
6199         (gnus-registry-fetch-header-fast):
6200         Don't use mail-header that looks an internal function of mailheader.el.
6201
6202 2011-04-19  Glenn Morris  <rgm@gnu.org>
6203
6204         * time-date.el (time-to-days): Remove unused local variables.
6205
6206 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * gnus-registry.el: Eliminate cl functions.
6209         (gnus-registry-sort-addresses): New function that replaces mapcan.
6210         (gnus-registry-action, gnus-registry-spool-action)
6211         (gnus-registry-split-fancy-with-parent)
6212         (gnus-registry-fetch-recipients-fast): Use it.
6213         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6214
6215         * registry.el (initialize-instance, registry-lookup)
6216         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6217         (registry-lookup-secondary-value, registry-search, registry-delete)
6218         (registry-insert, registry-reindex, registry-size, registry-prune):
6219         Use eval-and-compile.
6220
6221 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6222
6223         * registry.el (registry-reindex): New method to recreate the secondary
6224         registry indices.
6225
6226         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6227         tracked field changes.
6228         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6229         (gnus-registry-action, gnus-registry-spool-action)
6230         (gnus-registry-handle-action)
6231         (gnus-registry--split-fancy-with-parent-internal)
6232         (gnus-registry-split-fancy-with-parent)
6233         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6234         move, and delete actions, and for fancy splitting with parent.
6235         (gnus-registry-extract-addresses)
6236         (gnus-registry-fetch-recipients-fast)
6237         (gnus-registry-fetch-header-fast): Convenience functions.
6238         (gnus-registry-misc-test): ERT test of
6239         `gnus-registry-extract-addresses'.
6240
6241 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6242
6243         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6244         Track by subject first, then sender.
6245
6246 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6247
6248         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6249
6250         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6251         Lisp.
6252
6253         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6254         (gnus-draft-send): Use it to avoid popping
6255         up frames from gnus-group-send-queue.
6256
6257 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6258
6259         * gnus-registry.el: Updated gnus-registry docs.
6260
6261 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6262
6263         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6264         Fix logic bug.
6265         (gnus-registry-post-process-groups): Fix logging of no results and
6266         quote sender and subject.
6267
6268 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269
6270         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6271         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6272         gnutls-cli are too slow to be done opportunistically.
6273
6274         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6275         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6276         we had no early-data returned.
6277         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6278         two async commands to the same server at the same time.
6279
6280 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6281
6282         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6283
6284 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6285
6286         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6287         "warning" level.
6288
6289         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6290         (mm-url-insert-file-contents): Don't set the package names.
6291
6292 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6293
6294         * gnus-registry.el (gnus-registry-action): Remove properties and
6295         simplify subject in `gnus-registry-handle-action'.
6296         (gnus-registry-spool-action): Get subject and sender from message if
6297         they are not passed in.
6298         (gnus-registry-handle-action): Remove properties and simplify subject
6299         consistently.
6300
6301 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6302
6303         * registry.el: Require CL before using defmacro*.
6304
6305 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-art.el (article-treat-date): Assume that
6308         gnus-article-date-headers may be a group parameter.
6309
6310 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6311
6312         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6313
6314         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6315         interactively so the newsrc file can contain foreign groups too.
6316         Useful for debugging but not much for users.
6317
6318 2011-04-07  David Engster  <dengste@eml.cc>
6319
6320         * registry.el (registry-usage-test): Only do
6321         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6322         lexical binding.
6323
6324 2011-04-07  David Engster  <dengste@eml.cc>
6325
6326         * Makefile.in (check, test-registry): New rules for test-suite.
6327
6328 2011-04-06  David Engster  <dengste@eml.cc>
6329
6330         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6331         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6332
6333 2011-04-06  David Engster  <dengste@eml.cc>
6334
6335         * registry.el (initialize-instance): Change :after to :AFTER to be
6336         compatible with old EIEIO version in XEmacs.
6337
6338 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6339
6340         * gnus-registry.el (gnus-registry-post-process-groups)
6341         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6342         and provide better messaging.
6343
6344 2011-04-06  David Engster  <dengste@eml.cc>
6345
6346         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6347         errors.
6348
6349         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6350         dgnushack-compile with error-on-warn enabled, and to signal an error if
6351         clean compilation failed.
6352         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6353         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6354
6355 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6356
6357         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6358         unconditionally anyway, discarding errors.
6359         (gnus-registry-delete-entries): New convenience function.
6360         (gnus-registry-import-eld): Import from old .eld registry.
6361
6362         * registry.el: Don't use ERT if it's not available.  Load it
6363         unconditionally anyway, discarding errors.
6364
6365         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6366         version from the Claudio Bley GnuTLS patch (extra optional parameters
6367         and host name).
6368
6369 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6370
6371         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6372         fixup the parameters that can be customized by the user between
6373         save/read cycles.
6374         (gnus-registry-read): Use it.
6375         (gnus-registry-make-db): Use it.
6376         (gnus-registry-spool-action, gnus-registry-handle-action):
6377         Fix messaging.
6378         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6379         Map references to actual group names with sender and subject tracking.
6380         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6381         (gnus-registry-usage-test): Add subject lookup test.
6382
6383         * registry.el (registry-db, initialize-instance): Set up constructor
6384         instead of :initform arguments for the sake of older Emacsen.
6385         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6386         pre-lexbind merge bug.
6387         (registry-usage-test): Use it.
6388         (initialize-instance, registry-db): Move the non-function initforms
6389         back to the class definition.
6390
6391 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6392
6393         * registry.el: New library to manage gnus-registry-style data.
6394
6395         * gnus-registry.el: Use it (major rewrite).
6396
6397         * nnregistry.el: Use it.
6398
6399         * spam.el: Use it.
6400
6401 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6402
6403         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6404         marks on non-selected articles.
6405
6406 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6407
6408         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6409         parameter to open-protocol-stream.
6410
6411 2011-04-01  Julien Danjou  <julien@danjou.info>
6412
6413         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6414         fundamental-mode.
6415
6416 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417
6418         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6419         servers.
6420
6421 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422
6423         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6424         made marks not propagate, again.
6425
6426 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6427
6428         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6429         Make this the default type.
6430         (proto-stream-open-plain): Rename from proto-stream-open-default.
6431         (open-protocol-stream, proto-stream-open-starttls)
6432         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6433         with `plain'.
6434
6435         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6436         value.
6437
6438         * nntp.el (nntp-open-connection-function): Document the fact that some
6439         values are not functions but are instead handled specially.
6440         Recognize nntp-open-plain-stream value.
6441         (nntp-open-connection): Recognize that value.
6442
6443 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6446         where it seems to be needed.
6447
6448 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6451         stuff.
6452
6453         * gnus-score.el (gnus-score-string): Fix calling convention of
6454         `gnus-simplify-buffer-fuzzy' after last patches.
6455
6456         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6457         server for articles we didn't get any headers for.  This is a sanity
6458         check.
6459
6460 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6461
6462         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6463         new CAPABILITY, use it.
6464
6465 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6466
6467         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6468         downloading anything.
6469
6470         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6471
6472 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6473
6474         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6475         colors.
6476         (gnus-splash-svg-color-symbols): New function.
6477
6478 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479
6480         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6481         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6482         (gnus-simplify-subject-fuzzy): Use the local
6483         gnus-simplify-subject-fuzzy-regex instead of the global one.
6484         This makes using this variable in group parameters work.
6485
6486 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6487
6488         * gnus-registry.el (gnus-registry-unfollowed-groups):
6489         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6490         archive:sent-YYYY-MM-DD groups).
6491         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6492         tracking if there are more than `gnus-registry-max-track-groups'
6493         matches.
6494
6495 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6496
6497         * message.el (message--yank-original-internal): New function to do the
6498         insertion cleanly inside eval in `message-yank-original'.
6499         (message-yank-original): Use it.
6500
6501 2011-03-29  Julien Danjou  <julien@danjou.info>
6502
6503         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6504         local variables disabled rather than `normal-mode'.
6505
6506 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6507
6508         * imap.el (imap-shell-open, imap-process-connection-type):
6509         Use imap-process-connection-type for 'shell' streams as well as
6510         Kerberos, SSL, other subprocesses.
6511
6512 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6513
6514         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6515         with open-network-stream.
6516         (proto-stream-always-use-starttls): Option removed.
6517         (open-protocol-stream): Return a process object by default.  Provide a
6518         new parameter :return-list specifying a list-type return value, which
6519         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6520         :type `network' to `try-starttls', and `network-only' to `default'.
6521         Make `default' the default, for compatibility with open-network-stream.
6522         Handle the no-parameter case exactly as open-network-stream, with no
6523         additional stream processing.  Search plists using plist-get.
6524         Explicitly add :end-of-commend parameter if it is missing.
6525         (proto-stream-open-default): Rename from
6526         proto-stream-open-network-only.  Return 'default as the type.
6527         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6528         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6529         failed.  Always return a list with a (possibly dead) process as the
6530         first element, for compatibility with open-network-stream.
6531         (proto-stream-open-tls): Use plist-get.  Always return a list.
6532         (proto-stream-open-shell): Return `default' as connection type.
6533         (proto-stream-capability-open): Use plist-get.
6534         (proto-stream-eoc): Function deleted.
6535
6536         * nnimap.el (nnimap-stream, nnimap-open-connection)
6537         (nnimap-open-connection-1): Handle renaming of :type parameter for
6538         open-protocol-stream.
6539         (nnimap-open-connection-1): Pass a :return-list parameter
6540         open-protocol-stream to obtain a list return value.  Parse this list
6541         using plist-get.
6542
6543         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6544         for open-protocol-stream.  Accept open-protocol-stream return value
6545         that is a subprocess object instead of a list.  Handle the case of a
6546         dead returned process.
6547
6548 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6549
6550         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6551
6552         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6553
6554 2011-03-21  Julien Danjou  <julien@danjou.info>
6555
6556         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6557         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6558         query.
6559         (mm-inline-text): Render normal text with fontification whenever
6560         possible.
6561
6562         * gnus-sum.el (gnus-summary-save-parts-1):
6563         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6564         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6565         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6566         Use `mm-handle-filename'.
6567
6568         * mm-util.el (mm-handle-filename): New function, return the filename of
6569         an handle.
6570
6571 2011-03-18  Julien Danjou  <julien@danjou.info>
6572
6573         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6574         (gnus-buffer-live-p): Check that buffer is not nil.
6575
6576 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6577
6578         * gnus.el: No Gnus v0.15 is released.
6579
6580 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6581
6582         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6583         avoid warning on XEmacs.
6584
6585         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6586         on XEmacs.
6587
6588         * gnus-art.el: Require mouse, which the build bot seems to say is
6589         needed.
6590
6591         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6592
6593         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6594         XEmacs, since it doesn't have url-retrieve-synchronously.
6595
6596         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6597         since assoc-string doesn't exist in XEmacs.
6598
6599 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6600
6601         * gnus-group.el (gnus-group-list-ticked): New function.
6602         (gnus-group-make-menu-bar): Provide a menu entry for it.
6603         (gnus-group-list-map): Provide a binding for it.
6604
6605 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606
6607         * shr.el (shr-visit-file): New command.
6608
6609         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6610
6611 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6612
6613         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6614         servers.
6615
6616 2011-03-16  Julien Danjou  <julien@danjou.info>
6617
6618         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6619         inline.
6620
6621         * gnus-art.el (article-hide-list-identifiers):
6622         Use gnus-group-get-list-identifiers.
6623
6624         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6625         (gnus-summary-remove-list-identifiers):
6626         Use gnus-group-get-list-identifiers to get regexp.
6627         (gnus-select-newsgroup, gnus-summary-insert-subject)
6628         (gnus-summary-insert-articles):
6629         Call gnus-summary-remove-list-identifiers unconditionally.
6630
6631 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632
6633         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6634         we're selecting a group with unread articles.
6635
6636         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6637
6638         * gssapi.el: New file separated out from imap.el to provide a general
6639         Kerberos 5 connection facility for Emacs.
6640
6641         * message.el (message-elide-ellipsis): Document the format spec
6642         ellipsis.
6643
6644 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * message.el (message-elide-region): Allow the ellipsis to say how many
6647         lines were removed.
6648
6649 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6650
6651         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6652         window configurations containing buffers that are now dead.
6653
6654         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6655         parsing to avoid integer overflows.
6656         (nnimap-parse-flags): Simplify the last change.
6657         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6658         too large for 32-bit Emacsen.
6659
6660 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6661
6662         * auth-source.el (auth-source-netrc-create):
6663         * message.el (message-yank-original): Fix use of `case'.
6664
6665 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6666
6667         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6668         XEmacs, which was one character too wide.
6669
6670 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6671
6672         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6673         default number of articles to display.
6674         (gnus-articles-to-read): Use pretty names for prompt.
6675
6676 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677
6678         * gnus-int.el (gnus-open-server): Ditto.
6679
6680         * gnus-start.el (gnus-activate-group): Give a backtrace if
6681         debug-on-quit is set and the user hits `C-g'.
6682         (gnus-read-active-file): Ditto.
6683
6684         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6685
6686 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6687
6688         * message.el (message-yank-original): Use cond instead of CL case.
6689
6690 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6691
6692         * auth-source.el (auth-source-netrc-create): Use usual format for the
6693         default in prompts.
6694
6695 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * lpath.el: Fbind read-char-choice for XEmacs.
6698
6699 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * auth-source.el (auth-source-netrc-create): Show the default in the
6702         prompt when prompting for token creation.
6703
6704 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6705
6706         * auth-source.el (auth-source-format-prompt): Always convert the value
6707         to a string to avoid evaluating non-string arguments.
6708         (auth-source-netrc-create): Offer default properly, not as initial
6709         content in `read-string'.
6710         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6711         of line to determine if we've been run before.  If so, don't run again,
6712         but print a trivial message to indicate the cache was hit instead.
6713
6714 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6715
6716         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6717         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6718         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6719         Gnus.
6720
6721 2011-03-11  Julien Danjou  <julien@danjou.info>
6722
6723         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6724         modified file".
6725
6726 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6727
6728         * auth-source.el (auth-source-read-char-choice): New function to read a
6729         character choice using `dropdown-list', `read-char-choice', or
6730         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6731         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6732         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6733         (auth-source-netrc-saver): Use it.
6734         (auth-source-pick-first-password): New convenience function.
6735
6736 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6737
6738         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6739         parameter in the credentials.
6740         (nnimap-open-connection-1): Use it after a successful login.
6741         (nnimap-credentials): Add IMAP-specific user and password prompt.
6742
6743         * auth-source.el (auth-source-search): Add :require parameter, taking a
6744         list.  Document it and the :save-function return token.  Pass :require
6745         down.  Change the CREATED message from a warning to a debug statement.
6746         (auth-source-search-backends): Pass :require down.
6747         (auth-source-netrc-search): Pass :require down.
6748         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6749         Change save prompt to indicate all modifications saved here are
6750         deletions.
6751         (auth-source-netrc-create): Take user login name as default in user
6752         prompt.  Move all the save functionality to a lexically bound function
6753         under the :save-function token in the returned list.  Set up clearer
6754         default prompts for user, host, port, and secret.
6755         (auth-source-netrc-saver): New function, intended to be wrapped for
6756         :save-function.
6757
6758 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759
6760         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6761         lines to be spaces instead.
6762
6763 2011-03-07  Julien Danjou  <julien@danjou.info>
6764
6765         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6766         (sieve-sasl-auth): Check that auth-source-search did return something,
6767         or just return an empty string.
6768
6769 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6770
6771         * gnus.el (gnus-interactive): Use read-directory-name.
6772
6773         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6774         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6775         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6776         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6777         Likewise.
6778
6779         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6780
6781 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6782
6783         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6784         onto the list of killed groups, too.  This makes killed nnimap groups,
6785         for instance, more reliably not reappear.
6786
6787         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6788         the parent.
6789
6790         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6791
6792         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6793         really have server-side marks.
6794
6795         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6796         since most backends do not usefully have server-side marks.
6797         (gnus-update-read-articles): Propagate marks to all backends that
6798         really have server-side marks.
6799
6800 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6801
6802         * message.el (message-cite-reply-position, message-cite-style):
6803         New variables.
6804         (message-yank-original): Use the new citation styles.
6805
6806 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6807
6808         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6809         buffer-local issue); don't mark it buffer-local when running under
6810         XEmacs.
6811
6812 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6813
6814         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6815         numbers too big to be `read'.
6816
6817 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6818
6819         * password-cache.el (password-in-cache-p): Add autoload.
6820
6821         * message.el (message-options): Make buffer-local two ways to attempt
6822         to fix a XEmacs bug.
6823
6824 2011-03-02  Julien Danjou  <julien@danjou.info>
6825
6826         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6827
6828 2011-03-01  Julien Danjou  <julien@danjou.info>
6829
6830         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6831         group.
6832         (article-hide-list-identifiers): Use list-identifier group parameter.
6833
6834 2011-02-28  Julien Danjou  <julien@danjou.info>
6835
6836         * sieve.el (sieve-buffer-script-name): New local variable to store
6837         sieve script name.
6838         (sieve-edit-script): Store sieve script name.
6839         (sieve-upload): Use sieve script name when uploading.
6840         (sieve-upload): Use substitute-command-keys.
6841         (sieve-edit-script): Use substitute-command-keys.
6842         (sieve-refresh-scriptlist): Use substitute-command-keys.
6843         (sieve-manage-mode-map): Define keymap properly.
6844         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6845         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6846         Remove commented code about cvs.
6847         (sieve-manage-quit): New function.
6848         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6849
6850 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6851
6852         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6853
6854 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6855
6856         * auth-source.el (auth-source-search): Cache empty result sets.
6857
6858         * password-cache.el (password-in-cache-p): Convenience function to
6859         check if a key is in the cache, even if the value is nil.
6860
6861         * auth-source.el (auth-source-save-behavior): New variable to replace
6862         `auth-source-never-create'.
6863         (auth-source-netrc-create): Use it.
6864         (auth-source-never-save): Remove.
6865
6866 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6867
6868         * nnimap.el (nnimap-stream): Doc fix.
6869         (nnimap-open-connection-1): Reverse the order of the ports to that the
6870         prompted-for port is first.
6871
6872         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6873         retrieval by the no-group selection.
6874
6875         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6876         numerical parameters.
6877
6878 2011-02-25  Julien Danjou  <julien@danjou.info>
6879
6880         * gnus-gravatar.el: Use gnus-with-article-buffer.
6881
6882         * gnus-art.el (gnus-with-article-buffer): Check that the
6883         gnus-article-buffer is alive.
6884
6885 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6886
6887         * auth-source.el (auth-source-creation-prompts): New variable to manage
6888         creation-time prompts.
6889         (auth-source-search): Document it.
6890         (auth-source-format-prompt): Add utility function.
6891         (auth-source-netrc-create): Don't default the user name to
6892         user-login-name.  Use `auth-source-creation-prompts' and some default
6893         prompts for user, host, port, and password (the default generic prompt
6894         remains ugly).
6895         (auth-source-never-save): Add customizable option to never save info.
6896         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6897         mode excursion.
6898
6899 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6902         argument that XEmacs doesn't support.
6903
6904         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6905         compiled for Emacsen having no `libxml-parse-html-region' support.
6906
6907         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6908
6909         * lpath.el: Bind buffer-save-without-query for XEmacs.
6910
6911 2011-02-23  Julien Danjou  <julien@danjou.info>
6912
6913         * gnus-art.el (article-make-date-line): Ignore errors if time is
6914         invalid and not convertible.
6915         (article-make-date-line): Only add lapsed time if time is not nil.
6916
6917 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6918
6919         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6920         `read-char-choice' for backwards compatibility.
6921         (auth-source-netrc-element-or-first): New function to DTRT for
6922         parameter extraction.
6923         (auth-source-netrc-create): Use it and fix multiple parameter print
6924         bug.  Use the default passed from above (given-default) or the
6925         built-in (user-login-name for :user).
6926
6927 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6928
6929         * gnus-start.el (gnus-dribble-read-file):
6930         Set buffer-save-without-query, since we always want to save the dribble
6931         file, probably.
6932
6933         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6934         nnimap.
6935
6936         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6937         -summary- since it's a user-visible variable.
6938
6939         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6940         first time you use the new Gnus.
6941
6942 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6943
6944         * auth-source.el: Don't load netrc.el.
6945         (auth-sources): Search ~/.netrc as well by default.
6946         (auth-source-debug): Add 'trivia option for extra output.
6947         (auth-source-do-trivia): Use it.
6948         (auth-source-search): Simplify logic to use
6949         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6950         appropriate.  Don't keep a running count at this level.  Layer :create
6951         and :delete options appropriately on the first and second passes.
6952         Don't track the backend with the search results.
6953         (auth-source-search-backends): New function to search a list of
6954         backends for a processed spec.
6955         (auth-source-netrc-parse): Cache all netrc files, making
6956         auth-source-netrc-cache an alist keyed by the file name and using the
6957         file mtime as the caching criterion.  Keep the obfuscated data secret
6958         with a lexical bind.
6959         (auth-source-netrc-search): Don't calculate the length of the results
6960         unnecessarily.
6961         (auth-source-search-backends): Fix bug.
6962         (auth-source-netrc-create): Rework prompts.
6963
6964 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6965
6966         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6967         Lower case names of search constraints.
6968         (nnir-run-query): Cache and reuse search constraints for all imap
6969         servers.
6970
6971 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6972
6973         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6974         after exit.
6975         (gnus-setup-message): Define missing variable from last checkin.
6976
6977         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6978         value, show the raw article.
6979
6980 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6981
6982         * gnus.el: No Gnus v0.13 is released.
6983
6984 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6985
6986         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6987         auth-source now accepts numbers.
6988
6989         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6990         spec, too.
6991         (auth-source-ensure-strings): New function.
6992
6993         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6994         (gnus-article-setup-buffer): Always restart the date timer so that user
6995         changes to the frequency is respected.
6996
6997         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6998         port numbers, so make sure it gets that if nnimap-server-port is
6999         explicit.
7000
7001 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7002
7003         * nnimap.el (nnimap-inbox): Doc fix.
7004
7005 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7006
7007         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7008         Autoload.  Add optional arg FRAME, and pass it to color-values.
7009         (color-complement): Caller changed.  Doc fix.
7010         (color-gradient): Rewrite for better clarity and efficiency.
7011
7012 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7013
7014         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7015         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7016         color-lab-to-srgb.
7017
7018 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7019
7020         * color.el: First part of merge from hexrgb.el.
7021         (color-rgb-to-hex): Rename from color-rgb->hex.
7022         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7023         saturation to zero if the value is too small.
7024         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7025         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7026         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7027         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7028         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7029         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7030         (color-cie-de2000): Doc fix.
7031
7032 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7033
7034         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7035         given method as in the group name if we're using an extended method.
7036         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7037         command, if we're using that, instead of waiting for the beginning.
7038
7039         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7040         we're sure to get unique server names, and we don't output two async
7041         commands in the same buffer.  This fixes an NNTP hang for some users.
7042
7043 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7044
7045         * gnus.el: No Gnus v0.11 is released.
7046
7047 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7048
7049         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7050         summary buffer before reading going to the next buffer.  This avoids
7051         putting the point in the group buffer if you `C-g' the command.
7052
7053         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7054         cache (for now) to make ~/.authinfo.gpg files usable.
7055
7056         * nnfolder.el (copyright-update): Define for the compiler.
7057
7058         * auth-source.el (auth-source-search): Fix unbound variable.
7059
7060 2011-02-19  Glenn Morris  <rgm@gnu.org>
7061
7062         * gnus.el (gnus-meta): Doc fix.
7063
7064 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7065
7066         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7067         in case it's not yet loaded.
7068
7069 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7070
7071         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7072         line we're waiting for.
7073
7074 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7075
7076         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7077         face with line-width greater than zero will cause RET in gnus summary
7078         buffer to scroll down article page-wise because auto vscroll happens,
7079         it should be temporally disabled when doing a scroll-up.
7080
7081 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7082
7083         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7084         outputs from the server.
7085
7086 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7087
7088         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7089         later so that bbdb can hook in easier.
7090
7091 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7092
7093         * auth-source.el (auth-source-search): Don't try to create credentials
7094         if the caller doesn't want that.
7095         (auth-source-search): If we don't find a match, don't bug out on
7096         non-bound variables.
7097         (auth-source-search): Only ask a single backend to create the
7098         credentials.
7099
7100         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7101         logging.
7102         (nnimap-credentials): Protect against auth-source-search returning nil.
7103         (nnimap-request-list): Protect against not being able to open the
7104         server.
7105
7106 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7107
7108         * auth-source.el (auth-source-search): Do a two-phase search, one with
7109         no :create to get the responses from all backends.
7110
7111         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7112         when getting credentials.
7113
7114         * gnus-util.el (gnus-delete-duplicates): New function.
7115
7116 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7117
7118         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7119         a creation default, pass the whole port list down.  It will be
7120         completed.
7121
7122         * auth-source.el (auth-source-search): Updated docs to talk about
7123         multiple creation choices.
7124         (auth-source-netrc-create): Accept a list as a value (from the search
7125         parameters) and do completion on that list.  Keep a separate netrc line
7126         with the password obscured for showing the user.
7127
7128         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7129         first choice to `auth-source-search' so it will be used for entry
7130         creation instead of the server's Gnus-specific name.
7131         (nnimap-credentials): Rely on the auth-source library to select which
7132         port is actually wanted in the new netrc entry, so don't override
7133         `auth-source-creation-defaults'.
7134
7135         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7136         :protocol and accept a missing user, host, or port as a wildcard match.
7137         (auth-source-debug): Default to off.
7138
7139         (auth-source-netrc-search, auth-source-netrc-create)
7140         (auth-source-secrets-search, auth-source-secrets-create)
7141         (auth-source-user-or-password, auth-source-backend, auth-sources)
7142         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7143         instead of :protocol.
7144
7145         * nnimap.el (nnimap-credentials): Pass a port default to
7146         `auth-source-search' in case an entry needs to be created.
7147         (nnimap-open-connection-1): Use :port instead of :protocol.
7148
7149 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * auth-source.el: Bind load-path when loading EIEIO from
7152         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7153         21.4 doesn't support, to `require'.
7154         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7155         delete-dups that is not available in XEmacs 21.4.
7156
7157 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7158
7159         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7160         as EIEIO must also be loaded when auth-source.el is being
7161         byte-compiled.
7162
7163 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7164
7165         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7166
7167         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7168
7169         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7170
7171         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7172
7173         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7174
7175         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7176
7177         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7178
7179         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7180         necessary.
7181
7182 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7183
7184         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7185         nil means that nnimap doesn't get updated.
7186
7187 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7188
7189         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7190         result when the user doesn't want to write to the file.
7191         (auth-source-netrc-search): Expect a synthetic result and proceed
7192         accordingly.
7193         (auth-source-cache-expiry): New variable to override
7194         `password-cache-expiry'.
7195         (auth-source-remember): Use it.
7196
7197         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7198         parameter.  Create entry if necessary by using :create t.
7199         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7200
7201 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7202
7203         * auth-source.el (auth-source-debug): Enable by default and don't
7204         mention the obsolete `auth-source-hide-passwords'.
7205         (auth-source-do-warn): New function to debug unconditionally.
7206         (auth-source-do-debug): Use it.
7207         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7208         and for Secrets API entries when the secrets.el library is not
7209         available.
7210
7211 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7212
7213         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7214         (gnus-summary-exit): Kill the correct article buffer on exit from a
7215         `C-d' group.
7216
7217         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7218         gnus-propagate-marks.
7219
7220         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7221         before killing the buffers so that a non-full window conf gets handled
7222         correctly.
7223         (gnus-summary-exit): Ditto.
7224         (gnus-summary-read-group-1): Ditto.
7225
7226         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7227         async code again so that we can debug it properly.
7228
7229         * message.el (message-reply): Take an optional switch-buffer parameter
7230         so that Gnus window confs are respected better.
7231
7232 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7233
7234         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7235         `plist-get' to accept non-list parameters (XEmacs issue).
7236         Fix docstring.
7237         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7238         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7239         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7240         Login collection is "Login" and not "login".
7241
7242 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7243
7244         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7245         multiple headers.
7246
7247         * nnimap.el (nnimap-inhibit-logging): New variable.
7248         (nnimap-log-command): Don't log login commands.
7249
7250         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7251         to have more parameters.
7252
7253         * nnimap.el (nnimap-send-command): Mark the command time for each
7254         command, so that we don't get NOOPs stepping on our toes.
7255
7256         * gnus-art.el (article-date-ut): Get the date from the Date header on
7257         `t'.
7258
7259 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * auth-source.el (auth-source-search): Use copy-sequence instead of
7262         the cl.el copy-list.
7263
7264 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7265
7266         * imap.el: Bring it back (revert
7267         84d800cd31de3064f0ed39617d725709a2f8f42f).
7268
7269 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7270
7271         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7272         Improve prompt.
7273
7274 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7275
7276         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7277         washing status from the default format.  It isn't very informative.
7278
7279 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7280
7281         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7282         Fix Gcc processing on imap.
7283
7284 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7285
7286         * imap.el: Remove file.  All the functionality is in nnimap.el.
7287
7288 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7289
7290         * message.el (message-bury): Don't pop up a new window when selected
7291         window is dedicated.
7292
7293 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7294
7295         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7296
7297 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * sieve-manage.el: Autoload `auth-source-search'.
7300         (sieve-sasl-auth): Use it.
7301
7302 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7303
7304         * nnimap.el: Autoload `auth-source-forget+'.
7305         (nnimap-open-connection-1): Use it if the connection fails.
7306
7307         * auth-source.el: Require `password-cache'.
7308         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7309         obsolete.
7310         (auth-source-magic): Marker for `password-cache' keys.
7311         (auth-source-do-cache): Update docstring.
7312         (auth-source-search): Use and check cache.
7313         (auth-source-forget-all-cached, auth-source-remember)
7314         (auth-source-recall, auth-source-forget, auth-source-forget+)
7315         (auth-source-specmatchp): Caching support functions.
7316         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7317         Remove and obsolete.
7318         (auth-source-user-or-password): Remove caching to further discourage
7319         using it.  Always hide passwords.
7320
7321         * password-cache.el (password-cache-remove): Accept secrets that are
7322         not strings.
7323
7324 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7325
7326         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7327         code for now, since it doesn't work for all users.
7328
7329 2011-02-09  Julien Danjou  <julien@danjou.info>
7330
7331         * message.el (message-options): Make message-options really buffer
7332         local.
7333
7334 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7335
7336         * mail-source.el: Autoload `auth-source-search'.
7337         (mail-source-keyword-map): Note order matters.
7338         (mail-source-set-1): Get all the mail-source source values and
7339         defaults and search auth-source on those if needed.  This can all
7340         probably be simplified.
7341
7342         * nnimap.el: Autoload `auth-source-search'.
7343         (nnimap-credentials): Use it.
7344         (nnimap-open-connection-1): Ask for the virtual server and physical
7345         address in one shot.
7346
7347         * nntp.el: Autoload `auth-source-search'.
7348         (nntp-send-authinfo): Use it.  Note TODO.
7349
7350 2011-02-08  Julien Danjou  <julien@danjou.info>
7351
7352         * shr.el (shr-tag-body): Add support for text attribute in body
7353         markups.
7354
7355         * message.el (message-options): Make message-options a local variable.
7356
7357 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7358
7359         * auth-source.el (auth-source-secrets-search)
7360         (auth-source-user-or-password): Use `append' instead of `nconc'.
7361         (auth-source-user-or-password): Build return list better and protect
7362         against nil :secret.
7363
7364 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7365
7366         * nnimap.el (nnimap-update-info): Refactor slightly.
7367         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7368         (nnimap-update-info): Clean up slightly.
7369         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7370         characters.
7371         (nnimap-process-quirk): Rename function to avoid collision.
7372         (nnimap-update-info): Fix macrology bug-out.
7373         (nnimap-update-info): Simplify split history test.
7374
7375 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7376
7377         * auth-source.el (top): Require 'eieio unconditionally.
7378         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7379         (auth-source-secrets-search): Limit search when `max' is greater than
7380         number of results.
7381
7382 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7383
7384         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7385         part not returning any data.
7386
7387         * proto-stream.el (open-protocol-stream): Document the return value.
7388
7389 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7390
7391         * auth-source.el (auth-source-secrets-search): Add examples.
7392
7393 2011-02-06  Julien Danjou  <julien@danjou.info>
7394
7395         * message.el (message-setup-1): Handle message-generate-headers-first
7396         set to t.
7397
7398 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7399
7400         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7401         API with a string "secrets:collection-name" and with 'default.
7402         (auth-source-backend-parse): Parse "secrets:collection-name" and
7403         'default.  Recurse on parses instead of repeating code.  Use the
7404         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7405         message when ignoring a source.
7406         (auth-source-search): List ignored search keys at the top level.
7407         (auth-source-netrc-create): Use `case' instead of `cond'.
7408         (auth-source-secrets-search): Created with TODOs.
7409         (auth-source-secrets-create): Created with TODOs.
7410         (auth-source-retrieve, auth-source-create, auth-source-delete)
7411         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7412         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7413         (auth-source-user-or-password-sftp)
7414         (auth-source-user-or-password-smtp): Remove.
7415         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7416         around `auth-source-search'.  Not tested thoroughly.
7417
7418 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7419
7420         * auth-source.el: Bring in assoc and eioeio libraries.
7421         (secrets-enabled): New variable to track the status of the Secrets API.
7422         (auth-source-backend): New EIOEIO class to represent a backend.
7423         (auth-source-creation-defaults): New variable to set prompt defaults
7424         during token creation (see the `auth-source-search' docstring for
7425         details).
7426         (auth-sources): Simplify to allow a simple string as a netrc backend
7427         spec.
7428         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7429         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7430         (auth-source-search): Main auth-source API entry point.
7431         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7432         (auth-source-search-collection): Helper function for searching.
7433         (auth-source-netrc-parse, auth-source-netrc-normalize)
7434         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7435         Supports search, create, and delete.
7436         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7437         backend stubs.
7438         (auth-source-user-or-password): Call `auth-source-search' but it's not
7439         ready yet.
7440
7441 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7442
7443         * message.el (message-setup-1): Remove the read-only stuff, since it
7444         doesn't work under XEmacs, for some reason.
7445
7446         * gnus-sum.el (gnus-user-date): Rename back from
7447         gnus-summary-user-date since user code refers to it.
7448
7449         * shr.el (shr-render-td): Store the actual background color used.
7450
7451         * message.el (message-setup-1): Don't bind the constant
7452         -forbidden-properties.
7453         (message-setup-1): Revert previous change, since it needs to bind the
7454         props to insert them.
7455         (message-resend): Allow removing the read-only separator line.
7456
7457 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7458
7459         * nnimap.el (nnimap-request-accept-article): Give an error message if
7460         the APPEND wasn't successful.
7461
7462 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7463
7464         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7465         that have no groups.
7466
7467 2011-02-03  Julien Danjou  <julien@danjou.info>
7468
7469         * gnus-draft.el: Remove progn around gnus-draft-setup.
7470
7471 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7472
7473         * gnus-start.el (gnus-read-active-for-groups): This function is never
7474         called with a nil `infos', so clean that up.
7475         (gnus-get-unread-articles): Request active files from primary/secondary
7476         methods that have no groups (yet).
7477
7478 2011-02-03  Julien Danjou  <julien@danjou.info>
7479
7480         * message.el (message-setup-1): Always generate References first.
7481         (message-mail): Return the return value of message-setup, not always t.
7482         (message-setup-1): Insert mail-header-separator with read-only and
7483         intangible properties set.
7484
7485         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7486         user-date in docstring.
7487
7488         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7489
7490         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7491         docstring.
7492
7493         * gnus.el (gnus-user-date-format-alist): Change default value.
7494         Use defcustom, with type and group.  Move from gnus-util.el.
7495         Rename to gnus-summary-user-date-format-alist.
7496
7497 2011-02-03  Glenn Morris  <rgm@gnu.org>
7498
7499         * nnimap.el (gnus-fetch-headers): Declare.
7500
7501         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7502
7503 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7504
7505         * message.el (message-forward-make-body-digest-plain)
7506         (message-followup, message-reply): Clean up things noted by Stefan.
7507
7508         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7509         gnus-article-update-date-headers is nil.
7510         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7511         it didn't really work with defcustom.
7512         (article-update-date-lapsed): Make sure the window start doesn't move,
7513         either.
7514
7515 2011-02-01  Julien Danjou  <julien@danjou.info>
7516
7517         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7518         format.
7519
7520         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7521         standard in Emacs nowadays.
7522
7523         * color.el (color-gradient): Add a color-gradient function.
7524
7525 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7526
7527         * message.el (message-expand-name): Don't trust the return value of
7528         bbdb-complete-name.
7529         (message-check-news-header-syntax): Remove unused var `start'.
7530         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7531         (message-inhibit-body-encoding): Move to before first use.
7532         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7533         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7534         (Organization, Message-ID, Date, mh-previous-window-config):
7535         Defvar the vars using dynamic scoping.
7536
7537 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7538
7539         * shr.el (shr-render-td): Only do colors at the final rendering.
7540         Should be slightly faster.
7541         (shr-insert-table): Fix up TD background colors when doing the
7542         vertical padding.
7543
7544         * gnus-art.el (article-date-ut): Protect against articles with no Date
7545         header.
7546         (article-update-date-lapsed): Don't use current-column to find the
7547         horizontal position.  It's fragile in the presence of \003 characters.
7548
7549         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7550
7551 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7552
7553         * gnus-art.el (article-transform-date): Rewrite to still work when
7554         there are several rfc2822 parts.
7555         (article-transform-date): Fix infinite recursion.
7556         (article-date-ut): Replace infinitely many Date headers with a single
7557         one when called interactively.
7558
7559         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7560         secure manner.
7561
7562         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7563         move around by not using save-window-excursion.  It seems to work...
7564
7565 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-art.el (article-make-date-line): Work for user-defined format.
7568
7569 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7570
7571         * nntp.el (nntp-retrieve-group-data-early)
7572         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7573         fetching functions.
7574
7575         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7576         thoroughly for all backends that have no known groups.  This should
7577         allow new nnml methods to retrieve mail.
7578
7579         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7580         that Gnus doesn't know exists again.
7581
7582         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7583         (gnus-treat-date-ut): Ditto.
7584         (gnus-article-update-date-header): Rename.
7585         (gnus-treat-date-local): Remove.
7586         (gnus-treat-date-english): Remove.
7587         (gnus-treat-date-lapsed): Remove.
7588         (gnus-treat-date-combined-lapsed): Remove.
7589         (gnus-treat-date-original): Remove.
7590         (gnus-treat-date-iso8601): Remove.
7591         (gnus-treat-date-user-defined): Remove.
7592         (gnus-article-date-headers): New variable to control all the date
7593         header options.
7594         (article-date-ut): Rewrite to allow using the new way to format date
7595         headers(s).
7596
7597 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7598
7599         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7600         method.
7601         (nnmail-article-group): A better test for fanciness.
7602
7603         * nnimap.el (nnimap-request-head): Protect against not finding the
7604         article by Message-ID.
7605
7606 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7607
7608         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7609         keep point at the "same place".
7610
7611 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7612
7613         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7614         data if the group is inactive.
7615
7616 2011-01-28  Julien Danjou  <julien@danjou.info>
7617
7618         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7619         (gnus-all-windows-visible-p): Remove old compatibility code.
7620         (gnus-window-top-edge): Add docstring.
7621
7622         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7623
7624 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7625
7626         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7627         older request-update-info.
7628
7629         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7630
7631 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7632
7633         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7634         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7635
7636 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7637
7638         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7639         groups.  This makes the nndraft:queue group pop up if it's not already
7640         there.
7641
7642         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7643         messages" logic, which was reversed.
7644
7645         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7646         the "same place" even if point is on the line being replaced.
7647         (article-update-date-lapsed): Allow updating both the combined lapsed
7648         and the lapsed headers.
7649         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7650         (article-make-date-line): Limit the number of segments dynamically to
7651         avoid too-long lines.
7652
7653 2011-01-27  Julien Danjou  <julien@danjou.info>
7654
7655         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7656         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7657
7658 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7661         Use plist-get instead of the cl function getf.
7662
7663 2011-01-27  Glenn Morris  <rgm@gnu.org>
7664
7665         * gnus-util.el (float-time): Get rid of compiler warning, again.
7666
7667 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7668
7669         * shr.el (shr-put-color): Special-case background colors: Do put them
7670         at the blank parts at the front of the lines.
7671
7672         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7673         exit hook to nix out all data on readedness on group exit.
7674
7675         * gnus-util.el (float-time): If float-time is bound, always use it on
7676         all Emacsen.  It's unclear why the subrp check was there.
7677         (time-date): Require to make some autoload issues on XEmacs go away.
7678
7679         * shr.el (shr-put-color): Don't do the box padding in tables, since
7680         they're already padded.
7681
7682 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7683
7684         * gnus-art.el (gnus-article-next-page): When the last line of the
7685         article is displayed, scroll down once more instead of going to the
7686         next article at once.
7687         (article-lapsed-string): Refactor out and allow specifying how many
7688         segments you want.
7689         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7690         (gnus-article-update-lapsed-header): New variable.
7691
7692         * shr.el: Revert change that made headings use different-sized faces.
7693         The Emacs display engine isn't advanced enough that, for instance,
7694         tables can comfortably use differently-sized faces.
7695
7696 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7697
7698         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7699         used.
7700         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7701         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7702         we're using an encrypted connection.
7703
7704         * proto-stream.el: Alter the interface functions to also return the
7705         actual stream type used: network or tls.
7706
7707 2011-01-25  Julien Danjou  <julien@danjou.info>
7708
7709         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7710         (mm-display-javascript-inline): New function.
7711
7712         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7713         viewing function.
7714
7715 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * shr.el (shr-expand-newlines): Fix variable name.
7718
7719 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7720
7721         * shr.el (shr-expand-newlines): Make nested boxes work.
7722
7723 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7724
7725         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7726         backgrounds.
7727         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7728         in a more sensible manner.
7729
7730 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7731
7732         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7733         if EPG is loaded.
7734
7735 2011-01-24  Julien Danjou  <julien@danjou.info>
7736
7737         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7738         tags.
7739
7740 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7741
7742         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7743         commands.
7744
7745         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7746         in the article buffer.
7747         (gnus-gravatar-insert): Use blank space from the current buffer to
7748         avoid breaking text properties.  This makes X-Sent updating work again.
7749
7750         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7751
7752 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7753
7754         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7755         fix the bug in url-http.el instead.
7756
7757         * shr.el (shr-image-fetched): Ditto.
7758
7759         * shr.el (shr-image-fetched): Avoid having point move in the article
7760         buffer.
7761
7762         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7763         buffer after being called.  It's apparently being killed by url.el, and
7764         killing it made point move to end-of-buffer in a random buffer.
7765
7766         * shr.el (shr-image-fetched): Ditto.
7767
7768 2011-01-23  Julien Danjou  <julien@danjou.info>
7769
7770         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7771
7772         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7773         text/x-org.
7774
7775 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7776
7777         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7778         (i.e., nnimap) returning nil as the article number.
7779
7780 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7781
7782         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7783         "DelSp" parameter in RFC3676.
7784
7785 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7786
7787         * message.el (message-check-recipients): Display the encoded version of
7788         the bogus address if they differ.
7789
7790         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7791         after sending.
7792
7793         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7794
7795         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7796
7797         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7798         group buffer after sending the queue.
7799
7800         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7801
7802 2011-01-22  Julien Danjou  <julien@danjou.info>
7803
7804         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7805
7806 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7807
7808         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7809         nested related parts.
7810
7811         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7812         unexpired articles.  This fixes the regression that led expiry marks to
7813         disappear from nnfolder groups.
7814
7815 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7816
7817         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7818         Don't confuse the "ret" of "retrograde" with RET.
7819
7820 2011-01-21  Julien Danjou  <julien@danjou.info>
7821
7822         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7823         than mm-insert-inline.
7824
7825 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7828         Widen article buffer.
7829
7830 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7831
7832         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7833         the temp buffer.
7834         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7835
7836 2011-01-20  Julien Danjou  <julien@danjou.info>
7837
7838         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7839
7840         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7841         than mm-insert-inline to insert inline part: this respect
7842         mm-inline-media-tests displayers.
7843
7844         * mm-view.el (mm-display-shell-script-inline): New function.
7845
7846         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7847
7848         * mm-uu.el (mm-uu-type-alist): Add org block.
7849         (mm-uu-org-src-code-block-extract): New function.
7850
7851         * mm-view.el (mm-display-org-inline): New function.
7852
7853         * mm-decode.el (mm-automatic-display): Add text/org.
7854
7855         * mailcap.el (mailcap-mime-extensions): Add .org.
7856
7857 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7860         gnus-article-add-buttons.
7861
7862 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7863
7864         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7865         From header with a date and "nobody" as the sender.
7866
7867 2011-01-19  Julien Danjou  <julien@danjou.info>
7868
7869         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7870         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7871         if you have the same regexp several times.
7872         (gnus-button-push): Fix matching when regexp is symbol.
7873
7874 2011-01-15  Glenn Morris  <rgm@gnu.org>
7875
7876         * message.el (message-mail): A compose-mail function should
7877         accept headers as strings.
7878
7879 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7880
7881         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7882         Add :vert-only tags.
7883         (message-mail): New arg RETURN-ACTION.
7884         (message-return-action): New var.
7885         (message-bury): Use it.
7886         (message-mode): Make it buffer-local.
7887         (message-send-and-exit): Always call message-bury.
7888
7889         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7890         message-mail.
7891
7892 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7893
7894         * nnimap.el (nnimap-convert-partial-article): Protect against
7895         zero-length body parts.
7896
7897         * mm-decode.el (mm-preferred-alternative-precedence):
7898         Discourage showing empty parts.
7899
7900         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7901         and stuff if the backend didn't return the article number.  This fixes
7902         an Exchange-related nnimap bug.
7903
7904         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7905         group window, because it does the wrong thing when a separate frame
7906         displays the group buffer.
7907
7908         * proto-stream.el (open-protocol-stream): Protect against the low-level
7909         transport functions returning nil.
7910
7911 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7912
7913         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7914         (mml2015-epg-find-usable-secret-key): New function.
7915         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7916         mml2015-epg-find-usable-key (Bug#7797).
7917         (mml2015-epg-encrypt): Ditto.
7918
7919 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * dgnushack.el (rot13-string): Fix the way to get the argument.
7922
7923 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7926
7927 2011-01-03  Glenn Morris  <rgm@gnu.org>
7928
7929         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7930
7931         * sieve.el (sieve-open-server): Give a more explicit error if
7932         sieve-manage-open returns nil.  (Bug#7720)
7933
7934 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7935
7936         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7937
7938 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7939
7940         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7941         This avoids sending passwords in plain text over non-encrypted
7942         channels.
7943
7944         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7945
7946         * nnimap.el (nnimap-login): Refactored out into own function, and
7947         implement CRAM-MD5.
7948         (nnimap-wait-for-line): Refactored out.
7949
7950         * mm-view.el (mml-smime): Require.
7951
7952 2010-12-20  David Engster  <deng@eml.cc>
7953
7954         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7955         use EPG to decrypt S/MIME messages instead of openssl.
7956
7957 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958
7959         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7960
7961         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7962         status is the group clearly is unreachable.
7963
7964         * auth-source.el (auth-source-create): Add the optional second
7965         parameter to `local-variable-p' to be compatible with XEmacs.
7966
7967 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7968
7969         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7970         work when using a compressed nnml folder.
7971
7972 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7973
7974         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7975         backends after sanitising on entry, because this never makes sense:
7976         If the articles have gone missing, then the data no longer exists on
7977         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7978         overwrite anything anyway.
7979
7980         * shr.el (shr-insert-document): Bind shr-width dynamically to
7981         window-width if it's nil.
7982
7983 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7984
7985         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7986         with the meaning of using the full emacs window width for rendering.
7987
7988 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7989
7990         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7991         case when sender is not given.
7992
7993 2010-12-23  Julien Danjou  <julien@danjou.info>
7994
7995         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7996         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7997         the addresses, otherwise we might misplaced the gravatar.
7998
7999 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8000
8001         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8002         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8003         obsolete in Emacs.
8004
8005 2010-12-20  Julien Danjou  <julien@danjou.info>
8006
8007         * gnus-util.el (gnus-rescale-image): Revert last change.
8008
8009 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8010
8011         * binhex.el: Improve commentary (Bug#7482).
8012
8013 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8014
8015         * gnus-group.el (gnus-group-delete-articles): New command.
8016
8017 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8018
8019         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8020
8021 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8022
8023         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8024         here, since it's up to the backends to do CRLF removal if their
8025         protocol has it.
8026
8027         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8028
8029 2010-12-17  Julien Danjou  <julien@danjou.info>
8030
8031         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8032         they are from file.  Can also scale up.
8033
8034 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8035
8036         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8037         Restore gnus-use-agent.
8038         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8039
8040         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8041
8042 2010-12-17  Julien Danjou  <julien@danjou.info>
8043
8044         * gravatar.el (gravatar-retrieve-synchronously): New function.
8045         (gravatar-get-data): Make more robust.
8046
8047 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8050
8051 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8052
8053         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8054         to really consider the last line.
8055
8056 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8057
8058         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8059         list of recipient keys, or use symmetric encryption if not a list.
8060         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8061         EPA override, replacing the call to `netrc-store-data'.
8062
8063 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8064
8065         * gnus-srvr.el: Avoid passing nil regexp argument to
8066         delete-matching-lines.
8067
8068 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8069
8070         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8071         fetching stops when Gnus exits.
8072
8073         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8074         function.
8075         (nnfolder-request-expire-articles): Save all the buffers after doing
8076         expiry.
8077
8078         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8079         the last article", since that led to serious performance regressions
8080         when expiring nnml groups.
8081
8082 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8083
8084         * nnir.el: Improve customizations.
8085
8086 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8087
8088         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8089
8090         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8091         group has been killed.
8092         (gnus-group-yank-group): Ditto.
8093
8094         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8095
8096         * nnimap.el (nnimap-request-update-group-status): New function.
8097
8098         * gnus-int.el (gnus-request-update-group-status): New interface
8099         function.
8100
8101         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8102         copying read-ness to the backends.
8103
8104         * nnimap.el (nnimap-quirk): New function.
8105         (nnimap-retrieve-group-data-early): Use it.
8106         (nnimap-quirks): New alist.
8107
8108 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8111         don't delete it within indentation.
8112
8113 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8114
8115         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8116         previous line.
8117
8118 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8119
8120         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8121         QRESYNC command by deleting a superfluous space which broke Cyrus
8122         servers.  This change will break other servers that are buggy the other
8123         way around.
8124
8125 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8126
8127         * spam.el: Reindent and fix long lines.
8128         (spam-copy-or-move-routine): Exclude invalid move destinations.
8129
8130 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8131
8132         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8133         installed the registry.
8134
8135 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8138
8139 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8140
8141         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8142         groupname doesn't contain "gmane".
8143
8144 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8147         and netrc-bound-and-true-p bindings.
8148         (netrc-parse): Cache the netrc contents.
8149
8150         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8151         (gnus-1): Don't create the nndrafts group twice.
8152         (gnus-setup-news): There's no need to read the active file here, since
8153         that's done again later on a per-backend basis.
8154         (gnus-start-draft-setup): Make sure that the new group is started out
8155         empty.
8156
8157         * gnus-agent.el (gnus-agentize): Don't create the queue group
8158         automatically on startup.  It'll be created later, if needed.
8159
8160         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8161         of automatically subscribed groups.
8162         (gnus-auto-subscribed-categories): New variable.
8163         (gnus-matches-options-n): Use it.
8164         (gnus-default-subscribed-newsgroups): Remove unused variable.
8165         (gnus-start-draft-setup): Message a bit less.
8166
8167 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8168
8169         * nnir.el (nnir-run-imap): Return article list in order of increasing
8170         UID.
8171
8172 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173
8174         * gnus-sum.el (gnus-summary-enter-digest-group):
8175         Mention gnus-auto-select-on-ephemeral-exit.
8176
8177         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8178         convention of the network-only option.
8179
8180 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8181
8182         * proto-stream.el (proto-stream-open-network-only): New function to
8183         have a way to specify non-STARTTLS upgrade connections.
8184
8185 2010-12-10  Julien Danjou  <julien@danjou.info>
8186
8187         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8188         email address is nil.
8189
8190         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8191
8192 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8193
8194         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8195         deletion.
8196         (nnir-run-imap): Only need to parse list once.
8197
8198 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8199
8200         * shr.el (shr-tag-script): Ignore <script>.
8201         (shr-tag-label): Add <label> support.
8202
8203 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8206
8207         * shr.el (shr-image-displayer): Work for images lined side by side.
8208
8209 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8210
8211         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8212         parameter, since XEmacs doesn't accept t as a parameter.
8213
8214 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8215
8216         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8217         ids.
8218         (nnir-run-gmane): Simplify groupspec formatting.
8219         (nnir-request-expire-articles): New function.
8220
8221 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8222
8223         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8224         overflow, possibly.
8225
8226         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8227         (shr-render-td): Handle td style="" better.
8228         (shr-tag-table): Use the color from the style sheet.
8229         (shr-render-td): Make sure we copy over all the overlays, too.
8230
8231 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8232
8233         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8234         (nnir-request-article): Improve article retrieval.
8235
8236 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * mm-util.el (mm-extra-numeric-entities): New variable.
8239
8240         * mm-url.el (mm-url-decode-entities):
8241         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8242
8243         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8244
8245 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8246
8247         * message.el: Use completion-at-point.
8248         (message-completion-function): New fun, extracted from message-tab.
8249         (message-mode): Use it for completion-at-point-functions.
8250         (message-tab): Use it and completion-at-point.
8251
8252 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8255         character if a non-breakable character follows.
8256
8257 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8258
8259         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8260         any stream.
8261
8262         * shr.el (shr-tag-font): Colorize the region.
8263         (shr-tag-body): Ditto.
8264         (shr-tag-font): Actually let the styles be inherited instead of
8265         overwriting them.
8266         (shr-tag-font): Get the background color right.
8267         (shr-tag-style): Ignore all <style> tags for the moment.
8268
8269         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8270         a Message-ID to avoid having nnimap depend on gnus-sum.
8271
8272         * shr.el (shr-descend): Only colorize something if we have a node that
8273         sets colors.
8274
8275 2010-12-06  Julien Danjou  <julien@danjou.info>
8276
8277         * shr.el (shr-render-td): Render td content with shr-descend, so style
8278         will be applied to <td> too.
8279         (shr-colorize-region): Colorize region even if we only have a background.
8280         (shr-tag-body): Fix color and background color inheritance.
8281         Do not recolorize after shr-generic.
8282         (shr-tag-font): Let shr-generic colorize via inheritance.
8283
8284 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8287
8288 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8289
8290         * nnir.el (nnir-request-move-article): Remove obsolete code.
8291
8292 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8295
8296 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297
8298         * gnus-sum.el (gnus-summary-respool-article): The completion function
8299         expects a list instead of an alist.
8300
8301         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8302         string as the parameter.
8303
8304         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8305
8306         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8307         styles.
8308         (shr-colorize-region): New function.
8309         (shr-insert-background-overlay): Remove.
8310         (shr-render-td): Background setting should be taken care of on a higher
8311         level.
8312         (shr-tag-body): Use post-hoc colorizations.
8313         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8314         (shr-put-color-1): Don't overwrite old colors.
8315         (shr-colorize-region): When the background color isn't explicit, use
8316         a fixed background.
8317
8318         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8319         nnmail variables.
8320
8321 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8322
8323         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8324         unless necessary.
8325
8326 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8327
8328         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8329         server.
8330
8331 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8332
8333         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8334         so that TAB works.
8335
8336         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8337         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8338
8339         * shr.el (shr-urlify): Show the URL before the title to avoid
8340         misleading URLs.
8341
8342 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8343
8344         * shr.el (shr-urlify): Display the title in <a> tags.
8345
8346 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8347
8348         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8349
8350 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8351
8352         * nnir.el: Rearrange code to allow macros to be autoloaded by
8353         gnus-sum.el.
8354         (nnir-retrieve-headers-override-function): Make this variable
8355         customizable.
8356         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8357
8358         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8359         from nnir.el.
8360
8361 2010-12-03  Julien Danjou  <julien@danjou.info>
8362
8363         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8364
8365 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8368         allow optional argument `environment'.
8369
8370 2010-12-03  Glenn Morris  <rgm@gnu.org>
8371
8372         * mm-extern.el (message-goto-body): Update declaration.
8373
8374 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-util.el (gnus-macroexpand-all): New function.
8377
8378         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8379         instead of macroexpand-all that is unavailable in XEmacs.
8380
8381 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8382
8383         * nnir.el (nnir-summary-line-format): New variable.
8384         (nnir-mode): Use it.
8385         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8386         (nnir-article-ids): Reimplement as defsubst.
8387         (nnir-retrieve-headers): Don't mangle the subject header.
8388         (nnir-run-imap): Use 100 as RSV score.
8389         (nnir-run-find-grep): Fix for full server searching.
8390         (nnir-run-gmane): Better restriction to gmane groups.
8391
8392         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8393         summary buffers.
8394
8395 2010-12-02  Julien Danjou  <julien@danjou.info>
8396
8397         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8398
8399         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8400
8401         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8402         support.
8403
8404 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8405
8406         * nnir.el: Update to handle the registry better.
8407         (autoload): Silence byte-compiler.
8408         (nnir-open-server): Add a hook for nnir groups.
8409         (nnir-request-move-article): Don't mangle the header.  Better to use
8410         formatting variables (which will be added in the future).
8411         (nnir-registry-action): Update the registry using the original article
8412         group name.
8413         (nnir-mode): Install nnir-specific hooks for updating the registry.
8414
8415         * gnus-sum.el
8416         (gnus-article-original-subject, gnus-newsgroup-original-name):
8417         Remove obsolete variables.
8418         (gnus-summary-move-article): Remove use of obsolete variables.
8419         (gnus-summary-local-variables): Make move and delete hooks local to
8420         summary buffers.
8421
8422 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * rtree.el: New file.
8425
8426 2010-12-01  Julien Danjou  <julien@danjou.info>
8427
8428         * message.el (message-user-organization): Do not use
8429         gnus-local-organization.
8430
8431         * gnus.el: Remove gnus-local-organization.
8432
8433         * gnus-msg.el: Remove nastygram thing.
8434
8435 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8436
8437         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8438         funcall.
8439
8440 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8443         names.
8444
8445         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8446         characters.
8447
8448         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8449         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8450         Suggested by Štěpán Němec <stepnem@gmail.com>.
8451         (gnus-gravatar-transform-address): Use mail-extract-address-components
8452         that supports non-ASCII names rather than mail-header-parse-addresses.
8453
8454 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8455
8456         * proto-stream.el (open-protocol-stream): All starttls connections are
8457         handled by the network handler.
8458
8459 2010-11-30  Julien Danjou  <julien@danjou.info>
8460
8461         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8462         (nnimap-open-connection-1): Fix PREAUTH.
8463
8464         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8465
8466 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8469         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8470         (shr-insert): Use them.
8471         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8472
8473 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8474
8475         * nnir.el (nnir-request-move-article): Bail out if original group
8476         doesn't support article moves.
8477         (nnir-get-active): Improve active list retrieval.
8478
8479 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8482
8483 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8484
8485         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8486         seem to accept strings-with-numbers as port numbers.
8487
8488 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8489
8490         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8491         change the registry.
8492
8493 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8496         delete-dups that is not available in XEmacs 21.4.
8497
8498         * mm-util.el (mm-delete-duplicates): Add comment.
8499
8500 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8501
8502         * nnir.el (nnir-ignored-newsgroups): New variable.
8503         (nnir-get-active): Use it.
8504
8505 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8506
8507         * proto-stream.el (proto-stream-open-network): Add some comments.
8508
8509         * nntp.el (nntp-open-connection): Provide a :success condition.
8510
8511         * nnimap.el (nnimap-open-connection-1): Ditto.
8512
8513         * proto-stream.el (proto-stream-open-network): See what the response to
8514         the STARTTLS command is.
8515
8516         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8517         backwards compatibility).
8518         (nnimap-open-connection-1): Really respect nnimap-server-port.
8519
8520         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8521         TLS upgrades we don't really care about the identity of the peer.
8522         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8523         that what we've checked for.
8524         (proto-stream-always-use-starttls): Only default to t if
8525         open-gnutls-stream exists.
8526         (proto-stream-open-network): If STARTTLS failed, then just open a
8527         normal connection.
8528         (proto-stream-open-network): Wait until the greeting before doing
8529         STARTTLS.
8530
8531         * nntp.el (nntp-open-connection): Report what the connection error is.
8532
8533         * proto-stream.el (open-protocol-stream): Rename from
8534         open-proto-stream.
8535
8536 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8537
8538         * nnimap.el (nnimap-stream): Change default to `undecided'.
8539         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8540         first, and then network.
8541         (nnimap-open-connection-1): Respect nnimap-server-port.
8542         (nnimap-open-connection): Be more backwards-compatible.
8543
8544         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8545         (proto-stream-open-starttls): De-duplicate the starttls code.
8546         (proto-stream-open-starttls): Folded back into the main function.
8547         (proto-stream-open-network): Fix typo in the gnutls path.
8548         (proto-stream-command): Refactor out.
8549
8550         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8551
8552         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8553         starttls.el STARTTLS.
8554
8555         * color.el (color-lab->srgb): Fix function call name.
8556
8557         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8558         if we're using tls.el.
8559         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8560         built in, then don't try to establish a STARTTLS connection.
8561
8562         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8563         servers.
8564
8565         * proto-stream.el (open-proto-stream): Use network, not stream.
8566         (open-proto-stream): Add a way to specify what the end of a command is.
8567
8568         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8569         connections types.
8570         (nntp-open-network-stream): Remove.
8571         (nntp-open-ssl-stream): Remove.
8572         (nntp-open-tls-stream): Remove.
8573         (nntp-ssl-program): Remove.
8574
8575         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8576
8577 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8578
8579         * nnir.el: Fix typos.
8580         (nnir-retrieve-headers-override-function): Rename variable to reflect
8581         new semantics.
8582         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8583         macros.
8584         (nnir-request-article, nnir-request-move-article): Use them.
8585         (nnir-categorize): New function.
8586         (nnir-run-query): Use it.
8587         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8588         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8589         sorted.
8590         (nnir-group-full-name): Use gnus-group-full-name instead.
8591         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8592         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8593
8594 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8595
8596         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8597
8598         * proto-stream.el: New library to provide protocol-specific
8599         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8600         protocols.
8601         (open-proto-stream): Complete the documentation.
8602         (proto-stream-open-network): Fix some typos.
8603
8604         * nnimap.el (nnimap-open-connection): Use it.
8605
8606 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8607
8608         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8609         negotiation.
8610
8611 2010-11-26  Julien Danjou  <julien@danjou.info>
8612
8613         * color.el: Rename various rgb functions to srgb.
8614
8615 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8616
8617         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8618         names.
8619
8620 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * shr.el (shr-insert): Revert last change.
8623         (shr-find-fill-point): Never leave point being at bol;
8624         relax the kinsoku limitation when rendering tables.
8625
8626 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8627
8628         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8629         results from -accept-article.
8630
8631         * shr-color.el: Require cl when compiling.
8632
8633         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8634         checkin.
8635
8636         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8637
8638         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8639
8640         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8641         'add and 'delete to set backend marks.
8642
8643         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8644
8645         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8646
8647         * nntp.el (nntp-request-set-mark): Use it.
8648
8649         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8650
8651         * nnml.el (nnml-request-set-mark): Ditto.
8652
8653         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8654         introduces regressions in article selection.
8655         (nnimap-find-uid-response): New function.
8656         (nnimap-request-accept-article): Use the UID returned, if any.
8657         (nnimap-request-move-article): Use the UID returned, if any.
8658         (nnimap-get-groups): Reimplement to work with folded lines.
8659         (nnimap-find-uid-response): The UID is the last element in the list.
8660         (nnimap-request-set-mark): Extend syntax with 'set.
8661
8662         * nnml.el (nnml-request-set-mark): Ditto.
8663
8664         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8665
8666         * nntp.el (nntp-request-set-mark): Ditto.
8667
8668 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * message.el (message-called-interactively-p): A temporary macro.
8671         (message-goto-body): Use it temporarily.
8672
8673 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8676         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8677         (nnimap-last-response-string): Fix last unfolding fix.
8678
8679 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * shr.el (shr-insert): Fix the way to fold lines.
8682
8683 2010-11-25  Julien Danjou  <julien@danjou.info>
8684
8685         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8686
8687         * color.el: Rename from color-lab.el
8688         (color-rgb->hex): Add.
8689         (color-complement): Add.
8690         (color-complement-hex): Add.
8691
8692         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8693
8694 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8695
8696         * shr-color.el (shr-color-visible): Don't bug out if the color names
8697         don't exist.
8698
8699 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8702         assuming that article displaying or another mml-preview may be
8703         interrupted for an error or for the like.
8704
8705         * shr.el (shr-get-background): Fix argument name.
8706
8707 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8708
8709         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8710
8711         * gnus-sum.el (gnus-summary-include-articles): New function.
8712
8713         * message.el (message-goto-body): called-interactively-p needs a
8714         parameter, so use `any'.
8715
8716         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8717         clear marks before moving, since they're synced from the Gnus side
8718         first.
8719
8720         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8721         (gnus-summary-move-article): Copy over all marks before moving, so that
8722         IMAP doesn't think a new article has arrived.
8723
8724 2010-11-24  Julien Danjou  <julien@danjou.info>
8725
8726         * shr.el (shr-insert-background-overlay): Fix typo.
8727         (shr-render-td): Copy the background before rendering.
8728
8729         * shr-color.el (shr-color-visible): Fix docstring.
8730
8731         * shr.el (shr-tag-table): Add bgcolor support.
8732         (shr-render-td): Add bgcolor support.
8733         (shr-get-background): Add.
8734         (shr-insert-foreground-overlay): Use shr-get-background.
8735
8736         * message.el (message-goto-body): Use called-interactively-p.
8737         (message-in-body-p): message-goto-body returns point.
8738
8739 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8740
8741         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8742         Fixes something or other in Emacs 23, and is backwards compatible.
8743
8744         * message.el (message-goto-body): Remove the <#secure special-casing,
8745         which is too special.
8746
8747         * shr.el (shr-parse-style): Drop !important from styles.
8748
8749 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8750
8751         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8752         this function to return incorrect results when calling it with an
8753         explicit article argument different from
8754         (gnus-summary-article-number).
8755
8756 2010-11-24  Julien Danjou  <julien@danjou.info>
8757
8758         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8759         (shr-tag-body): Add background support.
8760         (shr-descend): Add background support.
8761         (shr-tag-title): Add.
8762
8763         * shr-color.el (shr-color-visible): Really return original background
8764         if fixed.
8765
8766 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * shr.el (shr-color-check): Protect against non-existent color names.
8769
8770 2010-11-24  Julien Danjou  <julien@danjou.info>
8771
8772         * color-lab.el: Require 'cl when compiling.
8773
8774         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8775
8776         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8777         matched part.
8778
8779         * color-lab.el: Fix all expt calls to use float type.
8780
8781 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8784         expression to shr-color-check as is.
8785
8786         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8787
8788         * color-lab.el: Add coding cookie.
8789         (float-pi): Use eval-and-compile.
8790
8791         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8792         compiled for Emacsen having no `libxml-parse-html-region' support.
8793
8794 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8795
8796         * shr.el (shr-insert-color-overlay): Split stuff like
8797         "#444444 !important" to find the real color.
8798         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8799         parse <font color="red"> entries.
8800
8801 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8802
8803         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8804         point when parsing headers.
8805
8806         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8807         is positioned properly when parsing headers.
8808
8809 2010-11-23  Julien Danjou  <julien@danjou.info>
8810
8811         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8812
8813         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8814
8815         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8816
8817         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8818         Use shr-color-hue-to-rgb.
8819         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8820
8821 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * shr.el (shr-color->hexadecimal): Autoload.
8824         (shr-descend): Add color to all tags.
8825
8826 2010-11-22  Julien Danjou  <julien@danjou.info>
8827
8828         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8829         shr-color->hexadecimal.
8830
8831         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8832         RGB() or HSL() color representation.
8833
8834         * shr.el (shr-tag-font): Add.
8835         (shr-tag-color-check): New function to get better colors.
8836         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8837         tag-span.
8838
8839         * shr-color.el: New file.
8840
8841         * color-lab.el: New file.
8842
8843         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8844
8845 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8846
8847         * nnir.el: Fix typo in comments.
8848         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8849         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8850
8851 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8852
8853         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8854
8855         * nnimap.el (nnimap-get-capabilities): Refactor out.
8856         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8857
8858 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8859
8860         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8861         appearing when `mm-uu-hide-markers' is nil.
8862
8863 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * nnimap.el (nnimap-unselect-group): Make into its own function.
8866         (nnimap-request-rename-group): Unselect group before renaming.
8867         This had gotten lost somewhere.
8868         (nnimap-request-accept-article): Keep track of examined groups, and
8869         unselect the group before APPENDing to read-only groups.
8870         (nnimap-request-move-article): Clear flags before moving so that they
8871         can be re-set later.
8872
8873 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8876         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8877
8878 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * gnus-art.el (gnus-mime-display-single):
8881         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8882         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8883         parameter.
8884
8885 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8888         (shr-table-vertical-line): New variable.
8889         (shr-insert-table): Use it.
8890
8891 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-html.el (gnus-html-wash-images): Don't display images if
8894         gnus-inhibit-images is non-nil; register displayer for cid images.
8895         (gnus-html-display-image): Work for cid image.
8896         (gnus-html-insert-image): Allow arguments.
8897         (gnus-html-put-image): Inhibit read-only.
8898         (gnus-html-prefetch-images): Don't prefetch images if
8899         gnus-inhibit-images is non-nil.
8900
8901 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * shr.el (shr-put-image): Break lines when inserting big pictures.
8904
8905 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8906
8907         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8908         sender, thanks Katsumi Yamaoka.
8909
8910 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8911
8912         * nnir.el (nnir-run-imap): Reverse the article list for each group
8913         rather than the whole list.
8914
8915 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * shr.el (shr-image-displayer): Protect function against non-existent
8918         image source.
8919
8920         * gnus-art.el (gnus-inhibit-images): New user option.
8921         (gnus-mime-display-single): Don't display image if it is non-nil.
8922
8923         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8924         gnus-inhibit-images.
8925
8926         * shr.el (shr-image-displayer): New function.
8927         (shr-tag-img): Use it.
8928
8929 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8930
8931         * mml2015.el (mml2015-epg-sign): Use From header.
8932
8933 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8934
8935         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8936
8937         * gnus-util.el (gnus-find-text-property-region): Return markers.
8938
8939         * shr.el (shr-tag-img): Put a displayer in the text property.
8940
8941         * gnus-util.el (gnus-find-text-property-region): New utility function.
8942
8943         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8944         (gnus-html-show-images): Remove.
8945
8946         * gnus-art.el (gnus-article-show-images): New, more general function.
8947
8948         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8949         image url text properties.
8950
8951         * shr.el: Ditto.
8952
8953         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8954         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8955
8956 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8959         work for two or more articles.
8960
8961 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8964         divide an image that's in an html article to two or more when washing
8965         non-ASCII characters in alt text of it.
8966
8967 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8970         smime-decrypt-region using function argument.
8971         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8972
8973         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8974
8975         * smime.el (smime-decrypt-region): Catch it.
8976
8977 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8978
8979         * smime.el (smime-mode-map): Move initialization into declaration.
8980         (gnus-run-mode-hooks): Don't autoload.
8981         (smime-mode): Use define-derived-mode.
8982
8983 2010-11-11  Glenn Morris  <rgm@gnu.org>
8984
8985         * smime.el (from): Restrict declaration to XEmacs.
8986
8987         * nnir.el (gnus-group-topic-name): Autoload.
8988
8989 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * shr.el (shr-insert): Don't break long line if it is because of
8992         kinsoku-bol characters in the line end.
8993
8994 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8995
8996         * nnir.el (nnir-request-move-article): Fix to provide original group
8997         and subject.
8998         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8999         been retrieved.
9000
9001         * gnus-sum.el (gnus-summary-move-article): Use original group and
9002         subject for virtual articles such as those in an nnir summary buffer.
9003
9004 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9007         least 21.5).
9008
9009         * smime.el (from): Declare it again for XEmacs.
9010
9011 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9012
9013         * message.el (message-resend): Don't disable encoding unless it's
9014         already encoded.
9015
9016         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9017         low-numbered articles.
9018
9019 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * rfc2047.el (rfc2047-syntax-table): Simplify.
9022
9023         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9024
9025         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9026         set-char-table-range for XEmacs.
9027
9028 2010-11-10  Glenn Morris  <rgm@gnu.org>
9029
9030         * time-date.el (time-to-seconds): Always an alias on Emacs,
9031         never a real function.
9032         (with-no-warnings): Remove compat stub, now unused.
9033         (time-less-p): Doc fix.
9034         (time-to-number-of-days): Simplify.
9035
9036         * smime.el (from): Remove unused declaration.
9037
9038         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9039         (gnus-float-time): On Emacs, always an alias.
9040
9041         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9042         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9043
9044 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * dgnushack.el: Don't use ignore-errors in the top level form since it
9047         is unavailable in XEmacs even if cl is loaded.
9048
9049         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9050
9051 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052
9053         * shr.el (browse-url-mailto): Autoload.
9054
9055         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9056
9057         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9058         regexp doesn't need quoting.
9059
9060 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9061
9062         * message.el (message-subject-trailing-was-ask-regexp)
9063         (message-subject-trailing-was-regexp): Match was: in addition to was.
9064
9065 2010-11-09  Glenn Morris  <rgm@gnu.org>
9066
9067         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9068         (nnbabyl-check-mbox): Use point-at-bol.
9069
9070 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9073
9074         * message.el (message-mailto): New function.
9075         (message-mailto): Should accept other parameters.
9076         (message-mailto): Remove since it duplicates browse-url-mailto
9077         functionality.
9078
9079 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9082         methods.
9083         (gnus-read-active-file): Ditto.
9084
9085         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9086         ": " from the prompt.
9087         (gnus-group-make-group): Ditto.
9088
9089 2010-11-07  Glenn Morris  <rgm@gnu.org>
9090
9091         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9092         (gnus-bookmark-kill-line): Use point-at-eol.
9093
9094 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9097         asterisks in From header.
9098
9099 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100
9101         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9102         string to avoid making the From headers syntactically invalid.
9103
9104         * message.el (message-send-mail): Don't insert courtesy messages if the
9105         message already has List-Post and List-ID messages.
9106
9107 2010-11-06  Glenn Morris  <rgm@gnu.org>
9108
9109         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9110         `condition', `type', `length' a prefix.
9111         (gnus-treat-predicate): Update for above name changes.
9112
9113 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9114
9115         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9116         binding.  Handled by `gnus-summary-refer-thread' instead.
9117         (nnir-warp-to-article): New backend function.
9118
9119         * nnimap.el (nnimap-request-thread): Force dependency updating.
9120
9121         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9122         (gnus-summary-refer-thread): Rework to improve thread-referral.
9123
9124         * gnus-int.el (gnus-warp-to-article): New function.
9125
9126         * gnus-sum.el (gnus-summary-article-map): Bind it.
9127
9128 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9129
9130         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9131         gnus-summary-refer-thread.
9132
9133         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9134         headers.
9135         (gnus-summary-limit-include-thread): Prevent articles in thread from
9136         being cut in gnus-cut-threads.
9137         (gnus-summary-refer-thread): Limit retrieved headers to those in
9138         thread.
9139
9140 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * message.el (message-send-mail): Use the value of
9143         message-courtesy-message from the message buffer.
9144
9145         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9146
9147         * shr.el (shr-browse-url): Implement mailto: URLs.
9148
9149         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9150         "raw".
9151
9152         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9153         if it's already selected.
9154
9155         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9156
9157 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9160         to measure the length and truncate alt text.
9161
9162 2010-11-03  Glenn Morris  <rgm@gnu.org>
9163
9164         * nndiary.el (nndiary-generate-nov-databases-1)
9165         (nndiary-generate-active-info): Rename dynamic variable `files' to
9166         something less generic.
9167
9168 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9169
9170         * nnir.el (nnir-request-move-article): Call the underlying backend to
9171         move articles from nnir.
9172
9173 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9174
9175         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9176
9177 2010-11-02  Julien Danjou  <julien@danjou.info>
9178
9179         * nnir.el: Remove wais support.
9180
9181 2010-11-02  Glenn Morris  <rgm@gnu.org>
9182
9183         * gnus-html.el: Reorder requirements to quieten compiler.
9184
9185 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9188         properly for XEmacs as well.
9189         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9190         (gnus-article-natural-long-line-p): Use window-width rather than
9191         frame-width.
9192
9193 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9194
9195         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9196         (nnir-read-parms): Don't modify query.
9197         (nnir-run-query): Add ability to search topic on current line.
9198         (nnir-get-active): Clean up.
9199
9200 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201
9202         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9203         degenerate articles.
9204
9205         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9206         (gnus-print-buffer): Just print the buffer as is, without any copying
9207         to a buffer and then re-highlighting.
9208
9209         * nnimap.el (nnimap-request-group): Store the new updated info.
9210         (nnimap-request-group): Select the group when we don't know whether it
9211         exists or not.
9212
9213         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9214         groups.
9215
9216         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9217         groups.
9218
9219         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9220         groups.
9221
9222         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9223         long-lines case by only filling the long lines.
9224
9225         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9226         (bug#7311).
9227
9228 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * shr.el: No need to declare `declare-function' since shr.el is for
9231         only Emacsen that provide `libxml-parse-html-region'.
9232
9233         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9234         effective only in a file it is referred to.
9235
9236 2010-11-01  Glenn Morris  <rgm@gnu.org>
9237
9238         * mm-util.el (gnus-completing-read): Autoload.
9239         (mm-read-coding-system): Simplify Emacs definition.
9240
9241         * nnmail.el (gnus-activate-group):
9242         * nnimap.el (gnutls-negotiate):
9243         * nntp.el (netrc-parse): Fix declarations.
9244
9245 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9248         string-match-p in Emacs >=23.
9249
9250         * gnus-msg.el (gnus-configure-posting-styles):
9251         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9252
9253 2010-11-01  Glenn Morris  <rgm@gnu.org>
9254
9255         * nnir.el (declare-function): Add compat stub.
9256         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9257         (nnir-run-gmane): Require 'mm-url.
9258
9259         * mm-util.el (mm-string-to-multibyte): Simplify.
9260
9261         * shr.el (declare-function): Add compat stub.
9262         (url-cache-create-filename): Declare.
9263         (mm-disable-multibyte, widget-convert-button): Autoload.
9264
9265         * smime.el (ldap-search): Declare.
9266         (smime-cert-by-ldap-1): Require ldap on Emacs.
9267
9268         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9269         (nnimap-keepalive): Use gnus-float-time.
9270
9271         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9272         (mail-source-delete-crash-box): Use gnus-float-time.
9273
9274         * gnus-dired.el (gnus-completing-read): Autoload.
9275
9276         * mm-view.el (gnus-rescale-image): Autoload.
9277
9278         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9279
9280         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9281
9282         * sieve-manage.el: Require 'cl when compiling.
9283
9284         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9285         (gnus-iswitchb-completing-read): Require iswitchb.
9286         (gnus-select-frame-set-input-focus): Silence compiler.
9287
9288 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9289
9290         * message.el (message-subject-trailing-was-query): Change default to t,
9291         since I think that's what most people want.
9292
9293         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9294         appending for easier debugging.
9295         (nnimap-wait-for-connection): Take a regexp.
9296         (nnimap-request-accept-article): Wait for the continuation line before
9297         sending anything unless we're streaming.
9298
9299         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9300         leave the header washing to take place.
9301
9302 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9303
9304         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9305         regular expression match and replace in posting styles.
9306
9307 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9308
9309         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9310         an entire server.
9311         (nnir-get-active): New function.
9312         (nnir-run-imap): Use it.
9313         (nnir-run-gmane): Who knew, gmane search returns an article score!
9314
9315         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9316         server on the current line with nnir.
9317
9318 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9319
9320         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9321         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9322         left edge.
9323         (gnus-article-foldable-buffer): Skip past the prefix when determining
9324         raggedness.
9325
9326         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9327         the raw article, and change `C-u g' to show the article without doing
9328         treatments.
9329
9330         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9331         on to `gnus-treat-article'.
9332         (gnus-inhibit-article-treatments): New variable.
9333
9334         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9335
9336         * gnus-art.el (gnus-treatment-function-alist): Have
9337         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9338         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9339         sections.
9340
9341         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9342         parameter.
9343         (gnus-article-fill-cited-long-lines): New function.
9344         (gnus-article-fill-cited-article): Allow filling only long sections.
9345
9346         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9347         and non-punctuation (like after the apostrophe in "'We").
9348
9349         * gnus-sum.el (gnus-summary-select-article): Make sure
9350         gnus-original-article-buffer is alive.
9351
9352         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9353         reflect the order they're in in the digest.
9354
9355         * gnus.el (gnus-group-startup-message): Move point to the start of the
9356         buffer.
9357
9358         * nnimap.el (nnimap-capability): New function.
9359         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9360         is set.
9361
9362 2010-10-31  David Engster  <dengste@eml.cc>
9363
9364         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9365         conform with changes to gnus-completing-read.
9366
9367 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9370
9371 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9372
9373         * nnir.el: Move defvar, defcustom around to keep file organized
9374         and keep byte-compiler quiet.
9375         (nnir-read-parms): Accept search-engine as arg.
9376         (nnir-run-query): Pass search-engine as arg.
9377         (nnir-search-engine): Remove.
9378
9379 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9380
9381         * shr.el (shr-generic): The text nodes should be text, not :text.
9382
9383         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9384         later in the file.
9385
9386 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9387
9388         * nnir.el: General clean up.  Allow searching with multiple engines.
9389         Allow separate extra-parameters for each engine.
9390         Batch queries when possible.
9391         (nnir-imap-default-search-key, nnir-method-default-engines):
9392         Add customize interface.
9393         (nnir-run-gmane): New engine.
9394         (nnir-engines): Use it.  Qualify all prompts with engine name.
9395         (nnir-search-engine): Remove global variable.
9396         (nnir-run-hyrex): Restore for now.
9397         (nnir-extra-parms, nnir-search-history): New variables.
9398         (gnus-group-make-nnir-group): Use them.
9399         (nnir-group-server): Remove in favor of gnus-group-server.
9400         (nnir-request-group): Avoid searching twice.
9401         (nnir-sort-groups-by-server): New function.
9402
9403 2010-10-30  Julien Danjou  <julien@danjou.info>
9404
9405         * gnus-group.el: Remove gnus-group-fetch-control.
9406
9407         * gnus-start.el (gnus-find-new-newsgroups):
9408         Remove gnus-check-first-time-used.
9409
9410         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9411
9412 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9413
9414         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9415         set on groups that don't have \* permanentflags.
9416
9417 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418
9419         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9420         control the background color.
9421         (shr-tag-img): Ignore very small web bug type images.
9422         (shr-put-image): Add help-echo alt texts to the images.
9423         (shr-tag-video): Show the video poster image.
9424
9425 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9426
9427         * shr.el (shr-table-depth): New variable.
9428         (shr-tag-table-1): Only insert the images after the top-level table.
9429
9430         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9431
9432         * gnus-util.el (gnus-list-memq-of-list): New function.
9433
9434         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9435         selected.
9436         (nnimap-unsplittable-articles): New slot.
9437         (nnimap-new-articles): Use it.
9438
9439 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9440
9441         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9442         move to the previous line on `M-g'.
9443
9444 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445
9446         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9447         *-request-group, which seems unnecessary.
9448
9449         * nnimap.el (nnimap-quote-specials): Function copied over from
9450         imap.el.
9451         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9452         they support that.  Suggested by Tom Regner.
9453
9454 2010-10-29  Julien Danjou  <julien@danjou.info>
9455
9456         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9457         defalias.
9458         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9459
9460         * gnus.el: Remove `gnus-nntp-service' variable.
9461         (gnus-secondary-servers): Make obsolete.
9462         (gnus-nntp-server): Make obsolete.
9463
9464         * gnus-start.el (gnus-1): Remove x-splash calls.
9465
9466         * gnus-ems.el (gnus-x-splash): Remove.
9467
9468         * gnus.el (gnus-group-startup-message): Simplify/update code.
9469
9470         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9471         definition.
9472
9473         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9474         capability before doing anything.
9475         (gnus-group-insert-group-line): Remove useless
9476         gnus-group-remove-excess-properties.
9477
9478 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9481
9482 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9483
9484         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9485         config after reselecting.
9486
9487 2010-10-28  Julien Danjou  <julien@danjou.info>
9488
9489         * shr.el (shr-put-image): Use point even if only inserting text.
9490         (shr-put-image): Save excursion when inserting alt text on non-graphic
9491         display, so the behavior is the same when we are on a graphic display.
9492
9493         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9494
9495 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9498         (gnus-mime-copy-part): Check coding system, not charset.
9499         (gnus-mime-view-part-externally): Never remove part.
9500         (gnus-mime-view-part-internally): Don't remove part here.
9501         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9502         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9503         multipart/alternative.
9504
9505         * mm-decode.el (mm-display-part): Take optional arg `force'.
9506
9507 2010-10-26  Julien Danjou  <julien@danjou.info>
9508
9509         * gnus-group.el (gnus-group-default-list-level): Add this function to
9510         compute the default list level.
9511         (gnus-group-default-list-level): Add possibility to use a function.
9512
9513 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9516
9517         * gnus-group.el (gnus-group-completing-read)
9518         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9519         gnus-replace-in-string.
9520
9521 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * shr.el (shr-tag-div): Add.
9524
9525         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9526
9527 2010-10-25  Julien Danjou  <julien@danjou.info>
9528
9529         * gnus-util.el: Remove `gnus-with-local-quit'.
9530
9531         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9532
9533 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9534
9535         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9536         the original article buffer.
9537
9538 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * nnimap.el (nnimap-request-head): New function.
9541         (nnimap-request-move-article): Try to be slightly faster by not
9542         requesting the entire message when moving.
9543         (nnimap-transform-headers): Don't bug out on bodiless articles.
9544         (nnimap-send-command): Have no outstanding messages if the IMAP server
9545         doesn't support streaming.
9546         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9547
9548 2010-10-24  Julien Danjou  <julien@danjou.info>
9549
9550         * message.el (message-default-headers): Fix type.
9551
9552 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553
9554         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9555         prefetching images.
9556
9557         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9558         backend for unknown groups.  This is mainly useful for nnimap groups.
9559
9560         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9561         group isn't covered by the agent.
9562
9563 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9564
9565         * nnir.el (nnir-method-default-engines): New variable.
9566         (nnir-run-query): Use it.
9567         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9568         (gnus-summary-nnir-goto-thread): Change group if needed.
9569
9570         * gnus-group.el (gnus-group-group-map): Add key binding for
9571         gnus-group-make-nnir-group.
9572
9573 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9574
9575         * shr.el (shr-tag-object): Add.
9576
9577         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9578         original article buffer live.
9579         (gnus-summary-select-article-buffer):
9580         Mention gnus-widen-article-buffer.
9581
9582 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9583
9584         * shr.el (shr-tag-strong): Add.
9585
9586 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9587
9588         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9589         group names.  They mess up the group buffer badly.
9590
9591         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9592
9593         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9594         instead of the summary one.
9595
9596 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * mml.el (mml-preview): Work properly when editing article.
9599
9600         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9601         gnus-have-read-active-file if it's already been in.
9602
9603 2010-10-22  Tom Tromey  <tromey@redhat.com>
9604
9605         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9606         gnus-group-completing-read.
9607
9608 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * message.el (message-mode-map): Don't bind M-; to comment region, to
9611         allow the global comment-dwim to work.
9612
9613 2010-10-21  Julien Danjou  <julien@danjou.info>
9614
9615         * message.el (message-setup-1): Allow message-default-headers to be a
9616         function.
9617
9618 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * shr.el (shr-tag-table): Simplify.
9621
9622 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623
9624         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9625         to avoid trying to snarf invalid stuff.
9626
9627         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9628
9629         * gnus.el (gnus-message-archive-group): Quote value.
9630         (gnus-message-archive-group): Mark as changed.
9631
9632         * shr.el (shr-add-font): Don't put the font properties on the newline
9633         or the indentation.
9634
9635         * message.el (message-fix-before-sending): Change options when sending
9636         non-printable characters.
9637
9638         * gnus.el (gnus-message-archive-method): Change the default to
9639         monthly outgoing groups.
9640
9641         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9642         that have gotten new numbers.
9643
9644         * nnimap.el (nnimap-request-replace-article): New function.
9645
9646 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9649         (nnrss-request-article): Don't use special html washing code.
9650
9651 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * shr.el (shr-tag-table): Remove useless nconc.
9654
9655 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * gnus-art.el (article-wash-html): Simplify and remove the charset
9658         stuff.  Use the normal html rendering code instead of the special html
9659         washing code.
9660
9661         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9662         `gnus-w3m' symbols.
9663         (mm-text-html-washer-alist): Remove.
9664
9665         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9666         (mm-inline-media-tests): Remove use.
9667         (mm-text-html-renderer): Change default to the `shr' symbol.
9668
9669         * mm-view.el (mm-inline-text-html): Remove use.
9670
9671         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9672         `gnus-blocked-images' to be a function.
9673         (gnus-article-wash-function): Remove.
9674
9675 2010-10-20  Julien Danjou  <julien@danjou.info>
9676
9677         * spam.el (spam-list-of-processors): Mark as obsolete.
9678
9679         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9680         (nnimap-insert-partial-structure): Fix boundary detection.
9681
9682 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9683
9684         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9685         run file-truename on remote files.  This can be expensive and even
9686         prevent one from editing drafts if some unrelated buffer has a stale
9687         connection.
9688
9689 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9692         kinsoku-eol regardless of shr-kinsoku-shorten.
9693         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9694         (shr-tag-table): Support caption, thead, and tfoot.
9695
9696 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9697
9698         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9699         lines.
9700         (shr-save-contents): New command and keystroke.
9701
9702         * nndoc.el (nndoc-type-alist): Add git support.
9703         (nndoc-git-type-p): New function.
9704         (nndoc-transform-git-article): Ditto.
9705         (nndoc-transform-git-headers): Ditto.
9706         (nndoc-transform-git-headers): Generate Subject headers.
9707
9708         * shr.el (shr-parse-style): New function.
9709         (shr-tag-span): Ditto.
9710
9711         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9712         to `G G' to avoid collisions.
9713
9714 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * shr.el: Load kinsoku if necessary.
9717         (shr-kinsoku-shorten): New internal variable.
9718         (shr-find-fill-point): Make kinsoku shorten text line if
9719         shr-kinsoku-shorten is bound to non-nil.
9720         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9721         shr-indentation too when testing if table is wider than frame width.
9722         (shr-insert-table): Use `string-width' instead of `length' to measure
9723         text width.
9724         (shr-insert-table-ruler): Make sure indentation is done at bol.
9725
9726 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9727
9728         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9729         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9730         undecoded network data.
9731
9732 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9733
9734         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9735         name in the mode line spec so that the mode line menu works
9736         (bug#2431).
9737
9738         * message.el (message-get-reply-headers): If we're fed `to-address',
9739         then always use that.
9740
9741         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9742         aren't so wide as to need to switch off the edit menu.
9743
9744         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9745         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9746
9747         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9748         `M-g'.
9749         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9750         the permanent marks.
9751
9752 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9753
9754         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9755         Splitting according to references/in-reply-to obeys the ignore-groups
9756         variable, while splitting by sender and subject do not.
9757
9758 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9761         alist, so that we can look for non-Unicode chars.
9762         (article-translate-strings): Allow both character and string maps.
9763
9764 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * shr.el (shr-insert): Don't insert space behind a wide character
9767         categorized as kinsoku-bol, or between characters both categorized as
9768         nospace.
9769
9770 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9771
9772         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9773         headers to gnus-newsgroup-headers.
9774
9775 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776
9777         * shr.el (shr-tag-img): Don't align images -- since we're not
9778         rescaling, this often leads to ugly displays.
9779
9780 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9781
9782         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9783         duplicates.
9784
9785 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9786
9787         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9788         call.
9789
9790 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791
9792         * gnus.el: Autoload gnus-html-show-images.
9793
9794         * nnimap.el: Use nnheader-message throughout.
9795
9796         * shr.el (shr-tag-img): Ignore images with no data.
9797
9798 2010-10-15  Julien Danjou  <julien@danjou.info>
9799
9800         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9801         a possibility to disable format=flow encoding when using hard newlines.
9802
9803 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * shr.el (shr-insert): Remove space inserted before or after a
9806         breakable character or at the beginning or the end of a line.
9807         (shr-find-fill-point): Do kinsoku; find the second best point or give
9808         it up if there's no breakable point.
9809
9810 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9811
9812         * nnimap.el (nnimap-open-connection): Message when opening connection
9813         for debugging purposes.
9814
9815         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9816         on every setup buffer call to allow this to change from article to
9817         article.
9818
9819         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9820         buffers where we have a wide table.
9821
9822 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9823
9824         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9825         uses *-request-thread.
9826
9827 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9828
9829         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9830         incantation, which is no longer valid.
9831
9832 2010-10-14  Julien Danjou  <julien@danjou.info>
9833
9834         * shr.el: Fix defcustom type (char -> character).
9835
9836 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9837
9838         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9839         programs.
9840
9841 2010-10-14  Julien Danjou  <julien@danjou.info>
9842
9843         * shr.el (shr-tag-a): Use url-link as widget type.
9844
9845         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9846         `gnus-group-get-icon'.
9847
9848 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9849
9850         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9851         This should make server editing work better.
9852
9853         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9854
9855         * tls.el (tls-program): Remove spurious %s from openssl.
9856
9857         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9858         (nnimap-parse-flags): Fix regexp.
9859
9860         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9861         probably work for CJVK text, too.
9862
9863         * nnimap.el (nnimap-extend-tls-programs): Remove.
9864         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9865
9866         * tls.el (tls-starttls-switches): Remove starttls hack.
9867         (open-tls-stream): Ditto.
9868         (tls-find-starttls-argument): Ditto.
9869
9870 2010-10-13  Julien Danjou  <julien@danjou.info>
9871
9872         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9873         responses.
9874
9875 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876
9877         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9878
9879         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9880         anything in Emacs.
9881
9882         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9883
9884 2010-10-13  Julien Danjou  <julien@danjou.info>
9885
9886         * shr.el (shr-width): Make shr-width a defcustom with default to
9887         fill-column.
9888         (shr-tag-img): Use shr-width rather than fill-column.
9889
9890 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * dgnushack.el (byte-optimize-apply):
9893         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9894
9895         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9896         position when (X-)Faces exist.
9897         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9898         avatars when called interactively.
9899
9900 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9903         gnus-article-x-face-too-ugly is bound.
9904
9905 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9906
9907         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9908
9909         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9910         mailbox that doesn't exist.
9911
9912 2010-10-12  Julien Danjou  <julien@danjou.info>
9913
9914         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9915         (shr-get-image-data): Encode URL properly when fetching from cache.
9916         (shr-tag-img): Use aligned-to spaces to align correctly images.
9917
9918         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9919         before inserting the Gravatar.
9920
9921         * shr.el (shr-tag-img): Add align attribute support for <img>.
9922
9923 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * gnus-gravatar.el (gnus-art): Require.
9926
9927         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9928         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9929         Remove long obsoleted functions.
9930
9931 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9934
9935         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9936
9937         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9938         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9939         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9940         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9941         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9942         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9943         * sieve-manage.el, smime.el, spam.el:
9944         Fix comment for declare-function.
9945
9946 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9947
9948         * nnimap.el (nnimap-request-rename-group): Select group read-only
9949         before renaming it.
9950
9951         * shr.el (shr-insert): Fix up the white space only regexp.
9952
9953         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9954         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9955
9956         * shr.el (shr-current-column): New function.
9957         (shr-find-fill-point): New function.
9958
9959 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9960
9961         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9962         numbers.
9963
9964 2010-10-11  Julien Danjou  <julien@danjou.info>
9965
9966         * shr.el (shr-hr-line): Add.
9967         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9968         display hr lines.
9969         (shr-max-columns): Do not change state to nil if we just inserting
9970         spaces.
9971
9972 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9973
9974         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9975         select the last group.
9976
9977 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9978
9979         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9980
9981 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9982
9983         * dig.el (dig-mode-map): Declare and define in one step.
9984
9985 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9986
9987         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9988         for Gnus.
9989         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9990         (nnimap-update-qresync-info): Mark \Seen articles as read.
9991
9992         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9993         non-variable, too.
9994
9995         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9996         available.
9997         (nnimap-update-info): Rely more on the current active than the param
9998         active to avoid marking articles as read too much.
9999
10000         * auth-source.el (auth-source-create): Use (user-login-name) for the
10001         user name default.
10002
10003         * nnimap.el (nnimap-update-info): If the server doesn't return any
10004         useful info, just use the previous info.
10005         (nnimap-update-info): Prefer old info over start-article.
10006         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10007
10008 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10009
10010         * nnir.el (autoload): Clean up autoloads.
10011         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10012         Use key rather than value.
10013         (nnir-imap-search-other): New variable.
10014         (nnir-read-parm): Use it.
10015         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10016         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10017
10018 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10019
10020         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10021         the process, too.
10022
10023 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * spam.el (gnus-summary-mode-map): Bind to "$".
10026         Suggested by Russ Allbery.
10027
10028         * shr.el: Rework the way things are indented by <li> slightly.
10029
10030         * gnus.el (gnus-group-set-parameter): Fix typo.
10031
10032         * nnimap.el: Start implementing QRESYNC support.
10033
10034 2010-10-09  Julien Danjou  <julien@danjou.info>
10035
10036         * nnir.el (nnir-engines): Fix too many arguments.
10037
10038 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10039
10040         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10041         group is the "last", so that the backends like nnfolder actually save
10042         their folders.
10043
10044         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10045         try to use that for the tls stream.
10046         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10047         UIDVALIDITY and find out which groups are read-only and not.
10048         (nnimap-get-flags): Use the same marks parsing code as the rest of
10049         nnimap.
10050
10051 2010-10-09  Julien Danjou  <julien@danjou.info>
10052
10053         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10054
10055         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10056         retrieving gravatars.
10057
10058         * shr.el (shr-table-corner): Add.
10059         (shr-table-line): Add.
10060         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10061
10062 2010-10-08  Julien Danjou  <julien@danjou.info>
10063
10064         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10065
10066 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10067
10068         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10069
10070         * gnus-sum.el (gnus-mark-article-as-unread)
10071         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10072         (gnus-summary-set-bookmark): Use it.
10073
10074         * gnus-msg.el (gnus-setup-message): Use it.
10075
10076         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10077
10078         * gnus.el (gnus-group-remove-parameter): Use it.
10079
10080         * gnus-group.el (gnus-group-make-web-group): Use it.
10081
10082         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10083
10084         * nnregistry.el: Update docs to mention manual.
10085
10086         * gnus-registry.el: Update docs to mention nnregistry.el.
10087         (gnus-registry-initialize): Don't install nnregistry refer method
10088         automatically.
10089         (gnus-registry-install-nnregistry): Remove it.
10090
10091 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10092
10093         * shr.el (shr-insert): Don't insert double spaces.
10094
10095 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-gravatar.el (gnus-treat-from-gravatar)
10098         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10099         called interactively.
10100
10101         * gnus-art.el (gnus-mime-view-part-externally)
10102         (gnus-mime-view-part-internally): Make predicate function passed to
10103         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10104         of a mime type.
10105
10106         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10107
10108 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10109
10110         * shr.el (require): Require cl when compiling.
10111         (shr-tag-hr): New function.
10112
10113         * nnimap.el (nnimap-update-info): Remove double setting of high.
10114         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10115         This makes nnimap work properly on Courier again.
10116
10117         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10118         the variable for backwards compatibility.
10119
10120         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10121         the file name before using to avoid setting mm-default-directory to
10122         nil.
10123
10124         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10125         bidning gnus-agent variables.
10126
10127         * shr.el (shr-render-td): Use a cache for the table rendering function
10128         to avoid getting an exponential rendering behavior in nested tables.
10129         (shr-insert): Rework the line-breaking algorithm.
10130         (shr-insert): Don't leave trailing spaces.
10131         (shr-insert-table): Also insert empty TDs.
10132         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10133
10134 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10135
10136         * gnus-sum.el (gnus-number): Rename from `number'.
10137         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10138         (gnus-summary-limit-children): Update uses correspondingly.
10139
10140 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10143         (gnus-gravatar-transform-address): Don't show avatars of people of
10144         which mail addresses match gnus-gravatar-too-ugly.
10145
10146 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10147
10148         * shr.el (shr-table-widths): Expand TD elements to fill available
10149         space.
10150
10151 2010-10-07  Julien Danjou  <julien@danjou.info>
10152
10153         * nnimap.el (nnimap-request-rename-group): Add this method.
10154
10155 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10158         name from XEmacs' function-arglist.
10159
10160         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10161         gravatar under XEmacs.
10162
10163 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10164
10165         * auth-source.el: Update docs with TODO items.
10166
10167         * gnus-sync.el: Update docs to explain state and plans.
10168
10169         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10170         Hooks for mark updates.
10171         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10172
10173         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10174         hooks with arguments, which is needed for mark update hooks.
10175
10176 2010-10-06  Julien Danjou  <julien@danjou.info>
10177
10178         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10179         was matched.
10180
10181         * sieve-manage.el: Update example in `Commentary'.
10182
10183         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10184
10185         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10186         not 2000.
10187         (sieve-manage-authenticate): Re-add function.
10188
10189 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190
10191         * shr.el (shr-insert): Get 'space transition right.
10192         (shr-render-td): Only delete space at the end of the TD.
10193
10194         * nnimap.el (nnimap-open-connection): Prepare to support
10195         open-gnutls-stream.
10196
10197         * shr.el: Rearrange function order to be more logical.
10198
10199 2010-10-06  Julien Danjou  <julien@danjou.info>
10200
10201         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10202         (nnrss-discover-feed): Remove 404 URL in docstring.
10203
10204         * nnir.el: Fix Swish-E URL.
10205         Fix Namazu URL.
10206
10207         * message.el (message-change-subject): Remove 404 URL in a comment.
10208
10209 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10212         called interactively.
10213
10214         * gnus-util.el (gnus-remove-if): Allow hash table.
10215         (gnus-remove-if-not): New function.
10216
10217         * gnus-art.el (gnus-mime-view-part-as-type):
10218         * gnus-score.el (gnus-summary-score-effect):
10219         * gnus-sum.el (gnus-read-move-group-name):
10220         Replace remove-if-not with gnus-remove-if-not.
10221
10222         * gnus-group.el (gnus-group-completing-read):
10223         Regard collection as a hash table if it is not a list.
10224
10225 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10226
10227         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10228
10229         * shr.el: Document the table-rendering algorithm.
10230
10231 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10234         for Emacsen having no `libxml-parse-html-region' support.
10235
10236 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10237
10238         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10239         invalid URLs.
10240
10241         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10242         line-broken.
10243         (shr-tag-img): Ignore image fetching errors.
10244         (shr-overlays-in-region): Compute overlay positions correctly.
10245
10246         * mm-decode.el (mm-shr): Require shr.
10247
10248         * gnus-art.el (gnus-blocked-images): Move variable here.
10249
10250         * shr.el (shr-insert-table): Bind free variable.
10251
10252         * mm-decode.el (mm-shr): Bind shr-content-function.
10253
10254         * shr.el (shr-content-function): New variable.
10255
10256         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10257         added for symmetry.
10258
10259         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10260
10261         * gnus-group.el (gnus-group-make-group): Doc fix.
10262
10263         * nnimap.el (nnimap-request-newgroups): Return success.
10264
10265         * shr.el (shr-find-elements): New function.
10266         (shr-tag-table): Put all the images after the table.
10267         (shr-tag-table): Really inhibit images inside the table.
10268         (shr-collect-overlays): Copy over overlays from the TD elements to the
10269         main document.
10270
10271         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10272         gnus-blocked-images.
10273
10274 2010-10-05  Julien Danjou  <julien@danjou.info>
10275
10276         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10277
10278         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10279         (gnus-html-maximum-image-size): Add this function.
10280         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10281
10282         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10283         server-value of the capability is nil.
10284
10285 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10286
10287         * shr.el (shr-tag-em): Add <EM> tag.
10288
10289 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10290
10291         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10292         customizable.
10293
10294         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10295         handing broken links to browse-url.
10296
10297 2010-10-05  Julien Danjou  <julien@danjou.info>
10298
10299         * gnus-util.el (gnus-emacs-completing-read)
10300         (gnus-iswitchb-completing-read): Use autoload rather than require.
10301
10302 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10305         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10306         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10307         iswitchb-temp-buflist for XEmacs.
10308
10309         * gnus-util.el (gnus-completing-read-function): Exclude
10310         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10311         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10312         XEmacs.
10313
10314         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10315         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10316
10317         * gnus-html.el: Don't require help-fns under XEmacs.
10318         (gnus-html-schedule-image-fetching): Work for XEmacs.
10319
10320         * mm-decode.el (mm-shr): Decode contents by charset.
10321
10322 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10323
10324         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10325         unknown.
10326
10327         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10328         (shr-get-image-data): Ensure against the cache file missing.
10329
10330         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10331         for data.
10332
10333         * spam-report.el (spam-report-url-ping-plain): Don't query about
10334         killing the process.
10335
10336         * shr.el (shr-render-td): Protect against too-wide text.
10337
10338 2010-10-04  Julien Danjou  <julien@danjou.info>
10339
10340         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10341         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10342
10343         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10344         retrieved.
10345
10346 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10347
10348         * shr.el (browse-url): Require.
10349         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10350         lines.
10351         (shr-show-alt-text, shr-browse-image): New commands.
10352         (shr-browse-url, shr-copy-url): New commands.
10353
10354         * gnus-sum.el (gnus-widen-article-window): New variable.
10355         (gnus-summary-select-article-buffer): Use it.
10356
10357         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10358         without @ signs.
10359
10360 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10361
10362         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10363
10364 2010-10-04  Julien Danjou  <julien@danjou.info>
10365
10366         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10367         for XEmacs.
10368
10369 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10370
10371         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10372
10373         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10374         (nnimap-close-server): Implement.
10375
10376         * dgnushack.el (iswitchb): Require to shut up the compiler.
10377
10378         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10379         (shr-insert): Tweak line breaking.
10380         (shr-insert): Handle <pre> better.
10381         (shr-tag-li): Get <li> indentation right.
10382         (shr-tag-li): Get <li> indentation even righter.
10383         (shr-tag-blockquote): Ensure paragraph start.
10384         (shr-make-table): Tweak table generation.
10385         (shr-make-table): Fix typo.
10386
10387         * shr.el: Implement table rendering.
10388
10389 2010-10-04  Julien Danjou  <julien@danjou.info>
10390
10391         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10392
10393 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10394
10395         * shr.el (shr-insert): Use string anchors instead of line anchors.
10396
10397 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * shr.el: Add headings.
10400         (shr-ensure-paragraph): Actually work.
10401         (shr-tag-li): Make <ul> prettier.
10402         (shr-insert): Get white space at the beginning/end of elements right.
10403         (shr-tag-p): Collapse subsequent <p>s.
10404         (shr-ensure-paragraph): Don't insert double line feeds after blank
10405         lines.
10406         (shr-insert): \t is also space.
10407         (shr-tag-s): Fix "s" tag name function.
10408         (shr-tag-s): Fix face prop name.
10409
10410 2010-10-03  Julien Danjou  <julien@danjou.info>
10411
10412         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10413
10414         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10415         gnus-window-inside-pixel-edges.
10416
10417         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10418         gnus-ems.
10419
10420         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10421
10422         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10423         function.
10424
10425         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10426         resize choice.
10427
10428 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10429
10430         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10431         beginning of the buffer.
10432
10433         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10434         article buffer again.
10435
10436         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10437
10438         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10439         when it's at the start of the buffer.
10440
10441         * shr.el (shr-tag-blockquote): Convert name.
10442         (shr-rescale-image): Use the right image-size variant.
10443
10444         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10445         buffer isn't shown, then select the current article first instead of
10446         bugging out.
10447         (gnus-summary-select-article-buffer): Show both the article and summary
10448         buffers again.
10449
10450         * shr.el (shr-fontize-cont): Protect against regions with no text.
10451         Rename tag functions to shr-tag-* for enhanced security.
10452         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10453
10454 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10455
10456         * shr.el (shr-insert):
10457         * pop3.el (pop3-movemail):
10458         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10459         loaded.
10460
10461 2010-10-03  Glenn Morris  <rgm@gnu.org>
10462
10463         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10464
10465         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10466
10467         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10468
10469         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10470
10471         * gnus-util.el (gnus-make-local-hook): Simplify.
10472
10473 2010-10-02  Julien Danjou  <julien@danjou.info>
10474
10475         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10476         (gnus-ido-completing-read): New function.
10477         (gnus-emacs-completing-read): New function.
10478         (gnus-completing-read): Use gnus-completing-read-function.
10479         Add gnus-completing-read-function.
10480
10481 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10482
10483         * shr.el (shr-insert-document): Autoload.
10484         (shr-img): Be silent.
10485         (shr-insert): Add a newline after every picture before text.
10486         (shr-add-font): Use overlays for combining faces.
10487         (shr-insert): Pass upwards the text start point.
10488
10489         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10490         possible.
10491         (mm-shr): New function.
10492
10493 2010-10-02  Julien Danjou  <julien@danjou.info>
10494
10495         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10496         should go backward.
10497
10498 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10499
10500         * shr.el (shr): Fix typo in provide call.
10501
10502 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * shr.el: New file.
10505
10506         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10507
10508         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10509         completing read.
10510
10511 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10512
10513         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10514         we're being queried about.  Suggested by Dan Jacobson.
10515
10516         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10517         Suggested by Jason Eisner.
10518
10519         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10520         table, too.  Suggested by Stefan Wiens.
10521         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10522         the table unnecessary.  Suggested by Stefan Wiens.
10523
10524         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10525         longer needed, and probably doesn't work either, as pointed out by
10526         Stefan Wiens.
10527         (gnus-summary-exit): Remove call to the clearing function.
10528         (gnus-summary-exit-no-update): Ditto.
10529
10530         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10531         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10532         Reported by Stefan Monnier.
10533         (gnus-summary-save-in-rmail): Ditto.
10534
10535         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10536         article buffer, instead of both the article buffer and the summary
10537         buffer.  Sort of suggested by Dan Jacobson.
10538
10539         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10540
10541         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10542         Suggested by Dan Jacobson.
10543
10544         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10545         documentation clearer.
10546
10547         * message.el (message-shorten-references): Comment on the number "21".
10548         Suggested by Stefan Monnier.
10549
10550         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10551         Suggested by Dan Jacobson.
10552
10553         * gnus.el (gnus-large-newsgroup):
10554         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10555
10556         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10557         externalize attachments.  Bug reported by Steve Wen.
10558
10559         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10560         really message anything to the user.
10561
10562         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10563         directly.
10564
10565         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10566         messages in empty groups.
10567
10568 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10569
10570         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10571         non-UIDNEXT group.
10572
10573 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10574
10575         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10576         not the value from the collection.
10577
10578         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10579         values.  This sometimes happens on some groups that have no info.
10580         (nnimap-request-newgroups): New function.
10581
10582 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10583
10584         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10585         check into `gnus-registry-initialize'.
10586         (gnus-registry-initialize): Ditto.
10587         Fix and extend header docs.
10588
10589 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10592         regexp backtrace overflows.
10593
10594         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10595         for starttls that tls.el implements; i.e. openssl.
10596
10597         * tls.el (tls-starttls-switches): Give up on using starttls with
10598         gnutls-cli.
10599         (tls-program): Add --insecure to be consistent with the defaults from
10600         openssl s_client.  Now all three commands are insecure.
10601
10602 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * lpath.el: Bind completion-styles-alist for XEmacs.
10605
10606         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10607         (gravatar-create-image): New function that's an alias to
10608         gnus-xmas-create-image, gnus-create-image, or create-image.
10609         (gravatar-data->image): Use it.
10610
10611 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10612
10613         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10614         install the nnregistry refer method.
10615         (gnus-registry-install-hooks): Use it.
10616         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10617         unfollowed groups.
10618
10619 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10620
10621         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10622         expanding threads.
10623
10624 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10625
10626         * nnir.el: Use the server names without suffixes (bug#7009).
10627
10628         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10629         unencrypted to STARTTLS, if possible.
10630
10631 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10632
10633         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10634         headers before superseding.
10635
10636 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10637
10638         * nnrss.el (nnrss-use-local): Add documentation.
10639
10640         * nnimap.el (nnimap-extend-tls-programs): New function.
10641         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10642         (nnimap-wait-for-connection): Accept the greeting from the stupid
10643         output from openssl s_client -starttls, too.
10644
10645         * tls.el (tls-starttls-switches): New variable.
10646         (tls-find-starttls-argument): Use it.
10647         (open-tls-stream): Ditto.
10648
10649         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10650         (netrc-machine): Ditto.
10651
10652         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10653         article number.
10654         (nnimap-split-fancy): New variable.
10655         (nnimap-split-incoming-mail): Use it.
10656
10657         * nntp.el (nntp-server-list-active-group): Document.
10658
10659         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10660         SELECT to get the message-id.
10661
10662         * mail-source.el (mail-sources): Remove webmail support.
10663         (defvar): Ditto.
10664         (mail-source-fetcher-alist): Ditto.
10665         (mail-source-fetch-webmail): Remove.
10666
10667         * webmail.el: Remove -- doesn't seem relevant any more.
10668
10669         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10670
10671         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10672         the \r.
10673
10674 2010-09-30  Julien Danjou  <julien@danjou.info>
10675
10676         * gnus-agent.el (gnus-agent-add-group): Fix call to
10677         gnus-completing-read.
10678
10679 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680
10681         * nndoc.el (nndoc-retrieve-groups): New function.
10682
10683         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10684         `default', use nnmail-split-methods.
10685         (nnimap-request-article): Downcase the NILs so that they are nil.
10686
10687         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10688         symbol.
10689
10690         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10691         code, since if the user has requested network, that's what they ought
10692         to get.
10693         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10694         (nnimap-split-rule): Mark as obsolete.
10695
10696         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10697         New variable.
10698
10699         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10700         correct slot, too.
10701
10702 2010-09-29  Julien Danjou  <julien@danjou.info>
10703
10704         * gnus.el (gnus-local-domain): Declare variable obsolete.
10705
10706         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10707         Fix history computing.
10708         (gnus-ido-completing-read): Require ido.
10709
10710 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711
10712         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10713         build Gnus.
10714
10715         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10716         when interpreting the structures.
10717         (nnimap-request-accept-article): Add \r\n to the lines to make this
10718         work with Cyrus.
10719
10720         * nndraft.el (nndraft-request-expire-articles): Use the group name
10721         instead if "nndraft".  Fix found by Nils Ackermann.
10722
10723 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10724
10725         * nnregistry.el: Add.
10726
10727 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10728
10729         * nnmail.el (group, group-art-list, group-art):
10730         Remove unneeded directives.
10731
10732 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10735         (mm-mime-charset):
10736         * rfc2047.el (rfc2047-syntax-table):
10737         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10738
10739         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10740         rather than `insert-file-contents' and `eval-region'.
10741
10742         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10743         construction.
10744
10745         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10746
10747         * time-date.el: No need to require cl for Emacs 21.
10748
10749 2010-09-29  Julien Danjou  <julien@danjou.info>
10750
10751         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10752         replacement of `gnus-gravatar-relief' to mimic
10753         `gnus-faces-properties-alist'.
10754         Add :version property.
10755
10756 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * mail-source.el (mail-source-report-new-mail):
10759         * message.el (message-default-mail-headers):
10760         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10761
10762         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10763
10764 2010-09-28  Julien Danjou  <julien@danjou.info>
10765
10766         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10767         mail-address contains the same string as real-name.
10768
10769         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10770         non-blank in header, otherwise it'll get stripped.
10771
10772         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10773         real-name, and then for mail address rather than doing : or , search.
10774
10775 2010-09-27  Julien Danjou  <julien@danjou.info>
10776
10777         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10778         right completing-read function.
10779         (gnus-use-ido): New variable
10780         (gnus-completing-read-with-default): Remove.
10781         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10782         (gnus-agent-add-group):
10783         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10784         * mm-view.el (mm-view-pkcs7-decrypt):
10785         * mm-util.el (mm-codepage-setup):
10786         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10787         * mml-smime.el (mml-smime-openssl-sign-query):
10788         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10789         (mml-insert-multipart):
10790         * gnus-msg.el (gnus-summary-yank-message):
10791         * gnus-int.el (gnus-start-news-server):
10792         * mm-decode.el (mm-interactively-view-part):
10793         * gnus-dired.el (gnus-dired-attach):
10794         * gnus.el (gnus-read-method):
10795         * gnus-bookmark.el (gnus-bookmark-jump):
10796         * gnus-art.el (gnus-mime-view-part-as-type)
10797         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10798         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10799         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10800         * nnmairix.el (nnmairix-create-server-and-default-group)
10801         (nnmairix-update-groups, nnmairix-get-server)
10802         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10803         (nnmairix-get-group-from-file-path):
10804         * nnrss.el (nnrss-find-rss-via-syndic8):
10805         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10806         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10807         (gnus-group-browse-foreign-server):
10808         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10809         (gnus-summary-execute-command, gnus-summary-respool-article)
10810         (gnus-read-move-group-name):
10811         * gnus-score.el (gnus-summary-increase-score)
10812         (gnus-summary-score-effect):
10813         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10814
10815 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10818         x-focus-frame.
10819
10820         * nnimap.el (auth-source-forget-user-or-password)
10821         (auth-source-user-or-password): Autoload.
10822
10823         * message.el (message-from-style, message-interactive)
10824         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10825         (message-yank-prefix, message-indentation-spaces, message-signature)
10826         (message-signature-file): Add comment.
10827
10828 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829
10830         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10831         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10832         new articles.
10833
10834         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10835         parts.
10836         (nnimap-request-article): Work with the t setting, too.
10837
10838         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10839         that you don't get flashes of other buffers.
10840         (gnus-summary-show-complete-article): Intern before setting.
10841
10842 2010-09-27  David Engster  <dengste@eml.cc>
10843
10844         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10845         well as HEADERS.
10846         (nnmairix-retrieve-headers): Provide new argument for the above.
10847
10848 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10849
10850         * gnus-sum.el (gnus-summary-move-article): Don't alter
10851         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10852         group.
10853
10854         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10855
10856         * message.el (message-cite-prefix-regexp): Revert my last edit.
10857
10858         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10859         variable instead of the Gnus variable.
10860
10861         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10862
10863         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10864
10865         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10866         since some servers don't like it.
10867         (nnimap-open-connection): Forget credentials if the server says the
10868         password was wrong.
10869         (nnimap-parse-line): Protect against invalid data.
10870
10871         * gnus-sum.el (gnus-summary-move-article): Add comment.
10872         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10873         nothing alters it while scanning for new messages.
10874
10875         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10876         which may or may not help.
10877         (nnimap-open-connection): If we're doing a stream connection, and then
10878         discover we're on a STARTTLS-capable server, then open a STARTTLS
10879         connection instead.
10880
10881 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10882
10883         * nnimap.el (utf7): Require.
10884
10885         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10886         prefix.
10887
10888 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10889
10890         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10891
10892 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10893
10894         * nnimap.el (nnimap-request-accept-article): Message the error on
10895         error.
10896
10897 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10900
10901 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * nndoc.el (nndoc-request-list): Return success always.
10904
10905         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10906         `fetch-old' -- we only want to fetch the articles we've requested.
10907         The rest are in the agent, probably.
10908         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10909         disappeared server" to something low.  It's not important.
10910
10911         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10912         arrived before the FETCH data.
10913
10914         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10915         target here, because we don't know the Gnus name of the group.
10916
10917         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10918         for the correct group.
10919
10920         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10921
10922         * gnus.el (gnus): Give a final warning after startup.
10923
10924         * gnus-util.el (gnus-action-message-log): New variable.
10925         (gnus-message): Use it.
10926         (gnus-final-warning): New function.
10927
10928         * nnimap.el (nnimap-open-connection): Record the greeting.
10929         (nnimap): Add greeting.
10930
10931 2010-09-26  Julien Danjou  <julien@danjou.info>
10932
10933         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10934         arguments.
10935         (gnus-html-wash-images): Fix spec computing to include start/end.
10936
10937         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10938
10939 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10940
10941         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10942         deletion.
10943         (nnimap-retrieve-headers): Don't select the group, because that's
10944         already done by nnimap-possibly-change-group.
10945
10946         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10947         (gnus-picon-transform-address): Use it.
10948
10949         * mail-source.el (mail-source-value): Revert previous patch.
10950
10951         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10952         on failure.
10953         (nnimap-open-connection): Look up both virtual and physical server name
10954         credentials.
10955
10956         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10957
10958 2009-02-07  Dave Love  <fx@gnu.org>
10959
10960         * tls.el (open-tls-stream): Don't query killing process.
10961
10962 2009-02-08  Dave Love  <fx@gnu.org>
10963
10964         * gnus-win.el (gnus-window-to-buffer-helper)
10965         (gnus-all-windows-visible-p): Function needn't be a symbol.
10966
10967         * mail-source.el (mail-source-value): Function needn't be a symbol.
10968
10969 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970
10971         * message.el (message-cite-prefix-regexp): Remove } from the cite
10972         prefix.
10973
10974         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10975         highlight again, so that the highlight is correct.
10976
10977         * gnus-picon.el (gnus-picon): Remove again.
10978         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10979
10980         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10981         doing the header highlightling, so that the background color of the
10982         picon is correct.
10983
10984         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10985         (gnus-picon): Ditto.
10986         (gnus-picon): Reinstate.  The background color for picons is white.
10987         (gnus-picon-insert-glyph): Make the background white.
10988
10989         * nnml.el (nnml-open-nov): Don't return dead buffers.
10990
10991         * auth-source.el (auth-source-create): Query the user for whether to
10992         store the credentials.
10993
10994         * netrc.el (netrc-store-data): New function.
10995
10996         * auth-source.el (auth-source-user-or-password): Use the existing auth
10997         sources, if any, for creation.
10998
10999         * gnus.el (gnus-group-fast-parameter): Return the last matching
11000         parameter instead of the first matching parameter.
11001
11002 2010-09-26  Julien Danjou  <julien@danjou.info>
11003
11004         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11005
11006 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11007
11008         * mml2015.el (mml2015-use): Remove gpg support.
11009
11010         * mml1991.el (mml1991-function-alist): Remove gpg function.
11011         (mml1991-gpg-sign): Remove.
11012
11013 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11014
11015         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11016         (gnus-browse-unsubscribe-current-group): Document it.
11017         (gnus-browse-unsubscribe-group): Use it.
11018
11019 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11020
11021         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11022         address to the To list for easier response.
11023
11024         * gnus.el (gnus-play-startup-jingle): Remove.
11025         (gnus-splash): Don't play jingle.
11026         (gnus): Silence gnus-load message.
11027
11028         * gnus-art.el (gnus-treat-play-sounds): Remove.
11029
11030         * gnus.el (gnus-play-jingle): Remove audio support.
11031
11032         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11033
11034         * earcon.el: Remove -- no users.
11035
11036         * gnus-audio.el: Remove -- no users of this package.
11037
11038         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11039
11040         * gnus-start.el (gnus-setup-news): Remove nocem support.
11041
11042         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11043
11044         * gnus.el (gnus-use-nocem): Remove.
11045
11046         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11047         Remove.
11048
11049         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11050         uses NoCeM any more.
11051
11052         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11053         (gnus-button-ctan-handler): Ditto.
11054         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11055         (gnus-button-ctan-directory-regexp): Ditto.
11056         (gnus-button-handle-ctan): Ditto.
11057         (gnus-button-tex-level): Ditto.
11058         (gnus-button-alist): Remove CTAN stuff.
11059
11060 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11061
11062         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11063         nnimap-streaming test.
11064
11065         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11066         servers twice.
11067
11068         * nnimap.el (nnimap-open-connection): Add more error reporting when
11069         nnimap fails early.
11070
11071         * nnheader.el (nnheader-get-report-string): New function.
11072         (nnheader-get-report): Use it.
11073
11074         * gnus-int.el (gnus-check-server): Say what the error was when opening
11075         failed.
11076
11077         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11078         using streaming.
11079
11080 2010-09-25  Julien Danjou  <julien@danjou.info>
11081
11082         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11083         gnus-window-inside-pixel-edges.
11084
11085 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11086
11087         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11088
11089         * mm-decode.el (mm-save-part): Allow saving to other directories the
11090         normal Emacs way.
11091
11092         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11093         Suggested by Jay Berkenbilt.
11094
11095         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11096         there isn't a single byte.
11097
11098         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11099         just do it.  It doesn't really seem to matter what the user responds
11100         here, I think, so it's just a confusing question.
11101
11102         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11103         non-streaming case.
11104
11105         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11106         (gnus-article-encrypt-body): Use it.
11107
11108         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11109         keystroke.
11110
11111         * nnimap.el (nnimap-find-wanted-parts-1):
11112         Use gnus-fetch-partial-articles.
11113
11114         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11115
11116         * nnimap.el (nnimap-insert-partial-structure): New function.
11117         (nnimap-get-partial-article): New function.
11118         (nnimap-request-article): Use it.
11119         (nnimap-wait-for-response): Return whether the wait was successful.
11120         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11121         retrieval wasn't successful.
11122         (nnimap-retrieve-group-data-early): Allow throttling servers.
11123         (nnimap-streaming): New variable.
11124         (nnimap-fetch-partial-articles): Remove.
11125
11126         * mm-decode.el (mm-with-part): Protect against killed buffers.
11127
11128         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11129         for prettier summary display.
11130
11131 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11132
11133         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11134
11135 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11136
11137         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11138         apparently third-party libraries depend on it.
11139
11140         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11141         before starting negotiation.
11142
11143         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11144         privacy reasons.
11145         (gnus-treat-mail-gravatar): Ditto.
11146
11147         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11148         buffer when inserting images.  Inserting text into the headers, for
11149         instance, can make them invalid.
11150
11151 2010-09-25  Julien Danjou  <julien@danjou.info>
11152
11153         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11154         variables.
11155
11156         * nnheader.el: Remove useless variables news-reply-yank-from and
11157         news-reply-yank-message-id.
11158
11159         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11160         variables.
11161
11162         * mml1991.el: Remove useless mml1991-verbose.
11163
11164         * gnus.el: Remove useless variable gnus-use-generic-from.
11165         Remove obsolete variable gnus-topic-indentation.
11166
11167         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11168
11169         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11170
11171         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11172
11173         * gnus-group.el: Remove useless gnus-group-icon-cache.
11174         Remove useless gnus-ephemeral-group-server.
11175
11176         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11177
11178         * mml2015.el: Remove useless mml2015-verbose.
11179
11180         * mml-smime.el: Remove useless mml-smime-verbose.
11181
11182         * gnus.el: Remove useless gnus-local-domain.
11183
11184         * gnus-gravatar.el (gnus-gravatar-transform-address):
11185         Use gnus-gravatar-size.
11186
11187         * gnus-art.el: Remove useless gnus-treat-translate.
11188
11189 2010-09-24  Julien Danjou  <julien@danjou.info>
11190
11191         * gnus-sum.el: Add support for Gravatars.
11192
11193         * gnus-art.el: Add support for Gravatars.
11194
11195         * gnus-gravatar.el: Add this file.
11196
11197         * gravatar.el: Add this file.
11198
11199 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11200
11201         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11202
11203         * gnus-group.el (gnus-group-fetch-faq): Remove.
11204
11205         * gnus.el (gnus-group-faq-directory): Remove.
11206
11207         * gnus-group.el (gnus-group-fetch-charter): Remove.
11208
11209         * gnus.el (gnus-group-charter-alist): Remove.
11210
11211         * gnus-group.el (gnus-group-archive-directory): Remove.
11212         (gnus-group-recent-archive-directory): Ditto.
11213         (gnus-group-make-archive-group): Remove.
11214
11215         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11216
11217         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11218         use the same article number for all the cached articles.
11219
11220         * nnimap.el (nnimap-command): Register the last command time so
11221         that we can use it for idling NOOPs.
11222         (nnimap-open-connection): Start the keeplive timer.
11223         (nnimap-make-process-buffer): Store all the process buffers.
11224         (nnimap-keepalive): New function.
11225
11226         * starttls.el (starttls-open-stream): Add autoload cookie.
11227
11228 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11229
11230         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11231         handling.
11232
11233 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11234
11235         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11236         its data structures.
11237
11238         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11239         instead of the cl.el copy-list.
11240         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11241         equalp.
11242
11243 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11246         and tool-bar-local-item-from-menu.
11247
11248         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11249         mode-line-highlight face for Emacs.
11250
11251         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11252         loading gnus-sum.elc; fix comment for canlock-verify.
11253         (gnus-article-jump-to-part): Use read-number.
11254         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11255         Remove Emacs pre-21 compatible code for help-echo.
11256         (gnus-article-next-page-1): No need to adjust the number of lines.
11257         (gnus-article-describe-bindings): Always use help-buffer.
11258
11259         * gnus-audio.el (gnus-audio-inline-sound):
11260         * gnus-cus.el (gnus-custom-mode):
11261         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11262
11263         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11264
11265         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11266         compatible code.
11267
11268 2010-09-24  Glenn Morris  <rgm@gnu.org>
11269
11270         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11271         visiting the fcc file in rmail-mode.
11272
11273         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11274
11275 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * nnir.el: Silence the byte compiler.
11278
11279         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11280         alias to browse-url-url-encode-chars if any.
11281         (gnus-html-encode-url): Use it.
11282
11283 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11284
11285         * gnus-start.el (gnus-use-backend-marks): New variable.
11286         (gnus-get-unread-articles-in-group): Use it.
11287
11288         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11289         makeover.
11290
11291 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11292
11293         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11294
11295 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11296
11297         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11298         Remove.
11299         (gnus-setup-news-hook):
11300         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11301
11302         * gnus-int.el (gnus-request-update-info): Protect against backends not
11303         having the function.
11304
11305         * nnimap.el (nnimap-stream): Mention starttls.
11306         (nnimap-open-connection): Add starttls support.
11307
11308 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11309
11310         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11311
11312 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11313
11314         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11315         BODYSTRUCTUREs.
11316         (nnimap-transform-headers): Unfold quoted {42} headers.
11317
11318         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11319         the info.
11320         (gnus-get-unread-articles): Only call updatep on backends that support
11321         it.
11322
11323         * nnweb.el (nnweb-request-update-info): NOOP.
11324
11325         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11326
11327         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11328         since it only deals with marks.
11329
11330         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11331         gnus-request-marks, and make a new gnus-request-update-info.
11332
11333         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11334         the active instead of the high number, which is usually too low.
11335
11336 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11337
11338         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11339         * encrypt.el: Remove.
11340
11341 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11342
11343         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11344         server in symbolic form.
11345
11346         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11347
11348 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11349
11350         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11351         (nnimap-update-info): Fix up code slightly.
11352
11353         * gnus-int.el (gnus-open-server): Add tracing for performance
11354         debugging.
11355
11356         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11357         (gnus-group-insert-group-line): Pass the real group name so that it
11358         gets the right data.
11359
11360         * gnus-start.el (gnus-get-unread-articles): Don't have
11361         `gnus-get-unread-articles-in-group' update info, since that can be
11362         really slow and doesn't seem to be needed?
11363
11364 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11365
11366         * time-date.el (date-to-time): Try using parse-time-string first before
11367         using the slower timezone-make-date-arpa-standard.
11368
11369 2010-09-22  Julien Danjou  <julien@danjou.info>
11370
11371         * gnus-group.el (gnus-group-insert-group-line):
11372         Call gnus-group-highlight-line.
11373         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11374         default hook list.
11375         (gnus-group-update-eval-form): Add new function.
11376         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11377         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11378
11379 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380
11381         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11382         immediate, then expire all articles.
11383         (nnimap-update-info): Fix off-by-one errors.
11384         (nnimap-flags-to-marks): Would return no marks lists for group with no
11385         flags.  Instead return the other data.
11386
11387 2010-09-22  Julien Danjou  <julien@danjou.info>
11388
11389         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11390         Only return an icon.
11391         (gnus-group-insert-group-line): Compute icon to return.
11392
11393         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11394         (gnus-html-image-fetched): Only cache if
11395         gnus-html-image-automatic-caching is set.
11396         (gnus-html-image-fetched): Check for errors.
11397
11398 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11399
11400         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11401         once per method on `g'.  This ensures that backends like nnfolder don't
11402         open all their folders.
11403
11404         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11405         (nnimap-request-list): Nix out group in the correct buffer.
11406         (nnimap-parse-flags): Implement by using `read' instead of
11407         hand-parsing.
11408         (nnimap-flags-to-marks): Pass on permanent-flags.
11409         (nnimap-make-process-buffer): Record the server name.
11410         (nnimap-parse-flags): Fix typo.
11411         (nnimap-request-scan): Run split on the server in general, not just a
11412         single group.
11413
11414         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11415         parameter, and propagate this downwards.
11416
11417         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11418         since EXAMINE changes it on the server.
11419
11420         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11421         this command might take a while.
11422
11423 2010-09-22  Julien Danjou  <julien@danjou.info>
11424
11425         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11426         harmful if you have 2 images side-by-side, they can't be properly
11427         update on text deletion.  Using text-property is safer here.
11428         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11429         data.
11430
11431 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11432
11433         * nnimap.el (nnimap-expunge-inbox): Remove.
11434         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11435         (nnimap-expunge): Flip default to t.
11436
11437         * gnus.el (gnus-method-to-server): Don't push things to the cache
11438         unless it's unique.
11439         (gnus-server-to-method): Ditto.
11440
11441 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11442
11443         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11444
11445 2010-09-22  Julien Danjou  <julien@danjou.info>
11446
11447         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11448         get the start of data.
11449         (gnus-html-encode-url): Add this function to encode special chars in
11450         URL.
11451         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11452         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11453
11454         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11455         default.
11456         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11457
11458         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11459         images alt-text.
11460         (gnus-html-put-image): Put alt-text as help-echo.
11461
11462 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11465         * mm-util.el (mm-decompress-buffer):
11466         * nnir.el (nnir-run-find-grep):
11467         * pop3.el (pop3-list): Use 3rd arg of split-string.
11468
11469         * time-date.el (format-seconds): Comment fix.
11470
11471         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11472         and byte-optimize-form-code-walker.
11473         (dgnushack-make-auto-load): Don't advise make-autoload.
11474
11475         * lpath.el: Remove Emacs 21 stuff.
11476
11477 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11478
11479         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11480         outside the active range.  Suggested by Dan Christensen.
11481
11482         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11483         slightly later to avoid double-getting it.
11484
11485         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11486         previous patch.
11487
11488         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11489
11490 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11491
11492         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11493
11494 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11495
11496         * gnus-int.el (gnus-open-server): Give a better error message in the
11497         "go offline" case.
11498
11499         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11500         marks for nnimap, which is seldom the right thing to do.
11501
11502         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11503         (gnus-same-method-different-name): New function.
11504
11505         * nnimap.el (parse-time): Require.
11506
11507         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11508         method in the presence of many similar methods.
11509
11510         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11511
11512         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11513         nnml-inhibit-expiry.
11514
11515         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11516         find out whether methods are equal.
11517
11518         * nnimap.el (nnimap-find-expired-articles): New function.
11519         (nnimap-process-expiry-targets): New function.
11520         (nnimap-request-move-article): Request the article before looking at
11521         what the Message-ID is.  Fix found by Andrew Cohen.
11522         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11523
11524         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11525         for oldness in addition to being a predicate.
11526
11527         * nnimap.el (nnimap-request-group): When we have zero articles, return
11528         the right data to Gnus.
11529         (nnimap-request-expire-articles): Only delete articles immediately if
11530         the target is 'delete.
11531
11532         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11533         method, this would bug out.
11534
11535         * gnus-group.el (gnus-group-expunge-group): Rename from
11536         gnus-group-nnimap-expunge, and implemented as a normal interface
11537         function.
11538
11539         * gnus-int.el (gnus-request-expunge-group): New function.
11540
11541         * nnimap.el (nnimap-request-create-group): Implement.
11542         (nnimap-request-expunge-group): New function.
11543
11544 2010-09-21  Julien Danjou  <julien@danjou.info>
11545
11546         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11547         (gnus-html-cache-expired): Add new function.
11548         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11549         wethever we should display image for fetch it.
11550         Compute alt-text earlier to pass it to the fetching function too.
11551         (gnus-html-schedule-image-fetching): Change function argument to only
11552         get one image at a time, not a list.
11553         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11554         cache.
11555         (gnus-html-get-image-data): New function to retrieve image data from
11556         cache.
11557         (gnus-html-put-image): Change buffer argument to use image data rather
11558         than file, and place image above region rather than inserting a new
11559         one.  Do not take alt-text as argument, since it's useless now: we place
11560         the image above alt-text.
11561         (gnus-html-prune-cache): Remove.
11562         (gnus-html-show-images): Start to fetch image when we find one, do not
11563         push into a temporary list.
11564         (gnus-html-prefetch-images): Only fetch image if they have expired.
11565         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11566         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11567
11568 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11571
11572 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573
11574         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11575         spec inser "*" if the group isn't active instead of 0.
11576
11577         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11578         opening the server.
11579         (nnimap-request-delete-group): Implement group deletion.
11580         (nnimap-transform-headers): Return the size of the entire message in
11581         the Bytes header, not just the size of the first part.
11582         (nnimap-request-move-article): When moving an article from nnimap,
11583         request the article first so the accepting form has an article to
11584         accept.  Reported by Dan Christensen.
11585         (nnimap-command): Make sure that the error message doesn't error out.
11586
11587 2010-09-20  David Edmondson  <dme@dme.org>
11588
11589         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11590         we haven't requested anything.
11591
11592 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11593
11594         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11595         "".  Fix found by Andrew Cohen.
11596
11597         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11598         instead of -encode-string.
11599
11600 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11603
11604         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11605         by mm-subst-char-in-string.
11606
11607 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11608
11609         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11610         waiting for the connection string.
11611
11612         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11613         arriving.
11614
11615         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11616         bogus characters.  This allows selecting certain Gmail groups.
11617
11618         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11619         (nnimap-fetch-partial-articles): New variable.
11620         (nnimap-open-connection): When looking for credentials, also use the
11621         nnimap-server-port.
11622         (nnimap-request-article): Return the group/article number, so that Gnus
11623         `^' works as expected.
11624         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11625
11626         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11627         comments.
11628         (gnus-methods-sloppily-equal): New function.
11629         (gnus): When using the development version of Gnus, load the gnus-load
11630         file.
11631
11632         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11633         `gnus-open-server' on each method before trying to scan them etc.
11634         This ensures that all the backend parameters are set correctly.
11635
11636         * nnimap.el (nnimap-authenticator): New variable.
11637         (nnimap-open-connection): Allow anonymous login.
11638         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11639         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11640
11641         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11642         patch, found by Knut Anders Hatlen.
11643
11644 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11645
11646         * gnus-agent.el (gnus-agent-batch-confirmation)
11647         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11648         to gnus-message.
11649         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11650         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11651         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11652         * gnus-int.el (gnus-open-server): Likewise.
11653         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11654         (gnus-score-check-syntax): Likewise.
11655         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11656         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11657         Likewise.
11658         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11659
11660 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11661
11662         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11663         calling conventions so that prefetch doesn't bug out.
11664
11665 2010-09-19  Julien Danjou  <julien@danjou.info>
11666
11667         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11668         rather than `subst-char-in-region' in order to be able to replace ASCII
11669         char by UTF-8 ones.
11670
11671         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11672         than curl.
11673         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11674         the right URL and ALT text on images.
11675         (gnus-html-wash-tags): Fix tag case.
11676         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11677         (gnus-article-html): Add -o display_ins_del=2 option.
11678         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11679
11680 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11681
11682         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11683         the extra mail headers, which sometimes seem to happen for unknown
11684         reasons.
11685
11686         * mail-parse.el (mail-header-encode-parameter): Define as
11687         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11688         (or most, perhaps?) mail readers don't understand the latter, but do
11689         understand the former.
11690
11691         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11692         to nil, so that no methods are automatically agentized.  I think this
11693         is probably what most users want.
11694
11695         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11696         from url-retrieve, for instance about invalid URLs.
11697
11698         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11699         groups that have no articles.
11700         (nnimap-request-article): Check that we really got an article when we
11701         requested one.
11702
11703         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11704         doesn't exist.
11705
11706         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11707         nntp buffer so the agent can save it.
11708         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11709         that CRLF doesn't get translated to \n.
11710         (nnimap-open-connection): Don't make 'shell commands only send \n.
11711
11712 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11713
11714         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11715         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11716         Update var name.
11717         (nnml-generate-nov-file): Use dolist.
11718         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11719         Use with-current-buffer.
11720
11721 2010-09-18  Julien Danjou  <julien@danjou.info>
11722
11723         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11724         parallel.
11725
11726 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11727
11728         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11729         the range update right.
11730         (nnimap-request-group): Don't make `M-g' bug out on group with no
11731         marks.
11732         (nnoo): Require, so that other packages can require nnimap.
11733         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11734         command we're looking for.  This helps when the server sends more
11735         responses after we've gotten everything we expected.
11736         (nnimap): Add a `newlinep' field to keep track of end-of-line
11737         conventions.
11738         Don't send CRLF to things that don't want it.
11739         (nnimap-request-accept-article): Ditto.
11740
11741 2010-09-18  Julien Danjou  <julien@danjou.info>
11742
11743         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11744         than curl to retrieve images.
11745
11746 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11747
11748         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11749         the marks.
11750         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11751         (nnimap-wait-for-connection): New function.
11752         (nnimap-open-connection): If we have PREAUTH, don't query for login
11753         credentials.
11754         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11755         when doing a partial update.
11756
11757 2010-09-18  Julien Danjou  <julien@danjou.info>
11758
11759         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11760         tags.
11761
11762 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11763
11764         * nnimap.el (nnimap-credentials): New function.
11765         (nnimap-open-connection): Use the new function to look for credentials
11766         also on the numeric equivalents of "imap" and "imaps".
11767
11768         * gnus-start.el (gnus-activate-group): Send the info to
11769         gnus-request-group.
11770
11771         * nnimap.el (nnimap-request-group): Have the "check" version of the
11772         function parse flags and update the info, so that a `M-g' get a total
11773         resync of all flags from the group.
11774
11775         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11776         to allow backends to alter the info on group selection.  Also alter all
11777         the backend -request-group functions to take the parameter.
11778
11779         * nnimap.el (nnimap-store-info): New function.
11780         (nnimap-update-info): Store the info for later usage.
11781         (nnimap-request-group): Use the stored info for the dont-check case, so
11782         that we don't retrieve all marks when we enter a group.
11783
11784         * nnimap.el: Use deffoo instead of defun for interface functions.
11785
11786         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11787         update the group info.  This makes the nndraft groups, for instance, go
11788         back to their old behavior.
11789
11790         * gnus-sum.el (gnus-select-newsgroup): Indent.
11791
11792         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11793         in.
11794         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11795         nothing.
11796
11797         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11798         from methods that are denied.
11799
11800         * gnus-int.el (gnus-method-denied-p): New function.
11801
11802         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11803         store the password instead of netrc.
11804         (nnimap-open-connection): Don't error out when we can't make a
11805         connections.
11806
11807         * auth-source.el (auth-source-create): In the password prompt, say what
11808         we're querying for.  Also prompt for user name if that hasn't been
11809         given.
11810
11811         * nnimap.el (nnimap-with-process-buffer): Remove.
11812
11813 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11814
11815         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11816         method when we're reading from the agent.
11817
11818         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11819
11820         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11821         that's probably most useful for users.
11822
11823         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11824         "failed" all the time.
11825
11826         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11827         ...)) with (with-current-buffer ... ).
11828
11829         * nntp.el (nntp-open-server): Return whether the open was successful or
11830         not.
11831
11832         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11833         select an unread unseen article first.
11834
11835         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11836         /etc/services, supply some sensible port defaults.
11837
11838         * dgnushack.el: Define netrc-credentials.
11839
11840 2010-09-17  Julien Danjou  <julien@danjou.info>
11841
11842         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11843
11844 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11845
11846         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11847         doesn't have any parameters.
11848
11849 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11850
11851         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11852         only upcased checks.
11853
11854         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11855
11856         * nnimap.el (nnimap-open-shell-stream): New function.
11857         (nnimap-open-connection): Use it.
11858         (nnimap-transform-headers): Get the number of lines in each message.
11859         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11860         number of lines.
11861         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11862         problem.
11863
11864         * utf7.el (utf7-encode): Autoload.
11865
11866         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11867         to allow the mail splitting to not return a default group.  This is
11868         useful for nnimap, which will leave unmatched mail in the inbox.
11869
11870         * nnimap.el: Rewritten.
11871
11872         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11873         nnimap usage.
11874
11875         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11876         if the move is internal, so that nnimap can do fast internal moves.
11877
11878         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11879         data.
11880         (gnus-read-active-for-groups): Support finishing the early retrieval of
11881         data.
11882
11883         * gnus-range.el (gnus-range-nconcat): New function.
11884
11885         * gnus-int.el (gnus-finish-retrieve-group-infos)
11886         (gnus-retrieve-group-data-early): New functions.
11887
11888 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11889
11890         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11891         (nnrss-retrieve-groups):
11892         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11893         (pop3-quit): Use with-current-buffer.
11894
11895 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11898         instead of nnheader-accept-process-output.
11899
11900         * dgnushack.el (dgnushack-compile): Add comment.
11901
11902         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11903
11904         * gnus-html.el (gnus-html-schedule-image-fetching)
11905         (gnus-html-prefetch-images): Replace process-kill-without-query by
11906         gnus-set-process-query-on-exit-flag.
11907
11908 2010-09-16  Romain Francoise  <romain@orebokech.com>
11909
11910         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11911
11912 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11913
11914         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11915         parameter to unintern is mandatory-ish in Emacs 24.
11916
11917         * gnus-html.el (gnus-html-schedule-image-fetching)
11918         (gnus-html-prefetch-images): Check for curl before using it.
11919
11920         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11921         depend on curl, which isn't essential.
11922
11923         * imap.el: Revert back to version
11924         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11925         seem problematic.
11926
11927 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11928
11929         * gnus-registry.el (gnus-registry-install-shortcuts):
11930         Explicitly pass `obarray' to `unintern' to avoid a warning.
11931
11932 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11933
11934         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11935         change.
11936
11937         * nnrss.el (nnrss-request-list): Remove this function and related
11938         functions, including the moreover stuff.
11939
11940 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11941
11942         * nnrss.el (nnrss-retrieve-groups): New function.
11943
11944 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11945
11946         * .dir-locals.el: Add no-byte-compile cookie.
11947
11948 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * time-date.el (format-seconds): Comment fix.
11951
11952         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11953         for back end that doesn't support request-scan.
11954
11955 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11956
11957         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11958         then do request scans from the backends.
11959
11960         * netrc.el (netrc-credentials): New conveniency function.
11961
11962         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11963         avoid running a hook per line, since this takes a lot of time,
11964         profiling shows.
11965         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11966         directly if gnus-visual-p is true.
11967
11968 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11971         groups; replace mapcar with dolist which is a bit faster; pass groups
11972         info to gnus-read-active-file-1.
11973         (gnus-read-active-file-1): Scan only specified groups if the new
11974         optional arg `infos' is given.
11975
11976 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11977
11978         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11979
11980         * pop3.el (pop3-movemail): Remove.
11981         (pop3-streaming-movemail): Rename to pop3-movemail.
11982
11983         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11984         don't restrict end-tag searches to the end of the line.
11985
11986 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11989         articles of every unchecked group to t, which means unknown since the
11990         server has never been opened.
11991
11992 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11993
11994         * gnus-html.el (gnus-html-show-alt-text): New command.
11995         (gnus-html-browse-image): Ditto.
11996         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11997         to browse the image directly.
11998         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11999         better.
12000
12001         * gnus-async.el (gnus-async-article-callback):
12002         Call `gnus-html-prefetch-images' unconditionally.
12003
12004         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12005         before feeding URLs to curl.
12006
12007 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12010         internal images as deletable by `W D D'.
12011
12012         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12013         (gnus-async-article-callback): Fix typo.
12014
12015 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12016
12017         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12018         current line to work around bugs in the output from w3m.
12019
12020         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12021         for groups that want that.
12022
12023         * nntp.el (nntp-wait-for-string): Supply a timeout for
12024         accept-process-output to ensure progress.
12025
12026         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12027         level to get unread articles from, then use that for foreign groups,
12028         too.
12029
12030         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12031         confuses the rest of the function.
12032
12033         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12034         for the methods that support -retrieve-groups, too.
12035
12036         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12037
12038 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12041         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12042
12043         * pop3.el: Require cl when compiling.
12044         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12045
12046 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12047
12048         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12049         that aren't going to be activated.
12050         (gnus-get-unread-articles): Fix up the last commit.
12051
12052         * gnus-html.el (gnus-article-html): Allow calling without specifying
12053         the handle.  In that case, dissect the buffer first.
12054
12055         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12056
12057         * nnimap.el (nnimap-open-connection): Revert the change that would look
12058         into authinfo for imaps instead of imap.
12059
12060         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12061         say that you don't want to call gnus-request-group with don-check, but
12062         do check the reponse.  This is for virtual groups only.
12063         (gnus-get-unread-articles): Count the archive groups as secondary, so
12064         that they're activated the same way as before.
12065
12066         * imap.el (imap-message-map): Removed optional buffer parameter, since
12067         no callers use it.
12068         (imap-message-get): Ditto.
12069         (imap-message-put): Ditto.
12070         (imap-mailbox-map): Ditto.
12071         (imap-mailbox-put): Ditto.
12072         (imap-mailbox-get): Ditto.
12073         (imap-mailbox-get): Revert last change for this function.
12074
12075         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12076         case-insensitively.
12077         (nnimap-debug): Remove.
12078
12079         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12080         callers to use `imap-fetch' instead.  According to the comments, this
12081         should be safe, since all other IMAP clients use the 1:* syntax.
12082         (imap-enable-exchange-bug-workaround): Remove.
12083         (imap-debug): Remove -- doesn't seem very useful.
12084
12085         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12086         mail from a file, and the file doesn't exist.
12087
12088         * imap.el (imap-log): New convenience function used throughout instead
12089         of repeating the same code all over the place.
12090
12091         * pop3.el (pop3-streaming-movemail): Return t for success.
12092
12093         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12094         .authinfo if we're using ssl connection.
12095
12096         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12097         already have if we're in a main Gnus `g' run.
12098
12099         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12100
12101 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12104
12105         * nnmh.el (nnmh-request-list-1): Bind `file'.
12106
12107         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12108         alias to set-process-query-on-exit-flag or process-kill-without-query.
12109         (pop3-open-server): Use it.
12110
12111 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12112
12113         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12114         box to the Incoming file.  Fixes mistake in previous checkin.
12115
12116         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12117         request loop (for debugging purposes) removed.
12118
12119         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12120         culprit is more visible.
12121         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12122         (nnml-add-incremental-nov): New functions to do "incremental" nov
12123         updates, where we just append to the end of the existing nov files
12124         without reading/writing them in full.
12125
12126         * mail-source.el (mail-source-delete-crash-box): Really only check the
12127         incoming files once in a while.
12128
12129         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12130
12131         * mail-source.el (mail-source-delete-crash-box): Only check the
12132         incoming files for deletion once per day to save a lot of file
12133         accesses.
12134
12135         * pop3.el (pop3-logon): Fix up unbound variable typo.
12136
12137         * mail-source.el (pop3-streaming-movemail): Autoload.
12138
12139         * pop3.el (pop3-streaming-movemail):
12140         Respect pop3-leave-mail-on-server.
12141
12142         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12143         retrieval.
12144
12145         * pop3.el (pop3-process-filter): Remove unused function.
12146         (pop3-streaming-movemail, pop3-send-streaming-command)
12147         (pop3-wait-for-messages, pop3-write-to-file)
12148         (pop3-number-of-responses): New functions for streaming pop3
12149         retrieval.
12150
12151         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12152         come from no known methods.
12153         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12154         list.
12155
12156         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12157         message sizes.
12158         (pop3-movemail): Use erase-buffer instead of looping and deleting
12159         regions, which seems rather odd.
12160
12161         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12162         file once per `g' run.
12163
12164         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12165         directories.  This makes the draft queue directory work.
12166
12167         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12168         data from the backends, so that we only request the list of groups from
12169         each method once.  This should speed things up considerably.
12170
12171         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12172         detect that it's not implemented.
12173
12174         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12175         we actually do recurse down into the tree, but don't stat all leaf
12176         nodes.
12177
12178         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12179         then say so instead of bugging out.
12180
12181         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12182         files exist before trying to read them.
12183
12184         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12185         around <pre_int>.
12186
12187         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12188
12189         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12190
12191 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12192
12193         * mm-util.el (mm-image-load-path): Just return the image directories,
12194         not all directories in the path in addition to the image directories.
12195         (mm-image-load-path): Maintain a cache of the image directories so that
12196         the `g' command in Gnus doesn't have to stat dozens of directories each
12197         time.
12198
12199         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12200         (gnus-html-wash-tags): Add a new `i' command to insert images.
12201         (gnus-html-insert-image): New command and keystroke.
12202         (gnus-html-redisplay-with-images): New command and keystroke.
12203         (gnus-html-show-images): Rename command.
12204         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12205         spacers.
12206         (gnus-html-wash-tags): Decode entities at the end, so that entities
12207         inside the tags don't mess up the rest of the "parsing".
12208
12209         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12210         so that nnimap methods aren't agentized by default.  There's apparently
12211         many problems related to agent/imap behavior.
12212
12213         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12214
12215         * gnus-html.el: Doc fix.
12216
12217 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12220         specifier-spec-list for Emacs 21.
12221
12222         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12223         glyph-width and glyph-height instead of display-graphic-p and
12224         image-size; make avoidance of displaying small images work for XEmacs.
12225
12226         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12227         for XEmacs.
12228
12229         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12230         of symbol that holds plist data.
12231         (gnus-process-plist): Remove plist of process after getting it.
12232
12233 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12234
12235         * message.el (message-generate-hashcash): Change default to
12236         'opportunistic if hashcash is installed.
12237
12238         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12239         (gnus-html-put-image): Only call image-size once, since it's somewhat
12240         time-consuming on remote X servers.
12241
12242 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12245         type on data, not a file name.
12246
12247         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12248         window-pixel-edges for Emacs 21.
12249
12250         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12251         decoded contents.
12252         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12253
12254 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12255
12256         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12257         group line format, since it isn't very interesting.
12258
12259         * gnus-agent.el (gnus-agent-short-article),
12260         (gnus-agent-long-article): Increase values for these two variables,
12261         since most people are likely to have more network connection and
12262         storage than before.
12263
12264         * gnus.el (gnus-refer-article-method): Change default to 'current.
12265         When referring an article, the common behavior is to refer it from the
12266         current select method, not the native select method.  The chances of
12267         the native select method having the message in question is rather slim
12268         these days.
12269
12270         * gnus-sum.el (gnus-auto-select-subject): Change default to
12271         `unseen-or-unread'.  I think it's likely that most people want to
12272         select an unseen article over a previously seen, but unread one.
12273
12274         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12275         means that in the article buffer none of the minor mode elements will
12276         be shown, usually, and this is not desirable in most cases.
12277
12278         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12279         that commands like `d' (and the like) go to the next line in the
12280         buffer, instead of the next unread article.  I think this is the
12281         behavior that is most natural for most users.
12282         (gnus-single-article-buffer): Change default to nil, so that people can
12283         have as many article buffers open as they have summary buffer.  I think
12284         this is the most natural way for the groups to behave.
12285
12286         * message.el (message-generate-new-buffers): Change default to
12287         `unsent', so that all new message buffers start their names with the
12288         string "*unsent", and it's easier to find the buffers if you move from
12289         them.
12290
12291 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12292
12293         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12294         small.  They're probably tracking images.
12295         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12296         (gnus-html-rescale-image): Yet another try at getting the image sizing
12297         right.
12298
12299         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12300         nntp-marks-file-name is nil.
12301
12302 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12303
12304         * gnus-html.el (gnus-html-wash-tags)
12305         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12306         Better logging.
12307
12308 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12309
12310         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12311
12312         * gnus-html.el (gnus-html-wash-tags): Check the value of
12313         gnus-blocked-images in the summary buffer.
12314
12315 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12316
12317         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12318
12319 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12320
12321         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12322         like "a", it seems like.
12323         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12324         since it needs to be picked from the correct buffer.
12325
12326         * nnwfm.el: Remove.
12327
12328         * nnlistserv.el: Remove.
12329
12330 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12331
12332         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12333         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12334
12335 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12336
12337         * nnkiboze.el: Remove.
12338
12339         * nndb.el: Remove.
12340
12341         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12342         alt text.
12343         (gnus-html-rescale-image): Try to get the rescaling logic right for
12344         images that are just wide and not tall.
12345
12346         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12347         overshadow variable bindings.
12348
12349 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12350
12351         * gnus-html.el (gnus-html-wash-tags)
12352         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12353         Add extra logging.
12354
12355 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12356
12357         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12358         (gnus-max-image-proportion): New variable.
12359         (gnus-html-rescale-image): New function.
12360         (gnus-html-put-image): Rescale images.
12361
12362 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12363
12364         Fix up some byte-compiler warnings.
12365         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12366         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12367         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12368         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12369         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12370         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12371         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12372
12373 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-html.el (gnus-article-html): Decode contents by charset.
12376
12377 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12380         (gnus-html-frame-width, gnus-blocked-images):
12381         * message.el (message-prune-recipient-rules): Add custom version.
12382         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12383
12384         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12385         functions.
12386
12387         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12388         gnus-process-get.
12389
12390 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12391
12392         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12393         instead of lsub directly.
12394
12395 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12396
12397         * nnwarchive.el: Remove.
12398
12399         * gnus-soup.el: Remove.
12400
12401         * nnsoup.el: Remove.
12402
12403         * nnultimate.el: Remove.
12404
12405         * gnus-html.el (gnus-blocked-images): New variable.
12406
12407         * message.el (message-prune-recipients): New function.
12408         (message-prune-recipient-rules): New variable.
12409
12410         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12411         guess whether a long line is natural text or not.
12412
12413         * gnus-html.el (gnus-html-schedule-image-fetching):
12414         Use gnus-process-plist and friends for compatibility.
12415
12416 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12417
12418         * gnus-html.el: Require packages that define macros used in this file.
12419         (gnus-article-mouse-face): Declare to silence byte-compiler.
12420         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12421         process-get.
12422         (gnus-html-put-image): Use plist-get to avoid getf.
12423         (gnus-html-prefetch-images): Use with-current-buffer.
12424
12425 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-ems.el: Provide compatibility functions for
12428         gnus-set-process-plist.
12429
12430         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12431         header-line-format for XEmacs 21.4.
12432
12433         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12434         * gnus.el (gnus-valid-select-methods):
12435         * message.el (message-send-mail-partially-limit):
12436         * mm-decode.el (mm-text-html-renderer):
12437         * mml.el (mml-insert-mime-headers-always):
12438         * smiley.el (smiley-regexp-alist): Bump custom version.
12439
12440 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12441
12442         * gnus-html.el: Require mm-url.
12443         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12444         with the url to `url'.
12445         (gnus-html-wash-tags): Support cid: URLs/images.
12446
12447 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12448
12449         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12450         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12451         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12452
12453         * gnus-move.el: Remove file, since it doesn't really work.
12454
12455         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12456         UTF-8.  This seems to fix problems with some German web feeds.
12457
12458         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12459         at the top so that the proper colors are applied.
12460
12461         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12462         don't have dots in their names.
12463
12464         * gnus-art.el (gnus-article-view-part): Doc fix.
12465
12466         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12467         XEmacs-compatible.
12468         (gnus-html-put-image): Don't do images on non-graphic displays.
12469
12470         * nnslashdot.el: Remove this unused backend.
12471
12472         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12473         actions.
12474         (gnus-undo-register-1): Revert last change.
12475
12476         * gnus-group.el (gnus-group-completing-read): Protect against not
12477         having completion-styles bound.
12478
12479         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12480         make broken recipients happier.
12481
12482         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12483
12484         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12485         point parameter.
12486
12487         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12488
12489         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12490         completion-styles for group selection.
12491
12492 2009-02-04  Andreas Schwab  <schwab@suse.de>
12493
12494         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12495         headers and regexp-quote the match if necessary.
12496
12497 2009-03-24  Miles Bader  <miles@gnu.org>
12498
12499         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12500         the blinking smiley.
12501
12502 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12503
12504         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12505         blink smiley.
12506
12507 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12508
12509         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12510         where the dribbel file lives exists.
12511
12512         * message.el (message-send-mail-partially-limit): Change the default to
12513         nil, since most people don't want this.
12514
12515         * mm-url.el (mm-url-decode-entities): Also decode entities like
12516         &#x3212.
12517
12518 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12519
12520         * gnus-sum.el (gnus-summary-idna-message):
12521         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12522         Hyperlink urls in docstrings with URL `...'.
12523
12524 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12525
12526         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12527         functions.
12528
12529 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12530
12531         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12532         say what the mouseover text should be.
12533
12534         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12535         version of the mm-w3m-safe-url-regexp variable to only download images
12536         in the groups where we want that to happen.
12537
12538         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12539
12540         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12541         easier debugging.
12542         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12543         big pictures in the article buffer.
12544
12545         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12546         gnus-article-html.
12547         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12548         w3m.
12549
12550         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12551
12552 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12553
12554         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12555         which doesn't exist.
12556
12557         * message.el (message-inhibit-ecomplete): New variable to allow some
12558         function to inhibit ecomplete address storage.
12559         (message-resend): Disable ecomplete message storage when resending
12560         messages.
12561
12562         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12563
12564 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12567         Save excursion while copying, moving, and deleting articles in order to
12568         prevent the cursor from jumping to unforeseen place.
12569
12570 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * lpath.el: No need to bind bookmark-current-buffer,
12573         bookmark-yank-point and bookmark-make-record-function.
12574
12575 2010-08-17  Glenn Morris  <rgm@gnu.org>
12576
12577         * gnus-sync.el: Require gnus components whose functions are used.
12578
12579         * gnus-art.el (bookmark-make-record-function):
12580         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12581         Declare for compiler.
12582
12583         * mm-url.el (mml-compute-boundary): Autoload.
12584
12585 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12588
12589 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12590
12591         Typo fix "hoo4a" -> "hook".
12592
12593         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12594
12595 2010-08-14  Glenn Morris  <rgm@gnu.org>
12596
12597         * gnus-sync.el (gnus-sync): Fix defgroup version.
12598
12599 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12600
12601         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12602
12603         * gnus-sync.el: Fix docs.
12604         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12605         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12606
12607 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12608
12609         Optimizations for gnus-sync.el.
12610
12611         * gnus-sync.el: Add docs about gnus-sync-backend
12612         possibilities.
12613         (gnus-sync-save): Remove unnecessary message.
12614         (gnus-sync-read): Optimize and show what groups were skipped.
12615
12616 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12617
12618         Minor bug fixes for gnus-sync.el.
12619
12620         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12621         Don't read the sync on get-new-news.
12622
12623         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12624         quiet.
12625
12626         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12627         (fix typo).
12628
12629 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12630
12631         Make saving and restoring of hidden threads work with overlays.
12632         Patch applied by Ted Zlatanov.
12633
12634         * gnus-sum.el (gnus-hidden-threads-configuration)
12635         (gnus-restore-hidden-threads-configuration): Update to deal with text
12636         properties, rather than searching for a magic character.
12637
12638 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12639
12640         New gnus-sync.el library for synchronization of marks.
12641
12642         * gnus-sync.el: New library for synchronization of marks.
12643
12644         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12645         renamed from `gnus-registry-grep-in-list'.
12646
12647         * gnus-registry.el (gnus-registry-follow-group-p):
12648         Use `gnus-grep-in-list'.
12649
12650         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12651
12652 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12655         determining charset of text fails.
12656
12657 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * nnmail.el (nnmail-get-new-mail-1): Revert.
12660
12661         * nnml.el (nnml-active-number): Make sure names of newly created groups
12662         in nnml-group-alist are encoded.
12663
12664 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12667         containing non-ASCII characters in active file for nnml back end.
12668
12669 2010-07-24  David Engster  <dengste@eml.cc>
12670
12671         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12672         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12673
12674 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12675
12676         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12677         tag (Bug#6654).
12678
12679 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12682         the article buffer, not the summary buffer.
12683
12684 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12687         Emacs 23 as well.
12688
12689 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12692         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12693
12694 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12695
12696         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12697         Patch applied by Karl Fogel.
12698
12699         * gnus-sum.el (gnus-summary-bookmark-make-record):
12700         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12701
12702 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12703
12704         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12705         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12706         C-w still not working correctly from Article buffers; Thierry's
12707         patch to fix that will be applied after this.
12708
12709         * gnus-art.el (bookmark-make-record-function): New local variable.
12710
12711         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12712         article buffer.
12713         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12714
12715 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12716
12717         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12718         on changes in bookmark.el.
12719
12720 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12723         `no-log' instead of message not to log prompt string.
12724
12725 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12726
12727         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12728         the *other* type of HTML form submission.
12729
12730 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12731
12732         * auth-source.el (auth-source-pick): If choice does not contain a
12733         questioned keyword, set the check to t.
12734
12735 2010-06-12  Romain Francoise  <romain@orebokech.com>
12736
12737         * gnus-util.el (gnus-date-get-time): Move up before first use.
12738
12739 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12742         (gnus-article-edit-part): Bind it to make last part that is substituted
12743         or deleted visible.
12744         (gnus-mime-display-single): Buttonize part of which id equals to
12745         gnus-mime-buttonized-part-id.
12746
12747 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12748
12749         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12750         (gnus-dd-mmm): Use gnus-date-get-time.
12751         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12752         simplify logic.
12753         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12754         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12755
12756 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12757
12758         * auth-source.el (top): Autoload `secrets-list-collections',
12759         `secrets-create-item', `secrets-delete-item'.
12760         (auth-sources): Fix tag string.
12761         (auth-get-source, auth-source-retrieve, auth-source-create)
12762         (auth-source-delete): New defuns.
12763         (auth-source-pick): Rewrite in order to avoid 2 passes.
12764         (auth-source-forget-user-or-password): New parameter USERNAME.
12765         (auth-source-user-or-password): New parameters CREATE-MISSING and
12766         DELETE-EXISTING.  Retrieve password interactively, if needed.
12767
12768 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12769
12770         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12771         deleting unused directories when gnus-expert-user is t.
12772
12773 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12776         for each temp file when gnus-article-browse-delete-temp is ask.
12777
12778 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12779
12780         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12781         Replace Lisp calls to delete-backward-char by calls to delete-char.
12782
12783 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12784
12785         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12786
12787 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12788
12789         * password-cache.el (password-cache-remove): Fix docstring.
12790
12791 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12794         article unless decoding article to be saved.
12795
12796 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12799         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12800         generated within the mm-with-unibyte-current-buffer macro.
12801
12802 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12805         to nil when we're in a mml-preview buffer and no group is selected.
12806
12807 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12808
12809         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12810         when catching the `C-g'.  Reported by "Leo".
12811
12812 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * message.el (message-forward-make-body-plain)
12815         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12816         multibyte-string-p.
12817
12818         * lpath.el: Revert.
12819
12820 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * message.el (message-forward-make-body-mml): Assume original message
12823         is multibyte string; error on unibyte.
12824         (message-forward-make-body-plain): Ditto; don't add excessive newline
12825         in body end.
12826
12827         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12828
12829 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12830
12831         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12832         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12833
12834 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * mm-extern.el (mm-extern-url): Don't use
12837         mm-with-unibyte-current-buffer.
12838         (mm-extern-cache-contents): Use with-current-buffer instead of
12839         save-excursion + set-buffer.
12840
12841 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * mm-util.el (mm-emacs-mule): Remove.
12844
12845 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12846
12847         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12848         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12849         change.
12850
12851 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12854         bind the default value of enable-multibyte-characters to nil.
12855
12856 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * message.el (message-forward-make-body-plain)
12859         (message-forward-make-body-mml):
12860         Don't use mm-with-unibyte-current-buffer.
12861
12862 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12863
12864         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12865
12866 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12867
12868         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12869         (Bug#5592).
12870
12871 2010-05-07  Julien Danjou  <julien@danjou.info>
12872
12873         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12874         it to mm-pipe-part.
12875
12876         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12877         it is given.
12878
12879 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * binhex.el (binhex-decode-region-internal):
12882         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12883         (dns-query):
12884         * nnweb.el (nnweb-gmane-search):
12885         * pgg-parse.el (pgg-parse-armor):
12886         * pgg.el (pgg-verify-region):
12887         * sha1.el (sha1-string-external):
12888         * uudecode.el (uudecode-decode-region-internal):
12889         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12890         XEmacs.
12891
12892         * gnus-art.el (gnus-article-browse-html-parts):
12893         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12894         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12895         make-temp-file.
12896
12897         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12898         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12899         compiling.
12900
12901         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12902         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12903         XEmacs when compiling.
12904
12905         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12906         gnus-pick-mode-off-hook for XEmacs when compiling.
12907         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12908         gnus-binary-mode-off-hook for XEmacs when compiling.
12909
12910         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12911         Return nil if char-charset is not available.
12912
12913         * imap.el (imap-disable-multibyte)
12914         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12915         macros.
12916
12917         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12918         instead of encode-coding-string.
12919
12920         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12921         'xemacs) instead of mm-emacs-mule to switch function definitions.
12922         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12923
12924         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12925         bind temporary-file-directory for XEmacs;
12926         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12927         timer-set-function for XEmacs 21.4 and SXEmacs;
12928         bind timer-list for XEmacs 21.4 and SXEmacs;
12929         fbind char-charset and find-charset-region for non-Mule XEmacs;
12930         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12931         encode-coding-region and encode-coding-string for XEmacs having no
12932         file-coding feature.
12933
12934 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12935
12936         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12937
12938 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12941         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12942
12943 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12944
12945         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12946         alias `jka-compr-delete-temp-file' no longer exists.
12947
12948 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12949
12950         Use define-minor-mode in Gnus where applicable.
12951         * mml.el (mml-mode): Use define-minor-mode.
12952         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12953         (gnus-undo-mode): Use define-minor-mode.
12954         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12955         (gnus-dead-summary-mode): Use define-minor-mode.
12956         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12957         Initialize in declaration.
12958         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12959         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12960         (gnus-mailing-list-mode): Use define-minor-mode.
12961         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12962         (gnus-draft-mode): Use define-minor-mode.
12963         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12964         (gnus-dired-mode): Use define-minor-mode.
12965
12966 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12967
12968         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12969         handles on recursive mml-to-mime translation and check them for
12970         boundary delimiter collisions.  Reported by Greg Troxel.
12971
12972 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12975
12976 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12977
12978         * mm-util.el (mm-find-buffer-file-coding-system):
12979         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12980
12981 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12982
12983         * message.el (message-generate-headers): Record insertion of optional
12984         headers as well.  Otherwise the check to prevent repeated insertion of
12985         optional headers is a no-op.
12986
12987 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12988
12989         * smime.el: Don't mention CVS.
12990
12991         * nnrss.el (nnrss-fetch): Don't mention CVS.
12992
12993         * nnir.el: Don't mention CVS.
12994
12995 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12996
12997         * gnus-sum.el (gnus-summary-bookmark-make-record):
12998         Add `location' field.
12999
13000 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * lpath.el: Fbind bookmark-default-handler,
13003         bookmark-get-bookmark-record, bookmark-make-record-default,
13004         bookmark-prop-get for Emacs <23 and XEmacs.
13005
13006 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13007
13008         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13009         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13010         Use with-current-buffer to silence the byte-compiler.
13011         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13012         bother to require `gnus'.
13013         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13014
13015 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13016
13017         * gnus-sum.el (gnus-summary-bookmark-make-record)
13018         (gnus-summary-bookmark-jump): New functions.
13019         (gnus-summary-mode): Setup bookmark support.
13020
13021 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13022
13023         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13024         if set.
13025
13026 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13029         gnus-article-browse-html-save-cid-image; make it work recursively for
13030         forwarded messages as well.
13031         (gnus-article-browse-html-parts): Work when prefix arg is given.
13032         (gnus-article-browse-html-article): Doc fix.
13033
13034 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13035
13036         * message.el (message-default-mail-headers)
13037         (message-default-headers): Carry the value mail-default-headers over
13038         into message-default-mail-headers, rather than message-default-headers.
13039
13040 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13041
13042         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13043         charset.
13044
13045         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13046         charset into the <meta> tag when the article is encoded to utf-8.
13047
13048 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * gnus-art.el (gnus-article-browse-delete-temp-files):
13051         Delete directories as well.
13052         (gnus-article-browse-html-parts): Work for images that do not specify
13053         file names; delete temp directory when quitting; insert header at the
13054         right place; use file: scheme for image files.
13055
13056 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13057
13058         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13059         (gnus-article-browse-html-parts): Use it to make temporary cid image
13060         files in addition to html file so that browser may display them.
13061
13062 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13065
13066 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13067
13068         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13069
13070 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13071
13072         * auth-source.el (auth-sources): Change default to be simpler.
13073         Explain about Secret Service API sources.  Improve Customize options.
13074         (auth-source-pick): Change to accept any number of search parameters.
13075         Implement fallbacks iteratively, not recursively.  Add scoring on the
13076         second pass and sort by score.  Call Secret Service API when needed.
13077         (auth-source-user-or-password): Use it.  Call Secret Service API
13078         directly when needed to get the user name and the password.
13079
13080 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13081
13082         * message.el (message-interactive): Doc fix.
13083         (message-qmail-inject-args): Reflow.
13084         (message-kill-to-signature): Fix typo in docstring.
13085
13086         * smiley.el (smiley-buffer): Fix typo in docstring.
13087
13088 2010-03-24  Glenn Morris  <rgm@gnu.org>
13089
13090         * mail-source.el (gnus-message): Declare.
13091         (mail-source-delete-old-incoming): Require gnus-util.
13092
13093 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13096
13097         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13098
13099         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13100         password-cache's default if it is not bound.
13101         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13102         password-cache-expiry's default if it is not bound.
13103
13104         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13105         available in Emacs 21.
13106
13107         * lpath.el: Suppress compiler warnings for:
13108         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13109         XEmacs;
13110         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13111         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13112         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13113
13114 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13115
13116         * auth-source.el (auth-sources): Fix up definition so extra parameters
13117         are always inline.
13118
13119 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13120
13121         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13122         wasn't updated after mismatch.  Clear cached mailbox info correctly
13123         when uidvalidity changes.
13124         (nnimap-group-prefixed-name): New function to avoid some code
13125         duplication.
13126         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13127         (nnimap-request-group): Use it.
13128         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13129         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13130         with many imap folders.  This is done by caching the group status from
13131         the imap server persistently in a group parameter `imap-status'.  (This
13132         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13133         but not persistently, so every Gnus startup was still very slow.)
13134
13135 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13136
13137         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13138         delete the extra newline.  Otherwise editing of :string and :number
13139         types don't work.
13140
13141 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13142
13143         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13144         secrets.el dependency.
13145         (auth-sources): Add optional user name.  Add secrets.el configuration
13146         choice (unused right now).
13147
13148 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13149
13150         * gnus-sum.el (gnus-summary-make-menu-bar):
13151         Let `gnus-registry-install-shortcuts' fill in the functions.
13152
13153         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13154         warnings.
13155         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13156         (gnus-registry-install-shortcuts): Populate and use it in a
13157         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13158
13159 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13160
13161         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13162         In-place substitutions for the group name encoding/decoding.
13163         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13164         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13165         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13166         (nnimap-update-unseen, nnimap-request-list)
13167         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13168         (nnimap-request-set-mark, nnimap-split-to-groups)
13169         (nnimap-split-articles, nnimap-request-newgroups)
13170         (nnimap-request-create-group, nnimap-request-accept-article)
13171         (nnimap-request-delete-group, nnimap-request-rename-group)
13172         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13173         `encoded-mbx' for consistency.
13174         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13175         variable `imap-current-mailbox'.
13176
13177         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13178         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13179
13180 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13181
13182         * pop3.el (pop3-display-message-size-flag): Display message size byte
13183         counts during POP3 download.
13184         (pop3-movemail): Use it.
13185         (pop3-list): Implement listing of available messages.
13186
13187 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13188
13189         * nnir.el (nnir-get-article-nov-override-function): New function to
13190         override the normal NOV retrieval.
13191         (nnir-retrieve-headers): Use it.
13192
13193 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13194
13195         * auth-source.el (netrc-machine-user-or-password): Autoload.
13196
13197 2010-03-19  Glenn Morris  <rgm@gnu.org>
13198
13199         Stop message.el from loading about 40 libraries it doesn't always need.
13200         The general approach is to autoload rather than require, and to
13201         require in the specific functions rather than the file.  (Bug#5642)
13202
13203         * gmm-utils.el: Don't require wid-edit.
13204         (widget-create-child-value, widget-convert, widget-default-get):
13205         Autoload.
13206
13207         * gnus-util.el: Don't require time-date, netrc.
13208         (message-fetch-field, gnus-group-name-decode): Declare rather than
13209         autoloading.
13210         (gnus-fetch-field): Require message.
13211         (gnus-decode-newsgroups): Require gnus-group.
13212
13213         * ietf-drums.el: Don't require time-date.
13214
13215         * message.el: Don't require hashcash, canlock, ecomplete.
13216         Do require mail-utils.  Require nnheader only when compiling.
13217         (smtpmail-default-smtp-server): Remove declaration.
13218         (message-send-mail-function): Check smtpmail-default-smtp-server
13219         is bound rather than requiring smtpmail.
13220         (message-auto-save-directory, message-insert-signature):
13221         Use expand-file-name rather than nnheader-concat.
13222         (nnheader-insert-file-contents): Autoload.
13223         (hashcash-wait-async): Declare.
13224         (message-send-mail): Only call gnus-setup-posting-charset if
13225         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13226         (message-send-mail-with-sendmail): Require sendmail.
13227         (canlock-password, canlock-password-for-verify): Declare.
13228         (message-canlock-password): Require canlock.
13229         (nnheader-get-report): Autoload.
13230         (gnus-setup-posting-charset): Declare.
13231         (message-send-news): Require gnus-msg.
13232         (message-make-references, message-make-in-reply-to): Use mail-header-id
13233         rather than the alias mail-header-message-id.
13234         (ecomplete-add-item, ecomplete-save): Declare.
13235         (message-put-addresses-in-ecomplete): Require ecomplete.
13236         (ecomplete-display-matches): Autoload.
13237
13238         * mm-decode.el: Don't require mailcap, gnus-util.
13239         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13240         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13241         Autoload.
13242         (mailcap-mime-extensions): Declare.
13243
13244         * mm-encode.el: Don't require mailcap.
13245         (mailcap-extension-to-mime): Autoload.
13246
13247         * mml-sec.el: Don't require password-cache.
13248
13249         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13250         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13251         (mml-minibuffer-read-type): Require mailcap.
13252         (mml-preview): Require gnus-msg.
13253
13254         * mml1991.el: Require password-cache.
13255         (password-cache-expiry): Remove declaration.
13256
13257         * mml2015.el: Require password-cache.
13258         (password-cache-expiry): Remove declaration.
13259
13260         * nneething.el (mailcap): Require mailcap.
13261
13262         * nnheader.el (declare-function): Add compatibility stub.
13263         (message-remove-header): Declare rather than autoload.
13264         (nnheader-replace-header): Require message.
13265
13266         * nnimap.el (declare-function): Add compatibility stub.
13267         (netrc-parse, netrc-machine-user-or-password): Declare.
13268         (nnimap-open-connection): Require netrc.
13269
13270         * nntp.el (declare-function): Add compatibility stub.
13271         (netrc-parse, netrc-machine, netrc-get): Declare.
13272         (nntp-send-authinfo): Require netrc.
13273
13274         * rfc2047.el: Don't require qp.
13275         (quoted-printable-encode-region, quoted-printable-decode-string):
13276         Autoload.
13277
13278         * sieve-mode.el: Don't require easymenu.
13279         (easy-menu-add-item): Autoload it.
13280
13281         * spam-stat.el (time-to-number-of-days): Autoload it.
13282
13283 2010-03-19  Glenn Morris  <rgm@gnu.org>
13284
13285         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13286
13287 2010-03-18  Glenn Morris  <rgm@gnu.org>
13288
13289         * hashcash.el (declare-function): Remove duplicate definition.
13290
13291 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13292
13293         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13294         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13295         value if any backslash escapes).
13296
13297 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13300         if it is available.  (bug#5647)
13301
13302         * lpath.el: Suppress compiler warning for coding-system-from-name for
13303         Emacs 21 and XEmacs.
13304
13305 2010-03-14  Juri Linkov  <juri@jurta.org>
13306
13307         * hmac-def.el:
13308         * hmac-md5.el:
13309         * netrc.el: Fix keywords.
13310
13311 2010-02-26  Glenn Morris  <rgm@gnu.org>
13312
13313         * message.el (message-send-mail-function): Change the default, so that
13314         it inherits from a customized send-mail-function.  (Bug#5643)
13315
13316 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13317
13318         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13319         shell-command-to-string signals an error (bug#5299).
13320
13321 2010-02-24  Glenn Morris  <rgm@gnu.org>
13322
13323         * message.el (message-smtpmail-send-it)
13324         (message-send-mail-with-mailclient): Doc fixes.
13325
13326 2010-02-16  Glenn Morris  <rgm@gnu.org>
13327
13328         * message.el (message-default-mail-headers): Change the default value
13329         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13330
13331 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13334         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13335
13336 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13337
13338         * time-date.el (date-to-time): Doc fix (Bug#5408).
13339
13340 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13341
13342         * message.el (message-mail): Just pass yank-action on to message-setup.
13343         (message-setup): Handle (FUN . ARGS) form of yank-action.
13344         (message-with-reply-buffer, message-widen-reply)
13345         (message-yank-original): Handle non-buffer values of
13346         message-reply-buffer (Bug#4080).
13347         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13348
13349 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13350
13351         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13352         Fix typo in docstring.
13353
13354 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13355
13356         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13357         response.
13358
13359 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13362
13363         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13364
13365         * message.el (message-check-news-header-syntax): Protect against a
13366         string that `rfc822-addresses' returns when parsing fails.
13367
13368 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13371         (gnus-previous-char-property-change): New functions.
13372
13373         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13374
13375 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13376
13377         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13378         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13379
13380 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13381
13382         * message.el (message-exchange-point-and-mark): Rework last change to
13383         avoid using optional arg of exchange-point-and-mark, for backward
13384         compatibility.
13385
13386 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13387
13388         * message.el (message-exchange-point-and-mark):
13389         Call exchange-point-and-mark with an argument rather than setting
13390         mark-active by hand (Bug#5175).
13391
13392 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * nntp.el (nntp-service-to-port): Work for service expressed with
13395         numeric string; replace [:digit:] with [0-9] for XEmacs.
13396
13397 2009-12-17  Glenn Morris  <rgm@gnu.org>
13398
13399         * gnus-group.el (gnus-bug-group-download-format-alist):
13400         Change emacs entry to debbugs.gnu.org.  Bump :version.
13401
13402 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13405
13406 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * message.el (message-info): Explain why we use `Info-goto-node'.
13409
13410 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13413
13414 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13415
13416         * message.el (message-completion-in-region): New compatibility function.
13417         (message-expand-group): Use it.
13418
13419 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13422         with no unread article should be listed if the 2nd arg `predicate' is
13423         given.
13424
13425 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13428
13429 2009-11-29  Juri Linkov  <juri@jurta.org>
13430
13431         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13432         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13433         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13434
13435 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13436
13437         * sha1.el (sha1-string-external): default-directory "/" in case
13438         otherwise non-existent.  process-connection-type pipe for touch of
13439         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13440
13441 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13442
13443         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13444         it's comms related and sgml-mode.el has "comm" on that basis too.
13445
13446 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13449         containing tspecial characters if they have been already quoted.
13450
13451 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13452
13453         * dns-mode.el (auto-mode-alist): Purecopy string.
13454
13455 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13456
13457         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13458
13459 2009-10-24  Glenn Morris  <rgm@gnu.org>
13460
13461         * gnus-art.el (help-xref-stack-item): Define for compiler.
13462
13463 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13464
13465         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13466
13467 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13470
13471 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13474         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13475
13476 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13479         (gnus-overlays-in): New alias to overlays-in.
13480
13481         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13482         gnus-overlay-get, and gnus-delete-overlay.
13483         (gnus-summary-show-thread): Make it work as well for systems in which
13484         next-single-char-property-change is not available.
13485         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13486
13487         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13488         (gnus-overlay-get): New alias to extent-property.
13489         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13490
13491         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13492         SXEmacs.
13493
13494         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13495         SXEmacs.
13496
13497 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13500
13501 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13502
13503         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13504         and XEmacs that don't have `remove-overlays'.
13505
13506 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13507
13508         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13509         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13510         selective display.  Use overlays instead.
13511
13512 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13513
13514         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13515
13516 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13517
13518         * spam-stat.el (spam-stat-load): Fix typo in message.
13519
13520 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13521
13522         * dig.el (dig-invoke): Fix typo in docstring.
13523         (query-dig): Reflow docstring.
13524
13525 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13526
13527         * gnus-art.el (gnus-article-encrypt-body):
13528         * message.el (message-check-recipients):
13529         * mm-util.el (mm-codepage-setup):
13530         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13531         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13532
13533 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13534
13535         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13536         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13537         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13538         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13539         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13540
13541 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13542
13543         * dig.el: Add "Keywords: comm", as per net-utils.el.
13544
13545 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13546
13547         * dig.el (dig-mode): Use define-derived-mode.
13548
13549 2009-09-19  Glenn Morris  <rgm@gnu.org>
13550
13551         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13552
13553 2009-09-18  Glenn Morris  <rgm@gnu.org>
13554
13555         * gnus-diary.el (gnus-diary-check-message):
13556         * message.el (message-insert-formatted-citation-line):
13557         * nnbabyl.el (top-level):
13558         * nndiary.el (nndiary-schedule):
13559         Fix typos in condition-case handlers.
13560
13561 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13564         configuration that provides the sole article window in a frame;
13565         position point correctly after deleting a part.
13566
13567 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13568
13569         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13570         (spam-resolve-registrations-routine): Use it to unregister articles
13571         that change status.
13572
13573 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13576         with XEmacs.
13577         (parse-time-string-chars): Use it.
13578
13579 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13580
13581         * imap.el (imap-interactive-login): Better messages.
13582         (imap-open): Fix bug with renamed buffer on reconnect.
13583         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13584         for easier debugging and cleaner code.  On successful (guessed based on
13585         server capabilities) secondary authentication, set imap-state
13586         correctly.
13587         (imap-last-authenticator): Define imap-last-authenticator as a variable
13588         to avoid warnings.
13589
13590 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * nnrss.el (nnrss-request-article): Remove binding of
13593         default-enable-multibyte-characters that has gotten needless by
13594         the 2007-07-13 change in rfc2047-encode-message-header.
13595
13596         * mml.el (mml-insert-multipart): Error on the message header.
13597         (mml-insert-part): Error on the message header; position point at
13598         the end of a MIME tag.
13599
13600 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * time-date.el (autoload): Expand define-obsolete-function-alias into
13603         defalias and make-obsolete for old Emacsen that Gnus supports.
13604         (with-no-warnings): Define it for old Emacsen.
13605         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13606         is available.
13607         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13608         float-time is available; suppress compile warning for time-to-seconds.
13609
13610         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13611         (gnus-float-time): Alias to float-time if it exists.
13612
13613         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13614         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13615         float-time is available; suppress compile warning for time-to-seconds.
13616
13617         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13618         XEmacs.
13619
13620 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13621
13622         * imap.el (imap-message-map): Docstring fix.
13623
13624 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13627         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13628         Add the optional argument `encoding' that overrides the default.
13629
13630         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13631         mm-encode-buffer.
13632
13633 2009-09-04  Glenn Morris  <rgm@gnu.org>
13634
13635         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13636         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13637         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13638         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13639         * mm-util.el (mm-with-unibyte-current-buffer)
13640         (mm-find-buffer-file-coding-system):
13641         * yenc.el (yenc-decode-region): Use default-value rather than
13642         default-enable-multibyte-characters.
13643
13644 2009-09-03  Glenn Morris  <rgm@gnu.org>
13645
13646         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13647         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13648         than default-enable-multibyte-characters.
13649
13650 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13651
13652         * gnus-art.el (gnus-article-read-summary-keys):
13653         Fix gnus-buffer-configuration's value temporarily used.
13654
13655 2009-09-02  Glenn Morris  <rgm@gnu.org>
13656
13657         * gnus-util.el (gnus-float-time): New function.
13658         * gnus-delay.el (gnus-delay-article):
13659         * gnus-sum.el (gnus-thread-latest-date):
13660         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13661         * nnspool.el (nnspool-request-newgroups):
13662         Use gnus-float-time rather than time-to-seconds.
13663         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13664
13665         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13666         (gnus-header-subject-face, gnus-header-newsgroups-face)
13667         (gnus-header-name-face, gnus-header-content-face):
13668         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13669         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13670         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13671         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13672         (gnus-cite-face-11):
13673         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13674         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13675         (gnus-server-closed-face, gnus-server-denied-face)
13676         (gnus-server-offline-face):
13677         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13678         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13679         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13680         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13681         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13682         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13683         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13684         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13685         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13686         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13687         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13688         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13689         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13690         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13691         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13692         (gnus-summary-high-undownloaded-face)
13693         (gnus-summary-low-undownloaded-face)
13694         (gnus-summary-normal-undownloaded-face)
13695         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13696         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13697         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13698         (gnus-splash-face):
13699         * message.el (message-header-to-face, message-header-cc-face)
13700         (message-header-subject-face, message-header-newsgroups-face)
13701         (message-header-other-face, message-header-name-face)
13702         (message-header-xheader-face, message-separator-face)
13703         (message-cited-text-face, message-mml-face):
13704         * sieve-mode.el (sieve-control-commands-face)
13705         (sieve-action-commands-face, sieve-test-commands-face)
13706         (sieve-tagged-arguments-face):
13707         * spam.el (spam-face):
13708         Mark face aliases with "-face" in the name as obsolete.
13709
13710 2009-09-01  Glenn Morris  <rgm@gnu.org>
13711
13712         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13713         than goto-line.
13714
13715 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13718         Don't move point if the command is invoked inside the message header.
13719
13720 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13721
13722         * imap.el (imap-send-command): Simplify.
13723         (imap-wait-for-tag): point-max -> buffer-size.
13724
13725 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13726
13727         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13728         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13729         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13730         * nnir.el (nnir-swish-e-index-file):
13731         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13732         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13733         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13734         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13735         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13736         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13737
13738 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13741         Don't save excursion.
13742
13743 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13744
13745         * nnheader.el (nnheader-find-file-noselect):
13746         * mm-util.el (mm-insert-file-contents):
13747         Use (default-value 'major-mode) instead of default-major-mode.
13748
13749 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13750
13751         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13752
13753 2009-08-26  Glenn Morris  <rgm@gnu.org>
13754
13755         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13756         than placing in files.el.
13757
13758 2009-08-25  Glenn Morris  <rgm@gnu.org>
13759
13760         * nnir.el (top-level): Don't require cl at run-time.
13761         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13762         Replace cl-function substitute with gnus-replace-in-string.
13763         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13764         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13765         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13766         simplified expansions.
13767
13768 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13769
13770         * dig.el (dig): Add autoload cookie.
13771
13772 2009-08-22  Glenn Morris  <rgm@gnu.org>
13773
13774         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13775         goto-line.
13776
13777 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13778
13779         * parse-time.el (parse-time-string-chars): Save match data.
13780
13781 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13782
13783         * parse-time.el (parse-time-string-chars): Compute using character
13784         classes, to handle non-ascii characters (Bug#3190).
13785
13786 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13789
13790         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13791         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13792         (gnus-mm-display-part, gnus-mime-display-single)
13793         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13794         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13795
13796         * gnus-sum.el
13797         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13798         (gnus-summary-move-article): Add expirable mark to articles copied or
13799         moved to group that has auto-expire turned on if the option is non-nil.
13800
13801 2009-07-24  Glenn Morris  <rgm@gnu.org>
13802
13803         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13804         Fix typo.  (Bug#3903)
13805
13806 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13809         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13810         that should not be used for draft articles.
13811         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13812         that has no concern in minor mode keys.
13813         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13814         Abolish.
13815
13816 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13819         article without making inquiry to a user for unknown encoding.
13820
13821         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13822         (nnmaildir--scan): Assume i-node and device number that file-attributes
13823         returns might be cons-cell.
13824
13825         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13826
13827         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13828
13829 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13830
13831         * auth-source.el: Remove docs now in auth.texi.  Don't use
13832         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13833         `auth-source-hide-passwords' and use them.
13834
13835 2009-07-15  Glenn Morris  <rgm@gnu.org>
13836
13837         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13838
13839 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13842         excessive whitespace from the default values of title and description.
13843
13844 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13847         mail-fetch-field to fetch Content-Description header in order to
13848         exclude newlines.
13849
13850 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13851
13852         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13853         format used by GnuPG 2.0.11.
13854
13855 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13858         to deleted part.
13859
13860 2009-05-30  David Engster  <dengste@eml.cc>
13861
13862         * nnmairix.el: Remove old documentation in the commentary block.
13863         (nnmairix-request-group): Do not update active file for nnml back ends.
13864         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13865         end so that overview files are ignored.
13866         (nnmairix-update-groups): Make updating the groups more robust by using
13867         marks.
13868         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13869         with dollar characters in message-id.
13870
13871 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13874         2008-12-25 in dns.el.
13875
13876 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13877
13878         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13879         could happen if the text is only composed of spaces and/or tabs.
13880
13881 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13882
13883         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13884         when sending a queued message to avoid extra mml tags.
13885
13886 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13889
13890 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13893         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13894         rmail-toggle-header for XEmacs;
13895         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13896
13897 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * gnus-dired.el: Remove autoload for gnus-setup-message.
13900         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13901         displaying Gnus logo; always use compose-mail.
13902
13903 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13906
13907 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13910         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13911         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13912         available.
13913         (gnus-nocem-epg-verify): New function.
13914
13915 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13918
13919 2009-02-15  Glenn Morris  <rgm@gnu.org>
13920
13921         * gnus-util.el (rmail-insert-rmail-file-header)
13922         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13923         autoloads.
13924         (rmail-default-rmail-file): Remove unnecessary declaration.
13925         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13926
13927 2009-02-14  Glenn Morris  <rgm@gnu.org>
13928
13929         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13930         variable (only used in gnus-util, which declares it anyway).
13931         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13932         which was only needed by gnus-art (changed to not use it any more).
13933         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13934         only used in gnus-util, which autoloads it itself.
13935         (rmail-update-summary): Fix autoload.
13936
13937         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13938         rather than rmail-output-to-rmail-file.
13939
13940 2009-02-07  Glenn Morris  <rgm@gnu.org>
13941
13942         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13943         autoload of function that no longer exists.
13944         (rmail-toggle-header): Declare.
13945         (message-forward-rmail-make-body): Handle mbox Rmail.
13946
13947 2009-01-31  Glenn Morris  <rgm@gnu.org>
13948
13949         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13950         2009-01-09 change.
13951
13952 2009-01-31  Dave Love  <fx@gnu.org>
13953
13954         * imap.el (imap-fetch-safe): Bind debug-on-error.
13955         (imap-debug): Add imap-fetch-safe.
13956
13957 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13958
13959         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13960         (auth-source-forget-all-cached): New convenience function.
13961         (auth-source-user-or-password): Accept list of modes or a single mode.
13962
13963         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13964         auth-source modes.
13965
13966         * netrc.el (netrc-machine-user-or-password): Use list of
13967         auth-source modes.
13968
13969         * nnimap.el (nnimap-open-connection): Use list of
13970         auth-source modes.
13971
13972         * nntp.el (nntp-send-authinfo): Use list of
13973         auth-source modes.
13974
13975 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13976
13977         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13978         now.
13979
13980 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13983         coding system in XEmacs; add a workaround for XEmacs.
13984
13985         * lpath.el: Fbind coding-system-aliasee.
13986
13987 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13990         of current-language-environment.
13991
13992 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13995         available at runtime.
13996
13997 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14000
14001 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14002
14003         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14004         the greatest positive fixnum value doesn't work under an XEmacs with
14005         bignum support; use the most-positive-fixnum constant instead,
14006         available since Emacs 21.1 with cl and XEmacs 21.1.
14007
14008 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14011         XEmacs gets not to work.
14012
14013 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * mm-util.el (mm-coding-system-priorities): Allow the value like
14016         "Japanese (UTF-8)" of current-language-environment.
14017
14018 2009-01-09  Glenn Morris  <rgm@gnu.org>
14019
14020         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14021         with last-command-event.
14022
14023 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14026         in the doc string.
14027
14028         * message.el (message-fix-before-sending): Amend comment.
14029
14030 2009-01-08  Dave Love  <fx@gnu.org>
14031
14032         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14033
14034 2009-01-07  David Engster  <dengste@eml.cc>
14035
14036         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14037         simplified server definitions by converting it via
14038         gnus-server-to-method.
14039
14040 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14043         parameter's operands.
14044
14045 2009-01-06  David Engster  <dengste@eml.cc>
14046
14047         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14048         primary select method (for gnus-group-mark-article-as-read).
14049
14050 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14051
14052         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14053         `(gnus)Face', not `(gnus)X-Face'.
14054
14055 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * mm-util.el (mm-ucs-to-char): New function.
14058
14059         * mm-url.el (mm-url-decode-entities): Use it.
14060
14061         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14062         unicode-to-char.
14063
14064 2009-01-05  Dave Love  <fx@gnu.org>
14065
14066         * time-date.el: Require cl for `declare'.
14067
14068 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14069
14070         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14071         Dave Love.
14072
14073 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         * message.el (message-fix-before-sending): Add `eight-bit' to
14076         illegible-text check.
14077
14078 2009-01-03  Michael Olson  <mwolson@gnu.org>
14079
14080         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14081         `headers' is nil.  This can occur if the IMAP server does not have
14082         permissions to read messages from a folder, but can write new messages
14083         to the folder.
14084         (nnimap-request-article-part): Do not insert `data' if it is nil.
14085
14086         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14087         characters which will confuse `read', so skip past them.
14088
14089 2009-01-01  Dave Love  <fx@gnu.org>
14090
14091         * imap.el (imap-string-to-integer): Fix typo.
14092         (imap-fetch-safe): New function.
14093         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14094
14095         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14096
14097         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14098         (imap-parse-greeting): Fix doc strings.
14099         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14100         (imap-parse-flag-list): Make messages unique.
14101         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14102
14103         * nnimap.el: Fix author email.
14104         (nnimap-split-rule): Add FIXME comment.
14105         (nnimap-debug): Fix doc string.
14106
14107 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14108
14109         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14110
14111 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14112
14113         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14114         nslookup if resolv.conf isn't available.
14115         (dns-query): Rename from query-dns.
14116         (dns-query-cached): Rename from query-dns-cached.
14117
14118 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14121         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14122         to check if those variables exist (first appeared in Emacs 18.50).
14123
14124 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * mm-util.el (mm-line-number-at-pos): New function.
14127
14128         * spam-report.el (spam-report-process-queue): Use it.
14129
14130 2008-12-24  David Engster  <dengste@eml.cc>
14131
14132         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14133         parameters that haven't existed as variables as buffer-local variables.
14134
14135 2008-12-23  Dave Love  <fx@gnu.org>
14136
14137         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14138         cadar.
14139
14140         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14141         imap-starttls-p.
14142         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14143
14144 2008-12-22  Dave Love  <fx@gnu.org>
14145
14146         * imap.el: Fix author email.  Doc fixes.
14147         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14148         reply.
14149
14150 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14151
14152         * spam-report.el (spam-report-gmane-max-requests): New constant.
14153         (spam-report-gmane-wait): New variable.
14154         (spam-report-gmane-ham, spam-report-gmane-spam)
14155         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14156         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14157         the server.
14158
14159         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14160         Add explanations.
14161
14162         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14163         nnheader-accept-process-output and nnheader-read-timeout if available.
14164         (pop3-movemail): Use it.
14165
14166         * message.el (message-check-news-body-syntax): Fix signature check if
14167         there's an attachment.
14168
14169 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * mm-util.el: Add comments to the mm- emulating functions.
14172
14173 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14174
14175         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14176         Reported by Stephen Berman <stephen.berman@gmx.net>.
14177
14178 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * mm-util.el (mm-substring-no-properties): New function.
14181         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14182         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14183         (mm-string-to-multibyte): Doc fix.
14184
14185         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14186
14187 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * mml.el (mml-attach-file): Strip text properties from file name.
14190         (Bug#1574)
14191
14192 2008-12-16  Glenn Morris  <rgm@gnu.org>
14193
14194         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14195
14196 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14199         knows since the charset specified might be a bogus alias that
14200         mm-charset-synonym-alist provides.
14201
14202 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14203
14204         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14205         "ISO_8859-1".
14206
14207         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14208
14209 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * mm-util.el (mm-charset-eval-alist):
14212         Define it before mm-charset-to-coding-system.
14213         (mm-charset-to-coding-system): Add optional argument `silent';
14214         define it before mm-charset-override-alist.
14215         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14216         default value if it can be used in Emacs currently running;
14217         silence mm-charset-to-coding-system.
14218
14219 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14222         `allow-override' which says whether to use `mm-charset-override-alist'.
14223         (rfc2047-decode-encoded-words): Use it.
14224
14225         * mm-util.el (mm-charset-override-alist): Fix custom type;
14226         add `(gb2312 . gbk)' to choices.
14227
14228 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14231         fast.
14232
14233         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14234
14235         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14236
14237 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14238
14239         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14240         on links.
14241
14242         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14243
14244 2008-12-03  Lute Kamstra  <lute@gnu.org>
14245
14246         * sha1.el: Remove leading * from docstrings of defcustoms,
14247         deffaces, defconsts and defuns.
14248
14249 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14252         users' addresses that don't have domain parts.
14253         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14254         rather than message-narrow-to-head since there will be the message
14255         header separator.
14256
14257 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14258
14259         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14260         since the result is inserted in a unibyte buffer anyway.
14261         (nnimap-demule-use-string-to-multibyte): Remove.
14262         (nnimap-demule): Alias it to mm-string-to-multibyte.
14263
14264 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14265
14266         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14267         variable for debugging bug#464 and bug#1174.
14268         (nnimap-demule): Use it.
14269
14270 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14273         score calculation correctly.
14274
14275 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14276
14277         * message.el (message-send-mail): Just set the buffer to unibyte
14278         rather than use mm-with-unibyte-current-buffer which does a lot more.
14279         (message-send-mail-partially): Don't bother with
14280         mm-with-unibyte-current-buffer since it's already been made unibyte by
14281         message-send-mail.
14282
14283 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14284
14285         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14286
14287 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14288
14289         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14290
14291 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14294         require itself and to remove `with-no-warnings'.
14295
14296 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14297
14298         * starttls.el (starttls-any-program-available): Get the name of the
14299         available TLS layer program.
14300         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14301         well as the host name in the "opening" message.
14302
14303         * auth-source.el (auth-source-cache, auth-source-do-cache)
14304         (auth-source-user-or-password): Cache passwords and logins by default,
14305         allow override with `auth-source-do-cache'.
14306         (auth-source-forget-user-or-password): Allow users to remove cache
14307         entries if needed.
14308
14309 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14310
14311         * md4.el (md4-buffer): Fix typo in docstring.
14312         (md4, md4-64): Doc fixes.
14313         (md4-pack-int32): Reflow docstring.
14314
14315 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14316
14317         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14318         condition-case to only the forward-sexp call.
14319
14320 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14321
14322         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14323         quotes contained.  Make it more robust regardless by an extra
14324         condition-case wrapper.
14325
14326 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14329
14330 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * nnml.el (nnml-request-expire-articles): Check if the function set to
14333         `nnmail-expiry-target' returns the symbol `delete'.
14334
14335         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14336
14337         * nnmail.el (nnmail-expiry-target): Fix custom type.
14338
14339 2008-10-02  Glenn Morris  <rgm@gnu.org>
14340
14341         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14342         Silence compiler warning.
14343
14344 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14345
14346         * tls.el (open-tls-stream): Show the actual command being
14347         executed, instead of the format string.
14348
14349 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * lpath.el: Fbind codepage-setup for Emacs 23.
14352
14353 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14354
14355         * mml.el (mml-menu): Don't assume mml2015 is bound.
14356
14357 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14360         exists.
14361
14362 2008-09-27  Glenn Morris  <rgm@gnu.org>
14363
14364         * gnus-util.el (mail-header-remove-comments): Autoload it.
14365
14366 2008-09-27  Andreas Schwab  <schwab@suse.de>
14367
14368         * gnus-util.el (gnus-split-references): Strip comments.
14369         (gnus-parent-id): Likewise.
14370
14371 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * message.el (message-confirm-send): Fix version.
14374
14375 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * message.el (message-idna-to-ascii-rhs-1): Use
14378         mail-extract-address-components rather than mail-header-parse-addresses
14379         that is an alias by default to ietf-drums-parse-addresses that does not
14380         support non-ASCII names in headers' contents.
14381
14382 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14383
14384         * message.el (message-confirm-send): Fix variable documentation to
14385         avoid the "y/n" wording.
14386
14387 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14388
14389         * message.el (message-set-auto-save-file-name): Save to a different
14390         filename so multiple messages (especially drafts) can be recovered.
14391
14392 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * message.el (message-confirm-send): Add appropriate version.
14395
14396 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14397
14398         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14399         defvar.
14400
14401 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14402
14403         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14404         (mm-pkcs7-enveloped-magic): Ditto.
14405
14406 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14407
14408         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14409         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14410
14411 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14412
14413         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14414         default, it's better.
14415
14416 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14417
14418         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14419         summary line gnus-number property and ignore them (with a warning
14420         message).
14421
14422 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14425         macro caddr in the interactive form since it won't be expanded.
14426
14427 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14430         `charset'; fix name of function called recursively.
14431         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14432
14433 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14436         (gnus-mime-set-charset-parameters): New function.
14437         (gnus-mime-view-part-as-charset): Use it to correctly display part
14438         specifying wrong charset.
14439
14440 2008-09-08  David Engster  <dengste@eml.cc>
14441
14442         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14443         in completing-read for back end server.
14444
14445 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14446
14447         * message.el (message-confirm-send): New variable to confirm sending a
14448         message.
14449         (message-send): Use it.
14450
14451 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14452
14453         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14454
14455 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14458
14459 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14460
14461         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14462         prevent tracking too many groups.
14463         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14464         Use it.
14465
14466 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14467
14468         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14469         moving point to the bottom of the window in order to avoid recentering.
14470
14471 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14474
14475         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14476         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14477         (gnus-article-beginning-of-window): Fix calculation.
14478
14479 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * gnus-msg.el (gnus-summary-supersede-article)
14482         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14483         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14484         message header.
14485
14486 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14487
14488         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14489         pending output coming after the status change.
14490
14491 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14492
14493         * message.el:
14494         * gnus-start.el:
14495         * gnus-registry.el: Remove VMS support.
14496
14497 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14500         macro.
14501         (rfc2104-hash): Use it.
14502
14503 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14504
14505         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14506         (gnus-summary-sort-by-most-recent-date): New commands.
14507         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14508         and menu entries.
14509
14510 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14513         don't redisplay article for raw contents; remove plural articles stuff.
14514
14515         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14516         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14517         on gnus-summary-save-article; display results properly.
14518
14519 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * lpath.el: No need to fbind ns-focus-frame.
14522
14523 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14526
14527 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * gnus-art.el (gnus-summary-save-in-pipe):
14530         Consider gnus-save-all-headers.
14531
14532 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14533
14534         * gnus-util.el (ns-focus-frame): Remove declaration.
14535         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14536         like x.
14537
14538 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14539
14540         * rfc2104.el (rfc2104-zero): Delete defconst.
14541         (rfc2104-hex-alist): Likewise.
14542         (rfc2104-hex-to-int): Delete func.
14543         (rfc2104-hexstring-to-bitstring): Likewise.
14544         (rfc2104-nybbles): New defconst.
14545         (rfc2104-hash): Rewrite for speed.
14546
14547 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * tls.el (open-tls-stream): Make it work with the 2nd argument
14550         BUFFER that is a string but does not exist as a buffer object, as
14551         mentioned in the doc-string.
14552
14553 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14556         SXEmacs.
14557
14558 2008-07-16  Glenn Morris  <rgm@gnu.org>
14559
14560         * gnus-util.el (ns-focus-frame): Declare for compiler.
14561
14562 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14565         set as a group parameter.
14566         (gnus-summary-save-in-pipe): Work when it is called independently.
14567         (gnus-summary-pipe-to-muttprint): Don't modify
14568         gnus-summary-pipe-output-default-command.
14569
14570 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14571
14572         * message.el (message-send-mail-with-sendmail):
14573         Display the error message.
14574
14575 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * gnus-art.el (gnus-default-article-saver):
14578         Add gnus-summary-save-in-pipe to choices.
14579         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14580         gnus-summary-pipe-output-default-command as the default command.
14581         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14582         instead of gnus-last-shell-command.
14583
14584         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14585         New user option.
14586         (gnus-summary-muttprint-program): Mention the value will be changed.
14587         (gnus-summary-save-article): Force showing of all headers.
14588         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14589
14590 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14591
14592         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14593
14594 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14595
14596         * nnimap.el (nnimap-id):
14597         * sieve-manage.el (sieve-manage-open): Doc fixes.
14598
14599 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14600
14601         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14602         if available.
14603
14604 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14605
14606         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14607
14608         * nnkiboze.el (nnkiboze-generate-group):
14609         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14610
14611         * nnmairix.el: Require CL.
14612
14613 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * dgnushack.el: Autoload get-display-table and put-display-table for
14616         XEmacs 21.5.
14617
14618         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14619         21.4 and SXEmacs.
14620
14621 2008-06-15  David Engster  <dengste@eml.cc>
14622
14623         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14624
14625 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14626
14627         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14628         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14629         runtime choice under XEmacs.
14630
14631         * gnus-sum.el (gnus-summary-set-display-table):
14632         Use `gnus-put-display-table', `gnus-get-display-table',
14633         `gnus-set-display-table' for the display table, instead of `aset'.
14634
14635         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14636         Use `gnus-put-display-table', `gnus-get-display-table',
14637         `gnus-set-display-table' for the display table.
14638
14639 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * nnmairix.el: Add autoloads.
14642
14643 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * nnmairix.el (nnmairix-delete-recreate-group)
14646         (nnmairix-update-and-clear-marks): Fix error messages.
14647
14648 2008-06-14  David Engster  <dengste@eml.cc>
14649
14650         * nnmairix.el: Upgrade to version 0.6.
14651         (nnmairix-group-toggle-propmarks-this-group)
14652         (nnmairix-group-toggle-readmarks-this-group)
14653         (nnmairix-group-delete-recreate-this-group)
14654         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14655         (nnmairix-remove-tick-mark-original-article): New commands.
14656         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14657         (nnmairix-propagate-marks-to-nnmairix-groups)
14658         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14659         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14660         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14661         functions needed for marks propagation and manipulation of read marks.
14662         (nnmairix-update-groups): New function.
14663         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14664         (nnmairix-determine-original-group-from-registry)
14665         (nnmairix-determine-original-group-from-path)
14666         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14667         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14668         New helper functions.
14669         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14670         keystrokes for new commands.
14671         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14672         (nnmairix-request-group): Check allow-fast group parameter.
14673         (nnmairix-request-create-group): Set allow-fast group parameter if
14674         nnmairix-allowfast-default is set.
14675         (nnmairix-close-group): Propagate marks upon closing if needed.
14676         (nnmairix-group-toggle-threads-this-group): Use new.
14677         nnmairix-group-toggle-parameter helper function.
14678         (nnmairix-search): Better check for empty search result.
14679         (nnmairix-goto-original-article): Use new helper functions for
14680         determining original article.
14681         (nnmairix-show-original-article): Make sure message-id is in brackets.
14682         (nnmairix-call-mairix-binary): Change variable name.
14683         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14684         helper function.
14685         (nnmairix-widget-toggle-activate): Fix doc string.
14686
14687 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * nnir.el: Require edmacro when compiling with XEmacs.
14690         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14691         available in Emacs 21.
14692
14693 2008-06-11  Glenn Morris  <rgm@gnu.org>
14694
14695         * gnus-util.el (x-focus-frame):
14696         * gnus.el (image-size):
14697         * mm-decode.el (image-size): Declare.
14698
14699         * gnus-picon.el (declare-function): Add compat definition.
14700         (image-size): Declare.
14701
14702         * gnus-group.el (tool-bar-map):
14703         * gnus-sum.el (tool-bar-map): Define for compiler.
14704
14705         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14706
14707         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14708
14709         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14710         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14711         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14712         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14713         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14714         * sieve-manage.el, spam-report.el, spam.el:
14715         Remove unnecessary eval-and-compile of autoloads.
14716
14717 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14718
14719         * auth-source.el: Precise Tramp doc.
14720
14721 2008-06-07  Glenn Morris  <rgm@gnu.org>
14722
14723         * nnmairix.el: Remove unnecessary eval-when-compile.
14724
14725 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * lpath.el: Fbind propertize for XEmacs 21.4.
14728
14729 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * nnir.el: Move here from ../contrib.
14732
14733 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14734
14735         * gnus-util.el (gnus-read-shell-command): New function.
14736         * mm-decode.el (mm-pipe-part):
14737         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14738
14739 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14742
14743 2008-06-03  Glenn Morris  <rgm@gnu.org>
14744
14745         * pop3.el (nnheader-accept-process-output): Autoload it.
14746
14747 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14750         are not 2-digit hexadecimal characters that follow `%'s.
14751
14752 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14753
14754         * message.el (message-bogus-recipient-p): Fix type in doc string.
14755         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14756         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14757         Improve custom options.
14758         (message-bogus-recipient-p): Adjust accordingly.
14759
14760 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14761
14762         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14763         long-form month and day names.
14764
14765 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * dgnushack.el: Autoload debug, eudc-expand-inline and
14768         pgg-snarf-keys-region for XEmacs.
14769
14770         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14771
14772         * nnmairix.el: Require edmacro when compiling with XEmacs.
14773
14774 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14775
14776         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14777         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14778
14779 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14780
14781         * auth-source.el: Add more docs.
14782
14783         * netrc.el (netrc-machine): Always match if the port is not given.
14784
14785 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14786
14787         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14788         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14789         retrieval faster in some cases, but might make CPU usage larger.
14790         If this has any bad side effects, we might revert this change.
14791
14792         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14793         seems to make mail retrieval much, much faster.
14794         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14795         unconditionally.
14796
14797         * gnus-draft.el (gnus-group-send-queue):
14798         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14799
14800 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14801
14802         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14803
14804         * message.el (message-bogus-address-regexp): Fix and improve custom
14805         type.
14806         (message-setup-hook): Add message-check-recipients as custom option.
14807
14808 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * message.el (message-cite-function): Remove bogus autoload which crept
14811         in during merge from v5-10.
14812
14813 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14814
14815         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14816
14817         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14818
14819         * auth-source.el: Preliminary Tramp docs.
14820         (auth-sources): Change the default auth-sources to use
14821         EPA .gpg files.
14822
14823 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14824
14825         * nntp.el: Autoload `auth-source-user-or-password'.
14826         (nntp-send-authinfo): Use it.
14827
14828         * nnimap.el: Autoload `auth-source-user-or-password'.
14829         (nnimap-open-connection): Use it.
14830
14831         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14832         for the gnus-message function.
14833         (auth-source-user-or-password): Use it.
14834
14835 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14836
14837         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14838         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14839         (rfc2104-hash): Use it.
14840
14841 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14842
14843         * gnus-art.el (gnus-article-toggle-truncate-lines):
14844         Don't use `iff' in docstring.
14845
14846 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14847
14848         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14849
14850         * gnus-util.el (gnus-extract-address-component-name)
14851         (gnus-extract-address-component-email): Convenience functions around
14852         `gnus-extract-address-components'.
14853
14854         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14855         Use `gnus-extract-address-component-email' to fix bug of comparing full
14856         sender name to `user-mail-address'.
14857
14858 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14859
14860         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14861         catch/throw to optimize.
14862         (gnus-registry-find-keywords): Just use member to find a keyword.
14863
14864 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14865
14866         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14867         is current before calling gnus-server-prepare.
14868         (gnus-server-setup-buffer, gnus-server-update-server)
14869         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14870
14871 2008-05-04  Juri Linkov  <juri@jurta.org>
14872
14873         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14874         (mailcap-file-default-commands): Use mailcap-replace-in-string
14875         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14876         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14877
14878 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14879
14880         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14881
14882 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14883
14884         * gnus.el: Bump version to 0.11.
14885
14886 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14887
14888         * gnus.el: No Gnus v0.10 is released.
14889
14890 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14891
14892         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14893         hooks.
14894         (gnus-update-read-articles): Speed up non-marks-using users.
14895         (gnus-use-marks): Define gnus-use-marks.
14896         (gnus-propagate-marks): Rename variable to something more sensible.
14897
14898 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14899
14900         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14901         (gmm-image-load-path-for-library): Fix typos in docstrings.
14902         (gmm-message): Reflow docstring.
14903
14904 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14905
14906         * mail-source.el (mail-source-set-1, mail-source-bind):
14907         Move auth-source code out of the macro to clean it up and fix bugs.
14908
14909 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14910
14911         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14912         by sender if it's equal to user-mail-address, it's likely to be
14913         useless.
14914
14915         * mail-source.el (mail-source-bind): Don't use user or password if they
14916         are not bound.  Unintern them if they are nil.  Don't use server unless
14917         it's bound, and default it to empty string otherwise.
14918
14919 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14920
14921         * mail-source.el: Load auth-source.el.
14922         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14923         get user name or password, if auth-sources is set up.
14924
14925         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14926         strategy of splitting with parent.
14927         (gnus-registry-split-fancy-with-parent)
14928         (gnus-registry-post-process-groups): Use it and fix prior
14929         bug (returning a list as the split result).
14930
14931         * auth-source.el (auth-sources): Remove server parameter.
14932         (auth-source-pick, auth-source-user-or-password)
14933         (auth-source-user-or-password-imap)
14934         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14935         (auth-source-user-or-password-sftp)
14936         (auth-source-user-or-password-smtp): Remove server parameter.
14937
14938 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14939
14940         * smime.el (smime-sign-region, smime-encrypt-region)
14941         (smime-decrypt-region):
14942         Remove redundant calls to `generate-new-buffer-name'.
14943
14944 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14945
14946         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14947         Don't use QP for message/rfc822.
14948         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14949
14950 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14951
14952         * sieve-manage.el (sieve-string-bytes): Remove.
14953         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14954         correct byte-length only if the process's coding-system is the same as
14955         the one used internally by Emacs to represent strings.
14956
14957 2008-04-22  Juri Linkov  <juri@jurta.org>
14958
14959         * mailcap.el (mailcap-file-default-commands): New function.
14960
14961 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14962
14963         * message.el (message-signature-separator, message-cite-function):
14964         Change custom version.
14965
14966 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14967
14968         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14969         commands.
14970         (tls-checktrust): Ditto.
14971
14972 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14973
14974         * mm-decode.el (mm-display-external): Make temp file read-only.
14975
14976 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14979         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14980         `C-c C-f d'.
14981
14982 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14983
14984         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14985
14986 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14987
14988         * gnus.el: Bump version to 0.9.
14989
14990 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * gnus.el: No Gnus v0.8 is released.
14993
14994 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14995
14996         * mail-source.el (mail-source-value):
14997         Prefer fboundp to functionp so it works with macros as well.
14998
14999 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15000
15001         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15002         Fix last change in case the element is not even a symbol.
15003
15004 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15005
15006         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15007         Prefer fboundp to functionp so it works with macros as well.
15008
15009 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15010
15011         * auth-source.el: Add docs.
15012         (auth-sources): Modify format to support server.
15013         (auth-source-pick, auth-source-user-or-password)
15014         (auth-source-user-or-password-imap)
15015         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15016         (auth-source-user-or-password-sftp)
15017         (auth-source-user-or-password-smtp): Add server parameter.
15018
15019 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15020
15021         * gnus-registry.el: Initialize the registry when gnus-registry-install
15022         is t.
15023
15024 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * compface.el (uncompface): Make buffer unibyte.
15027
15028 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15029
15030         * mail-source.el (mail-source-value):
15031         Prefer fboundp to functionp so it works with macros as well.
15032
15033 2008-04-05  Glenn Morris  <rgm@gnu.org>
15034
15035         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15036
15037 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15038
15039         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15040         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15041
15042         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15043         multibyteness after rather than before erasing it.
15044
15045         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15046         mm-with-multibyte.
15047         (gnus-request-article-this-buffer): Make sure the proper decoding is
15048         used if gnus-original-article-buffer happens to be unibyte.
15049
15050         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15051         default-enable-multibyte-characters.
15052
15053         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15054         default-enable-multibyte-characters.
15055
15056         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15057
15058         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15059
15060 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15061
15062         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15063         Fix last change in case the element is not even a symbol.
15064
15065 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15066
15067         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15068         (imap-message-copyuid-1): Use it.
15069         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15070         J. Williams in
15071         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15072
15073         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15074         imap-enable-exchange-bug-workaround.
15075         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15076
15077 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15078
15079         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15080         a 100 byte status-checks into a 2-3MB transfer for each group.
15081         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15082         to enable bug workaround or not.
15083         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15084
15085 2008-03-31  Glenn Morris  <rgm@gnu.org>
15086
15087         * message.el (mml2015-use): Declare for compiler.
15088         (message-info): Require mml2015 when appropriate.
15089
15090 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15093         whitespace.
15094
15095 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15096
15097         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15098         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15099         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15100         (nntp-service-to-port): New function.
15101         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15102         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15103         (nntp-open-netcat-stream): New function.
15104         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15105
15106 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15107
15108         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15109
15110 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15111
15112         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15113
15114 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15115
15116         * dns.el (dns-write): Use set-buffer-multibyte.
15117
15118 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15119
15120         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15121
15122 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * message.el (message-signature-separator): Change default.
15125         Improve custom type.
15126         (message-cite-function): Change default to
15127         message-cite-original-without-signature.
15128
15129         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15130         toggle.
15131
15132         * message.el (message-check-news-body-syntax): Fix signature check.
15133         (message-setup-1): Mark buffer as unmodified _after_ running
15134         message-setup-hook and handling message-alternative-emails.
15135         (message-shorten-references): Be more strict when building list of
15136         valid references to comply with GNKSA.
15137
15138         * gnus-group.el (gnus-read-ephemeral-bug-group)
15139         (gnus-read-ephemeral-debian-bug-group)
15140         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15141
15142         * message.el (message-info): Don't use booleanp which isn't supported
15143         in Emacs 21 and XEmacs.
15144
15145 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15148         gnus-group-gmane-group-download-format.
15149         (gnus-group-read-ephemeral-gmane-group): Rename from
15150         gnus-group-read-ephemeral-gmane-group.
15151         (gnus-read-ephemeral-gmane-group-url): Rename from
15152         gnus-group-read-ephemeral-gmane-group-url.
15153         (gnus-bug-group-download-format-alist): New variable.
15154         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15155         (gnus-read-ephemeral-emacs-bug-group): New commands.
15156
15157 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15160         (gnus-visible-headers): Improve custom type.
15161
15162 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15163
15164         * mml.el (mml-menu): Add workarounds for XEmacs.
15165
15166         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15167         X-Boundary header.
15168
15169         * message.el (message-simplify-recipients): Fix previous commit.
15170
15171 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15172
15173         * mm-util.el (mm-set-buffer-multibyte): New function.
15174         * mm-decode.el (mm-copy-to-buffer): Use it.
15175
15176         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15177         Prefer fboundp to functionp so it works with macros as well.
15178
15179 2008-03-19  Glenn Morris  <rgm@gnu.org>
15180
15181         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15182         Accidentally removed in the sync process with Emacs.
15183
15184 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15185
15186         * message.el (message-alter-recipients-discard-bogus-full-name):
15187         New function.
15188         (message-alter-recipients-function): New variable.
15189         (message-get-reply-headers): Use it.
15190         (message-replace-header): New helper function.
15191         (message-recipients-without-full-name): New variable.
15192         (message-simplify-recipients): New command.
15193
15194         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15195
15196         * message.el (message-info): Handle EasyPG manual.
15197
15198         * mml.el (mml-menu): Add entry for EasyPG.
15199
15200 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15201
15202         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15203         parameter.
15204
15205         * message.el (message-disassociate-draft): Specify drafts group name
15206         fully.
15207
15208 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15209
15210         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15211         Eliminate unnecessary duplicates from the match list.
15212
15213 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15216
15217         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15218
15219         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15220         args of `how-many' of which the XEmacs version doesn't take; declare
15221         Info-index-next as function.
15222
15223 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15224
15225         * gnus-score.el (gnus-score-headers): Fix handling of
15226         gnus-inhibit-slow-scoring.
15227
15228         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15229         string.
15230         (gnus-button-url-regexp): Improve handling of parenthesis.
15231         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15232         (gnus-button-handle-info-keystrokes): Handle index entries.
15233
15234 2008-03-15  Glenn Morris  <rgm@gnu.org>
15235
15236         * parse-time.el (parse-time-string): Simplify.
15237
15238 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15241         Incoming* files.
15242
15243 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15244
15245         * auth-source.el (auth-sources): Rename from auth-source-choices.
15246         (auth-source-pick): Use it.
15247
15248 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15249
15250         * binhex.el (binhex-decode-region-internal):
15251         * uudecode.el (uudecode-decode-region-internal):
15252         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15253         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15254         setting default-enable-multibyte-characters.
15255
15256 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15257
15258         * auth-source.el (auth-source-protocols)
15259         (auth-source-protocols-customize, auth-source-choices): Add and
15260         modified variable customizations and defaults.
15261         (auth-source-pick, auth-source-user-or-password)
15262         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15263         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15264         (auth-source-user-or-password-sftp)
15265         (auth-source-user-or-password-smtp): Use new variables and provide an
15266         interface to netrc.el.
15267
15268 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15271         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15272         Make sure the nntp port to specify is a string.
15273
15274 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15275
15276         * nntp.el: Use with-current-buffer.
15277         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15278         dubious mm-with-unibyte-current-buffer.
15279         (nntp-with-open-group-function): New function extracted from
15280         nntp-with-open-group macro.
15281         (nntp-with-open-group): Use the function, so it's easier to debug.
15282         Add indentation and debugging info.
15283         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15284         Recommend the use of the netcat alternatives.
15285
15286         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15287         Avoid mm-string-as-multibyte as well.
15288
15289         * nnweb.el (nnweb-insert-html):
15290         Remove use of nnheader-string-as-multibyte.
15291
15292         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15293         (nnheader-string-as-multibyte): Remove.
15294
15295         * mm-view.el: Use inhibit-read-only.
15296         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15297         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15298         or unibyte-string.
15299
15300         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15301         (mm-uu-yenc-extract): Use with-current-buffer.
15302
15303         * gnus-soup.el (gnus-soup-send-packet): Don't use
15304         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15305
15306         * nnmh.el: Use with-current-buffer.
15307         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15308         mm-string-as-multibyte on the output of mm-encode-coding-string.
15309
15310         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15311         (nnimap-request-move-article): Use with-current-buffer.
15312
15313         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15314         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15315         conversion uses string-make-unibyte rather than string-as-unibyte.
15316
15317         * gnus-msg.el: Use with-current-buffer.
15318
15319         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15320
15321 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15322
15323         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15324         string for caching if it is 'PIN.
15325
15326 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * lpath.el: Consider the case without Emacs/W3.
15329
15330 2008-03-08  Glenn Morris  <rgm@gnu.org>
15331
15332         * time-date.el (date-to-time, time-subtract, time-add)
15333         (safe-date-to-time): Doc fixes.
15334
15335 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15336
15337         * mail-source.el (mail-source-delete-old-incoming-confirm):
15338         Change default to nil.
15339         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15340
15341 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * lpath.el: Rearrange.
15344
15345         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15346         (gnus-article-goto-prev-page): Work for articles having ^L's.
15347
15348         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15349
15350         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15351
15352 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15353
15354         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15355         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15356         (gnus-bookmark-jump): Adjust some variable names.
15357
15358 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15359
15360         * auth-source.el: New package.
15361         (auth-source-choices): Add customization entry point variable.
15362
15363         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15364         bug.
15365
15366 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15367
15368         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15369         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15370         (gnus-registry-install-shortcuts): Rename from
15371         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15372         the `gnus-registry-mark-map' keymap dynamically from
15373         `gnus-registry-marks'.  The generated functions update the summary line
15374         when a registry mark is added or deleted, and will call
15375         `gnus-registry-install-p' (see the comments in the code).
15376         (gnus-registry-user-format-function-M): Use concat intelligently.
15377
15378         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15379         the registry mark functions.
15380
15381 2008-03-05  Glenn Morris  <rgm@gnu.org>
15382
15383         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15384         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15385         gnus-art.
15386         (top-level): No need to load own source when compiling.
15387
15388 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15389
15390         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15391         Suggested by <chris.anderton@zetnet.co.uk>.
15392
15393 2008-03-04  Glenn Morris  <rgm@gnu.org>
15394
15395         * gnus-sum.el (top-level): No need to require gnus when compiling,
15396         since unconditionally required near start of file.
15397         (gnus-summary-display-while-building): Move definition before use.
15398
15399 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15400
15401         * gnus-registry.el (gnus-registry-user-format-function-M):
15402         Add formatting function.
15403
15404 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15405
15406         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15407         with plists.
15408         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15409         Use new format.
15410
15411 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15414         `where-is-internal' that returns a range of key sequences.
15415
15416 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15417
15418         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15419
15420         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15421         (gnus-summary-jump-to-group): Consider windows on other displayed
15422         frames as well.  Similar changes might be needed elsewhere, but that's
15423         the one I've bumped into during my use.
15424
15425         * nndoc.el (nndoc-oe-dbx-type-p):
15426         * gnus-msg.el (gnus-debug):
15427         * gnus-group.el (gnus-update-group-mark-positions):
15428         Use mm-string-to-multibyte.
15429
15430 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15431
15432         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15433         doesn't handle NotDashEscaped.
15434
15435         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15436         (mml-dnd-attach-options): Fix typo in custom choice.
15437
15438         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15439         Change nndoc-article-type to mbox.
15440         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15441
15442         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15443         to nil, instead of html2text.
15444
15445         * imap.el (imap-debug): Add `imap-ping-server'.
15446
15447         * gnus-bookmark.el: Add FIXMEs.
15448
15449         * message.el (message-form-letter-separator)
15450         (message-send-form-letter-delay): New variables.
15451         (message-send-form-letter): Use them.  New command to send form
15452         letters.  Requested by Uwe Siart.
15453         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15454
15455 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15456
15457         * Update copyright years.
15458
15459 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15460
15461         Sync from EMACS_22_BASE.
15462
15463         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15464
15465 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15466
15467         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15468         empty author.
15469
15470 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15471
15472         * gnus-registry.el (gnus-registry-marks): Add variable for
15473         customization of marks and their appearance.
15474         (gnus-registry-read-mark): Use it.
15475         (gnus-registry-do-marks): Add utility function to loop through
15476         `gnus-registry-marks'.
15477         (gnus-registry-install-shortcuts-and-menus): Add function to install
15478         shortcuts and menus.
15479         (gnus-registry-initialize): Use it.
15480         (gnus-registry-default-mark): Clarify documentation.
15481
15482 2008-02-29  Glenn Morris  <rgm@gnu.org>
15483
15484         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15485         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15486         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15487         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15488         Change defcustom :version from 23.0 to 23.1.
15489
15490 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15491
15492         * gnus-registry.el (gnus-registry-follow-group-p)
15493         (gnus-registry-post-process-groups): Add functions to aid registry
15494         splitting and improve logging.  Clarify behavior in function
15495         documentation.
15496         (gnus-registry-split-fancy-with-parent): Use them.
15497
15498 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15499
15500         * gnus-art.el: Use with-current-buffer.
15501
15502 2008-02-27  David Engster  <dengste@eml.cc>
15503
15504         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15505         Express real group name in the response.
15506
15507 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15510         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15511         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15512         autoload gnus-registry-fetch-group when compiling.
15513         (nnmairix-request-group-with-article-number-correction):
15514         Remove unreferenced argument passed to nnmairix-call-backend.
15515
15516 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15517
15518         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15519         (mm-uu-extract): Improve face for low color ttys.
15520         Reported by Sascha Wilde.
15521
15522 2008-02-27  Glenn Morris  <rgm@gnu.org>
15523
15524         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15525         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15526         variables to defconsts.  Convert comments to doc-strings.
15527         (nnmairix-last-server, nnmairix-current-server): Convert from free
15528         variables to defvars.  Convert comments to doc-strings.
15529         (gnus-registry-fetch-group): Autoload.
15530         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15531         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15532         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15533         caddr.
15534         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15535         nnmairix-request-group-with-article-number-correction call.
15536         (nnmairix-fast, nnmairix-group): New, less general names, for free
15537         variables passed from nnmairix-request-group to
15538         nnmairix-request-group-with-article-number-correction.  Declare.
15539         (nnmairix-request-group-with-article-number-correction):
15540         Use nnmairix-fast, nnmairix-group rather than fast, group.
15541
15542 2008-02-26  David Engster  <dengste@eml.cc>
15543
15544         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15545         version 0.5.
15546
15547 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15548
15549         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15550         instead of making an extra function call.  Don't add the current group
15551         to articles only when they have the group.  Use
15552         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15553         Reported by David <de_bb@arcor.de>.
15554
15555 2008-02-24  Miles Bader  <miles@gnu.org>
15556
15557         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15558         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15559         (mm-find-mime-charset-region):
15560         * mm-bodies.el (mm-encode-body):
15561         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15562
15563 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15566         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15567
15568 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15569
15570         * mail-source.el (mail-source-delete-incoming): Change default.
15571         Supplement doc string.
15572
15573         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15574
15575 2008-02-14  Glenn Morris  <rgm@gnu.org>
15576
15577         * time-date.el (format-seconds): New function.
15578
15579 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15580
15581         * nnmail.el (nnmail-message-id-cache-file): Derive from
15582         `gnus-home-directory'.
15583
15584 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15585
15586         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15587         Document negative prefix.
15588
15589         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15590
15591 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15592
15593         * message.el (message-unsent-separator): Add the Exim bounce
15594         separator.
15595
15596 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15597
15598         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15599         list.
15600         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15601         recipient/signer list.
15602
15603 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * Makefile.in (datarootdir): Define.
15606         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15607         name that might contain whitespace.
15608
15609 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15610
15611         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15612         fbound (Emacs 23 unicode), signal an error.
15613
15614 2008-02-08  Glenn Morris  <rgm@gnu.org>
15615
15616         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15617
15618 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15619
15620         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15621         ports to the calls to `netrc-machine-user-or-password' in addition to
15622         "imap" and "imaps".
15623
15624 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15625
15626         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15627
15628         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15629
15630 2008-02-01  Kenichi Handa  <handa@m17n.org>
15631
15632         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15633         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15634         (rfc2104-hash): Convert the result of concat to unibyte string.
15635
15636 2008-02-01  Dave Love  <fx@gnu.org>
15637
15638         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15639         coding-system-for-read.
15640         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15641
15642 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15645         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15646         <hanche@math.ntnu.no>.
15647
15648 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15651
15652         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15653
15654 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15655
15656         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15657         * message.el (message-beginning-of-line): Use featurep instead of bound
15658         tests in order to resolve conditionals at compile time.
15659
15660 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15661
15662         * mail-source.el (mail-sources): Add `group' choice.
15663
15664         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15665         parameter `in-group' to control into which group the articles go.
15666         Add treatment of `group' mail-source.
15667
15668 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15671
15672         * mm-decode.el (mm-dissect-buffer): Decode description.
15673
15674         * mml.el (mml-to-mime): Encode message header first.
15675
15676 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15679         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15680
15681         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15682         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15683
15684 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15685
15686         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15687
15688 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15691         prefix keys.
15692         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15693         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15694         gnus-xmas.el.
15695
15696         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15697         (gnus-xmas-article-describe-bindings): New function.
15698         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15699         gnus-xmas-article-describe-bindings.
15700
15701         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15702
15703 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15704
15705         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15706         Add new variables for article mark management.
15707         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15708         list of extra data entries which, when present, will indicate that the
15709         article ID should not be trimmed from the registry.
15710         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15711         functions.
15712         (gnus-registry-read-mark): New function to read a mark name from the
15713         user.
15714         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15715         (gnus-registry-set-article-mark-internal): New functions to add and
15716         remove marks.
15717         (gnus-registry-get-article-marks): New function to show the marks for
15718         an article, or retrieve them for further use.
15719
15720 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15723         keys when no argument is given.
15724
15725 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15726
15727         * imap.el (imap-ping-server): New variable.
15728         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15729         (imap-ping-server): Minor doc string fixes.
15730
15731 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15732
15733         * imap.el (imap-ping-server): New function.
15734         (imap-opened): Call imap-ping-server.
15735
15736 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15737
15738         * gnus-sum.el (gnus-article-sort-by-random)
15739         (gnus-thread-sort-by-random): Fix doc strings.
15740         Reported by jidanni@jidanni.org.
15741
15742 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * gnus-art.el (gnus-article-describe-bindings): New function.
15745         (gnus-article-read-summary-keys): Use it.
15746         (gnus-article-mode-map): Bind `C-h b' to it.
15747
15748 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15751         XEmacs.
15752         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15753         Protect against non-character events.
15754
15755         * lpath.el: Fbind map-keymap for Emacs 21.
15756
15757 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15758
15759         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15760         New command.
15761         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15762         instead of END.  Change name of the temp file.
15763         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15764         customizable.
15765
15766 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15769         bind `S W' to gnus-article-wide-reply-with-original; set default
15770         binding to gnus-article-read-summary-send-keys.
15771         (gnus-article-read-summary-keys): Fix the order of keys; display
15772         continuation keys correctly in the echo area; describe bindings
15773         correctly when keys end with `C-h'.
15774         (gnus-article-read-summary-send-keys): New function.
15775         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15776         Work for gnus-article-read-summary-send-keys; display continuation keys
15777         correctly in the echo area.
15778         (gnus-article-reply-with-original): Ignore prefix argument.
15779         (gnus-article-wide-reply-with-original): New function.
15780
15781         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15782         Emacs 21.
15783
15784 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15787         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15788
15789 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15790
15791         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15792         (gnus-group-read-ephemeral-gmane-group): New command.
15793
15794 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15795
15796         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15797
15798 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * message.el (message-send-mail-function): Increase custom version.
15801
15802         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15803         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15804
15805 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15806
15807         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15808         for the cases where imap-authenticate is called with a nil buffer
15809         parameter.
15810
15811 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15814         html parts correctly; support forwarded messages.
15815         (gnus-article-browse-html-article): Remove work buffers.
15816
15817         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15818         compiling.
15819         (netrc-bound-and-true-p): New macro.
15820         (netrc-parse): Use it instead of bound-and-true-p that is not available
15821         in XEmacs 21.4.
15822
15823 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15824
15825         * gnus-registry.el (gnus-registry-mark-article)
15826         (gnus-registry-article-marks): Add functionality to mark articles
15827         through the Gnus registry.
15828
15829         * encrypt.el: Clarify documentation for the new pgg method.
15830         (encrypt-file-alist): Add PGG option.
15831         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15832         functionality.  Abstract password key and messaging to external
15833         functions.
15834         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15835         (encrypt-message-method-and-cipher): Add new convenience external
15836         functions.
15837         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15838         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15839
15840         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15841         (netrc-parse): Use encrypt-file-alist to determine if
15842         encrypt-find-model or encrypt-insert-file-contents should be used.
15843
15844         * encrypt.el: Clarify documentation.  Load password-cache or
15845         password, whichever one is found first, instead of autoloading.
15846
15847 2007-12-19  Glenn Morris  <rgm@gnu.org>
15848
15849         * mml.el (message-options-set, message-narrow-to-head)
15850         (message-in-body-p, message-mail-p, message-encode-message-body):
15851         Autoload.
15852         (message-remove-header, message-narrow-to-headers-or-head)
15853         (message-subscribed-p, message-make-mail-followup-to)
15854         (message-position-on-field, message-news-p)
15855         (message-options-set-recipient, message-generate-headers)
15856         (message-sort-headers): Declare as functions.
15857
15858 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15859
15860         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15861         convention in doc string.
15862
15863 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15866         title to html parts.
15867         (gnus-article-browse-html-article): Pass message header to it.
15868
15869         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15870
15871 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15872
15873         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15874         or password compatible with XEmacs.
15875
15876 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15877
15878         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15879         format document.
15880         (gnus-mime-delete-part): Don't write description line if empty.
15881         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15882
15883 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15884
15885         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15886         (gnus-summary-mark-read-and-unread-as-read)
15887         (gnus-summary-mark-current-read-and-unread-as-read)
15888         (gnus-summary-mark-unread-as-ticked): Doc fix.
15889         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15890
15891 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15892
15893         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15894         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15895
15896 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15897
15898         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15899         yes-or-no-p.
15900
15901 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * mm-decode.el (mm-add-meta-html-tag): New function.
15904         (mm-save-part-to-file, mm-pipe-part): Use it.
15905
15906         * gnus-art.el (gnus-article-browse-delete-temp-files):
15907         Use gnus-y-or-n-p instead of y-or-n-p.
15908         (gnus-article-browse-html-parts): Work with message/external-body; use
15909         mm-add-meta-html-tag.
15910
15911 2007-12-11  Glenn Morris  <rgm@gnu.org>
15912
15913         * gnus-cache.el: Require gnus-sum not just when compiling.
15914
15915         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15916
15917         * gnus-int.el (gnus-server-opened, gnus-status-message):
15918         Move definitions before use.
15919
15920         * mm-decode.el: Require gnus-util.
15921         (mm-remove-part): Only call delete-annotation on XEmacs.
15922
15923         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15924
15925         * nnmail.el: Require gnus-int.
15926
15927         * spam.el: Move `require's before `eval-when-compile's.
15928
15929         * gnus-ems.el (gnus-alive-p):
15930         * gnus-fun.el (message-goto-eoh):
15931         * gnus-util.el (gnus-group-name-decode):
15932         * mail-source.el (gnus-compress-sequence):
15933         * message.el (Info-goto-node, format-spec):
15934         * mm-bodies.el (message-options-get):
15935         * mm-decode.el (mm-view-pkcs7):
15936         * mm-util.el (gmm-write-region):
15937         * mml-smime.el (mml-compute-boundary)
15938         (gnus-completing-read-with-default):
15939         * mml.el (widget-button-press, gnus-make-hashtable):
15940         * mml1991.el (mm-decode-content-transfer-encoding)
15941         (mm-encode-content-transfer-encoding)
15942         (message-options-get, message-options-set):
15943         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15944         * nnfolder.el (gnus-request-group):
15945         * nnheader.el (ietf-drums-unfold-fws):
15946         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15947         * smime.el (gnus-run-mode-hooks):
15948         * spam-stat.el (gnus-message): Autoload.
15949
15950         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15951         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15952         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15953         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15954         Add declare-function compatibility definition.
15955
15956         * gnus-cache.el (nnvirtual-find-group-art):
15957         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15958         (gnus-add-image, gnus-add-wash-type):
15959         * gnus-group.el (nnkiboze-score-file):
15960         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15961         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15962         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15963         (message-tokenize-header, gnus-get-buffer-create)
15964         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15965         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15966         * gnus.el (gnus-group-decoded-name):
15967         * mail-source.el (imap-capability):
15968         * mm-bodies.el (message-options-set):
15969         * mm-decode.el (gnus-configure-windows):
15970         * mm-extern.el (message-goto-body):
15971         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15972         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15973         (epg-sub-key-validity, message-options-set):
15974         * mml.el (widget-event-point, gnus-configure-windows):
15975         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15976         * mml2015.el (epg-check-configuration, epg-configuration)
15977         (message-options-set):
15978         * nndb.el (nndb-request-article):
15979         * nnfolder.el (gnus-request-create-group):
15980         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15981         * nnmaildir.el (gnus-group-mark-article-read):
15982         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15983         * rfc1843.el (message-fetch-field):
15984         * spam.el (gnus-extract-address-components):
15985         Declare as functions.
15986
15987 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15990
15991         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15992
15993         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15994         bind show-trailing-whitespace for XEmacs.
15995
15996 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15999         new no-op macro for backward compatibility.
16000
16001         * imap.el (imap-string-to-integer): New function.
16002
16003 2007-12-09  Glenn Morris  <rgm@gnu.org>
16004
16005         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16006
16007         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16008         * message.el, mm-view.el, sieve-manage.el, smime.el:
16009         Add declare-function compatibility definition.
16010
16011         * gnus-art.el (w3-region, w3m-region, Info-menu):
16012         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16013         * gnus-sum.el (gnus-get-predicate):
16014         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16015         * message.el (mail-abbrev-in-expansion-header-p):
16016         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16017         (w3m-detect-meta-charset, w3m-region):
16018         * sieve-manage.el (password-read, password-cache-add)
16019         (password-cache-remove):
16020         * smime.el (password-read-and-add): Declare as functions.
16021
16022 2007-12-08  David Kastrup  <dak@gnu.org>
16023
16024         * gnus-sum.el (gnus-summary-simplify-subject-query):
16025         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16026         `message'.
16027
16028 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16031         it to bind idna-program, installation-directory, defined-colors, and
16032         face-attribute for XEmacs of the version that compiles defcustom forms.
16033
16034 2007-12-07  Glenn Morris  <rgm@gnu.org>
16035
16036         * gnus-art.el (article-make-date-line): Revert previous change.
16037
16038 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16041
16042 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16043
16044         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16045         Call gnus-add-to-range ranges only once with a prepared article-list.
16046
16047 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16048
16049         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16050         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16051         group names with backslashes.
16052         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16053
16054 2007-12-06  Deepak Goel  <deego3@gmail.com>
16055
16056         * gnus-art.el (article-make-date-line):
16057         * gnus-start.el (gnus-load):
16058         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16059
16060 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * gnus-art.el (gnus-use-idna):
16063         * gnus-start.el (gnus-site-init-file):
16064         * message.el (message-use-idna):
16065         * mm-uu.el (mm-uu-hide-markers):
16066         * smiley.el (smiley-style): Revert changes that suppress warnings.
16067
16068 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16071         specify charset to html source.
16072         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16073
16074 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16077         idna-program in order to suppress byte compile warning issued by XEmacs
16078         that came to byte compile the default value section of defcustom forms
16079         recently.
16080
16081         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16082         value of installation-directory.
16083
16084         * message.el (message-use-idna): Don't directly refer to the value of
16085         idna-program.
16086
16087         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16088
16089         * smiley.el (smiley-style): Don't directly call face-attribute.
16090
16091 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16094
16095         * gnus-dired.el: Reduce Gnus dependencies.
16096         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16097         Don't require.  Use autoloads instead.
16098         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16099         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16100         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16101         (gnus-dired-mode): Adjust doc string.
16102         (gnus-dired-mail-mode): New variable.
16103         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16104         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16105         (gnus-dired-mail-buffers): New function.  Return mail or message
16106         composition buffers.
16107         (gnus-dired-attach): Use it.
16108         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16109         NO-DECODE.
16110         (gnus-dired-print): Use `gnus-print-buffer' depending on
16111         `gnus-dired-mail-mode'.
16112
16113 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16114
16115         * rfc2047.el (rfc2047-encoded-word-regexp)
16116         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16117         explaining what regexp patterns are for.
16118
16119 2007-12-04  Glenn Morris  <rgm@gnu.org>
16120
16121         * password.el: Move to password-cache.el.
16122
16123         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16124         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16125         * mml-smime.el (password-read, password-cache-add)
16126         (password-cache-remove):
16127         No need to autoload, since mml-sec requires password.
16128
16129         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16130         * message.el (gnus-extract-address-components):
16131         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16132
16133         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16134         password.
16135
16136 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16137
16138         * mailcap.el: Reduce dependencies.
16139         (mail-header-parse-content-type): Autoload.
16140         (mailcap-delete-duplicates): New alias.
16141         (mailcap-mime-info): Add optional argument NO-DECODE.
16142         (mailcap-mime-types): Use mailcap-delete-duplicates.
16143
16144         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16145
16146 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16147
16148         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16149         (imap-parse-status): Upcase status-att for servers that sends them
16150         lower-case (e.g., MS Exchange 2007).
16151
16152 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16153
16154         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16155         function.
16156
16157         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16158         (gnus-uu-yenc-article): New function.
16159
16160         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16161
16162         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16163
16164 2007-12-02  Glenn Morris  <rgm@gnu.org>
16165
16166         * binhex.el (binhex): New custom group.
16167         (binhex-decoder-program, binhex-decoder-switches)
16168         (binhex-use-external): Move to the binhex custom group.
16169
16170         * uudecode.el (uudecode): New custom group.
16171         (uudecode-decoder-program, uudecode-decoder-switches)
16172         (uudecode-use-external): Move to the uudecode custom group.
16173
16174         * netrc.el (top-level): Don't load `encrypt' features.
16175         (netrc-parse): Don't use encrypt.
16176         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16177
16178         * encrypt.el: Remove file.
16179
16180 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16183         matches on patches.
16184
16185         * gnus-art.el (gnus-article-browse-html-article):
16186         Mention `mm-text-html-renderer' in the doc string.
16187
16188         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16189         string.  Add comments.
16190
16191         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16192         if rhs is ASCII.
16193
16194 2007-12-01  Glenn Morris  <rgm@gnu.org>
16195
16196         * mail-source.el (top-level): Require format-spec before
16197         eval-when-compile.
16198
16199 2007-11-30  Glenn Morris  <rgm@gnu.org>
16200
16201         * encrypt.el: Require password, rather than autoloading password-read.
16202
16203 2007-11-29  Glenn Morris  <rgm@gnu.org>
16204
16205         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16206         (sasl-make-client, sasl-next-step, sasl-step-data)
16207         (sasl-step-set-data): Declare as functions.
16208
16209 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16210
16211         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16212
16213 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16214
16215         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16216         certs should be verified and what is to be done in the event of a
16217         verification failure.
16218
16219         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16220         caller can indicate whether the cache should be disregarded for this
16221         call.  This way the result of the call is reproducible at all times and
16222         can be considered a canonical server name for the supplied method.
16223         (gnus-agent-method-p): Canonicalize server names by pushing their
16224         method through `gnus-method-to-server' using the no-cache argument.
16225
16226         * gnus-srvr.el (gnus-server-insert-server-line):
16227         Call `gnus-method-to-server' with `no-cache' argument.
16228
16229         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16230         gnus-agent-possibly-synchronize-flags as this should be called when the
16231         server is actually being opened.
16232         (gnus-agent-possibly-synchronize-flags)
16233         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16234         flags file of an agentized server to the latter function.
16235
16236         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16237         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16238         after a connection has been established successfully.
16239
16240 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * gnus-art.el (article-display-face): Force to display face if called
16243         interactively; check if gnus-article-x-face-too-ugly matches author.
16244         (article-display-x-face): Display face even if From header is missing
16245         as article-display-face does.
16246
16247 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16248
16249         * hashcash.el (message-narrow-to-headers-or-head)
16250         (message-fetch-field, message-goto-eoh)
16251         (message-narrow-to-headers): Declare as functions.
16252
16253 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16254
16255         * mail-source.el (mail-sources): Default to fetch from file for
16256         compatibility with default of nnmail-spool-file.
16257
16258 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16261         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16262         to look for encoded word that should be encoded again.
16263         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16264         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16265         encoding pattern.
16266         (rfc2047-decode-region): Switch strict regexp and loose one according
16267         to rfc2047-allow-irregular-q-encoded-words.
16268
16269 2007-11-25  Romain Francoise  <romain@orebokech.com>
16270
16271         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16272
16273 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16274
16275         * tls.el (tls-program): Provide more custom choices from
16276         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16277         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16278
16279 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16280
16281         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16282         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16283
16284         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16285         `nnmail-spool-file'.
16286
16287         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16288         `nnmail-spool-file'.
16289
16290         * gnus-move.el (gnus-change-server): Ditto.
16291
16292         * gnus-kill.el (gnus-batch-score): Ditto.
16293
16294         * gnus-cache.el (gnus-jog-cache): Ditto.
16295
16296         * gnus-msg.el (gnus-summary-reply):
16297         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16298
16299 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16300
16301         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16302         version.  Minor improvement to doc strings.
16303         (tls-program): Add comment.
16304
16305 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16306
16307         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16308         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16309         mismatch between the hostname provided in the certificate and the name
16310         of the host connnecting to.
16311         (open-tls-stream): Use them.  Check certificates against trusted root
16312         certificates.
16313
16314 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16315
16316         * gnus-cache.el (gnus-cache-generate-nov-databases):
16317         Use nnml-generate-nov-databases-directory instead of
16318         nnml-generate-nov-databases-1.
16319
16320 2007-11-24  Glenn Morris  <rgm@gnu.org>
16321
16322         * message.el (message-tool-bar-retro): Update for rename
16323         mail_send.xpm->mail-send.xpm.
16324
16325 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16326
16327         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16328         `smime-ldap-search' for Emacs 22 and up.
16329
16330 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16331
16332         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16333
16334         * message.el (message-send-mail-function): Fix error convention.
16335         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16336         (message-widen-reply, message-send-mail, message-talkative-question)
16337         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16338         (message-clone-locals, message-send-news): Use with-current-buffer.
16339         (message-insert-or-toggle-importance): Remove unused var `valid'.
16340         (message-make-references): Remove unused var `new-references'.
16341         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16342
16343 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16344
16345         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16346         (spam-split-symbolic-return-positive): Reflow docstring.
16347         (spam-backends, spam-summary-exit-behavior)
16348         (spam-mark-ham-unread-before-move-from-spam-group)
16349         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16350         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16351         (spam-clear-cache, spam-backend-check, spam-install-backend)
16352         (spam-install-statistical-backend, spam-list-of-processors)
16353         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16354         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16355         (spam-check-crm114, spam-initialize, spam-unload-hook):
16356         Fix typos in docstrings.
16357
16358 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16361         been checked if they have never been read and those group levels are
16362         higher than the one that a user specified.
16363
16364 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16367         foreign groups unless a group level is specified by a user.
16368         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16369
16370 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16371
16372         * message.el (message-send-mail-function): Require sendmail.
16373
16374 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16375
16376         * message.el (message-send-mail-function): Check for smtpmail too.
16377
16378         * utf7.el (utf7-encode, utf7-decode): Use coding system
16379         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16380
16381         * message.el (message-send-mail-function): New function.
16382         (message-send-mail-function): Set default using
16383         message-send-mail-function.  Adjust doc string.
16384         (message-send-mail-with-mailclient): New function.
16385
16386 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16387
16388         * smime.el (from):
16389         * rfc2047.el (message-posting-charset):
16390         * qp.el (mm-use-ultra-safe-encoding):
16391         * pop3.el (parse-time-months):
16392         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16393         * nnml.el (files):
16394         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16395         (jka-compr-compression-info-list, ange-ftp-path-format)
16396         (efs-path-regexp):
16397         * nndiary.el (files):
16398         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16399         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16400         (epg-digest-algorithm-alist, inhibit-redisplay)
16401         (password-cache-expiry):
16402         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16403         (pgg-output-buffer, password-cache-expiry):
16404         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16405         (efs-path-regexp):
16406         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16407         (inhibit-redisplay):
16408         * mm-uu.el (file-name, start-point, end-point, entry)
16409         (gnus-newsgroup-name, gnus-newsgroup-charset):
16410         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16411         (latin-unity-ucs-list):
16412         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16413         (mm-uu-binhex-decode-function):
16414         * message.el (gnus-message-group-art, gnus-list-identifiers)
16415         (rmail-enable-mime-composing, gnus-local-organization)
16416         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16417         (gnus-read-active-file, facemenu-add-face-function)
16418         (facemenu-remove-face-function, gnus-article-decoded-p)
16419         (tool-bar-mode):
16420         * mail-source.el (display-time-mail-function):
16421         * gnus-util.el (nnmail-pathname-coding-system)
16422         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16423         (gnus-original-article-buffer, gnus-user-agent)
16424         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16425         (xemacs-codename, sxemacs-codename, emacs-program-version):
16426         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16427         * gnus-start.el (gnus-agent-covered-methods)
16428         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16429         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16430         (gnus-newsgroup-headers, gnus-group-list-mode)
16431         (gnus-group-mark-positions, gnus-newsgroup-data)
16432         (gnus-newsgroup-unreads, nnoo-state-alist)
16433         (gnus-current-select-method, mail-sources)
16434         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16435         (nnmail-spool-file, gnus-cache-active-hashtb):
16436         * gnus-mh.el (mh-lib-progs):
16437         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16438         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16439         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16440         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16441         (gnus-group-buffer):
16442         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16443         (font-lock-set-defaults):
16444         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16445         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16446         (gnus-summary-post-menu, total-parts, type, condition, length):
16447         * gnus-agent.el (gnus-agent-read-agentview):
16448         * flow-fill.el (show-trailing-whitespace):
16449         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16450         eval-and-compile wrappers for byte compiler pacifiers.
16451
16452         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16453         (mm-display-inline-fontify): Check for featurep 'xemacs not
16454         extent-list.
16455
16456         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16457         itimer-list.
16458         (mm-create-image-xemacs): Only do something for XEmacs.
16459         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16460
16461         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16462
16463         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16464         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16465
16466 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16467
16468         * nnimap.el (nnimap-split-download-body):
16469         * gnus-demon.el (gnus-demon):
16470         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16471
16472 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16475         New macros.
16476         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16477         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16478         copy data from unibyte buffer to multibyte current buffer.
16479         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16480         to copy data from unibyte current buffer to multibyte buffer.
16481         (nntp-make-process-buffer): Make process buffer unibyte.
16482
16483         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16484
16485 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16486
16487         * pop3.el (pop3-open-server): Accept and process data more robustly at
16488         connection start to avoid spurious "POP SSL connection failed" errors.
16489
16490 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16493         read group names.
16494
16495 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16496
16497         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16498
16499 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16502         (nnmail-save-active): Use a unibyte buffer when saving active file,
16503         which may contain non-ASCII group names.
16504
16505         * nnml.el (nnml-request-group): Decode group names in messages.
16506
16507 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16508
16509         * message.el (message-citation-line-function)
16510         (message-insert-formatted-citation-line): Fix spelling of
16511         `message-insert-formated-citation-line'.
16512
16513 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16514
16515         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16516
16517 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16520         nnmail-pathname-coding-system.
16521
16522         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16523         that a user enters; decode group names in messages.
16524
16525         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16526
16527 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16528
16529         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16530
16531         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16532
16533         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16534         risky local variable.
16535
16536         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16537
16538 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16539
16540         * encrypt.el: Improve documentation to fix function name typo.
16541         Reported by Daiki Ueno <ueno@unixuser.org>.
16542
16543 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16546         even if the point is not in the last page of an article.
16547         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16548         back to the previous page.
16549
16550 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16551
16552         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16553
16554 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16557
16558 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16559
16560         * message.el (message-check-news-body-syntax):
16561         Avoid mm-string-as-multibyte.
16562         (message-hide-headers): Don't assume (point-min)==1.
16563
16564 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16565
16566         * message.el (message-remove-blank-cited-lines): Fix if remove is
16567         given.
16568         (message-bogus-address-regexp): New variable.
16569         (message-bogus-recipient-p): New function.
16570         (message-check-recipients): New command.
16571         (message-syntax-checks): Add `bogus-recipient'.
16572         (message-fix-before-sending): Add `bogus-recipient'.
16573
16574         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16575         (gnus-treat-body-boundary): Don't test window-system.
16576
16577 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16578
16579         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16580
16581 2007-10-28  Miles Bader  <miles@gnu.org>
16582
16583         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16584         at compile-time too.
16585
16586 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16587
16588         * gnus-msg.el (gnus-message-setup-hook):
16589         Add `message-remove-blank-cited-lines' to options.
16590
16591 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16592
16593         * message.el (message-remove-blank-cited-lines): New function.
16594         Suggested by Karl Plästerer.
16595
16596 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16599         mapc.
16600
16601         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16602         (top-level): Use mapc to set functions to be traced for debugging.
16603
16604         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16605         called for effect with while loop.
16606
16607         * message.el (message-talkative-question): Replace mapcar called for
16608         effect with mapc.
16609
16610         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16611         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16612         called for effect with dolist.
16613
16614         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16615
16616         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16617         gnus-extra-headers and nnmail-extra-headers.
16618
16619         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16620         called for effect with dolist.
16621         (top-level): Use mapc to set functions to be traced for debugging.
16622
16623         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16624         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16625         dolist.
16626
16627         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16628         Replace mapcar called for effect with mapc.
16629         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16630         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16631         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16632         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16633
16634         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16635         remove-if that's a cl function.
16636
16637         * webmail.el (webmail-debug): Replace mapcar called for effect with
16638         dolist.
16639
16640         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16641         with mapc.
16642
16643 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16646         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16647         with while loop.
16648
16649         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16650         functions from article-* functions.
16651         (gnus-multi-decode-header): Replace mapcar called for effect with
16652         dolist.
16653
16654         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16655         (gnus-bookmark-show-details): Replace mapcar called for effect with
16656         while loop.
16657
16658         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16659         called for effect with while loop.
16660
16661         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16662         with dolist.
16663
16664         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16665         Replace mapcar called for effect with dolist.
16666
16667         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16668
16669         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16670         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16671         Replace mapcar called for effect with dolist.
16672         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16673         mapc.
16674
16675         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16676         Replace mapcar called for effect with dolist.
16677         (gnus-topic-list): Replace mapcar called for effect with mapc.
16678
16679         * gnus.el: Use mapc instead of mapcar to add autoloads.
16680
16681 2007-10-23  Richard Stallman  <rms@gnu.org>
16682
16683         * gnus-group.el (gnus-group-highlight): Mark as risky.
16684
16685 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus.el (gnus-server-to-method): Return method found first in
16688         gnus-newsrc-alist.
16689
16690         * gnus-art.el (gnus-article-highlight-signature)
16691         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16692         button overlay without the front stickiness.
16693
16694 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16695
16696         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16697         overview buffer needed a catch to receive its throw.
16698         (gnus-agent-flush-cache): Declare as interactive to make this function
16699         easier to use.
16700
16701 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16702
16703         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16704         `next-line'.
16705
16706 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16707
16708         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16709         exclude address matching message-dont-reply-to-names.
16710
16711 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-util.el (gnus-string<): New function.
16714
16715         * gnus-sum.el (gnus-article-sort-by-author)
16716         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16717
16718 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16721         the frame-focus tag is set in gnus-buffer-configuration.
16722
16723 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16726         the front stickiness.
16727
16728 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16731         url pattern; remove duplicate one.
16732         (gnus-article-extend-url-button): New function.
16733         (gnus-article-add-buttons): Use it.
16734         (gnus-button-push): Use concatenated url that it makes.
16735
16736 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16737
16738         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16739
16740 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16741
16742         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16743         Don't hardcode point-min==1.
16744
16745 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16746
16747         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16748         Fix comment about "iso8859-1".
16749
16750 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16751
16752         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16753         ones returned from the verify-function.
16754
16755         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16756         Call mml2015-extract-cleartext-signature if extraction failed.
16757
16758 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16759
16760         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16761         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16762         failed.
16763
16764 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16765
16766         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16767
16768 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16769
16770         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16771         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16772         recommends to use EasyPG instead of PGG.
16773
16774         * pgg.el: Revert to revision 6.23.2.16.
16775
16776         * pgg-def.el: Revert to revision 6.6.2.14.
16777
16778         * pgg-gpg.el: Revert to revision 6.23.2.34.
16779
16780 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16781
16782         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16783         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16784         thread for both the null and zero (kill/expire thread) universal prefix
16785         cases.
16786         (gnus-summary-expire-thread): Add new function to expire a thread,
16787         using gnus-summary-kill-thread.
16788         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16789         shortcuts for gnus-summary-expire-thread.
16790         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16791         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16792
16793 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16794
16795         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16796         extras value, so an extras entry can be deleted.
16797         (gnus-registry-delete-extra-entry): Use it.
16798         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16799         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16800         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16801         storage through the gnus-registry, and provide an appropriate API for
16802         it.
16803
16804 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16807         Suggested by Leo <sdl.web@gmail.com>.
16808
16809         * gnus.el: Do.
16810
16811 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16814         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16815
16816         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16817
16818         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16819         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16820
16821 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16824         newline.
16825         (nnmbox-request-accept-article): Don't change article in source buffer;
16826         narrow to header to use message-fetch-field rather than
16827         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16828         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16829         as delimiters; make sure article ends with newline.
16830         (nnmbox-delete-mail): Correct last position of article to be deleted;
16831         ignore X-Gnus-Newsgroup header in article body.
16832         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16833         positions; make sure article ends with newline.
16834
16835         * message.el (message-display-abbrev): Don't infloop when a user
16836         inserts SPC in the beginning of header.
16837
16838         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16839         coding-system-for-read and coding-system-for-write for XEmacs having no
16840         file-coding feature.
16841
16842         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16843
16844 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16845
16846         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16847         list of groups not followed by default.  Fix type to be regexp.
16848         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16849
16850 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16851
16852         * hmac-def.el (define-hmac-function): Switch from old-style to
16853         new-style backquotes.
16854
16855         * md4.el (md4-make-step): Likewise.
16856
16857 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16860         raw-text coding system when saving .newsrc file, which may contain
16861         non-ASCII group names.
16862
16863 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * gnus-cus.el (gnus-score-extra): New widget.
16866         (gnus-score-extra-convert): New function.
16867         (gnus-score-customize): Use it for Extra.
16868
16869 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16870
16871         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16872         (mml2015-mailcrypt-clear-verify): Use it.
16873         (mml2015-gpg-clear-verify): Use it.
16874         (mml2015-pgg-clear-verify): Use it.
16875         (mml2015-epg-clear-verify): Replace the current part with the output
16876         from GnuPG; don't extract the plaintext by itself.
16877
16878         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16879         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16880         mml2015-clear-verify-function; don't touch the armor headers or
16881         dash-escaped text here.
16882
16883 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16886         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16887         parts, or application/octet-stream as a last resort.
16888         (gnus-mime-view-part-as-type): Don't toggle display.
16889         (gnus-mime-view-part-as-charset): Don't turn off display before
16890         querying charset.
16891
16892         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16893         stuff to undisplayer function in Emacs.
16894         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16895
16896         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16897         text/calendar parts.
16898
16899 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16902         decoding text/calendar parts.
16903
16904         * message.el (message-forward-make-body-mime): Always mark body as
16905         having no illegible text; remove signed-or-encrypted argument.
16906         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16907
16908         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16909         (mml-generate-mime-1): Don't encode body if it is specified to be in
16910         raw form; don't make buffer be unibyte when inserting multibyte string.
16911
16912 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16913
16914         * sha1.el: Fix up comment style.
16915         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16916         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16917
16918         * hex-util.el: Fix up comment style.
16919         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16920
16921         * gnus-salt.el: Use with-current-buffer.
16922         (gnus-pick-setup-message): Fix long-standing typo.
16923
16924 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * imap.el (imap-logout-timeout): New variable.
16927         (imap-logout, imap-logout-wait): New functions.
16928         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16929
16930         * nnimap.el (nnimap-logout-timeout): New server variable.
16931         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16932         nnimap-logout-timeout.
16933
16934         * gnus-art.el (gnus-article-summary-command-nosave)
16935         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16936
16937 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * gnus.el (gnus-maximum-newsgroup): New variable.
16940
16941         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16942         according to gnus-maximum-newsgroup.
16943
16944         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16945         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16946         Limit the range of articles according to gnus-maximum-newsgroup.
16947
16948 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16949
16950         * gnus-art.el (gnus-sticky-article): Fix problems described in
16951         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16952         Don't perform gnus-configure-windows here; reuse existing sticky
16953         article buffer.
16954
16955         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16956         it doesn't exist in gnus-article-mode.
16957
16958 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16961         (gnus-agent-decoded-group-name): New function.
16962         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16963         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16964
16965 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16966
16967         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16968         Add binding for gnus-sticky-article.
16969         (gnus-summary-exit): Don't kill sticky article buffers.
16970
16971         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16972         article buffer.
16973         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16974         (gnus-kill-sticky-article-buffers): New commands.
16975
16976 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * nntp.el (nntp-xref-number-is-evil): New server variable.
16979         (nntp-find-group-and-number): If it is non-nil, don't trust article
16980         numbers in the Xref header.
16981
16982 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * gnus-agent.el (gnus-agent-read-group): New function.
16985         (gnus-agent-flush-group, gnus-agent-expire-group)
16986         (gnus-agent-regenerate-group): Use it.
16987         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16988         nnmail-pathname-coding-system.
16989
16990 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16993
16994         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16995         that are unread as unread, and also as selected so that information of
16996         marks having been changed by a user may be updated when exiting group.
16997
16998 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16999
17000         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17001
17002 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17005         calculated ignoring signature parts to gnus-treat-article.
17006
17007 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17010         a point here in order to keep the window start.
17011         (gnus-insert-mime-security-button): Make a button overlay without the
17012         front stickiness.
17013         (gnus-mime-display-security): Goto the end of a button.
17014
17015         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17016
17017 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17020         group-name-at-point.
17021         (gnus-group-completing-read): New function that offers decoded
17022         non-ASCII group names for completion.
17023         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17024         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17025         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17026         (gnus-group-fetch-control): Use it.
17027         (gnus-fetch-group): Use group-name-at-point for the initial value
17028         rather than the default value; use gnus-alive-p.
17029
17030         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17031         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17032         (gnus-summary-post-news): Use gnus-group-completing-read.
17033
17034         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17035         (gnus-read-move-group-name): Decode group name for completion.
17036
17037 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17038
17039         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17040         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17041         Yamaoka slightly modified the code).
17042
17043 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17046         (nnmail-split-incoming): Bind it.
17047
17048         * nnml.el (nnml-group-name-charset): New function.
17049         (nnml-decoded-group-name): Use it; don't decode group name if
17050         nnmail-group-names-not-encoded-p is non-nil.
17051         (nnml-encoded-group-name): New function.
17052         (nnml-group-pathname): Inline nnml-decoded-group-name.
17053         (nnml-request-expire-articles): Decode group name in message.
17054         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17055         nnmail-pathname-coding-system.
17056         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17057         not decoded ones according to nnmail-group-names-not-encoded-p.
17058         (nnml-generate-active-info): Use nnml-encoded-group-name.
17059
17060 2007-08-08  Glenn Morris  <rgm@gnu.org>
17061
17062         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17063         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17064         doc-strings and comments.
17065
17066 2007-07-25  Glenn Morris  <rgm@gnu.org>
17067
17068         * Relicense all FSF files to GPLv3 or later.
17069
17070 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus-sum.el (gnus-summary-move-article):
17073         Make gnus-summary-respool-article work.
17074
17075 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17076
17077         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17078         string.
17079
17080 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17081
17082         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17083         that should be ignored when comparing distant RSS articles with local
17084         ones.
17085         (nnrss-make-hash-index): New function.  Create a hash index according
17086         to the ignored fields.
17087         (nnrss-check-group): Use it.
17088
17089 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17092
17093         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17094
17095         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17096         the new optional argument ENCODED is non-nil.
17097         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17098         coding system for encoding group name.
17099         (gnus-group-make-rss-group): Pass un-encoded group name to
17100         gnus-group-make-group.
17101         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17102         encoded.
17103
17104         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17105         Encode group name to which articles are moved or copied.
17106         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17107         coding system for encoding Newsgroup, Followup-To and Xref headers.
17108
17109         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17110         marks; use nnheader-file-coding-system to write a file.
17111         (nnagent-retrieve-headers): Bind file-name-coding-system to
17112         nnmail-pathname-coding-system.
17113
17114         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17115
17116         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17117         (nnml-request-article, nnml-request-create-group)
17118         (nnml-request-rename-group, nnml-find-id)
17119         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17120         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17121         (nnml-save-marks): Use nnml-group-pathname instead of
17122         nnmail-group-pathname.
17123
17124         (nnml-request-create-group, nnml-request-expire-articles)
17125         (nnml-request-move-article, nnml-request-delete-group)
17126         (nnml-deletable-article-p, nnml-possibly-create-directory)
17127         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17128         (nnml-open-marks): Bind file-name-coding-system to
17129         nnmail-pathname-coding-system.
17130
17131         (nnml-request-article): Pass server argument to nnml-find-group-number.
17132         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17133         Pass server argument to nnml-possibly-create-directory.
17134         (nnml-request-accept-article): Pass server argument to
17135         nnml-active-number and nnml-save-mail.
17136         (nnml-find-group-number): Pass server argument to nnml-find-id.
17137         (nnml-request-update-info): Pass server argument to
17138         nnml-marks-changed-p.
17139
17140         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17141         (nnml-save-mail, nnml-active-number): Add server argument.
17142
17143         (nnml-request-delete-group): Warn if group is missing.
17144         (nnml-get-nov-buffer): Decode group name.
17145         (nnml-generate-active-info): Encode group name.
17146         (nnml-open-marks): Decode group name in messages.
17147
17148 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17151         if it is not specified.
17152         (gnus-article-pipe-part, gnus-article-save-part)
17153         (gnus-article-interactively-view-part, gnus-article-copy-part)
17154         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17155         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17156         (gnus-article-replace-part, gnus-article-delete-part)
17157         (gnus-article-view-part-as-type): Pass raw prefix argument to
17158         gnus-article-part-wrapper.
17159
17160 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * gnus-agent.el (gnus-agent-save-active):
17163         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17164
17165         * gnus-cache.el (gnus-cache-save-buffers)
17166         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17167         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17168         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17169         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17170         (gnus-cache-generate-active, gnus-cache-rename-group)
17171         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17172         (gnus-cache-update-overview-total-fetched-for):
17173         Bind file-name-coding-system to nnmail-pathname-coding-system.
17174         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17175         New variables.
17176         (gnus-cache-decoded-group-name): New function.
17177         (gnus-cache-file-name): Use it.
17178         (gnus-cache-generate-active): Use non-decoded group name for active.
17179
17180         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17181         right place.
17182         (gnus-write-active-file): Don't break non-ASCII group names.
17183
17184         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17185         nnmail-pathname-coding-system.
17186
17187         * lpath.el: Bind default-file-name-coding-system,
17188         file-name-coding-system and language-info-alist for XEmacs.
17189
17190         * gnus-uu.el (gnus-uu-decode-save): Typo.
17191
17192 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17195
17196 2007-07-14  David Kastrup  <dak@gnu.org>
17197
17198         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17199         finishing actions if we did not edit the article.
17200
17201 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17204         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17205         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17206         (gnus-agent-flush-group, gnus-agent-flush-cache)
17207         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17208         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17209         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17210         (gnus-agent-regenerate-group)
17211         (gnus-agent-update-files-total-fetched-for)
17212         (gnus-agent-update-view-total-fetched-for):
17213         Bind file-name-coding-system to nnmail-pathname-coding-system.
17214         (gnus-agent-group-pathname): Don't encode file names by
17215         nnmail-pathname-coding-system.
17216         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17217         coding-system-for-write instead of buffer-file-coding-system to
17218         gnus-agent-file-coding-system.
17219
17220         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17221         Decode group name.
17222
17223         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17224
17225         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17226         (gnus-read-newsrc-el-file): Make group names unibyte.
17227
17228         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17229         nnmail-pathname-coding-system.
17230
17231         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17232         (nnrss-request-delete-group): Bind file-name-coding-system to
17233         nnmail-pathname-coding-system.
17234         (nnrss-read-server-data, nnrss-read-group-data):
17235         Bind file-name-coding-system correctly.
17236         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17237
17238         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17239         (nntp-server-to-method-cache): New variable.
17240         (nntp-group-pathname): New function that decodes non-ASCII group names.
17241         (nntp-possibly-create-directory, nntp-marks-changed-p)
17242         (nntp-save-marks, nntp-open-marks): Use it.
17243         (nntp-possibly-create-directory, nntp-open-marks):
17244         Bind file-name-coding-system to nnmail-pathname-coding-system.
17245         (nntp-open-marks): Decode group names when bootstrapping marks.
17246
17247         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17248         Newsgroups and Followup-To headers.
17249
17250 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17253         (gnus-server-closed-face, gnus-server-denied-face)
17254         (gnus-server-offline-face): Remove variable.
17255         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17256
17257         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17258         of modifying message-stack directly for XEmacs.
17259
17260         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17261         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17262         if the coding-system argument is nil for XEmacs.
17263
17264         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17265         mm-charset-override-alist.
17266
17267         * rfc2047.el: Don't require base64; require rfc2045 for the function
17268         rfc2045-encode-string.
17269         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17270         to quote the parameter value.
17271
17272 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17273
17274         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17275         form in gnus-group-name-charset-method-alist.
17276
17277         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17278         overrides the default layout edit-form.
17279
17280         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17281
17282         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17283
17284 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17287         as unfetched articles.
17288
17289 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17290
17291         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17292
17293 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17294
17295         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17296         original back end that keeps marks in the local system.
17297
17298 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17301         arg of pop-to-buffer for XEmacs.
17302         (gnus-article-read-summary-keys): Ditto; don't restore window
17303         configuration if summary command ends up with neither article buffer
17304         nor summary buffer; describe bindings if summary keys end with C-h.
17305
17306 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * message.el (message-fix-before-sending): Skip raw message part to be
17309         forwarded while checking illegible text.
17310         (message-forward-make-body-mime, message-forward-make-body):
17311         Mark signed or encrypted raw message as having no illegible text.
17312
17313 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17314
17315         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17316         (gnus-message-with-timestamp-1): New macro.
17317         (gnus-message-with-timestamp): New function.
17318         (gnus-message): Use them.
17319
17320         * nnheader.el (nnheader-message): Use them.
17321
17322 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17323
17324         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17325         .newsrc.eld file.
17326
17327 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * gnus-agent.el (gnus-agent-fetch-headers)
17330         (gnus-agent-retrieve-headers):
17331         Bind gnus-decode-encoded-address-function to identity.
17332
17333         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17334         available also when the server returns simply a dot.
17335
17336         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17337
17338 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17341
17342 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * gnus-ems.el (gnus-x-splash): Make it work.
17345
17346         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17347         from being used.
17348
17349         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17350
17351 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17352
17353         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17354         4th and the 5th arguments.
17355
17356         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17357         the front stickiness.
17358         (gnus-article-summary-command-nosave): Correct the order of the
17359         arguments passed to pop-to-buffer.
17360         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17361         summary command ends up with the article buffer.
17362
17363         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17364         the same faces.
17365
17366 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17367
17368         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17369
17370 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17371
17372         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17373         * gnus-sum.el (gnus-summary-highlight):
17374         * pgg.el (pgg-sign-region, pgg-sign):
17375         * mail-source.el (mail-source-delete-old-incoming-confirm):
17376         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17377
17378 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17379
17380         * gnus-art.el (gnus-mime-view-part-externally)
17381         (gnus-mime-view-part-internally): Fix predicate function passed to
17382         completing-read.
17383
17384         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17385
17386         * gnus.el (gnus-update-message-archive-method): Add :version.
17387
17388 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * gnus.el (gnus-update-message-archive-method): New variable.
17391
17392         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17393         according to gnus-message-archive-method if
17394         gnus-update-message-archive-method is non-nil.
17395
17396 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17397
17398         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17399         Suggested by Loic Dachary <loic@dachary.org>.
17400         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17401
17402 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * message.el (message-pop-to-buffer): Add switch-function argument.
17405         (message-mail): Pass switch-function argument to it.
17406
17407 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17408
17409         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17410         Improve doc string.
17411
17412 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17415         (gnus-header-content):
17416         * gnus-cite.el (gnus-cite-10):
17417         * gnus-srvr.el (gnus-server-closed):
17418         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17419         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17420         (gnus-group-mail-3-empty, gnus-group-mail-low)
17421         (gnus-group-mail-low-empty, gnus-splash):
17422         * message.el (message-header-to, message-header-cc)
17423         (message-header-subject, message-header-other, message-header-name)
17424         (message-header-xheader, message-separator, message-cited-text)
17425         (message-mml): Lighten colors of faces used for dark background.
17426
17427 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17428
17429         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17430         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17431
17432 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * message.el (message-narrow-to-headers-or-head):
17435         Ignore mail-header-separator in the body.
17436
17437 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17438
17439         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17440         same as window size.
17441
17442 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17443
17444         * message.el (message-font-lock-keywords): Use message-header-xheader
17445         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17446         ahead of the anything pattern, to get it recognized.
17447
17448 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17451         spam.el loads uses it in the compiled defadvice form.
17452
17453 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17454
17455         * gnus-sum.el (gnus-articles-to-read)
17456         (gnus-summary-insert-old-articles): Don't truncate group name for
17457         `read-string'.
17458
17459         * gnus-util.el (gnus-limit-string): Delete this function.
17460
17461         * gnus-sum.el (gnus-simplify-subject-fully):
17462         Use `truncate-string-to-width' instead.
17463
17464 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17465
17466         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17467         Tell if, on summary exit, the next group has to be selected.
17468         (gnus-summary-exit): Use it.
17469
17470 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17471
17472         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17473         non-break space.
17474
17475 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17478         Check if group is not a directory.
17479         (nnfolder-request-expire-articles): Don't delete articles if the target
17480         group is not available.
17481
17482         * nnml.el (nnml-request-create-group): Properly check if group is not a
17483         file.
17484         (nnml-request-expire-articles): Don't delete articles if the target
17485         group is not available.
17486
17487         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17488         Don't quote characters that are within parentheses.
17489
17490 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17493         (gnus-handle-ephemeral-exit): Select article according to it.
17494
17495 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17496
17497         * message.el (message-insert-formated-citation-line): Remove newline.
17498         (message-citation-line-format): Add final \n here so that the user can
17499         avoid a blank line.
17500
17501 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17502
17503         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17504         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17505         Update lanl/arXiv support.
17506
17507 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17508
17509         * gnus.el: Bump version number.
17510
17511 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17512
17513         * gnus.el (gnus-version-number): Bump version.
17514
17515 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17516
17517         * gnus.el: No Gnus v0.6 is released.
17518
17519 2007-04-27  Didier Verna  <didier@xemacs.org>
17520
17521         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17522         * gmm-utils.el (gmm-regexp-concat): ... here.
17523         * message.el: Don't require 'gnus-util.
17524         (message-dont-reply-to-names): Handle name change above.
17525         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17526
17527 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17530         since the initial value varies according to the system.
17531
17532 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17535
17536 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17537
17538         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17539
17540 2007-04-24  Didier Verna  <didier@xemacs.org>
17541
17542         Improve the type of gnus-ignored-from-addresses.
17543         * gnus-util.el (gnus-orify-regexp): New function.
17544         * message.el (gnus-util): Require it.
17545         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17546         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17547         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17548
17549 2007-04-24  Didier Verna  <didier@xemacs.org>
17550
17551         * gnus-sum.el:
17552         * gnus-utils.el: Fix some trailing whitespaces.
17553
17554 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17557         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17558         article's Message-ID; refer parent article in summary buffer.
17559
17560         * message.el (message-bounce): Call mime-to-mml.
17561
17562         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17563         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17564         optimize and/or forms properly.
17565
17566 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17567
17568         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17569         URL.
17570
17571 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17574
17575 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17578         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17579         displayed of multipart/alternative part if it is invoked from summary
17580         buffer.
17581
17582         * mm-view.el (mm-inline-text-html-render-with-w3m)
17583         (mm-inline-text-html-render-with-w3m-standalone)
17584         (mm-inline-render-with-function): Use mail-parse-charset by default.
17585
17586 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17587
17588         * parse-time.el (parse-time-string-chars): Check if CHAR
17589         is less than the length of parse-time-syntax.
17590
17591 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17594         from gnus-newsgroup-processable.
17595
17596 2007-04-16  Didier Verna  <didier@xemacs.org>
17597
17598         * gnus-msg.el (gnus-configure-posting-styles):
17599         Handle message-signature-directory properly with :file syntax.
17600         Reported by "Leo".
17601
17602 2007-04-11  Didier Verna  <didier@xemacs.org>
17603
17604         New user option: message-signature-directory.
17605         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17606         * message.el (message-insert-signature): Ditto.
17607         * message.el (message-signature-file): Doc update.
17608         * message.el (message-signature-directory): New.
17609
17610 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * gnus-msg.el (gnus-inews-yank-articles):
17613         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17614
17615 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * message.el (message-yank-original): Make sure cited text ends with
17618         newline; don't exchange point and mark.
17619
17620 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17621
17622         * tls.el (open-tls-stream): Properly handle case where there
17623         is no associated buffer.
17624
17625 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17626
17627         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17628         message-yank-original, make sure (< mark TEXT point).
17629
17630 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17631
17632         * message.el (message-fill-column): New variable.
17633         (message-mode): Use it.  Add comment on a possible new hook.
17634
17635         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17636         (nnmail-get-new-mail): Reformat.
17637
17638         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17639
17640         * gmm-utils.el: Fix Commentary.
17641         (gmm-tool-bar-from-list): Fix typo in doc string.
17642
17643 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17644
17645         * message.el (message-yank-original): Don't switch point and mark
17646         unnecessarily to put point and mark as documented.
17647
17648 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17649
17650         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17651         from the message heads.
17652
17653 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17654
17655         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17656         article buffer does not have a window.  This may not be the best
17657         solution but is certainly better than setting the start of the null,
17658         that is the current, window.
17659
17660 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17661
17662         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17663         (gnus-draft-setup): Run it.
17664
17665         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17666         gnus-score-fast-scoring.  Allow regexp.
17667         (gnus-score-headers): Use it.
17668
17669         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17670         XEmacs.
17671
17672         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17673         string.
17674         (gnus-button-alist): Also catch `<f1> k ...'.
17675         (gnus-treat-display-x-face): Fix doc string.
17676
17677 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17678
17679         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17680         evaluation of gnus-extended-version to ensure correct generation of the
17681         User-Agent header when message-generate-headers-first is used.
17682
17683 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17684
17685         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17686         hashcash-path is nil.  Don't call callback with incorrect number of
17687         parameters if val is 0.
17688
17689 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17690
17691         * message.el (message-required-news-headers):
17692         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17693
17694 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17695
17696         * tls.el (open-tls-stream): In handshake-waiting loop,
17697         don't wait more if there is output available to process.
17698
17699 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17700
17701         * tls.el (tls-program): Doc fix.
17702
17703 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17704
17705         * message.el (message-generate-new-buffers): Change the meaning of the
17706         nil value; add `standard' to the choices; treat t as `unique'; improve
17707         doc string.
17708         (gnus-select-frame-set-input-focus): Autoload.
17709         (message-buffer-name): Search for the existing message buffer if
17710         message-generate-new-buffers is nil or `standard'; treat the value t of
17711         message-generate-new-buffers as `unique'.
17712         (message-pop-to-buffer): Raise the frame already displaying the message
17713         buffer; clear the echo area after querying.
17714         (message-setup): Pass the `continue' argument to compose-mail.
17715         (message-mail): Prefer `switch-function' if it is given; search for the
17716         existing message buffer if the `continue' argument is non-nil; pass
17717         continue and switch-function arguments to compose-mail by way of
17718         message-setup.
17719         (message-mail-other-window): Adjust argument of message-setup.
17720         (message-mail-other-frame): Ditto.
17721
17722 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17725         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17726         to turn font-lock on when turning gnus-message-citation-mode on.
17727
17728 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17729
17730         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17731         (mml-smime-function-alist): New variable; add epg as the backend.
17732         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17733         mml-smime- functions instead.
17734         * mm-view.el: Require smime.
17735
17736 2007-03-05  Didier Verna  <didier@xemacs.org>
17737
17738         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17739         instead of just inheritance for posting styles.
17740         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17741
17742 2007-02-24  Chris Moore  <dooglus@gmail.com>
17743
17744         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17745         * pgg-pgp.el (pgg-pgp-encrypt-region):
17746         * pgg-gpg.el (pgg-gpg-encrypt-region):
17747         Check pgg-encrypt-for-me if no other recipients.
17748
17749 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17750
17751         * tls.el (tls-certtool-program): Fix custom type.
17752
17753 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17756         and point-at-eol instead of line-(beginning|end)-position.
17757
17758         * assistant.el (assistant-parse-buffer): Ditto.
17759
17760         * netrc.el (netrc-parse-services): Ditto.
17761
17762 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17763
17764         * mml2015.el (mml2015-epg-find-usable-key): New function.
17765         (mml2015-epg-sign): Use it.
17766         (mml2015-epg-encrypt): Use it.
17767
17768 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * message.el (message-make-in-reply-to): Quote name containing
17771         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17772         if there are special characters.  Reported by NAKAJI Hiroyuki
17773         <nakaji@jp.freebsd.org>.
17774
17775 2007-02-27  Didier Verna  <didier@xemacs.org>
17776
17777         Include the group parameters as well as the topic ones in the
17778         inheritance filter process.
17779         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17780         argument GROUP-PARAMS-LIST.
17781         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17782
17783 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * nntp.el (nntp-never-echoes-commands)
17786         (nntp-open-connection-functions-never-echo-commands): New variables.
17787         (nntp-send-command): Use them.
17788
17789 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17790
17791         * mml2015.el (mml2015-epg-verify): Simplify.
17792
17793 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17794
17795         * mml.el (mml-content-disposition-alist): New user option.
17796         (mml-content-disposition): New function.
17797         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17798         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17799
17800 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17801
17802         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17803         verification.
17804
17805 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17806
17807         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17808         articles posted in the last 24 hours.
17809
17810 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17811
17812         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17813
17814 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17815
17816         * nntp.el (nntp-send-command): Don't wait for echoes when
17817         nntp-open-ssl-stream is used.
17818
17819 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17822         (gnus-message-add-citation-keywords)
17823         (gnus-message-remove-citation-keywords): Remove.
17824         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17825         directly, make the variables in font-lock-defaults buffer-local, add
17826         gnus-message-citation-keywords to them and then update the value of
17827         font-lock-keywords.
17828
17829 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * message.el (message-cite-original-1): Don't call
17832         gnus-article-highlight-citation.
17833
17834         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17835         citations; fix line count.
17836
17837 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17840         (gnus-message-add-citation-keywords)
17841         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17842         versions of font-lock-add-keywords and font-lock-remove-keywords to
17843         work with XEmacs correctly.
17844
17845 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17846
17847         * gnus-cite.el (gnus-cite-face-list): Set the values of
17848         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17849         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17850         (gnus-message-cite-prefix-regexp): New variable.
17851         (gnus-message-search-citation-line): Use it; protect against long
17852         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17853         the 0th match data for Emacs.
17854         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17855         (gnus-message-add-citation-keywords): Append keywords rather than
17856         prepending; emulate font-lock-add-keywords if it is not available.
17857         (gnus-message-remove-citation-keywords):
17858         Emulate font-lock-remove-keywords if it is not available.
17859
17860         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17861
17862         * message.el (message-cite-prefix-regexp): Set the value of
17863         gnus-message-cite-prefix-regexp.
17864
17865 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17866
17867         * nnweb.el (nnweb-google-parse-1): Update parser.
17868
17869 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17870
17871         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17872
17873 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17874
17875         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17876         regexp.
17877
17878 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17881         string-to-multibyte.
17882         (uudecode-decode-region-internal): Use it.
17883
17884         * lpath.el: Fbind string-as-multibyte for XEmacs.
17885
17886 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17887
17888         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17889         Fix custom choice.
17890
17891         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17892
17893 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17894
17895         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17896
17897         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17898         `write-region' to respect `mm-inhibit-file-name-handlers'.
17899
17900 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17901
17902         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17903         Use gnus-home-directory instead of "~/" or "$HOME".
17904
17905 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17906
17907         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17908         to mention filename.
17909         Add comments at beginning regarding usage.
17910         (encrypt-write-file-contents): Change interactive so a string is
17911         acceptable.  If the file has no associated model, show an error instead
17912         of a nonsense prompt.
17913
17914 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17915
17916         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17917         Thanks to Yoshihiko Yamada for kind notification of this typo.
17918
17919 2007-01-12  Kenichi Handa  <handa@m17n.org>
17920
17921         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17922         multibyte buffer.
17923
17924 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17925
17926         * gnus-score.el (gnus-score-fast-scoring): New variable.
17927         (gnus-score-headers): Use it.
17928
17929         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17930
17931         * message.el (message-cite-original-1):
17932         Call gnus-article-highlight-citation if requested.
17933         (message-make-from): Allow name and address as optional arguments.
17934
17935         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17936
17937         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17938         bugs to doc string.
17939         (gnus-button-alist): Add mid\\|message-id.
17940         (gnus-button-fetch-group): Extend for use in
17941         `browse-url-browser-function'.
17942         (gnus-button-url-regexp): Try to catch paired parentheses like in
17943         Wikipedia URLs.
17944
17945         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17946         Suggested by Simon Krahnke <overlord@gmx.li>.
17947
17948 2007-01-13  Romain Francoise  <romain@orebokech.com>
17949
17950         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17951         Update copyright.
17952
17953 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17954
17955         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17956
17957 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17958
17959         * gnus-registry.el (gnus-registry-unfollowed-groups)
17960         (gnus-registry-split-fancy-with-parent): Fix documentation.
17961
17962 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17963
17964         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17965         from nnweb groups.
17966
17967 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17968
17969         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17970         Xref urls.  Erase buffer before requesting head.
17971
17972         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17973
17974 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17977         customizable.
17978
17979 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17980
17981         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17982         no signing key is found.
17983         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17984         no encrypting and/or signing key is found.
17985
17986 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17987
17988         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17989
17990 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17991
17992         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17993         headers read from disk with the ones newly found in the current search.
17994         This should no longer cause problems, because the article numbers in
17995         Gmane's `nov.php' output are ignored since the previous change.
17996
17997 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17998
17999         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18000
18001 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18004         replace-regexp-in-string; bind url-version; fbind display-images-p and
18005         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18006         find-face and set-itimer-function for Emacs; bind itimer-list for
18007         Emacs.
18008
18009         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18010
18011 2007-01-01  Romain Francoise  <romain@orebokech.com>
18012
18013         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18014
18015 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18016
18017         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18018         `define-minor-mode' macro definition expanded properly.
18019         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18020         exclude it there.
18021
18022         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18023         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18024         `fboundp' test.
18025         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18026         This is OK to autoload in (S)XEmacs now.
18027
18028 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18029
18030         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18031         keystroke.
18032         (gnus-summary-limit-to-singletons): Fix typo.
18033
18034         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18035         else fails.
18036
18037 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18038
18039         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18040         docstring.
18041
18042         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18043         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18044         (gnus-summary-insert-dormant-articles): Fix typo in message.
18045
18046 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18047
18048         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18049         nil for XEmacs.
18050         (gnus-message-citation-mode): Don't autoload in XEmacs.
18051
18052         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18053
18054 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18055
18056         * nnimap.el (nnimap-expunge-search-string):
18057         Mention nnimap-search-uids-not-since-is-evil in docstring.
18058
18059 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18060
18061         * spam.el: Revert to make-obsolete-variable because
18062         define-obsolete-variable-alias is not supported in Emacs 21.
18063
18064         * spam.el (spam-ifile-path, spam-ifile-database-path)
18065         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18066         make-obsolete-variable.
18067         (spam-bsfilter-path, spam-bsfilter-program)
18068         (spam-spamassassin-path, spam-spamassassin-program)
18069         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18070         Don't use "path" inappropriately.
18071         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18072         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18073         variable names.
18074
18075 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18076
18077         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18078         summary buffer.
18079
18080         * password.el (password-cache-remove): Use clear-string to burn
18081         password, if available.
18082
18083 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18084
18085         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18086
18087         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18088
18089         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18090         (gnus-message-highlight-citation): Move defcustom here from
18091         gnus-cite.el.
18092         (gnus-message-citation-mode): Autoload.
18093
18094         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18095         checks to make it compile with XEmacs.
18096         (gnus-message-citation-mode): New minor mode.
18097         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18098         (gnus-message-highlight-citation): New variables.
18099         (gnus-message-search-citation-line)
18100         (gnus-message-add-citation-keywords)
18101         (gnus-message-remove-citation-keywords)
18102         (turn-on-gnus-message-citation-mode)
18103         (turn-off-gnus-message-citation-mode): New functions.
18104
18105 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18106
18107         * gnus-cite.el: Enable highlighting of different citation levels in
18108         message-mode.
18109
18110 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18111
18112         * message.el (message-make-fqdn): Fix comment.
18113         (message-bogus-system-names): Add ".local".
18114
18115         * spam.el (spam-ifile-path, spam-ifile-program)
18116         (spam-ifile-database-path, spam-ifile-database)
18117         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18118         Don't use "path" inappropriately.
18119         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18120         strings.
18121         (spam-check-ifile, spam-ifile-register-with-ifile)
18122         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18123         Use new variable names.
18124
18125         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18126         (gnus-treat-display-smileys): Simplify using
18127         gnus-image-type-available-p.
18128
18129         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18130         available.
18131
18132         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18133         Use `display-images-p' if available.
18134
18135 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18138         one after turning on the buffer's multibyteness instead of decoding
18139         them directly in the unibyte buffer that causes unexpected conversion
18140         in Emacs 23 (unicode).
18141
18142 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18143
18144         * message.el (message-generate-hashcash): Fix custom type.
18145
18146 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18147
18148         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18149
18150 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18151
18152         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18153         disconnect icons.  Add help text.
18154
18155 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18156
18157         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18158         negated to be consistent with the others we handle.
18159
18160 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18161
18162         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18163         version of gnus-summary-buffer to something, so that we can use two
18164         article buffers at the same time.
18165
18166 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18167
18168         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18169         trigger all the extra headers.
18170         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18171         sorting.
18172
18173 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18174
18175         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18176         solid groups.
18177
18178 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18179
18180         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18181
18182 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18183
18184         * legacy-gnus-agent.el: Add Copyright notice.
18185
18186 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18187
18188         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18189
18190 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18191
18192         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18193
18194         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18195         to make it work reliably in CVS Emacs.
18196         (gnus-summary-limit-strange-charsets-predicate)
18197         (gnus-summary-limit-to-predicate): New functions.
18198
18199 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18200
18201         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18202         specifying array size.
18203         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18204         array if it is too small.
18205         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18206         (gnus-sort-threads-loop): New function.
18207
18208 2006-12-06  Chris Moore  <dooglus@gmail.com>
18209
18210         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18211         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18212
18213 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18214
18215         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18216         options.
18217
18218 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18219
18220         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18221         DOS-ing the recipient.
18222
18223         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18224         the headers when creating the mapping to avoid mismappings.
18225         (nnweb-gmane-create-mapping): Always nix out old mapping.
18226
18227 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18230         and mm-verify-option to never.
18231
18232 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * message.el (message-signed-or-encrypted-p): New function.
18235         (message-forward-make-body): Use it.
18236
18237         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18238         Replace encode-coding-string with mm-encode-coding-string.
18239
18240 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18241
18242         * nneething.el (nneething-decode-file-name):
18243         Replace decode-coding-string with mm-decode-coding-string.
18244
18245         * gnus-int.el (gnus-open-server): Say failed server's name.
18246
18247 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18248
18249         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18250         strings to a single string.  Quote `errors-file-name'.
18251         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18252         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18253         Adjust calls.  Use `shell-quote-argument'.
18254
18255 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18256
18257         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18258         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18259
18260         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18261         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18262         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18263         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18264         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18265         (gnus-subscribe-newsgroup, gnus-1):
18266         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18267         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18268         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18269         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18270
18271 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18272
18273         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18274         keystroke.
18275         (gnus-summary-limit-to-bodies): Implement headersp.
18276
18277 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18278
18279         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18280
18281 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18284
18285 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18286
18287         * message.el (message-generate-hashcash): Expand range of values to
18288         include `opportunistic'.
18289         (message-send-mail): Use it.
18290
18291 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18292
18293         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18294         and comment it.
18295
18296         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18297
18298 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18299
18300         * gnus-util.el (gnus-extract-address-components): Improve comment.
18301
18302 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * gnus-util.el (gnus-extract-address-components): Work with address in
18305         which the name portion contains @.
18306
18307         * lpath.el: Fbind custom-autoload.
18308
18309 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18310
18311         * gnus.el (gnus-start): Move custom group up.
18312         (gnus-select-method): Don't autoload, but make it available for
18313         `customize-variable'.
18314         (gnus-getenv-nntpserver): Don't autoload.
18315
18316 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18317
18318         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18319
18320 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18321
18322         * message.el (message-sendmail-extra-arguments): New variable.
18323         (message-send-mail-with-sendmail): Use it.
18324
18325 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18326
18327         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18328         mm-with-unibyte-current-buffer to make string unibyte.
18329
18330         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18331         mm-string-as-multibyte.
18332
18333 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18334
18335         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18336         Reported by Werner Koch <wk@gnupg.org>.
18337
18338 2006-11-14  Daiki Ueno  <ueno@p360>
18339
18340         * mml2015.el: Autoload epa-select-keys when compiling.
18341
18342 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18343
18344         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18345         message-options.
18346         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18347
18348 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18349
18350         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18351         EasyPG (< 0.0.6).
18352         (mml2015-always-trust): New user option.
18353         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18354         prompt.
18355
18356 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * nntp.el (nntp-authinfo-force): New variable.
18359         (nntp-send-authinfo): Use it.
18360
18361 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18362
18363         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18364         decode encoded words.  Improve prompt.  Add comment about forwarding.
18365         (message-replacement-char): Move up.
18366
18367 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18368
18369         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18370         instead of gnus-intersection because arguments of gnus-sorted-nunion
18371         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18372
18373 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18374
18375         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18376         (message-simplify-subject-functions):
18377         Enable message-strip-subject-encoded-words by default.
18378
18379 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18380
18381         * message.el (message-strip-subject-encoded-words): New function.
18382         (message-simplify-subject-functions): New variable.
18383         (message-simplify-subject): Use it.  Fix typo in doc string.
18384         Support message-strip-subject-encoded-words.
18385
18386 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18387
18388         * gnus-diary.el (gnus-diary-delay-format-function):
18389         * nndiary.el (nndiary-reminders):
18390         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18391
18392 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18393
18394         * gnus-art.el (article-hide-boring-headers): Fetch date from
18395         gnus-original-article-buffer to avoid problems with localized date
18396         strings.
18397
18398 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18399
18400         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18401
18402 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18403
18404         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18405         New variables.
18406         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18407         (mm-charset-synonym-alist): Move some entries to
18408         mm-codepage-iso-8859-list.
18409         (mm-charset-synonym-alist, mm-charset-override-alist):
18410         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18411
18412 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18413
18414         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18415
18416 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18417
18418         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18419         with Emacs 21 and XEmacs.
18420
18421 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18422
18423         * spam.el (spam-parse-address): New function for better parsing,
18424         catching errors, etc.
18425         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18426
18427 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18428
18429         * mm-view.el: Add interactive arg to html2text autoload.
18430
18431 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18434
18435 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18436
18437         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18438         New variables.
18439         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18440         (mm-charset-synonym-alist): Move some entries to
18441         mm-codepage-iso-8859-list.
18442
18443         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18444
18445 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18446
18447         * message.el (message-citation-line-format)
18448         (message-insert-formated-citation-line): Fix implementation of %E, %N
18449         and %n according to the doc string.
18450
18451 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18452
18453         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18454         Use car-safe to avoid bad parses.
18455
18456 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18457
18458         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18459         names.
18460
18461         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18462
18463 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18466         header.
18467
18468         * message.el (message-draft-headers): Add Date.
18469         (message-headers-to-generate): Fix typo in docstring.
18470
18471         * nndraft.el (nndraft-required-headers): New variable.
18472         (nndraft-generate-headers): Use it.
18473
18474         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18475
18476 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18477
18478         * gnus-registry.el (gnus-registry-wash-for-keywords)
18479         (gnus-registry-find-keywords): New functions to allow easy searching of
18480         articles that are in the registry.
18481
18482 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18483
18484         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18485         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18486         Reported by Damien Elmes <damien@repose.cx>.
18487
18488 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18489
18490         * gnus.el (gnus-mime): Remove unused custom group.
18491
18492 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18493
18494         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18495         "blank line" when searching for end of armor headers.
18496
18497 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18498
18499         * gmm-utils.el (gmm-write-region): Fix variable name.
18500
18501 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18502
18503         * gmm-utils.el (gmm-write-region): New function based on compatibility
18504         code from `mm-make-temp-file'.
18505
18506         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18507
18508         * nnmaildir.el (nnmaildir--update-nov)
18509         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18510         Use `gmm-write-region'.
18511
18512 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18513
18514         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18515         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18516
18517         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18518
18519         * message.el (message-replacement-char): New variable.
18520         (message-fix-before-sending): Use it.
18521         (message-simplify-subject): New function to remove duplicate code.
18522         (message-reply, message-followup): Use it.
18523
18524         * gnus-sum.el (gnus-summary-make-menu-bar):
18525         Clarify gnus-summary-limit-to-articles.
18526
18527 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18528
18529         * gnus-util.el (gnus-with-local-quit): New macro.
18530
18531         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18532
18533 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18534
18535         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18536         ignore non-string data.
18537
18538 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18539
18540         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18541         non-string data (needs to be done in the registry too).
18542
18543 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18544
18545         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18546         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18547         (gnus-registry-split-fancy-with-parent)
18548         (gnus-registry-fetch-simplified-message-subject-fast)
18549         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18550         Remove text properties on ingress into the registry and when it's saved.
18551         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18552         registry from entries with no groups.
18553
18554 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18555
18556         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18557         function to remove string properties.
18558
18559 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18560
18561         * gmm-utils.el (gmm): Adjust custom version.
18562
18563         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18564         Adjust custom version.
18565
18566         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18567
18568 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18569
18570         * gnus-art.el (gnus-insert-prev-page-button)
18571         (gnus-insert-next-page-button): Simplify.  Reformat.
18572
18573 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18574
18575         * gnus-art.el (gnus-insert-prev-page-button)
18576         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18577
18578 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18579
18580         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18581
18582 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18583
18584         * gnus-art.el (gnus-insert-mime-button)
18585         (gnus-insert-mime-security-button):
18586         Apply gnus-article-button-face to MIME and security buttons.
18587
18588 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18589
18590         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18591         readable.
18592
18593 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18596
18597 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18598
18599         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18600         `browse-url-of-file' instead of `browse-url'.
18601
18602 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18603
18604         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18605         regexp.  Articles containing quotation were cut prematurely.
18606
18607 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18608
18609         * message.el (message-cite-original-1): Use nobody by default for the
18610         value of From header.
18611         (message-reply): Ditto.
18612
18613 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18614
18615         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18616         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18617         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18618
18619 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18620
18621         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18622         mails in the doc string.  Add some URLs in comment.
18623         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18624
18625 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18628         backslashes handling and the way to find boundaries of quoted strings.
18629
18630 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18631
18632         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18633         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18634         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18635         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18636
18637 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18638
18639         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18640         doc string.
18641         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18642
18643 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * lpath.el: Fbind epg-check-configuration.
18646
18647 2006-09-06  Simon Josefsson  <jas@extundo.com>
18648
18649         * mml2015.el (mml2015-use): Doc fix, mention epg.
18650
18651 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18652
18653         * mml2015.el (mml2015-use): Default to epg, if available.
18654
18655 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18656
18657         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18658         message-sender.
18659         (mml1991-epg-encrypt): Ditto.
18660         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18661         message-sender.
18662         (mml2015-epg-encrypt): Ditto.
18663
18664 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18665
18666         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18667         several common directories.
18668
18669 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18670
18671         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18672         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18673
18674 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * gnus-art.el (article-decode-encoded-words): Make it fast.
18677
18678 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18679
18680         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18681
18682         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18683         in quoted string into `\'.
18684
18685 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18688         Use standard-syntax-table.
18689
18690 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * gnus-art.el (gnus-decode-address-function): New variable.
18693         (article-decode-encoded-words): Use it to decode headers which are
18694         assumed to contain addresses.
18695         (gnus-mime-delete-part): Remove useless `or'.
18696
18697         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18698         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18699         (gnus-nov-parse-line): Use it to decode From header.
18700         (gnus-get-newsgroup-headers): Ditto.
18701         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18702
18703         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18704         (mail-decode-encoded-address-string): New alias.
18705
18706         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18707         New function.
18708         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18709         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18710         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18711         (rfc2047-decode-string): Ditto.
18712         (rfc2047-decode-address-region): New function.
18713         (rfc2047-decode-address-string): New function.
18714
18715 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18716
18717         * message.el (message-caesar-buffer-body): Allow rotating headers.
18718
18719         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18720
18721         * message.el (message-insert-formated-citation-line): Fix %f.
18722         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18723
18724 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18725
18726         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18727         (gnus-bookmark-mouse-available-p): New macro.
18728         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18729         (gnus-bookmark-bmenu-show-infos): Use it.
18730         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18731         (gnus-bookmark-bmenu-hide-infos): Ditto.
18732         (gnus-bookmark-remove-properties): New function.
18733         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18734         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18735         (gnus-bookmark-write-file): Bind coding-system-for-write.
18736         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18737         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18738         group before selecting it.
18739         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18740         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18741         quit-window if it is not available; use gnus-mouse-2 and bind it to
18742         gnus-bookmark-bmenu-select-by-mouse.
18743         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18744         (gnus-bookmark-bmenu-select-by-mouse): New function.
18745
18746 2006-08-13  Romain Francoise  <romain@orebokech.com>
18747
18748         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18749         space.
18750
18751 2006-08-10  Romain Francoise  <romain@orebokech.com>
18752
18753         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18754         (dns-mode-soa-auto-increment-serial): New user option.
18755         (dns-mode-soa-maybe-increment-serial): New function.
18756         (dns-mode): Add the latter to `write-contents-functions'.
18757
18758 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18759
18760         * compface.el (uncompface): Use binary rather than raw-text-unix.
18761
18762 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * compface.el (uncompface): Make sure the eol conversion doesn't take
18765         place when communicating with the external programs.
18766         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18767
18768 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18769
18770         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18771
18772 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18773
18774         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18775         Make it more robust by parsing author and date independently.
18776
18777 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18778
18779         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18780
18781 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18782
18783         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18784         first matching secret key.
18785         (mml2015-epg-encrypt): Ditto.
18786
18787         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18788         first matching secret key.
18789         (mml1991-epg-encrypt): Ditto.
18790
18791         * mml2015.el (mml2015-encrypt-to-self): New user option.
18792         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18793         mml2015-epg-encrypt-to-self is set.
18794
18795         * mml1991.el (mml1991-encrypt-to-self): New variable.
18796         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18797         mml1991-epg-encrypt-to-self is set.
18798
18799         * mml2015.el (mml2015-signers): New user option.
18800         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18801         (mml2015-epg-encrypt): Allow to select signing keys.
18802
18803         * mml1991.el (mml1991-signers): New variable.
18804         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18805         (mml1991-epg-encrypt): Allow to select signing keys.
18806
18807 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * nnheader.el (nnheader-insert-head): Make it work even if the file
18810         uses CRLF for the line-break code.
18811
18812 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18813
18814         * mml2015.el: Require mml-sec instead of password.
18815         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18816         (mml2015-cache-passphrase): Inherit the default value from
18817         mml-secure-cache-passphrase.
18818         (mml2015-passphrase-cache-expiry): Inherit the default value from
18819         mml-secure-passphrase-cache-expiry.
18820
18821         * mml1991.el: Require mml-sec instead of password.
18822         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18823         (mml1991-cache-passphrase): Inherit the default value from
18824         mml-secure-cache-passphrase.
18825         (mml1991-passphrase-cache-expiry): Inherit the default value from
18826         mml-secure-passphrase-cache-expiry.
18827
18828         * mml-sec.el: Require password.
18829         (mml-secure-verbose): New user option.
18830         (mml-secure-cache-passphrase): New user option.
18831         (mml-secure-passphrase-cache-expiry): New user option.
18832
18833 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18834             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18835
18836         * pgg-def.el (pgg-truncate-key-identifier):
18837         Truncate the key ID to 8 letters from the end.
18838
18839 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18840
18841         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18842         workaround for the url package included with Emacs.
18843
18844         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18845
18846 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18849         correctly.  This fixes a bug caused by the 2006-05-12 change.
18850
18851 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18852
18853         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18854         some information about the error when saying that the `bogus' mail
18855         group will be used.
18856
18857 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18858
18859         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18860         string.
18861
18862 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18863
18864         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18865
18866 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18867
18868         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18869
18870 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18871
18872         * mml1991.el (mml1991-function-alist): Add epg.
18873         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18874         (mml1991-epg-encrypt): New functions.
18875
18876 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18877
18878         * mml2015.el (mml2015-verbose): New variable.
18879         (mml2015-cache-passphrase): Ditto.
18880         (mml2015-passphrase-cache-expiry): Ditto.
18881         (mml2015-function-alist): Add epg.
18882         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18883         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18884         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18885         New functions.
18886
18887 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18888
18889         * message.el (message-cite-original-1): Preserve region when removing
18890         quoted text due to X-No-Archive in order to avoid bogus attribution
18891         when citing multiple messages.
18892
18893 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18894
18895         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18896         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18897
18898 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18899
18900         * gnus-diary.el (gnus-user-format-function-d)
18901         (gnus-user-format-function-D): Autoload.
18902
18903         * imap.el (Commentary): Fix typo.
18904
18905         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18906         2006-04-22 contribution.
18907
18908 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18909
18910         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18911         It didn't really fix the bogosity I'm seeing with solid web groups.
18912
18913 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18914
18915         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18916         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18917         created using server names.  If we use the feature without declaring
18918         it, Gnus does not properly manage server and group state.
18919
18920         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18921         bound.
18922
18923 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18924
18925         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18926         looking up the method using GROUP's prefix before inventing a new one.
18927         It is used on killed/unknown groups in various places where returning
18928         an all-new method isn't expected by the caller.
18929
18930         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18931         and match semantics of gnus-group-real-prefix.
18932
18933 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18934
18935         * nnmail.el (nnmail-broken-references-mailers): New variable.
18936         (nnmail-ignore-broken-references): New function generalizing
18937         nnmail-fix-eudora-headers.
18938         (nnmail-fix-eudora-headers): Now obsolete.
18939
18940         * gnus-art.el (gnus-button-handle-custom):
18941         Support `customize-apropos*'.
18942
18943 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18944
18945         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18946
18947         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18948         articles.
18949
18950 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18951
18952         * message.el (message-cite-reply-above): New variable.
18953         (message-yank-original): Use it.
18954
18955 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18956
18957         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18958
18959 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18960
18961         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18962         as read.
18963
18964         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18965
18966 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18967
18968         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18969         (gnus-bookmark-default-file): Use gnus-directory.
18970         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18971         Remove "*" in doc string.
18972         (gnus-bookmark-write-file): Simplify.
18973         (gnus-bookmark-maybe-sort-alist): Use `when'.
18974         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18975         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18976         Add FIXME about Emacs 21 and XEmacs compatibility.
18977         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18978         compatibility.
18979         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18980         compatibility.
18981         (gnus-bookmark-menu-heading): Fix version.
18982
18983 2006-06-19  Bastien Guerry  <bzg@altern.org>
18984
18985         * gnus-bookmark.el: New file.
18986
18987 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18988
18989         * message.el (message-syntax-checks): Doc fix.
18990
18991 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18992
18993         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18994         unsubscribed groups as if they were killed ones.  It causes duplicate
18995         entries in gnus-newsrc-alist.
18996
18997 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * message.el (message-syntax-checks): Doc fix.
19000         (message-send-mail): Add check for continuation headers.
19001         (message-check-news-header-syntax): Fix regexp used to check for
19002         continuation headers.
19003
19004 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19007
19008 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19009
19010         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19011
19012 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19015         default-truncate-lines.
19016
19017 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19018
19019         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19020         to fill the utf-8 entry.
19021
19022         * lpath.el: Fbind unicode-precedence-list.
19023
19024 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19025
19026         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19027
19028 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19029
19030         * gnus-agent.el (directory-files-and-attributes): Move all the way
19031         forward (the third and final move).
19032         (gnus-agent-read-agentview): Trap reconstruction errors due to
19033         nonexistent directory.  Handle by returning nil.
19034
19035 2006-05-30  Didier Verna  <didier@xemacs.org>
19036
19037         * message.el (message-dont-reply-to-names): Update the custom type.
19038         * message.el (message-dont-reply-to-names): New defsubst: potentially
19039         convert a list of regexps into a single one.
19040         * message.el (message-get-reply-headers): Use it.
19041         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19042
19043 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * gnus-agent.el (directory-files-and-attributes): Move forward.
19046
19047 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19048
19049         * gnus-ml.el (gnus-mailing-list-subscribe)
19050         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19051         (gnus-mailing-list-message): Fix doc strings.
19052
19053 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19054
19055         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19056         of doing it manually.
19057
19058 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19059
19060         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19061         comment.
19062
19063 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19064
19065         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19066         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19067         (gnus-agent-read-local): All symbols allocated in my-obarray.
19068         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19069         (gnus-agent-regenerate-group): Check numeric names to see if they are
19070         messages or groups.
19071         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19072         better way of do this...)
19073
19074         * gnus-cache.el (gnus-agent-total-fetched-for):
19075         Ignore 'dummy.group' (there should be a better way of do this...)
19076
19077 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19078
19079         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19080         (gnus-saved-headers): Ditto.
19081         (gnus-default-article-saver): Mention functions may have properties.
19082         (gnus-article-save): Override gnus-save-all-headers and
19083         gnus-saved-headers by :headers property which saver function may have.
19084         (gnus-summary-save-in-file): Add :headers property.
19085         (gnus-summary-write-to-file): Ditto.
19086
19087         * gnus-sum.el (gnus-summary-save-article): Bind
19088         gnus-prompt-before-saving to t when saving many articles in a file;
19089         always show all headers.
19090
19091         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19092
19093 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19094
19095         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19096         marks.
19097
19098         * message.el (message-indent-citation): Add optional arguments to allow
19099         using it outside of message buffers.
19100
19101         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19102         (gnus-article-treat-unfold-headers): Use it.
19103         (gnus-article-truncate-lines): New variable.
19104         (gnus-article-mode): Use it.
19105         (gnus-article-toggle-truncate-lines): New function.
19106
19107         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19108         Add gnus-article-toggle-truncate-lines.
19109
19110         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19111         coding system in XEmacs, use binary.
19112
19113 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19116         after-load-alist.
19117
19118         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19119         this function should save decoded articles.
19120         (gnus-summary-write-to-file): Use property to specify this function
19121         should save decoded articles and specify gnus-summary-save-in-file
19122         should be used to save articles other than the first one when saving
19123         many articles.
19124         (gnus-summary-save-body-in-file): Use property to specify this
19125         function should save decoded articles.
19126         (gnus-summary-write-body-to-file): Use property to specify this
19127         function should save decoded articles and specify
19128         gnus-summary-save-body-in-file should be used to save articles other
19129         than the first one when saving many articles.
19130
19131         * gnus-sum.el (gnus-summary-save-article): Simplify.
19132
19133 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19134
19135         * gnus-art.el (gnus-default-article-saver):
19136         Add gnus-summary-write-body-to-file.
19137         (gnus-article-save-coding-system): Don't use coding system object
19138         in XEmacs.
19139         (gnus-read-save-file-name): Add optional `dir-var' argument which
19140         specifies directory in which files are saved; work even if optional
19141         `variable' argument is not specified.
19142         (gnus-summary-write-to-file): Read file name.
19143         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19144         (gnus-summary-write-body-to-file): New function.
19145
19146         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19147         (gnus-summary-local-variables): Add it.
19148         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19149         (gnus-summary-save-article): Remove optional `decode' argument;
19150         determine whether to decode articles by the value of
19151         gnus-default-article-saver; when saving many files using
19152         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19153         it first and use gnus-summary-save-in-file or
19154         gnus-summary-save-body-in-file thereafter unless
19155         gnus-prompt-before-saving is always; move point to article which
19156         will be saved.
19157         (gnus-summary-save-article-file): Revert.
19158         (gnus-summary-write-article-file): Revert.
19159         (gnus-summary-save-article-body-file): Revert.
19160         (gnus-summary-write-article-body-file): New function.
19161
19162 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * gnus-art.el (gnus-default-article-saver): Doc fix.
19165         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19166         from gnus-summary-save-article-coding-system, and default to a
19167         certain coding system.
19168         (gnus-output-to-file): Add coding cookie and encode text according
19169         to gnus-article-save-coding-system; don't use mm-append-to-file.
19170
19171         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19172         gnus-art.el and rename to gnus-article-save-coding-system.
19173         (gnus-summary-save-article): Require gnus-art; don't show all
19174         headers if it decodes articles; don't add coding cookie here;
19175         don't bind mm-text-coding-system-for-write.
19176         (gnus-summary-save-article-file): Save decoded articles.
19177         (gnus-summary-write-article-file): When saving many files, use
19178         gnus-summary-write-to-file first and gnus-summary-save-in-file
19179         thereafter unless gnus-prompt-before-saving is always.
19180         (gnus-summary-save-article-body-file): Save decoded articles.
19181
19182         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19183
19184 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19185
19186         * nnrss.el (nnrss-check-group): Bind hash-index.
19187
19188 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19189
19190         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19191         its hash index.  Store this hash in `nnrss-group-data'.
19192         (nnrss-read-group-data): Update accordingly.
19193
19194 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19195
19196         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19197         entry.
19198
19199         * gnus-sum.el (gnus-summary-make-menu-bar):
19200         Add gnus-article-browse-html-article.
19201
19202 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19203
19204         * gnus-sum.el (gnus-summary-mime-map):
19205         Add gnus-article-browse-html-article.
19206
19207         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19208
19209 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19210
19211         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19212         suitable coding systems in customize.
19213
19214 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19215
19216         * mail-source.el (mail-sources): Fix custom type.
19217
19218 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19219
19220         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19221         (gnus-summary-expire-articles-now): Shorten prompt.
19222
19223         * gmm-utils.el (wid-edit): Require.
19224         (defun-gmm): Rename from `gmm-defun-compat'.
19225         (gmm-image-search-load-path): Use it.
19226         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19227
19228 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19229
19230         * gnus-sum.el (gnus-summary-save-article-coding-system):
19231         New variable.
19232         (gnus-summary-save-article): Add optional `decode' argument.
19233         If it is set and gnus-summary-save-article-coding-system is non-nil,
19234         save decoded article.
19235         (gnus-summary-write-article-file): Save decoded article if
19236         gnus-summary-save-article-coding-system is non-nil.
19237
19238         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19239         type.
19240
19241 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19244
19245 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19246
19247         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19248         first to test gnus-single-article-buffer which may be buffer-local.
19249
19250         * gnus-sum.el (gnus-summary-setup-buffer):
19251         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19252         group; make gnus-article-buffer, gnus-article-current, and
19253         gnus-original-article-buffer always buffer-local.
19254         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19255         group.
19256         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19257
19258 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19259
19260         * nnml.el (nnml-request-compact-group): Compressed files might not
19261         have .gz extension.
19262
19263 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19264
19265         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19266         (mm-copy-to-buffer): Use with-current-buffer.
19267         (mm-display-part): Simplify.
19268         (mm-inlinable-p): Add optional arg `type'.
19269
19270 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19271
19272         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19273         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19274         Try harder to show the attachment internally or externally using
19275         gnus-mime-view-part-as-type.
19276
19277 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19278
19279         * message.el (message-from-style, message-signature-separator)
19280         (message-user-organization-file, message-send-mail-function)
19281         (message-citation-line-function, message-yank-prefix)
19282         (message-indent-citation-function, message-signature)
19283         (message-signature-file, message-signature-insert-empty-line):
19284         Remove autoloads.
19285
19286         * gnus-art.el (gnus-buttonized-mime-types):
19287         Remove "multipart/signed".  Revert 2006-04-26 change.
19288
19289 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19290
19291         * gnus.el (gnus-version-number): Bump version.
19292
19293 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19294
19295         * gnus.el: No Gnus v0.5 is released.
19296
19297 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19298
19299         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19300         fetching articles by message-id.
19301
19302 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19303
19304         * message.el (hashcash): Require hashcash as normal.
19305
19306         * ecomplete.el (ecomplete-highlight-match-line):
19307         Use point-at-eol.
19308         (ecomplete-highlight-match-line): Use `highlight', because that
19309         face exists in both Emacs and XEmacs.
19310
19311         * message.el (message-display-abbrev): Use point-at-bol.
19312
19313         * mail-source.el: Don't require timer/timer-funcs.
19314
19315         * gnus-async.el: Ditto.
19316
19317         * password.el: Ditto.
19318
19319         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19320
19321         * mm-url.el: Ditto.
19322
19323         * gnus-xmas.el: Don't require timer-funcs.
19324
19325         * mm-util.el: Require timer/timer-funcs.
19326
19327 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19328
19329         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19330         Close.
19331
19332 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19333
19334         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19335         unibyte after clear-decrypt function runs.
19336
19337         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19338         returns as a unibyte string.
19339
19340 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * lpath.el: Revert.
19343
19344         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19345         (pgg-gpg-process-sentinel): Revert.
19346
19347         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19348         (pgg-pgp-lookup-key): Revert.
19349
19350         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19351         (pgg-pgp5-lookup-key): Revert.
19352
19353         * pgg.el (pgg-fetch-key): Revert.
19354
19355 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * lpath.el: Fbind string-as-multibyte for XEmacs.
19358
19359         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19360         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19361         (mml1991-pgg-encrypt): Ditto.
19362
19363         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19364         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19365         a multibyte buffer.
19366
19367         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19368         (pgg-pgp-lookup-key): Ditto.
19369
19370         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19371         (pgg-pgp5-lookup-key): Ditto.
19372
19373         * pgg.el (pgg-fetch-key): Ditto.
19374
19375 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * message.el (message-user-organization-file): Check several
19378         locations of the organization file.
19379
19380         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19381         Add gnus-article-view-part-as-type.
19382
19383         * gnus-art.el (gnus-article-view-part-as-type): New function.
19384
19385         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19386         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19387
19388         * mml.el: Simplify autoload.
19389         (mml-mode): defvar dnd-protocol-alist instead of using
19390         symbol-value.
19391         (mml-default-directory): New variable.
19392         (mml-minibuffer-read-file): Use it.
19393         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19394
19395         * message.el (message-citation-line-format): New variable.
19396         (message-insert-formated-citation-line): New function.
19397         (message-citation-line-function):
19398         Add `message-insert-formated-citation-line' to custom type.
19399
19400         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19401         to doc string.
19402
19403         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19404         depending on mm-verify-option.
19405
19406 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19409         binding pgg-* variables; reimplement the section which prevents
19410         MIME header from being signed.
19411         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19412         pgg-text-mode; remove a blank line at the top of body.
19413
19414         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19415         lines at the top of body; use gnus-newsgroup-charset if there's no
19416         Charset header.
19417
19418 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19419
19420         * message.el (message-self-insert-commands): Doc fix.
19421
19422         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19423         (mm-uu-pgp-encrypted-test): Ditto.
19424         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19425         between header and body; return application/pgp-encrypted handle
19426         if decryption failed; decode decrypted body by charset.
19427
19428         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19429         element match to application/pgp-*.
19430
19431 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19432
19433         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19434         HTML.
19435
19436 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19437
19438         * mail-source.el (mail-source-call-script): Message the error
19439         string.
19440
19441 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19442
19443         * gnus-util.el (gnus-byte-compile): Use it.
19444
19445 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19446
19447         * gnus-util.el (kill-empty-logs): New function.
19448
19449 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19450
19451         * message.el (message-mail-alias-type): Doc fix.
19452         (message-mail-alias-type-p): New function.
19453         (message-send): Use it.
19454         (message-mode): Ditto.
19455         (message-strip-forbidden-properties): Ditto.
19456
19457         * ecomplete.el (ecomplete-database-file-coding-system):
19458         New variable.
19459         (ecomplete-save): Use it.
19460         (ecomplete-setup): Use it.
19461
19462 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19463
19464         * message.el (message-self-insert-commands): New variable.
19465         (message-strip-forbidden-properties): Use it.
19466
19467 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19468
19469         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19470         that doesn't make XEmacs choke.
19471
19472 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19473
19474         * gnus-util.el (gnus-replace-in-string):
19475         Prefer replace-regexp-in-string over of replace-in-string.
19476
19477 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * gnus-util.el (gnus-select-frame-set-input-focus):
19480         Use select-frame-set-input-focus if it is available in XEmacs; use
19481         definition defined in Emacs 22 for old Emacsen.
19482
19483         * dgnushack.el: Autoload unmorse-region for XEmacs.
19484
19485         * lpath.el: Bind cursor-in-non-selected-windows and
19486         select-frame-set-input-focus for XEmacs.
19487
19488 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19491
19492 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19493
19494         * gnus-registry.el (gnus-registry-cache-save): Remove text
19495         properties when saving via the temp buffer.
19496
19497 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19498
19499         * message.el (message-generate-hashcash): Honor custom type.
19500
19501 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19502
19503         * message.el (message-generate-hashcash): Default to non-nil when
19504         hashcash is found.
19505
19506         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19507         (gnus-refer-thread-limit): Increase default to 500.
19508
19509         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19510
19511         * flow-fill.el (fill-flowed): Allow delete-space.
19512
19513 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19514
19515         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19516         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19517         Remove autoloads.
19518
19519 2006-04-18  Simon Josefsson  <jas@extundo.com>
19520
19521         * message.el (message-generate-hashcash): Default to.
19522
19523 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19524
19525         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19526         concatenating segments rather than before concatenating them.
19527
19528 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19529
19530         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19531
19532 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19533
19534         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19535
19536         * message.el (message-forward-make-body-plain):
19537         Allow message-forward-ignored-headers to be a list.
19538         (message-remove-ignored-headers): Factor out into function.
19539         (message-forward-make-body-mml): Use it.
19540
19541         * imap.el (imap-quote-specials): New function.
19542         (imap-login-auth): Quote specials.
19543
19544         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19545         (rfc2231-parse-string): Allow concatanation of parameters that
19546         aren't contiguous.  The test case is
19547           (mail-header-parse-content-type "message/external-body;
19548             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19549             access-type=LOCAL-FILE;
19550             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19551
19552 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19553
19554         * nntp.el (nntp-accept-process-output): Return the value of
19555         `nnheader-accept-process-output'.
19556
19557 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19558
19559         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19560         (gnus-button-alist): Recognize more diff formats.
19561         (gnus-button-patch): Strip directory.
19562
19563 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19564
19565         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19566         Emacs 22 when setting focus.
19567
19568 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19569
19570         * gnus-art.el (gnus-article-treat-types): Do treatment of
19571         text/x-verbatim parts.
19572         (gnus-button-patch): New command.
19573
19574         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19575         addresses that contain invalid characters.
19576
19577 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19578
19579         * message.el (message-put-addresses-in-ecomplete):
19580         Use gnus-replace-in-string.
19581         (message-is-yours-p): Use the more correct
19582         mail-header-parse-address instead of
19583         mail-extract-address-components.
19584         (message-put-addresses-in-ecomplete): Fix typo.
19585
19586         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19587         keystroke.
19588
19589         * gnus-art.el (gnus-treatment-function-alist): Change order of
19590         newsgroups/generic header folding to avoid double-folding.
19591
19592         * message.el (message-hidden-headers): Add X-Draft-From.
19593
19594         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19595         New command.
19596         (gnus-summary-repeat-search-article-backward): New command.
19597
19598         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19599         groups in the parent topic.
19600
19601 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19602
19603         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19604         (spam-extra-header-to-number): Return the CRM114 number as a
19605         number instead of a string.
19606
19607 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19608
19609         * gnus-art.el (gnus-face-properties-alist): Move here from
19610         gnus-fun.
19611
19612         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19613
19614 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19615
19616         * message.el (message-strip-forbidden-properties): Only display on
19617         self-insert-command.
19618
19619         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19620         reindent.
19621         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19622
19623 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19624
19625         * smiley.el (smiley-style): Fix typo.
19626
19627 2006-03-23  Kenichi Handa  <handa@m17n.org>
19628
19629         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19630         instead of set-buffer-multibyte.
19631
19632 2006-03-23  Kenichi Handa  <handa@m17n.org>
19633
19634         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19635         buffer and then decode the buffer text if necessary.
19636         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19637         first, and after mm-encode-body, change the buffer to unibyte.
19638
19639 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19640
19641         * hashcash.el (hashcash-insert-payment-async-2):
19642         Use message-goto-eoh instead of doing it manually.
19643         (mail-add-payment): Use message-narrow-to-header instead of trying
19644         to do the same itself.
19645
19646         * message.el (message-hidden-headers): Add Face.
19647
19648         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19649         reparenting code.
19650         (gnus-summary-reparent-children): Refactored out code.
19651         (gnus-summary-thread-map): New keystroke.
19652         (gnus-summary-reparent-children): Make into command.
19653
19654         * smiley.el (smiley-style): Default to `medium' if using a large
19655         font.
19656
19657         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19658         does it itself.
19659
19660         * message.el (message-point-in-header-p): Simplify definition.
19661
19662 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19663
19664         * nnagent.el (nnagent-request-set-mark): Silence log file
19665         writing.
19666         (nnagent-request-set-mark): Use write-region instead of
19667         append-to-file.
19668
19669         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19670         strange select method.
19671
19672         * ecomplete.el (ecomplete-display-matches): Get highlightling
19673         right.
19674         (ecomplete-display-matches): Use literals.
19675         (ecomplete-display-matches): Disable message logging.
19676
19677         * message.el (message-display-abbrev): Small optimization.
19678
19679         * ecomplete.el (ecomplete-display-matches): Allow automatic
19680         display.
19681
19682         * message.el (message-strip-forbidden-properties):
19683         Display abbrevs.
19684         (message-display-abbrev): Get automatic display right.
19685
19686         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19687         keystrokes.
19688
19689 2006-04-13  Romain Francoise  <romain@orebokech.com>
19690
19691         TODO: Backport to v5-10!
19692
19693         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19694         Move here (and rename) from gnus-registry.el.
19695
19696         * gnus-registry.el: Require gnus-util.
19697         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19698
19699 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19700
19701         * gnus-group.el (gnus-group-catchup-current):
19702         Change if-then-else-if-then-else into cond.
19703         (gnus-group-catchup): Indent.
19704         (group-name-at-point): New function.
19705         (gnus-fetch-group): Provide default from thing at point.
19706
19707 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19708
19709         * message.el (message-display-abbrev): Fix regexp.
19710
19711         * ecomplete.el (ecomplete-highlight-match-line):
19712         Reimplement choosing.
19713         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19714         dead variables.
19715
19716         * message.el (message-newline-and-indent): Remove debugging.
19717         (message-display-abbrev): Use new implementation.
19718
19719 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19720
19721         * gnus-art.el (gnus-article-mode):
19722         Set cursor-in-non-selected-windows to nil.
19723
19724         * smiley.el: Revert previous change.
19725         (smiley-data-directory): defvar it before using it in the
19726         defcustom of `smiley-style'.
19727
19728 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19729
19730         * message.el (message-newline-and-indent): New function.
19731
19732         * ecomplete.el: Implement more bits.
19733
19734         * message.el (message-put-addresses-in-ecomplete): Clean up the
19735         string.
19736
19737         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19738
19739         * gnus-sum.el (gnus-summary-save-parts):
19740         Bind gnus-summary-save-parts-counter and use it to make unique file
19741         names.
19742
19743         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19744
19745         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19746         parameter to say whether to actually parse the individual
19747         addresses.
19748
19749         * message.el (message-put-addresses-in-ecomplete): New function.
19750         (ecomplete): Require.
19751         (message-mail-alias-type): Add ecomplete as an option.
19752
19753 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19754
19755         * flow-fill.el (fill-flowed): Remove trailing space from blank
19756         quoted lines.
19757
19758 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19759
19760         * smiley.el (smiley-style): Move definition later to avoid a
19761         compilation warning.
19762
19763 2006-04-12  Kenichi Handa  <handa@m17n.org>
19764
19765         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19766         buffer and then decode the buffer text if necessary.
19767         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19768         first, and after mm-encode-body, change the buffer to unibyte.
19769         Use mm-disable-multibyte instead of set-buffer-multibyte.
19770
19771 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19772
19773         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19774         Content-Type header instead of Content-Disposition header.
19775         (gnus-mime-inline-part): Ditto.
19776         (gnus-mime-view-part-as-charset): Ignore charset that the part
19777         specifies.
19778
19779         * mm-decode.el (mm-display-part): Work with external parts and
19780         usual parts similarly.
19781
19782         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19783         instead of gnus-display-mime.
19784
19785         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19786         instead of with-temp-buffer.
19787
19788         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19789         tag to summarized topics part in order to encode non-ASCII text.
19790
19791 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19792
19793         * smiley.el (smiley-style): New variable.
19794         (smiley-directory): New function.
19795         (smiley-data-directory): Derive from `smiley-style' using
19796         `smiley-directory'.
19797         (smiley-regexp-alist): Add new entries.
19798
19799         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19800         (gnus-article-browse-delete-temp): Add :version.
19801
19802 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19803
19804         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19805         the sieve region.
19806
19807 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19808
19809         * gnus.el (gnus-version-number): Bump version.
19810
19811 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19812
19813         * gnus.el: No Gnus v0.4 is released.
19814
19815 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19816
19817         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19818         layout.
19819
19820         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19821         unknown charset.
19822
19823         * message.el (message-header-synonyms): Add Original-To to the
19824         default.
19825
19826         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19827         optional parameter.
19828
19829 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19830
19831         * gnus-fun.el (gnus): Require it for gnus-directory.
19832
19833 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19836
19837 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19838
19839         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19840
19841 2006-04-05  Simon Josefsson  <jas@extundo.com>
19842
19843         * password.el (password-reset): New function.
19844
19845 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19846
19847         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19848         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19849
19850 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19851
19852         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19853         Some whitespace was matched into the url, which broke browsing hits
19854         > 100 when mm-url-use-external was nil.
19855
19856 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19857
19858         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19859         Check gnus-extra-headers for 'Newsgroups.
19860
19861         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19862         bound.
19863
19864 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19865
19866         * pgg-gpg.el: Clean up process buffers every time gpg processes
19867         complete.
19868
19869 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19870
19871         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19872         doc string.
19873
19874 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19875
19876         * pgg-gpg.el (pgg-gpg-process-filter)
19877         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19878
19879         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19880         lines, temporary fix.
19881
19882 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19883
19884         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19885
19886 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19887
19888         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19889         default-enable-multibyte-characters.  This reverts the change from
19890         revision 6.17 which is no longer necessary because the passphrase
19891         is sent separately now.  GnuPG messages are unreadable under
19892         multibyte locales with default-enable-multibyte-characters set to
19893         nil.
19894
19895 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19896
19897         * message.el (message-tool-bar-gnome): Move "spell".
19898
19899 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19900
19901         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19902         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19903         instead.
19904
19905 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19906
19907         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19908         Improve newsgroups handling for NNTP overviews which don't include
19909         Newsgroups.
19910
19911 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19912
19913         * message.el (message-resend): Bind message-generate-hashcash to nil.
19914
19915 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19916
19917         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19918         when searching for already-paid recipients.
19919
19920 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19921
19922         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19923         passphrases when it is not needed.
19924         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19925         passphrase stuff from gpg, should only be necessary when you use
19926         gpg with a smartcard.
19927
19928 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * mml.el (mml-insert-mime): Ignore cached contents of
19931         message/external-body part.
19932
19933         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19934         (mm-insert-part): Ditto.
19935
19936 2006-03-23  Simon Josefsson  <jas@extundo.com>
19937
19938         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19939         Reiner.
19940         (pgg-gpg-use-agent-p): Use it again.
19941
19942 2006-03-23  Simon Josefsson  <jas@extundo.com>
19943
19944         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19945         older emacsen.
19946         (pgg-gpg-use-agent-p): Don't use it.
19947
19948 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19949
19950         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19951         if we can.
19952
19953 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19954
19955         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19956         (pgg-gpg-update-agent): New function.
19957         (pgg-gpg-use-agent-p): New function.
19958         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19959         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19960         (pgg-gpg-sign-region): Use it.
19961
19962 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19963
19964         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19965         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19966
19967 2006-03-21  Simon Josefsson  <jas@extundo.com>
19968
19969         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19970         <wilde@sha-bang.de>.
19971         (pgg-gpg-use-agent): New variable.
19972         (pgg-gpg-process-region): Use it.
19973         (pgg-gpg-encrypt-region): Likewise.
19974         (pgg-gpg-encrypt-symmetric-region): Likewise.
19975         (pgg-gpg-decrypt-region): Likewise.
19976         (pgg-gpg-sign-region): Likewise.
19977         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19978
19979 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19980
19981         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19982
19983         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19984         Add comment on version.
19985
19986 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19987
19988         * smiley.el: Add missing test smiley.
19989
19990 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19991
19992         * mm-decode.el (mm-with-part): New macro.
19993         (mm-get-part): Use it; work with message/external-body as well.
19994         (mm-save-part): Treat name and filename equally.
19995
19996         * mm-extern.el (mm-extern-cache-contents): New function.
19997         (mm-inline-external-body): Use it; force the part to be displayed;
19998         move undisplayer added to the cached handle to the parent.
19999
20000         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20001         (gnus-mime-view-part-as-type): Work with message/external-body.
20002
20003         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20004
20005 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20006
20007         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20008         images in image-load-path.  [Sync with image.el, revision 1.60, in
20009         Emacs.]
20010
20011 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20012
20013         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20014         path rather than symbol.  Always return list of directories.
20015         Guarantee that image directory comes first.  [Sync with image.el,
20016         revision 1.59, in Emacs.]
20017
20018         * message.el (message-make-tool-bar): Adjust to new API of
20019         `gmm-image-load-path-for-library'.
20020
20021         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20022
20023         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20024
20025 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20026
20027         * gnus-art.el (gnus-article-only-boring-p):
20028         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20029         intangible text.
20030         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20031
20032 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20033
20034         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20035         Use `defun' instead of `gmm-defun-compat'.
20036
20037 2006-03-14  Simon Josefsson  <jas@extundo.com>
20038
20039         * message.el (message-unique-id): Don't use message-number-base36
20040         if (user-uid) is a float.
20041         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20042
20043 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20044
20045         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20046
20047         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20048         empty line between a part and a message part.
20049
20050 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20051
20052         * smiley.el: Add more test smileys.
20053         (smiley-data-directory, smiley-regexp-alist)
20054         (gnus-smiley-file-types): Fix doc strings.
20055         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20056         adding new elements.
20057         (smiley-mouse-map): Unused code.  Make it a comment.
20058
20059 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20060
20061         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20062         scan latest NoCeM messages instead of old ones.
20063         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20064         delimiters that are recently used.
20065         (gnus-nocem-load-cache): Add autoload cookie.
20066
20067         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20068
20069         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20070         level which is larger than gnus-use-nocem is specified.
20071
20072         * gnus-group.el (gnus-group-get-new-news): Ditto.
20073
20074 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20075
20076         * gnus-util.el (gnus-tool-bar-update): New function.
20077
20078         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20079         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20080
20081         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20082
20083         * gnus-group.el (gnus-group-redraw-when-idle)
20084         (gnus-group-redraw-check): Remove.
20085         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20086
20087 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20088
20089         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20090         if optional last element is specified in splits (FIELD VALUE...).
20091
20092 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20093
20094         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20095         to gmm-image-load-path-for-library.  Call with no-error argument.
20096         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20097
20098         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20099
20100         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20101
20102         * gmm-utils.el (gmm-image-load-path): Remove alias.
20103
20104 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20105
20106         * gmm-utils.el (gmm-image-load-path): Add alias.
20107
20108         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20109         nnml-generate-nov-databases-1.
20110         (nnml-generate-nov-databases): Use it.
20111         (nnml-generate-nov-databases-directory): Document no-active
20112         argument.
20113
20114         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20115         directory if path is t.  Add no-error.
20116
20117         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20118         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20119
20120         * gnus-art.el (gnus-article-browse-delete-temp-files):
20121         Simplify resetting gnus-article-browse-html-temp-list.
20122
20123         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20124         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20125         Add example to docstring.  Rename local variables.  Move error
20126         checks to default case in cond and simplify.
20127
20128 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20129
20130         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20131         handle is multipart when calling it recursively.
20132         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20133
20134 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20135
20136         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20137         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20138
20139 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20142         is loaded.
20143
20144         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20145         loaded.
20146
20147 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20148
20149         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20150         to "Emacs 23 (unicode)" in doc string.
20151
20152         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20153         "Emacs 23 (unicode)" in comment.
20154
20155 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20156
20157         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20158
20159         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20160         characters 160 through 255 in Emacs 23.
20161
20162 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20163
20164         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20165         gnus-article-browse-html-temp.
20166         (gnus-article-browse-delete-temp): Make it customizable.
20167         Add `file'.  Adjust doc string.
20168         (gnus-article-browse-delete-temp-files): Add argument.
20169         Allow query for each file.  Adjust doc string.
20170         (gnus-article-browse-html-parts):
20171         Add `gnus-article-browse-delete-temp-files' to
20172         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20173
20174 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20175
20176         * gnus-art.el (gnus-article-browse-html-temp)
20177         (gnus-article-browse-delete-temp): New variables.
20178         (gnus-article-browse-delete-temp-files): New function.
20179         (gnus-article-browse-html-parts): Use it.
20180
20181 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20182
20183         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20184
20185         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20186         string.
20187
20188         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20189         gnus-summary-insert-new-articles when unplugged.
20190         Remove gnus-summary-search-article-forward.
20191
20192         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20193         display-visual-class instead of display-color-cells.
20194
20195 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20196
20197         * dgnushack.el: Autoload customize-group for XEmacs.
20198
20199         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20200         message/* containing non-ASCII text properly.
20201
20202 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20203
20204         * message.el: Require gmm-utils, remove autoloads.
20205         (message-tool-bar): Set default based on
20206         gmm-tool-bar-style.
20207         (message-tool-bar-gnome): Add gmm-customize-mode.
20208
20209         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20210         gmm-tool-bar-style.
20211         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20212
20213         * gnus-group.el (gnus-group-tool-bar): Set default based on
20214         gmm-tool-bar-style.
20215         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20216
20217         * gmm-utils.el (gmm-image-directory): Rename variable from
20218         gmm-image-load-path.
20219         (gmm-image-load-path): Use gmm-image-directory.
20220         (gmm-customize-mode): New function.
20221         (gmm-tool-bar-style): New variable.
20222
20223         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20224         gnus-group-redraw-line-number.
20225         (gnus-group-redraw-check): Simplify.
20226         (gnus-group-tool-bar-update): Remove redraw check.
20227         (gnus-group-make-tool-bar): Add redraw check.
20228
20229 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20230
20231         * gnus-art.el (gnus-button): Add missing parentheses.
20232
20233 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20234
20235         * lpath.el: Fbind line-number-at-pos.
20236
20237 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20238
20239         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20240
20241 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20242
20243         * gnus-art.el (gnus-button): New face.
20244         (gnus-article-button-face): Use it.
20245
20246         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20247         Add gnus-summary-next-page.  Re-order.
20248
20249         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20250         next-node are now included.
20251         (gnus-group-redraw-line-number): New internal variable.
20252         (gnus-group-redraw-check): Helper function for updating the tool
20253         bar.
20254         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20255
20256         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20257
20258         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20259         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20260         Use it to match format of Spamassassin 3.0 and later.
20261         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20262         (spam-check-bogofilter)
20263         (spam-bogofilter-register-with-bogofilter): Fix args of
20264         `gnus-error' calls.
20265
20266 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20267
20268         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20269         unnecessary interaction when sending queued mails.
20270         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20271
20272 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20273
20274         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20275         first or last are nil.
20276
20277 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20278
20279         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20280
20281 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20282
20283         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20284
20285 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20286
20287         * dns.el (query-dns): Protect more against buggy tcp output.
20288
20289 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20290
20291         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20292         nov.php.
20293
20294 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20295
20296         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20297         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20298         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20299         output on the server side.
20300         (nnweb-google-create-mapping): Update regexps and add some
20301         progress indication.
20302
20303 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20304
20305         * gnus-group.el (gnus-group-tool-bar-gnome):
20306         Fix gnus-agent-toggle-plugged.  Re-order icons.
20307         (gnus-group-tool-bar-gnome):
20308         Add gnus-group-{prev,next}-unread-group.
20309         (gnus-group-tool-bar-gnome): Re-order icons.
20310
20311         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20312         Move gnus-summary-insert-new-articles.
20313
20314         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20315         Fix comments.
20316
20317         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20318         also available in Emacs 21.3.
20319
20320         * message.el (message-fix-before-sending): Change "Emacs 22" to
20321         "Emacs 23 (unicode)" in comment.
20322
20323         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20324         "Emacs 23 (unicode)" in comment.
20325
20326         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20327         comment.
20328         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20329
20330         * mm-view.el (mm-fill-flowed): Add :version.
20331
20332 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20333
20334         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20335         and load-path.
20336
20337 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20338
20339         * message.el: Autoload gmm-image-load-path.
20340         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20341         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20342         consitency.
20343
20344         * gmm-utils.el (gmm-image-load-path): Also search in
20345         "../etc/images".  Don't set gmm-image-load-path if we don't find
20346         the image.
20347
20348 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20349
20350         * gmm-utils.el (gmm-image-load-path): Don't make
20351         `gmm-image-load-path' include subdirectories which the second arg
20352         `image' might specify.
20353
20354         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20355         subdirectory to icon file names.
20356
20357         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20358
20359 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20360
20361         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20362         gmm-image-load-path calls.
20363
20364         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20365
20366         * message.el (message-make-tool-bar): Ditto.
20367
20368         * mml.el (mml-preview): Add comment concerning tool bar icons.
20369
20370         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20371         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20372
20373         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20374         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20375
20376         * message.el (message-tool-bar-gnome): Use new icon names.
20377         (message-make-tool-bar): Use `gmm-image-load-path'.
20378
20379         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20380         New functions from MH-E.
20381         (gmm-image-load-path): New variable from MH-E.
20382         (gmm-image-load-path): New function from MH-E.  Add arguments
20383         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20384         *-image-load-path-called-flag.
20385
20386 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20387
20388         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20389
20390 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20391
20392         * nnimap.el (nnimap-request-move-article): Change folder back to
20393         source group before deleting.
20394
20395 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20396
20397         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20398
20399         * gnus-art.el (mm-url-insert-file-contents-external):
20400         Autoload mm-url.
20401
20402         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20403
20404 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20405
20406         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20407         coding system which mm-charset-to-coding-system returns for a
20408         given charset is valid.
20409
20410 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20411
20412         * html2text.el (html2text-remove-tag-list):
20413         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20414
20415 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20416
20417         * gnus-cus.el: Revert 2005-10-17 change.
20418
20419 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20420
20421         * gnus-art.el (article-strip-banner):
20422         Call article-really-strip-banner only when the regexp match is made.
20423
20424 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20425
20426         * gnus-art.el (article-strip-banner):
20427         Use gnus-extract-address-components instead of
20428         mail-header-parse-addresses to make it work with non-ASCII text;
20429         remove mail-encode-encoded-word-string.
20430
20431         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20432         values which are surrounded with \"...\"; make it never cause a
20433         Lisp error; give up parsing of parameters if it failed in
20434         extracting type.
20435
20436 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20437
20438         * smime.el (smime-cert-by-ldap-1): Fix bug where
20439         `smime-ldap-search' returns results without userCertificates.
20440
20441 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20442
20443         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20444
20445 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20446
20447         * spam.el (spam-check-spamassassin-headers): Adapt format for
20448         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20449         <ari@mbf.ocn.ne.jp>.
20450         (spam-list-of-processors): Add spam-use-gmane.
20451
20452 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20453
20454         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20455         make-temp-file; make it work with XEmacs as well.
20456
20457         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20458         mm-make-temp-file.
20459
20460         * mm-decode.el (mm-display-external): Use the 3rd arg of
20461         mm-make-temp-file.
20462         (mm-create-image-xemacs): Ditto.
20463
20464 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20465
20466         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20467         with message-narrow-to-headers.
20468         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20469         (gnus-draft-check-draft-articles): New function.
20470         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20471
20472 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20473
20474         * gnus-art.el (gnus-article-browse-html-parts):
20475         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20476         Don't use suffix argument for mm-make-temp-file for Emacs 21
20477         compatibility.  Remove useless `format'.
20478
20479 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20480
20481         * nnweb.el (nnweb-google-wash-article): Update regexps.
20482         (nnweb-group-alist): Use defvoo instead of defvar.
20483
20484 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20485
20486         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20487         re-loading nn* modules.
20488
20489 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20490
20491         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20492         for `tool-bar-mode' and don't check it's default-value.
20493
20494         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20495
20496         * message.el (message-make-tool-bar): Ditto.
20497
20498         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20499         `substring'.  Shorten tmp-file name.
20500
20501         * gnus.el: Remove bogus comment.
20502
20503 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20504
20505         * gnus-art.el (gnus-article-browse-html-parts): New function.
20506         (gnus-article-browse-html-article): New function for viewing html
20507         articles with a browser.
20508
20509 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20510
20511         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20512         in elisp.
20513         (pgg-gpg-encrypt-symmetric-region): Ditto.
20514         (pgg-gpg-sign-region): Ditto.
20515
20516         * pgg-def.el (pgg-text-mode): New variable.
20517
20518         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20519         (mml2015-pgg-encrypt): Ditto.
20520
20521         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20522         (mml1991-pgg-encrypt): Ditto.
20523
20524 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20525
20526         * nnfolder.el (nnfolder-insert-newsgroup-line):
20527         Use message-make-date instead of current-time-string.
20528
20529         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20530         to gnus-decoded which mm-uu might set.
20531
20532 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20533
20534         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20535         don't decode quoted parameters; remove misimported Emacs code.
20536         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20537         (rfc2231-decode-encoded-string): Don't use split-string which
20538         behaves differently according to Emacs version; use
20539         mm-decode-coding-region to convert charset to coding-system.
20540         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20541         (rfc2231-encode-string): Remove misimported Emacs code.
20542
20543 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20544
20545         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20546         when calling mail-header-parse-content-type.
20547         (article-de-quoted-unreadable): Ditto.
20548         (article-de-base64-unreadable): Ditto.
20549         (article-wash-html): Ditto.
20550
20551         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20552         calling mail-header-parse-content-type and
20553         mail-header-parse-content-disposition.
20554         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20555         mail-header-parse-content-type.
20556
20557         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20558         insert charset and format parameters; encode description after
20559         inserting it to buffer.
20560         (mml-insert-parameter): Fold lines properly even if a parameter is
20561         segmented into two or more lines; change the max column to 76.
20562
20563         * rfc1843.el (rfc1843-decode-article-body): Don't use
20564         ignore-errors when calling mail-header-parse-content-type.
20565
20566         * rfc2231.el (rfc2231-parse-string): Return at least type if
20567         possible; don't cause an error even if it fails in parsing of
20568         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20569         (rfc2231-encode-string): Don't break lines at the beginning, leave
20570         it to mml-insert-parameter.
20571
20572         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20573         calling mail-header-parse-content-type.
20574
20575 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20576
20577         * spam-report.el (spam-report-gmane-use-article-number):
20578         Improve doc string.
20579         (spam-report-gmane-internal): Check if a suitable header was found
20580         in the article.
20581
20582 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20583
20584         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20585         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20586
20587 2006-02-05  Romain Francoise  <romain@orebokech.com>
20588
20589         Update copyright notices of all files in the gnus directory.
20590
20591 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20592
20593         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20594
20595 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20596
20597         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20598         segmented lines of parameter value to cope with Thunderbird 1.5
20599         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20600         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20601         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20602
20603 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20604
20605         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20606         parts.
20607
20608 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20609
20610         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20611         there's only one active file for all servers.
20612         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20613         solid groups.  Gnus might have used a FAST request to select the group.
20614         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20615         and nnweb-search redundantly in the active file.
20616         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20617         (nnweb-request-create-group): Don't use ARGS.
20618         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20619         initializations.  Let nnoo do the work.
20620
20621 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20622
20623         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20624         Say the part has been decoded.
20625
20626         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20627
20628 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20629
20630         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20631         mailcap-viewer-test-cache when there's no 'test clause, since that
20632         will invert the meaning of a "nil" test previously determined by
20633         mailcap-mailcap-entry-passes-test.
20634
20635 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20636
20637         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20638         compiling.
20639
20640         * gnus-sum.el: Ditto.
20641
20642         * message.el: Don't bind tool-bar-map when compiling.
20643
20644 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20645
20646         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20647
20648 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20649
20650         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20651         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20652         current Google Groups.
20653
20654 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20655
20656         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20657         and tool-bar-mode.
20658
20659         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20660         and tool-bar-mode.
20661
20662         * message.el (message-tool-bar-update): Simplify.
20663         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20664
20665         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20666         gnus-summary-buffer.
20667         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20668         gnus-summary-reply.
20669
20670         * gmm-utils.el (gmm): Add :version.
20671
20672 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20673
20674         * Makefile.in (clean): New rule.
20675         (distclean): Use it.
20676
20677 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20678
20679         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20680         Don't autoload.
20681
20682 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20683
20684         * gmm-utils.el (gmm-verbose): Add :group.
20685
20686 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20687
20688         * message.el: Change some comments WRT tool-bars.
20689
20690         * gnus-sum.el (gnus-summary-tool-bar)
20691         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20692         (gnus-summary-tool-bar-zap-list): New variables.
20693         (gnus-summary-make-tool-bar): Complete rewrite using
20694         `gmm-tool-bar-from-list'.
20695
20696         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20697         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20698         New variables.
20699         (gnus-group-make-tool-bar): Complete rewrite using
20700         `gmm-tool-bar-from-list'.
20701         (gnus-group-tool-bar-update): New function.
20702
20703         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20704
20705 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20706
20707         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20708         is dissected into a single part of which the type is the same as
20709         the given one; decode charset.
20710
20711 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20712
20713         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20714         into alists as symbol not string, since that's what
20715         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20716         look for.
20717
20718 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20719
20720         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20721         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20722
20723         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20724
20725 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20726
20727         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20728         (gnus-xmas-mime-security-button-menu): New function.
20729
20730         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20731         (gnus-mime-security-button-menu): New definition.
20732         (gnus-mime-security-button-map): Use them.
20733         (gnus-mime-security-button-menu): New function.
20734         (gnus-insert-mime-security-button): Addition to help echo.
20735         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20736         (gnus-mime-security-pipe-part): New functions.
20737
20738         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20739         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20740
20741         * mm-decode.el (mm-handle-set-disposition): Remove.
20742         (mm-handle-set-description): Remove.
20743
20744 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20745
20746         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20747         (mm-w3m-standalone-supports-m17n-p): New function.
20748         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20749         w3m usage.
20750
20751         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20752         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20753
20754 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20755
20756         * message.el (message-tool-bar-zap-list):
20757         Use gmm-tool-bar-zap-list as custom type.
20758         (message-tool-bar-update): New function.
20759         (message-tool-bar, message-tool-bar-gnome)
20760         (message-tool-bar-retro): Add message-tool-bar-update.
20761         (message-tool-bar-gnome): Add flyspell-buffer.
20762
20763         * gnus-util.el (gnus-error): Describe `args'.
20764
20765         * gmm-utils.el (gmm-error): Describe `args'.
20766         (gmm-tool-bar-zap-list): New widget.
20767         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20768
20769 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20770
20771         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20772         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20773         the number of recursive calls.
20774
20775         * mm-decode.el (mm-handle-set-disposition): New macro.
20776         (mm-handle-set-description): New macro.
20777
20778 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20779
20780         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20781         encoding.
20782
20783 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20784
20785         * message.el (message-tool-bar-zap-list, message-tool-bar)
20786         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20787         (message-tool-bar-local-item-from-menu): Remove.
20788         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20789         (message-make-tool-bar): New function.
20790         (message-mode): Use `message-make-tool-bar'.
20791
20792         * gmm-utils.el: New file.
20793         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20794         (gmm-lazy): New widget copied from `nnmail.el'.
20795         (gmm-tool-bar-from-list): New function for creating customizable
20796         tool bars.
20797         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20798         output.
20799         (gmm): Add :prefix to defgroup.
20800
20801 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20802
20803         * gmm-utils.el (gmm-widget-p): New function.
20804
20805 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20806
20807         * mml.el (mml-attach-file): Describe `description' in doc string.
20808         (mml-menu): Add Emacs MIME manual and PGG manual.
20809
20810 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20811
20812         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20813
20814 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20815
20816         * nntp.el (nntp-end-of-line): Doc fix.
20817
20818 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20819
20820         * imap.el (imap-open): Handle case where buffer is a buffer
20821         object.
20822
20823 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20824
20825         * gnus-delay.el (gnus-delay): Don't autoload.
20826         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20827         to be re-loaded when customizing the `gnus-delay' group.
20828
20829 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20830
20831         * message.el (message-insert-citation-line): Use newlines.
20832
20833 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20834
20835         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20836         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20837         these routines, so the passphrase can be managed externally and
20838         passed in to the system.
20839         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20840         pgg-add-passphrase-to-cache function.
20841
20842         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20843         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20844         these routines, so the passphrase can be managed externally and
20845         passed in to the system.
20846         (pgg-pgp5-sign-region): Use new name of
20847         pgg-add-passphrase-to-cache function.
20848
20849 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20850
20851         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20852         part of the decoded armor to find the key-identifier.
20853         (pgg-gpg-lookup-key-owner): New function to return the
20854         human-readable identifier of a key owner.
20855         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20856         itself.
20857         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20858         the key value) if we have a key and can match it against a secret
20859         key.  Also, added a note pointing out fact that the prompt only
20860         indicates the first matching key.
20861
20862         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20863         pgg-decrypt-region.
20864         (pgg-add-passphrase-to-cache): Rename from
20865         `pgg-add-passphrase-cache' to reduce confusion (all callers
20866         changed).
20867         (pgg-remove-passphrase-from-cache): Rename from
20868         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20869         changed).
20870         (pgg-read-passphrase, pgg-add-passphrase-cache)
20871         (pgg-remove-passphrase-cache): Add informative docstrings.
20872         (pgg-decrypt): Convey provided passphrase in subordinate call to
20873         pgg-decrypt-region.
20874
20875 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20876
20877         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20878         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20879         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20880         'passphrase' argument, so the passphrase can be managed externally
20881         and then passed in to the system.
20882
20883         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20884         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20885         so the passphrase cache can be used reliably with identifiers
20886         besides a pgp packet's key id.
20887
20888         * pgg-gpg.el (pgg-gpg-encrypt-region)
20889         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20890         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20891         these routines, so the passphrase can be managed externally and
20892         passed in to the system.
20893
20894         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20895         'notruncate' argument, so the passphrase cache can be used
20896         reliably with identifiers besides a pgp packet's key id.
20897
20898 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20899
20900         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20901         symmetric encryption.
20902         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20903         encrypted session key.
20904         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20905         message ask for the passphrase in a proper way.
20906
20907         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20908         New user commands for symmetric encryption.
20909
20910 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20911
20912         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20913
20914         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20915
20916 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20917
20918         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20919
20920 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20921
20922         * mm-decode.el (mm-inlined-types): Add application/pgp.
20923         (mm-automatic-display): Ditto.
20924
20925         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20926         part as text.
20927
20928 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20929
20930         * nnrss.el: Update copyright.
20931         (nnrss-opml-import): Query whether to subscribe to each entry.
20932
20933         * gnus-art.el:
20934         * gnus-sum.el:
20935         * gnus-xmas.el:
20936         * messagexmas.el:
20937         * mm-uu.el:
20938         * mm-view.el: Update copyright.
20939
20940 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20941
20942         * message.el (message-info): New function.
20943         (message-mode-menu): Add it.
20944         Update copyright.
20945
20946         * ChangeLog: Fix and update copyright.
20947
20948 2006-01-13  Romain Francoise  <romain@orebokech.com>
20949
20950         * message.el (message-forward-subject-name-subject): Prefer the
20951         address to 'nowhere' if the sender has no name.
20952         Fix typo.  Update copyright year.
20953
20954 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20955
20956         * gnus-art.el (article-wash-html):
20957         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20958         (gnus-article-wash-html-with-w3m-standalone): New function.
20959
20960         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20961         mm-inline-text-html-render-with-w3m-standalone.
20962         (mm-text-html-washer-alist): Map w3m-standalone to
20963         gnus-article-wash-html-with-w3m-standalone.
20964         (mm-inline-text-html-render-with-w3m-standalone): New function.
20965
20966 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20967
20968         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20969         Improve LaTeX.
20970
20971 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20972
20973         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20974         (nnrss-request-article): Render text/plain parts as HTML.
20975
20976         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20977         the buffer.
20978
20979 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20980
20981         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20982         custom definition of `gnus-posting-styles'.
20983
20984         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20985         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20986
20987 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20988
20989         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20990         Use nntp for bug archive.
20991
20992 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20993
20994         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20995         parts.
20996         (nnrss-normalize-date): New function converts ISO 8601 date into
20997         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20998         (nnrss-check-group): Use it.
20999
21000 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21001
21002         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21003
21004         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21005         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21006         (nnrss-insert-w3): Ditto.
21007
21008 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21009
21010         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21011         the articles to be forwarded including the case where neither a
21012         number of articles nor a region is specified.
21013
21014 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21015
21016         * nnrss.el (nnrss-request-article): Fix last change; fill
21017         text/plain parts.
21018
21019 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21020
21021         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21022         in text/plain part.
21023         (nnrss-check-group): Don't add excessive newline to dc:subject.
21024
21025 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21026
21027         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21028         article.
21029
21030 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21031
21032         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21033         (nnml-use-compressed-files, nnml-save-mail): Support other
21034         comression programs such as bzip2.
21035
21036 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21037
21038         * dns.el (query-dns): Make sure we check the buffer size before
21039         removing tcp headers.
21040
21041 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21042
21043         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21044         remove MIME buttons associated with multipart/alternative parts.
21045         (gnus-mime-display-alternative): Tag buttons using `article-type'
21046         text property.
21047
21048         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21049         associated with multipart/alternative parts.
21050
21051         * gnus-art.el (gnus-signature-separator): Fix custom type.
21052
21053         * mm-decode.el (mm-inlined-types): Fix custom type.
21054         (mm-keep-viewer-alive-types): Ditto.
21055         (mm-automatic-display): Ditto.
21056         (mm-attachment-override-types): Ditto.
21057         (mm-inline-override-types): Ditto.
21058         (mm-automatic-external-display): Ditto.
21059
21060 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21061
21062         * spam-report.el (spam-report-user-mail-address)
21063         (spam-report-user-agent): New variables.
21064         (spam-report-url-ping-plain): Use spam-report-user-agent.
21065
21066 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21067
21068         * gnus-art.el (gnus-button-handle-custom): Do not just use
21069         `customize-apropos' for any "M-x customize-*" button but the
21070         function called for.  Accept both the function name and its
21071         argument in order to achieve this.
21072         (gnus-button-alist): Remove support for "custom:" URL's.
21073         Pass function name to `gnus-button-handle-custom' in case of "M-x
21074         customize-*" buttons.
21075
21076 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21077
21078         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21079         multipart/alternative and add xref to mm-discouraged-alternatives
21080         in doc string.
21081
21082         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21083         gnus-buttonized-mime-types in doc string.
21084
21085 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21086
21087         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21088         Suggest image/.* in the doc string.
21089
21090 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21091
21092         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21093         message-marks (Debian bug#342521).
21094
21095 2005-12-12  Simon Josefsson  <jas@extundo.com>
21096
21097         * password.el (password-read-from-cache): Add.
21098         (password-read): Use it.
21099
21100 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21101
21102         * rfc2047.el (rfc2047-charset-to-coding-system):
21103         Recognize us-ascii as a MIME charset.
21104
21105         * mm-bodies.el (mm-decode-content-transfer-encoding):
21106         Protect against the case where the 2nd arg TYPE is nil.
21107
21108 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21109
21110         * pop3.el (pop3-stream-type): Fix custom version.
21111
21112         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21113
21114 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21115
21116         * mm-decode.el (mm-display-external): Add missing cdr.
21117
21118 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21119
21120         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21121         RFC1524) if it is in mailcap or add a suffix according to
21122         mailcap-mime-extensions when generating a temp filename; postpone
21123         deleting a temp file for 2 seconds for some wrappers, shell
21124         scripts, and so on, which might exit right after having started a
21125         viewer command as a background job.
21126
21127 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21128
21129         * nntp.el (nntp-marks-directory): Fix custom group.
21130
21131         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21132         steps when < 10.
21133
21134         * gnus-start.el (gnus-no-server-1):
21135         Mention `gnus-level-default-subscribed' in doc string.
21136
21137 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21138
21139         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21140         parens.
21141
21142 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21143
21144         * gnus-xmas.el (gnus-use-toolbar): Revert.
21145         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21146         gnus-use-toolbar is default.
21147
21148         * messagexmas.el (message-use-toolbar): Revert.
21149         (message-setup-toolbar): Use global default-toolbar if
21150         message-use-toolbar is default.
21151
21152 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21153
21154         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21155         according to default-toolbar-visible-p.
21156
21157         * messagexmas.el (message-use-toolbar): Ditto.
21158
21159 2005-11-26  Dave Love  <fx@gnu.org>
21160
21161         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21162         (tls-program, tls-success): Provide openssl alternative.
21163
21164         * starttls.el: Doc fixes.
21165         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21166         SERVICE to PORT.
21167
21168         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21169         port null or service name.
21170         (starttls-negotiate): Autoload.
21171
21172 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21173
21174         * message.el (message-kill-to-signature): Fix interactive spec.
21175
21176 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21177
21178         * pop3.el (pop3-open-server): Recognize a string as a service name.
21179
21180 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21181
21182         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21183
21184 2005-11-23  Dave Love  <fx@gnu.org>
21185
21186         Add pop3s, pop3/starttls.
21187
21188         * pop3.el (pop3-authentication-scheme): Clarify doc.
21189         (open-tls-stream, starttls-open-stream): Autoload.
21190         (pop3-stream-type): New.
21191         (pop3-open-server): Use it.
21192
21193         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21194         for POP.
21195         (mail-source-keyword-map): Add :stream for POP.
21196         (mail-source-fetch-pop): Use pop3-stream-type.
21197
21198 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21199
21200         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21201         of current-time-string.
21202
21203 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21204
21205         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21206         date header.
21207
21208 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21209
21210         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21211         it can seriously impact performance as it bypasses the agent's
21212         local caches.
21213
21214 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21215
21216         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21217         must be explicitly online rather than "not explicitly offline" for
21218         its flags to be synchronized.
21219
21220         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21221         that gnus-uu-unmark-thread will function correctly.
21222
21223         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21224         1024K is instead displayed as 1M.
21225
21226 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21227
21228         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21229
21230 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21231
21232         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21233
21234 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21235
21236         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21237         error message to display actual error condition.
21238         (gnus-agent-save-local): Avoid saving symbols that are bound to
21239         nil as they simply result in a warning message in
21240         gnus-agent-read-local.
21241
21242 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21243
21244         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21245         rather than make-variable-buffer-local for file-precious-flag.
21246
21247 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21248
21249         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21250         for duplicates which are removed.  The invalid sort check then
21251         triggers a rescan after the sort as sorting may have moved
21252         duplicate entries such that they can be cheaply detected.
21253
21254 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21255
21256         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21257
21258 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21259
21260         * gnus-agent.el (gnus-agent-article-alist-save-format):
21261         Change internal variable to a custom variable.  Change default value
21262         from compressed(2) to uncompressed(1).
21263         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21264         support for uncompressed agentview files.  Taken together, reading
21265         the agentview file should now be 6-7 times faster.
21266
21267 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21268
21269         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21270         as a buffer-local variable.  This avoids creating truncated
21271         dribble files as a result of a hang up, eg.
21272
21273 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21274
21275         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21276         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21277         XEmacs.
21278
21279 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21280
21281         * gnus-start.el (gnus-start-draft-setup):
21282         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21283
21284         * gnus.el (gnus-splash): Change custom group.
21285         (gnus-group-get-parameter, gnus-group-parameter-value):
21286         Describe allow-list argument.
21287
21288         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21289         string.
21290
21291 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21292
21293         * gnus-art.el (gnus-default-article-saver): Add user-defined
21294         `function' to custom type.
21295
21296 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21297
21298         * imap.el (imap-open): Handle case where buffer is a buffer
21299         object.
21300
21301 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21302
21303         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21304         long lines.
21305         (gnus-cache-delete-group): Wrap doc strings.
21306
21307         * gnus-agent.el (gnus-agent-rename-group)
21308         (gnus-agent-delete-group): Wrap doc strings.
21309
21310 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21311
21312         * messagexmas.el (message-use-toolbar): Change the valid values
21313         into default, top, bottom, left, and right.
21314         (message-toolbar-thickness): New variable.
21315         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21316         well.
21317         (message-setup-toolbar): Make it work.
21318
21319         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21320         (gnus-use-toolbar): Change the valid values into default, top,
21321         bottom, left, and right.
21322         (gnus-toolbar-thickness): New variable.
21323         (gnus-xmas-setup-toolbar): New function.
21324         (gnus-xmas-setup-group-toolbar): Use it.
21325         (gnus-xmas-setup-summary-toolbar): Use it.
21326
21327 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21328
21329         * gnus-start.el (gnus-1): Add "native" to
21330         gnus-predefined-server-alist.
21331
21332         * gnus.el (gnus-method-to-server): Don't add "native" to the
21333         lists here, because that leads to problems when
21334         gnus-select-method is bound.
21335
21336 2005-11-09  Simon Josefsson  <jas@extundo.com>
21337
21338         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21339         use (not sort-by-date) instead.
21340
21341 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21342
21343         * gnus-delay.el (gnus-delay-group): Don't autoload.
21344         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21345         to be re-loaded when customizing the `gnus-delay' group.
21346
21347 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21348
21349         * message.el: Revert last changes.
21350         (message-insert-citation-line): Use newlines.
21351
21352 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21353
21354         * message.el (message-courtesy-message)
21355         (message-mark-insert-begin, message-mark-insert-end)
21356         (message-elide-ellipsis, message-cancel-message)
21357         (message-add-header, message-change-subject)
21358         (message-cross-post-followup-to-header)
21359         (message-cross-post-insert-note, message-reduce-to-to-cc)
21360         (message-widen-reply, message-delete-not-region)
21361         (message-kill-to-signature, message-insert-signature)
21362         (message-insert-importance-high, message-insert-importance-low)
21363         (message-insert-or-toggle-importance)
21364         (message-insert-disposition-notification-to)
21365         (message-indent-citation, message-yank-original)
21366         (message-cite-original-without-signature, message-cite-original)
21367         (message-insert-citation-line, message-position-on-field)
21368         (message-fix-before-sending, message-send-mail-partially)
21369         (message-send-mail, message-send-mail-with-sendmail)
21370         (message-send-mail-with-qmail, message-send-news)
21371         (message-check-news-header-syntax, message-generate-headers)
21372         (message-insert-courtesy-copy, message-fill-address)
21373         (message-fill-header, message-shorten-references)
21374         (message-setup-1, message-cancel-news)
21375         (message-forward-make-body-plain, message-forward-make-body-mime)
21376         (message-forward-make-body-mml, message-encode-message-body)
21377         (message-forward-make-body-digest-plain)
21378         (message-forward-make-body-digest-mime)
21379         (message-use-alternative-email-as-from): Insert `hard-newline'
21380         instead of ordinary newlines.
21381
21382 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21383
21384         * message.el (message-generate-headers): Downcase the argument
21385         given to message-check-element.
21386
21387 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21388
21389         * nntp.el (nntp-authinfo-rejected): New error condition.
21390         (nntp-wait-for): Use new error condition to signal authentication
21391         error.
21392         (nntp-retrieve-data): Rethrow new error condition to break out of
21393         recursive call to nntp-send-authinfo.
21394
21395 2005-11-08  Romain Francoise  <romain@orebokech.com>
21396
21397         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21398         (gnus-summary-exit-map): Bind to `Z p'.
21399         (gnus-summary-make-menu-bar): Add menu item.
21400
21401 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21402
21403         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21404         (gnus-treat-*): Add `first' in all doc strings.
21405
21406         * gnus-group.el (gnus-group-compact-group): Fix typo.
21407
21408 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21409
21410         * gnus.el (gnus-parameters-case-fold-search): New variable.
21411         (gnus-parameters-get-parameter): Use it.
21412
21413         * gnus-score.el (gnus-home-score-file): Doc fix.
21414
21415 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21416
21417         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21418
21419 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21420
21421         * mm-util.el (mm-special-display-p): New function.
21422
21423         * mml.el (mml-preview): Use it; doc fix.
21424
21425 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21426
21427         * imap.el (imap-open): Handle case where buffer is a buffer object.
21428
21429 2005-10-29  Romain Francoise  <romain@orebokech.com>
21430
21431         * message.el (message-fix-before-sending): Fix comment.
21432
21433 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21434
21435         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21436
21437 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21438
21439         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21440         Used in gnus-score.el.
21441
21442 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21443
21444         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21445
21446 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21447
21448         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21449         whitespace removed in revision 7.8.  Use concatenated string to
21450         protect trailing whitespace.
21451
21452 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21453
21454         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21455         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21456         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21457         Courier IMAP ("some version from 2004").  Mostly based on similar
21458         code in the same function.
21459
21460 2005-10-26  Didier Verna  <didier@xemacs.org>
21461
21462         * gnus-group.el (gnus-group-compact-group): Invalidate original
21463         article buffer.
21464         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21465         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21466         NOV database and in article itself.
21467         Invalidate article backlog.
21468
21469 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21470
21471         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21472
21473 2005-10-26  Simon Josefsson  <jas@extundo.com>
21474
21475         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21476         part of 2004-07-25 change.
21477
21478 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21479
21480         * message.el (message-display-completion-list): New function.
21481         (message-expand-group): Use it; make sure the Completions buffer
21482         is modifiable.
21483 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21484
21485         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21486         user-mail-name is an empty string.
21487
21488 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21489
21490         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21491         depending on gnus-score-decay-constant.
21492
21493         * encrypt.el (encrypt-insert-file-contents)
21494         (encrypt-write-file-contents): Don't use `gnus-message'.
21495
21496         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21497         arguments.
21498         (mm-uu-type-alist): Add message-marks and insert-marks.
21499         Pass arguments to mm-uu-verbatim-marks-extract.
21500         (mm-uu-hide-markers): New variable.
21501         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21502
21503         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21504         (gnus-convert-image-to-face-command): Use "convert" by default to
21505         allow other input image formats.
21506         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21507         accordingly.
21508
21509 2005-10-23  Simon Josefsson  <jas@extundo.com>
21510
21511         * imap.el (imap-gssapi-program): Align command line parameters
21512         with latest GNU SASL.
21513         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21514
21515 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21516
21517         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21518         HTML.
21519         (nnslashdot-request-article): Ditto.
21520
21521         * lpath.el (featurep): Add nobreak-char-display.
21522
21523 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21524
21525         * mail-source.el (mail-source-fetch-pop): Require pop3.
21526         (mail-source-check-pop): Ditto.
21527
21528 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21529
21530         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21531         errors.
21532
21533 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21534
21535         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21536         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21537
21538         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21539
21540         * mm-bodies.el (mm-decode-string):
21541         Call `mm-charset-to-coding-system' with allow-override argument.
21542
21543 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21544
21545         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21546         (rfc2047-charset-to-coding-system): New function.
21547         (rfc2047-decode-encoded-words): New function.
21548         (rfc2047-decode-region): Use them.
21549         (rfc2047-decode-cte): Remove.
21550         (rfc2047-parse-and-decode): Remove.
21551         (rfc2047-decode): Remove.
21552
21553 2005-10-15  Kenichi Handa  <handa@m17n.org>
21554
21555         * rfc2047.el (rfc2047-decode-cte): New function.
21556         (rfc2047-decode-region): Change the way to decode successive
21557         encoded-words: decode B- or Q-encoding in each encoded-word,
21558         concatenate them, and decode it as charset.
21559
21560 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21561
21562         * lpath.el: Fbind codepage-setup for XEmacs.
21563
21564 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21565
21566         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21567         widget-move-and-invoke.
21568         (gnus-custom-mode): Use gnus-custom-map.
21569
21570 2005-10-15  Bill Wohler  <wohler@newt.com>
21571
21572         * message.el (message-tool-bar-map): Rename image file from
21573         mail_send to mail/send.
21574
21575 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21576
21577         * message.el (message-expand-group): Pass the common
21578         prefix substring of completion to `display-completion-list'.
21579
21580 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21581
21582         * mml-sec.el (mml-secure-method): New internal variable.
21583         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21584         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21585         New functions using mml-secure-method.
21586
21587         * mml.el (mml-mode-map): Add key bindings for those functions.
21588         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21589         Harder <harder@myrealbox.com>.
21590         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21591         Goto end of message if point is the headers of the message.
21592
21593         * message.el (message-in-body-p): New function.
21594
21595         * assistant.el: Autoload gnus-util and netrc.
21596
21597         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21598         Use `mm-charset-override-alist' only when decoding.
21599
21600         * mm-bodies.el (mm-decode-body):
21601         Call `mm-charset-to-coding-system' with allow-override argument.
21602
21603         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21604         `filename' from Content-Disposition if Content-Type doesn't
21605         provide `name'.
21606         (gnus-mime-view-part-as-type): Set default instead of
21607         initial-input.
21608
21609 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21610
21611         * format-spec.el (format-spec): Propagate text properties of % spec.
21612
21613 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21614
21615         * gnus-art.el (gnus-treat-predicate): Add `first'.
21616
21617 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21618
21619         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21620         (mm-charset-override-alist): New variable.
21621         (mm-charset-to-coding-system): Use it.
21622         (mm-codepage-setup): New helper function.
21623         (mm-charset-eval-alist): New variable.
21624         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21625         Warn about unknown charsets.
21626
21627         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21628
21629 2005-10-04  David Hansen  <david.hansen@gmx.net>
21630
21631         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21632         (nnrss-check-group): Ditto.
21633
21634 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21635
21636         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21637         Rename x-gnus-verbatim to x-verbatim.
21638         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21639
21640         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21641         x-verbatim.
21642
21643         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21644
21645         * gnus-util.el (gnus-remove-duplicates): Remove.
21646
21647         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21648         instead of gnus-remove-duplicates.
21649
21650         * message.el (message-remove-duplicates): Remove.
21651         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21652         message-remove-duplicates.
21653
21654         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21655         available, else use implementation from `delete-dups'.
21656
21657         * message.el (message-insert-expires): New function.
21658         (message-mode-map): Add key binding.
21659         (message-mode-field-menu): Add menu entry.
21660         (message-mode): Document it.
21661         (message-make-expires-date): Use `message-make-date'.
21662
21663 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21664
21665         * message.el (message-make-expires-date): New function.
21666
21667 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21668
21669         * Makefile.in (list-installed-shadows): New entry.
21670         (install): Use it.
21671         (remove-installed-shadows): New entry.
21672
21673         * dgnushack.el (dgnushack-default-load-path): New variable.
21674         (dgnushack-find-lisp-shadows): New function.
21675         (dgnushack-remove-lisp-shadows): New function.
21676
21677 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21678
21679         * Makefile.in (install-el-elc): New entry.
21680         (install): Use it so that .el files are necessarily installed.
21681
21682 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21683
21684         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21685
21686 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21687
21688         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21689         function rather than the diff-mode.el package.
21690         (mm-display-external): Use with-current-buffer.
21691         (mm-viewer-completion-map, mm-viewer-completion-map):
21692         Move initialization inside declaration.
21693
21694 2005-09-29  Simon Josefsson  <jas@extundo.com>
21695
21696         * spam.el: Load hashcash when compiling, to avoid warnings.
21697         Don't autoload mail-check-payment.
21698         (spam-check-hashcash): Define unconditionally, since hashcash.el
21699         is part of Gnus now.  Ignore errors from payment checking.
21700
21701 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21702
21703         * message.el (message-bold-region, message-unbold-region):
21704         Rename from `bold-region' and `unbold-region'.
21705
21706         * message.el: Remove useless autoloads.
21707
21708 2005-09-28  Simon Josefsson  <jas@extundo.com>
21709
21710         * message.el (message-use-idna): Default to t.
21711         (message-use-idna): Test whether encoding works too.  Doc fix.
21712
21713 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21714
21715         * nntp.el (nntp-warn-about-losing-connection): Remove.
21716
21717 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21718
21719         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21720         customizable.  Change default value.
21721         (mm-uu-diff-groups-regexp): Change default value.
21722         (mm-uu-type-alist): Add doc string.
21723         (mm-uu-configure): Add doc string.  Make it interactive.
21724         (mm-uu-tex-groups-regexp): New variable.
21725         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21726         (mm-uu-type-alist): Add LaTeX documents.
21727         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21728         of "text/verbatim".
21729         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21730
21731         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21732         instead of "text/verbatim".
21733
21734         * message.el (message-mark-inserted-region)
21735         (message-mark-insert-file): Use slrn style marks when called with
21736         prefix argument.
21737
21738 2005-09-27  Simon Josefsson  <jas@extundo.com>
21739
21740         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21741
21742 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21743
21744         * message.el (message-remove-duplicates): New function.
21745         Implementation borrowed from `gnus-remove-duplicates'.
21746         (message-idna-to-ascii-rhs): Also encode idna addresses in
21747         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21748         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21749         only ask about the same idna domain once per header and also tell
21750         in what header to replace the idna domain.
21751
21752         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21753         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21754         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21755         a header is decoded and not just the last one.
21756
21757 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21758
21759         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21760         has been decoded.
21761
21762         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21763         (mm-insert-part): Don't modify text if it has been decoded.
21764
21765         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21766         decoded.
21767
21768         * mm-view.el (mm-inline-text): Don't strip text props unless
21769         decoding enriched or richtext parts.
21770
21771 2005-09-25  Romain Francoise  <romain@orebokech.com>
21772
21773         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21774         * gnus-start.el (gnus-subscribe-interactively):
21775         * gnus-uu.el (gnus-uu-grab-articles):
21776         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21777         space.
21778
21779 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21780
21781         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21782         * mm-view.el (mm-view-pkcs7-decrypt):
21783         * gnus-sum.el (gnus-summary-limit-to-extra)
21784         (gnus-summary-respool-article, gnus-read-move-group-name):
21785         * gnus-score.el (gnus-summary-increase-score):
21786         * gnus-util.el (gnus-completing-read-with-default):
21787         * gnus-art.el (gnus-read-save-file-name)
21788         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21789         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21790         * message.el (message-check-news-header-syntax):
21791         Follow convention for reading with the minibuffer.
21792
21793 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21794
21795         * spam-report.el (spam-report-url-ping-plain):
21796         Use gnus-extended-version as User-Agent.
21797
21798         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21799         default value is nil.
21800
21801         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21802         (mm-uu-verbatim-marks-extract): New function.
21803         (mm-uu-extract): New face.
21804         (mm-uu-copy-to-buffer): Use it.
21805
21806         * spam-report.el (spam-report-gmane-ham): Rename from
21807         `spam-report-gmane-unspam'.
21808         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21809         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21810
21811         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21812         Autoload.
21813         (spam-report-gmane-unregister-routine):
21814         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21815
21816 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21817
21818         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21819         (spam-report-gmane-unregister-routine): Add support for gmane
21820         unregistration.
21821
21822         * spam-report.el (spam-report-gmane-unspam)
21823         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21824         (spam-report-gmane): Change to take a single article and do unspam
21825         registration.
21826
21827 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21828
21829         * mm-url.el (mm-url-decode-entities): Fix regexp.
21830
21831 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21832
21833         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21834         default to nil, to be able to use Gnus at all.  If the default
21835         switches to something else, then the function should be fixed not
21836         be exceedingly slow.
21837
21838 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21839
21840         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21841         fail hard.
21842
21843         * spam-report.el: Add better Keywords line.
21844
21845         * spam.el: Add Maintainer and better Keywords line.
21846
21847 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21848
21849         * gnus-art.el (gnus-article-replace-part)
21850         (gnus-mime-replace-part): New functions.
21851         (gnus-mime-action-alist, gnus-mime-button-commands)
21852         (gnus-mime-save-part-and-strip): Add file argument.
21853         (gnus-article-part-wrapper): Add interactive argument.
21854
21855         * gnus-sum.el (gnus-summary-mime-map):
21856         Add `gnus-article-replace-part'.
21857
21858 2005-09-19  Didier Verna  <didier@xemacs.org>
21859
21860         The nnml compaction feature:
21861         * nnml.el (nnml-request-compact-group): New function.
21862         * nnml.el (nnml-request-compact): New function.
21863         * gnus-int.el (gnus-request-compact-group): New function.
21864         * gnus-int.el (gnus-request-compact): New function.
21865         * gnus-group.el (gnus-group-compact-group): New function.
21866         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21867         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21868         * gnus-srvr.el (gnus-server-compact-server): New function.
21869         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21870         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21871
21872 2005-09-18  Deepak Goel  <deego@gnufans.org>
21873
21874         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21875         format spec.
21876
21877 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21878
21879         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21880
21881 2005-09-15  Romain Francoise  <romain@orebokech.com>
21882
21883         * message.el (message-fill-paragraph): Clarify docstring.
21884
21885 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21886
21887         * gnus-art.el (gnus-mime-display-part): Protect against broken
21888         MIME messages.
21889
21890 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21891
21892         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21893         before parsing header.
21894
21895 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21896
21897         * html2text.el (html2text-replace-list): Add new entities.
21898
21899 2005-09-11  Romain Francoise  <romain@orebokech.com>
21900
21901         * message.el (message-alternative-emails): Improve docstring.
21902         (message-setup-1): Call `message-use-alternative-email-as-from'
21903         after `message-setup-hook' to give it precedence over posting
21904         styles, etc.
21905         (message-use-alternative-email-as-from): Add docstring.
21906         Remove the original From header if present.
21907
21908         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21909         (nnml-save-mail): Use it.
21910
21911         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21912         articles.  Add new argument `silent'.
21913         (gnus-uu-mark-all): Report the total number of marked articles.
21914
21915 2005-09-10  Romain Francoise  <romain@orebokech.com>
21916
21917         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21918         (gnus-uu-mark-series): Likewise.
21919
21920 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21921
21922         * spam-report.el (spam-report-gmane): Fix generation of spam
21923         report URL.
21924
21925 2005-09-10  Simon Josefsson  <jas@extundo.com>
21926
21927         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21928         t, based on discussion on the ding list with Robert Epprecht
21929         <epprecht@solnet.ch>.
21930
21931 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21932
21933         * spam-report.el (spam-report-gmane): Make it work without
21934         X-Report-Spam header.  Gmane now only provides Archived-At.
21935         This is only used if `spam-report-gmane-use-article-number' is nil.
21936         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21937
21938         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21939         make `gnus-summary-sort-by-recipient' work with threading.
21940
21941         * nnweb.el (nnweb-google-wash-article): Print a message if article
21942         is not available.
21943
21944 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21945
21946         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21947         change.  Decode text/* parts content before displaying.
21948
21949 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21950
21951         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21952
21953 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21954
21955         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21956
21957         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21958         url-package-name, url-package-version,
21959         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21960         w3m-display-inline-images, and w3m-minor-mode-map.
21961
21962 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21963
21964         * message.el (message-tab-body-function): Fix mismatched custom type.
21965
21966         * gnus.el (gnus-group-change-level-function): Ditto.
21967
21968         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21969
21970         * gnus-art.el (gnus-signature-limit)
21971         (gnus-article-mime-part-function): Ditto.
21972
21973 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21974
21975         * mml.el (mml-mode): Silence the byte compiler.
21976
21977         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21978         using `(sit-for 0)' before moving the point to the specified part;
21979         skip unbuttonized parts.
21980         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21981         return to the summary window if gnus-auto-select-part is non-nil.
21982
21983 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21984
21985         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21986         New variables.
21987         (mml-dnd-attach-file, mml-mode): Use them.
21988
21989         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21990         Make fetching article by MID work again for Google Groups.
21991         Add FIXME concerning gnus-group-make-web-group.
21992
21993         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21994         Don't depend on Gnus by using mail-extract-address-components if
21995         gnus-extract-address-components is not bound.
21996
21997 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21998
21999         * gnus-art.el (gnus-mime-display-security): Don't display the
22000         signature, but only the signed part.
22001
22002 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22003
22004         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22005
22006         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22007         list, not listp.
22008
22009 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22010
22011         * mm-encode.el (mm-encode-content-transfer-encoding):
22012         Likewise when encoding.
22013
22014         * mm-bodies.el (mm-decode-content-transfer-encoding):
22015         De-canonicalize CRLF for all text content types, not just
22016         text/plain.
22017
22018 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22019
22020         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22021         valid article; point arrow and cursor at the MIME button.
22022
22023 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22024
22025         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22026         Suggested by Dan Christensen <jdc@uwo.ca>.
22027
22028         * mm-decode.el (mm-save-part): Enable change of prompt.
22029
22030 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22031
22032         * gnus-msg.el (gnus-inews-add-send-actions):
22033         Make `message-post-method' lambda parameter ARG `&optional'.
22034
22035 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22036
22037         * gnus-sum.el (gnus-summary-mime-map):
22038         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22039         gnus-article-jump-to-part.
22040
22041         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22042         (gnus-article-edit-part): Use it.
22043         (gnus-article-part-wrapper): Add no-handle argument.
22044         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22045         New functions.
22046
22047 2005-08-29  Romain Francoise  <romain@orebokech.com>
22048
22049         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22050         docstring.
22051         (gnus-face-from-file): Likewise.
22052
22053 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22054
22055         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22056         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22057         non-nil.
22058         (gnus-auto-select-part): New variable.
22059         (gnus-article-jump-to-part): New function.
22060         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22061         (gnus-mime-delete-part): Allow selecting specified part after
22062         deleting or stripping parts.
22063         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22064         part if argument is bogus.
22065
22066 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22067
22068         * gnus-art.el (w3m-minor-mode-map):
22069         * gnus-spec.el (gnus-newsrc-file-version):
22070         * gnus-util.el (nnmail-active-file-coding-system)
22071         (gnus-original-article-buffer, gnus-user-agent):
22072         * gnus.el (gnus-ham-process-destinations)
22073         (gnus-parameter-ham-marks-alist)
22074         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22075         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22076         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22077         * mm-decode.el (gnus-current-window-configuration):
22078         * mm-extern.el (gnus-article-mime-handles):
22079         * mm-url.el (url-current-object, url-package-name)
22080         (url-package-version):
22081         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22082         (smime-keys, w3m-cid-retrieve-function-alist)
22083         (w3m-current-buffer, w3m-display-inline-images)
22084         (w3m-minor-mode-map):
22085         * mml-smime.el (gnus-extract-address-components):
22086         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22087         (gnus-newsrc-hashtb, message-default-charset)
22088         (message-deletable-headers, message-options)
22089         (message-posting-charset, message-required-mail-headers)
22090         (message-required-news-headers):
22091         * mml1991.el (mc-pgp-always-sign):
22092         * mml2015.el (mc-pgp-always-sign):
22093         * nnheader.el (nnmail-extra-headers):
22094         * rfc1843.el (gnus-decode-encoded-word-function)
22095         (gnus-decode-header-function, gnus-newsgroup-name):
22096         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22097
22098 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22099
22100         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22101         the end of the date treatments.
22102
22103 2005-08-15  Simon Josefsson  <jas@extundo.com>
22104
22105         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22106         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22107         Capello and Romain Francoise.
22108         (pgg-fetch-key-function): Remove, not used?
22109         (pgg-insert-url-with-w3): Require url, to get
22110         url-insert-file-contents regardless of where it is defined.
22111
22112 2005-08-13  Romain Francoise  <romain@orebokech.com>
22113
22114         * message.el (message-cite-original-1): New function.
22115         (message-cite-original): Use it.
22116         (message-cite-original-without-signature): Ditto.
22117
22118 2005-08-08  Romain Francoise  <romain@orebokech.com>
22119
22120         * message.el (message-yank-empty-prefix): New variable.
22121         (message-indent-citation): Use it.
22122         (message-cite-original-without-signature): Respect X-No-Archive.
22123
22124 2005-08-08  Simon Josefsson  <jas@extundo.com>
22125
22126         * pgg.el: Autoload url-insert-file-contents instead of loading
22127         w3/url.
22128         (pgg-insert-url-with-w3): Don't load url here.
22129
22130 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22131
22132         * message.el (message-kill-to-signature): Don't insert newline at
22133         bol.
22134         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22135
22136 2005-08-06  Romain Francoise  <romain@orebokech.com>
22137
22138         * message.el (message-user-fqdn): Fix typo in docstring.
22139
22140 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22141
22142         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22143
22144         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22145
22146 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22147
22148         * mm-bodies.el (mm-encode-body): Use coding system rather than
22149         charset to encode text.
22150
22151         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22152         number of charsets if utf-8 is available (XEmacs).
22153
22154 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22155
22156         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22157         taken from `gnus-button-mid-or-mail-regexp'.
22158         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22159         (gnus-button-alist): Improve regexp for domain part of the MIDs
22160         for news:localpart@domain buttons.
22161         (gnus-button-ctan-directory-regexp): Update.
22162
22163 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22164
22165         * sieve-manage.el (sieve-manage-interactive-login):
22166         Use make-local-variable rather than make-variable-buffer-local.
22167         (sieve-manage-open): Ditto.
22168         (sieve-manage-authenticate): Ditto.
22169
22170         * mml.el (mml-generate-mime-1): Make the content type default to
22171         text/plain if the filename is not specified.
22172
22173 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22174
22175         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22176         instead of insert-buffer.
22177
22178         * message.el (message-yank-original): Ditto; set the mark at the
22179         end of the yanked message.
22180
22181 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22182
22183         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22184         lines to scroll rather than to stop it.
22185
22186         * mml.el (mml-generate-default-type): Add doc string.
22187         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22188         default to application/octet-stream when determining the content
22189         type if it is not specified for the part or the mml contents; add
22190         a comment about mml-generate-default-type.
22191
22192 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22193
22194         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22195         make it default to application/octet-stream when determining the
22196         content type if it is not specified for the external contents.
22197
22198 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22199
22200         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22201         segmented parameter but also other parameters might be there.
22202
22203 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22204
22205         * mm-decode.el (mm-display-external): Delete temp file, directory
22206         and buffer immediately if the external process is exited.
22207
22208 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22209
22210         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22211         fewer lines than that of scroll-margin.
22212         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22213
22214 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22215
22216         * gnus-art.el (gnus-article-next-page): Revert.
22217         (gnus-article-beginning-of-window): New macro.
22218         (gnus-article-next-page-1): Use it.
22219         (gnus-article-prev-page): Ditto.
22220         (gnus-article-edit-part): Use insert-buffer-substring instead of
22221         insert-buffer.
22222         (gnus-article-edit-exit): Ditto.
22223
22224         * gnus-util.el (gnus-beginning-of-window): Remove.
22225         (gnus-end-of-window): Remove.
22226
22227         * lpath.el: Don't bind header-line-format and scroll-margin.
22228
22229 2005-07-25  Simon Josefsson  <jas@extundo.com>
22230
22231         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22232         to have the url package without w3.  Reported by Daiki Ueno
22233         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22234
22235 2005-07-20  Didier Verna  <didier@xemacs.org>
22236
22237         * gnus-diary.el: Remove the description comment (nndiary is now
22238         properly documented in the Gnus manual).
22239         Fix the spelling of "Back End".
22240         * nndiary.el: Ditto.
22241         Fix the copyright notice.
22242
22243 2005-07-18  Romain Francoise  <romain@orebokech.com>
22244
22245         * gnus-sum.el (gnus-summary-to-prefix)
22246         (gnus-summary-newsgroup-prefix): New variables.
22247         (gnus-summary-from-or-to-or-newsgroups): Use them.
22248
22249 2005-07-17  Romain Francoise  <romain@orebokech.com>
22250
22251         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22252         space as it's generally not especially interesting to the user.
22253
22254 2005-07-16  Romain Francoise  <romain@orebokech.com>
22255
22256         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22257         nil to avoid prompting and file modification if one of the
22258         messages at the top of the nnfolder file contains a copyright
22259         notice.
22260         Update copyright notice.
22261
22262         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22263         instead of `current-time-string' as the latter creates a time
22264         string that is not RFC 2822 compliant (it lacks the zone).
22265         Update copyright notice.
22266
22267 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22268
22269         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22270         for text/rtf.  Display default in prompt.  Pass default for M-n.
22271
22272         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22273
22274 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22275
22276         * gnus-msg.el (gnus-button-mailto):
22277         Remove save-selected-window-window hackery because it relies on
22278         save-selected-window internals.
22279
22280 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22281
22282         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22283         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22284         (gnus-article-prev-page): Ditto.
22285
22286         * gnus-util.el (gnus-beginning-of-window): New function.
22287         (gnus-end-of-window): New function.
22288
22289         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22290
22291 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22292
22293         * gnus-score.el (gnus-score-edit-all-score):
22294         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22295         gnus-message.
22296
22297 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22298
22299         * gnus-msg.el (gnus-button-mailto):
22300         Remove save-selected-window-window hackery because it relies on
22301         save-selected-window internals.
22302
22303 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22304
22305         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22306         add-minor-mode.
22307         (gnus-binary-mode): Ditto.
22308
22309         * gnus-topic.el (gnus-topic-mode): Ditto.
22310
22311 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22312
22313         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22314         (gnus-article-prev-page): Take scroll-margin into consideration.
22315
22316 2005-07-04  Lute Kamstra  <lute@gnu.org>
22317
22318         Update FSF's address in GPL notices.
22319
22320 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22321
22322         * gnus.el (gnus-exit):
22323         * gnus-group.el (gnus-group-icons):
22324         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22325
22326         * gnus-nocem.el (gnus-nocem):
22327         * message.el (message-various, message-buffers, message-sending)
22328         (message-interface, message-forwarding, message-insertion)
22329         (message-headers, message-news, message-mail):
22330         * pgg-gpg.el (pgg-gpg):
22331         * pgg-parse.el (pgg-parse):
22332         * pgg-pgp.el (pgg-pgp):
22333         * pgg-pgp5.el (pgg-pgp5):
22334         * pop3.el (pop3): Finish `defgroup' description with period.
22335
22336 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22337
22338         * gnus-art.el (article-display-face): Improve the efficiency.
22339         (article-display-x-face): Ditto; remove gray x-face stuff.
22340
22341 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22342
22343         * gnus-art.el (article-display-face): Correct the position in
22344         which Faces are inserted.
22345
22346 2005-06-29  Didier Verna  <didier@xemacs.org>
22347
22348         * gnus-art.el (article-display-face): Display faces in correct
22349         order.
22350
22351 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22352
22353         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22354         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22355         (gnus-nocem-check-article): Fetch the Type header.
22356         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22357         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22358         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22359         make sure gnus-nocem-hashtb is initialized.
22360         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22361         (gnus-nocem-unwanted-article-p): Ditto.
22362
22363         * pgg.el (pgg-verify): Return the verification result.
22364
22365 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22366
22367         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22368         is ascii.
22369
22370 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22371
22372         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22373         `show-nonbreak-escape'.
22374
22375 2005-06-23  Lute Kamstra  <lute@gnu.org>
22376
22377         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22378
22379         * dig.el (dig-mode):
22380         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22381
22382 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22383
22384         * nnimap.el (nnimap-split-download-body): Fix spellings.
22385
22386 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22387
22388         * gnus-art.el (gnus-article-encrypt-body):
22389         * gnus-cus.el (gnus-score-customize):
22390         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22391         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22392
22393 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22394
22395         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22396         header by looking for magic "MII" at the beginning.
22397
22398 2005-06-16  Miles Bader  <miles@gnu.org>
22399
22400         * gnus-xmas.el (gnus-xmas-group-startup-message):
22401         Use renamed gnus-splash face.
22402
22403         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22404         (assistant-field-face): New backward-compatibility alias for renamed
22405         face.
22406         (assistant-render-text): Use renamed assistant-field face.
22407
22408         * spam.el (spam): Remove "-face" suffix from face name.
22409         (spam-face): New backward-compatibility alias for renamed face.
22410         (spam-face, spam-initialize): Use renamed spam face.
22411
22412         * message.el (message-header-to, message-header-cc)
22413         (message-header-subject, message-header-newsgroups)
22414         (message-header-other, message-header-name)
22415         (message-header-xheader, message-separator, message-cited-text)
22416         (message-mml): Remove "-face" suffix from face names.
22417         (message-header-to-face, message-header-cc-face)
22418         (message-header-subject-face, message-header-newsgroups-face)
22419         (message-header-other-face, message-header-name-face)
22420         (message-header-xheader-face, message-separator-face)
22421         (message-cited-text-face, message-mml-face):
22422         New backward-compatibility aliases for renamed faces.
22423         (message-font-lock-keywords): Use renamed message faces.
22424
22425         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22426         (sieve-test-commands, sieve-tagged-arguments):
22427         Remove "-face" suffix from face names.
22428         (sieve-control-commands-face, sieve-action-commands-face)
22429         (sieve-test-commands-face, sieve-tagged-arguments-face):
22430         New backward-compatibility aliases for renamed faces.
22431         (sieve-control-commands-face, sieve-action-commands-face)
22432         (sieve-test-commands-face, sieve-tagged-arguments-face):
22433         Use renamed sieve faces.
22434
22435         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22436         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22437         (gnus-group-news-3-empty, gnus-group-news-4)
22438         (gnus-group-news-4-empty, gnus-group-news-5)
22439         (gnus-group-news-5-empty, gnus-group-news-6)
22440         (gnus-group-news-6-empty, gnus-group-news-low)
22441         (gnus-group-news-low-empty, gnus-group-mail-1)
22442         (gnus-group-mail-1-empty, gnus-group-mail-2)
22443         (gnus-group-mail-2-empty, gnus-group-mail-3)
22444         (gnus-group-mail-3-empty, gnus-group-mail-low)
22445         (gnus-group-mail-low-empty, gnus-summary-selected)
22446         (gnus-summary-cancelled, gnus-summary-high-ticked)
22447         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22448         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22449         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22450         (gnus-summary-low-undownloaded)
22451         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22452         (gnus-summary-low-unread, gnus-summary-normal-unread)
22453         (gnus-summary-high-read, gnus-summary-low-read)
22454         (gnus-summary-normal-read, gnus-splash):
22455         Remove "-face" suffix from face names.
22456         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22457         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22458         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22459         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22460         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22461         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22462         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22463         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22464         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22465         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22466         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22467         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22468         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22469         (gnus-summary-normal-ticked-face)
22470         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22471         (gnus-summary-normal-ancient-face)
22472         (gnus-summary-high-undownloaded-face)
22473         (gnus-summary-low-undownloaded-face)
22474         (gnus-summary-normal-undownloaded-face)
22475         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22476         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22477         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22478         (gnus-splash-face):
22479         New backward-compatibility aliases for renamed faces.
22480         (gnus-group-startup-message): Use renamed gnus faces.
22481
22482         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22483         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22484         (gnus-server-agent): Remove "-face" suffix from face names.
22485         (gnus-server-agent-face, gnus-server-opened-face)
22486         (gnus-server-closed-face, gnus-server-denied-face)
22487         (gnus-server-offline-face):
22488         New backward-compatibility aliases for renamed faces.
22489         (gnus-server-agent-face, gnus-server-opened-face)
22490         (gnus-server-closed-face, gnus-server-denied-face)
22491         (gnus-server-offline-face): Use renamed gnus faces.
22492
22493         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22494         Remove "-face" suffix from face names.
22495         (gnus-picon-xbm-face, gnus-picon-face):
22496         New backward-compatibility aliases for renamed faces.
22497
22498         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22499         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22500         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22501         (gnus-cite-11): Remove "-face" suffix from face names.
22502         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22503         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22504         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22505         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22506         New backward-compatibility aliases for renamed faces.
22507         (gnus-cite-attribution-face, gnus-cite-face-list)
22508         (gnus-article-boring-faces): Use renamed gnus faces.
22509
22510         * gnus-art.el (gnus-signature, gnus-header-from)
22511         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22512         (gnus-header-content): Remove "-face" suffix from face names.
22513         (gnus-signature-face, gnus-header-from-face)
22514         (gnus-header-subject-face, gnus-header-newsgroups-face)
22515         (gnus-header-name-face, gnus-header-content-face):
22516         New backward-compatibility aliases for renamed faces.
22517         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22518
22519         * gnus-sum.el (gnus-summary-selected-face)
22520         (gnus-summary-highlight): Use renamed gnus faces.
22521         * gnus-group.el (gnus-group-highlight): Likewise.
22522
22523 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22524
22525         * gnus-sieve.el (gnus-sieve-article-add-rule):
22526         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22527         * spam-stat.el (spam-stat-buffer-change-to-spam)
22528         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22529
22530         * message.el (message-is-yours-p):
22531         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22532
22533 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22534
22535         * mm-view.el (mm-inline-text): Withdraw the last change.
22536
22537 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22538
22539         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22540         executing enriched-decode.
22541
22542 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22543
22544         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22545         charset of tar files.
22546
22547 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22548
22549         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22550
22551 2005-06-04  Lute Kamstra  <lute@gnu.org>
22552
22553         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22554         information is never recorded.
22555
22556 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22557
22558         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22559
22560 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22561
22562         * pop3.el (pop3-apop): Run md5 in the binary mode.
22563
22564         * starttls.el (starttls-set-process-query-on-exit-flag):
22565         Use eval-and-compile.
22566
22567 2005-05-31  Simon Josefsson  <jas@extundo.com>
22568
22569         * smime.el (smime-replace-in-string): Define.
22570         (smime-cert-by-ldap-1): Use it.
22571
22572 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22573
22574         * gnus-art.el (article-display-x-face): Replace
22575         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22576
22577         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22578         set-process-query-on-exit-flag or process-kill-without-query.
22579
22580         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22581         loop instead of replace-regexp.
22582
22583         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22584         instead of process-kill-without-query if it is available.
22585
22586         * lpath.el: Fbind ldap-search-entries.
22587
22588         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22589         instead of find-file-hooks if it is available.
22590
22591         * mml1991.el: Bind pgg-default-user-id when compiling.
22592
22593         * mml2015.el: Bind pgg-default-user-id when compiling.
22594
22595         * nndraft.el (nndraft-request-associate-buffer):
22596         Use write-contents-functions instead of write-contents-hooks if it is
22597         available.
22598
22599         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22600         instead of find-file-hooks if it is available.
22601
22602         * nntp.el (nntp-open-connection): Replace
22603         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22604         (nntp-open-ssl-stream): Ditto.
22605         (nntp-open-tls-stream): Ditto.
22606
22607         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22608         set-process-query-on-exit-flag or process-kill-without-query.
22609         (starttls-open-stream-gnutls): Use it instead of
22610         process-kill-without-query.
22611         (starttls-open-stream): Ditto.
22612
22613 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22614
22615         * smime.el (smime-cert-by-ldap-1): Don't use
22616         replace-regexp-in-string.
22617
22618 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22619
22620         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22621
22622         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22623         in PEM format.  Adjust to the XEmacs compatibility.
22624
22625 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22626
22627         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22628         by `string-to-number'.
22629         * gnus-agent.el (gnus-agent-regenerate-group)
22630         (gnus-agent-fetch-articles): Ditto.
22631         * gnus-art.el (gnus-button-fetch-group): Ditto.
22632         * gnus-cache.el (gnus-cache-generate-active)
22633         (gnus-cache-articles-in-group): Ditto.
22634         * gnus-group.el (gnus-group-set-current-level)
22635         (gnus-group-insert-group-line): Ditto.
22636         * gnus-score.el (gnus-score-set-expunge-below)
22637         (gnus-score-set-mark-below, gnus-summary-score-effect)
22638         (gnus-summary-score-entry): Ditto.
22639         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22640         (gnus-soup-pack): Ditto.
22641         * gnus-spec.el (gnus-xmas-format): Ditto.
22642         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22643         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22644         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22645         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22646         * nndb.el (nndb-get-remote-expire-response): Ditto.
22647         * nndiary.el (nndiary-parse-schedule-value)
22648         (nndiary-string-to-number, nndiary-request-replace-article)
22649         (nndiary-request-article): Ditto.
22650         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22651         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22652         * nneething.el (nneething-make-head): Ditto.
22653         * nnfolder.el (nnfolder-request-article)
22654         (nnfolder-retrieve-headers): Ditto.
22655         * nnheader.el (nnheader-file-to-number): Ditto.
22656         * nnkiboze.el (nnkiboze-request-article): Ditto.
22657         * nnmail.el (nnmail-process-unix-mail-format)
22658         (nnmail-process-babyl-mail-format): Ditto.
22659         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22660         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22661         (nnmh-request-create-group, nnmh-request-list-1)
22662         (nnmh-request-group, nnmh-request-article): Ditto.
22663         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22664         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22665         * nnsoup.el (nnsoup-make-active): Ditto.
22666         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22667         * nntp.el (nntp-find-group-and-number)
22668         (nntp-retrieve-headers-with-xover): Ditto.
22669         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22670         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22671         (pgg-format-key-identifier): Ditto.
22672         * pop3.el (pop3-last, pop3-stat): Ditto.
22673         * qp.el (quoted-printable-decode-region): Ditto.
22674
22675         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22676         of concat.
22677
22678 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22679
22680         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22681
22682         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22683
22684         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22685
22686         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22687
22688         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22689
22690         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22691
22692         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22693         (gnus-carpal-mode): Ditto.
22694
22695         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22696         (gnus-browse-mode): Ditto.
22697
22698         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22699
22700         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22701
22702 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22703
22704         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22705
22706 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22707
22708         * gnus-util.el (gnus-run-mode-hooks): New function.
22709
22710         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22711
22712         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22713         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22714
22715 2005-05-27  Lute Kamstra  <lute@gnu.org>
22716
22717         * dns-mode.el (dns-mode): Specify customization group.
22718
22719 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22720
22721         * gnus-agent.el (gnus-agent-make-mode-line-string):
22722         Use mode-line-highlight as mouse-face.
22723
22724 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22725
22726         * canlock.el (canlock): Change the parent group to news.
22727
22728         * deuglify.el (gnus-outlook-deuglify): Add :group.
22729
22730         * dig.el (dig): Add :group.
22731
22732         * dns-mode.el (dns-mode): Add :group.
22733
22734         * encrypt.el (encrypt): Add :group.
22735
22736         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22737         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22738         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22739         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22740         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22741
22742         * gnus-diary.el (gnus-diary): Add :group.
22743
22744         * gnus.el (gnus-group-news-1-face): Add :group.
22745         (gnus-group-news-1-empty-face): Ditto.
22746         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22747         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22748         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22749         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22750         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22751         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22752         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22753         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22754         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22755         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22756         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22757         (gnus-summary-high-ticked-face): Ditto.
22758         (gnus-summary-low-ticked-face): Ditto.
22759         (gnus-summary-normal-ticked-face): Ditto.
22760         (gnus-summary-high-ancient-face): Ditto.
22761         (gnus-summary-low-ancient-face): Ditto.
22762         (gnus-summary-normal-ancient-face): Ditto.
22763         (gnus-summary-high-undownloaded-face): Ditto.
22764         (gnus-summary-low-undownloaded-face): Ditto.
22765         (gnus-summary-normal-undownloaded-face): Ditto.
22766         (gnus-summary-high-unread-face): Ditto.
22767         (gnus-summary-low-unread-face): Ditto.
22768         (gnus-summary-normal-unread-face): Ditto.
22769         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22770         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22771
22772         * hashcash.el (hashcash): New custom group.
22773         (hashcash-default-payment): Add :group.
22774         (hashcash-payment-alist): Ditto.
22775         (hashcash-default-accept-payment): Ditto.
22776         (hashcash-accept-resources): Ditto.
22777         (hashcash-path): Ditto.
22778         (hashcash-extra-generate-parameters): Ditto.
22779         (hashcash-double-spend-database): Ditto.
22780         (hashcash-in-news): Ditto.
22781
22782         * message.el (message-minibuffer-local-map): Add :group.
22783
22784         * netrc.el (netrc): Add :group.
22785
22786         * sieve-manage.el (sieve-manage-log): Add :group.
22787         (sieve-manage-default-user): Diito.
22788         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22789         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22790         (sieve-manage-authenticators): Ditto.
22791         (sieve-manage-authenticator-alist): Ditto.
22792         (sieve-manage-default-port): Ditto.
22793
22794         * sieve-mode.el (sieve-control-commands-face): Add :group.
22795         (sieve-action-commands-face): Ditto.
22796         (sieve-test-commands-face): Ditto.
22797         (sieve-tagged-arguments-face): Ditto.
22798
22799         * smime.el (smime): Add :group.
22800
22801         * spam-report.el (spam-report): Add :group.
22802
22803         * spam.el (spam, spam-face): Add :group.
22804
22805 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22806
22807         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22808         return \n.\n.\n at the end of articles.  Protect against that.
22809         (nntp-with-open-group): Allow debugging.
22810
22811         * nnheader.el (mail-header-set-extra): Make into a function
22812         because I just could't understand how to quote the list properly.
22813
22814         * dns.el (query-dns-cached): New function.
22815
22816 2005-05-26  Lute Kamstra  <lute@gnu.org>
22817
22818         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22819
22820 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22821
22822         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22823
22824         * gnus-art.el: Don't autoload mail-extract-address-components.
22825
22826         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22827         eval-and-compile to evaluate it.
22828
22829         * hashcash.el: Don't autoload executable-find.
22830
22831         * nndb.el: Don't declare the nndb back end two or more times; don't
22832         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22833
22834         * nntp.el: Autoload format-spec instead of format; use
22835         eval-and-compile to evaluate autoload forms.
22836
22837 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22838
22839         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22840
22841 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22842
22843         * gnus.el (gnus-version-number): Bump version.
22844
22845 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22846
22847         * gnus.el: No Gnus v0.3 is released.
22848
22849 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22850
22851         * lpath.el (featurep): Bind show-nonbreak-escape.
22852
22853 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22854
22855         * gnus-art.el (gnus-article-edit-part): Disable undo.
22856
22857 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22858
22859         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22860         gnus-article-date-lapsed-new-header is t if date timer is active;
22861         skip headers in which the original date value is empty.
22862         (gnus-article-save-original-date): Redefine it as a macro.
22863         (gnus-display-mime): Use it.
22864
22865 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22866
22867         * gnus-art.el (article-date-ut): Support converting date in
22868         forwarded parts as well.
22869         (gnus-article-save-original-date): New function.
22870         (gnus-display-mime): Use it.
22871
22872 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22873
22874         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22875         enclosure element of <item>.
22876
22877 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22878
22879         * message.el (message-kill-buffer-query): Rename from
22880         `message-kill-buffer-query-if-modified'.  Add :version.
22881
22882 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22883
22884         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22885         window layout.
22886
22887 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22888
22889         * mml.el: Autoload dnd when compiling.
22890
22891 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22892
22893         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22894         x-dnd-*.
22895
22896 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22897
22898         * qp.el (quoted-printable-encode-region): Save excursion.
22899
22900 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22901
22902         * message.el (message-kill-buffer-query-if-modified): Add new variable
22903         so the user can kill a modified message buffer quickly.
22904         (message-kill-buffer): Use it.
22905
22906 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22907
22908         * lpath.el: Fbind display-time-event-handler; don't fbind
22909         string-to-multibyte.
22910
22911         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22912
22913 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22914
22915         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22916         contained in text because xml.el decodes entities) with LFs.
22917
22918 2005-04-11  Lute Kamstra  <lute@gnu.org>
22919
22920         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22921         differently.
22922
22923 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22924
22925         * mm-util.el (mm-detect-coding-region): Typo.
22926
22927 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22928
22929         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22930
22931 2005-04-06  Deepak Goel  <deego@gnufans.org>
22932
22933         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22934         user-function allow user modifications of the scores.
22935         (spam-stat-score-buffer-user): New function, to allow
22936         user-computed modifications to the score.
22937         (spam-stat-score-buffer-user-functions): List of additional
22938         scoring functions.
22939         (spam-stat-error-holder): Global temporary error holder.
22940         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22941         variable.
22942
22943 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22944
22945         * gnus-registry.el (gnus-registry-clean-empty-function)
22946         (gnus-registry-trim, gnus-registry-fetch-groups)
22947         (gnus-registry-delete-group): Groups that match
22948         `gnus-registry-ignored-groups' are removed from the registry
22949         entries, not just ignored for splitting.  This helps clean up the
22950         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22951         to get all the groups a message ID is in.
22952
22953         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22954         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22955         (spam-stat-score-buffer-user-functions): Add :number custom type.
22956
22957 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22958
22959         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22960         argument in XEmacs.
22961
22962         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22963         (nnrss-request-group): Decode group name first.
22964         (nnrss-request-article): Make a text/plain article if mml-to-mime
22965         failed.
22966         (nnrss-get-encoding): Return a compatible encoding according to
22967         nnrss-compatible-encoding-alist.
22968         (nnrss-find-el): Use consp instead of listp.
22969         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22970
22971 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22972
22973         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22974         which Emacs 20 doesn't support.
22975         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22976
22977 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22978
22979         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22980         silence the byte compiler inside the defun.
22981
22982         * gnus-demon.el (parse-time-string): Add autoload.
22983
22984         * gnus-delay.el (parse-time-string): Add autoload.
22985
22986         * gnus-art.el (parse-time-string): Add autoload.
22987
22988         * nnultimate.el (parse-time): Require for `parse-time-string'.
22989
22990 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22991
22992         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22993
22994         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22995
22996         * smime.el (smime-ldap-host-list): Add :version.
22997
22998 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22999
23000         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23001         pass it to `gnus-browse-read-group'.
23002         (gnus-browse-read-group): Add NUMBER argument and pass it to
23003         `gnus-group-read-ephemeral-group'.
23004
23005         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23006         argument and pass it to `gnus-group-read-group'.
23007
23008 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23009
23010         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23011         mm-xemacs-find-mime-charset-1 if we have the mule feature
23012         available at runtime.
23013
23014 2005-03-25  Werner Lemberg  <wl@gnu.org>
23015
23016         * nnmaildir.el: Replace `illegal' with `invalid'.
23017
23018 2005-03-23  Lute Kamstra  <lute@gnu.org>
23019
23020         * time-date.el: Add comment on time value formats.
23021         Don't require parse-time.
23022         (with-decoded-time-value): New macro.
23023         (encode-time-value): New function.
23024         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23025         (days-to-time): Return a valid time value when arg is huge.
23026         (time-since): Use time-subtract.
23027         (time-to-number-of-days): Use time-to-seconds.
23028
23029 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23030
23031         * gnus-start.el (gnus-display-time-event-handler):
23032         Check display-time-timer at runtime rather than only at load time
23033         in case display-time-mode is turned off in the mean time.
23034
23035 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23036
23037         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23038         used.
23039
23040         * nneething.el (nneething-map-file-directory): Derive from
23041         `gnus-directory'.
23042
23043         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23044         the To/Cc button.
23045
23046 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23047
23048         * nnmaildir.el (nnmaildir-request-accept-article):
23049         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23050
23051 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23052
23053         * gnus-async.el: Require timer-funcs at compile time when in
23054         XEmacs for `run-with-idle-timer'.
23055
23056 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23057
23058         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23059         autoloaded function.
23060
23061 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23062
23063         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23064
23065 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23066
23067         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23068
23069 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23070
23071         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23072         Add gnus-expert-user to default.
23073
23074 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23075
23076         * nnimap.el (nnimap-open-server): Ditto.
23077
23078         * imap.el (imap-authenticate): Fix typo.
23079
23080 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23081
23082         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23083         buffer (since IMAP server might return FETCH response out of
23084         order, and the nntp buffer must be sorted).
23085
23086 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23087
23088         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23089         comparison on string.
23090
23091         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23092         (gnus-agent-score): Rename category keywords to match gnus-cus.
23093         (gnus-agent-summary-fetch-series): Modify to protect against
23094         gnus-agent-summary-fetch-group clearing processable flags.
23095         (gnus-agent-synchronize-group-flags): Update live group buffer as
23096         synchronization may occur due to the user toggle the plugged
23097         status.
23098         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23099         successfully downloaded.
23100         (gnus-agent-expire-group-1): Avoid using markers when the overview
23101         is in ascending order; greatly improves performance.
23102         (gnus-agent-regenerate-group):
23103         Use gnus-agent-synchronize-group-flags to reset read status in both
23104         gnus and server.
23105         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23106
23107 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23108
23109         * message.el: Don't autoload former message-utils variables.
23110         (message-strip-subject-trailing-was): Change doc string.
23111
23112         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23113         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23114         (nnweb-google-search): Add "hl=en" here.
23115         (nnweb-google-parse-1, nnweb-google-create-mapping):
23116         Don't hardcode URL.
23117
23118 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23119
23120         * message.el (message-get-reply-headers, message-followup):
23121         Mention related variables `message-use-followup-to' and
23122         `message-use-mail-followup-to', in the information buffer.
23123
23124         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23125         of broken groups(-beta).google.com.
23126
23127 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23128
23129         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23130         parameter to invoked gnus-request-move-article; remove the
23131         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23132         all at once instead of once per article.
23133         (gnus-summary-remove-process-mark): Accept a list of articles as
23134         well as a single article for processing.
23135
23136         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23137         parameter.
23138
23139         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23140
23141         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23142
23143         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23144         parameter.
23145
23146         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23147         parameter.
23148
23149         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23150         parameter and remove the gnus-sum-hint-move-is-internal variable.
23151
23152         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23153         parameter.
23154
23155         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23156         parameter.
23157
23158         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23159         parameter.
23160
23161         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23162
23163         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23164         parameter.
23165
23166         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23167         parameter.
23168
23169 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23170
23171         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23172         a more conservative way.
23173
23174 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23175
23176         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23177         buffer, so it moves the window's cursor.
23178
23179 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23180
23181         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23182         `mm-dissect-multipart' and receive the from field as an (optional)
23183         argument from `mm-dissect-multipart'.
23184         (mm-dissect-multipart): Receive the from field as an argument and
23185         pass it on when we call `mm-dissect-buffer' on MIME parts.
23186         Fixes verification/decryption of signed/encrypted MIME parts.
23187
23188 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23189
23190         * gnus-sum.el (gnus-summary-move-article):
23191         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23192         whatever it calls (right now, only nnimap-request-move article
23193         respects it).
23194
23195         * nnimap.el (nnimap-request-move-article):
23196         When gnus-sum-hint-move-is-internal is set, don't do the extra
23197         nnimap-request-article.
23198
23199 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23200
23201         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23202
23203         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23204         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23205
23206         * gnus-sum.el (gnus-summary-caesar-message):
23207         Apply `gnus-treat-article' after rotation.
23208
23209         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23210         doc string.
23211
23212 2005-02-22  Simon Josefsson  <jas@extundo.com>
23213
23214         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23215         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23216         <arne@arnested.dk>.
23217         (encrypt): Add password-cache and password-cache-expiry as group
23218         members.
23219
23220 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23221
23222         * smime.el (smime-ldap-host-list): Doc fix.
23223         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23224         cache) password.
23225         (smime-sign-region): Use it.
23226         (smime-decrypt-region): Use it.
23227         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23228         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23229         fails.
23230         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23231         certificate from DER to PEM format rather than calling openssl.
23232
23233         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23234
23235         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23236         for signing/encryption.
23237
23238         * mml.el (mml-parse-1): Use them.
23239
23240 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23241
23242         * nnrss.el (nnrss-verbose): Remove.
23243         (nnrss-request-group): Use `nnheader-message' instead.
23244
23245 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23246
23247         * nnrss.el (nnrss-verbose): New variable.
23248         (nnrss-request-group): Make it say nnrss is requesting a group.
23249
23250 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23251
23252         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23253         Handle news URL with given port correctly.
23254
23255 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23256
23257         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23258         containing special characters.
23259
23260         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23261
23262         * mml.el (mime-to-mml): Ditto.
23263
23264         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23265         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23266         (rfc2047-decode-region): Quote decoded words containing special
23267         characters when rfc2047-quote-decoded-words-containing-tspecials
23268         is non-nil.
23269
23270 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23271
23272         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23273
23274         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23275
23276 2005-02-15  Simon Josefsson  <jas@extundo.com>
23277
23278         * nnimap.el (nnimap-debug): Doc fix.
23279
23280         * imap.el (imap-debug): Doc fix.
23281
23282 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23283
23284         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23285
23286 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23287
23288         * gnus.el (spam-contents): Improve docs for spam-contents
23289         parameter in its variable incarnation.
23290
23291 2005-02-14  Simon Josefsson  <jas@extundo.com>
23292
23293         * smime-ldap.el: Use require instead of load-library for ldap.
23294         (smime-ldap-search): Indent.
23295         (smime-ldap-search-internal): Shorten line.
23296
23297         * smime.el (smime-cert-by-dns): Add doc-string.
23298         (smime-cert-by-ldap-1): Indent.
23299
23300         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23301         mml-smime-get-dns-ldap.
23302         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23303
23304 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23305
23306         * smime.el: Require smime-ldap.
23307         (smime-ldap-host-list): New variable.
23308         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23309
23310         * mml-smime.el (mml-smime-encrypt-query): New function.
23311         (mml-smime-encrypt-query): Use it.
23312
23313         * smime-ldap.el: New file.
23314
23315 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23316
23317         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23318
23319 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23320
23321         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23322         argument in doc string.  Make query for type more clear.
23323
23324 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23325
23326         * gnus.el (gnus-group-startup-message): Search for gnus images in
23327         etc/images/gnus.
23328         * mm-util.el (mm-image-load-path): Likewise.
23329         * smiley.el (smiley-data-directory): Search for smilies in
23330         etc/images/smilies.
23331
23332 2005-02-09  Kim F. Storm  <storm@cua.dk>
23333
23334         Change Emacs release version from 21.4 to 22.1 throughout.
23335         Change Emacs development version from 21.3.50 to 22.0.50.
23336
23337 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23338
23339         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23340
23341         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23342         non-Mule XEmacs as well.
23343         (mm-decompress-buffer): Signal an error intentionally if it does
23344         not decompress compressed data because auto-compression-mode is
23345         disabled.
23346
23347 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23348
23349         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23350         an ID in the registry even if it has no groups.
23351
23352 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23353
23354         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23355         merge it into mm-decompress-buffer.
23356         (gnus-mime-copy-part): Use the MIME part charset, the value which
23357         a user specified or gnus-newsgroup-charset for decoding, like
23358         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23359         save-buffer what was used.  Suggested by Kevin Ryde
23360         <user42@zip.com.au>.
23361         (gnus-mime-inline-part): Allow the name parameter as well as the
23362         filename parameter; force decompressing of compressed data; always
23363         display contents being not decoded as unibyte.
23364
23365         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23366         as well as the filename parameter.
23367
23368         * mm-util.el (mm-decompress-buffer):
23369         Merge gnus-mime-jka-compr-maybe-uncompress.
23370         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23371         of compressed data.
23372
23373 2005-02-08  Simon Josefsson  <jas@extundo.com>
23374
23375         * imap.el (imap-log): Doc fix.
23376
23377 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23378
23379         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23380         the coding cookies; decompress compressed parts.
23381
23382         * mml.el (mml-generate-mime-1): Add the charset parameter according
23383         to the value which a user specified manually or the coding cookie.
23384
23385         * mm-util.el (mm-string-to-multibyte): New function.
23386         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23387         (mm-coding-system-to-mime-charset): New function.
23388         (mm-decompress-buffer): New function.
23389         (mm-find-buffer-file-coding-system): New function.
23390
23391         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23392         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23393         parts.
23394
23395 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23396
23397         * mm-view.el (mm-display-inline-fontify): Decode a part according
23398         to the charset parameter.
23399
23400 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23401
23402         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23403         prefix arg is neither nil nor a number, as info specifies.
23404
23405 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23406
23407         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23408         timestamps.
23409
23410 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23411
23412         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23413         groups error checking and notify user.
23414
23415 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23416
23417         * message.el (message-send-mail-function): Check existence of
23418         sendmail-program first before using default value
23419         `message-send-mail-with-sendmail'.  Otherwise use more generic
23420         `smtpmail-send-it'.
23421
23422 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23423
23424         * nntp.el (nntp-request-update-info): Always return nil.
23425
23426 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23427
23428         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23429
23430 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23431
23432         * message.el (message-beginning-of-line): Change the behavior when
23433         invoked between BOL and : so that it first moves backward.
23434
23435 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23436
23437         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23438         article buffer when editing of the article is discarded.
23439         (gnus-article-prepare): Revert.
23440
23441 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23442
23443         * gnus-art.el (gnus-article-prepare):
23444         Remove message-strip-forbidden-properties from the local hook.
23445
23446 2005-01-27  Simon Josefsson  <jas@extundo.com>
23447
23448         * password.el (password-cache-add): Only start one timer per key.
23449         Reported by Derek Atkins <warlord@MIT.EDU>.
23450
23451 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23452
23453         * run-at-time.el: Remove.  It is no longer needed as
23454         timer-funcs.el in the xemacs-base package has a working version of
23455         `run-at-time'.
23456
23457         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23458
23459         * password.el: Require timer-funcs instead of run-at-time in
23460         XEmacs.
23461         Remove `password-run-at-time' macro.
23462         (password-cache-add): Use `run-at-time' instead of
23463         `password-run-at-time'.
23464
23465         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23466         Remove `nnheader-cancel-function-timers' alias,
23467         `cancel-function-timers' exists in XEmacs in timer-funcs.
23468
23469         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23470         for `run-with-idle-timer'.
23471
23472         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23473         for `run-at-time'.
23474
23475         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23476         for `with-timeout'.
23477
23478         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23479         the same as for XEmacs 21.4.
23480         No need to ignore `run-with-idle-timer', this function exists in
23481         XEmacs now in timer-funcs.el in the xemacs-base package.
23482         (dgnushack-compile): No need to delete
23483         run-at-time.el from the list of files to compile because it
23484         doesn't exist anymore.
23485
23486 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23487
23488         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23489         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23490
23491 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23492
23493         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23494         sensitively.
23495
23496 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23497
23498         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23499
23500 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23501
23502         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23503         which will be inserted according to the multibyteness of a buffer
23504         rather than the type of contents.  Suggested by ARISAWA Akihiro
23505         <ari@mbf.ocn.ne.jp>.
23506
23507         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23508         of string which old xml.el may return rather than a string.
23509
23510 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23511
23512         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23513
23514 2005-01-16  Simon Josefsson  <jas@extundo.com>
23515
23516         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23517         idn/idna.el isn't available.
23518         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23519         <michael@waxrat.com>.
23520
23521         * hashcash.el: Remove non-FSF copyright header.
23522
23523         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23524         (hashcash-generate-payment): Use it.
23525         (hashcash-generate-payment-async): Use it.
23526
23527 2005-01-15  Simon Josefsson  <jas@extundo.com>
23528
23529         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23530         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23531
23532         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23533         gnus-summary-idna-message.
23534         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23535         (gnus-summary-idna-message): New function.
23536
23537 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23538
23539         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23540         gnus-novice-user.
23541
23542 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23543
23544         * nnrss.el (nnrss-request-delete-group): Delete entries in
23545         nnrss-group-alist as well.
23546         (nnrss-save-server-data): Insert newline.
23547
23548 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23549
23550         * gnus.el (gnus-user-agent): Use list of symbols instead of
23551         symbols.  Display full version number for (S)XEmacs.
23552         Optionally display (S)XEmacs codename.
23553
23554         * gnus-util.el (gnus-emacs-version): Update for new
23555         `gnus-user-agent'.
23556
23557         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23558         Gnus version.
23559
23560 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23561
23562         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23563         which is unreadable in some setups.
23564
23565 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23566
23567         * gnus-spec.el (gnus-update-format-specifications): Flush the
23568         group format spec cache if it doesn't support decoded group names.
23569
23570 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23571
23572         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23573         Allow to apply decay on score files matching a regexp.
23574
23575 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23576
23577         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23578         compatibility in %g and %c.
23579
23580 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23581
23582         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23583         name for only %g and %c.
23584         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23585         of gnus-tmp-group to decoded group name.
23586         (gnus-group-make-rss-group): Exclude `/'s from group names.
23587
23588 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23589
23590         * nnrss.el (nnrss-get-encoding): Fix regexp.
23591
23592 2004-12-27  Simon Josefsson  <jas@extundo.com>
23593
23594         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23595         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23596         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23597
23598 2004-12-17  Kim F. Storm  <storm@cua.dk>
23599
23600         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23601
23602         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23603
23604 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23605
23606         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23607
23608 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23609
23610         * nnrss.el: Require rfc2047 and mml.
23611         (nnrss-file-coding-system): New variable.
23612         (nnrss-format-string): Redefine it as an inline function.
23613         (nnrss-decode-group-name): New function.
23614         (nnrss-string-as-multibyte): Remove.
23615         (nnrss-retrieve-headers): Decode group name; don't use
23616         nnrss-format-string.
23617         (nnrss-request-group): Decode group name.
23618         (nnrss-request-article): Decode group name; allow a Message-ID as
23619         well as an article number; don't use nnrss-format-string; encode a
23620         Message-ID string which may contain non-ASCII characters; use
23621         mml-to-mime to compose a MIME article.
23622         (nnrss-request-expire-articles): Decode group name.
23623         (nnrss-request-delete-group): Decode group name.
23624         (nnrss-fetch): Clarify error message.
23625         (nnrss-read-server-data): Use insert-file-contents instead of load;
23626         bind file-name-coding-system; use multibyte buffer.
23627         (nnrss-save-server-data): Bind coding-system-for-write to the
23628         value of nnrss-file-coding-system; bind file-name-coding-system;
23629         add coding cookie.
23630         (nnrss-read-group-data): Use insert-file-contents instead of load;
23631         bind file-name-coding-system; use multibyte buffer.
23632         (nnrss-save-group-data): Bind coding-system-for-write to the
23633         value of nnrss-file-coding-system; bind file-name-coding-system.
23634         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23635         make it work with non-ASCII text.
23636         (nnrss-find-el): Make it work with old xml.el as well.
23637
23638 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23639
23640         * nnrss.el (nnrss-get-encoding): New function.
23641         (nnrss-fetch): Use unibyte buffer initially; bind
23642         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23643         decode contents according to the encoding attribute.
23644         (nnrss-save-group-data): Add coding cookie.
23645         (nnrss-mime-encode-string): New function.
23646         (nnrss-check-group): Use it to encode subject and author.
23647
23648 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23649
23650         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23651         imaginary variable.
23652
23653 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23654
23655         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23656         correctly even if there are wide characters.
23657
23658 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23659
23660         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23661         downcased symbol names; make a new cache instead of reusing
23662         bbdb-hashtable.
23663
23664 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23665
23666         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23667         concatenating segments rather than before concatenating them.
23668         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23669
23670         * message.el (message-get-reply-headers): Bind `extra'.
23671
23672 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23673
23674         * message.el (message-extra-wide-headers): New variable.
23675         (message-get-reply-headers): Use it.
23676
23677 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23678
23679         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23680         (gnus-agent-group-pathname): Ditto.
23681
23682         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23683
23684         * gnus-group.el (gnus-group-make-group): Decode group name.
23685         (gnus-group-make-rss-group): Register the group data after opening
23686         the nnrss group.
23687
23688 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23689
23690         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23691         by expiry now get marked as read.
23692
23693 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23694
23695         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23696
23697 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23698
23699         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23700         unify Latin characters in XEmacs.
23701         (mm-find-mime-charset-region): Use it.
23702
23703 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23704
23705         * gnus-util.el (gnus-delete-directory): New function.
23706
23707         * gnus-agent.el (gnus-agent-delete-group): Use it.
23708
23709         * gnus-cache.el (gnus-cache-delete-group): Use it.
23710
23711 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23712
23713         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23714         names.
23715
23716 2004-12-16  Simon Josefsson  <jas@extundo.com>
23717
23718         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23719
23720 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23721
23722         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23723
23724         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23725         (gnus-group-set-current-level): Decode group name.
23726
23727 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23728
23729         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23730         failed.
23731
23732 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23733
23734         * gnus-group.el (gnus-group-delete-group): Decode group name.
23735         (gnus-group-make-rss-group): Encode group name.
23736         (gnus-group-catchup-current): Decode group name.
23737         (gnus-group-kill-group): Decode group name.
23738
23739 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23740
23741         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23742
23743 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23744
23745         * gnus-group.el (gnus-group-make-rss-group):
23746         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23747
23748         * gnus-start.el (gnus-setup-news): Honor user's setting to
23749         gnus-message-archive-method.  Suggested by Lute Kamstra
23750         <lute@gnu.org>.
23751
23752 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23753
23754         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23755         global counterparts of the buffer-local variables.
23756
23757 2004-11-16  Romain Francoise  <romain@orebokech.com>
23758
23759         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23760         counterparts of the buffer-local variables.
23761
23762 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23763
23764         * message.el (message-forbidden-properties): Fix typo in doc
23765         string.
23766
23767 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23768
23769         * gnus-util.el (gnus-replace-in-string): Add doc string.
23770
23771         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23772         to avoid problems when splitting mails with many recipients.
23773
23774 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23775
23776         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23777         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23778
23779 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23780
23781         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23782         if there is no hashtable in memory or file modification time is
23783         newer than cached timestamp.
23784
23785 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23786
23787         * gnus-sum.el (gnus-summary-limit-to-recipient):
23788         Implement not-matching option.
23789
23790 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23791
23792         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23793         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23794         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23795         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23796         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23797         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23798
23799 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23800
23801         * message.el (message-forward-make-body-mml): Remove headers
23802         according to message-forward-ignored-headers if a message is decoded.
23803
23804 2004-12-02  Romain Francoise  <romain@orebokech.com>
23805
23806         * message.el (message-forward-make-body-plain): Always remove
23807         headers according to message-forward-ignored-headers.
23808
23809 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23810
23811         * spam.el (spam-summary-prepare-exit): Remove the
23812         gnus-summary-limit pop for now, it has problems with ham marks for
23813         me.
23814
23815 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23816
23817         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23818         correctly.
23819
23820 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23821
23822         * format-spec.el (format-spec): Message the char.
23823
23824 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23825
23826         * gnus-art.el (gnus-split-methods): Reformat comments.
23827
23828         * spam.el (spam-summary-prepare-exit): Remove article limits
23829         before exiting the summary buffer.
23830
23831 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23832
23833         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23834         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23835
23836         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23837         order to silence the byte compiler.
23838
23839         * spam.el: Fix the way to silence the byte compiler, which
23840         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23841         bbdb-search-simple, spam-BBDB-register-routine,
23842         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23843         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23844         spam-stat-buffer-is-spam, spam-stat-load,
23845         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23846         spam-stat-save and spam-stat-split-fancy.
23847
23848 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23849
23850         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23851         which may confuse users.
23852         (canlock-password-for-verify): Ditto.
23853
23854         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23855
23856         * gnus-art.el (gnus-emphasis-alist): Ditto.
23857
23858         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23859
23860         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23861
23862         * gnus-start.el (gnus-save-killed-list): Ditto.
23863
23864         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23865         (gnus-sum-thread-tree-root): Ditto.
23866         (gnus-sum-thread-tree-false-root): Ditto.
23867         (gnus-sum-thread-tree-single-indent): Ditto.
23868
23869         * message.el (message-courtesy-message): Ditto.
23870         (message-archive-note): Ditto.
23871         (message-subscribed-address-file): Ditto.
23872         (message-user-fqdn): Ditto.
23873
23874         * spam-report.el (spam-report-gmane-regex): Ditto.
23875
23876         * spam.el (spam-blackhole-good-server-regex): Ditto.
23877
23878 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23879
23880         * mml.el (mml-preview): Widen the message buffer before copying
23881         the contents to the preview buffer; sort headers before previewing.
23882
23883         * message.el (message-hidden-headers): Fix the way to avoid a bug
23884         in the `repeat' widget in Emacs 21.3 or earlier.
23885
23886 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23887
23888         * message.el (message-hidden-headers): Default to "^References:".
23889         Improve customization type.  Suggested by Reiner Steib
23890         <Reiner.Steib@gmx.de>.
23891
23892 2004-11-25  Romain Francoise  <romain@orebokech.com>
23893
23894         * message.el (message-strip-forbidden-properties): Remove check for
23895         obsolete `message-hidden' text property, hidden headers are not
23896         accessible in the buffer anymore.
23897
23898 2004-11-22  Romain Francoise  <romain@orebokech.com>
23899
23900         * message.el (message-header-format-alist): Add `From' in list
23901         so that it can be sorted.
23902         (message-fix-before-sending): Widen and sort headers before
23903         sending.
23904         (message-hide-headers): Use narrowing to hide headers by moving
23905         them to the top of the buffer and narrowing to the region
23906         underneath.
23907
23908 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23909
23910         * message.el (message-strip-forbidden-properties):
23911         Bind buffer-read-only (etc) to nil.
23912
23913 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23914
23915         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23916         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23917
23918 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23919
23920         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23921
23922 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23923
23924         * dns.el (query-dns): Use sit-for to time instead of
23925         accept-process-output, since that doesn't seem to work on udp
23926         sockets.
23927
23928 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23929
23930         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23931
23932 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23933
23934         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23935         doc string.  Improve doc string.
23936
23937 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23938
23939         * nntp.el (nntp-request-update-info): Return nil if
23940         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23941         may not call gnus-activate-group which uselessly issues the GROUP
23942         commands for all nntp groups and wastes time.  Reported by Romain
23943         Francoise <romain@orebokech.com>.
23944
23945         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23946
23947 2004-11-15  Simon Josefsson  <jas@extundo.com>
23948
23949         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23950         headers separately.
23951         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23952         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23953
23954 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23955
23956         * gnus-start.el (gnus-convert-old-newsrc):
23957         Assign legacy-gnus-agent to 5.10.7.
23958
23959 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23960
23961         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23962         start of the lines.
23963
23964 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23965
23966         * hashcash.el (hashcash-default-payment): Change default to 20.
23967         (hashcash-default-accept-payment): Change default to 20.
23968         (hashcash-process-alist): New variable.
23969         (hashcash-generate-payment-async): Add.
23970         (hashcash-already-paid-p): Add.
23971         (hashcash-insert-payment): Don't generate payments twice.
23972         (hashcash-insert-payment-async): Add.
23973         (hashcash-insert-payment-async-2): Add.
23974         (hashcash-cancel-async): Add.
23975         (hashcash-wait-async): Add.
23976         (hashcash-processes-running-p): Add.
23977         (hashcash-wait-or-cancel): Add.
23978         (mail-add-payment): New optional argument.  Conditionally start
23979         asynchronous calculation.
23980         (mail-add-payment-async): Add.
23981
23982         * message.el (message-send-mail): Wait for asynchronous hashcash
23983         results.  Don't clobber existing X-Hashcash headers.
23984         (message-setup-1): Call mail-add-payment-async when
23985         message-generate-hashcash is non-nil.
23986
23987 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23988
23989         * message.el (message-use-alternative-email-as-from): Examine the
23990         From header as well; use message-make-from in order to include a
23991         user's full name.
23992
23993 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23994
23995         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23996         default; improve customization type.
23997         (gnus-emphasis-custom-with-format): New macro.
23998         (gnus-emphasis-custom-value-to-external): New function.
23999         (gnus-emphasis-custom-value-to-internal): New function.
24000
24001 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24002
24003         * dns.el (query-dns): Resolve reverse addresses.
24004
24005 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24006
24007         * gnus-group.el (gnus-group-get-new-news): Use it.
24008
24009         * gnus-start.el (gnus-check-reasonable-setup): New function.
24010
24011 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24012
24013         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24014         "Args out of range" error.  Reported by Arnaud Giersch
24015         <arnaud.giersch@free.fr>.
24016
24017 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24018
24019         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24020
24021 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24022
24023         * spam.el (spam group): Add :version.
24024
24025         * pgg-def.el (pgg group): Add :version.
24026
24027 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24028
24029         * gnus-art.el (gnus-article-edit-article): Don't associate the
24030         article buffer with a draft file.  This is a temporary measure
24031         against the 2004-08-22 change to gnus-article-edit-mode.
24032
24033 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24034
24035         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24036         (html2text-format-tags): Remove unused variable `attr'.
24037
24038 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24039
24040         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24041
24042         * tls.el (tls-process-connection-type, tls-success)
24043         (tls-certtool-program): Add :version.
24044
24045         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24046         (starttls-extra-arguments, starttls-process-connection-type)
24047         (starttls-connect, starttls-failure, starttls-success): Add :version.
24048
24049         * spam-stat.el (spam-stat): Add :version.
24050
24051         * sieve.el (sieve): Add :version.
24052
24053         * sha1.el (sha1): Add :version.
24054         (sha1-use-external): Remove redundant version.
24055
24056         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24057         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24058         (nnmail-split-fancy-match-partial-words)
24059         (nnmail-split-lowercase-expanded): Add :version.
24060
24061         * nndiary.el (nndiary): Add :version.
24062
24063         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24064
24065         * mml-sec.el (mml-default-sign-method)
24066         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24067         Add :version.
24068
24069         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24070
24071         * mm-url.el (mm-url-use-external, mm-url-program)
24072         (mm-url-arguments): Add :version.
24073
24074         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24075         (mm-attachment-file-modes, mm-decrypt-option)
24076         (mm-w3m-safe-url-regexp): Add :version.
24077
24078         * message.el (message-cite-prefix-regexp)
24079         (message-sendmail-envelope-from, message-minibuffer-local-map)
24080         (message-user-fqdn, message-completion-alist): Add :version.
24081
24082         * gnus-win.el (gnus-configure-windows-hook)
24083         (gnus-use-frames-on-any-display): Add :version.
24084
24085         * gnus-art.el (gnus-article-address-banner-alist)
24086         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24087         (gnus-treat-from-picon, gnus-treat-mail-picon)
24088         (gnus-treat-x-pgp-sig): Add :version.
24089
24090         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24091         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24092         (gnus-summary-article-delete-hook)
24093         (gnus-summary-display-while-building): Add :version.
24094
24095         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24096         (gnus-get-top-new-news-hook): Add :version.
24097
24098         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24099         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24100
24101         * gnus-registry.el (gnus-registry): Add :version.
24102
24103         * gnus-spec.el (gnus-use-correct-string-widths)
24104         (gnus-make-format-preserve-properties): Add :version.
24105
24106         * gnus.el (gnus-group-charter-alist)
24107         (gnus-group-fetch-control-use-browse-url)
24108         (gnus-install-group-spam-parameters): Add :version.
24109
24110         * gnus-diary.el (gnus-diary): Add :version.
24111
24112         * gnus-delay.el (gnus-delay): Add :version.
24113
24114         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24115         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24116         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24117         Add :version.
24118
24119         * gnus-agent.el (gnus-agent-max-fetch-size)
24120         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24121         (gnus-agent-prompt-send-queue): Add :version.
24122
24123         * deuglify.el (gnus-outlook-deuglify): Add :version.
24124
24125         * html2text.el: Beautify code.  Improve doc strings.
24126         Some checkdoc cleanup.
24127         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24128
24129 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24130
24131         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24132
24133 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24134
24135         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24136         when package is loaded.
24137
24138         * spam.el (spam-summary-score-preferred-header): Add global preference
24139         for people who want to override the default SpamAssassin over
24140         Bogofilter preference (when both are set).
24141         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24142         (spam-user-format-function-S):
24143         Check spam-summary-score-preferred-header.
24144         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24145         (spam-user-format-function-S): Format the score correctly.
24146
24147 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24148
24149         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24150         signature file.  Suggested by Manoj Srivastava
24151         <srivasta@golden-gryphon.com>.
24152
24153         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24154         iso-2022-jp even in the Japanese language environment.
24155         Suggested by Jason Rumney <jasonr@gnu.org>.
24156
24157 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24158
24159         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24160         use the same characters as the dummy marks; make it free from
24161         getting affected by the language environment.
24162         (gnus-summary-read-group-1): Update mark positions only when the
24163         format spec is updated.
24164
24165         * gnus-spec.el (gnus-update-format-specifications): Return a list
24166         of updated types.
24167
24168 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24169
24170         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24171         of boundp to check if display-warning is available.
24172
24173 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24174
24175         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24176
24177 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24178
24179         * nnspool.el (nnspool-spool-directory): Use news-path if the
24180         news-directory variable is not bound.
24181
24182         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24183         function instead of display-warning if it is not available.
24184
24185 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24186
24187         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24188         v5-10: Use `point-at-bol'.
24189
24190 2004-10-26  Simon Josefsson  <jas@extundo.com>
24191
24192         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24193         <chenggao@gmail.com>.
24194
24195 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24196
24197         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24198         instead.
24199
24200 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24201
24202         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24203         to remove a server from the nnimap-server-buffer-alist.
24204         (nnimap-open-connection, nnimap-close-server): Use it.
24205
24206         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24207
24208 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24209
24210         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24211         running the major-mode function.
24212
24213 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24214
24215         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24216         dummy marks in the right way.
24217
24218 2004-10-18  David Edmondson  <dme@dme.org>
24219
24220         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24221         excessively.
24222
24223 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24224
24225         * gnus-util.el (gnus-split-references): Accept a nil references
24226         string and go on blissfully.
24227
24228         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24229         cases where the references string is non-nil but has no references.
24230
24231         * encrypt.el: Add autoload tags.
24232
24233         * spam.el (spam-resolve-registrations-routine): Remove article
24234         from unregistration list too.  Reported by David Hanak
24235         <dhanak@isis.vanderbilt.edu>
24236
24237 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24238
24239         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24240         nil.  Change custom type.
24241
24242 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24243
24244         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24245
24246         * gnus-sum.el (gnus-summary-move-article): Use it.
24247
24248 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24249
24250         * encrypt.el: Add autoload cookies.
24251
24252         * spam.el (spam-backend-article-list-property)
24253         (spam-backend-get-article-todo-list)
24254         (spam-backend-put-article-todo-list)
24255         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24256         Resolve registrations separately.
24257         (spam-register-routine): Format comments.
24258         (spam-unregister-routine, spam-register-routine): Always call with
24259         specific-articles, no default list.
24260         (spam-summary-prepare-exit): Use the spam-classifications function.
24261
24262         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24263         gnus-encrypt.el.
24264
24265         * encrypt.el: Copied from gnus-encrypt.el.
24266
24267         * gnus-encrypt.el: Commented that it's obsolete.
24268
24269 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24270
24271         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24272         (gnus-score-save): Use it.
24273
24274         * message.el (message-bury): Use `window-dedicated-p'.
24275
24276 2004-10-15  Simon Josefsson  <jas@extundo.com>
24277
24278         * pop3.el (top-level): Don't require nnheader.
24279         (pop3-read-timeout): Add.
24280         (pop3-accept-process-output): Add.
24281         (pop3-read-response, pop3-retr): Use it.
24282
24283 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24284
24285         * spam.el (spam-register-routine): Move comment.
24286         (spam-verify-bogofilter): Use 'unknown for the initial
24287         spam-bogofilter-valid state, not 'never.
24288
24289         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24290         for netrc-machine.
24291
24292         * nnimap.el (nnimap-open-connection):
24293         Use netrc-machine-user-or-password.
24294
24295 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24296
24297         * gnus-registry.el (gnus-registry-unload-hook):
24298         Set as a variable with add-hook.
24299
24300         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24301         of news-path.
24302
24303         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24304
24305         * spam.el: Delete duplicate `provide'.
24306         (spam-unload-hook): Set as a variable with add-hook.
24307
24308 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24309
24310         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24311         in the doc string.
24312
24313         * message.el (message-ignored-news-headers)
24314         (message-ignored-supersedes-headers)
24315         (message-ignored-resent-headers)
24316         (message-forward-ignored-headers): Improve custom type.
24317
24318 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24319
24320         * message.el (message-tokenize-header): Fix 2004-09-06 change
24321         which used point-min in the wrong place.
24322
24323 2004-10-12  Simon Josefsson  <jas@extundo.com>
24324
24325         * tls.el (tls-certtool-program): New variable.
24326         (tls-certificate-information): New function, based on
24327         ssl-certificate-information.
24328
24329 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24330
24331         * compface.el: Move the version of ELisp-based uncompface program
24332         to the contrib directory because of the copyright problem.
24333
24334 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24335
24336         * message.el (message-kill-buffer): Raise the current frame.
24337
24338 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24339
24340         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24341
24342         * gnus.el (message-y-or-n-p): Autoload.
24343
24344         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24345         (pop3-password-required, pop3-authentication-scheme)
24346         (pop3-leave-mail-on-server): Make customizable.
24347         (pop3): New custom group.
24348         (pop3-retr): Remove `sleep-for' statements.
24349         Suggested by Dave Love <fx@gnu.org>.
24350
24351         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24352         Windows/DOS.
24353
24354         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24355         (imap-parse-body): Fix incorrect use of `assert'.
24356         Suggested by Dave Love <fx@gnu.org>.
24357
24358         * mml.el (mml-minibuffer-read-disposition): Require match.
24359         Suggested by Dave Love <fx@gnu.org>.
24360
24361 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24362
24363         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24364         doc string.
24365
24366 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24367
24368         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24369
24370 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24371
24372         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24373         instead of calling `mm-insert-inline', to decode text/* parts
24374         before displaying them.
24375
24376 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24377
24378         * mm-uu.el (mm-uu-text-plain-type): New variable.
24379         (mm-uu-pgp-signed-extract-1): Use it.
24380         (mm-uu-pgp-encrypted-extract-1): Use it.
24381         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24382         bind mm-uu-text-plain-type with that value.
24383         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24384         mm-uu-dissect.
24385
24386 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24387
24388         * gnus-group.el (gnus-update-group-mark-positions):
24389         * gnus-sum.el (gnus-update-summary-mark-positions):
24390         * message.el (message-check-news-body-syntax):
24391         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24392         of string-as-multibyte.
24393
24394 2004-10-05  Juri Linkov  <juri@jurta.org>
24395
24396         * gnus-group.el (gnus-update-group-mark-positions):
24397         * gnus-sum.el (gnus-update-summary-mark-positions):
24398         * message.el (message-check-news-body-syntax):
24399         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24400         8-bit unibyte values to a multibyte string for search functions.
24401
24402 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24403
24404         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24405         (mm-uu-dissect-text-parts): New function.
24406
24407         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24408         dissect text parts.
24409
24410         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24411         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24412
24413         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24414
24415         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24416         Use gnus-current-topics instead of gnus-current-topic.
24417
24418 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24419
24420         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24421
24422 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24423
24424         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24425         where appropriate.
24426
24427         * nnml.el (nnml-generate-active-info): do.
24428
24429         * nndiary.el (nndiary-generate-active-info): do.
24430
24431         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24432         (gnus-topic-move): do.
24433
24434         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24435         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24436
24437         * gnus-srvr.el (gnus-server-prepare)
24438         (gnus-server-open-all-servers): do.
24439
24440         * gnus-msg.el (gnus-summary-cancel-article)
24441         (gnus-summary-resend-message)
24442         (gnus-summary-mail-crosspost-complaint): do.
24443
24444         * gnus-move.el (gnus-change-server): do.
24445
24446         * gnus-group.el (gnus-group-unmark-all-groups)
24447         (gnus-group-set-current-level): do.
24448
24449 2004-10-04  Simon Josefsson  <jas@extundo.com>
24450
24451         * message.el (message-generate-hashcash): Doc fix.
24452
24453 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24454
24455         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24456         avoid infinite recursion via gnus-get-function.
24457
24458 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24459
24460         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24461
24462         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24463
24464         * nnmail.el (nnmail-split-history): do.
24465
24466         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24467         (nnml-request-delete-group): do.
24468
24469         * nnslashdot.el (nnslashdot-read-groups): do.
24470
24471         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24472         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24473
24474         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24475         (nnspool-sift-nov-with-sed): Use last.
24476         (nnspool-retrieve-headers-with-nov): Use mapc.
24477         (nnspool-request-newgroups): Use dolist.
24478         (nnspool-request-group): Use last.
24479
24480         * nntp.el (nntp-read-server-type): Use dolist.
24481
24482         * nnvirtual.el (nnvirtual-create-mapping)
24483         (nnvirtual-update-read-and-marked): Use dolist.
24484         (nnvirtual-convert-headers): Simplify.
24485
24486 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24487
24488         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24489         Add support for sync'ing tick marks.
24490
24491 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24492
24493         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24494         there's no visible header.
24495
24496 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24497
24498         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24499         When necessary, pass full group name to gnus-request-set-marks.
24500
24501 2004-10-01  Simon Josefsson  <jas@extundo.com>
24502
24503         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24504         acroread.
24505
24506 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24507
24508         * spam-report.el (spam-report-gmane): Fix interactive.
24509
24510         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24511
24512         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24513         when writing file.
24514         (gnus-agent-synchronize-flags): Don't default to being
24515         interactive.
24516
24517 2004-09-30  Simon Josefsson  <jas@extundo.com>
24518
24519         * message.el (message-generate-hashcash): Add.
24520         (message-send-mail): Use it, call mail-add-payment.
24521
24522 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24523
24524         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24525
24526 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24527
24528         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24529         gnus-requst-update-info with explicit code to sync the in-memory
24530         info read flags with the marks being sync'd to the backend.
24531
24532         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24533
24534 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24535
24536         * spam.el (spam-verify-bogofilter): Add new function.
24537         (spam-check-bogofilter)
24538         (spam-bogofilter-register-with-bogofilter): Use it.
24539         (spam-verify-bogofilter): Add small fixes.
24540
24541 2004-09-28  Simon Josefsson  <jas@extundo.com>
24542
24543         * hashcash.el (hashcash-generate-payment): Revert.
24544
24545 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24546
24547         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24548         Use gnus-extract-references instead of gnus-split-references.
24549
24550         * gnus-util.el (gnus-extract-references): Add new function, analogous
24551         to gnus-split-references but extracts only the message-ID without
24552         anything extra.
24553
24554         * hashcash.el (hashcash-generate-payment)
24555         (hashcash-check-payment): Do the right thing if hashcash-path is
24556         nil (because the hashcash program could not be found).
24557
24558         * spam.el (spam-use-hashcash): Remove comment.
24559
24560 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24561
24562         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24563         (gnus-cache-enter-article, gnus-cache-remove-article)
24564         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24565
24566         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24567
24568         * gnus-art.el (article-hide-boring-headers)
24569         (article-translate-strings, article-display-face)
24570         (gnus-article-mime-match-handle-first)
24571         (gnus-article-highlight-headers)
24572         (gnus-article-add-buttons-to-head): do.
24573
24574 2004-09-27  Simon Josefsson  <jas@extundo.com>
24575
24576         * hashcash.el: New version, from
24577         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24578         ../contrib/.
24579
24580 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24581
24582         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24583
24584 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24585
24586         * gnus-dup.el (gnus-dup-open): Use mapc.
24587         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24588
24589         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24590         Reported by Stefan Wiens <s.wi@gmx.net>.
24591
24592         * gnus.el (gnus-shutdown): Use dolist.
24593
24594         * gnus-undo.el (gnus-undo): Use mapc.
24595
24596         * nnrss.el (nnrss-generate-active): do.
24597
24598         * message.el (message-cite-original-without-signature)
24599         (message-cite-original): Use mapc.
24600         (message-do-actions, message-make-forward-subject): Use dolist.
24601
24602 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24603
24604         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24605         deletion to remove entire duplicate line.  Fixes merged article
24606         number bug.
24607
24608 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24609
24610         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24611         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24612         first ask if you want to open a server and then, even when you
24613         responded with no, asking if you want to synchronize the server's
24614         flags.
24615         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24616         multi-line expressions.
24617         (gnus-agent-synchronize-group-flags): New internal function.
24618         Updates marks in memory (in the info structure) AND in the
24619         backend.
24620
24621         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24622
24623         * nnagent.el (nnagent-request-set-mark):
24624         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24625         method, to ensure that synchronization updates marks in the
24626         backend and in the info (in memory) structure.
24627
24628 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24629
24630         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24631         convention fully; don't miss the root article of a thread; make
24632         the X-Draft-From header with correct article numbers.
24633
24634 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24635
24636         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24637         unless plugged.  Disable the agent so that an open failure causes
24638         an error.
24639
24640         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24641         Revert 2004-09-21 change.  The backend must be opened while
24642         synchronizing flags even when the backend stores the flags
24643         locally.
24644
24645 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24646
24647         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24648         in `header' match.  Reported by Svend Tollak Munkejord.
24649
24650         * message.el (message-cite-original): Fix use of
24651         `message-cite-articles-with-x-no-archive'.
24652
24653 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24654
24655         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24656         (gnus-window-to-buffer): Ditto.
24657
24658         * mml.el (mml-preview-buffer): New variable.
24659         (mml-preview): Manage window layout with gnus-buffer-configuration.
24660
24661         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24662         X-Draft-From header even if those articles aren't quoted.
24663
24664 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24665
24666         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24667         (gnus-request-set-mark, gnus-request-update-mark): Use new
24668         g-s-t-u-l-m to decide to use backend even when unplugged.
24669
24670 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24671
24672         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24673         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24674
24675 2004-09-20  Simon Josefsson  <jas@extundo.com>
24676
24677         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24678         "utf-16-le".
24679
24680 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24681
24682         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24683
24684 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24685
24686         * uudecode.el (uudecode-use-external): Add :version.
24687
24688         * smime.el (smime-CA-file, smime-encrypt-cipher)
24689         (smime-dns-server): Add :version.
24690
24691         * smiley.el (gnus-smiley-file-types): Add :version.
24692
24693         * sha1.el (sha1-use-external): Add :version.
24694
24695         * pgg-def.el (pgg-query-keyserver): Add :version.
24696
24697         * nnmail.el (nnmail-fancy-expiry-targets)
24698         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24699         Add :version.
24700
24701         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24702         (nnimap-retrieve-groups-asynchronous): Add :version.
24703         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24704
24705         * mml.el (mml-content-disposition-parameters)
24706         (mml-insert-mime-headers-always): Add :version.
24707
24708         * mm-util.el (mm-coding-system-priorities): Add :version.
24709
24710         * mm-decode.el (mm-inline-text-html-with-images)
24711         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24712         (mm-verify-option): Add :version.
24713         (mm-text-html-renderer): Change :version.
24714
24715         * message.el (message-fcc-externalize-attachments)
24716         (message-required-headers, message-draft-headers)
24717         (message-subject-trailing-was-query)
24718         (message-subject-trailing-was-ask-regexp)
24719         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24720         (message-mark-insert-end, message-archive-header)
24721         (message-archive-note, message-cross-post-default)
24722         (message-cross-post-note, message-followup-to-note)
24723         (message-cross-post-note-function, message-use-mail-followup-to)
24724         (message-subscribed-address-functions)
24725         (message-subscribed-address-file, message-subscribed-addresses)
24726         (message-subscribed-regexps, message-allow-no-recipients)
24727         (message-yank-cited-prefix, message-signature-insert-empty-line)
24728         (message-hidden-headers, message-hierarchical-addresses)
24729         (message-mail-user-agent, message-use-idna)
24730         (message-valid-fqdn-regexp)
24731         (message-strip-special-text-properties, message-header-synonyms)
24732         (message-beginning-of-line, message-tab-body-function): Add :version.
24733         (message-insert-canlock, message-wide-reply-confirm-recipients):
24734         Change :version.
24735
24736         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24737         and :version.
24738         (mail-source-delete-old-incoming-confirm)
24739         (mail-source-movemail-program): Add :version.
24740
24741         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24742         (gnus-agent-cache, gnus-agent): Change :version.
24743
24744         * gnus-util.el (gnus-use-byte-compile): Change :version.
24745
24746         * gnus-sum.el (gnus-summary-make-false-root-always)
24747         (gnus-summary-default-high-score)
24748         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24749         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24750         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24751         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24752         (gnus-sum-thread-tree-single-indent)
24753         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24754         (gnus-sum-thread-tree-leaf-with-other)
24755         (gnus-sum-thread-tree-single-leaf): Add :version.
24756         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24757         (gnus-article-loose-mime): Change :version.
24758
24759         * gnus-start.el (gnus-backup-startup-file)
24760         (gnus-save-startup-file-via-temp-buffer): Add :version.
24761
24762         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24763         (gnus-server-offline-face): Add :version.
24764
24765         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24766
24767         * gnus-msg.el (gnus-gcc-externalize-attachments)
24768         (gnus-debug-files, gnus-debug-exclude-variables)
24769         (gnus-discouraged-post-methods): Change :version.
24770         (gnus-confirm-mail-reply-to-news)
24771         (gnus-confirm-treat-mail-like-news): Add :version.
24772
24773         * gnus-int.el (gnus-server-unopen-status): Add :version.
24774
24775         * gnus-group.el (gnus-group-jump-to-group-prompt)
24776         (gnus-large-ephemeral-newsgroup)
24777         (gnus-fetch-old-ephemeral-headers): Add :version.
24778
24779         * gnus-fun.el (gnus-x-face-directory)
24780         (gnus-convert-pbm-to-x-face-command)
24781         (gnus-convert-image-to-x-face-command)
24782         (gnus-convert-image-to-face-command): Add :version.
24783
24784         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24785
24786         * gnus-cite.el (gnus-cite-blank-line-after-header)
24787         (gnus-article-boring-faces): Add :version.
24788
24789         * gnus-art.el (gnus-buttonized-mime-types)
24790         (gnus-inhibit-mime-unbuttonizing)
24791         (gnus-treat-display-face)
24792         (gnus-treat-body-boundary): Change :version.
24793         (gnus-body-boundary-delimiter, gnus-picon-databases)
24794         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24795         (gnus-treat-date-english, gnus-treat-fold-headers)
24796         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24797         (gnus-treat-mail-picon, gnus-treat-wash-html)
24798         (gnus-article-encrypt-protocol)
24799         (gnus-use-idna, gnus-article-over-scroll)
24800         (gnus-mime-display-multipart-alternative-as-mixed)
24801         (gnus-mime-display-multipart-related-as-mixed)
24802         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24803         (gnus-ctan-url, gnus-button-ctan-handler)
24804         (gnus-button-handle-ctan-bogus-regexp)
24805         (gnus-button-ctan-directory-regexp)
24806         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24807         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24808         (gnus-button-man-level, gnus-button-emacs-level)
24809         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24810
24811         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24812         (gnus-agent-go-online): Change :version.
24813         (gnus-agent-expire-unagentized-dirs)
24814         (gnus-agent-auto-agentize-methods): Add :version.
24815
24816         * flow-fill.el (fill-flowed-display-column)
24817         (fill-flowed-encode-column): Add :version.
24818
24819         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24820         (gnus-outlook-deuglify-unwrap-max)
24821         (gnus-outlook-deuglify-cite-marks)
24822         (gnus-outlook-deuglify-unwrap-stop-chars)
24823         (gnus-outlook-deuglify-no-wrap-chars)
24824         (gnus-outlook-deuglify-attrib-cut-regexp)
24825         (gnus-outlook-deuglify-attrib-verb-regexp)
24826         (gnus-outlook-deuglify-attrib-end-regexp)
24827         (gnus-outlook-display-hook): Add :version.
24828
24829         * binhex.el (binhex-use-external): Add :version.
24830
24831 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24832
24833         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24834         and `invisible'.
24835
24836 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24837
24838         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24839         in gnus-registry-trim.
24840
24841 2004-09-13  Simon Josefsson  <jas@extundo.com>
24842
24843         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24844
24845         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24846
24847         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24848         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24849         <yamaoka@jpl.org>.
24850         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24851         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24852         <yamaoka@jpl.org>.
24853
24854         * sieve.el (sieve-manage-mode): Ditto.
24855
24856 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24857
24858         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24859
24860 2004-09-11  Simon Josefsson  <jas@extundo.com>
24861
24862         * dns-mode.el: Add.
24863
24864         * mm-view.el (mm-display-dns-inline): Add.
24865
24866         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24867         (mm-automatic-display): Ditto.
24868
24869         * mailcap.el (mailcap-mime-data): Add text/dns.
24870         (mailcap-mime-extensions): Map .soa to text/dns.
24871
24872 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24873
24874         * gnus-art.el (article-decode-mime-words, article-babel)
24875         (gnus-article-highlight-signature, gnus-article-add-buttons)
24876         (gnus-signature-toggle): Remove unnecessary bindings of
24877         `inhibit-read-only' inherited from v5.10 merge.
24878
24879 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24880
24881         * nntp.el (nntp): New customization group.
24882         (nntp-authinfo-file): Add customization group.
24883
24884         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24885
24886         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24887
24888         * gnus.el (to-address, to-list, subscribed)
24889         (large-newsgroup-initial): Ditto.
24890
24891         * flow-fill.el (fill-flowed-display-column)
24892         (fill-flowed-encode-column): Ditto.
24893
24894 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24895
24896         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24897         Use point-min rather than 1.
24898         (message-send-mail): Use buffer-size rather than point-max.
24899
24900         * gnus-sum.el (gnus-summary-search-article-forward):
24901         Signal a specific `search-failed' rather than a generic `error'.
24902
24903         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24904         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24905         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24906
24907 2004-09-10  Simon Josefsson  <jas@extundo.com>
24908
24909         * nndb.el (require): Remove tcp and duplicate cl.
24910
24911 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24912
24913         * gnus-agent.el (directory-files-and-attributes): Move forward.
24914
24915 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24916
24917         * gnus-agent.el (directory-files-and-attributes):
24918         Optionally defined to support XEmacs.
24919
24920 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24921
24922         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24923         to avoid run-time CL dependencies.
24924         (gnus-agent-unfetch-articles): New function.
24925         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24926         article numbers even when local .overview file is missing.
24927         (gnus-agent-read-article-number): New function.  Only accepts
24928         27-bit article numbers.
24929         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24930         Use gnus-agent-read-article-number.
24931         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24932         from backend while recognizing that article numbers in .overview
24933         must be valid.
24934         (gnus-agent-update-files-total-fetched-for):
24935         Use directory-files-and-attributes to improve performance.
24936         * gnus-int.el (gnus-request-move-article):
24937         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24938         improve performance.
24939
24940         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24941         some users confused by references to .newsrc when they only have a
24942         .newsrc.eld file.
24943         (gnus-convert-mark-converter-prompt)
24944         (gnus-convert-converter-needs-prompt): Fix use of property list.
24945         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24946         New function.  Used internally to only display 'gnus converting
24947         files' message when actually necessary.
24948
24949         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24950         methods now autoloaded.
24951
24952 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24953
24954         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24955         identifiers.
24956
24957 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24958
24959         * gnus-picon.el: Fix indentation and closing parenthesis.
24960
24961 2004-09-01  Simon Josefsson  <jas@extundo.com>
24962
24963         * message.el (message-canlock-generate): Require sha1, not
24964         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24965         to require within a function.  Sadly, if sha1.el isn't loaded, the
24966         let binding in m-c-g will hide the defcustom definition, which is
24967         bad.)
24968
24969         * canlock.el: Require sha1, not sha1-el.
24970
24971         * message.el: Don't autoload sha1 (there is a autoload cookie in
24972         sha1.el).
24973
24974         * sha1-el.el: Rename to sha1.el.
24975
24976 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24977
24978         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24979
24980 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24981
24982         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24983
24984 2004-08-30  Kim F. Storm  <storm@cua.dk>
24985
24986         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24987
24988         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24989         Add :group 'nnimap.
24990
24991 2004-08-30  Andreas Schwab  <schwab@suse.de>
24992
24993         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24994         ?* and ?\;.
24995
24996         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24997         and ?\' to symbol instead of whitespace.
24998
24999 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25000
25001         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25002
25003         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25004         instead of re-search-forward.
25005
25006         * gnus-uu.el (gnus-uu-save-article): Ditto.
25007         (gnus-uu-post-encode-uuencode): Ditto.
25008
25009         * html2text.el (html2text-clean-list-items): Ditto.
25010         (html2text-clean-dtdd): Ditto.
25011         (html2text-format-tags): Ditto.
25012
25013         * message.el (message-send-mail-with-sendmail): Fix regexp.
25014         (message-fill-field-general): Use search-forward instead of
25015         re-search-forward.
25016         (unbold-region): Ditto.
25017
25018         * nnrss.el (nnrss-request-article): Ditto.
25019
25020         * nnslashdot.el (nnslashdot-request-article): Ditto.
25021
25022         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25023
25024         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25025         "Unrecognized menu descriptor" error in XEmacs.
25026
25027 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25028
25029         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25030         parent article of a sparse article in the thread hashtb.
25031
25032 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25033
25034         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25035         (nnmail-expand-newtext): Lowercase expanded entries if
25036         nnmail-split-lowercase-expanded is non-nil.
25037
25038 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25039
25040         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25041
25042         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25043         of gnus-tmp-news-method into string under XEmacs.  It will be
25044         passed to gnus-correct-length which takes only a string argument.
25045
25046 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25047
25048         * gnus-util.el (gnus-bind-print-variables): New macro.
25049         (gnus-prin1): Use it.
25050         (gnus-prin1-to-string): Use it.
25051         (gnus-pp): New function.
25052         (gnus-pp-to-string): New function.
25053
25054         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25055         Replace pp-to-string with gnus-pp-to-string.
25056         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25057         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25058         * gnus-msg.el (gnus-debug): Ditto.
25059         * gnus-score.el (gnus-score-save): Ditto.
25060         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25061         gnus-pp-to-string.
25062         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25063         with gnus-pp.
25064         * score-mode.el (gnus-score-pretty-print): Ditto.
25065         * webmail.el (webmail-debug): Ditto.
25066
25067 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25068
25069         * gnus-art.el (article-display-face, article-display-x-face):
25070         Use buffer-read-only.
25071
25072 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25073
25074         * gnus-art.el (article-hide-list-identifiers):
25075         Bind inhibit-read-only as t.
25076
25077 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25078
25079         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25080
25081 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25082
25083         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25084         (gnus-narrow-to-page): Don't assume point-min == 1.
25085         (gnus-article-edit-mode): Derive from message-mode.
25086
25087         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25088         point-min == 1.
25089
25090         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25091         Disable incorrect use of `assert'.
25092
25093         * message.el (message-mode): Set comment-start-skip.
25094
25095
25096 2004-08-22  Sam Steingold  <sds@gnu.org>
25097
25098         * pop3.el (pop3-leave-mail-on-server): New user variable.
25099         (pop3-movemail): Delete mail only when it is nil.
25100
25101 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25102
25103         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25104
25105         * mml.el (mml-preview): Use `pop-to-buffer'.
25106
25107         * message.el (message-goto-mail-followup-to): Insert after "To".
25108         (message-carefully-insert-headers): Add comment.
25109
25110         * gnus.el: Remove unused variable `gnus-article-check-size'.
25111
25112         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25113
25114         * gnus-art.el (gnus-button-alist):
25115         Improve `gnus-button-handle-library' entry.
25116
25117 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25118
25119         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25120         Use downcase, since XEmacs capitalizes error messages differently.
25121
25122 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25123
25124         * nntp.el: Add (require 'gnus) due to reference to
25125         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25126
25127 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25128
25129         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25130         Bind `mm-fill-flowed'.
25131
25132         * mm-decode.el (mm-dissect-singlepart): Check it.
25133
25134 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25135
25136         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25137         'imap' for netrc parsing.
25138
25139 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25140
25141         * mailcap.el (mailcap-mime-data): Mark as risky.
25142
25143 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25144
25145         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25146         may be included in the encoded word.
25147         (rfc2047-encode): Don't append a space if the encoded word
25148         includes close parenthesis.
25149
25150 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25151
25152         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25153         of text within parentheses.
25154
25155 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25156
25157         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25158         (gnus-encrypt-write-file-contents): Make the password key the file
25159         name PLUS the cipher, not just the cipher.  Also remove failed
25160         passwords from the cache.
25161
25162 2004-08-06  Simon Josefsson  <jas@extundo.com>
25163
25164         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25165         Doc fix.
25166
25167 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25168
25169         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25170         LWSP.
25171
25172 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25173
25174         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25175         Try to append in-reply-to: data to the references: header.
25176
25177         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25178         (netrc-parse): Use gnus-encrypt.el functions.
25179
25180         * gnus-encrypt.el: Add new file for encryption support; currently
25181         does only a few GPG ciphers and an internal XOR cipher.
25182
25183         * password.el: Add comments on using password-read-and-add.
25184         (password-read-and-add): Add function to read and add the
25185         password to the cache at once.
25186
25187 2004-07-28  Simon Josefsson  <jas@extundo.com>
25188
25189         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25190         parameter (but don't use it, for now).
25191
25192         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25193         instead of hard coding to nil.
25194
25195 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25196
25197         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25198         as mm-inline-image-xemacs does.
25199
25200 2004-07-26  Simon Josefsson  <jas@extundo.com>
25201
25202         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25203         Revert part of 2004-07-17 change below.
25204
25205 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25206
25207         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25208         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25209
25210 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25211
25212         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25213         quotes that actually start with ">" at the beginning of the
25214         lines.
25215
25216 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25217
25218         * rfc2047.el (rfc2047-encode-region): Fix last change.
25219         (rfc2047-encode-parameter): Remove useless concat.
25220
25221 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25222
25223         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25224         encode special characters; fix some kind of misconfigured headers;
25225         signal a real error if debug-on-quit or debug-on-error is non-nil.
25226         (rfc2047-encode-max-chars): New variable.
25227         (rfc2047-encode-1): Use it.
25228         (rfc2047-encode-parameter): New function.
25229
25230         * mml.el (mml-insert-parameter): Remove an excessive space.
25231
25232 2004-07-17  Simon Josefsson  <jas@extundo.com>
25233
25234         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25235         Kai Grossjohann <kai@emptydomain.de>.
25236         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25237         (gnus-group-make-menu-bar): Ditto.
25238
25239         * gnus-util.el (gnus-group-server): Add.
25240
25241 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25242
25243         * message.el (message-clone-locals): Clone sendmail and smtp
25244         variables.
25245
25246 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25247
25248         * rfc2047.el (rfc2047-encode-region): Fix last change.
25249
25250 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25251
25252         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25253         characters as non-special.
25254
25255 2004-07-09  Simon Josefsson  <jas@extundo.com>
25256
25257         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25258         Users will lose all flag changes made while unplugged with
25259         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25260         good default.  See numerous reports on ding mailing list.
25261
25262 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25263
25264         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25265         add generate-head-function and generate-article-function to the
25266         rfc822-forward entry.
25267         (nndoc-rfc822-forward-generate-article): New function.
25268         (nndoc-rfc822-forward-generate-head): New function.
25269
25270         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25271
25272 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25273
25274         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25275         respect display group parameter and gnus-summary-expunge-below.
25276         (gnus-articles-to-read): Remove unused reference to display group
25277         parameter.
25278
25279 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25280
25281         * nnheader.el (nnheader-uniquify-message-id): New experimental
25282         variable.
25283         (nnheader-nov-read-message-id): Use it.
25284
25285         * spam-report.el (spam-report-gmane): Add interactive.
25286
25287 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25288
25289         * mm-encode.el (mm-content-transfer-encoding-defaults):
25290         Use qp-or-base64 for the application/* types.
25291
25292 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25293
25294         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25295
25296 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25297
25298         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25299         trim value.
25300
25301 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25302
25303         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25304         New macro and function.
25305         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25306
25307 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25308
25309         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25310         after-load-alist.
25311
25312 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25313
25314         * gnus-group.el (gnus-group-get-new-news-this-group):
25315         Don't update info that isn't there.
25316
25317 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25318
25319         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25320         entry.
25321
25322 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25323
25324         * mm-view.el (mm-inline-render-with-function): Use multibyte
25325         buffer; decode html source by charset.
25326
25327         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25328
25329         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25330         Mule-UCS is loaded under XEmacs.
25331         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25332
25333 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25334
25335         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25336
25337 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25338
25339         * mm-util.el (mm-coding-system-p): Return a coding-system.
25340         (mm-mime-mule-charset-alist): Use shift_jis instead of
25341         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25342         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25343         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25344         instead of japanese-shift-jis and iso-latin-1 respectively in
25345         order to share the default value with both Emacs and XEmacs-mule.
25346         (mm-mule-charset-to-mime-charset):
25347         Make mm-coding-system-priorities effective.
25348         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25349         while predicating of candidates upon the priorities.
25350
25351 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25352
25353         * gnus-sum.el (gnus-summary-make-menu-bar):
25354         Add gnus-uu-invert-processable.
25355
25356         * gnus.el: Autoload gnus-uu-invert-processable.
25357
25358 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25359
25360         * mm-util.el (mm-with-multibyte-buffer): New macro.
25361
25362         * rfc2047.el (rfc2047-encode-string): Use it.
25363         (rfc2047-encode-region): Move point to the end of the region after
25364         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25365
25366 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25367
25368         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25369         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25370
25371 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25372
25373         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25374         (gnus-cite-parse): Ignore quoted envelope From_.
25375         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25376
25377 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25378
25379         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25380         invalid addresses.
25381
25382 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25383
25384         * spam.el: Change section markers, revise TODO list.
25385         (spam-backends): Make new master list of all installed backends.
25386         (spam-summary-exit-behavior): Add new variable to determine how
25387         messages moves are done at summary exit.
25388         (spam-move-spam-nonspam-groups-only)
25389         (spam-process-ham-in-nonham-groups)
25390         (spam-process-ham-in-spam-groups): Remove variables, the
25391         spam-summary-exit-behavior variable should be used to manage this
25392         behavior.
25393         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25394         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25395         and spam-old-spam-articles.
25396         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25397         Add empty variables, placeholders for the backends they represent.
25398         (spam-set-difference): Move, unchanged.
25399         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25400         unless the user has a processor variable.
25401         (spam-classifications, spam-classification-valid-p)
25402         (spam-backend-properties, spam-backend-property-valid-p)
25403         (spam-backend-function-type-valid-p)
25404         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25405         (spam-report-articles-gmane, spam-report-articles-resend):
25406         Remove functions, they are not needed.
25407         (spam-install-backend-super, spam-backend-list)
25408         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25409         (spam-backend-function, spam-backend-ham-registration-function)
25410         (spam-backend-spam-registration-function)
25411         (spam-backend-ham-unregistration-function)
25412         (spam-backend-spam-unregistration-function)
25413         (spam-backend-statistical-p, spam-backend-mover-p)
25414         (spam-install-backend-alias, spam-install-checkonly-backend)
25415         (spam-install-mover-backend, spam-install-nocheck-backend)
25416         (spam-install-backend, spam-install-statistical-backend)
25417         (spam-install-statistical-checkonly-backend): Add backend installation
25418         support.
25419         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25420         (spam-group-processor-p): Use the new backend code and respect the
25421         summary exit behavior.
25422         (spam-mark-spam-as-expired-and-move-routine): Remove.
25423         (spam-summary-prepare): Change to use the new spam-old-articles
25424         variable.
25425         (spam-copy-or-move-routine, spam-copy-spam-routine)
25426         (spam-move-spam-routine, spam-copy-ham-routine)
25427         (spam-move-ham-routine): Add code to copy/move ham or spam.
25428         (spam-fetch-field-fast): Improve doc and code, plus allow the
25429         'number request.
25430         (spam-list-of-checks, spam-list-of-statistical-checks):
25431         Remove variables.
25432         (spam-split, spam-find-spam): Use the new backend code.
25433         (spam-registration-functions): Remove variable.
25434         (spam-unregister-routine): Add convenience wrapper.
25435         (spam-log-undo-registration, spam-register-routine)
25436         (spam-log-processing-to-registry)
25437         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25438         where possible.
25439         (spam-check-gmane-xref, spam-check-regex-headers)
25440         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25441         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25442         (spam-check-bogofilter-headers, spam-check-spamoracle)
25443         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25444         (spam-check-crm114-headers): Use the spam-split-group that
25445         spam-split prepares, no need to determine it every time.
25446
25447         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25448         to the nnheader-parse-naked-head call.
25449
25450         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25451
25452         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25453         the nnheader-nov-read-message-id call.
25454
25455 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25456
25457         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25458         gnus-activate-group twice.  Suggested by Markus Peter
25459         <warp@spin.de>.
25460
25461 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25462
25463         * gnus-art.el (gnus-article-time-format): Exchange the order of
25464         day and month in the default value; fix customization type.
25465         (article-date-ut): Use add-text-properties.
25466         (article-make-date-line): Use message-make-date instead of
25467         current-time-string.
25468
25469         * message.el (message-fetch-field): Don't use set-text-properties.
25470         (message-make-date): Simplify.
25471
25472         * messagexmas.el (message-xmas-make-date): New function.
25473         (message-xmas-redefine): Defalias message-make-date to it.
25474
25475 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25476
25477         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25478         (rfc2047-encode-region): Treat text within parentheses as special;
25479         show the original text when error has occurred.
25480
25481         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25482         already-computed method to gnus-activate-group.
25483
25484         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25485         same select-methods identical Lisp objects.
25486
25487         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25488         object when modifying the info.
25489
25490 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25491
25492         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25493         gnus-opened-servers since it has never been opened with the new
25494         configuration yet.
25495
25496 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25497
25498         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25499         arg to nnheader-generate-fake-message-id.
25500
25501 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25502
25503         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25504         number and build a fake message ID localized to a group and
25505         article number (so it's repeatable from that point on).
25506         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25507         ID format.
25508
25509         * gnus-sum.el (gnus-get-newsgroup-headers):
25510         Call nnheader-generate-fake-message-id with the article number.
25511
25512 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25513
25514         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25515         end-of-buffer.
25516
25517 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25518
25519         * message.el (message-ignored-supersedes-headers): Add Approved.
25520
25521 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25522
25523         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25524         goto-char.
25525         (rfc2047-encode): Fold the line before encoding.
25526
25527 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25528
25529         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25530         folding -- not all headers can be folded, and this should be done
25531         by the message composition mode.  Probably.  I think.
25532
25533 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25534
25535         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25536         fast.
25537
25538         * gnus-ems.el (gnus-remove-image): Don't use
25539         message-text-with-property; remove only the image found first.
25540
25541         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25542         found first.
25543
25544 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25545
25546         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25547
25548 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25549
25550         * message.el (message-text-with-property): Make it fast and accept
25551         optional arguments.
25552         (message-strip-forbidden-properties): Use it.
25553         (message-fix-before-sending): Follow the m-t-w-p change.
25554
25555         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25556
25557 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25558
25559         * gnus-art.el (article-hide-headers): Don't change the buffer
25560         mistakenly when performing mml-preview even if
25561         gnus-single-article-buffer is nil.
25562
25563 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25564
25565         * message.el (message-expand-name-databases): New user option.
25566         (message-expand-name): Use it.
25567
25568 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25569
25570         * spam.el (spam-report-articles-resend)
25571         (spam-report-resend-register-routine): Allow ham reporting.
25572         (spam-report-resend-register-ham-routine): Add wrapper.
25573         (spam-registration-functions): Add ham resending functions.
25574         (spam-list-of-processors): Add ham resend processor.
25575
25576         * gnus.el (ham-resend-to): Add new group parameter.
25577         (spam-process): Add ham resend option.
25578
25579         * spam-report.el (spam-report-resend): Allow reporting ham.
25580         (spam-report-resend-ham): Add wrapper.
25581
25582 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25583
25584         * message.el (message-cite-articles-with-x-no-archive):
25585         New variable.
25586         (message-cite-original): Use it.
25587
25588 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25589
25590         * message.el (message-cite-original): Respect X-No-Archive.
25591
25592 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25593
25594         * gnus-art.el (article-hide-headers): Refer to the values for
25595         gnus-ignored-headers and gnus-visible-headers in the summary
25596         buffer since a user may have set them as group parameters.
25597
25598 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25599
25600         * assistant.el (assistant-node-name): Add convenience function.
25601         (assistant-render-text, assistant-render-node): Add error handling,
25602         plus handle multiple next nodes.
25603         (assistant-find-next-node): Comment out for now.
25604         (assistant-find-next-nodes): Add function, returns list of next
25605         nodes.
25606
25607 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25608
25609         * mail-source.el (mail-source-directory): Fix doc-string.
25610
25611 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25612
25613         * assistant.el (assistant-render-text, assistant-eval): Add :set
25614         widget type, which is different because it takes and returns a
25615         list.  Much hilarity ensues.
25616
25617 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25618
25619         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25620
25621         * gnus-group.el (gnus-group-get-new-news-this-group):
25622         Add doc-string.
25623
25624         * gnus-start.el (gnus-activate-group): Add doc-string.
25625
25626 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25627
25628         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25629
25630 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25631
25632         * assistant.el (assistant-render-text): Try to add a :set
25633         widget, more to come.
25634
25635         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25636         strings.
25637         (spam-report-articles-resend)
25638         (spam-register-routine): Do registration iff any articles warrant
25639         it.
25640         (spam-summary-prepare-exit): Change log message for nil group
25641         destinations.
25642
25643 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25644
25645         * spam.el (spam-report-resend-register-routine):
25646         Allow spam-report-resend-to to be a group parameter or a global value.
25647
25648 2004-05-26  Simon Josefsson  <jas@extundo.com>
25649
25650         * starttls.el: Merge with my GNUTLS based starttls.el.
25651         (starttls-gnutls-program, starttls-use-gnutls)
25652         (starttls-extra-arguments, starttls-process-connection-type)
25653         (starttls-connect, starttls-failure, starttls-success):
25654         New variables.
25655         (starttls-program, starttls-extra-args): Doc fix.
25656         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25657         New functions.
25658         (starttls-negotiate, starttls-open-stream):
25659         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25660         function if it is set.
25661
25662 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25663
25664         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25665         structured fields.
25666
25667 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25668
25669         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25670
25671 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25672
25673         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25674         Add variable.
25675         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25676         assigning the spam-mark to new messages.
25677
25678 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25679
25680         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25681
25682 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25683
25684         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25685
25686         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25687         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25688         default.
25689
25690 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25691
25692         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25693         correct data.
25694
25695 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25696
25697         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25698         (spam-group-processor-p): Fix function.
25699         (spam-group-processor-multiple-p)
25700         (spam-group-spam-processor-report-gmane-p)
25701         (spam-group-spam-processor-report-resend-p)
25702         (spam-group-spam-processor-bogofilter-p)
25703         (spam-group-spam-processor-blacklist-p)
25704         (spam-group-spam-processor-ifile-p)
25705         (spam-group-ham-processor-ifile-p)
25706         (spam-group-spam-processor-spamoracle-p)
25707         (spam-group-spam-processor-crm114-p)
25708         (spam-group-ham-processor-bogofilter-p)
25709         (spam-group-spam-processor-stat-p)
25710         (spam-group-ham-processor-stat-p)
25711         (spam-group-ham-processor-whitelist-p)
25712         (spam-group-ham-processor-BBDB-p)
25713         (spam-group-ham-processor-spamoracle-p)
25714         (spam-group-ham-processor-copy-p): Remove functions with some
25715         prejudice against unneeded code.
25716         (spam-report-articles-resend)
25717         (spam-report-resend-register-routine): Allow the group/topic
25718         spam-resend-to value to override spam-report-resend-to.
25719         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25720         properly now.
25721
25722         * gnus.el (spam-resend-to): Add group/topic parameter.
25723         (spam-process): Move the OBSOLETE processors to the end of the
25724         choices.
25725
25726 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25727
25728         * spam-report.el (spam-report-resend-to, spam-report-resend):
25729         Start with resend-to set to nil, and then ask the user if necessary.
25730         (spam-report-resend): spam-report-resend takes a list of articles, not
25731         separate article numbers.
25732
25733 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25734
25735         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25736         addition to emacs-w3m.
25737
25738 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25739
25740         * assistant.el (assistant-authinfo-data): New function.
25741         (assistant-eval): Eval for entire assistant.
25742
25743         * netrc.el (netrc-services-file): New variable.
25744         (netrc-parse-services): New function.
25745         (netrc-find-service-name): New function.
25746         (netrc-find-service-number): New function.
25747         (netrc-port-equal): New function.
25748         (netrc-machine): Use it.
25749
25750         * nnimap.el (nnimap-open-connection): Use netrc.
25751
25752         * gnus-util.el (gnus-netrc-get): Remove aliases.
25753
25754         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25755
25756         * assistant.el (wid-edit): Fix compilation.
25757
25758         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25759
25760 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25761
25762         * gnus-util.el (gnus-set-file-modes): New function.  (small
25763         patch).
25764
25765 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25766
25767         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25768
25769         * assistant.el (assistant-render-node): Fix up rendering and
25770         read-only text.
25771         (assistant-render-node): Reset.
25772         (assistant-make-read-only): Not sticky.
25773
25774 2004-05-20  Danny Siu  <dsiu@adobe.com>
25775
25776         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25777         centered even when gnus-auto-center-summary is t.
25778
25779 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25780
25781         * dns.el (dns-get-txt-answer): New function.
25782         (dns-read-txt): Ditto.
25783         (query-dns): Use it.
25784
25785 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25786
25787         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25788         active for foreign groups even if the group level is higher than
25789         the specified value.
25790
25791 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25792
25793         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25794         non-active groups.
25795
25796         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25797
25798 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25799
25800         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25801
25802 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25803
25804         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25805         (spam-crm114-header, spam-crm114-spam-switch)
25806         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25807         (spam-crm114-positive-spam-header)
25808         (spam-crm114-database-directory, spam-list-of-processors)
25809         (spam-group-spam-processor-crm114-p)
25810         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25811         (spam-generic-score, spam-list-of-checks)
25812         (spam-list-of-statistical-checks, spam-registration-functions)
25813         (spam-check-crm114-headers, spam-crm114-score)
25814         (spam-check-crm114, spam-crm114-register-with-crm114)
25815         (spam-crm114-register-spam-routine)
25816         (spam-crm114-unregister-spam-routine)
25817         (spam-crm114-register-ham-routine)
25818         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25819
25820 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25821
25822         * gnus.el: Add spam-use-crm114.
25823
25824         * spam.el (spam-list-of-processors, spam-registration-functions):
25825         Add spam-use-resend.
25826         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25827         (spam-report-articles-gmane): Add doc fix.
25828         (spam-report-articles-resend, spam-report-resend-register-routine):
25829         Add wrappers around spam-report-resend-to.
25830
25831         * spam-report.el (spam-report-resend-to, spam-report-resend):
25832         Add support for resending spam.
25833         (spam-report-gmane): Fix line length >80.
25834
25835         * gnus.el (spam-process): Add spam-use-resend.
25836
25837 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25838
25839         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25840         number of processed spam messages.
25841         (spam-ham-copy-or-move-routine): Return the number of processed
25842         ham messages.
25843         (spam-summary-prepare-exit): Use the above values to decide
25844         whether status messages shouled be displayed.
25845
25846 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25847
25848         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25849         `rfc2047-encoding-function-alist' in order to avoid conflicting
25850         with the old version.
25851         (rfc2047-encode-region): Concatenate words containing non-ASCII
25852         characters in structured fields; don't encode space-delimited
25853         ASCII words even in unstructured fields; don't break words at
25854         char-category boundaries.
25855         (rfc2047-encode-1): New function.
25856         (rfc2047-encode): Use it; encode text so that it occupies the
25857         maximum width within 76-column; work correctly on Q encoding for
25858         iso-2022-* charsets.
25859         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25860         sure not to break a line just after the header name.
25861         (rfc2047-b-encode-region): Remove.
25862         (rfc2047-b-encode-string): New function.
25863         (rfc2047-q-encode-region): Remove.
25864         (rfc2047-q-encode-string): New function.
25865
25866         * mm-util.el (mm-replace-in-string): New function.
25867
25868 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25869
25870         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25871         Really get it right.
25872         (gnus-inews-make-draft): Really.
25873
25874 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25875
25876         * nnmh.el (nnmh-request-list-1): Don't check the link count
25877         before descending.  (small patch)
25878
25879 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25880
25881         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25882         stuff.
25883
25884         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25885         Match on real group name.
25886
25887         * gnus-art.el (gnus-signature-limit): Doc fix.
25888
25889         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25890
25891         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25892
25893 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25894
25895         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25896         isn't a string.
25897
25898 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25899
25900         * gnus-draft.el (gnus-draft-send):
25901         Bind rfc2047-encode-encoded-words.
25902
25903         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25904         (rfc2047-encodable-p): Say that =? needs encoding.
25905         (rfc2047-encode-encoded-words): New variable.
25906
25907         * gnus-group.el (gnus-group-select-group): Doc fix.
25908
25909         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25910
25911         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25912         to nil.
25913
25914         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25915
25916         * nnheader.el (nnheader-get-lines-and-char): New function.
25917
25918 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25919
25920         * gnus-msg.el (gnus-summary-followup-with-original):
25921         Document yanking of region when active.
25922
25923 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25924
25925         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25926         groups if the group level is higher than the specified value.
25927
25928 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25929
25930         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25931         (gnus-group-jump-to-group): Add prefix argument using
25932         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25933         non-active group.
25934
25935         * compface.el (uncompface): Be verbose when changing
25936         `uncompface-use-external'.
25937
25938         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25939         handle manual section.
25940
25941 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25942
25943         * gnus-art.el (gnus-button-alist): Revert previous change.
25944
25945 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25946
25947         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25948
25949 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25950
25951         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25952         whether backend can accept message.
25953
25954         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25955
25956 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25957
25958         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25959         Avoid creating directory when nntp-marks-is-evil is true.
25960         Reported by Reiner Steib.
25961
25962 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25963
25964         * gnus-picon.el (gnus-picon-insert-glyph):
25965         Add optional `nostring' argument.
25966
25967 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25968
25969         * gnus-picon.el (gnus-picon-style): New variable.
25970         (gnus-picon-transform-address): Support `gnus-picon-style'.
25971
25972 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25973
25974         * message.el (message-fill-field): Return point.
25975         (message-generate-headers): Go to end of field.
25976
25977         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25978         stuff for non-living groups.
25979
25980 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25981
25982         * gnus-art.el (gnus-article-followup-with-original)
25983         (gnus-article-reply-with-original): gnus-mark-active-p ->
25984         gnus-region-active-p.
25985
25986 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25987
25988         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25989         only when there is spam or ham to be processed.
25990
25991 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25992
25993         * mail-source.el (mail-source-delete-crash-box): Refactor.
25994         (mail-source-fetch): Use it.
25995         (mail-source-fetch-file): Ditto.
25996         (mail-source-fetch-directory): Run postscript in loop.
25997         (mail-source-fetch-pop): Delete.
25998         (mail-source-fetch-maildir): Ditto.
25999         (mail-source-fetch-imap): Ditto.
26000
26001         * imap.el (imap-authenticators): Comment out sasl.
26002
26003         * message.el (message-skip-to-next-address): New function.
26004         (message-fill-header-address): Refactor.
26005         (message-fill-address): Use it.
26006         (message-delete-address): Use it.
26007         (message-fill-header-general): Refactor.
26008         (message-fill-field-address): Rename.
26009         (message-narrow-to-field): Find the start of the header.
26010         (message-header-format-alist): Don't pre-fill.
26011         (message-fill-header): Remove.
26012         (message-insert-header): New function.
26013         (message-shorten-references): Use it.
26014
26015         * rfc2047.el (rfc2047-field-value): Strip props.
26016
26017         * mail-parse.el (mail-header-make-address): New alias.
26018
26019         * ietf-drums.el (ietf-drums-make-address): New function.
26020
26021         * imap.el: Add compiler directives.
26022
26023         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26024
26025         * gnus-art.el (article-decode-idna-rhs): Don't use
26026         message-idna-inside-rhs-p.
26027
26028 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26029
26030         * message.el (message-idna-inside-rhs-p): Remove.
26031         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26032
26033         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26034         false positives.
26035
26036 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26037
26038         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26039
26040 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26041
26042         * nneething.el (nneething-file-name): Don't create spurious
26043         files.
26044
26045         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26046         (gnus-inews-do-gcc): Remove sleep.
26047
26048         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26049         part under point.
26050
26051         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26052         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26053
26054 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26055
26056         * spam.el (spam-summary-prepare-exit): Fix (length).
26057
26058 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26059
26060         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26061         as expired without moving it" message when there are spam
26062         messages left.
26063
26064 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26065
26066         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26067         header is not nil.
26068
26069 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26070
26071         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26072         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26073         (nntp-marks-changed-p): New arg SERVER.
26074         (nntp-request-update-info): Adjust caller.
26075
26076 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26077
26078         * nntp.el (nntp-save-marks): Pass missing arg.
26079
26080 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26081
26082         * nntp.el: Support marks.
26083         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26084         (nntp-marks-modtime, nntp-marks-directory): New variables.
26085         (nntp-request-set-mark, nntp-request-update-info)
26086         (nntp-possibly-create-directory, nntp-marks-changed-p)
26087         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26088         New functions.
26089
26090 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26091
26092         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26093         (gnus-xmas-redefine): Rename.
26094
26095         * gnus-score.el (gnus-score-insert-help):
26096         Use gnus-select-lowest-window.
26097
26098         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26099         appt-select-lowest-window and rename to gnus-select-lowest-window.
26100
26101         * gnus.el: do.
26102
26103 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26104
26105         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26106         encodings of MIME-encoded words, in order to improve
26107         interoperability with several broken MUAs.
26108
26109 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26110
26111         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26112         tags, only when charsets are not specified in headers.
26113         (mm-inline-text-html-render-with-w3m): Ditto.
26114
26115         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26116         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26117
26118 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26119
26120         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26121         instead of MIME-decoded from fields when checking
26122         `gnus-article-address-banner-alist'.
26123
26124 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26125
26126         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26127         description rather than subject.
26128
26129 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26130
26131         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26132
26133 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26134
26135         * gnus.el (gnus-version-number): Bump.
26136
26137 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26138
26139         * gnus.el: No Gnus v0.2 is released.
26140
26141 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26142
26143         * gnus-agent.el (gnus-agent-read-agentview):
26144         Inline gnus-uncompress-range.
26145
26146 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26147
26148         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26149         `exec-installed-p'.
26150
26151 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26152
26153         * gnus.el (spam-process, spam-autodetect-methods):
26154         Add bsfilter and bsfilter-headers.
26155
26156         * spam.el (spam-bsfilter): New customize group.
26157         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26158         (spam-bsfilter-header, spam-bsfilter-probability-header)
26159         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26160         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26161         (spam-bsfilter-database-directory): New options.
26162         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26163         (spam-list-of-statistical-checks, spam-registration-functions):
26164         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26165         (spam-bsfilter-score): New command.
26166         (spam-check-bsfilter-headers, spam-check-bsfilter)
26167         (spam-bsfilter-register-with-bsfilter)
26168         (spam-bsfilter-register-spam-routine)
26169         (spam-bsfilter-unregister-spam-routine)
26170         (spam-bsfilter-register-ham-routine)
26171         (spam-bsfilter-unregister-ham-routine): New functions.
26172         (spam-generic-score): Support bsfilter; Accept an optional argument
26173         to recalcurate spam score even if scoring header has already been
26174         added.
26175         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26176         optional argument to recalcurate spam score even if scoring header
26177         has already been added.
26178
26179 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26180
26181         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26182         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26183         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26184         link is missing.
26185
26186 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26187
26188         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26189         (html2text-get-attr): Rewrite.
26190
26191         * message.el (message-setup-1): Remove redundant put-text-property
26192         on mail-header-separator.
26193
26194 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26195
26196         * gnus-registry.el (gnus-registry-cache-whitespace)
26197         (gnus-registry-action, gnus-registry-spool-action)
26198         (gnus-registry-split-fancy-with-parent): Change message levels
26199         from 5 to 3 or 7, as needed.
26200
26201         * spam.el (spam-summary-prepare-exit)
26202         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26203         (spam-split, spam-find-spam, spam-log-undo-registration)
26204         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26205         level from 5 to 6.
26206
26207 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26208
26209         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26210         2004-03-04 change).
26211
26212 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26213
26214         * sieve-manage.el (sieve-manage-open):
26215         * nnweb.el (nnweb-insert-html):
26216         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26217         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26218         * nnspool.el (nnspool-request-group):
26219         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26220         * nnml.el (nnml-request-update-info):
26221         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26222         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26223         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26224         (nnimap-request-set-mark):
26225         * nnfolder.el (nnfolder-request-update-info):
26226         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26227         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26228         * gnus-uu.el (gnus-uu-find-articles-matching):
26229         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26230         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26231         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26232         * gnus-nocem.el (gnus-nocem-scan-groups):
26233         * gnus-int.el (gnus-start-news-server):
26234         * gnus-group.el (gnus-group-make-kiboze-group)
26235         (gnus-group-browse-foreign-server):
26236         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26237         Use mapc when appropriate.
26238
26239 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26240             Adam Sjøgren  <asjo@koldfront.dk>
26241             Wes Hardaker  <wes@hardakers.net>
26242             Michael Shields  <shields@msrl.com>
26243
26244         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26245         may need for spam sorting and scoring.
26246         (spam-user-format-function-S): Add user format function suitable for
26247         general use.
26248         (spam-article-sort-by-spam-status): Add sorting function for summary
26249         sorting.
26250         (spam-extra-header-to-number): Add function to get a score from a
26251         header.
26252         (spam-summary-score): Add function to get a numeric score from the
26253         headers.
26254         (spam-generic-score): Fix function doc, was in wrong place.
26255         (spam-initialize): Take symbols when it's run, and install the
26256         extra headers that spam-necessary-extra-headers thinks we need.
26257
26258 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26259
26260         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26261         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26262
26263 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26264
26265         * gnus-sum.el (gnus-set-global-variables)
26266         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26267         (gnus-article-get-xrefs, gnus-summary-best-group)
26268         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26269         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26270         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26271         Use with-current-buffer.
26272
26273 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26274
26275         * spam.el (spam-summary-prepare-exit): Simplify logic.
26276         (spam-fetch-article-header): Read the article header if it's not
26277         available.
26278         (spam-list-articles): Simplify logic.
26279         (spam-filelist-register-routine): Fix bug with unregister-list.
26280
26281         * gnus-registry.el: Fix comments at beginning.
26282
26283 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26284
26285         * message.el (message-cater-to-broken-inn): Remove.
26286         (message-shorten-references): Make sure the total folded length of
26287         References is shorter than 998 characters to cater to a bug in INN
26288         2.3.  Also, don't pretend that references aren't folded -- this
26289         hasn't worked for a while.
26290
26291 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26292
26293         * gnus-agent.el (gnus-agentize):
26294         gnus-agent-send-mail-real-function no longer set to current value
26295         of message-send-mail-function but rather a lambda that calls
26296         message-send-mail-function.  The change makes the agent real-time
26297         responsive to user changes to message-send-mail-function.
26298
26299 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26300
26301         * legacy-gnus-agent.el
26302         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26303         help from Florian Weimer <fw@deneb.enyo.de>
26304
26305 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26306
26307         * nnmail.el (nnmail-cache-insert): Revert last change.
26308
26309 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26310
26311         * nnmail.el (nnmail-cache-insert): Always check whether
26312         nnmail-cache-ignore-groups matches a group name.
26313
26314 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26315
26316         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26317         (spam-find-spam, spam-log-processing-to-registry)
26318         (spam-log-registered-p, spam-log-unregistration-needed-p)
26319         (spam-log-undo-registration): Use gnus-message instead of
26320         gnus-error, none of these errors are fatal.
26321
26322         * gnus-registry.el (gnus-registry-clean-empty-function)
26323         (gnus-registry-clean-empty): Remove only empty entries without
26324         extra data.
26325
26326 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26327
26328         * spam-stat.el (spam-stat-buffer-change-to-spam)
26329         (spam-stat-buffer-change-to-non-spam): Change (error) to
26330         (gnus-message 8) invocation.
26331
26332 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26333
26334         * nntp.el (nntp-via-netcat-command): New variable.
26335         (nntp-via-netcat-switches): New variable.
26336         (nntp-open-via-rlogin-and-netcat): New function.
26337         (nntp-open-connection-function): Doc fix.
26338         (nntp-telnet-command): Doc fix.
26339         (nntp-end-of-line): Doc fix.
26340         (nntp-via-rlogin-command): Doc fix.
26341         (nntp-via-user-name): Doc fix.
26342         (nntp-via-address): Doc fix.
26343
26344 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26345
26346         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26347         error in Emacs 21.1.
26348
26349 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26350
26351         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26352
26353 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26354
26355         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26356         (gnus-agent-with-refreshed-group): New macro.
26357         (gnus-agent-rename-group): New function.
26358         (gnus-agent-delete-group): New function.
26359         (gnus-agent-save-group-info): Use gnus-command-method when
26360         `method' parameter is nil.  Don't write nil entries into the
26361         active file.
26362         (gnus-agent-get-group-info): New function.
26363         (gnus-agent-fetch-articles):
26364         Use gnus-agent-update-files-total-fetched-for to increment disk space
26365         used.
26366         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26367         Use gnus-agent-update-view-total-fetched-for to increment disk space
26368         used.
26369         (gnus-agent-get-local): Add optional parameters to avoid calling
26370         gnus-group-real-name and gnus-find-method-for-group.
26371         (gnus-agent-set-local): Delete stored entry if either min, or max,
26372         are nil.
26373         (gnus-agent-fetch-session): Reworded error/quit messages.
26374         On quit, use gnus-agent-regenerate-group to record existance of any
26375         articles fetched to disk before the quit occurred.
26376         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26377         gnus-agent-update-view-total-fetched-for, and
26378         gnus-agent-update-files-total-fetched-for to decrement disk space
26379         used.
26380         (gnus-agent-retrieve-headers):
26381         Use gnus-agent-update-view-total-fetched-for to increment disk space
26382         used.
26383         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26384         with gnus-agent-update-files-total-fetched-for to decrement disk
26385         space and fresh group buffer.
26386         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26387         (gnus-agent-need-update-total-fetched-for): New variable.
26388         (gnus-agent-update-files-total-fetched-for): New function.
26389         (gnus-agent-update-view-total-fetched-for): New function.
26390         (gnus-agent-total-fetched-for): New function.
26391
26392         * gnus-cache.el (gnus-cache-save-buffers):
26393         Use gnus-cache-update-overview-total-fetched-for to change disk space
26394         used by this group.
26395         (gnus-cache-possibly-enter-article):
26396         Use gnus-cache-update-file-total-fetched-for to increment disk space
26397         used by this group.
26398         (gnus-cache-possibly-remove-article):
26399         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26400         used by this group.
26401         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26402         (gnus-cache-rename-group): New function.
26403         (gnus-cache-delete-group): New function.
26404         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26405         (gnus-cache-need-update-total-fetched-for): New variable.
26406         (gnus-cache-with-refreshed-group): New macro.
26407         (gnus-cache-update-file-total-fetched-for): New function.
26408         (gnus-cache-update-overview-total-fetched-for): New function.
26409         (gnus-cache-rename-group-total-fetched-for): New function.
26410         (gnus-cache-delete-group-total-fetched-for): New function.
26411         (gnus-cache-total-fetched-for): New function.
26412
26413         * gnus-group.el: Require gnus-sum and autoload functions to
26414         resolve warnings when gnus-group.el compiled alone.
26415         (gnus-group-line-format): Document new %F.
26416         (size of Fetched data) group line format; identifies disk space
26417         used by agent and cache.
26418         (gnus-group-line-format-alist): Define new F format.
26419         (gnus-total-fetched-for): New function.
26420         (gnus-group-delete-group): No longer update
26421         gnus-cache-active-altered as gnus-request-delete-group now keeps
26422         the cache in sync.
26423         (gnus-group-list-active): Let the agent store a server's active
26424         list if currently plugged.
26425
26426         * gnus-int.el (gnus-request-delete-group):
26427         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26428         local disk in sync with the server.
26429         (gnus-request-rename-group):
26430         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26431         local disk in sync with the server.
26432
26433         * gnus-start.el (gnus-get-unread-articles):
26434         Cosmetic simplification to logic.
26435
26436         * gnus-util.el (gnus-rename-file): New function.
26437
26438 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26439
26440         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26441
26442 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26443
26444         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26445         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26446
26447 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26448
26449         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26450         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26451
26452 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26453
26454         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26455
26456 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26457
26458         * spam.el (spam-set-difference): Add function to replace
26459         gnus-set-difference in spam.el.
26460         (spam-summary-prepare-exit): Use spam-set-difference.
26461
26462 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26463
26464         * gnus-registry.el (gnus-registry-cache-file): Update to use
26465         gnus-dribble-directory OR gnus-home-directory OR ~.
26466         (gnus-registry-split-fancy-with-parent): Fix doc.
26467
26468 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26469
26470         * message.el (message-exchange-point-and-mark):
26471         Use message-mark-active-p.  Suggested by Jesper Harder
26472         <harder@ifa.au.dk>.
26473
26474 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26475
26476         * message.el (message-exchange-point-and-mark): Don't activate
26477         region if it was inactive.  Suggested by Hiroshi Fujishima
26478         <pooh@nature.tsukuba.ac.jp>.
26479
26480 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26481
26482         * gnus-art.el (article-display-face): Display Faces in the same
26483         order as X-Faces.
26484
26485 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26486
26487         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26488
26489 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26490
26491         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26492         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26493         (gnus-article-mime-hierarchy): Remove.
26494         (gnus-article-mime-hierarchy-next): Remove.
26495         (gnus-article-mode): Revert 2004-03-19 change.
26496         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26497         (gnus-insert-mime-button): Revert 2004-03-19 change.
26498         (gnus-mime-accumulate-hierarchy): Remove.
26499         (gnus-mime-enter-multipart): Remove.
26500         (gnus-mime-leave-multipart): Remove.
26501         (gnus-mime-display-part): Revert 2004-03-19 change.
26502         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26503
26504         * mml.el (mml-preview): Revert 2004-03-19 change.
26505
26506 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26507
26508         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26509
26510 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26511
26512         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26513         t while entering a file name using the mm-with-multibyte macro.
26514         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26515
26516         * mm-util.el (mm-with-multibyte): New macro.
26517
26518 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26519
26520         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26521         New user option.
26522         (gnus-mime-multipart-functions): Doc and customization fix.
26523         (gnus-article-mime-hierarchy): New variable.
26524         (gnus-article-mime-hierarchy-next): New variable.
26525         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26526         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26527         gnus-article-mime-hierarchy-next to nil.
26528         (gnus-insert-mime-button): Show hierarchy numbers.
26529         (gnus-mime-accumulate-hierarchy): New function.
26530         (gnus-mime-enter-multipart): New function.
26531         (gnus-mime-leave-multipart): New function.
26532         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26533         (gnus-mime-display-alternative): Show hierarchy numbers.
26534
26535         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26536         gnus-article-mime-hierarchy-next to nil.
26537
26538 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26539
26540         * dns.el: Don't require gnus-xmas.
26541
26542 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26543
26544         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26545         inline PGP.
26546         (mml-menu): Disable mml-quote-region if mark is inactive.
26547
26548 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26549
26550         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26551         when the group's active is not available.
26552
26553 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26554
26555         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26556         error.
26557
26558 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26559
26560         * imap.el (imap-store-password): New variable.
26561         (imap-interactive-login): Use it.
26562         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26563
26564 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26565
26566         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26567         window-start and hscroll to summary window.
26568
26569 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26570
26571         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26572         conversion message to newsrc-dribble when an actual conversion is
26573         performed.
26574
26575 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26576
26577         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26578
26579 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26580
26581         * mm-decode.el (mm-complicated-handles): New function reviving
26582         former definition of mm-multiple-handles.
26583
26584         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26585         (gnus-mime-delete-part): Use it.
26586
26587 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26588
26589         * gnus-agent.el (gnus-agent-read-local):
26590         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26591         avoid the implicit assumption that they will always be equal.
26592         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26593         coding-system-for-write, as the with-temp-file macro first prints
26594         to a buffer then saves the buffer.
26595
26596 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26597
26598         * gnus-art.el (gnus-article-edit-part): New function.
26599         (gnus-mime-save-part-and-strip): Use it; do query instead of
26600         signaling an error; don't use mm-multiple-handles.
26601         (gnus-mime-delete-part): Ditto.
26602
26603 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26604
26605         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26606         old file versions.
26607         (gnus-group-prepare-hook): Remove function that converted list
26608         form of gnus-agent-expire-days to group properties.
26609
26610         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26611         (gnus-request-accept-article): Re-indented.
26612
26613         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26614         converters to handle old agent file formats.  Add logic for a
26615         "backup before upgrading warning".
26616         (gnus-convert-mark-converter-prompt): Developers can mark
26617         functions as needing (default), or not needing,
26618         gnus-convert-old-newsrc's "backup before upgrading warning".
26619         (gnus-convert-converter-needs-prompt): Tests whether the user
26620         should be protected from potentially irreversable changes by the
26621         function.
26622
26623         * legacy-gnus-agent.el: New.  Provides converters that are only
26624         loaded when gnus-convert-old-newsrc needs to call them.
26625
26626 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26627
26628         * mail-source.el (mail-source-touch-pop): Doc fix.
26629
26630         * message.el (message-smtpmail-send-it): Doc fix.
26631
26632 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26633
26634         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26635
26636         * nnmail.el (nnmail-split-fancy): do.
26637
26638         * gnus-kill.el (gnus-kill, gnus-execute): do.
26639
26640 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26641
26642         * gnus-sum.el (gnus-widget-reversible-match)
26643         (gnus-widget-reversible-to-internal)
26644         (gnus-widget-reversible-to-external): New functions.
26645         (gnus-widget-reversible): New widget.
26646         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26647
26648 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26649
26650         * gnus-sum.el (gnus-thread-sort-functions)
26651         (gnus-article-sort-functions): Document `(not F)' items.
26652
26653 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26654
26655         * spam.el (spam-use-gmane-xref): Add new backend.
26656         (spam-gmane-xref-spam-group): Add variable to control the name of the
26657         Gmane spam group.
26658         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26659         (spam-regex-headers-spam, spam-regex-headers-ham)
26660         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26661         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26662         backends and checks.
26663         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26664
26665         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26666         an autodetect method.
26667
26668 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26669
26670         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26671         articles are being added to a group.
26672         (gnus-request-replace-article): Inform the agent that articles
26673         need to be uncached as the cached contents are no longer valid.
26674
26675 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26676
26677         * binhex.el: Don't autoload executable-find.
26678
26679         * canlock.el: Don't autoload mail-fetch-field.
26680
26681         * dgnushack.el: Autoload c-mode for XEmacs.
26682
26683         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26684
26685         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26686         rmail-dont-reply-to and rmail-output.
26687
26688         * gnus-score.el: Don't autoload ffap-string-at-point.
26689
26690         * gnus-setup.el: Don't autoload sc-cite-original.
26691
26692         * imap.el: Don't autoload base64-decode-string,
26693         base64-encode-string and md5.
26694
26695         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26696         and rmail-msg-restore-non-pruned-header.
26697
26698         * mm-decode.el: Don't autoload executable-find.
26699
26700         * mm-url.el: Don't autoload executable-find.
26701
26702         * mm-view.el: Don't autoload diff-mode.
26703
26704         * nndb.el: Don't autoload news-reply-mode, news-setup,
26705         cancel-timer and telnet.
26706
26707         * password.el: Don't autoload run-at-time for Emacs.
26708
26709         * sha1-el.el: Don't autoload executable-find.
26710
26711         * sieve-mode.el: Don't autoload c-mode.
26712
26713         * uudecode.el: Don't autoload executable-find.
26714
26715 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26716
26717         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26718         (gnus-agent-possibly-alter-active): Avoid null in numeric
26719         comparison.
26720         (gnus-agent-set-local): Refuse to save null in local object table.
26721         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26722         list of articles that will be marked as unread.
26723
26724 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26725
26726         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26727
26728 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26729
26730         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26731         language tags.
26732
26733 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26734
26735         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26736         Don't bind "obarray".
26737
26738         * gnus-sum.el (gnus-thread-sort-functions):
26739         Add `gnus-thread-sort-by-most-recent-number' and
26740         `gnus-thread-sort-by-most-recent-date'.
26741         Reported by Kai Grossjohann <kai@emptydomain.de>.
26742
26743 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26744
26745         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26746
26747 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26748
26749         * gnus-cus.el (gnus-agent-customize-category):
26750         Remove ignore-errors macro reference that required cl to be loaded at
26751         run-time.
26752
26753         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26754         single-interval range of the form (min . max).  Previously the
26755         range had to look like ((min . max)).  Likewise, return
26756         (min . max) rather than ((min . max)).
26757         (gnus-range-map): Use gnus-range-normalize to accept
26758         single-interval range.
26759
26760         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26761         the cache, but not the agent, now appear with their usual face.
26762
26763         * dgnushack.el (loaddir): New variable that is bound to the
26764         directory containing the dgnushack.el file.  Use loaddir, rather
26765         than srcdir, to update load-path.  Change lets dgnushack compile
26766         code in directories other than GNUS/lisp.
26767
26768 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26769
26770         * lpath.el: Don't bind w3m-safe-url-regexp.
26771
26772         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26773         w3m-safe-url-regexp variable buffer-local.
26774
26775         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26776
26777 2004-02-27  Simon Josefsson  <jas@extundo.com>
26778
26779         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26780         gnus-group-real-prefix.
26781         (gnus-summary-move-article): Use it, instead of
26782         gnus-group-real-prefix.
26783
26784 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26785
26786         * lpath.el: Bind w3m-safe-url-regexp.
26787
26788         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26789         w3m-safe-url-regexp variable buffer-local and set it as the value
26790         of mm-w3m-safe-url-regexp.
26791
26792         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26793
26794         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26795         parsing gnus-posting-styles when the message is not for replying.
26796
26797         * dgnushack.el: Autoload sgml-mode for XEmacs.
26798
26799         * nnrss.el (nnrss-opml-export):
26800         Use mm-set-buffer-file-coding-system instead of
26801         set-buffer-file-coding-system.
26802
26803 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26804
26805         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26806         of checkdoc.el).
26807         * nnrss.el: do.
26808         * gnus-mlspl.el: do.
26809         * gnus-ml.el: do.
26810         * gnus-srvr.el: do.
26811
26812         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26813
26814 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26815
26816         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26817         Corrections to custom-manual links.
26818
26819         * gnus-art.el (gnus-article): Ditto.
26820
26821         * mm-decode.el (mime-display, mime-security): Ditto.
26822
26823 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26824
26825         * flow-fill.el: Typo.
26826
26827 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26828
26829         * spam-wash.el: New file.
26830
26831 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26832
26833         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26834
26835 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26836
26837         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26838         to be run with new-articles as LIST1, not LIST2.
26839         (spam-registration-functions): Add spam-use-ham-copy as a nil
26840         registration backend.
26841
26842 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26843
26844         * spam-stat.el (spam-stat-washing-hook): New option.
26845         (spam-stat-buffer-words): Use it.
26846         (spam-stat-process-directory, spam-stat-test-directory):
26847         Use insert-file-contents-literally.
26848         (spam-stat-coding-system): New variable.
26849         (spam-stat-load, spam-stat-save): Use it.
26850
26851 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26852
26853         * spam-report.el (spam-report-plug-agent):
26854         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26855
26856 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26857
26858         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26859         Allow / in mailto URLs.
26860
26861 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26862
26863         * spam-report.el (spam-report-process-queue): Fix interactive use.
26864         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26865         (spam-report-unplug-agent): Doc fixes.
26866         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26867         (spam-report-agentize, spam-report-deagentize): Autoload.
26868
26869 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26870
26871         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26872
26873         * message.el (message-setup-fill-variables): Add mml tags to
26874         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26875         <ajk@iu.edu>.
26876         (message-mode): Don't modify paragraph-separate there.
26877
26878 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26879
26880         * compface.el (uncompface-use-external): Default to undecided.
26881         (uncompface-use-external-threshold): New variable.
26882         (uncompface-float-time): New macro.
26883         (uncompface): Determine whether to use the external decoder if
26884         uncompface-use-external is undecided.
26885
26886 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26887
26888         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26889         after images.
26890
26891         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26892
26893 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26894
26895         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26896
26897         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26898
26899         * gnus-sum.el (gnus-summary-limit-to-age)
26900         (gnus-summary-limit-children): do.
26901
26902         * gnus-int.el (gnus-request-scan): do.
26903
26904         * gnus-group.el (gnus-group-suspend): do.
26905
26906         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26907
26908         * gnus-cite.el (gnus-cite-parse-attributions): do.
26909
26910         * gnus-agent.el (gnus-summary-set-agent-mark)
26911         (gnus-agent-regenerate-group): do.
26912
26913         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26914
26915         * binhex.el (binhex-decode-region-internal): do.
26916
26917 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26918
26919         * gnus-fun.el (gnus-face-properties-alist): New user option.
26920         (gnus-display-x-face-in-from): Use it.
26921
26922         * gnus-art.el (article-display-face): Ditto.
26923
26924         * compface.el (uncompface-use-external): Default to nil.
26925
26926 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26927
26928         * nntp.el (nntp-erase-buffer): New function.
26929         (nntp-retrieve-data, nntp-send-command)
26930         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26931         (nntp-possibly-change-group): Use it.
26932
26933         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26934         Use with-current-buffer.
26935
26936 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26937
26938         * compface.el: Merge the ELisp-based uncompface program.
26939         (compface): New customization group.
26940         (uncompface-use-external): New user option.
26941         (uncompface): Call uncompface-internal if uncompface-use-external
26942         is nil.
26943         (uncompface-internal): New function.  Note that there are also
26944         some other functions and variables added for this function.
26945
26946 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26947
26948         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26949         if necessary.
26950
26951 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26952
26953         * spam-report.el (spam-report-unplug-agent)
26954         (spam-report-plug-agent, spam-report-deagentize)
26955         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26956         Add support for the Agent in spam-report: when unplugged, report to a
26957         file; when plugged, submit all the requests.
26958
26959         * spam.el (spam-register-routine): Fix message about
26960         registration.
26961
26962 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26963
26964         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26965         dependencies.
26966         (rfc2047-encode): Use it.
26967
26968         * gnus-art.el (gnus-button-marker-list): Move before first
26969         reference.
26970
26971         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26972         (imap-parse-body): Fix format string mismatch.
26973
26974         * gnus-score.el (gnus-summary-increase-score): do.
26975
26976         * nnrss.el (nnrss-close): New function.
26977
26978 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26979
26980         * nnrss.el (nnrss-make-filename): New function.
26981         (nnrss-request-delete-group, nnrss-read-server-data)
26982         (nnrss-save-server-data, nnrss-read-group-data)
26983         (nnrss-save-group-data): Use it.
26984         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26985         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26986         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26987
26988 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26989
26990         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26991
26992 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26993
26994         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26995         files.
26996
26997         * message.el (message-generate-headers-first): Don't quote nil
26998         and t in docstrings.
26999
27000         * imap.el (imap-id): do.
27001
27002         * gnus-agent.el (gnus-agent-consider-all-articles)
27003         (gnus-agent-queue-mail): do.
27004
27005 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27006
27007         * spam-report.el (spam-report-process-queue): New function.
27008         Process requests from `spam-report-requests-file'.
27009         (spam-report-process-queue): Doc fix.
27010
27011 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27012
27013         * spam.el (spam-register-routine)
27014         (spam-log-processing-to-registry, spam-log-registered-p)
27015         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27016         Change "check" to "spam-check" for semi-clarity.
27017
27018 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27019
27020         * pop3.el: Require nnheader.
27021
27022         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27023
27024         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27025
27026         * gnus-picon.el: Require cl.
27027
27028         * gnus-fun.el: Require gnus-ems and gnus-util.
27029
27030         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27031
27032         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27033
27034         * gnus-art.el (gnus-article-edit-mode): Define before first
27035         reference.
27036
27037 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27038
27039         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27040         (gnus-uu-post-encoded): Use point-at-bol.
27041
27042         * gnus-topic.el (gnus-group-active-topic-p): do.
27043
27044         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27045
27046         * gnus-group.el (gnus-group-kill-region): do.
27047
27048         * gnus-art.el (article-date-ut): do.
27049
27050         * message.el (message-fetch-field): Remove redundant
27051         case-fold-search binding.
27052         (message-narrow-to-field): Simplify.
27053
27054 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27055
27056         * spam.el (spam-directory): Derive from `gnus-directory'.
27057
27058         * spam-report.el (spam-report-url-to-file)
27059         (spam-report-requests-file): New function and variable for offline
27060         reporting.
27061         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27062         and user defined function.
27063         (spam-report-url-ping-mm-url): Remove doubled slash.
27064
27065 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27066
27067         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27068
27069 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27070
27071         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27072         Fix format string mismatch.
27073
27074         * sieve.el (sieve-deactivate-all): do.
27075
27076         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27077
27078         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27079
27080         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27081
27082         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27083
27084 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27085
27086         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27087         the list of checks.
27088
27089 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27090
27091         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27092         padding.
27093
27094 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27095
27096         * mm-view.el (mm-fill-flowed): New variable.
27097         (mm-inline-text): Use it.
27098
27099 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27100
27101         * spam.el (spam-spamassassin-register-ham-routine)
27102         (spam-spamassassin-register-spam-routine): Fix function names.
27103
27104 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27105
27106         * gnus.el (gnus-tmp-grouplens): Remove.
27107         (gnus-summary-line-format): Remove grouplens.
27108
27109         * gnus-group.el (gnus-group-line-format): Ditto.
27110
27111         * gnus-spec.el (gnus-format-specs): Ditto.
27112         (gnus-update-format-specifications): Flush the group format spec
27113         cache if there's the grouplens stuff.
27114         (gnus-parse-simple-format): Replace %l with the empty string.
27115
27116 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27117
27118         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27119         omission.
27120
27121 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27122
27123         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27124         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27125
27126 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27127
27128         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27129         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27130         New macros and functions.
27131         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27132         Handle > NLINK_MAX messages.
27133         * nnmaildir.el (nnmaildir-request-set-mark):
27134         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27135
27136 2004-01-25  Alex Schroeder  <alex@gnu.org>
27137
27138         * spam-stat.el (spam-stat-process-directory-age): New option.
27139         (spam-stat-process-directory): Use it.
27140
27141 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27142
27143         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27144         (spam-stat-save): Accept prefix argument.
27145
27146 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27147
27148         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27149         links" error.
27150
27151 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27152
27153         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27154         the rest of the and/or forms.
27155
27156 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27157
27158         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27159         compatibility with old .newsrc.eld files.
27160
27161         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27162
27163         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27164
27165         * gnus-start.el (gnus-1): do.
27166
27167         * gnus-group.el (gnus-group-line-format-alist): do.
27168
27169         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27170
27171         * gnus-gl.el: Remove.
27172
27173 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27174
27175         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27176         marks consisting of a single range {for example, (3 . 5)} rather
27177         than a list of a single range { ((3 . 5)) }.
27178
27179 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27180
27181         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27182         Use with-current-buffer.
27183         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27184         avoid consing a string.
27185
27186         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27187         Remove obsolete entries for big5 and gb2312.
27188
27189 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27190
27191         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27192         uncompressed list.
27193
27194 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27195
27196         * spam-stat.el (spam-stat-strip-xref): New function.
27197         (spam-stat-process-directory): Use it.
27198
27199         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27200         here -- it's done in message-fetch-field.
27201
27202 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27203
27204         * gnus-agent.el (gnus-agent-queue-mail)
27205         (gnus-agent-prompt-send-queue): New variables.
27206         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27207         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27208         "nndraft:queue" along to gnus-draft-send.
27209         Use gnus-agent-prompt-send-queue.
27210         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27211         is "nndraft:queue".  Suggested by Gaute Strokkenes
27212         <gs234@srcf.ucam.org>
27213
27214         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27215         (agent-enable-undownloaded-faces): Add.
27216         (gnus-agent-cat-groups): Use eval-and-compile, not
27217         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27218         method of gnus-agent-cat-groups even when the buffer has been
27219         evaled.
27220         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27221         delete gnus-agent-save-active-1.
27222         (gnus-agent-save-groups): Delete.  Identical to
27223         gnus-agent-save-active.
27224         (gnus-agent-write-active): No longer adjust agent's copy of active
27225         file as agent's adjustments are now stored in their own
27226         file.  Remove optional parameter.
27227         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27228         servers.  Add use of min/max range limits from server's local
27229         file.
27230         (gnus-agent-save-alist): Remove unused optional argument.
27231         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27232         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27233         (gnus-agent-set-local): A per-server file that keeps min/max range
27234         limits for articles known to the agent.  Provides a fast mechanism
27235         for altering many active ranges.
27236         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27237         active file (local makes it unnecessary).
27238         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27239
27240         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27241         (agent-enable-undownloaded-faces): Add.
27242
27243         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27244         disable it when sending to "nndraft:queue".
27245         (gnus-group-send-queue): Add safety check to avoid sending queue
27246         when unplugged.
27247
27248         * gnus-group.el (gnus-group-catchup): Use new
27249         gnus-sequence-of-unread-articles, not
27250         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27251         numbers of articles.  Use gnus-range-map to avoid having to
27252         uncompress the unread list.
27253         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27254         Fix invalid ange-ftp reference.
27255
27256         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27257         (gnus-sorted-range-intersection): Intersection of two ranges
27258         without requiring that they first be uncompressed.
27259
27260         * gnus-start.el (gnus-activate-group): Unless blocked by the
27261         caller, possibly expand the active range to include both cached
27262         and agentized articles.
27263         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27264         multiple version-dependent converters.
27265         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27266         gnus-agent-save-active.
27267         (gnus-save-newsrc-file): Save dirty agent range limits.
27268
27269         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27270         gnus-agent-possibly-alter-active.
27271         (gnus-adjust-marked-articles): Faster handling of simple lists.
27272
27273 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27274
27275         * spam-stat.el (spam-stat-test-directory): New optional argument
27276         displays a list of files detected.  Suggested by Andrew Cohen
27277         <cohen@andy.bu.edu>.
27278         (spam-stat-buffer-words-with-scores): Don't narrow and change
27279         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27280
27281 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27282
27283         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27284         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27285         (spam-spamassassin-arguments)
27286         (spam-spamassassin-spam-flag-header)
27287         (spam-spamassassin-positive-spam-flag-header)
27288         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27289         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27290         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27291         (spam-list-of-processors, spam-list-of-checks)
27292         (spam-list-of-statistical-checks, spam-registration-functions)
27293         (spam-check-spamassassin-headers, spam-check-spamassassin)
27294         (spam-spamassassin-score)
27295         (spam-spamassassin-register-with-sa-learn)
27296         (spam-spamassassin-register-spam-routine)
27297         (spam-spamassassin-register-ham-routine)
27298         (spam-assassin-register-spam-routine)
27299         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27300         (spam-bogofilter-score): Fix to show article before scoring.
27301
27302 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27303
27304         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27305         default scoring function.
27306         (spam-generic-score): Call spam-spamassassin-score if
27307         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27308         spam-bogofilter-score otherwise.
27309
27310         * gnus.el (spam-process, spam-autodetect-methods):
27311         Add spamassassin and spamassassin-headers.
27312
27313 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27314
27315         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27316         Suppress unnecessary messages.
27317
27318 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27319
27320         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27321         make-hash-table.
27322
27323 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27324
27325         * canlock.el (base64-encode-string): Don't autoload it.
27326
27327 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27328
27329         * run-at-time.el: Remove useless (require 'itimer),
27330         eval-and-compile and (featurep 'xemacs).
27331
27332 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27333
27334         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27335         GROUP is a virtual group.
27336
27337 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27338
27339         * gnus.el: Autoload `message-y-or-n-p'.
27340
27341 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27342
27343         * pgg-parse.el: Remove unnecessary (require 'custom).
27344
27345         * pgg-def.el: do.
27346
27347         * nnmail.el: do.
27348
27349         * gnus-undo.el: do.
27350
27351         * gnus-picon.el: do.
27352
27353         * gnus-util.el: do.
27354
27355 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27356
27357         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27358
27359 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27360
27361         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27362         handle, as well as a list.
27363
27364         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27365         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27366         (mm-w3m-cid-retrieve): Simplify.
27367
27368 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27369
27370         * message.el (message-kill-to-signature): Allow prefix arg to
27371         specify number of lines to keep before signature.
27372
27373 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27374
27375         * message.el (message-kill-to-signature): Change docstring.
27376
27377 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27378
27379         * canlock.el: Always require sha1-el.
27380         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27381
27382         * message.el: Autoload sha1 only when compiling.
27383
27384         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27385         eudc-expand-inline for XEmacs.
27386
27387 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27388
27389         * message.el (message-canlock-generate): Require sha1-el.
27390
27391 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27392
27393         * message.el (message-expand-name): Silence the byte compiler.
27394
27395         * lpath.el: Add detect-coding-system.
27396
27397         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27398         cus-edit.
27399
27400 2004-01-13  Simon Josefsson  <jas@extundo.com>
27401
27402         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27403         Invoke gnus-score-mode.
27404         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27405
27406         * gnus-range.el (gnus-compress-sequence): Doc fix.
27407         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27408
27409 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27410
27411         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27412
27413 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27414
27415         * spam.el (spam-get-article-as-string): Update to use
27416         gnus-request-article-this-buffer, much simpler.
27417         (spam-get-article-as-buffer): Remove.
27418
27419 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27420
27421         * message.el (message-expand-name): Use EUDC if the user uses that.
27422
27423 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27424
27425         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27426         character for the encoding to avoid consing a string.
27427
27428         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27429         unnecessarily.
27430
27431         * mm-util.el (mm-replace-chars-in-string): Remove.
27432
27433         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27434         of mm-replace-chars-in-string.
27435
27436 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27437
27438         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27439
27440         * mm-util.el (mm-subst-char-in-string): Support inplace.
27441
27442         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27443         a new string in every iteration.  Use shy groups.
27444
27445 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27446
27447         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27448         * gnus-soup.el (gnus-soup-group-brew):
27449         * gnus-msg.el (gnus-put-message):
27450         * gnus-move.el (gnus-group-move-group-to-server):
27451         * gnus-kill.el (gnus-batch-score):
27452         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27453         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27454         (gnus-group-update-group, gnus-group-read-group)
27455         (gnus-group-make-group, gnus-group-make-help-group)
27456         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27457         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27458         (gnus-group-sort-by-unread, gnus-group-catchup)
27459         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27460         (gnus-group-yank-group, gnus-group-set-info)
27461         (gnus-group-list-groups):
27462         * gnus.el (gnus-generate-new-group-name):
27463         * gnus-delay.el (gnus-delay-send-queue):
27464         * nnvirtual.el (nnvirtual-catchup-group):
27465         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27466         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27467         (gnus-group-prepare-topics, gnus-topic-check-topology):
27468         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27469         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27470         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27471         (gnus-group-make-articles-read):
27472         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27473         (gnus-group-change-level, gnus-kill-newsgroup)
27474         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27475         (gnus-get-unread-articles, gnus-make-articles-unread)
27476         (gnus-make-ascending-articles-unread): Use accessor
27477         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27478         to get group information for improved readability.
27479
27480
27481 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27482
27483         * gnus-art.el (article-decode-mime-words, article-babel)
27484         (gnus-article-highlight-signature, gnus-article-add-buttons)
27485         (gnus-signature-toggle): Use gnus-with-article-buffer.
27486
27487         * gnus-art.el (gnus-article-highlight-headers)
27488         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27489
27490         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27491         (gnus-article-set-globals, gnus-request-article-this-buffer)
27492         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27493         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27494         (gnus-mime-display-alternative): Use with-current-buffer.
27495
27496 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27497
27498         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27499         also under 80 char limit, and call gnus-error if needed.
27500         (spam-fetch-article-header): Fix - it was a
27501         buffer-local variable (gnus-newsgroup-data).
27502         (spam-find-spam): Use spam-generate-fake-headers, forget about
27503         spam-insert-fake-headers.
27504         (spam-insert-fake-headers): Remove.
27505
27506 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27507
27508         * deuglify.el (gnus-article-outlook-unwrap-lines)
27509         (gnus-outlook-rearrange-article)
27510         (gnus-outlook-repair-attribution-outlook)
27511         (gnus-outlook-repair-attribution-block)
27512         (gnus-outlook-repair-attribution-other): Remove redundant
27513         save-excursion.
27514
27515 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27516
27517         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27518         (spam-fetch-field-subject-fast)
27519         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27520         (spam-fetch-article-header): Add functions to deal with Gnus
27521         internals for fast retrieval of article header data.
27522         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27523
27524 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27525
27526         * pop3.el (pop3-md5): Remove.
27527         (pop3-apop): Replace pop3-md5 with md5.
27528
27529         * mm-bodies.el: base64 is always built-in.
27530
27531         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27532         Use with-current-buffer.
27533
27534 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27535
27536         * canlock.el (canlock-insert-header): Remove excessive grouping in
27537         regexp.
27538
27539         * gnus-sum.el (gnus-summary-read-document): Ditto.
27540
27541         * gnus-uu.el (gnus-uu-part-number): Ditto.
27542
27543         * html2text.el (html2text-remove-tags): Ditto.
27544         (html2text-format-tags): Ditto.
27545         (html2text-format-single-elements): Ditto.
27546
27547         * mml.el (mml-parse-1): Ditto.
27548
27549 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27550
27551         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27552
27553         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27554
27555         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27556
27557         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27558
27559 2003-11-15  Simon Josefsson  <jas@extundo.com>
27560
27561         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27562         (pgg-gpg-lookup-key): Use regexp match instead of
27563         split-string (split-string is different between emacs 21.2 and
27564         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27565
27566 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27567
27568         * gnus-art.el (gnus-mime-view-all-parts)
27569         (gnus-article-part-wrapper, gnus-article-view-part):
27570         Use with-current-buffer.
27571
27572 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27573
27574         * spam.el (spam-disable-spam-split-during-ham-respool)
27575         (spam-spamoracle-database, spam-cache-lookups)
27576         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27577         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27578         (spam-group-ham-marks, spam-group-spam-marks)
27579         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27580         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27581         also add spam-use-blackholes to the statistical checks.
27582         (spam-fetch-field-fast): Add interface to fetching fields, may
27583         become a macro.
27584         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27585         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27586         (spam-insert-fake-headers): Fake an article when needed.
27587         (spam-find-spam): Fake article when possible.
27588         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27589         (spam-check-bogofilter-headers): Use message-fetch-field instead
27590         of nnmail-fetch-field.
27591
27592 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27593
27594         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27595
27596 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27597
27598         * spam.el (spam-split): Do not require spam-use-CHECK to be
27599         enabled if that check is passed to spam-split explicitly; also
27600         fix so 'spam doesn't get converted to spam-split-group when
27601         spam-split-symbolic-return is t.
27602         (spam-find-spam): Find registrations of the article and use those
27603         instead of re-running spam-split to find the spam/ham
27604         classification of the article.
27605         (spam-log-processing-to-registry, spam-log-registered-p)
27606         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27607         Use gnus-error instead of gnus-message.
27608         (spam-log-registration-type): Add function to determine the
27609         classification of a message based on registry entries; will
27610         return nil if both 'spam and 'ham are found.
27611         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27612         a reasonably fast local cache without the loading errors.
27613         (spam-cache-lookups): Set to t by default.
27614         (spam-find-spam): Don't try to guess spam-cache-lookups.
27615         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27616         spam-caches entry.
27617         (spam-filelist-build-cache, spam-filelist-check-cache):
27618         Fix caching of whitelist/blacklist entries.
27619         (spam-check-whitelist, spam-check-blacklist):
27620         Invoke spam-from-listed-p with a type, not a cache variable.
27621         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27622
27623 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27624
27625         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27626
27627         * nnmail.el (nnmail-split-fancy): do.
27628
27629         * mml.el (mml-parse): do.
27630
27631         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27632         (gnus-score-adaptive): do.
27633
27634 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27635
27636         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27637         (gnus-mime-button-map): Don't set keymap parent.
27638         (gnus-button-ctan-directory-regexp): Use shy grouping.
27639         (gnus-prev-page-map): Don't set keymap parent.
27640         (gnus-prev-page-map): Remove duplicated one.
27641         (gnus-next-page-map): Don't set keymap parent.
27642         (gnus-mime-security-button-map): Ditto.
27643
27644         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27645         version number.
27646
27647         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27648
27649 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27650
27651         * canlock.el (canlock-sha1-function): Remove.
27652         (canlock-sha1-function-for-verify): Remove.
27653         (canlock-openssl-program): Remove.
27654         (canlock-openssl-args): Remove.
27655         (canlock-ignore-errors): Remove.
27656         (canlock-sha1-with-openssl): Remove.
27657         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27658         (canlock-verify): Don't use canlock-ignore-errors.
27659
27660         * sha1-el.el (sha1-string-external): Make it can return a string
27661         in binary form.
27662         (sha1-region-external): Ditto.
27663         (sha1-string-internal): Ditto.
27664         (sha1-region-internal): Ditto.
27665         (sha1-region): Ditto.
27666         (sha1-string): Ditto.
27667         (sha1): Ditto.
27668
27669 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27670
27671         * spam.el (spam-report-articles-gmane): New command.
27672
27673 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27674
27675         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27676
27677         * run-at-time.el (run-at-time-saved): Remove.
27678         (run-at-time): Doc fix.
27679
27680 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27681
27682         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27683         (gnus-summary-limit-map): Add it.
27684         (gnus-summary-make-menu-bar): do.
27685
27686 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27687
27688         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27689         Make attempt at some caching support (done for BBDB only now).
27690         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27691         addresses to be checked.
27692         (spam-clear-cache-BBDB): Add function, to be invoked by
27693         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27694         (spam-check-BBDB): Check and use the caches, if
27695         spam-cache-lookups is on, remove superfluous (provide).
27696
27697 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27698
27699         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27700
27701 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27702
27703         * run-at-time.el (run-at-time-saved): Move to after the definition
27704         of `run-at-time'.
27705
27706         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27707
27708 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27709
27710         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27711         mm-w3m-local-map-property.
27712
27713         * mm-view.el (mm-w3m-mode-map): Remove.
27714         (mm-w3m-local-map-property): Remove.
27715         (mm-inline-text-html-render-with-w3m): Don't use
27716         mm-w3m-local-map-property.
27717
27718 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27719
27720         * run-at-time.el: New file.
27721
27722         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27723         under Emacs.
27724
27725         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27726         of gnus-set-text-properties.
27727
27728         * gnus-uu.el (gnus-uu-save-article): Ditto.
27729
27730         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27731
27732         * gnus-cite.el (gnus-cite-parse): Ditto.
27733
27734         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27735         of gnus-.
27736
27737         * gnus-xmas.el (run-at-time): Require run-at-time.
27738
27739         * gnus.el: Change calls to nnheader-run-at-time and
27740         password-run-at-time throughout to use run-at-time directly.
27741
27742         * password.el: Remove definition of run-at-time.
27743
27744         * nnheaderxm.el: Remove definition of run-at-time.
27745
27746 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27747
27748         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27749         in prompt.
27750
27751 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27752
27753         * messagexmas.el (message-xmas-redefine): Alias
27754         `message-make-caesar-translation-table' to
27755         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27756         version.
27757
27758         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27759         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27760         `gnus-xmas-set-text-properties'.
27761         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27762         `gnus-xmas-completing-read'.
27763         (gnus-xmas-completing-read): Removed.
27764         (gnus-xmas-open-network-stream): Removed.
27765
27766         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27767         XEmacs version.
27768
27769         * dns.el (dns-make-network-process): Use `open-network-stream'
27770         instead of `gnus-xmas-open-network-stream'.
27771
27772         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27773
27774         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27775
27776 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27777
27778         * gnus-art.el (gnus-mime-display-alternative)
27779         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27780         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27781         Don't use gnus-local-map-property.
27782
27783         * gnus-util.el (gnus-local-map-property): Remove.
27784
27785         * mm-view.el (mm-view-pkcs7-decrypt):
27786         Replace gnus-completing-read-maybe-default with completing-read.
27787
27788         * gnus-util.el (gnus-completing-read): do.
27789         (gnus-completing-read-maybe-default): Remove.
27790
27791 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27792
27793         * password.el: Only autoload `run-at-time' if not XEmacs.
27794         Only autoload the itimer functions if XEmacs.
27795
27796 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27797
27798         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27799         XEmacsen.
27800
27801         * dgnushack.el: Autoload executable-find for XEmacs.
27802
27803 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27804
27805         * gnus-art.el (gnus-read-string): Remove.
27806         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27807         read-string.
27808
27809 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27810
27811         * netrc.el: Autoload password-read.
27812         (netrc): Add configuration group.
27813         (netrc-encoding-method, netrc-openssl-path):
27814         Add variables for encoding and decoding of files with symmetric
27815         ciphers.
27816         (netrc-encode): Add assistant function to encode a file with
27817         netrc-encoding-method.
27818         (netrc-parse): Add interactive parameter, added optional
27819         decoding if netrc-encoding-method is non-nil but otherwise
27820         behavior is standard.
27821         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27822         Do s/encode/encrypt/ everywhere.
27823
27824         * spam.el: Remove executable-find autoload.
27825
27826 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27827
27828         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27829
27830         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27831
27832 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27833
27834         * gnus-art.el (gnus-treat-ansi-sequences)
27835         (article-treat-ansi-sequences): New variable and function.
27836         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27837
27838         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27839         Use it.
27840
27841 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27842
27843         * mm-util.el (mm-quote-arg): Remove.
27844
27845         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27846         shell-quote-argument.
27847
27848         * gnus-uu.el (gnus-uu-command): do.
27849
27850         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27851
27852         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27853         with make-char.
27854
27855         * mm-util.el (mm-make-char): Remove.
27856
27857         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27858         add-minor-mode.
27859
27860         * gnus-undo.el (gnus-undo-mode): do.
27861
27862         * gnus-topic.el (gnus-topic-mode): do.
27863
27864         * gnus-sum.el (gnus-dead-summary-mode): do.
27865
27866         * gnus-start.el (gnus-slave-mode): do.
27867
27868         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27869
27870         * gnus-ml.el (gnus-mailing-list-mode): do.
27871
27872         * gnus-gl.el (gnus-grouplens-mode): do.
27873
27874         * gnus-draft.el (gnus-draft-mode): do.
27875
27876         * gnus-dired.el (gnus-dired-mode): do.
27877
27878         * gnus-ems.el (gnus-add-minor-mode): Remove.
27879
27880         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27881         Replace gnus-char-width with char-width.
27882
27883         * gnus-ems.el (gnus-char-width): Remove.
27884
27885         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27886         Replace gnus-char-width with char-width.
27887
27888         * gnus-ems.el (gnus-char-width): Remove.
27889
27890         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27891         definition.
27892         Remove Emacs 20 hash table compatibility code.
27893
27894         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27895         20 compatibility code.
27896
27897         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27898
27899         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27900
27901         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27902         Replace with point-at-{eol,bol}.
27903
27904         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27905
27906         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27907
27908         * flow-fill.el (fill-flowed-point-at-bol)
27909         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27910
27911         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27912         Replace with point-at-{eol,bol} throughout all files.
27913
27914 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27915
27916         * ntlm.el (ntlm-string-as-unibyte): New macro.
27917         (ntlm-build-auth-response): Use it.
27918
27919         Remove Emacs 20 stuff:
27920         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27921         (butlast, mapc, remove): Remove the compiler macros.
27922         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27923         of delq and copy-sequence.
27924         * gnus-art.el (popup-menu): Remove the compiler macro.
27925         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27926         Emacs 20.
27927
27928 2004-01-05  Simon Josefsson  <jas@extundo.com>
27929
27930         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27931         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27932         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27933         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27934         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27935         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27936         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27937         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27938         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27939         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27940         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27941         string-xor into ntlm-string-xor.
27942         Suggested by Jesper Harder <harder@myrealbox.com>.
27943
27944         * ntlm.el: Don't include poem.
27945
27946         * md4.el (print-int32, print-string-hexa): Remove.
27947         Suggested by Jesper Harder <harder@myrealbox.com>.
27948
27949         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27950
27951         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27952         probably breaks emacs with DL patch, but do we care? Is anyone
27953         still using the DL stuff?)
27954
27955         * sieve-manage.el: Use the password package.
27956         (sieve-manage-read-passwd): Remove.
27957         (sieve-manage-interactive-login): Use password.  Re-add
27958         condition-case around loop.
27959
27960         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27961         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27962         Use the password package.
27963
27964 2003-02-19  Simon Josefsson  <jas@extundo.com>
27965
27966         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27967         token.
27968
27969 2002-08-07  Simon Josefsson  <jas@extundo.com>
27970
27971         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27972         (sieve-manage-authenticators)
27973         (sieve-manage-authenticator-alist): Add some SASL mechs.
27974         (sieve-sasl-auth): New function.
27975         (sieve-manage-cram-md5-auth)
27976         (sieve-manage-plain-auth): Rewrite using SASL library.
27977         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27978         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27979         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27980         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27981
27982 2004-01-05  Simon Josefsson  <jas@extundo.com>
27983
27984         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27985         New files.
27986
27987 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27988
27989         * gnus-group.el (gnus-no-groups-message): Update.
27990
27991         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27992
27993 2003-11-09  Simon Josefsson  <jas@extundo.com>
27994
27995         * imap.el: Support for ID IMAP extension (RFC 2971).
27996         (imap-local-variables): Add imap-id.
27997         (imap-id): New variable.
27998         (imap-id): New function.
27999         (imap-parse-response): Parse untagged ID response.
28000         * nnimap.el (nnimap-id): New variable.
28001         (nnimap-open-connection): Use it.
28002
28003 2003-12-28  Simon Josefsson  <jas@extundo.com>
28004
28005         * gnus-score.el (gnus-score-edit-all-score): New.
28006         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28007
28008 2004-01-04  Simon Josefsson  <jas@extundo.com>
28009
28010         * password.el: Add.
28011
28012 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28013
28014         * dns.el (dns-query-types): Fix typo.
28015         (dns-query-types): New function.
28016         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28017         PTR and SOA replies, see RFC 1035.
28018
28019 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28020
28021         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28022
28023         * Move to Changelog.2.
28024
28025 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28026
28027         * gnus.el (gnus-version-number): Bump version.
28028
28029 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28030
28031         * gnus.el: No Gnus v0.1 is released.
28032
28033 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28034
28035         * gnus.el: No Gnus v0.0 is released.
28036
28037 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28038
28039         * gnus.el (gnus-version-number): Bump.
28040         (gnus-version): No.
28041
28042 See ChangeLog.2 for earlier changes.
28043
28044   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28045
28046   This file is part of GNU Emacs.
28047
28048   GNU Emacs is free software: you can redistribute it and/or modify
28049   it under the terms of the GNU General Public License as published by
28050   the Free Software Foundation, either version 3 of the License, or
28051   (at your option) any later version.
28052
28053   GNU Emacs is distributed in the hope that it will be useful,
28054   but WITHOUT ANY WARRANTY; without even the implied warranty of
28055   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28056   GNU General Public License for more details.
28057
28058   You should have received a copy of the GNU General Public License
28059   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28060
28061 ;; Local Variables:
28062 ;; coding: utf-8
28063 ;; fill-column: 79
28064 ;; add-log-time-zone-rule: t
28065 ;; End: