Buffer-local warning fix
[gnus] / lisp / ChangeLog
1 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
4         that we don't get a warning when setting the buffer-local variable
5         (bug#19573).
6
7         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
8         `gnus-request-group'.
9
10 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * gnus-art.el (gnus-article-browse-html-save-cid-content)
13         (gnus-article-browse-html-parts): Make cid file names relative if and
14         only if html doesn't specify <base> directory.
15
16 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
19         parts, because that breaks filling (since buttons are in a bold face).
20
21 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
24         use gnus-overlays-at and gnus-overlay-put.
25
26 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
27
28         * mm-decode.el (mm-shr): Only pass the fill column when not using
29         fonts, because limiting the width to what's appropriate for followups
30         doesn't really help when not using proportional fonts.
31
32 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
33
34         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
35         shr, beacause that breaks folding.
36         (mm-shr): Don't shorten the width when using fonts.
37
38 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
39
40         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
41         variable; always check the newrc timestamp.
42         (gnus-save-newsrc-file): Always check timestamp.
43
44 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
45
46         * mail-source.el (mail-source-call-script): If scripts exit with an
47         error, pop up an error buffer.
48
49 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
50
51         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
52         as a default.
53
54         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
55         correct server.
56
57 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
58
59         * nnimap.el (nnimap-request-group-scan): Fix the function name.
60
61         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
62
63 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
64
65         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
66         that nnimap works for non-activated backends.
67
68 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
69
70         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
71         message, since we already get an obsolescence message.  Use `declare'.
72
73 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
74
75         * nnir.el: Revert "Enable non-ASCII IMAP searches".
76
77 2015-01-30  Glenn Morris  <rgm@gnu.org>
78
79         * gnus-registry.el (gnus-registry-max-pruned-entries)
80         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
81         Fix :version.
82         (gnus-registry-default-sort-function): Improve :type.
83
84 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
85
86         * nnimap.el (nnimap-request-group): Allow running this function on
87         groups that don't exist in Gnus yet.
88         (nnimap-request-group): Revert previous patch since that made it
89         impossible to enter nnimap groups.
90
91         * message.el (message-smtpmail-send-it): Remove the mail header
92         separator before sending.
93
94 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
95
96         * nnimap.el (nnimap-find-expired-articles): Fix handling of
97         (expiry-wait . never).
98
99 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
100
101         * nnimap.el (nnimap-request-group): Clear the buffer before returning
102         the data.
103
104 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * gnus-compat.el (string-bytes): Work for XEmacs.
107
108 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
109
110         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
111
112         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
113         IMAP.
114
115 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
116
117         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
118
119         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
120
121         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
122         be added to the backlog.
123
124 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
125
126         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
127         target with a recursive make call.
128
129 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
130
131         * nnimap.el (nnimap-header-parameters): Refactor and request
132         X-GM-LABELS if it's been announced.
133         (nnimap-transform-headers): Gather and output GM-LABELS.
134
135 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
136
137         * mm-decode.el (mm-display-part): Make non-string methods work.
138         Non-string methods are funcalled and work just fine, the test was
139         bogus.
140         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
141         whole frame.
142
143 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
144
145         * nnimap.el (nnimap-request-accept-article): Allow respooling using
146         nnimap.
147
148         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
149         request rescans when being run interactively.
150
151         * nnimap.el (nnimap-request-group): Don't rescan the group here,
152         because that can be very slow in large groups.
153
154         * gnus-int.el (gnus-request-group-scan): New backend function.
155
156         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
157
158 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
159
160         * gnus-group.el (gnus-group-suspend): Close all backends.
161
162 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
163
164         * dgnushack.el (dgnushack-compile-file): New function.
165         (dgnushack-compile): Use it (bug#19514).
166
167 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
170
171 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
172
173         * registry.el: Don't use <class> as a variable.
174
175 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
176
177         system-name's returned value can vary
178         Also, the system-name variable is now obsolete.
179         Fixes Bug#19438.
180         * message.el (message-make-fqdn):
181         * nnvirtual.el (nnvirtual-retrieve-headers)
182         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
183         and avoid naming locals 'system-name'.
184
185 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
186
187         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
188         lines don't get overlong when responding.
189
190 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * registry.el (cl-remf, cl-loop, cl-subseq):
193         Alias to remf, loop, and subseq respectively for old Emacsen.
194
195 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
196
197         * gnus-group.el (gnus-read-ephemeral-bug-group):
198         Bind coding-system-for-read and coding-system-for-write only around
199         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
200
201 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
202
203         * registry.el (registry-db): Set default slot later.
204         This is because its value is not a literal integer.
205
206 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
207
208         * registry.el (registry-db): Fix default registry-db max-size.
209
210 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
211
212         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
213         add warning.
214
215         * gnus-art.el: Fix up compiler warnings.
216         (article-display-face, article-display-x-face): Remove unused `face'.
217         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
218         (article-date-ut): Remove unused var `first'.
219         (gnus-article-prepare): Remove unused var `gnus-article'.
220         (gnus-mime-save-part-and-strip): Remove unused var `param'.
221         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
222         `coding-system' along with corresponding dead code.
223         (gnus-mime-view-part-externally): Remove unused var
224         `mm-user-display-methods'.
225         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
226         (gnus-display-mime): Remove unused var `handle'.
227         (gnus-mime-display-alternative): Remove unused var `props'.
228         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
229         (gnus-article-edit-done): Remove unused var `p'.
230         (gnus-url-mailto): Remove unused var `to'.
231         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
232         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
233
234 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
235
236         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
237         slots into a :max-size slot.
238         (registry-db-version): Add new variable for database version number.
239         (registry-prune): Use :max-size slot. Accept and use a sort-function
240         argument.
241         (registry-collect-prune-candidates): Add new function for finding
242         non-precious pruning candidates.
243         (registry-prune-hard-candidates, registry-prune-soft-candidates):
244         Remove obsolete functions.
245         (initialize-instance): Upgrade registry version when starting.
246
247         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
248         (gnus-registry-max-pruned-entries): Remove obsolete variable.
249         (gnus-registry-cache-file): Change default
250         filename extension to "eieio".
251         (gnus-registry-read): Add new function, split out from
252         `gnus-registry-load', that does the actual object reading.
253         (gnus-registry-load): Use it. Add condition case handler to check for
254         old filename extension and rename to the new one.
255         (gnus-registry-default-sort-function): New variable to specify a sort
256         function to use when pruning.
257         (gnus-registry-save, gnus-registry-insert): Use it.
258         (gnus-registry-sort-by-creation-time): Define a default sort function.
259
260         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
261         Adjust test for new object signature.
262         (gnustest-registry-pruning-test): Add new pruning test.
263         (gnustest-registry-sort-function): Default sort function for testing.
264         (gnustest-registry-pruning-sort-test): New test for sorting.
265
266 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
269         function for reuse.
270         (gnus-mime-buttonize-attachments-in-header): Adjust.
271
272 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * message.el (message-change-subject): Really check whether the subject
275         changed.
276
277 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
280         PDFs.
281         (mailcap-view-mime): New function.
282
283 2014-12-01  Glenn Morris  <rgm@gnu.org>
284
285         * gnus-cloud.el (gnus-cloud): Add :version tag.
286
287 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * gnus-art.el (gnus-use-idna):
290         * gnus-sum.el (gnus-summary-idna-message):
291         * message.el (message-use-idna):
292         Protect against nil value for idna-program.
293
294         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
295
296 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
297
298         * auth-source.el (auth-source-macos-keychain-search-items): Return
299         result of `auth-source-macos-keychain-result-append' (bug#19074).
300
301 2014-11-25  Glenn Morris  <rgm@gnu.org>
302
303         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
304         Add :version tag.
305
306 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * pop3.el (pop3-open-server): Warn unless encrypted.
309
310         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
311
312 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
313
314         Port new time stamp handling to Emacs 23.2.
315         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
316         * time-date.el (time-add, time-subtract, time-less-p):
317         Use eval-and-compile, not eval-when-compile.
318
319 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
320
321         * message.el (message-valid-fqdn-regexp): Add non-internaional new
322         TLDs.
323
324 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
325
326         Port new time stamp handling to old Emacs and to XEmacs.
327         This is needed for Gnus, which copies time-date.el and which
328         runs on older Emacs implementations.
329         * time-date.el (with-decoded-time-value):
330         Handle 'nil' and floating-point arg more compatibly with new Emacs.
331         (encode-time-value, with-decoded-time-value):
332         Obsolete only if new Emacs.
333         (time-add, time-subtract, time-less-p): Define if not new Emacs.
334
335         Improve time stamp handling, and be more consistent about it.
336         This implements a suggestion made in:
337         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
338         Among other things, this means timer.el no longer needs to
339         autoload the time-date module.
340         * time-date.el (seconds-to-time, days-to-time, time-since)
341         (with-decoded-time-value):
342         Treat 'nil' as current time.  This is mostly for XEmacs.
343         (encode-time-value, with-decoded-time-value): Obsolete.
344         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
345         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
346
347 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
350         discarding changes in ephemeral groups.
351
352         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
353         things the user isn't interested in.
354
355 2014-11-13  Julien Danjou  <jd@abydos>
356
357         * gnus-notifications.el (gnus-notifications-notify): Provide both
358         app-icon and image-path.
359
360 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
361
362         * mm-url.el (mm-url-encode-multipart-form-data):
363         Restore to handle "multipart/form-data" by eww.
364
365 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
366
367         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
368         Landscheidt.
369
370 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
371
372         Simplify use of current-time and friends.
373         * gnus-delay.el (gnus-delay-article):
374         * gnus-sum.el (gnus-summary-read-document):
375         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
376         * message.el (message-make-expires-date):
377         Omit unnecessary call to current-time.
378         * gnus-util.el (gnus-float-time): Simplify to an alias because
379         time-to-seconds now behaves like float-time with respect to nil arg.
380         (gnus-seconds-year): Don't call current-time twice to get the current
381         time stamp, as this can lead to inconsistent results.
382         * time-date.el (time-to-seconds) [!float-time]:
383         Use current time if arg is nil, to be compatible with float-time.
384         (time-date--day-in-year): New function, with most of the guts of
385         the old time-to-day-in-year.
386         (time-to-day-in-year): Use it.
387         (time-to-days): Use it, to avoid decoding the same time stamp twice.
388
389 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * gnus.el (gnus-mode-line-buffer-identification):
392         Don't add image data for a non-graphic display (bug#18813).
393
394 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
397         load-path, it blocks autoloading of find-image (bug#18813).
398
399 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
400
401         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
402         to keep connection open (bug#18728).
403
404 2014-10-20  Glenn Morris  <rgm@gnu.org>
405
406         * Merge in all changes up to 24.4 release.
407
408 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
409
410         * message.el (message-insert-signature): Use `newline' instead of
411         inserting explicit "\n".
412
413 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
414
415         * gnus-icalendar.el: Support vcal format timezones.
416         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
417         compute dates with associated timezone.
418         (gnus-icalendar-event-from-ical): Compute all timezones.
419
420 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
421
422         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
423         check the newsrc.eld file's timestamp before saving it.
424         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
425         timestamp has changed to be newer.
426
427 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
428
429         * gnus-icalendar.el (gnus-icalendar-identities):
430         Include message-alternative-emails.
431
432 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
435         New compatibility functions.
436         (ntlm-build-auth-response): Use them.
437
438 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
439
440         * ntlm.el (ntlm-build-auth-request):
441         Add NTLM2 Session support.  (Bug#15603)
442
443 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
444
445         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
446         expired messages only when it was built in reverse order.
447
448 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
449
450         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
451         last so it can be used in `message-send-hook'.
452
453 2014-09-29  Daiki Ueno  <ueno@gnu.org>
454
455         * mml.el (mml-parse-1): Error out if unknown mode is specified in
456         <#secure> tag (bug#18513).
457
458 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * parse-time.el: Require cl when compiling.
461
462 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         Use cl-lib as much as possible following the 2014-09-26 change
465         in the Emacs trunk.
466         * parse-time.el: Try requiring cl-lib.
467         (parse-time-incf): Alias to cl-incf or incf.
468         (digit-char-p): Remove.
469         (parse-time-integer): Alias to cl-parse-integer or the one defined.
470         (parse-integer): Rename to parse-time-integer.
471         (parse-time-tokenize, parse-time-rules, parse-time-string)
472         Use parse-time-incf and parse-time-integer.
473
474 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
475
476         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
477         of ":delete".
478
479 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-art.el (gnus-article-browse-html-save-cid-content)
482         (gnus-article-browse-html-parts):
483         Revert last change that breaks links other than cid contents.
484
485 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * gnus-art.el (gnus-article-browse-html-save-cid-content)
488         (gnus-article-browse-html-parts): Make cid file names relative.
489
490 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * mm-view.el (mm-display-inline-fontify): Make the working buffer
493         temporarily displayed when running a mode function (at least org-mode
494         requires it).
495
496 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
497
498         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
499         the gnus-summary-article-expire-hook should be told where the function
500         is going. In particular, the Gnus registry might want to know.
501
502 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
503
504         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
505
506 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * gnus-sum.el (gnus-summary-expire-articles): Revert.
509
510 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
511
512         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
513         the gnus-summary-article-expire-hook should be told where the function
514         is going. In particular, the Gnus registry might want to know.
515
516 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
517
518         Don't mishandle year-9999 dates (Bug#18176).
519         * parse-time.el (parse-time-rules):
520         Allow years up to most-positive-fixnum.
521         * time-date.el (date-to-time):
522         Pass "Specified time is not representable" errors through.
523
524 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
525
526         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
527         groups and t.
528
529 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * gnus-utils.el (gnus-recursive-directory-files):
532         Unify hard or symbolic links (bug#18063).
533
534 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
535
536         * gnus-msg.el (gnus-configure-posting-style):
537         Allow string replacements in values when matching against a header.
538
539 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
542         the dribble buffer even when it is shrunk a lot.
543         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
544
545 2014-06-26  Glenn Morris  <rgm@gnu.org>
546
547         * mm-util.el (help-function-arglist): Remove outdated declaration.
548
549 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
550
551         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
552         attribute values.  (Bug#17834)
553
554 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
555
556         * gnus-sum.el (gnus-summary-edit-article-done):
557         Prefer point-marker to copy-marker of point.
558
559 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * Makefile.in (install-el, install-el-elc): Compress .el files.
562         (uninstall): Remove compressed .el files.
563
564 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
567         (gnus-article-read-summary-keys):
568         Don't bug out when there is no article in the summary buffer.
569         (gnus-mime-buttonize-attachments-in-header):
570         Improve criterion that finds parts to display.
571
572         * gnus-art.el (gnus-mm-display-part):
573         * mm-decode.el (mm-shr):
574         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
575         (mm-insert-inline): Revert last changes.
576
577 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * gnus-art.el (gnus-mm-display-part):
580         * mm-decode.el (mm-shr):
581         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
582         (mm-insert-inline): Set insertion type of end-marker, not only
583         start-marker, of undisplayer so as to stay after inserted text.
584
585 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
586
587         * html2text.el (html2text-get-attr): Fix typo when splitting value from
588         attribute. (Bug#17613)
589
590 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
591
592         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
593         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
594
595 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
598         Don't delete next part button; keep spacing between buttons.
599
600 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
603         Work for the last MIME part in an article.
604         (gnus-mime-display-single): Suppress excessive newlines between parts.
605
606         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
607         by leading or trailing newline.
608
609 2014-05-12  Sam Steingold  <sds@gnu.org>
610
611         * time-date.el (seconds-to-string): New function to pretty print time
612         delay in seconds.
613
614 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
617         while prompting a user for a file name, etc.
618         (gnus-mime-display-single): Display part with a common appearance no
619         matter whether MIME button is omitted or not; don't add duplicate entry
620         to gnus-article-mime-handle-alist.
621         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
622
623 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
624
625         * mml2015.el (mml2015-display-key-image): New variable.
626
627 2014-05-08  Glenn Morris  <rgm@gnu.org>
628
629         * gnus-fun.el (gnus-grab-cam-face):
630         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
631         This is CVE-2014-3421.
632
633 2014-05-04  Glenn Morris  <rgm@gnu.org>
634
635         * gnus-registry.el (gnus-registry-install-p): Doc fix.
636
637 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
640         the displaying state of a part.
641         (gnus-mm-display-part): Don't insert a newline in the beginning of
642         a part like gnus-mime-inline-part doesn't; work for XEmacs.
643
644         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
645         (mm-shr): Make undisplayer unbreakable.
646
647         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
648         Don't insert excessive newline.
649         (mm-inline-text-html-render-with-w3m, mm-inline-text)
650         (mm-insert-inline): Make undisplayer unbreakable.
651
652 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
653
654         * gnus.el: Ma Gnus v0.11 is released.
655
656 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * gnus-art.el (gnus-mm-display-part):
659         Highlight header attachment buttons.
660
661 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
664         a part; redisplay a button (enbugged in 2014-02-05).
665
666 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
667
668         * auth-source.el (auth-source-search, auth-source-search-backends):
669         Treat :max 0 as an indicator that a boolean return is wanted, as
670         documented. Reported by Joe Bloggs.
671
672 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         * gnus-icalendar.el: Require gnus-art.
675
676 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
677
678         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
679         (gnus-icalendar--update-org-event): put event timestamp in
680         the org entry body instead of the drawer.
681         (gnus-icalendar-event--get-attendee-names): list of participants should
682         contain even attendees without common name attribute.
683         (gnus-icalendar--update-org-event): don't generate duplicates of empty
684         property tags in org drawers.
685
686 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gmm-utils.el (gmm-format-time-string): New function.
689
690         * message.el (message-insert-formatted-citation-line): Use the original
691         author's time zone to express a date string.
692
693 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
694
695         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
696         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
697         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
698         Silence compiler warnings.
699         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
700
701 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * mml.el: Require url when compiling.
704
705         * gnus-cloud.el (gnus-cloud-parse-version-1):
706         Use plist-get rather than CL's getf.
707         (gnus-activate-group, gnus-subscribe-group): Declare.
708
709         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
710
711 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
714         buttons when toggling the header off.
715
716 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
717
718         * tls.el (tls-program): Reflow docstring.
719
720 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
721
722         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
723         groups work again.
724
725 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
726
727         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
728         999 correctly (i.e. "1,342").
729
730 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
731
732         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
733         out if the directory doesn't exist.
734
735 2014-03-07  Daiki Ueno  <ueno@gnu.org>
736
737         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
738         commands here; instead, only check if epg-config.el is available.
739
740 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
741
742         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
743         messages with embedded images.
744         (mml-generate-mime): Don't bug out if you don't have libxml.
745
746 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
747
748         * message.el (message-make-html-message-with-image-files): New command.
749
750 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
751
752         * gnus-group.el (gnus-group-make-group): Clarify prompt.
753
754         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
755
756 2014-02-23  David Engster  <deng@randomsample.de>
757
758         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
759         to stay compatible with older Emacsen, so replace `cl-loop' with
760         `loop'.
761
762 2014-02-22  Daniel Colascione  <dancol@dancol.org>
763
764         * auth-source.el (auth-source-secrets-listify-pattern): New function.
765         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
766         instead, build list of patterns.
767
768 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
771         Display header attachment buttons by gnus-article-prepare-display
772         rather than gnus-article-prepare so as to view in mml-preview as well.
773
774 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
775
776         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
777         in `auth-sources' means and link to EPA docs.
778
779 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
780
781         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
782         (bug#12375).
783
784 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
787         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
788
789 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
790
791         * message.el (message-tab): Mention what happens on normal tabs
792         (bug#11297).
793
794 2014-02-08  Glenn Morris  <rgm@gnu.org>
795
796         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
797
798 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
801         buttons that are hidden in unselected alternative part as well.
802         (gnus-mime-display-alternative): Redraw attachment buttons in header.
803
804         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
805
806 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
809         keystroke.
810         (gnus-server-toggle-cloud-server): Only allow clouding applicable
811         types.
812
813         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
814         with an empty string.
815
816 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
819         buffer-local in some buffers, so bind it explicitly in the buffer we're
820         trying to cancel the article in (bug#10808).
821
822 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
825         New functions.
826
827         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
828         New user option.
829         (gnus-mime-buttonize-attachments-in-header): New function.
830         (gnus-article-prepare): Use it.
831         (gnus-mime-inline-part): Suppress extra newline.
832         (gnus-mm-display-part): Save excursion;
833         remove useless deleting and adding of buttons.
834         (gnus-insert-mime-button): Allow insertion in the middle of a line.
835
836         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
837         Add gnus-mime-buttonize-attachments-in-header.
838
839 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
840
841         * nnimap.el (nnimap-request-articles): New command to download several
842         articles at once.
843
844         * gnus.el (gnus-variable-list): Save Cloud variables.
845
846         * gnus-int.el (gnus-request-accept-article): Doc fix.
847
848 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
849
850         * parse-time.el (parse-time-iso8601-regexp)
851         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
852         it more generally.
853
854 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-cloud.el: New file to provide the Emacs Cloud.
857
858         * dgnushack.el: Silence XEmacs w3 warning.
859
860         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
861         `url-retrieve-synchronously', apparently.
862
863         * dgnushack.el: Silence XEmacs dns.el warning.
864
865         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
866         instead of in all files.
867
868         * dns.el (network-interface-list): Define for XEmacs.
869
870         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
871         XEmacs.
872
873         * nnrss.el (libxml-parse-html-region): Silence compilation error.
874
875 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
876
877         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
878         `gnus-group-split-fancy'.
879
880 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
881
882         * message.el (message-remove-header): Doc fix.
883         (message-forward-included-headers): New variable.
884         (message-remove-ignored-headers): Use it.
885
886 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
887
888         * nnir.el (nnir-request-update-mark): Don't try to update the source
889         group if we can't find it (bug#16611).
890
891 2014-01-31  Dave Abrahams  <dave@boostpro.com>
892
893         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
894
895 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
896
897         * dns.el (dns-servers-up-to-date-p): New function to see whether the
898         network interfaces changed.
899         (dns-query): Use it to flush the data.
900
901 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
902
903         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
904         from random face commands.
905         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
906         Face.
907         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
908         (gnus--random-face-with-type): Generic function returning a face-type
909         as a string.
910         (gnus--insert-random-face-with-type): Generic function inserting a face
911         in a message buffer header.
912         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
913         (gnus-insert-random-x-face-header): Rewritten to use
914         `gnus--insert-random-face-with-type`.
915         (gnus-random-face): Return random (png) Face as string.
916         (nus-insert-random-face-header): Insert random (png) Face in a message
917         buffer.
918
919 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
920
921         * mm-url.el: Remove all usage of w3.
922
923         * nnrss.el: Ditto.
924
925         * mm-decode.el: Ditto.
926
927         * mm-view.el: Ditto.
928
929         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
930         outdated and all Emacsen have url.el built-in.
931
932         * gnus-setup.el: Remove outdated file.
933
934 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
935
936         * gnus.el: Ma Gnus v0.9 is released.
937
938 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
939
940         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
941
942 2014-01-31  Dave Abrahams  <dave@boostpro.com>
943
944         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
945         in the summary buffer (bug#13769).
946
947 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
948
949         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
950         name if we're using a single article buffer.  Otherwise, it may point
951         to a killed buffer (bug#13756).
952
953 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
954
955         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
956         the match data, just save and restore it explictly (bug#12375).
957
958         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
959         that's needed.
960
961         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
962         the code once (bug#9069).
963
964 2014-01-18  Steinar Bang  <sb@dod.no>
965
966         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
967         reading.
968
969 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
970
971         * message.el (message-bury): Call bury-buffer with no argument
972         in the message-return-action case too.
973
974 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
977         (nnimap-split-fancy, nnimap-split-methods): Declare.
978
979         * mm-util.el (help-function-arglist): Declare.
980
981 2013-12-28  Glenn Morris  <rgm@gnu.org>
982
983         * gnus-sieve.el (gnus-sieve-select-method):
984         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
985         (gravatar-rating, gravatar-size):
986         * message.el (message-minibuffer-local-map):
987         * sieve-manage.el (sieve-manage-authenticators)
988         (sieve-manage-authenticator-alist): Specify custom types.
989
990         * hashcash.el (hashcash-program): Rename from hashcash-path.
991         Update callers.
992
993         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
994         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
995         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
996
997         * auth-source.el (auth-sources):
998         * nnmairix.el (nnmairix-propagate-marks-upon-close):
999         Fix custom types.
1000
1001         * tls.el (tls-certtool-program): Fix default value.
1002
1003 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1004
1005         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1006         we get proper traces there, too.
1007
1008 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1009
1010         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1011         value of the parameters if the current article has a Reply-To or From
1012         field.
1013
1014 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1017
1018 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1019
1020         * gnus-sum.el (gnus-summary-exit): Stop animations.
1021
1022 2013-12-19  Juri Linkov  <juri@jurta.org>
1023
1024         * gnus.el (gnus-suppress-keymap):
1025         * gnus-art.el (gnus-article-mode-map):
1026         * gnus-group.el (gnus-group-mode-map):
1027         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1028         Remove [backspace] key binding because it shadows DEL (bug#16035).
1029
1030         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1031
1032 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1035         Make sure work directory exists.
1036         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1037         rather than tmp directory.
1038         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1039         not necessarily always run, with it.
1040
1041 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1042
1043         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1044         value of gnus-icalendar-additional-identities work without restart.
1045
1046 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1047
1048         * mm-util.el (mm-make-temp-file):
1049         Alias to make-temp-file for modern Emacsen.
1050
1051 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1054         nnir-article-number and nnir-article-group.
1055
1056 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1057
1058         * message.el (message-send-mail-with-sendmail):
1059         Don't kill error buffer if sending fails.
1060
1061 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1062
1063         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1064         (gnus-icalendar-event->org-entry)
1065         (gnus-icalendar--update-org-event)
1066         (gnus-icalendar-event->gnus-calendar): Distinguish between
1067         required/optional/non-participant attendee status.  Fix bug causing
1068         the first required event participant to be omitted.
1069
1070 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * gnus-art.el (article-de-quoted-unreadable)
1073         (article-de-base64-unreadable, gnus-mime-copy-part)
1074         * gnus-html.el (gnus-article-html)
1075         * mm-view.el (mm-inline-text-html-render-with-w3)
1076         (mm-inline-text-html-render-with-w3m-standalone)
1077         * rfc2231.el (rfc2231-decode-encoded-string):
1078         Allow overriding charset by mm-charset-override-alist.
1079
1080         * gnus-art.el (gnus-article-browse-html-parts):
1081         Replace LWSPs with `&nbsp;'s in header.
1082
1083         Work for broken Chinese articles.
1084
1085         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1086         Exclude broken handles that gnus-summary-enter-digest-group may create.
1087         (gnus-article-browse-html-parts):
1088         Allow overriding charset by mm-charset-override-alist.
1089
1090 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1091
1092         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1093         (gnus-icalendar-identities): Support additional-identities.
1094
1095 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1096
1097         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1098         org-timestamp for events ending at midnight.
1099
1100 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1101
1102         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1103         .log files.
1104
1105 2013-11-20  David Engster  <deng@randomsample.de>
1106
1107         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1108
1109 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1110
1111         * message.el (message-beginning-of-line):
1112         Use beginning-of-visual-line when visual-line-mode is turned on.
1113
1114 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1115
1116         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1117         (gnus-icalendar-event-from-ical)
1118         (gnus-icalendar-event->org-entry)
1119         (gnus-icalendar--update-org-event): Required/optional participation,
1120         list of attendees synced to org.
1121
1122 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1123
1124         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1125         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1126         cancellations to be synced to org if the original appt has an org
1127         outline.
1128
1129 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1130
1131         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1132         (gnus-icalendar-event->org-entry)
1133         (gnus-icalendar--update-org-event)
1134         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1135
1136 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1137
1138         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1139         Fix timezone handling in gnus-icalendar export to org.
1140
1141 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1144
1145 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1148
1149 2013-10-30  Glenn Morris  <rgm@gnu.org>
1150
1151         * gnus-group.el (gnus-group-browse-foreign-server):
1152         * gnus-int.el (gnus-start-news-server):
1153         Silence compiler obsolescence warning.
1154
1155 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1156
1157         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1158         `nnoo-current-server' first, then for the actual `nnimap-address' to
1159         allow netrc entries for the nnoo server to coexist with netrc entries
1160         for the `nnimap-address'.
1161
1162 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * mm-decode.el (mm-dissect-buffer): Revert last change.
1165         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1166         The problem that motivated those changes was attributed to a broken
1167         mail sender, and has been fixed.
1168
1169 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1172         token is missing in the Content-Type header.
1173
1174         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1175
1176 2013-09-18  Glenn Morris  <rgm@gnu.org>
1177
1178         * gnus-util.el (image-size): Declare.
1179
1180 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1183         (gnus-icalendar-event-from-ical)
1184         (gnus-icalendar-event--build-reply-event-body)
1185         (gnus-icalendar-event-reply-from-buffer)
1186         (gnus-icalendar-find-org-event-file)
1187         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1188         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1189
1190         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1191
1192 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1193
1194         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1195         Use save-current-buffer.
1196         (gnus-tree-mode-map): Initialize in the declaration.
1197         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1198         (scroll-in-place): Defvar it.
1199         (gnus-tmp-*): Defvar them.
1200         (gnus-get-tree-buffer): Use derived-mode-p.
1201         (gnus--let-eval): New macro.
1202         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1203         non-prefixed variables.
1204         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1205
1206         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1207         vars since it doesn't seem to be available.
1208         (gnus-set-global-variables, gnus-summary-read-group-1)
1209         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1210         (gnus-summary-display-article, gnus-summary-select-article)
1211         (gnus-summary-next-article, gnus-offer-save-summaries)
1212         (gnus-summary-generic-mark): Use derived-mode-p.
1213         (gnus-summary-read-group-1, gnus-summary-exit)
1214         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1215         Adjust calls to gnus-tree-close and gnus-tree-open.
1216
1217         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1218
1219         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1220         (gnus-agent-mode): Use derived-mode-p.
1221         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1222         gnus-command-method and *-command-method to nil, but bind
1223         gnus-command-method to *-command-method instead!
1224         (gnus-agent-fetch-articles): Remove unused var `id'.
1225         (gnus-agent-fetch-headers): Remove unused arg `force'.
1226         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1227         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1228         (gnus-agent-short-article, gnus-agent-long-article)
1229         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1230         first use.
1231         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1232         `score-param'.
1233         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1234         (gnus-get-predicate): Push in front of the cache, rather than end.
1235         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1236         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1237         (gnus-agent-expire-unagentized-dirs): Don't rebind
1238         gnus-agent-expire-current-dirs since the defvar silences the warning.
1239         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1240         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1241         (gnus-agent-regenerate): Simplify interactive spec and doc.
1242
1243 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * gnus-int.el (gnus-open-server): Silence compiler.
1246
1247         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1248
1249         * message.el (message-display-completion-list): Abolish.
1250         (message-completion-in-region): Use display-completion-list.
1251
1252 2013-09-17  Glenn Morris  <rgm@gnu.org>
1253
1254         * gnus-util.el (gnus-message-with-timestamp-1):
1255         Use `messages-buffer' function if available.  Ignore read-only.
1256
1257 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * message.el (message-expand-group, message-completion-in-region):
1260         Correct the order of start and end of a region.
1261
1262 2013-09-13  Glenn Morris  <rgm@gnu.org>
1263
1264         * mml2015.el (gnus-create-image): Autoload it.
1265
1266         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1267
1268         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1269         (image-size): Declare.
1270
1271 2013-09-12  Glenn Morris  <rgm@gnu.org>
1272
1273         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1274         Avoid using `find', which i) might not be defined at runtime;
1275         ii) does not work, since its default test is eql, not equal.
1276         (gnus-mime-action-alist): Declare.
1277
1278 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1279
1280         * score-mode.el (gnus-score-mode-map): Move initialization
1281         into declaration.
1282         (gnus-score-mode): Use define-derived-mode.
1283         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1284         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1285         into declaration.
1286         (gnus-kill-file-mode): Use define-derived-mode.
1287         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1288         Use derived-mode-p.
1289         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1290         (gnus-group-setup-buffer, gnus-group-name-at-point)
1291         (gnus-group-make-web-group, gnus-group-enter-directory)
1292         (gnus-group-suspend): Use derived-mode-p.
1293         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1294         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1295         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1296         (gnus-article-setup-buffer, gnus-article-prepare)
1297         (gnus-article-prepare-display, gnus-sticky-article)
1298         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1299         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1300         (gnus-article-read-summary-keys): Use derived-mode-p.
1301
1302 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1305
1306 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1309         shift_jis from the default value set for Japanese users.
1310
1311 2013-08-13  Glenn Morris  <rgm@gnu.org>
1312
1313         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1314
1315         * gnus.el (gnus-valid-select-methods): Fix type.
1316
1317         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1318
1319 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * mm-decode.el (mm-display-external): Run a timer for the temp files
1322         deletion after a viewer exits; add a deletion timer for the needsterm
1323         case, too.
1324
1325         * mm-decode.el (mm-display-external): Try to delete temporary files by
1326         using a 1-min. timer.
1327
1328 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1331         New internal variables.
1332         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1333         (mm-display-external): Use it to delete temporary files instead of
1334         using timers.
1335
1336 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1339
1340 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1341
1342         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1343         with cond for backwards compatability.
1344
1345 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * mm-decode.el (mm-display-external): Bind process-connection-type to
1348         nil; don't delete a temp file immediately even if a viewer finishes,
1349         since it may be a shell script, like xdg-open, that launches a real
1350         viewer program belatedly.
1351
1352 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1353
1354         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1355         that we can create nndoc groups that excerpt other groups.
1356
1357 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * gnus-delay.el (gnus-delay-article): Fix typo.
1360
1361         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1362         articles.
1363
1364         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1365         we can get spell-checking etc.
1366
1367 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1370         a single one used for encoding the whole text in a header.
1371
1372 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1375         doesn't work properly on XEmacs.
1376
1377 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1380         before sending.
1381
1382         * dgnushack.el (dgnushack-compile): Add a temporary check for
1383         gnus-icalendar.
1384
1385         * mm-decode.el (mm-command-output): New face.
1386         (mm-display-external): Use it.
1387
1388 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1389
1390         * nnmbox.el (nnmbox-request-article): Don't change point.
1391
1392 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1395         Include `handle' parameter.
1396
1397 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1398
1399         * gnus-icalendar.el: New file.
1400
1401 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1404
1405         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1406         dummy roots, too.
1407
1408 2013-08-01  David Edmondson  <dme@dme.org>
1409
1410         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1411         out on ttys.
1412
1413 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1416         not empty.
1417
1418         * nnrss.el (nnrss-discover-feed): Indent.
1419
1420 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1423
1424 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1427         dirty to ensure nnimap data being saved.
1428
1429 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1430
1431         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1432         menu entry.
1433
1434         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1435         the current thread's total score instead of the current article's
1436         score.
1437
1438         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1439         (gnus-sort-threads-recursively): Delete defcustom.
1440         (gnus-sort-threads-recursive): Adapt accordingly.
1441
1442 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1443
1444         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1445         (gnus-sort-threads-recursive): Use it.
1446         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1447         again.  Now that determines how to sort subthreads.
1448
1449 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1450
1451         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1452         (gnus-sort-threads): Use it.
1453
1454 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1455
1456         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1457         punctuation characters follow parentheses (bug#14950).
1458
1459 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus.el (gnus-continuum-version):
1462         * gnus-msg.el (gnus-extended-version): Simplify.
1463
1464         * gnus.el (gnus-continuum-version-1): Remove.
1465         * gnus-msg.el (gnus-bug): Revert.
1466
1467         Calculate gnus-version correctly on Cygwin.
1468
1469         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1470         (gnus-continuum-version-1): New function, return a string.
1471
1472         * gnus-msg.el (gnus-extended-version, gnus-bug):
1473         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1474
1475 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1476
1477         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1478         (bug#13384).
1479
1480 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1483         that were only relevant in a development version a long time ago.
1484
1485 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1488         that the old Emacs 24s bundle.
1489
1490 2013-07-10  David Engster  <deng@randomsample.de>
1491
1492         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1493         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1494         fixes a bug in Emacs trunk where the 'unexist' marks were always
1495         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1496         Gnus v0.03".
1497
1498 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1499
1500         * gnus.el (gnus-summary-line-format): Reference
1501         `gnus-user-date-format-alist' for the &user-date; format, not
1502         `gnus-summary-user-date-format-alist'.
1503
1504 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505
1506         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1507         delete files (bug#13481).
1508
1509 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1510
1511         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1512
1513 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1514
1515         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1516         display images.
1517
1518         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1519
1520         * message.el (message-cancel-news): According to
1521         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1522         preferred over "cmsg cancel" in the Subject.
1523
1524         * nnir.el (nnir-engines): Note that the group specs are regexps
1525         (bug#13238).
1526
1527         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1528         gotten read-only text properties, ensure that those aren't heeded when
1529         copying stuff over (bug#13434).
1530
1531         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1532         (bug#13762).
1533
1534 2013-07-05  David Kastrup  <dak@gnu.org>
1535
1536         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1537         authinfo file again (important for blank passwords).  This had been
1538         broken with 2013-06-15 change.
1539
1540 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1543         Revert 2013-01-14 change.
1544
1545 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1546
1547         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1548         of 'create-image' for XEmacs compatibility; check errors when decoding
1549         image.  Reported by Uwe Brauer.
1550
1551 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1554         gnus-button-push revised at 2011-01-19.
1555
1556 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1559         now live in the lisp/net Emacs 24 repository.
1560
1561 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * eww.el (eww-update-header-line-format): Quote % characters.
1564
1565 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * eww.el (eww-process-text-input): Display passwords as asterisks.
1568
1569         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1570
1571 2013-06-19  Tom Tromey  <tromey@redhat.com>
1572
1573         * eww.el (eww-top-url): Remove.
1574         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1575         (eww-render): Set new variables.  Don't set eww-top-url.
1576         (eww-handle-link): Handle "prev", "home", and "contents".
1577         Downcase the rel text.
1578         (eww-top-url): Choose best top URL.
1579
1580 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * eww.el: Rewrite to implement form elements "by hand" instead of
1583         relying in widget.el.  Using widget.el leads to too many
1584         user interface inconsistencies.
1585         (eww-self-insert): Implement entering commands in text fields.
1586         (eww-process-text-input): New function to make text input field editing
1587         work.
1588         (eww-submit): Rewrite to use the new-style form methods.
1589         (eww-select-display): Display the correct selected item.
1590         (eww-change-select): Implement changing the select value.
1591         (eww-toggle-checkbox): Implement radio/checkboxes.
1592         (eww-update-field): Fix compilation error.
1593         (eww-tag-textarea): Implement <textarea>.
1594
1595         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1596         don't shadow mode-specific bindings.
1597
1598         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1599         nothing to push.
1600
1601         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1602
1603 2013-06-19  Glenn Morris  <rgm@gnu.org>
1604
1605         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1606
1607 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1608
1609         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1610
1611 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * shr.el (shr-make-table-1): Implement <td rowspan>.
1614         (shr-table-horizontal-line): Allow nil as a value, and change the
1615         default.
1616         (shr-insert-table-ruler): Respect the nil value.
1617
1618 2013-06-18  Tom Tromey  <tromey@barimba>
1619
1620         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1621         New defvars.
1622         (eww-open-file): New defun.
1623         (eww-render): Initialize new variables.
1624         (eww-display-html): Handle "link" and "a".
1625         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1626         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1627         (eww-back-url): Rename from eww-previous-url.
1628         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1629         defuns.
1630
1631 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * shr.el (shr-tag-table): Insert the images after the table, so that
1634         they're not covered by the table colourisation, which often looked
1635         awkward.
1636         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1637         <dd>.
1638         (shr-make-table-1): Implement <td colspan=> support.
1639         (shr-insert-document): Use one less than window width if `shr-width' is
1640         nil, since otherwise things may get one character too wide.
1641
1642 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * eww.el (eww-detect-charset): Improve regexp; move backward.
1645
1646 2013-06-18  Glenn Morris  <rgm@gnu.org>
1647
1648         * mm-decode.el (widget-convert-button): Autoload.
1649
1650         * sieve-manage.el (mm-enable-multibyte): Autoload.
1651
1652         * shr.el (libxml-parse-html-region): Declare.
1653         (shr-render-buffer): Explicit error if no libxml2 support.
1654
1655 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1656
1657         * auth-source.el (auth-source-current-line): New function.
1658         (auth-source-netrc-parse-entries): When a data token is "machine",
1659         assume we're in the wrong place and abort parsing the current line.
1660
1661 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1664         (eww-convert-widgets): Don't bug out if the first widget starts at the
1665         beginning of the buffer.
1666         (eww-convert-widgets): Fix last patch.
1667         (eww-tag-input): Support <input type=image>.
1668
1669         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1670         (shr-tag-base): Protect against base specs that are degenerate.
1671         (shr-ensure-paragraph): Don't delete empty lines that have text
1672         properties, because these may be input fields.
1673
1674         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1675         we can navigate to them.
1676
1677         * shr.el (shr-colorize-region): Put the colours over the entire region.
1678         (shr-inhibit-decoration): New variable.
1679         (shr-add-font): Use it to inhibit text property decorations while doing
1680         preliminary table renderings.  This speeds up typical Wikipedia page
1681         renderings by 15%.
1682         (shr-tag-span): Don't respect the <title>, because that overwrites the
1683         help-echo from links inside the spans.
1684         (shr-next-link): Use `help-echo' for navigation, so that we can
1685         navigate to form elements, too.
1686
1687         * eww.el (eww-button): New face.
1688         (eww-convert-widgets): Use it to make submit buttons more button-like.
1689
1690         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1691         that Gnus commands work.
1692
1693         * shr.el (shr-render-td): Support horizontal alignment.
1694
1695         * eww.el (eww-put-color): Removed.
1696         (eww-colorize-region): Use `add-face-text-property'.
1697
1698         * shr.el (shr-add-font): Append face data, so that we get the correct
1699         precedence: The innermost value (which is applied first) wins.
1700         (shr-make-overlay): Obsolete function.
1701
1702         * mm-decode.el (mm-convert-shr-links): New function to convert
1703         new-style shr URL links into widgets.
1704         (mm-shr): Use it.
1705
1706         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1707         widget commands, since we're no longer using widgets for links.
1708
1709         * shr.el (shr-next-link): New command.
1710         (shr-previous-link): New command.
1711         (shr-urlify): Don't use `widget-convert', because that's slow.
1712         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1713         because collecting the overlays and reapplying them when generating
1714         tables is slow.
1715         (shr-insert-table): Ditto.
1716
1717 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1718
1719         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1720         * shr.el (browse-url): Require `url'.
1721         * eww.el (url): Require format-spec.
1722
1723 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * eww.el (eww-display-html): Default to using the entire window width.
1726         (eww-browse-url): Don't add a User-Agent header (twice), because that
1727         makes Bing refuse connection.
1728
1729         * shr.el (shr-make-table): Cache the table rendering at the table
1730         level, and not the <td> level.  This is a bit faster.
1731
1732         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1733         #id.
1734
1735         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1736         browsers don't.
1737         (shr-expand-url): Respect #anchor links.
1738         (shr-parse-base): Chop off the anchor before using.
1739         (shr-descend): Respect display: none.
1740         (shr-descend): Allow marking elements that have certain IDs.
1741
1742         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1743
1744         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1745
1746         * eww.el (eww-tag-textarea): Support <textarea>.
1747
1748 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1749
1750         * shr.el (shr-dom-to-xml): Fixed function call.
1751
1752         * eww.el (eww): New group.
1753         (eww-header-line-format): New custom variable.
1754         (eww-current-title): New variable.
1755         (eww-display-html): Update header and handle title tag.
1756         (eww-update-header-line-format): New function.
1757         (eww-tag-title): New function.
1758
1759         * shr.el (shr-dom-to-xml): New function.
1760         (shr-tag-svg): Add support for the SVG tag.
1761         (shr-bullet): New custom variable.
1762         (shr-tag-li): Support custom bullet in unordered lists.
1763
1764 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * shr.el (shr-expand-url): Respect // URLs.
1767
1768         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1769         put a background colour onto the entire buffer.
1770         (eww-render): When being redirected, use the redirect URL as the new
1771         base URL.
1772
1773         * shr.el (shr-parse-base): Fix parsing error.
1774
1775         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1776
1777         * shr.el (shr-parse-base): New function.
1778         (shr-expand-url): Use it to expand relative URLs reliably.
1779
1780 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1781
1782         * auth-source.el (auth-source-search-collection): Fix docstring.
1783         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1784         single-quoted strings and multiline entries.
1785         (auth-source-netrc-parse-next-interesting)
1786         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1787         functions to support parser.
1788
1789 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * eww.el (eww-submit): Get submit button logic right when hitting RET
1792         on non-submit buttons.
1793
1794         * shr.el: Remove shr-preliminary-table-render, since that can't really
1795         be used for anything in practice.
1796
1797 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1798
1799         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1800         (sieve-manage-quit).
1801
1802 2013-06-14  Glenn Morris  <rgm@gnu.org>
1803
1804         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1805
1806 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1807
1808         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1809         control the maximum size of photo ID image.
1810         (mml2015-epg-key-image-to-string): Respect it.
1811
1812 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813
1814         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1815         instead of the final one so that we can more easily distinguish them.
1816
1817         * eww.el (eww-submit): Compute the submission URL correctly.
1818
1819 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1820
1821         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1822         Use plist-get rather than CL's getf.
1823         (sieve-manage-parse-capability): Avoid CL's remove-if.
1824
1825 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1826
1827         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1828         (sieve-manage-quit).
1829
1830 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1833         last slash.
1834
1835         * eww.el (eww-tag-select): Use the first value as the default value.
1836
1837 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1838
1839         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1840         (eww-mode): Use `define-derived-mode'.
1841         (eww-parse-headers): Parse headers from beginning of buffer so that
1842         file:// links work.
1843
1844 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1847
1848 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1851         to handle them at all.
1852
1853 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1856         work, too.
1857         (eww-tag-select): Implement <select>.
1858
1859 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1860
1861         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1862         stream managing functions by using open-protocol-stream to do most of
1863         the work.  Has the nice benefit of enabling STARTTLS.
1864         Wait for capabilities after STARTTLS: following RFC5804, the server
1865         sends new capabilities after successfully establishing a TLS connection
1866         with the client.  The client should update the cached list of
1867         capabilities, but we just ignore the answer for now.
1868         (sieve-manage-network-p, sieve-manage-network-open)
1869         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1870         (sieve-manage-forward, sieve-manage-streams)
1871         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1872         API, nor called by any other function.
1873         Enable Multibyte for SieveManage buffers: The parser won't properly
1874         handle umlauts and line endings unless multibyte is turned on in the
1875         process buffer.
1876
1877 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * eww.el (eww-tag-input): Support password fields.
1880         (eww-submit): Support POST.
1881
1882 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1883
1884         * eww.el (eww-tag-form): Protect against degenerate forms.
1885
1886         * shr.el (shr-expand-url): Expand URLs that start with a slash
1887         correctly.
1888
1889         * eww.el (eww-submit): Get submit button logic right.
1890
1891         * shr.el (shr-final-table-render): New variable to signal when we're
1892         doing the final table rendering so that we can collect more data at
1893         that point.
1894
1895         * eww.el (eww-submit): Make form submission work.
1896         (eww-tag-input): Implement submit buttons.
1897         (eww-click-radio): Implement radio and checkboxes.
1898         (eww-submit): Handle hidden elements.
1899
1900         * shr.el (shr-descend): Allow other packages to override (or provide)
1901         rendering of elements.
1902         (shr-expand-url): Strip query strings from URLs before expanding them.
1903
1904         * eww.el: Don't require cl-lib.
1905         (eww-tag-form): Start form support.
1906
1907         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1908
1909         * eww.el: Start writing a new, tiny web browser.
1910         (eww-previous-url): New command.
1911         (eww-quit): New command.
1912
1913 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1914
1915         * sieve.el: Put point at beginning of buffer when viewing a script.
1916         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1917         number in sieve-buffer's header.  Fixed code to also work with a string
1918         as port specifier.  Properly close the connection on pressing 'q'.  Make
1919         sieve-manage-quit close the connection and process buffer.  Also, remove
1920         duplicate keybinding for 'q'.
1921
1922 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1923
1924         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1925         make it easier to read.
1926         (mm-pkcs7-enveloped-magic): Ditto.
1927
1928 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1929
1930         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1931         before `image-type-available-p' to avoid loading the image libraries
1932         needlessly.
1933
1934 2013-06-05  David Engster  <deng@randomsample.de>
1935
1936         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1937         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1938         to see whether the group was synced before.
1939
1940 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1941
1942         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1943         when opening the connection.
1944         Suggested by João Távora <joaotavora@gmail.com> in
1945         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1946
1947 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1950         assume Date header begins with "Date", that may be customized into
1951         something like "X-Sent" using gnus-article-time-format.
1952         (article-transform-date): Allow multi-line Date header.
1953
1954 2013-06-02  David Engster  <deng@randomsample.de>
1955
1956         * registry.el (initialize-instance, registry-lookup)
1957         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1958         (registry-lookup-secondary-value, registry-search, registry-delete)
1959         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1960         not wrap methods in `eval-and-compile'.  This breaks due to latest
1961         changes in EIEIO (introduction of eieio-core.el).
1962
1963 2013-05-30  Glenn Morris  <rgm@gnu.org>
1964
1965         * nnmail.el (nnmail-fancy-expiry-target):
1966         Also bind mail-dont-reply-to-names.
1967
1968         * spam-stat.el (spam-stat-save):
1969         No need to tweak font-lock in temp buffers.
1970
1971         * shr.el (shr-put-image): Silence compiler.
1972
1973 2013-05-29  Glenn Morris  <rgm@gnu.org>
1974
1975         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1976
1977         * gnus-group.el (gnus-sequence-of-unread-articles)
1978         (gnus-summary-add-mark, gnus-mark-article-as-read)
1979         (gnus-group-make-articles-read): Declare.
1980
1981         * gnus-sum.el (gnus-parameter-list-identifier)
1982         (gnus-article-stop-animations, gnus-stop-downloads)
1983         (gnus-article-only-boring-p, article-goto-body)
1984         (gnus-flush-original-article-buffer, article-narrow-to-head)
1985         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1986         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1987
1988         * gnus.el: No need to eval-and-compile autoloads.
1989
1990         * gravatar.el (help-function-arglist): Autoload.
1991
1992         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1993
1994         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1995
1996         * spam.el: No need to load spam-report when compiling.
1997         No need to eval-and-compile autoloads.
1998         (spam-report-resend-to): Declare.
1999         (spam-report-resend-register-routine): Require 'spam-report.
2000
2001 2013-05-24  Julien Danjou  <julien@danjou.info>
2002
2003         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2004         setup.
2005
2006 2013-05-23  Glenn Morris  <rgm@gnu.org>
2007
2008         * gnus-util.el (rmail-swap-buffers-maybe)
2009         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2010         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2011         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2012
2013         * mm-decode.el: No need to load term when compiling.
2014         (term-mode, term-char-mode): Declare.
2015
2016         * mm-util.el: No need to load jka-compr when compiling.
2017         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2018
2019         * nnmaildir.el: Require is automatically eval-and-compile.
2020         (nnmail): Require at run-time too.
2021
2022         * registry.el (registry-size): Move definition before use.
2023
2024 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2025
2026         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2027         signed data to conform the standard.  (Bug#14232)
2028
2029 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2030
2031         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2032         double angle quotation mark.
2033
2034 2013-05-20  Glenn Morris  <rgm@gnu.org>
2035
2036         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2037
2038 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2039
2040         * message.el (message-insert-formatted-citation-line): handle finding
2041         first/lastname when more than 2 names appear.
2042
2043 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2044
2045         * shr.el (shr-tag-span): New function.
2046
2047 2013-05-18  Glenn Morris  <rgm@gnu.org>
2048
2049         * message.el (message-mode): Use message-mode-abbrev-table,
2050         with text-mode-abbrev-table as parent.  (Bug#14413)
2051
2052 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * message.el (message-expand-group): Decode group names.
2055
2056 2013-05-16  Julien Danjou  <julien@danjou.info>
2057
2058         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2059         app-icon.
2060
2061 2013-05-15  Glenn Morris  <rgm@gnu.org>
2062
2063         * shr-color.el (shr-color-visible-luminance-min)
2064         (shr-color-visible-distance-min): Use shr-color group.
2065
2066 2013-05-11  Glenn Morris  <rgm@gnu.org>
2067
2068         * gnus-vm.el: Make it loadable without VM.
2069         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2070         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2071
2072 2013-05-09  Glenn Morris  <rgm@gnu.org>
2073
2074         * mml1991.el: Make it loadable.  (Bug#13456)
2075
2076         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2077         * gnus-async.el (gnus-async-post-fetch-function):
2078         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2079         * gnus-html.el (gnus-html-image-cache-ttl):
2080         * gnus-notifications.el (gnus-notifications-timeout):
2081         * gnus-picon.el (gnus-picon-properties):
2082         * gnus-util.el (gnus-completion-styles):
2083         * gnus.el (gnus-other-frame-resume-function):
2084         * message.el (message-user-organization-file)
2085         (message-cite-reply-position):
2086         * nnir.el (nnir-summary-line-format)
2087         (nnir-retrieve-headers-override-function):
2088         * shr-color.el (shr-color-visible-luminance-min):
2089         * shr.el (shr-blocked-images):
2090         * spam-report.el (spam-report-resend-to):
2091         * spam.el (spam-summary-exit-behavior): Fix custom types.
2092
2093         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2094
2095 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2098         because of let-binding help-xref-following.  (Bug#14356)
2099
2100 2013-05-06  Glenn Morris  <rgm@gnu.org>
2101
2102         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2103
2104 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2105
2106         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2107         entering into the registry.
2108
2109 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2110
2111         * gnus.el: Ma Gnus v0.7 is released.
2112
2113 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2116         (Bug#14304)
2117
2118 2013-04-27  Glenn Morris  <rgm@gnu.org>
2119
2120         * gnus.el (gnus-list-debbugs):
2121         Use require rather than autoload.  (Bug#14262)
2122
2123 2013-04-27  Julien Danjou  <julien@danjou.info>
2124
2125         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2126         port to "sieve" now that it has an official IANA port assigned.
2127
2128 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2131         Don't set the MAILHOST environment variable permanently (Bug#14271).
2132
2133 2013-04-26  Glenn Morris  <rgm@gnu.org>
2134
2135         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2136
2137 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2138
2139         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2140         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2141
2142 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2143
2144         * nnir.el (nnir-close-group): Make sure we are in the right group.
2145
2146         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2147         dependency table from all newly retrieved headers.
2148
2149 2013-04-16  David Edmondson  <dme@dme.org>
2150
2151         Support <img src="data:...">.
2152
2153         * shr.el (shr-image-from-data): New function.
2154         (shr-tag-img): Use it.
2155
2156 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2157
2158         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2159         group.
2160
2161 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2164         corresponding to any existing group (Bug#14166).
2165
2166 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2167
2168         * nnir.el (number-sequence): No longer used.
2169         (nnir-request-set-mark): New function.
2170         (nnir-request-update-info): Improve marks updating.
2171         (nnir-request-scan): Don't duplicate marks updating.
2172         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2173         Use 'assq rather than 'assoc.  Quote anonymous function.
2174         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2175         Use 'gnus-group-prefixed-p.
2176         (gnus-summary-create-nnir-group): Make sure server for method is open.
2177
2178 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2179
2180         * nnir.el (gnus-nnir-group-p): New function.
2181         (nnir-possibly-change-group): Use it.
2182
2183         * gnus-msg.el (gnus-setup-message): Use it.
2184
2185 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2188         `initial-input' for the argument name.
2189         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2190
2191 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2192
2193         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2194         (used by MH-E).
2195
2196 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2197
2198         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2199         group.
2200
2201         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2202         fix compilation.
2203
2204 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2205
2206         * nnir.el (nnir-method-default-engines): And another typo.
2207
2208 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2209
2210         * nnir.el (nnir-method-default-engines): Fix typo.
2211
2212 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2213
2214         * nnir.el: Define 'number-sequence for xemacs.
2215         (gnus-summary-create-nnir-group): New function to create an nnir group
2216         from an nnir summary buffer based on the current query.
2217         (nnir-request-create-group): Update to allow nnir group creation based
2218         on the current query.
2219
2220 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * nndraft.el (nndraft-request-expire-articles):
2223         Make expiry target always `delete'.
2224
2225 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2226
2227         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2228         buffer use the posting-style and gcc of the original article group.
2229         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2230
2231         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2232         after other deffoos.
2233
2234 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2235
2236         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2237         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2238         support for real (i.e. not ephemeral) nnir groups.
2239         (gnus-summary-make-nnir-group): New function for initiating searches
2240         from a summary buffer.
2241
2242 2013-03-18  Sam Steingold  <sds@gnu.org>
2243
2244         * message.el (message-bury): Minor cleanup.
2245
2246 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2247
2248         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2249
2250 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2253         nnml-request-list.  (Bug#13873)
2254         (nndir-request-newsgroups): Remove, unused.
2255
2256         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2257
2258 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2259
2260         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2261         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2262         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2263
2264 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2265
2266         * shr.el: Make all the overlays set the `evaporate' property so that
2267         they're removed properly.
2268
2269 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2270
2271         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2272         shell-quote-argument.
2273
2274 2013-02-22  David Engster  <deng@randomsample.de>
2275
2276         * gnus-registry.el (gnus-registry-save): Provide class name when
2277         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2278         `condition-case' to stay compatible with older EIEIO versions which
2279         only accept one argument.
2280
2281 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2282
2283         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2284         (epg-user-id-validity): Autoload.
2285         (mml2015-epg-check-user-id): New function.
2286         (mml2015-epg-check-sub-key): New function split from
2287         mml2015-epg-find-usable-key.
2288         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2289         optional name-is-key-id, to handle the case when user-id is unusable.
2290         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2291
2292 2013-02-17  Glenn Morris  <rgm@gnu.org>
2293
2294         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2295
2296 2013-02-16  Glenn Morris  <rgm@gnu.org>
2297
2298         * shr.el (shr-put-image): Only animate images that specify a delay.
2299         This is consistent with the old image-animated-p behavior.
2300
2301 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2304         for XEmacs.
2305
2306 2013-02-13  Juri Linkov  <juri@jurta.org>
2307
2308         * gnus-art.el (gnus-article-mode-map):
2309         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2310         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2311
2312 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2313
2314         * auth-source.el (auth-source-format-prompt): Don't get confused by
2315         any "\" in replacement text.  (Bug#13637)
2316
2317 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2318
2319         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2320         (gnus-backend-trace): Honour gnus-backend-trace.
2321
2322         * mml.el (mml-insert-part): Insert closing tag.
2323
2324         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2325
2326 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2329         able to find the article, which can happen in debbugs groups,
2330         apparently.
2331
2332 2013-01-16  Glenn Morris  <rgm@gnu.org>
2333
2334         * smiley.el (smiley-style): Make the file loadable in batch mode.
2335
2336 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2337
2338         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2339         imap process running.
2340
2341 2013-01-14  Julien Danjou  <julien@danjou.info>
2342
2343         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2344         Compare addresses against addresses, not against the full From field.
2345
2346 2013-01-13  Richard Stallman  <rms@gnu.org>
2347
2348         * message.el (message-forward-make-body-mime): New args BEG, END
2349         specify what part of FORWARD-BUFFER to use.  Do the work directly
2350         instead of calling `mml-insert-buffer'.
2351
2352 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2353
2354         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2355         cross-reference(s).
2356
2357         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2358         cross-reference(s).
2359
2360 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2361
2362         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2363         and point-max-marker.
2364         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2365
2366 2013-01-11  Julien Danjou  <julien@danjou.info>
2367
2368         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2369         max are almost equal.  Also return the correct value for V which is
2370         already between 0 and 1.
2371
2372 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2373
2374         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2375         to mml2015-encrypt-to-self.
2376         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2377
2378 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2379
2380         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2381         mml-smime-epg-find-usable-secret-key.
2382
2383 2013-01-08  Glenn Morris  <rgm@gnu.org>
2384
2385         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2386
2387 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2388
2389         * mml-smime.el: Support signing by sender.
2390         Requested by Uwe Brauer.
2391         (mml-smime-sign-with-sender): New user option analogous
2392         to mml2015-sign-with-sender.
2393         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2394         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2395         mml2015.el.
2396
2397 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2400         isn't running, because Gnus will probably not know how to handle the
2401         Gcc header (bug#11941).
2402
2403         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2404         articles.
2405
2406 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2409         (nnfolder-generate-active-file): Make this function work with recursive
2410         folder names.
2411
2412 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2413
2414         * nntp.el (nntp-open-connection): Use HELP as the capability command
2415         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2416         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2417
2418 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2419
2420         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2421         place holder since this gives `Invalid face reference: nil' messages.
2422         Use the `default' face instead.  It has the same effect here, even
2423         though it is not no-op.
2424
2425         * gnus-util.el
2426         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2427
2428 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2429
2430         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2431         non-string posting styles (bug#13285).
2432
2433 2012-12-27  Glenn Morris  <rgm@gnu.org>
2434
2435         * plstore.el (plstore-passphrase-callback-function):
2436         Use plstore-get-file.
2437
2438 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2439
2440         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2441         stderr.
2442
2443 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2446
2447         * gnus-compat.el (set-buffer-multibyte): Remove.
2448
2449 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2450
2451         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2452         temporary file to get PGP key image.  Pass no-show-photos when
2453         extracting image to avoid having it pop up twice.
2454
2455 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2456
2457         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2458         eligible for treatment.
2459
2460         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2461         lines.  This makes summary commands with hidden threads work more
2462         reliably.
2463
2464         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2465         button to mark the hidden citations (bug#9395).
2466
2467 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2468
2469         * mml2015.el (mml2015-epg-signature-to-string): New function.
2470         (mml2015-epg-verify-result-to-string): New function.
2471         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2472         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2473         instead of epg-verify-result-to-string.
2474         (epg-signature-key-id, epg-signature-to-string): Autoload.
2475         (epg-verify-result-to-string): Remove autoload.
2476
2477 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2478
2479         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2480         ID image from GPG public key.
2481         (mml2015-epg-key-image-to-string): New function.
2482
2483 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2484
2485         * plstore.el (plstore-passphrase-callback-function): Fix error when
2486         error when plstore-cache-passphrase-for-symmetric-encryption is set
2487         (bug#13264).
2488
2489 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2490
2491         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2492         buffer to the article buffer here, because that clobbers multiple
2493         article buffers.
2494
2495         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2496         buffer always points to the right summary buffer.
2497
2498 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2499
2500         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2501         the password (bug#12097).
2502
2503 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2504
2505         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2506         (bug#13263).
2507
2508         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2509         buffer exists before using it (bug#12475).
2510
2511         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2512         offline groups (bug#11937).
2513
2514         * message.el (message-yank-original): When using customize to set the
2515         value of `message-cite-style', the variable it set to a symbol that's
2516         the name of the variable, which must then be dereferenced (bug#12616).
2517
2518 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2519
2520         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2521         the `face' property with a list whose car is the face specified in the
2522         format string and whose cdr is (nil).
2523         * lisp/gnus-util.el
2524         (gnus-put-text-property-excluding-characters-with-faces):
2525         Change accordingly.
2526         (gnus-get-text-property-excluding-characters-with-faces): New function.
2527         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2528         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2529         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2530
2531 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2532
2533         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2534         login methods.
2535         (nnimap-login): Respect the `nnimap-authenticator' variable.
2536
2537         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2538         mark state when moving articles.  Otherwise unticked articles will get
2539         their ticks back after moving.
2540
2541 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2542
2543         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2544
2545         * message.el (message-ignored-news-headers): Always remove
2546         X-Message-SMTP-Method to avoid information leakage if the user
2547         mistakenly inserts the header into news messages.
2548
2549         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2550
2551         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2552         right than four characters, this command would move point to
2553         `point-max'.  Don't do that.
2554
2555         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2556         to nil to allow re-selecting groups that gain articles.
2557         (gnus-bug-group-download-format-alist): Update the URL.
2558
2559 2012-12-23  Andreas Schwab  <schwab@suse.de>
2560
2561         * shr.el (shr-tag-em): Render em as italic, not bold.
2562
2563 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2564
2565         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2566         for reuse.
2567         (gnus-open-server): Use it to add more tracing.
2568         (gnus-finish-retrieve-group-infos): Add backend tracing.
2569         (gnus-backend-trace): Also note the elapsed seconds.
2570
2571 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2572
2573         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2574         Set epa-file-encrypt-to from variable to avoid querying.
2575
2576 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2577
2578         * sieve-mode.el (sieve-font-lock-keywords):
2579         Keywords should be word delimited.  (Bug#13173)
2580
2581 2012-12-13  Andreas Schwab  <schwab@suse.de>
2582
2583         * tls.el (tls-program): Update customize type.
2584
2585 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2588         instead of <pre> to align message header.
2589
2590 2012-12-12  Sam Steingold  <sds@gnu.org>
2591
2592         * gnus.el (gnus-other-frame-resume-function): Add user option.
2593         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2594
2595 2012-12-06  Sam Steingold  <sds@gnu.org>
2596
2597         * gnus-start.el (gnus-before-resume-hook): Add.
2598         (gnus-1): Run it when Gnus is alive.
2599
2600 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2603         * gnus-art.el (article-unsplit-urls)
2604         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2605         * gnus-registry.el (gnus-registry-get-article-marks)
2606         * message.el (message-goto-body): Use it.
2607         (message-called-interactively-p): Remove.
2608
2609         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2610         (spam-stat-score-buffer): Use it.
2611
2612         * spam.el: Silence the warnings against BBDB functions when compiling.
2613
2614         * gnus-score.el (gnus-score-decode-text-parts):
2615         Use append+mapcar instead of the cl function mapcan.
2616
2617 2012-12-05  Sam Steingold  <sds@gnu.org>
2618
2619         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2620         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2621         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2622
2623 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * gmm-utils.el (gmm-called-interactively-p): Revert.
2626         This seems to cause Emacs to get stuck!
2627         * gnus-art.el (article-unsplit-urls)
2628         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2629         * gnus-registry.el (gnus-registry-get-article-marks)
2630         * message.el (message-goto-body)
2631         (message-called-interactively-p): Revert.
2632
2633         * gmm-utils.el (gmm-called-interactively-p): New function.
2634         * gnus-art.el (article-unsplit-urls)
2635         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2636         * gnus-registry.el (gnus-registry-get-article-marks)
2637         * message.el (message-goto-body): Use it.
2638         (message-called-interactively-p): Remove.
2639
2640         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2641         * gnus-sync.el (gnus-sync-lesync-call)
2642         * message.el (message-read-from-minibuffer): Use it.
2643
2644 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * gmm-utils.el (gmm-flet): Remove.
2647         * gnus-sync.el (gnus-sync-lesync-call)
2648         * message.el (message-read-from-minibuffer): Don't use it.
2649
2650 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2653
2654 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2657
2658         * gnus-sync.el (gnus-sync-lesync-call)
2659         * message.el (message-read-from-minibuffer): Use gmm-flet.
2660
2661         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2662
2663         * gnus-util.el (gnus-macroexpand-all): Remove.
2664
2665 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2666
2667         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2668         to TAB, not [tab].
2669         (gnus-summary-article-map): Likewise.
2670
2671         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2672         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2673
2674 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2675
2676         * time-date.el: Commentary fix.
2677
2678 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2679
2680         * color.el: Don't require cl.
2681         (color-complement): `caddr' -> `nth 2'.
2682
2683         * time-date.el (time-to-seconds): De-obsolete.
2684
2685 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * message.el (message-get-reply-headers):
2688         Make sure the reply goes to the author if it is a wide reply.
2689
2690 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2691
2692         * gnus-score.el (gnus-score-body):
2693         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2694         scoring by body.
2695
2696 2012-11-16  Glenn Morris  <rgm@gnu.org>
2697
2698         * gnus-diary.el (nndiary-request-create-group-functions)
2699         (nndiary-request-update-info-functions)
2700         (gnus-subscribe-newsgroup-functions)
2701         (nndiary-request-accept-article-functions):
2702         Use new names for hooks rather than obsolete aliases.
2703
2704 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2707
2708 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2711         in meta tag with the one the part specifies in its header.
2712
2713 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2714
2715         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2716         by default.
2717
2718 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2721         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2722
2723 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2726         and a runtime function for it, of which the XEmacs version takes only
2727         two arguments.
2728
2729 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2730
2731         * nndiary.el (nndiary-request-create-group-functions)
2732         (nndiary-request-update-info-functions)
2733         (nndiary-request-accept-article-functions):
2734         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2735         "-hooks" suffix.
2736
2737 2012-10-19  Julien Danjou  <julien@danjou.info>
2738
2739         * gnus-art.el: Require gnus-util because it uses
2740         `gnus-timer--function'.
2741
2742 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2743
2744         * starttls.el (starttls-extra-arguments): Doc fix.
2745
2746 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2749         it.
2750
2751 2012-10-06  Glenn Morris  <rgm@gnu.org>
2752
2753         * gnus-notifications.el (gnus-notifications):
2754         Add missing group :version tag.
2755         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2756         (gnus-gcc-post-body-encode-hook):
2757         * gnus-sync.el (gnus-sync-lesync-name)
2758         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2759
2760 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2761
2762         * color.el (color-hsl-to-rgb): Fix incorrect results for
2763         small and large hue values.  (Bug#12559)
2764
2765 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         New UIDL implementation.
2768
2769         * mail-source.el (mail-sources, mail-source-keyword-map):
2770         Add :leave as a pop3 keyword.
2771         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2772
2773         * pop3.el (pop3-leave-mail-on-server): Allow number.
2774         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2775         (pop3-movemail): Add UIDL support.
2776         (pop3-send-streaming-command): Take a list of mail numbers instead of
2777         the number of mails.
2778         (pop3-write-to-file): Add X-UIDL header.
2779         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2780         (pop3-uidl-add-xheader): New functions.
2781
2782         * message.el (message-ignored-resent-headers):
2783         Add X-Content-Length and X-UIDL headers.
2784
2785 2012-10-05  Glenn Morris  <rgm@gnu.org>
2786
2787         * color.el (color-name-to-rgb, color-rgb-to-hex)
2788         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2789         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2790         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2791         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2792
2793 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2796         a user about whether to delete temp files if once a user answered as n.
2797
2798 2012-09-25  Chong Yidong  <cyd@gnu.org>
2799
2800         * password-cache.el (password-read-and-add): Use a declare form to mark
2801         this function obsolete.
2802
2803 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * lpath.el: Bind mail-encode-mml for old Emacsen.
2806
2807 2012-09-17  Richard Stallman  <rms@gnu.org>
2808
2809         * message.el (message-in-body-p): Don't set mark or modify buffer.
2810
2811         * mml.el (mml-attach-file): Doc fix.
2812         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2813         Set mail-encode-mml when in Mail mode.
2814         Simplify code to set HEAD and move back to HEAD.
2815         (mml-insert-multipart, mml-insert-part):
2816         Set mail-encode-mml when in Mail mode.
2817
2818 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * gnus-util.el (gnus-timer--function): New function.
2821
2822         * gnus-art.el (gnus-article-stop-animations): Use it.
2823
2824 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2825
2826         Fix glitches caused by addition of psec to timers.
2827         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2828         rather than raw access to timer vector.
2829
2830 2012-09-11  Julien Danjou  <julien@danjou.info>
2831
2832         * gnus-notifications.el (gnus-notifications): Check for nil values in
2833         ignored addresses check.
2834
2835 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2836
2837         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2838
2839 2012-09-07  Chong Yidong  <cyd@gnu.org>
2840
2841         * gnus-util.el
2842         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2843
2844         * gnus-salt.el (gnus-tree-highlight-node):
2845         * gnus-sum.el (gnus-summary-highlight-line):
2846         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2847
2848 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2849
2850         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2851
2852 2012-09-06  Juri Linkov  <juri@jurta.org>
2853
2854         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2855         scheme for buffer names to be more consistent with other group and
2856         article buffer names in Gnus.
2857
2858 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus-util.el
2861         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2862
2863         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2864         Jenkner.
2865
2866         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2867
2868         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2869
2870         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2871
2872 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2875         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2876
2877         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2878         string-prefix-p in Emacs >=23.2.
2879
2880         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2881         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2882         instead of string-match-p.
2883         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2884
2885 2012-09-06  Kenichi Handa  <handa@gnu.org>
2886
2887         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2888         lowercase a..f.
2889
2890 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2891
2892         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2893
2894 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2895
2896         * nnimap.el (nnimap-request-move-article): Decode the group name when
2897         doing internal moves to avoid charset issues.
2898
2899         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2900         TIME is set.
2901
2902 2012-09-05  Juri Linkov  <juri@jurta.org>
2903
2904         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2905         than one group at a time (bug#11961).
2906
2907 2012-09-05  Julien Danjou  <julien@danjou.info>
2908
2909         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2910         this hide the real reason with a message giving absolutely no hint.
2911
2912 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2913
2914         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2915         to the backend (bug#11804).
2916
2917         * message.el (message-insert-newsgroups): Don't insert newsgroup
2918         duplicates (bug#12275).
2919
2920 2012-09-05  John Wiegley  <johnw@newartisans.com>
2921
2922         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2923         sieve rules.
2924
2925 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2926
2927         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2928         function.
2929
2930         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2931
2932         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2933
2934 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2935
2936         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2937         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2938         This should make nnmaildir more usable with offlineimap.
2939
2940 2012-09-05  Julien Danjou  <julien@danjou.info>
2941
2942         * nnimap.el (nnimap-request-list): Revert change that made listing
2943         synchronous.
2944         (nnimap-get-responses): Restore.
2945
2946 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2947
2948         * dgnushack.el: XEmacs 21.5 compilation fix.
2949
2950         * gnus-notifications.el (gnus-notifications-notify): Use it.
2951
2952         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2953         warnings on XEmacs.
2954
2955 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2956
2957         Better seeds for (random).
2958         * gnus-sync.el (gnus-sync-lesync-setup):
2959         * message.el (message-canlock-generate, message-unique-id):
2960         Change (random t) to (random), now that the latter is more random.
2961
2962 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2963
2964         * nnimap.el (nnimap-change-group): Document result value
2965
2966         * auth-source.el (auth-sources): Fix macos keychain access.
2967
2968         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2969         allow the backend `request-head' function to determine the group
2970         name on its own.
2971         (gnus-request-expire-articles): Filter out negative article numbers
2972         during expiry (Bug#11980).
2973
2974         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2975         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2976
2977         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2978         you've found the article when you haven't.
2979
2980         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2981         that nnimap-change-group can return t.
2982
2983 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2984
2985         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2986
2987 2012-08-30  Julien Danjou  <julien@danjou.info>
2988
2989         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2990         `gnus-notifications-timeout'.
2991         (gnus-notifications-timeout): Add.
2992         (gnus-notifications-action): New function.
2993         (gnus-notifications-notify): Add :action using
2994         `gnus-notifications-action'.
2995         (gnus-notifications-id-to-msg): New variable.
2996         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2997         notifications id to messages.
2998
2999 2012-08-30  Kenichi Handa  <handa@gnu.org>
3000
3001         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3002         once.
3003
3004 2012-08-29  Julien Danjou  <julien@danjou.info>
3005
3006         * gnus-notifications.el: New file.
3007         (gnus-notifications-notify): New function.
3008         (gnus-notifications): Use `gnus-notifications-notify'.
3009
3010 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3013         transfer encoding first; bind gnus-newsgroup-charset to the charset
3014         that the article specifies (Bug#12209).
3015
3016 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3019         (gnus-group-customize-done): Encode values posting-style holds.
3020
3021         * gnus-msg.el (gnus-summary-resend-message)
3022         (gnus-configure-posting-styles): Decode values posting-style group
3023         parameter holds.
3024
3025 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3028         `name' and `address' in Resent-From header.
3029
3030 2012-08-14  Chong Yidong  <cyd@gnu.org>
3031
3032         * gnus-art.el (article-display-face): Handle failure in
3033         gnus-create-image (Bug#11802).
3034
3035 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3036
3037         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3038         Use defsetf.
3039
3040 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3041
3042         * auth-source.el (auth-source-plstore-search)
3043         (auth-source-secrets-search): Ignore :require and :type in search spec.
3044
3045 2012-08-06  Julien Danjou  <julien@danjou.info>
3046
3047         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3048         `nnimap-request-move-article'.
3049
3050         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3051         Remove autoload, already handled by gnus.el.
3052
3053         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3054
3055         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3056         supported by nnimap actually.  Reverts previous change.
3057
3058         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3059         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3060         to-buffer argument that is already supported.
3061
3062 2012-08-05  Julien Danjou  <julien@danjou.info>
3063
3064         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3065         Add autoload.
3066
3067 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * gnus.el (gnus-valid-select-methods): Fix custom type.
3070
3071 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3072
3073         * auth-source.el (auth-sources, auth-source-backend-parse)
3074         (auth-source-macos-keychain-search)
3075         (auth-source-macos-keychain-search-items)
3076         (auth-source-macos-keychain-result-append)
3077         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3078         auth-source.el through the /usr/bin/security utility.
3079         (auth-sources): Fix syntax error.
3080         (auth-source-macos-keychain-result-append): Fix variable name.
3081         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3082
3083 2012-07-27  Julien Danjou  <julien@danjou.info>
3084
3085         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3086         Emacs < 24.1
3087
3088 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * message.el (message-kill-address): Don't kill last newline.
3091         (message-skip-to-next-address): Don't move to the next header.
3092         (message-fill-field-address): Work properly.
3093
3094 2012-07-25  Julien Danjou  <julien@danjou.info>
3095
3096         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3097
3098 2012-07-24  Julien Danjou  <julien@danjou.info>
3099
3100         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3101
3102         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3103         (nntp-async-timer-handler): Remove, unused.
3104
3105         * nnimap.el (nnimap-get-responses): Remove, unused.
3106
3107         * nnheader.el (mail-header-set-extra): Remove, unused.
3108
3109         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3110         unused.
3111
3112         * mm-view.el (mm-view-sound-file): Remove, unused.
3113
3114         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3115         (mm-url-encode-multipart-form-data): Remove, unused.
3116
3117         * message.el (message-remove-signature, message-make-host-name)
3118         (message-fill-address): Remove, unused.
3119
3120         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3121         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3122         unused.
3123
3124         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3125         (gnus-xmas-call-region): Remove, unused.
3126
3127         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3128
3129         * gnus-util.el (gnus-extract-address-component-name)
3130         (gnus-extract-address-component-email, gnus-sortable-date)
3131         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3132         (gnus-process-live-p): Remove, unused.
3133
3134         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3135
3136         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3137         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3138         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3139         function.
3140
3141         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3142
3143         * gnus-score.el (gnus-summary-score-crossposting)
3144         (gnus-score-regexp-bad-p): Remove, unused.
3145
3146         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3147
3148         * gnus-range.el (gnus-sublist-p): Remove, unused.
3149
3150         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3151         unused.
3152
3153         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3154
3155         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3156         (gnus-request-associate-buffer): Remove, unused.
3157
3158         * gnus-group.el (gnus-group-set-method-info)
3159         (gnus-group-set-params-info): Remove, unused.
3160
3161         * gnus-fun.el (gnus-shell-command-to-string)
3162         (gnus-shell-command-on-region): Remove, unused.
3163
3164         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3165
3166         * gnus-art.el (gnus-article-text-type-exists-p)
3167         (article-translate-characters, gnus-article-hide-text-of-type)
3168         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3169         Remove, unused.
3170
3171 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3172
3173         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3174
3175 2012-07-21  Julien Danjou  <julien@danjou.info>
3176
3177         * message.el (message-dont-reply-to-names): Replace deprecated
3178         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3179         (message-get-reply-headers): Ditto.
3180
3181 2012-07-18  Julien Danjou  <julien@danjou.info>
3182
3183         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3184         `sieve-upload-and-kill'.
3185
3186         * sieve.el (sieve-bury-buffer): Remove function.
3187         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3188         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3189
3190 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3191
3192         * shr.el (shr-expand-url): Handle URL starting with `//'.
3193
3194 2012-07-13  Chong Yidong  <cyd@gnu.org>
3195
3196         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3197         instead of calling toggle-read-only with a (bogus) argument.
3198
3199 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3200
3201         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3202         of initial input when reading the author to restrict the summary to.
3203
3204 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * mm-decode.el (mm-shr):
3207         Allow overriding charset by mm-charset-override-alist.
3208
3209 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * gnus-art.el (gnus-article-view-part):
3212         Toggle subparts of multipart/alternative part.
3213
3214 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3215
3216         * shr.el (shr-render-buffer): New command.
3217         (shr-visit-file): Use it.
3218
3219 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3222         Set no-byte-compile and no-update-autoloads.
3223
3224 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3227
3228 2012-06-25  Julien Danjou  <julien@danjou.info>
3229
3230         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3231         `nnimap-request-move-articles-find-limit' since we do not use it only
3232         for move operations.
3233         (nnimap-request-accept-article): Use
3234         `nnimap-request-articles-find-limit' to limit search by message-id.
3235
3236 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3237
3238         Support higher-resolution time stamps (Bug#9000).
3239
3240         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3241         VARLIST.  It's optional, for backward compatibility.
3242         (encode-time-value): New optional arg PICO.  New type 3.
3243         (time-to-seconds) [!float-time]: Support the new picoseconds
3244         component if it's used.
3245         (seconds-to-time, time-subtract, time-add):
3246         Support ps-resolution time stamps as well.
3247
3248 2012-06-19  Julien Danjou  <julien@danjou.info>
3249
3250         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3251
3252         * nnimap.el (nnimap-log-buffer): Check that
3253         `window-point-insertion-type' is boundp, since it's not available in
3254         XEmacs.
3255
3256 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3257
3258         * nnimap.el (nnimap-log-buffer): Add this, setting
3259         `window-point-insertion-type' in the buffer to t.
3260         (nnimap-log-command): Use nnimap-log-buffer.
3261
3262 2012-06-19  Julien Danjou  <julien@danjou.info>
3263
3264         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3265         argument to be able to limit the search.
3266         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3267         (nnimap-request-move-articles-find-limit): Add this to limit the search
3268         by Message-Id after a message move.
3269         (nnimap): Add defgroup.
3270
3271 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3272
3273         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3274
3275 2012-06-15  Julien Danjou  <julien@danjou.info>
3276
3277         * nnimap.el (nnimap-find-article-by-message-id): Use
3278         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3279         (nnimap-possibly-change-group): Add read-only argument.
3280         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3281         issuing EXAMINE manually.
3282         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3283         with read-only argument.
3284         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3285         cannot possibly change because we need to be sure that it's either
3286         read-write or read-only.
3287
3288 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3291         being bound to a lambda form.
3292
3293 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3294
3295         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3296         articles when fetch-old is non-nil (bug#11370).
3297
3298 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3299
3300         * gnus-picon.el (gnus-picon-properties): New defcustom.
3301         (gnus-picon-create-glyph): Use it.
3302
3303 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * gnus-group.el (gnus-group-get-new-news): Respect
3306         `gnus-group-use-permanent-levels', as documented (bug#11638).
3307
3308 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3309
3310         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3311         groups (bug#11641).
3312
3313 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3314
3315         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3316         is an integer to avoid later problems.
3317
3318 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3321         locales.
3322
3323         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3324         on a handle.
3325
3326         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3327         address as the default.
3328         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3329
3330         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3331         makes no sense to query the user about internal files.
3332
3333         * gnus-spec.el: Remove all the byte-compilation stuff, since
3334         benchmarking shows that it doesn't help when entering large summary
3335         buffers.
3336
3337         * gnus-xmas.el (gnus-xmas-define): Remove.
3338
3339         * gnus-util.el (gnus-byte-code): Remove.
3340
3341         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3342         grouplens stuff.
3343
3344 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3347         (bug#11514).
3348
3349 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3350
3351         * message.el (message-buffers): Return all buffers derived from Message
3352         to make `gnus-dired-attach' work with mu4e.
3353
3354 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3355
3356         * nntp.el: Stop the `letf' madness.
3357         (nntp--report-1): New var.
3358         (nntp-report): Merge nntp-report-1 into it.
3359         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3360         the nntp-report function.
3361
3362         * auth-source.el: Fix comment-style to follow the convention.
3363
3364 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3365
3366         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3367         (mm-dissect-singlepart): Don't guess the MIME type of
3368         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3369         set.
3370         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3371         toplevel MIME type is multipart/encrypted.
3372
3373 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3376         a string so that Gcc works (bug#11514).
3377
3378 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3379
3380         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3381         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3382
3383 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3384
3385         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3386         jumping to *Server* from a dedicated *Group* window.
3387         (gnus-configure-frame): CSE.
3388
3389         * gnus-registry.el: Minor style cleanup.
3390         (gnus-registry--set/remove-mark): New function, extracted from
3391         gnus-registry-install-shortcuts.
3392         (gnus-registry-install-shortcuts): Use it.
3393
3394 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * nnspool.el (news-path): Use eval-and-compile.
3397
3398 2012-05-24  Glenn Morris  <rgm@gnu.org>
3399
3400         * nnspool.el (news-directory, news-path, news-inews-program):
3401         Move here from paths.el.  Don't see a need for these to be autoloaded.
3402
3403         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3404         Merge in doc from paths.el version.  Don't see any need for this to be
3405         autoloaded, or for the warning about users not setting it.
3406
3407 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3408
3409         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3410         format.  In particular, add an optional argument and a docstring.
3411
3412         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3413
3414         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3415         current before calling `gnus-groups-to-gnus-format'.
3416         Note that this was already the case for `gnus-active-to-gnus-format'.
3417
3418 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3419
3420         Fix minor Y10k bug.
3421         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3422
3423 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3424
3425         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3426         message once it's actually open.
3427
3428 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3429
3430         * gnus.el: Ma Gnus v0.5 is released.
3431
3432 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3433
3434         * auth-source.el (auth-source--aput-1, auth-source--aput)
3435         (auth-source--aget): New functions and macros.
3436         Use them instead of aput/aget.
3437
3438 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3439
3440         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3441
3442 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3443
3444         * plstore.el (plstore-called-interactively-p): New compat macro copied
3445         from message.el.
3446         (plstore-mode): Use it.
3447
3448 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3449
3450         * plstore.el: Revive the editing feature.
3451         (plstore-mode): New mode to edit plstore file.
3452         (plstore-mode-toggle-display, plstore-mode-original)
3453         (plstore-mode-decoded): New command.
3454         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3455         (plstore--insert-buffer, plstore--make): New function.
3456         (plstore-open, plstore-save): Simplify by using them.
3457
3458 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3461
3462 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3463
3464         * tls.el (open-tls-stream): Remove unused binding.
3465
3466 2012-04-16  Glenn Morris  <rgm@gnu.org>
3467
3468         * nndraft.el (nndraft-request-list): Fix declaration.
3469
3470 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * mm-decode.el (mm-dissect-buffer): Doc fix.
3473
3474         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3475         don't have a current group.
3476
3477         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3478         buffer if it doesn't exist.
3479
3480         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3481         given, mark the group as ephemeral with the current window conf.
3482
3483         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3484         buffer exists, which it doesn't if we haven't started Gnus.
3485         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3486
3487 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3488
3489         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3490         type is.
3491
3492         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3493         `unexists' entries.
3494         (gnus-clean-old-newsrc): Fix last checkin.
3495
3496         * nnimap.el (nnimap-update-info): None of the articles below the active
3497         low-water mark exist.
3498
3499         * dgnushack.el: Get rid of XEmacs compilation warning.
3500
3501         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3502         would have gotten if we posted to the group, and use that to compare
3503         against the message we want to cancel (bug#10808).
3504
3505         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3506         on XEmacs.
3507
3508 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3509
3510         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3511         `scroll-margin'.
3512
3513 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3514
3515         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3516         citation prefix within a block of cited text should be considered part
3517         of that block *only* if it is a blank line.
3518
3519 2012-04-09  Chong Yidong  <cyd@gnu.org>
3520
3521         * binhex.el, hashcash.el, uudecode.el:
3522         Remove * characters from the front of variable docstrings.
3523
3524 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3527         before kinsoku-bol characters nor within kinsoku-eol characters.
3528
3529 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3532         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3533         (gnus-sync-read): Use mapc instead of mapcar.
3534
3535         * mm-archive.el: Require mm-decode for some macros.
3536         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3537         the byte compiler.
3538         (mm-archive-decoders): New function that returns the value of
3539         the mm-archive-decoders variable.
3540
3541         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3542         instead.
3543         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3544
3545         * nnimap.el (gnus-refer-thread-use-nnir):
3546         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3547
3548 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3551
3552 2012-03-12  Peter Münster  <pmrb@free.fr>
3553
3554         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3555         (gnus-demon-cancel): Ditto.
3556         (gnus-demon-run-callback): When function cannot be called due to low
3557         idleness, call it when idleness reaches the expected value, instead of
3558         waiting another timer period.
3559         (gnus-demon-init): Add `time' to arguments of call-back.
3560
3561 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3564
3565         * gnus.el: Register gnus-registry functions.
3566
3567         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3568         indent.
3569
3570         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3571         enabled before warping.
3572
3573 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3574
3575         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3576         registry about each article retrieved.
3577
3578         * gnus-int.el (gnus-select-group-with-message-id): New function.
3579         (gnus-try-warping-via-registry): Ditto.
3580         (gnus-warp-to-article): Fall back on the registry.
3581
3582 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3583
3584         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3585         inboxes.
3586
3587 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3590
3591 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3594         gnus-gcc-self-resent-messages may be a group parameter.
3595         (gnus-summary-resend-message): Don't encode encoded words in header
3596         when Gcc'ing resent message.
3597
3598 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599
3600         * shr.el (shr-insert): Treat non-breaking space just like normal
3601         space.  This seems to produce more pleasing results.
3602         (shr-insert): Only insert a blank line if we're starting from an image.
3603         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3604         (shr-ensure-paragraph): Consider lines with white space to be blank.
3605
3606 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3607
3608         * Makefile.in: Respect DESTDIR.
3609
3610 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3611
3612         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3613         and gnus-gcc-post-body-encode-hook.
3614
3615 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3618         messages that don't exist.
3619
3620         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3621
3622 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3625         Remove.
3626
3627         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3628
3629         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3630
3631 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3634         have a group name.
3635
3636         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3637         a multibyte buffer (bug#7410).
3638         (article-wash-html): Parse the original article buffer to get the
3639         unencoded data (bug#7410).
3640
3641         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3642         .newsrc.el files.
3643
3644 2012-04-05  Bastien Guerry  <bzg@altern.org>
3645
3646         * color.el (color-lighten-name): Fix typo.
3647
3648 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3651         "#" to avoid having them interpreted as comments.
3652
3653 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * shr.el (shr-insert): Update the text state properly to avoid
3656         inserting spurious paragraph starts.
3657
3658 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * shr.el (shr-table-widths): Divide the extra width more fairly over
3661         the TDs (bug#10973).
3662         (shr-render-td): Don't delete too much padding.
3663         (shr-natural-width): Compute the natural width more correctly.
3664         (shr-insert): Allow the natural width to be computed for tables again.
3665         (shr-tag-table-1): Rework how the natural widths are computed by
3666         rendering the table a third time.
3667         (shr-natural-width): Removed.
3668         (shr-buffer-width): New function.
3669         (shr-expand-newlines): Use it.
3670
3671         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3672         using a `gnus-use-full-window' setup (bug#11013).
3673
3674 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3675
3676         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3677         24.1 release.
3678
3679 2012-03-10  David Edmondson  <dme@dme.org>
3680
3681         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3682         'Forwarded Message' header and the start of the message.
3683
3684 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3685
3686         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3687         isn't running (bug#10897).
3688
3689 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3692         This is inconsistent with all the other stream functions, which leave
3693         the setting up to the higher levels (if so wanted) (bug#10931).
3694
3695 2012-02-28  Glenn Morris  <rgm@gnu.org>
3696
3697         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3698         mm-decode.el: Standardize possessive apostrophe usage.
3699
3700 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3703
3704 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3705
3706         * parse-time.el (parse-time-string): Allow extractor to return nil.
3707
3708 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3711
3712 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3715
3716 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3717
3718         * mm-decode.el (mm-shr): Remove "soft hyphens".
3719
3720         * nnimap.el (nnimap-request-list): Return the group names encoded as
3721         utf8.  Otherwise non-European group names don't work.
3722         (nnimap-request-newgroups): Ditto.
3723
3724         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3725         the default in `read-string' (bug#10757).
3726
3727         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3728         topics (bug#10843).
3729
3730         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3731         buffer.  Suggested by Herbert Valerio Riedel.
3732         (nnimap-request-move-article): Delete the message from the correct IMAP
3733         server.
3734
3735 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3736
3737         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3738         Reported by Peter Münster.
3739
3740 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3741
3742         * shr.el (shr-image-fetched): Make sure we really kill the right
3743         buffer.
3744
3745 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3746
3747         * gnus-start.el (gnus-1): Avoid duplicate entries.
3748
3749 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3750
3751         * imap.el: Remove.
3752
3753         * nntp.el (nntp-coding-system-for-read): Remove.
3754         (nntp-coding-system-for-write): Ditto.
3755         (nntp-open-connection): Just use `binary' directly.
3756
3757         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3758         Gnus 0.3.
3759
3760 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3761
3762         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3763         application/octet-stream parts really is.
3764
3765         * gnus-sum.el (gnus-propagate-marks): Remove.
3766
3767 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3768
3769         * shr.el (shr-rescale-image): Undo previous change; see
3770         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3771
3772 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3773
3774         * gnus.el: Ma Gnus v0.3 is released.
3775
3776 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3777
3778         * gnus-sum.el (gnus-summary-local-variables): Make
3779         `gnus-newsgroup-unexist' into a local variable.
3780
3781 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3782
3783         * registry.el (registry-usage-test, registry-persistence-test): Move to
3784         tests/gnustest-registry.el.
3785         (registry-make-testable-db, registry-match-test)
3786         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3787
3788         * gnus-registry.el (gnus-registry-misc-test)
3789         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3790
3791         * tests/gnustest-registry.el: New file with the registry and
3792         gnus-registry ERT tests.
3793
3794 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * gnus-msg.el (gnus-summary-resend-message): Make
3797         gnus-summary-resend-message-insert-gcc be last item in
3798         message-header-setup-hook.
3799
3800 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3801
3802         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3803         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3804         Remove.
3805         (nnfolder-open-server): Don't use marks.
3806         (nnfolder-request-delete-group): Ditto.
3807         (nnfolder-request-rename-group): Ditto.
3808         (nnfolder-request-set-mark, nnfolder-request-marks)
3809         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3810         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3811
3812         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3813         (nnml-marks-modtime): Remove.
3814         (nnml-request-delete-group): Don't use marks.
3815         (nnml-request-rename-group): Ditto.
3816         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3817         (nnml-save-marks, nnml-open-marks): Remove.
3818
3819         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3820         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3821         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3822         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3823         (nntp-server-to-method-cache): Remove.
3824
3825         * shr.el (shr-rescale-image): Fix wrong merge.
3826
3827 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3828
3829         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3830         too-wide lines.
3831
3832 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3833
3834         * nnimap.el (nnimap-record-commands): New variable.
3835         (nnimap-log-command): Use it.
3836         (nnimap-make-process-buffer): Add a space to the process buffer.
3837         (nnimap-transform-headers): Don't bug out on header lines containing
3838         stuff that look like IMAP length encodings.
3839
3840         * shr.el (shr-rescale-image): Allow viewing large images.
3841
3842 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3843
3844         * nnml.el (nnml-request-compact-group): Delete the marks file after
3845         compaction (bug#10800).
3846
3847         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3848         group exit.
3849
3850         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3851         QRESYNC/FETCH output.
3852
3853 2012-02-11  Glenn Morris  <rgm@gnu.org>
3854
3855         * sieve-manage.el (sieve-manage-default-stream):
3856         * shr.el (shr):
3857         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3858         (nnir-retrieve-headers-override-function)
3859         (nnir-imap-default-search-key, nnir-notmuch-program)
3860         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3861         (nnir-method-default-engines):
3862         * message.el (message-cite-reply-position):
3863         * gssapi.el (gssapi-program):
3864         * gravatar.el (gravatar):
3865         * gnus-sum.el (gnus-refer-thread-use-nnir):
3866         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3867         (gnus-registry-max-pruned-entries):
3868         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3869         * gnus-int.el (gnus-after-set-mark-hook)
3870         (gnus-before-update-mark-hook):
3871         * gnus-async.el (gnus-async-post-fetch-function):
3872         * auth-source.el (auth-source-cache-expiry):
3873         Add missing :version tags to new defcustoms and defgroups.
3874
3875 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3876
3877         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3878         `gnus-newsgroup-unexist'.
3879
3880         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3881         marks.
3882         (gnus-article-special-mark-lists): Put the `unexist' in the special
3883         marks list instead.
3884
3885         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3886         articles in the list of articles to be selected.
3887
3888         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3889         articles.
3890         (nnimap-update-info): Keep track of unexisting articles.
3891         (nnimap-update-qresync-info): Ditto.
3892
3893 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3894
3895         * message.el (message-default-send-mail-function): Made into own
3896         function for reuse by emacsbug.el.
3897
3898 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3899
3900         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3901         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3902
3903 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3904
3905         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3906         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3907
3908         * gnus-compat.el: Define `timer-set-function'.
3909
3910         * mm-decode.el (mm-display-external): Output the text from the command
3911         in the buffer after the command finished.  This makes text-based
3912         commands behave better.
3913
3914 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3915
3916         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3917
3918 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3919
3920         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3921         23.1.
3922
3923 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3926
3927 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3928
3929         * message.el (smtpmail-smtp-user): Silence compiler warning.
3930
3931 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3932
3933         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3934         SMTP user name.
3935
3936 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * gnus-sum.el (gnus-summary-show-thread):
3939         next-single-char-property-change may return nil in XEmacs.
3940         (gnus-summary-article-map): Fix typo.
3941
3942 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3943
3944         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3945         running.
3946
3947         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3948
3949         * gnus.el (gnus-server-extend-method): Don't add an -address component
3950         if the method already has one (bug#9676).
3951
3952 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3953
3954         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3955         of an initial-input for consistency (bug#10757).
3956
3957         * dgnushack.el: Fix XEmacs compilation warning.
3958
3959         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3960
3961         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3962
3963 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3964
3965         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3966         lines that are narrower than the window width.  Otherwise background
3967         "blocks" will look less readable.
3968
3969 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3970
3971         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3972         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3973         have newlines within the strings, and where the UID comes after the
3974         BODYSTRUCTURE element (bug#10537).
3975
3976         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3977         (bug#10732).
3978
3979         * shr.el (shr-insert-document): Add doc string.
3980         (shr-visit-file): Ditto.
3981         (shr-remove-trailing-whitespace): New function.
3982         (shr-insert-document): Use it to clean up trailing whitespace as the
3983         final step (bug#10714).
3984
3985 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3986
3987         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3988         buffer if `gnus-kill-summary-on-exit' is nil.
3989
3990 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3991
3992         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3993         when just reading a single group from "without" Gnus.
3994
3995 2012-02-06  Chong Yidong  <cyd@gnu.org>
3996
3997         * gnus-sum.el (gnus-summary-show-thread):
3998         next-single-char-property-change never returns nil (Bug#8657).
3999
4000 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4001
4002         * message.el (message-multi-smtp-send-mail): New function.
4003         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4004         header to implement multi-SMTP functionality.
4005
4006         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4007         (gnus-agentize): Don't set it.
4008         (gnus-agent-send-mail): Don't use it.
4009
4010         * gnus-sum.el (gnus-summary-widget-backward): New function and
4011         keystroke.
4012
4013         * gnus-compat.el: More the compat functions more compatible.
4014
4015         * shr.el (shr-put-image): Remove underlines from sliced images.
4016         (shr-zoom-image): Compute the region to be replaced more correctly.
4017
4018 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4021         (gnus-summary-resend-message-insert-gcc): New function.
4022         (gnus-summary-resend-message): Modify message-header-setup-hook and
4023         message-sent-hook to make it work for Gcc.
4024         (gnus-inews-do-gcc): Update the number of unread articles of groups
4025         that messages are Gcc'd to.
4026
4027         * message.el (message-resend): Run message-sent-hook to do Gcc.
4028
4029 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4030
4031         * lpath.el: Fix an XEmacs compilation warning.
4032
4033         * gnus-compat.el: Require `help-fns' to fix compilation error.
4034
4035         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4036         a higher level to silence compilation.
4037
4038         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4039         parameter to allow controlling the scaling.
4040
4041         * shr.el (shr-zoom-image): New command and keystroke.
4042         (shr-put-image): Take a `size' flag to say how to scale the image.
4043
4044         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4045         deletion unless already defined.
4046
4047         * gnus.el (gnus-compat): Require it.
4048
4049         * gnus-compat.el: New file.
4050
4051         * gnus-start.el (gnus-clean-old-newsrc): New function.
4052         (gnus-read-newsrc-file): Use it.
4053
4054         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4055         Use recursive deletion.
4056         (mm-dissect-archive): Add support for zip files.
4057
4058         * gnus-util.el (gnus-recursive-directory-files): New function.
4059
4060         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4061         (mm-archive-decoders): Add tgz support.
4062
4063         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4064         Otherwise inserting text into the Gnus buffer can look odd.
4065
4066         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4067
4068         * mm-archive.el (mm-archive-decoders): Add support for tar.
4069
4070         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4071
4072         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4073
4074 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4075
4076         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4077
4078         * mm-archive.el: New file.
4079
4080         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4081
4082         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4083
4084         * message.el (message-goto-*): Make all the `message-goto-*' commands
4085         push the mark before moving point.  This makes it easier to go back to
4086         where you came from after editing whatever you jumped to.
4087
4088 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4089
4090         * gnus.el: Ma Gnus v0.1 is released.
4091
4092 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4093
4094         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4095         without reconnecting.
4096         (nnimap-possibly-change-group): Ditto.
4097         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4098         connection has died before being called.
4099
4100 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4101
4102         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4103         an initial sync unless we're really doing one.
4104
4105         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4106         address parameter if one already exists (bug#9676).
4107
4108         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4109         not the prefix, as documented (bug#10689).
4110
4111 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4114         the "server".
4115
4116         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4117         the real error message with the useless "previously known to be down".
4118         Which isn't even correct.
4119
4120         * nntp.el (nntp-open-connection): Report the error message if the nntp
4121         server can't be reached.
4122
4123         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4124         groups we do a total scan for.
4125         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4126         doing that.
4127
4128 2012-01-31  Jim Meyering  <jim@meyering.net>
4129
4130         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4131         Correct a comment (insert "not") and hide nominally-doubled "to".
4132
4133 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4134
4135         * gnus.el (gnus-version): Change name to "Ma Gnus".
4136
4137 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4138
4139         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4140         section in the manual.
4141
4142 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4143
4144         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4145         words.
4146         (rfc2047-encode-string): Ditto.
4147         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4148         understand folded filename="..." parameters, for instance.
4149
4150         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4151         the message for greater debuggability.
4152
4153 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4154
4155         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4156         instead of setting it locally, since the latter doesn't seem to have
4157         any effect (most of the time).
4158
4159 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4160
4161         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4162         function call.
4163
4164 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4165
4166         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4167         seconds, and make the repeat clause with HH:MM specs work as
4168         documented.
4169
4170 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4171
4172         * proto-stream.el (proto-stream-capability-open): Fall back on
4173         :end-of-command if :end-of-capability doesn't exist.
4174
4175 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4178         bound globally in old Emacsen and XEmacsen.
4179
4180 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4181
4182         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4183         so that previous errors don't prohibit getting new news.
4184
4185         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4186
4187         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4188
4189 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4190
4191         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4192         buffer, not of the string which is its name.
4193
4194 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4195
4196         * proto-stream.el (proto-stream-capability-open): Wait for
4197         :end-of-capability, not :end-of-command.
4198
4199         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4200         non-server-marks groups.
4201         (gnus-group-make-articles-read): Ditto.
4202
4203         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4204         methods (bug#9676).
4205
4206         * gnus.el (gnus-method-ephemeral-p): New function.
4207
4208 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4211         left-to-right.
4212
4213 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4214
4215         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4216         warning.
4217
4218 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4219
4220         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4221         macroexpand the nnir things, since they haven't been defined yet, and
4222         nnir requires gnus-sum.
4223
4224 2012-01-24  Julien Danjou  <julien@danjou.info>
4225
4226         * color.el (color-rgb-to-hsl): Fix value computing.
4227         (color-hue-to-rgb): New function.
4228         (color-hsl-to-rgb): New function.
4229         (color-clamp, color-saturate-hsl, color-saturate-name)
4230         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4231         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4232
4233 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4236
4237 2012-01-19  Julien Danjou  <julien@danjou.info>
4238
4239         * color.el (color-name-to-rgb): Use the white color to find the max
4240         color component value and return correctly computed values.
4241         (color-name-to-rgb): Add missing float conversion for max value.
4242
4243 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4244
4245         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4246         logical server name in addition to the actual machine address.
4247
4248         * auth-source.el (auth-source-user-and-password): Add convenience
4249         wrapper to search by just host and optionally user.
4250
4251 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4254         after rendering.
4255
4256 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4259         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4260         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4261
4262 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4265         (bug#9693).
4266         (gnus-summary-setup-buffer): Document return value (bug#9697).
4267
4268         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4269         since ido doesn't work on symbols (bug#9632).
4270
4271         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4272         when getting a single value as when getting all the values.  This means
4273         that atoms like `gcc-self' work cumulatively, like variable settings,
4274         instead of getting the value from the last matching clause.
4275         (gnus-group-find-parameter): Protect against the group buffer not
4276         existing (bug#9585).
4277
4278 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * gnus-start.el (gnus-activate-group): Document more parameters
4281         (bug#9694).
4282
4283         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4284         (bug#9692).
4285
4286         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4287         article was fetched, so that it can be expired later (bug#9958).
4288         (gnus-agent-summary-fetch-series): Add doc string.
4289         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4290         (bug#9517).
4291
4292         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4293         retrieval is happening.
4294
4295         * gnus.el (gnus-parameters): Doc fix.
4296
4297 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4298
4299         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4300         show the thread after expansion.
4301
4302 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * gnus-art.el (article-narrow-to-head): If the head is completely
4305         empty, narrow to the empty region (bug#9764).
4306
4307         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4308         read, and then mark them as unread only when the unread mark is used.
4309         This makes `C-- T k' actually work, even though it's confusing.
4310
4311         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4312         alive before we try to find its window.
4313
4314 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4315
4316         * mm-decode.el (mm-display-external): Use a longer timeout for the
4317         deletion to allow slow programs to display the file.
4318
4319 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4322         prompt to be less confusing.
4323
4324         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4325         argument to `message-reply'.  This broke `special-display-*' frame
4326         pop-uping (bug#10238).
4327
4328 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4331         systems, since these allegedly don't work there.
4332
4333 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4334
4335         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4336         live buffer.
4337
4338 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * nnir.el (nnir-retrieve-headers): Protect against the article not
4341         existing on the server (bug#10335).
4342
4343 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4344
4345         * gnus-agent.el (gnus-agent-load-local): Recompute
4346         gnus-agent-article-local on changing method.
4347
4348 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * gnus.el (gnus-parameters): Note precedence.
4351
4352 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4353
4354         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4355         in the group buffer.
4356
4357 2012-01-04  Julien Danjou  <julien@danjou.info>
4358
4359         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4360         change.
4361
4362 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363
4364         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4365         too.
4366
4367         * nntp.el (nntp-retrieve-group-data-early): Use it.
4368
4369 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370
4371         * nntp.el (nntp-retrieval-in-progress): New variable.
4372         (nntp-make-process-buffer): Make it buffer-local.
4373
4374         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4375         2010.
4376         (gnus-demon-init): Use it to compute the time if time is on the form
4377         "04:23".
4378
4379         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4380
4381         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4382         status in the correct buffer.
4383
4384 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4385
4386         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4387         when opening topics (bug#10407).
4388
4389 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4390
4391         * gnus-cus.el (gnus-score-customize):
4392         * gnus-sum.el (gnus-sort-gathered-threads):
4393         * message.el (message-shorten-references):
4394         * nnmairix.el (nnmairix-request-group):
4395         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4396
4397 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4398
4399         * gnus-agent.el (gnus-agent-regenerate-group):
4400         * gnus-int.el (gnus-retrieve-group-data-early):
4401         * mm-util.el (mm-codepage-ibm-list):
4402         * nndiary.el (Commentary, nndiary-get-new-mail):
4403         * nnir.el (nnir):
4404         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4405
4406 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * mm-view.el (mm-display-inline-fontify): Add comment.
4409
4410 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4411
4412         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4413         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4414
4415 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4416
4417         * gnus-art.el (gnus-split-methods):
4418         * gnus-msg.el (gnus-configure-posting-styles):
4419         * gnus-spec.el (gnus-parse-simple-format):
4420         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4421         * message.el (message-do-actions): Spelling fix.
4422
4423 2011-12-15  Juri Linkov  <juri@jurta.org>
4424
4425         * mm-decode.el (mm-inline-media-tests): Add missing
4426         `mm-handle-media-subtype'.
4427
4428 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4429
4430         * gnus-group.el (gnus-group-tool-bar):
4431         * gnus-sum.el (gnus-summary-tool-bar):
4432         * message.el (message-tool-bar):
4433         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4434
4435 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4436
4437         * plstore.el (plstore--insert-buffer): Spelling fix.
4438
4439 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4440
4441         * message.el (message-valid-fqdn-regexp): Update with newly approved
4442         top-level domain names ".tel" and ".asia".
4443
4444 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4447         unconditionally.
4448
4449 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4452         pop-to-buffer-same-window for old Emacsen.
4453
4454 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4455
4456         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4457
4458 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4459
4460         * netrc.el (netrc-credentials): Spelling fix.
4461
4462 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4463
4464         * gnus-fun.el (gnus-fun-ppm-change-string):
4465         * gnus-msg.el (gnus-inews-do-gcc):
4466         * gnus-sum.el (gnus-summary-find-for-reselect):
4467         * gnus.el (gnus-summary-cancelled):
4468         * message.el (message-cancel-hook, message-send-news):
4469         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4470         * nnir.el (nnir-run-hyrex):
4471         * nntp.el (nntp-with-open-group-function):
4472         * pgg.el (pgg-pending-timers): Spelling fix.
4473
4474 2011-12-04  Chong Yidong  <cyd@gnu.org>
4475
4476         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4477         change (Bug#10200).
4478
4479 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * compface.el (uncompface):
4482         * gnus-art.el (gnus-article-x-face-command): Update the header format
4483         of icon data for the most recent icontopbm program.
4484
4485 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-msg.el (gnus-inews-do-gcc):
4488         * message.el (message-send-mail):
4489         * mml.el (mml-generate-mime): Share the value of the buffer-local
4490         `message-options' variable between a draft buffer and temprary working
4491         buffers.
4492
4493 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4494
4495         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4496
4497 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4500         for Cygwin.
4501
4502 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4503
4504         * gnus-group.el (gnus-group-prepare-flat):
4505         * mm-bodies.el (mm-encode-body):
4506         * mml.el (mml-preview):
4507         * nnml.el (nnml-request-compact-group):
4508         * pop3.el (pop3-stream-type): Spelling fix.
4509
4510 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4511
4512         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4513
4514 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4515
4516         * color.el (color-rgb-to-hsl):
4517         * gmm-utils.el (gmm-tool-bar-style):
4518         * gnus-group.el (gnus-group-prepare-flat):
4519         * gnus-topic.el (gnus-topic-prepare-topic):
4520         * mm-decode.el (mm-discouraged-alternatives):
4521         * rfc2047.el (rfc2047-encode-1):
4522         * starttls.el: Spelling fix.
4523
4524 2011-11-24  Glenn Morris  <rgm@gnu.org>
4525
4526         * binhex.el (binhex-begin-line): Give it basic doc-string.
4527
4528         * starttls.el, tls.el: Fix case of "GnuTLS".
4529
4530 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4531
4532         * gnus-group.el (gnus-group-highlight): Fix typo.
4533
4534 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4535
4536         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4537         value of `delete-file', that returns nil for a local file but returns t
4538         for a remote file using ssh.
4539
4540 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4541
4542         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4543
4544 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4547         avoid later breakage.
4548
4549 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4552         article buffers' name.
4553
4554 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555
4556         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4557         by Paul Eggert's spellfixes two days ago.
4558
4559 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4562         doesn't have it.
4563
4564         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4565         buffer-local instead of binding them to avoid warnings.  Also demote
4566         errors (bug#10063).
4567         (font-lock-mode-hook): Shut up byte compiler.
4568
4569 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4570
4571         * mm-util.el (mm-charset-after):
4572         * nnir.el (nnir-run-hyrex):
4573         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4574         (ntlm-get-password-hashes, ntlm-md4hash):
4575         * smime.el: Fix typo.
4576
4577 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4578
4579         * gnus-agent.el (gnus-agent-expire-group-1):
4580         * nndiary.el (nndiary-last-occurence):
4581         * nnimap.el (nnimap-request-set-mark):
4582         * nnmairix.el (nnmairix-only-use-registry):
4583         * gnus-group.el (gnus-group-prepare-flat):
4584         * gnus-sum.el (gnus-decode-encoded-word-methods):
4585         * message.el (message-wash-subject):
4586         * nntp.el (nntp-retrieve-headers-with-xover):
4587         * smime.el (smime-certificate-directory): Spelling fix.
4588
4589 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4590
4591         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4592
4593         * color.el:
4594         * gnus-agent.el (gnus-agent-possibly-alter-active):
4595         * gnus-dired.el (gnus-dired-print):
4596         * mail-parse.el:
4597         * nnmairix.el (nnmairix-request-group):
4598         * shr.el (shr-image-displayer):
4599         * sieve-manage.el:
4600         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4601
4602 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4603
4604         * gnus-sum.el (gnus-auto-select-subject):
4605         * spam-report.el (spam-report-resend): Spelling fix.
4606
4607 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4608
4609         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4610         * gnus-art.el (gnus-default-article-saver):
4611         * gnus-srvr.el (gnus-server-copy-server):
4612         * gnus.el (gnus-sloppily-equal-method-parameters):
4613         * html2text.el (html2text-format-tag-list):
4614         * message.el (message-narrow-to-head):
4615         * nndiary.el:
4616         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4617         * sieve.el: Spelling fix.
4618
4619 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4620
4621         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4622         * gnus-sum.el (gnus-summary-make-menu-bar):
4623         * gnus-uu.el (gnus-uu-decode-postscript)
4624         (gnus-uu-decode-postscript-and-save):
4625         * mailcap.el (mailcap-print-command):
4626         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4627         Fix typos.
4628
4629 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4630
4631         * gnus-art.el (gnus-article-part-wrapper):
4632         * html2text.el (html2text-fix-paragraphs):
4633         * mm-decode.el (mm-image-fit-p):
4634         * rfc2047.el (rfc2047-encode-message-header):
4635         * shr-color.el (shr-color-visible-distance-min)
4636         (shr-color-relative-to-absolute, set-minimum-interval)
4637         (shr-color-visible): Fix typos.
4638
4639 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4640
4641         * gmm-utils.el (gmm-tool-bar-item):
4642         * gnus-art.el (gnus-treat-body-boundary):
4643         * gnus-diary.el (gnus-user-format-function-d):
4644         * gnus-start.el (gnus-get-unread-articles):
4645         * pgg-gpg.el (pgg-gpg-update-agent):
4646         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4647
4648 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4649
4650         * gnus-topic.el (gnus-group-prepare-topics):
4651         * gnus-uu.el (gnus-extract-view):
4652         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4653
4654 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4655
4656         * spam.el: Move BBDB autoloads.
4657         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4658         BBDB 2 and 3.
4659         (spam-check-BBDB): Use it.
4660         (spam-enter-ham-BBDB): Use it.
4661
4662 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4663
4664         * smime.el (smime-draw-buffer): Spelling fix.
4665
4666 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4667
4668         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4669         for scanning exactly one level.
4670         * gnus-start.el (gnus-get-unread-articles): Ditto.
4671
4672 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4675         slightly clearer.
4676
4677 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4678
4679         * gnus-sync.el: More commentary about setup.
4680
4681 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * message.el (message-send-and-exit): Document `arg'.
4684
4685 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4686
4687         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4688
4689 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4690
4691         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4692
4693         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4694         we don't use `bound-and-true-p'.
4695
4696 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4697
4698         * gnus-util.el (gnus-bound-and-true-p): Remove.
4699         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4700         * nnir.el: Use it.
4701         * nnmairix.el: Use it.
4702
4703 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * gnus-sync.el: Improve docs about CouchDB admins.
4706
4707         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4708         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4709         for reasons unknown.
4710         * nnir.el: Use it.
4711         * nnmairix.el: Use it.
4712
4713         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4714         * nnir.el: Ditto.
4715         * nnmairix.el: Ditto.
4716
4717         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4718
4719 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4720
4721         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4722         not needed.  Provide xmlplistread list function to produce XML plist
4723         output for non-Gnus LeSync clients.
4724
4725 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4726
4727         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4728
4729         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4730         and save against it.  Group subscriptions, read marks, other marks,
4731         subscription levels, topic names, and topic offsets (the group's
4732         position within the topic) are saved.  This is an experimental backend
4733         and may change significantly.  Load json.el from the gnus-fallback-lib
4734         if it's not available otherwise.
4735         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4736
4737 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4738
4739         * message.el (message-completion-function): Make sure
4740         message-tab-body-function is not attempted if one of
4741         message-completion-alist fails to find a completion (bug#9158).
4742
4743 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4744
4745         * mml.el (mml-quote-region): Quote <#secure> tag.
4746         (mml-generate-mime-1): Unquote <#secure> tag.
4747
4748 2011-10-20  Chong Yidong  <cyd@gnu.org>
4749
4750         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4751         calling a minor mode from Lisp with nil arg enables it, so we have to
4752         make the wording a bit ambiguous here).
4753
4754 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4755
4756         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4757         * nnir.el (nnir-mode): Use it.
4758         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4759         Use it.
4760
4761         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4762         * nnmairix.el (gnus-registry-enabled): Ditto.
4763
4764 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4765
4766         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4767         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4768         only while we need to find out if it should be t or nil.
4769         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4770         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4771         the registry is installed.  Set it to nil when it's unloaded.
4772         (gnus-registry-install-p): Provide user guidance for the initial value
4773         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4774         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4775         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4776         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4777         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4778         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4779         `gnus-registry-install'.
4780
4781 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4782
4783         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4784         previous change.
4785         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4786         primary key is marked as disabled.
4787
4788 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4789
4790         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4791         primary key is marked as disabled.
4792
4793 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4794
4795         * html2text.el (html2text-clean-anchor): Check for quotes around
4796         `href' value.
4797
4798 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4799
4800         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4801         searching.  Drop `bbdb-cache'.
4802
4803 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * message.el (message-signed-or-encrypted-p): Exclude header when
4806         checking if there is signed or encrypted body in text/plain message.
4807
4808 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4809
4810         * html2text.el (html2text-get-attr): Correctly handle attribute values
4811         containing "=".
4812
4813 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4814
4815         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4816         handle bindings.
4817
4818 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * gnus-win.el (gnus-configure-windows): Protect against reading
4821         ephemeral groups outside of Gnus.
4822
4823 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * shr.el (shr-tag-img): Don't get images displayed in tables.
4826
4827 2011-10-03  Glenn Morris  <rgm@gnu.org>
4828
4829         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4830         the "maintainer" version of debbugs.gnu.org reports.
4831
4832 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833
4834         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4835         make asynchronous adjacent image insertion work better.
4836
4837 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4838
4839         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4840         documentation.
4841
4842 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4845         `gnus-asynchronous' isn't shadowed.
4846
4847 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848
4849         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4850
4851         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4852         (nnimap-insert-partial-structure): The charset parameter isn't
4853         case-sensitive.
4854
4855         * nnheader.el (nnheader-message-maybe): New function.
4856
4857         * shr.el (shr-tag-table): Render totally broken tables better.
4858
4859         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4860         computing the boundary.
4861
4862 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4863
4864         * pop3.el (pop3-number-of-responses): Remove.
4865         (pop3-wait-for-messages): Rewrite to take linear time instead of
4866         exponential time.
4867
4868 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4871         re-fetch images.
4872
4873         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4874         re-fetch images when hitting `g' in Gnus.
4875
4876 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4879         (mml-compute-boundary): Don't check collision if it is non-nil.
4880         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4881         before checking collision.
4882
4883 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * message.el (message-indent-citation): Really make sure there's a
4886         newline at the end.
4887
4888         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4889         Fix suggested by John Wiegley.
4890
4891         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4892
4893         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4894
4895         * message.el (message-default-send-rename-function): Break out into its
4896         own function.
4897
4898         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4899         doesn't work under XEmacs.
4900
4901         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4902         of "imaps" to word around Windows problems.
4903         (nnimap-open-connection-1): Use it.
4904
4905         * message.el (message-indent-citation): Revert last change which made
4906         `F' not work.
4907
4908 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4909
4910         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4911         terminal as well.
4912
4913 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4916         because it displays images using overlays that aren't easy to copy to
4917         the article buffer.
4918
4919 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4920
4921         * message.el (message-indent-citation): Fix empty line removal at the
4922         end of the citation.
4923
4924 2011-09-20  Julien Danjou  <julien@danjou.info>
4925
4926         * auth-source.el (auth-source-netrc-create): Use default value for
4927         password if specified.  Evaluate default.
4928         (auth-source-plstore-create): Ditto.
4929         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4930         value evaluation.
4931         (auth-source-netrc-create): Typo fix.
4932         (auth-source-plstore-create): Ditto.
4933
4934         * password-cache.el (password-cache-remove): Remove entries even if the
4935         value is nil, so that password with a nil value (negative caching) is
4936         possible to invalidate.
4937
4938         * auth-source.el (auth-source-format-cache-entry): New function.
4939
4940 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4943
4944 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4945
4946         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4947
4948 2011-09-19  Julien Danjou  <julien@danjou.info>
4949
4950         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4951         which work with things that are not ASCII.
4952
4953 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4954
4955         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4956
4957 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4960         message level.
4961
4962 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4965
4966 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4969
4970 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4971
4972         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4973         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4974
4975 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4976
4977         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4978         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4979         articles.
4980
4981 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4982
4983         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4984         (message-mail-other-window, message-mail-other-frame)
4985         (message-news-other-window, message-news-other-frame):
4986         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4987         instead of setting buffer display varibles.
4988
4989 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990
4991         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4992
4993         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4994
4995 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4998         duplicates" to a higher level.
4999
5000         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5001         most egregious messages.
5002
5003 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5006
5007 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5008
5009         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5010         up the file (bug#9351).
5011
5012 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5015         it does with all other backends, but decode the names immediately after
5016         getting them.
5017
5018         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5019         decoding nnimap groups.
5020
5021         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5022         newsrc file.  It doesn't seem like an important optimization any more.
5023
5024 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5025
5026         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5027         overflows.
5028
5029 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5032         (gnus-interactive-exit): Extend to `quiet'.
5033
5034         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5035
5036         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5037         string.
5038
5039         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5040         renaming function arguments from `this'.
5041
5042         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5043
5044         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5045         has been renamed.
5046         (gnus-lrm-string-p): Include RLM and PDF, too.
5047
5048         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5049         (bug#9225).
5050
5051 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5052
5053         Add autoload cookies for functions used by sendmail.el.
5054         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5055
5056         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5057
5058 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * gnus-art.el (article-date-ut): Work properly even when there are
5061         things like Date header in the body; work for forwarded parts.
5062
5063 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5064
5065         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5066         original-article-buffer.
5067
5068 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5069
5070         * nnir.el (nnir-compose-result): Fix matching of server type.
5071         (nnir-run-swish++): Ditto.
5072         (nnir-run-namazu): Ditto.
5073         (nnir-run-notmuch): Ditto.
5074
5075 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076
5077         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5078         (bug#9405).
5079
5080         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5081         (bug#9421).
5082
5083         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5084         (bug#9425).
5085
5086         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5087         thing (bug#9426).
5088
5089 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5092         the error message.
5093
5094 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5095
5096         * message.el (message-setup-1): Return t (Bug#9392).
5097
5098 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5099
5100         * gnus-sum.el: When adding article headers to a summary buffer also
5101         update gnus-newsgroup-articles (bug#9386).
5102
5103 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * auth-source.el: Autoload help-mode.
5106
5107 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5110         names.
5111
5112 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5113
5114         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5115         mm-replace-in-string for compatibility issues.
5116         * mml2015.el (mml2015-epg-verify): Ditto.
5117
5118 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5121
5122         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5123
5124 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5127         continue on and do the clean-up phase (bug#9188).
5128
5129         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5130         just ignore groups that can't be opened instead of erroring out
5131         (bug#9225).
5132
5133         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5134         nil since some many people are fuddy-duddies.
5135
5136         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5137         images.
5138
5139         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5140         instead.
5141
5142         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5143
5144         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5145
5146         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5147         processing.
5148
5149         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5150         buffer to avoid warnings.
5151
5152 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5153
5154         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5155         specified to reduce precision.
5156
5157 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158
5159         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5160         bodystructures (bug#9314).
5161
5162 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5165         Make button keymap non-sticky after buttons.
5166
5167 2011-08-18  David Engster  <dengste@eml.cc>
5168
5169         * nnmairix.el (nnmairix-request-set-mark)
5170         (nnmairix-goto-original-article): Remove adding of article to registry,
5171         since `gnus-registry-add-group' isn't available anymore.
5172         (nnmairix-determine-original-group-from-registry):
5173         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5174         available anymore.
5175
5176 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5177
5178         * starttls.el (starttls-any-program-available): Define as obsolete
5179         function.
5180
5181 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5184         versions which Gnus use when appropriate.
5185
5186         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5187         a pretty destructive command.
5188
5189         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5190
5191 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192
5193         * message.el (message-fix-before-sending): Make a different warning
5194         about NUL characters (bug#9270).
5195
5196         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5197         from custom (bug#9260).
5198
5199         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5200         things work in Emacs 22 and XEmacs, too.
5201
5202         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5203         default From.
5204
5205         * gnus-spec.el (gnus-lrm-string-p): New macro.
5206         (gnus-lrm-string): New constant.
5207         (gnus-summary-line-format-spec): LRM-ify the from.
5208         (gnus-tilde-max-form): LRM-ify string chopping.
5209
5210         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5211
5212         * message.el (message-is-yours-p): Allow disabling canlock checking
5213         (bug#9295).
5214         (message-shoot-gnksa-feet): Add `canlock-verify'.
5215         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5216         message directory isn't writable (bug#9304).
5217
5218         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5219         non-world-readable.
5220
5221 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5224         articles.
5225
5226 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5227
5228         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5229         copy-list.
5230
5231 2011-08-12  Sam Steingold  <sds@gnu.org>
5232
5233         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5234         in the reverse order to avoid modifying the cache with `nreverse'.
5235         (gnus-all-score-files): Do not modify the value returned by
5236         `gnus-score-find-alist' because it lives in a cache variable.
5237         (gnus-current-home-score-file): No need to `nreverse' the return value
5238         of `gnus-score-find-alist', it is already in the correct order.
5239
5240 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5241
5242         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5243         type MESSAGE and subtype RFC822 is slightly different from those of
5244         type TEXT.
5245
5246 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5247
5248         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5249         This allows article-referral to work from an nnir group.
5250
5251 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5252
5253         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5254
5255 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5256
5257         * mml1991.el (mml1991-epg-find-usable-key)
5258         (mml1991-epg-find-usable-secret-key): New function.
5259         (mml1991-epg-sign): Check if signing key is usable.
5260         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5261
5262 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5263
5264         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5265         server-variables only.  This should fix a bug introduced with commit
5266         e1889675b7f4adf057833c5513c9374134c4e053.
5267         (nnir-run-query): 'nnir-search-engine should not be set from the global
5268         environment.
5269
5270 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5271
5272         * nnir.el (nnir-search-thread): Position point on referring article
5273         line.
5274         (nnir-warp-to-article): Clean up summary buffers.
5275
5276         * nnimap.el (nnimap-request-thread): Whitespace fix.
5277
5278 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5279
5280         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5281
5282 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * starttls.el (starttls-available-p): Rename from
5285         `starttls-any-program-available' and changed return convention.
5286
5287 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5288
5289         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5290         `unix-sync' unless it's defined.
5291
5292 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5293
5294         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5295         `aref' for XEmacs compatibiltiy.
5296
5297 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5298
5299         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5300
5301 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5302
5303         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5304         closures, quote the form properly (bug#9194).
5305
5306 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5309         (gnus-summary-insert-new-articles): Protect against servers that are
5310         down.
5311
5312 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5313
5314         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5315         in mm handle if none is specified.
5316
5317 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5318
5319         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5320
5321 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5322
5323         * nnir.el (nnir-search-thread): New function to make an nnir group
5324         based on a thread query.
5325
5326         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5327         of nnir in thread referral.
5328         (gnus-summary-refer-thread): Use it.
5329
5330         * nnimap.el (nnimap-request-thread): Use it.
5331
5332 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333
5334         * shr.el (shr-tag-comment): Ignore HTML comments.
5335
5336 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5337
5338         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5339         argument.
5340         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5341         Use `nnir-address' to handle server info rather than passing an arg.
5342
5343         * nnimap.el (nnimap-make-thread-query): New utility function to format
5344         an imap thread search query.
5345         (nnimap-request-thread): Use it.
5346
5347         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5348         right select-method if we are not going back to the group buffer.
5349
5350 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5353         enter invalid buffer configurations into the quit form (bug#9107).
5354         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5355         unplugged/plugged.
5356
5357         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5358         keep track of which ones are unread (bug#9061).
5359
5360         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5361         (bug#9055).
5362
5363         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5364         (bug#9041).
5365
5366         * gnus-html.el (mm-util): Require (bug#9073).
5367
5368         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5369         (gnus-summary-refer-thread): Use it to remove duplicates in the
5370         un-threaded view (bug#9053).
5371         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5372
5373 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5374
5375         * nnir.el (nnir-read-server-parm): Use default value from global
5376         variable.  Without this the default search engine parameters aren't
5377         used at all.
5378
5379 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380
5381         * message.el (message-unique-id): Don't use the undocumented return
5382         value from (random t) (bug#9118).
5383
5384 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * message.el (message-auto-save-directory): If the ~/Mail directory
5387         doesn't exist, use ~ as the auto-save directory (bug#4432).
5388
5389         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5390         hasn't already been started.
5391
5392 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5393
5394         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5395
5396         * message.el (message-reply): Work around mysterious bug where
5397         `message-mode' seems to overwrite the locally bound `subject' variable.
5398
5399 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5400
5401         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5402         correct group.
5403
5404         * gnus-int.el (gnus-request-thread): Add group argument.
5405
5406         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5407
5408 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5411
5412         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5413         renamed to `debbugs-gnu-*'.
5414
5415 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5416
5417         * plstore.el: Revert the editing feature since it is not urgent.
5418         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5419         (plstore-mode-decoded): Remove.
5420
5421 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5422
5423         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5424         isn't very interesting any more, and it leaks potentially secret data.
5425         (gnus-debug): Remove.
5426
5427         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5428         use of :custom-show.
5429
5430 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5431
5432         * plstore.el: Add documentation.
5433         (plstore-mode): New mode to edit plstore file.
5434         (plstore-mode-toggle-display, plstore-mode-original)
5435         (plstore-mode-decoded): New command.
5436         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5437         (plstore--insert-buffer, plstore--make): New function.
5438         (plstore-open, plstore-save): Simplify by using them.
5439
5440 2011-07-06  Glenn Morris  <rgm@gnu.org>
5441
5442         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5443
5444 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5447         no longer is much used.
5448         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5449         Articles".
5450
5451 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5452
5453         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5454         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5455         `notmuch' backend.
5456
5457 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * mm-decode.el (mm-text-html-renderer): Doc fix.
5460
5461         * gnus-msg.el (gnus-bug): Fix the MML tag.
5462
5463         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5464
5465 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5466
5467         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5468         secondary methods if started with `gnus-no-server'.
5469
5470 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5471
5472         * message.el (message-return-action): Fix typo in docstring.
5473
5474 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475
5476         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5477         bug reports at once.
5478
5479         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5480
5481 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * nndraft.el: Require gnus-group.
5484         (nndraft-request-list): Declare.
5485
5486         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5487         no unread article unless it matches gnus-permanently-visible-groups.
5488
5489         * nndraft.el (nndraft-update-unread-articles): New function.
5490         (nndraft-request-associate-buffer): Use it to update the number of
5491         unread articles for the nndraft groups in the group buffer when saving
5492         or killing a draft message.
5493
5494 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5495
5496         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5497         systems to binary before writing and reading the mbox files.
5498
5499         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5500         instead of trying to list them all (bug#8978).
5501
5502 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5503
5504         * pop3.el (pop3-open-server): Use :end-of-capability.
5505
5506 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507
5508         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5509         the id is always a number.
5510
5511         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5512
5513         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5514         debbugs mode, if possible.
5515
5516 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5517
5518         * auth-source.el (auth-source-token-passphrase-callback-function):
5519         Reindent.
5520         (epg-context-operation): Remove unnecessary autoload.
5521
5522 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * gnus.el (gnus-list-debbugs): New command.
5525
5526         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5527         mboxstat instead of the maintbox, since the stat seems to be fuller.
5528
5529         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5530         summary buffers.
5531
5532         * message.el (message-get-reply-headers): Delete all duplicates,
5533         instead of the first.
5534         (message-get-reply-headers): Ensure that we have progress while
5535         deleting duplicates.
5536
5537         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5538         gnus-posting-style value from the summary buffer to make it easier to
5539         make that a per-buffer conf.
5540
5541 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5542
5543         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5544         found by setting `shortcut' in 'query.
5545         (nnir-request-article): Use `shortcut' setting when requesting article
5546         by Message-ID.
5547
5548 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5551         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5552         Bring the pseudo-headers back too.
5553
5554 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5555
5556         * auth-source.el (auth-source-token-passphrase-callback-function):
5557         Simplify and remove EPA dependency.
5558
5559 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5560
5561         * nnir.el (nnir-request-article): Fix error message text.
5562
5563 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5564
5565         * auth-source.el (plstore-delete): Autoload.
5566         (auth-source-plstore-search): Support delete operation.
5567         * plstore.el (plstore-delete): New function.
5568
5569 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5572         mark actually existing articles as unread rather than the ones that
5573         active asserts.
5574
5575 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5576
5577         * nntp.el (nntp-record-command):
5578         * gnus-util.el (gnus-message-with-timestamp-1):
5579         Use format-time-string rather than decoding time stamps by hand.
5580         This is simpler and insulates the code from potential changes to
5581         current-time format.
5582
5583 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5586
5587 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5588
5589         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5590         (plstore-save): Support public key encryption.
5591         (plstore--init-from-buffer): New function.
5592         (plstore-open): Use it; fix error when opening a non-existent file.
5593         (plstore-revert): Use plstore--init-from-buffer.
5594
5595 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5596
5597         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5598
5599 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5602         for old Emacsen.
5603
5604 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5605
5606         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5607         is not fully working.
5608
5609 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5610
5611         * dgnushack.el: Autoload sha1 on XEmacs.
5612
5613         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5614         quit window configuration.
5615
5616         * auth-source.el (epg-context-set-passphrase-callback):
5617         Remove duplicate autoload.
5618
5619 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5620
5621         * nnir.el (nnir-request-article): Allow requesting articles by
5622         Message-ID with nnimap.
5623
5624         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5625         current server.
5626
5627 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5628
5629         * auth-source.el: Autoload EPA/EPG functions.
5630         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5631         changed when EPA/EPG is not available.
5632         (auth-source-backend): Rename "arg" member to "data".
5633         (auth-source-backend-parse, auth-source-plstore-search)
5634         (auth-source-plstore-create): Use it.
5635
5636 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5637
5638         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5639         `gnus-refer-article-methods'.
5640
5641 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * auth-source.el: Require EPA and EPG.
5644         (auth-source-passphrase-alist): New variable.
5645         (auth-source-passphrase-callback-function)
5646         (auth-source-token-passphrase-callback-function): Callbacks for the
5647         netrc field encryption (GPG tokens).
5648         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5649         Symmetric encryption and decryption of the netrc GPG tokens.
5650         (auth-source-netrc-normalize): Use them, simplifying the closure.
5651
5652 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5655         is available.
5656
5657 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5660         non-nil, and `nnimap-split-methods' is nil, use the former.
5661
5662 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5663
5664         * plstore.el (plstore-revert): New function.
5665         (plstore-open): Use it; hide the buffer from user.
5666
5667 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5668
5669         * auth-source.el (auth-source-backend): New member "arg".
5670         (auth-source-backend-parse): Handle new backend 'plstore.
5671         * plstore.el: New file.
5672
5673 2011-06-30  Glenn Morris  <rgm@gnu.org>
5674
5675         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5676
5677 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5678
5679         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5680         expiring articles to.
5681
5682         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5683         variations as ASCII (bug#5458).
5684
5685 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5688
5689 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * message.el (message-point-in-header-p): Tweak the function to default
5692         to saying that we're not in the headers if there is no separator at
5693         all.  This makes it possible to use the Message version of `M-q' in
5694         buffers with no headers (bug#7987).
5695         (message-point-in-header-p): Fix last checkin to work with an empty
5696         mail-header-separator, too.
5697
5698         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5699         again, save the choice via customize.
5700
5701 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5704
5705         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5706         ended the connection, bail out before waiting infinitely on a new
5707         connection.
5708
5709 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5710
5711         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5712         reports.
5713
5714         * gnus.el (gnus-bug-package): Use "gnus."
5715         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5716
5717 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5718
5719         * dgnushack.el: Make the timer warning go away on XEmacs.
5720
5721         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5722         animations going on at article exit time.
5723
5724         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5725         since removing it breaks people upgrading.
5726
5727         * shr.el (shr-put-image): Use the new interface for animating images.
5728         (shr-put-image): Animate for 60 seconds.
5729
5730         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5731         avoid compiler warnings.
5732
5733         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5734         error with `find-file-hooks' on Emacs 22.
5735         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5736         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5737         on all architectures.
5738
5739         * spam.el (spam-stat): Require in a normal fashion without binding
5740         `spam-stat-install-hooks' to avoid compilation warnings.
5741
5742         * spam-stat.el (spam-stat-install-hooks): Remove.
5743         (spam-stat-install-hooks): Don't run automatically.
5744
5745 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5746
5747         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5748         and keystroke.
5749
5750 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * auth-source.el (auth-source-netrc-cache): Move forward.
5753
5754 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * proto-stream.el (proto-stream-open-starttls): Use
5757         `gnutls-available-p' to see whether we have built-in support.
5758
5759         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5760         we already know.
5761         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5762         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5763
5764 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5767         %S format, since that looks odd.
5768         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5769         file, especially when saving.
5770
5771 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5772
5773         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5774         article found.
5775
5776 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5777
5778         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5779         `auth-source-save-secrets' with a more sensitive alist that can be
5780         configured per file.  Experimental, so defaults to 'never.
5781         (auth-source-netrc-create): Use it.  Still experimental code.
5782         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5783         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5784
5785 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5786
5787         * auth-source.el (auth-source-save-secrets): New variable to control if
5788         secret tokens should be saved encrypted.
5789         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5790         to `auth-source-netrc-normalize'.
5791         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5792         on the EPA variables being defined.
5793         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5794         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5795         the lexical-let closure.
5796         (auth-source-netrc-create): Create "gpg:" tokens according to
5797         `auth-source-save-secrets'.
5798
5799 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-group.el (gnus-group-update-group): Add new argument
5802         `info-unchanged' that stops updating dribble buffer.
5803
5804         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5805         deletes lines matching to it in dribble buffer.
5806
5807         * gnus-agent.el (gnus-agent-fetch-group-1):
5808         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5809         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5810         * gnus-start.el (gnus-group-change-level):
5811         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5812
5813         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5814         if newsgroup info is not changed.
5815
5816         * gnus-group.el (gnus-group-get-new-news-this-group):
5817         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5818         Don't update dribble buffer.
5819
5820 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5821
5822         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5823         remove entries with groups we ignore.
5824
5825 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826
5827         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5828         the underline comes at the bottom.
5829
5830 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5831
5832         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5833         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5834         (gnus-registry-article-marks-to-names): Rename from
5835         `gnus-registry-user-format-function-M2'.
5836
5837 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5840         ephemeral group.
5841
5842 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843
5844         * shr.el (shr-browse-image): Copy the URL if called interactively.
5845
5846 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5849         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5850         done, then unselected articles may be marked as read.
5851
5852         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5853         since not doing this seems to lead to a race condition in pop3-logon.
5854
5855         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5856         so that the call chain it correct when we call "upwards".
5857
5858         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5859         in read-only groups.
5860
5861         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5862
5863         * message.el (message-cite-reply-position): Doc string fix.
5864
5865         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5866         avoid regexp overflow.
5867         (nnimap-transform-split-mail): Ditto.
5868
5869         * pop3.el (pop3-retr): Error out if the server closes the connection.
5870
5871 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5872
5873         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5874         mm-with-unibyte-current-buffer.  The buffer should not contain any
5875         multibyte chars anyway at this stage.
5876
5877 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5880         at the end of lines.
5881
5882 2011-05-29  Julien Danjou  <julien@danjou.info>
5883
5884         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5885
5886 2011-05-27  Glenn Morris  <rgm@gnu.org>
5887
5888         * gnus-group.el (gnus-bug-group-download-format-alist):
5889         Use the "maintainer" version of debian reports as well.
5890
5891 2011-05-26  Glenn Morris  <rgm@gnu.org>
5892
5893         * gnus-group.el (gnus-bug-group-download-format-alist):
5894         Use the "maintainer" version of debbugs.gnu.org reports.
5895
5896 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5899
5900 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5901
5902         * gnus-cus.el (gnus-agent-customize-category):
5903         * gnus-delay.el (gnus-delay-send-queue):
5904         * gnus.el (gnus-other-frame):
5905         Don't quote lambda expressions with `quote'.
5906
5907 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5908
5909         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5910         the thread moves us backwards and so we loop forever.
5911
5912 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5915         whitespace in base64 data lines.
5916
5917 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5918
5919         * gnus-registry.el (gnus-registry-user-format-function-M):
5920         Use `mapconcat'.
5921         (gnus-registry-user-format-function-M2): Use to see the full text of
5922         the marks.  Make "," the mark text separator.
5923
5924         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5925         authentication with auth-source.
5926
5927 2011-05-17  Glenn Morris  <rgm@gnu.org>
5928
5929         * gnus-group.el (gnus-import-other-newsrc-file):
5930         Use insert-file-contents.
5931
5932 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5935         1000 iterations.
5936
5937 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * nntp.el (nntp-open-connection): Check if process-type is available.
5940
5941 2011-05-16  Julien Danjou  <julien@danjou.info>
5942
5943         * shr.el (shr-tag-del): Add support for del tag.
5944
5945 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-html.el (gnus-html-put-image): Register a displayer.
5948
5949         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5950
5951 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         * registry.el (prune-factor): New initialization parameter defaulting
5954         to 0.1.
5955         (registry-prune-hard): Use it.
5956
5957         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5958         0.1 expicitly.
5959
5960 2011-05-13  Glenn Morris  <rgm@gnu.org>
5961
5962         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5963         is bound, since this function requires sendmail.
5964
5965 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5966
5967         * registry.el (registry-usage-test): Disable pruning test.
5968
5969 2011-05-11  David Engster  <dengste@eml.cc>
5970
5971         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5972         Bind set-network-process-option for XEmacs.
5973
5974 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5975
5976         * registry.el (registry-prune-hard-candidates)
5977         (registry-prune-soft-candidates): Helper methods for registry pruning.
5978         (registry-prune): Use them.  Make the sort function optional.
5979
5980 2011-05-10  Jim Meyering  <meyering@redhat.com>
5981
5982         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5983
5984 2011-05-10  Julien Danjou  <julien@danjou.info>
5985
5986         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5987         symbol and not a list.
5988
5989 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus-art.el (gnus-article-mode): Move binding of
5992         shr-put-image-function here from gnus-article-prepare-display.
5993
5994         * shr.el (shr-put-image-function): New variable.
5995         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5996         (shr-put-image): Return scaled image.
5997
5998         * gnus-art.el (gnus-shr-put-image): New function.
5999         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6000
6001         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6002         original ones, as deletable.
6003
6004 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6005
6006         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6007
6008 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6009
6010         * registry.el (registry-full): Add convenience method.  Fix logic.
6011         (registry-insert): Use it.  Fix logic here too.
6012
6013         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6014         `registry-prune' if `registry-full' returns t.
6015         (gnus-registry-handle-action)
6016         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6017         (gnus-registry-usage-test): Use it.
6018
6019 2011-05-07  Julien Danjou  <julien@danjou.info>
6020
6021         * shr.el (shr-link): Make shr-link inherit from link by default.
6022
6023 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6024
6025         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6026
6027 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6028
6029         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6030         error out because the face is not a list.
6031
6032 2011-05-05  Glenn Morris  <rgm@gnu.org>
6033
6034         * proto-stream.el (gnutls-negotiate): Fix declarations.
6035
6036         * gnus-start.el (gnus-propagate-marks): Declare.
6037
6038 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6039
6040         * registry.el (registry-reindex): Fix percentage message.
6041
6042         * proto-stream.el (network-stream-open-starttls): Adjust to call
6043         `gnutls-negotiate' with :process and :hostname arguments.
6044
6045 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6046
6047         * shr.el: Add shr-link face for links.
6048         (shr-urlify): Use it.
6049
6050         * registry.el (registry-insert): Make error message more helpful.
6051
6052 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * gnus-html.el (gnus-html-schedule-image-fetching):
6055         Use url-queue-retrieve, if it exists.
6056
6057         * shr.el (shr-tag-img): Ditto.
6058
6059         * gnus.el: Autoload more gnus-agent functions.
6060
6061         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6062         agent if we haven't already (bug#8502).
6063
6064         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6065         into the Agent, too.
6066
6067         * gnus-agent.el (gnus-agent-store-article): New function.
6068
6069         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6070         and moved from that file for reuse.
6071
6072         * pop3.el (pop3-open-server): Error messages are "-ERR".
6073
6074 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6075
6076         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6077         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6078
6079 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6080
6081         * gnus.el: No Gnus v0.17 is released.
6082
6083 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6084
6085         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6086         buffer has moved to a different frame.
6087
6088 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089
6090         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6091         to get the conversion from unibyte to multibyte buffers to work on
6092         Emacs 22.
6093
6094         * nntp.el (nntp-request-article): Slight clean-up.
6095
6096 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * shr.el (shr-strike-through): New face.
6099         (shr-tag-s): Use it to provide <s> support.
6100         (shr-tag-s): Remove duplicate definition.
6101
6102 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6103
6104         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6105         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6106
6107 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6108
6109         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6110         `gnutls-negotiate'.
6111         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6112
6113 2011-04-23  Glenn Morris  <rgm@gnu.org>
6114
6115         * gnus-sum.el (gnus-extra-headers): Bump :version.
6116
6117 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6118
6119         * shr.el (shr-tag-sup): New function.
6120         (shr-tag-sub): Ditto.
6121
6122 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6123
6124         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6125         for the case where `gnus-registry-ignored-groups' is a list of lists,
6126         and don't call `gnus-parameter-registry-ignore' otherwise.
6127
6128 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * nnimap.el (nnimap-user): New backend variable.
6131         (nnimap-open-connection-1): Use it.
6132         (nnimap-credentials): Accept user parameter so it's explicit what user
6133         name is desired.
6134
6135         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6136         default.
6137
6138         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6139         not gnus-registry.el.
6140
6141         * gnus-registry.el: Mention in comments how to modify
6142         `gnus-extra-headers' for proper recipient tracking and that it may
6143         already have To and Cc recently, which it does as of this commit.
6144         (gnus-registry-ignored-groups): Remove defcustom.
6145         Explain why in comments.
6146         (gnus-registry-action): Fix data-header reference to use the extra
6147         headers.  Explain in package commentary how to add To and Cc headers to
6148         the gnus-extra-headers.
6149         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6150         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6151         parameter list or a string list in `gnus-registry-ignored-groups'.
6152         Fix logic error.
6153
6154 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155
6156         * shr.el (shr-expand-url): Protect against null urls.
6157
6158 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6159
6160         * shr.el (shr-base): New binding.
6161         (shr-tag-base): Keep track of <base>.
6162         (shr-expand-url): New function used throughout.
6163
6164 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * gnus-registry.el
6167         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6168         (gnus-registry-ignored-groups): New variable.
6169         (gnus-registry-ignore-group-p): Use it.
6170         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6171         set the destination group to nil (same as delete) if it's ignored.
6172
6173 2011-04-20  David Engster  <dengste@eml.cc>
6174
6175         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6176
6177         * Makefile.in (test-nntp): New rule.
6178         (check): Add it.
6179         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6180
6181 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-registry.el (gnus-registry-action)
6184         (gnus-registry-fetch-header-fast):
6185         Don't use mail-header that looks an internal function of mailheader.el.
6186
6187 2011-04-19  Glenn Morris  <rgm@gnu.org>
6188
6189         * time-date.el (time-to-days): Remove unused local variables.
6190
6191 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-registry.el: Eliminate cl functions.
6194         (gnus-registry-sort-addresses): New function that replaces mapcan.
6195         (gnus-registry-action, gnus-registry-spool-action)
6196         (gnus-registry-split-fancy-with-parent)
6197         (gnus-registry-fetch-recipients-fast): Use it.
6198         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6199
6200         * registry.el (initialize-instance, registry-lookup)
6201         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6202         (registry-lookup-secondary-value, registry-search, registry-delete)
6203         (registry-insert, registry-reindex, registry-size, registry-prune):
6204         Use eval-and-compile.
6205
6206 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6207
6208         * registry.el (registry-reindex): New method to recreate the secondary
6209         registry indices.
6210
6211         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6212         tracked field changes.
6213         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6214         (gnus-registry-action, gnus-registry-spool-action)
6215         (gnus-registry-handle-action)
6216         (gnus-registry--split-fancy-with-parent-internal)
6217         (gnus-registry-split-fancy-with-parent)
6218         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6219         move, and delete actions, and for fancy splitting with parent.
6220         (gnus-registry-extract-addresses)
6221         (gnus-registry-fetch-recipients-fast)
6222         (gnus-registry-fetch-header-fast): Convenience functions.
6223         (gnus-registry-misc-test): ERT test of
6224         `gnus-registry-extract-addresses'.
6225
6226 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6227
6228         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6229         Track by subject first, then sender.
6230
6231 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6232
6233         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6234
6235         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6236         Lisp.
6237
6238         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6239         (gnus-draft-send): Use it to avoid popping
6240         up frames from gnus-group-send-queue.
6241
6242 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6243
6244         * gnus-registry.el: Updated gnus-registry docs.
6245
6246 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6247
6248         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6249         Fix logic bug.
6250         (gnus-registry-post-process-groups): Fix logging of no results and
6251         quote sender and subject.
6252
6253 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6254
6255         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6256         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6257         gnutls-cli are too slow to be done opportunistically.
6258
6259         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6260         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6261         we had no early-data returned.
6262         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6263         two async commands to the same server at the same time.
6264
6265 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6266
6267         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6268
6269 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6272         "warning" level.
6273
6274         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6275         (mm-url-insert-file-contents): Don't set the package names.
6276
6277 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6278
6279         * gnus-registry.el (gnus-registry-action): Remove properties and
6280         simplify subject in `gnus-registry-handle-action'.
6281         (gnus-registry-spool-action): Get subject and sender from message if
6282         they are not passed in.
6283         (gnus-registry-handle-action): Remove properties and simplify subject
6284         consistently.
6285
6286 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6287
6288         * registry.el: Require CL before using defmacro*.
6289
6290 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * gnus-art.el (article-treat-date): Assume that
6293         gnus-article-date-headers may be a group parameter.
6294
6295 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6296
6297         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6298
6299         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6300         interactively so the newsrc file can contain foreign groups too.
6301         Useful for debugging but not much for users.
6302
6303 2011-04-07  David Engster  <dengste@eml.cc>
6304
6305         * registry.el (registry-usage-test): Only do
6306         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6307         lexical binding.
6308
6309 2011-04-07  David Engster  <dengste@eml.cc>
6310
6311         * Makefile.in (check, test-registry): New rules for test-suite.
6312
6313 2011-04-06  David Engster  <dengste@eml.cc>
6314
6315         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6316         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6317
6318 2011-04-06  David Engster  <dengste@eml.cc>
6319
6320         * registry.el (initialize-instance): Change :after to :AFTER to be
6321         compatible with old EIEIO version in XEmacs.
6322
6323 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6324
6325         * gnus-registry.el (gnus-registry-post-process-groups)
6326         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6327         and provide better messaging.
6328
6329 2011-04-06  David Engster  <dengste@eml.cc>
6330
6331         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6332         errors.
6333
6334         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6335         dgnushack-compile with error-on-warn enabled, and to signal an error if
6336         clean compilation failed.
6337         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6338         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6339
6340 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6341
6342         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6343         unconditionally anyway, discarding errors.
6344         (gnus-registry-delete-entries): New convenience function.
6345         (gnus-registry-import-eld): Import from old .eld registry.
6346
6347         * registry.el: Don't use ERT if it's not available.  Load it
6348         unconditionally anyway, discarding errors.
6349
6350         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6351         version from the Claudio Bley GnuTLS patch (extra optional parameters
6352         and host name).
6353
6354 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6355
6356         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6357         fixup the parameters that can be customized by the user between
6358         save/read cycles.
6359         (gnus-registry-read): Use it.
6360         (gnus-registry-make-db): Use it.
6361         (gnus-registry-spool-action, gnus-registry-handle-action):
6362         Fix messaging.
6363         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6364         Map references to actual group names with sender and subject tracking.
6365         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6366         (gnus-registry-usage-test): Add subject lookup test.
6367
6368         * registry.el (registry-db, initialize-instance): Set up constructor
6369         instead of :initform arguments for the sake of older Emacsen.
6370         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6371         pre-lexbind merge bug.
6372         (registry-usage-test): Use it.
6373         (initialize-instance, registry-db): Move the non-function initforms
6374         back to the class definition.
6375
6376 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6377
6378         * registry.el: New library to manage gnus-registry-style data.
6379
6380         * gnus-registry.el: Use it (major rewrite).
6381
6382         * nnregistry.el: Use it.
6383
6384         * spam.el: Use it.
6385
6386 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6387
6388         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6389         marks on non-selected articles.
6390
6391 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6392
6393         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6394         parameter to open-protocol-stream.
6395
6396 2011-04-01  Julien Danjou  <julien@danjou.info>
6397
6398         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6399         fundamental-mode.
6400
6401 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6402
6403         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6404         servers.
6405
6406 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6407
6408         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6409         made marks not propagate, again.
6410
6411 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6412
6413         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6414         Make this the default type.
6415         (proto-stream-open-plain): Rename from proto-stream-open-default.
6416         (open-protocol-stream, proto-stream-open-starttls)
6417         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6418         with `plain'.
6419
6420         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6421         value.
6422
6423         * nntp.el (nntp-open-connection-function): Document the fact that some
6424         values are not functions but are instead handled specially.
6425         Recognize nntp-open-plain-stream value.
6426         (nntp-open-connection): Recognize that value.
6427
6428 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6431         where it seems to be needed.
6432
6433 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6434
6435         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6436         stuff.
6437
6438         * gnus-score.el (gnus-score-string): Fix calling convention of
6439         `gnus-simplify-buffer-fuzzy' after last patches.
6440
6441         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6442         server for articles we didn't get any headers for.  This is a sanity
6443         check.
6444
6445 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6446
6447         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6448         new CAPABILITY, use it.
6449
6450 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6451
6452         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6453         downloading anything.
6454
6455         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6456
6457 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6458
6459         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6460         colors.
6461         (gnus-splash-svg-color-symbols): New function.
6462
6463 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6464
6465         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6466         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6467         (gnus-simplify-subject-fuzzy): Use the local
6468         gnus-simplify-subject-fuzzy-regex instead of the global one.
6469         This makes using this variable in group parameters work.
6470
6471 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6472
6473         * gnus-registry.el (gnus-registry-unfollowed-groups):
6474         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6475         archive:sent-YYYY-MM-DD groups).
6476         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6477         tracking if there are more than `gnus-registry-max-track-groups'
6478         matches.
6479
6480 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6481
6482         * message.el (message--yank-original-internal): New function to do the
6483         insertion cleanly inside eval in `message-yank-original'.
6484         (message-yank-original): Use it.
6485
6486 2011-03-29  Julien Danjou  <julien@danjou.info>
6487
6488         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6489         local variables disabled rather than `normal-mode'.
6490
6491 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6492
6493         * imap.el (imap-shell-open, imap-process-connection-type):
6494         Use imap-process-connection-type for 'shell' streams as well as
6495         Kerberos, SSL, other subprocesses.
6496
6497 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6498
6499         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6500         with open-network-stream.
6501         (proto-stream-always-use-starttls): Option removed.
6502         (open-protocol-stream): Return a process object by default.  Provide a
6503         new parameter :return-list specifying a list-type return value, which
6504         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6505         :type `network' to `try-starttls', and `network-only' to `default'.
6506         Make `default' the default, for compatibility with open-network-stream.
6507         Handle the no-parameter case exactly as open-network-stream, with no
6508         additional stream processing.  Search plists using plist-get.
6509         Explicitly add :end-of-commend parameter if it is missing.
6510         (proto-stream-open-default): Rename from
6511         proto-stream-open-network-only.  Return 'default as the type.
6512         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6513         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6514         failed.  Always return a list with a (possibly dead) process as the
6515         first element, for compatibility with open-network-stream.
6516         (proto-stream-open-tls): Use plist-get.  Always return a list.
6517         (proto-stream-open-shell): Return `default' as connection type.
6518         (proto-stream-capability-open): Use plist-get.
6519         (proto-stream-eoc): Function deleted.
6520
6521         * nnimap.el (nnimap-stream, nnimap-open-connection)
6522         (nnimap-open-connection-1): Handle renaming of :type parameter for
6523         open-protocol-stream.
6524         (nnimap-open-connection-1): Pass a :return-list parameter
6525         open-protocol-stream to obtain a list return value.  Parse this list
6526         using plist-get.
6527
6528         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6529         for open-protocol-stream.  Accept open-protocol-stream return value
6530         that is a subprocess object instead of a list.  Handle the case of a
6531         dead returned process.
6532
6533 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6534
6535         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6536
6537         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6538
6539 2011-03-21  Julien Danjou  <julien@danjou.info>
6540
6541         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6542         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6543         query.
6544         (mm-inline-text): Render normal text with fontification whenever
6545         possible.
6546
6547         * gnus-sum.el (gnus-summary-save-parts-1):
6548         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6549         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6550         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6551         Use `mm-handle-filename'.
6552
6553         * mm-util.el (mm-handle-filename): New function, return the filename of
6554         an handle.
6555
6556 2011-03-18  Julien Danjou  <julien@danjou.info>
6557
6558         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6559         (gnus-buffer-live-p): Check that buffer is not nil.
6560
6561 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6562
6563         * gnus.el: No Gnus v0.15 is released.
6564
6565 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6566
6567         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6568         avoid warning on XEmacs.
6569
6570         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6571         on XEmacs.
6572
6573         * gnus-art.el: Require mouse, which the build bot seems to say is
6574         needed.
6575
6576         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6577
6578         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6579         XEmacs, since it doesn't have url-retrieve-synchronously.
6580
6581         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6582         since assoc-string doesn't exist in XEmacs.
6583
6584 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6585
6586         * gnus-group.el (gnus-group-list-ticked): New function.
6587         (gnus-group-make-menu-bar): Provide a menu entry for it.
6588         (gnus-group-list-map): Provide a binding for it.
6589
6590 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6591
6592         * shr.el (shr-visit-file): New command.
6593
6594         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6595
6596 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6597
6598         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6599         servers.
6600
6601 2011-03-16  Julien Danjou  <julien@danjou.info>
6602
6603         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6604         inline.
6605
6606         * gnus-art.el (article-hide-list-identifiers):
6607         Use gnus-group-get-list-identifiers.
6608
6609         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6610         (gnus-summary-remove-list-identifiers):
6611         Use gnus-group-get-list-identifiers to get regexp.
6612         (gnus-select-newsgroup, gnus-summary-insert-subject)
6613         (gnus-summary-insert-articles):
6614         Call gnus-summary-remove-list-identifiers unconditionally.
6615
6616 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6619         we're selecting a group with unread articles.
6620
6621         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6622
6623         * gssapi.el: New file separated out from imap.el to provide a general
6624         Kerberos 5 connection facility for Emacs.
6625
6626         * message.el (message-elide-ellipsis): Document the format spec
6627         ellipsis.
6628
6629 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6630
6631         * message.el (message-elide-region): Allow the ellipsis to say how many
6632         lines were removed.
6633
6634 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635
6636         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6637         window configurations containing buffers that are now dead.
6638
6639         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6640         parsing to avoid integer overflows.
6641         (nnimap-parse-flags): Simplify the last change.
6642         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6643         too large for 32-bit Emacsen.
6644
6645 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6646
6647         * auth-source.el (auth-source-netrc-create):
6648         * message.el (message-yank-original): Fix use of `case'.
6649
6650 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6651
6652         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6653         XEmacs, which was one character too wide.
6654
6655 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6656
6657         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6658         default number of articles to display.
6659         (gnus-articles-to-read): Use pretty names for prompt.
6660
6661 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6662
6663         * gnus-int.el (gnus-open-server): Ditto.
6664
6665         * gnus-start.el (gnus-activate-group): Give a backtrace if
6666         debug-on-quit is set and the user hits `C-g'.
6667         (gnus-read-active-file): Ditto.
6668
6669         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6670
6671 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6672
6673         * message.el (message-yank-original): Use cond instead of CL case.
6674
6675 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6676
6677         * auth-source.el (auth-source-netrc-create): Use usual format for the
6678         default in prompts.
6679
6680 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * lpath.el: Fbind read-char-choice for XEmacs.
6683
6684 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6685
6686         * auth-source.el (auth-source-netrc-create): Show the default in the
6687         prompt when prompting for token creation.
6688
6689 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6690
6691         * auth-source.el (auth-source-format-prompt): Always convert the value
6692         to a string to avoid evaluating non-string arguments.
6693         (auth-source-netrc-create): Offer default properly, not as initial
6694         content in `read-string'.
6695         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6696         of line to determine if we've been run before.  If so, don't run again,
6697         but print a trivial message to indicate the cache was hit instead.
6698
6699 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6702         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6703         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6704         Gnus.
6705
6706 2011-03-11  Julien Danjou  <julien@danjou.info>
6707
6708         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6709         modified file".
6710
6711 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6712
6713         * auth-source.el (auth-source-read-char-choice): New function to read a
6714         character choice using `dropdown-list', `read-char-choice', or
6715         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6716         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6717         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6718         (auth-source-netrc-saver): Use it.
6719         (auth-source-pick-first-password): New convenience function.
6720
6721 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6722
6723         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6724         parameter in the credentials.
6725         (nnimap-open-connection-1): Use it after a successful login.
6726         (nnimap-credentials): Add IMAP-specific user and password prompt.
6727
6728         * auth-source.el (auth-source-search): Add :require parameter, taking a
6729         list.  Document it and the :save-function return token.  Pass :require
6730         down.  Change the CREATED message from a warning to a debug statement.
6731         (auth-source-search-backends): Pass :require down.
6732         (auth-source-netrc-search): Pass :require down.
6733         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6734         Change save prompt to indicate all modifications saved here are
6735         deletions.
6736         (auth-source-netrc-create): Take user login name as default in user
6737         prompt.  Move all the save functionality to a lexically bound function
6738         under the :save-function token in the returned list.  Set up clearer
6739         default prompts for user, host, port, and secret.
6740         (auth-source-netrc-saver): New function, intended to be wrapped for
6741         :save-function.
6742
6743 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6744
6745         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6746         lines to be spaces instead.
6747
6748 2011-03-07  Julien Danjou  <julien@danjou.info>
6749
6750         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6751         (sieve-sasl-auth): Check that auth-source-search did return something,
6752         or just return an empty string.
6753
6754 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6755
6756         * gnus.el (gnus-interactive): Use read-directory-name.
6757
6758         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6759         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6760         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6761         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6762         Likewise.
6763
6764         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6765
6766 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6769         onto the list of killed groups, too.  This makes killed nnimap groups,
6770         for instance, more reliably not reappear.
6771
6772         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6773         the parent.
6774
6775         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6776
6777         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6778         really have server-side marks.
6779
6780         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6781         since most backends do not usefully have server-side marks.
6782         (gnus-update-read-articles): Propagate marks to all backends that
6783         really have server-side marks.
6784
6785 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6786
6787         * message.el (message-cite-reply-position, message-cite-style):
6788         New variables.
6789         (message-yank-original): Use the new citation styles.
6790
6791 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6792
6793         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6794         buffer-local issue); don't mark it buffer-local when running under
6795         XEmacs.
6796
6797 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6798
6799         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6800         numbers too big to be `read'.
6801
6802 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6803
6804         * password-cache.el (password-in-cache-p): Add autoload.
6805
6806         * message.el (message-options): Make buffer-local two ways to attempt
6807         to fix a XEmacs bug.
6808
6809 2011-03-02  Julien Danjou  <julien@danjou.info>
6810
6811         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6812
6813 2011-03-01  Julien Danjou  <julien@danjou.info>
6814
6815         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6816         group.
6817         (article-hide-list-identifiers): Use list-identifier group parameter.
6818
6819 2011-02-28  Julien Danjou  <julien@danjou.info>
6820
6821         * sieve.el (sieve-buffer-script-name): New local variable to store
6822         sieve script name.
6823         (sieve-edit-script): Store sieve script name.
6824         (sieve-upload): Use sieve script name when uploading.
6825         (sieve-upload): Use substitute-command-keys.
6826         (sieve-edit-script): Use substitute-command-keys.
6827         (sieve-refresh-scriptlist): Use substitute-command-keys.
6828         (sieve-manage-mode-map): Define keymap properly.
6829         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6830         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6831         Remove commented code about cvs.
6832         (sieve-manage-quit): New function.
6833         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6834
6835 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6836
6837         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6838
6839 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * auth-source.el (auth-source-search): Cache empty result sets.
6842
6843         * password-cache.el (password-in-cache-p): Convenience function to
6844         check if a key is in the cache, even if the value is nil.
6845
6846         * auth-source.el (auth-source-save-behavior): New variable to replace
6847         `auth-source-never-create'.
6848         (auth-source-netrc-create): Use it.
6849         (auth-source-never-save): Remove.
6850
6851 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6852
6853         * nnimap.el (nnimap-stream): Doc fix.
6854         (nnimap-open-connection-1): Reverse the order of the ports to that the
6855         prompted-for port is first.
6856
6857         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6858         retrieval by the no-group selection.
6859
6860         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6861         numerical parameters.
6862
6863 2011-02-25  Julien Danjou  <julien@danjou.info>
6864
6865         * gnus-gravatar.el: Use gnus-with-article-buffer.
6866
6867         * gnus-art.el (gnus-with-article-buffer): Check that the
6868         gnus-article-buffer is alive.
6869
6870 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6871
6872         * auth-source.el (auth-source-creation-prompts): New variable to manage
6873         creation-time prompts.
6874         (auth-source-search): Document it.
6875         (auth-source-format-prompt): Add utility function.
6876         (auth-source-netrc-create): Don't default the user name to
6877         user-login-name.  Use `auth-source-creation-prompts' and some default
6878         prompts for user, host, port, and password (the default generic prompt
6879         remains ugly).
6880         (auth-source-never-save): Add customizable option to never save info.
6881         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6882         mode excursion.
6883
6884 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6887         argument that XEmacs doesn't support.
6888
6889         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6890         compiled for Emacsen having no `libxml-parse-html-region' support.
6891
6892         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6893
6894         * lpath.el: Bind buffer-save-without-query for XEmacs.
6895
6896 2011-02-23  Julien Danjou  <julien@danjou.info>
6897
6898         * gnus-art.el (article-make-date-line): Ignore errors if time is
6899         invalid and not convertible.
6900         (article-make-date-line): Only add lapsed time if time is not nil.
6901
6902 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6903
6904         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6905         `read-char-choice' for backwards compatibility.
6906         (auth-source-netrc-element-or-first): New function to DTRT for
6907         parameter extraction.
6908         (auth-source-netrc-create): Use it and fix multiple parameter print
6909         bug.  Use the default passed from above (given-default) or the
6910         built-in (user-login-name for :user).
6911
6912 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6913
6914         * gnus-start.el (gnus-dribble-read-file):
6915         Set buffer-save-without-query, since we always want to save the dribble
6916         file, probably.
6917
6918         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6919         nnimap.
6920
6921         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6922         -summary- since it's a user-visible variable.
6923
6924         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6925         first time you use the new Gnus.
6926
6927 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6928
6929         * auth-source.el: Don't load netrc.el.
6930         (auth-sources): Search ~/.netrc as well by default.
6931         (auth-source-debug): Add 'trivia option for extra output.
6932         (auth-source-do-trivia): Use it.
6933         (auth-source-search): Simplify logic to use
6934         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6935         appropriate.  Don't keep a running count at this level.  Layer :create
6936         and :delete options appropriately on the first and second passes.
6937         Don't track the backend with the search results.
6938         (auth-source-search-backends): New function to search a list of
6939         backends for a processed spec.
6940         (auth-source-netrc-parse): Cache all netrc files, making
6941         auth-source-netrc-cache an alist keyed by the file name and using the
6942         file mtime as the caching criterion.  Keep the obfuscated data secret
6943         with a lexical bind.
6944         (auth-source-netrc-search): Don't calculate the length of the results
6945         unnecessarily.
6946         (auth-source-search-backends): Fix bug.
6947         (auth-source-netrc-create): Rework prompts.
6948
6949 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6950
6951         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6952         Lower case names of search constraints.
6953         (nnir-run-query): Cache and reuse search constraints for all imap
6954         servers.
6955
6956 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6957
6958         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6959         after exit.
6960         (gnus-setup-message): Define missing variable from last checkin.
6961
6962         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6963         value, show the raw article.
6964
6965 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6966
6967         * gnus.el: No Gnus v0.13 is released.
6968
6969 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6970
6971         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6972         auth-source now accepts numbers.
6973
6974         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6975         spec, too.
6976         (auth-source-ensure-strings): New function.
6977
6978         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6979         (gnus-article-setup-buffer): Always restart the date timer so that user
6980         changes to the frequency is respected.
6981
6982         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6983         port numbers, so make sure it gets that if nnimap-server-port is
6984         explicit.
6985
6986 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6987
6988         * nnimap.el (nnimap-inbox): Doc fix.
6989
6990 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6991
6992         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6993         Autoload.  Add optional arg FRAME, and pass it to color-values.
6994         (color-complement): Caller changed.  Doc fix.
6995         (color-gradient): Rewrite for better clarity and efficiency.
6996
6997 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6998
6999         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7000         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7001         color-lab-to-srgb.
7002
7003 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7004
7005         * color.el: First part of merge from hexrgb.el.
7006         (color-rgb-to-hex): Rename from color-rgb->hex.
7007         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7008         saturation to zero if the value is too small.
7009         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7010         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7011         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7012         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7013         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7014         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7015         (color-cie-de2000): Doc fix.
7016
7017 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7018
7019         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7020         given method as in the group name if we're using an extended method.
7021         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7022         command, if we're using that, instead of waiting for the beginning.
7023
7024         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7025         we're sure to get unique server names, and we don't output two async
7026         commands in the same buffer.  This fixes an NNTP hang for some users.
7027
7028 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7029
7030         * gnus.el: No Gnus v0.11 is released.
7031
7032 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7033
7034         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7035         summary buffer before reading going to the next buffer.  This avoids
7036         putting the point in the group buffer if you `C-g' the command.
7037
7038         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7039         cache (for now) to make ~/.authinfo.gpg files usable.
7040
7041         * nnfolder.el (copyright-update): Define for the compiler.
7042
7043         * auth-source.el (auth-source-search): Fix unbound variable.
7044
7045 2011-02-19  Glenn Morris  <rgm@gnu.org>
7046
7047         * gnus.el (gnus-meta): Doc fix.
7048
7049 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7050
7051         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7052         in case it's not yet loaded.
7053
7054 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7055
7056         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7057         line we're waiting for.
7058
7059 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7060
7061         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7062         face with line-width greater than zero will cause RET in gnus summary
7063         buffer to scroll down article page-wise because auto vscroll happens,
7064         it should be temporally disabled when doing a scroll-up.
7065
7066 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7067
7068         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7069         outputs from the server.
7070
7071 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7072
7073         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7074         later so that bbdb can hook in easier.
7075
7076 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7077
7078         * auth-source.el (auth-source-search): Don't try to create credentials
7079         if the caller doesn't want that.
7080         (auth-source-search): If we don't find a match, don't bug out on
7081         non-bound variables.
7082         (auth-source-search): Only ask a single backend to create the
7083         credentials.
7084
7085         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7086         logging.
7087         (nnimap-credentials): Protect against auth-source-search returning nil.
7088         (nnimap-request-list): Protect against not being able to open the
7089         server.
7090
7091 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7092
7093         * auth-source.el (auth-source-search): Do a two-phase search, one with
7094         no :create to get the responses from all backends.
7095
7096         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7097         when getting credentials.
7098
7099         * gnus-util.el (gnus-delete-duplicates): New function.
7100
7101 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7102
7103         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7104         a creation default, pass the whole port list down.  It will be
7105         completed.
7106
7107         * auth-source.el (auth-source-search): Updated docs to talk about
7108         multiple creation choices.
7109         (auth-source-netrc-create): Accept a list as a value (from the search
7110         parameters) and do completion on that list.  Keep a separate netrc line
7111         with the password obscured for showing the user.
7112
7113         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7114         first choice to `auth-source-search' so it will be used for entry
7115         creation instead of the server's Gnus-specific name.
7116         (nnimap-credentials): Rely on the auth-source library to select which
7117         port is actually wanted in the new netrc entry, so don't override
7118         `auth-source-creation-defaults'.
7119
7120         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7121         :protocol and accept a missing user, host, or port as a wildcard match.
7122         (auth-source-debug): Default to off.
7123
7124         (auth-source-netrc-search, auth-source-netrc-create)
7125         (auth-source-secrets-search, auth-source-secrets-create)
7126         (auth-source-user-or-password, auth-source-backend, auth-sources)
7127         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7128         instead of :protocol.
7129
7130         * nnimap.el (nnimap-credentials): Pass a port default to
7131         `auth-source-search' in case an entry needs to be created.
7132         (nnimap-open-connection-1): Use :port instead of :protocol.
7133
7134 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * auth-source.el: Bind load-path when loading EIEIO from
7137         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7138         21.4 doesn't support, to `require'.
7139         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7140         delete-dups that is not available in XEmacs 21.4.
7141
7142 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7143
7144         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7145         as EIEIO must also be loaded when auth-source.el is being
7146         byte-compiled.
7147
7148 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7149
7150         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7151
7152         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7153
7154         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7155
7156         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7157
7158         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7159
7160         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7161
7162         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7163
7164         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7165         necessary.
7166
7167 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7168
7169         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7170         nil means that nnimap doesn't get updated.
7171
7172 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7173
7174         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7175         result when the user doesn't want to write to the file.
7176         (auth-source-netrc-search): Expect a synthetic result and proceed
7177         accordingly.
7178         (auth-source-cache-expiry): New variable to override
7179         `password-cache-expiry'.
7180         (auth-source-remember): Use it.
7181
7182         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7183         parameter.  Create entry if necessary by using :create t.
7184         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7185
7186 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7187
7188         * auth-source.el (auth-source-debug): Enable by default and don't
7189         mention the obsolete `auth-source-hide-passwords'.
7190         (auth-source-do-warn): New function to debug unconditionally.
7191         (auth-source-do-debug): Use it.
7192         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7193         and for Secrets API entries when the secrets.el library is not
7194         available.
7195
7196 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7197
7198         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7199         (gnus-summary-exit): Kill the correct article buffer on exit from a
7200         `C-d' group.
7201
7202         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7203         gnus-propagate-marks.
7204
7205         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7206         before killing the buffers so that a non-full window conf gets handled
7207         correctly.
7208         (gnus-summary-exit): Ditto.
7209         (gnus-summary-read-group-1): Ditto.
7210
7211         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7212         async code again so that we can debug it properly.
7213
7214         * message.el (message-reply): Take an optional switch-buffer parameter
7215         so that Gnus window confs are respected better.
7216
7217 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7218
7219         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7220         `plist-get' to accept non-list parameters (XEmacs issue).
7221         Fix docstring.
7222         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7223         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7224         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7225         Login collection is "Login" and not "login".
7226
7227 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7228
7229         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7230         multiple headers.
7231
7232         * nnimap.el (nnimap-inhibit-logging): New variable.
7233         (nnimap-log-command): Don't log login commands.
7234
7235         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7236         to have more parameters.
7237
7238         * nnimap.el (nnimap-send-command): Mark the command time for each
7239         command, so that we don't get NOOPs stepping on our toes.
7240
7241         * gnus-art.el (article-date-ut): Get the date from the Date header on
7242         `t'.
7243
7244 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * auth-source.el (auth-source-search): Use copy-sequence instead of
7247         the cl.el copy-list.
7248
7249 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7250
7251         * imap.el: Bring it back (revert
7252         84d800cd31de3064f0ed39617d725709a2f8f42f).
7253
7254 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7255
7256         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7257         Improve prompt.
7258
7259 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7260
7261         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7262         washing status from the default format.  It isn't very informative.
7263
7264 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7265
7266         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7267         Fix Gcc processing on imap.
7268
7269 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7270
7271         * imap.el: Remove file.  All the functionality is in nnimap.el.
7272
7273 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7274
7275         * message.el (message-bury): Don't pop up a new window when selected
7276         window is dedicated.
7277
7278 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7279
7280         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7281
7282 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7283
7284         * sieve-manage.el: Autoload `auth-source-search'.
7285         (sieve-sasl-auth): Use it.
7286
7287 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7288
7289         * nnimap.el: Autoload `auth-source-forget+'.
7290         (nnimap-open-connection-1): Use it if the connection fails.
7291
7292         * auth-source.el: Require `password-cache'.
7293         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7294         obsolete.
7295         (auth-source-magic): Marker for `password-cache' keys.
7296         (auth-source-do-cache): Update docstring.
7297         (auth-source-search): Use and check cache.
7298         (auth-source-forget-all-cached, auth-source-remember)
7299         (auth-source-recall, auth-source-forget, auth-source-forget+)
7300         (auth-source-specmatchp): Caching support functions.
7301         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7302         Remove and obsolete.
7303         (auth-source-user-or-password): Remove caching to further discourage
7304         using it.  Always hide passwords.
7305
7306         * password-cache.el (password-cache-remove): Accept secrets that are
7307         not strings.
7308
7309 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7310
7311         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7312         code for now, since it doesn't work for all users.
7313
7314 2011-02-09  Julien Danjou  <julien@danjou.info>
7315
7316         * message.el (message-options): Make message-options really buffer
7317         local.
7318
7319 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7320
7321         * mail-source.el: Autoload `auth-source-search'.
7322         (mail-source-keyword-map): Note order matters.
7323         (mail-source-set-1): Get all the mail-source source values and
7324         defaults and search auth-source on those if needed.  This can all
7325         probably be simplified.
7326
7327         * nnimap.el: Autoload `auth-source-search'.
7328         (nnimap-credentials): Use it.
7329         (nnimap-open-connection-1): Ask for the virtual server and physical
7330         address in one shot.
7331
7332         * nntp.el: Autoload `auth-source-search'.
7333         (nntp-send-authinfo): Use it.  Note TODO.
7334
7335 2011-02-08  Julien Danjou  <julien@danjou.info>
7336
7337         * shr.el (shr-tag-body): Add support for text attribute in body
7338         markups.
7339
7340         * message.el (message-options): Make message-options a local variable.
7341
7342 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7343
7344         * auth-source.el (auth-source-secrets-search)
7345         (auth-source-user-or-password): Use `append' instead of `nconc'.
7346         (auth-source-user-or-password): Build return list better and protect
7347         against nil :secret.
7348
7349 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7350
7351         * nnimap.el (nnimap-update-info): Refactor slightly.
7352         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7353         (nnimap-update-info): Clean up slightly.
7354         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7355         characters.
7356         (nnimap-process-quirk): Rename function to avoid collision.
7357         (nnimap-update-info): Fix macrology bug-out.
7358         (nnimap-update-info): Simplify split history test.
7359
7360 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7361
7362         * auth-source.el (top): Require 'eieio unconditionally.
7363         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7364         (auth-source-secrets-search): Limit search when `max' is greater than
7365         number of results.
7366
7367 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7368
7369         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7370         part not returning any data.
7371
7372         * proto-stream.el (open-protocol-stream): Document the return value.
7373
7374 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7375
7376         * auth-source.el (auth-source-secrets-search): Add examples.
7377
7378 2011-02-06  Julien Danjou  <julien@danjou.info>
7379
7380         * message.el (message-setup-1): Handle message-generate-headers-first
7381         set to t.
7382
7383 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7384
7385         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7386         API with a string "secrets:collection-name" and with 'default.
7387         (auth-source-backend-parse): Parse "secrets:collection-name" and
7388         'default.  Recurse on parses instead of repeating code.  Use the
7389         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7390         message when ignoring a source.
7391         (auth-source-search): List ignored search keys at the top level.
7392         (auth-source-netrc-create): Use `case' instead of `cond'.
7393         (auth-source-secrets-search): Created with TODOs.
7394         (auth-source-secrets-create): Created with TODOs.
7395         (auth-source-retrieve, auth-source-create, auth-source-delete)
7396         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7397         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7398         (auth-source-user-or-password-sftp)
7399         (auth-source-user-or-password-smtp): Remove.
7400         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7401         around `auth-source-search'.  Not tested thoroughly.
7402
7403 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7404
7405         * auth-source.el: Bring in assoc and eioeio libraries.
7406         (secrets-enabled): New variable to track the status of the Secrets API.
7407         (auth-source-backend): New EIOEIO class to represent a backend.
7408         (auth-source-creation-defaults): New variable to set prompt defaults
7409         during token creation (see the `auth-source-search' docstring for
7410         details).
7411         (auth-sources): Simplify to allow a simple string as a netrc backend
7412         spec.
7413         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7414         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7415         (auth-source-search): Main auth-source API entry point.
7416         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7417         (auth-source-search-collection): Helper function for searching.
7418         (auth-source-netrc-parse, auth-source-netrc-normalize)
7419         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7420         Supports search, create, and delete.
7421         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7422         backend stubs.
7423         (auth-source-user-or-password): Call `auth-source-search' but it's not
7424         ready yet.
7425
7426 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7427
7428         * message.el (message-setup-1): Remove the read-only stuff, since it
7429         doesn't work under XEmacs, for some reason.
7430
7431         * gnus-sum.el (gnus-user-date): Rename back from
7432         gnus-summary-user-date since user code refers to it.
7433
7434         * shr.el (shr-render-td): Store the actual background color used.
7435
7436         * message.el (message-setup-1): Don't bind the constant
7437         -forbidden-properties.
7438         (message-setup-1): Revert previous change, since it needs to bind the
7439         props to insert them.
7440         (message-resend): Allow removing the read-only separator line.
7441
7442 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7443
7444         * nnimap.el (nnimap-request-accept-article): Give an error message if
7445         the APPEND wasn't successful.
7446
7447 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7448
7449         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7450         that have no groups.
7451
7452 2011-02-03  Julien Danjou  <julien@danjou.info>
7453
7454         * gnus-draft.el: Remove progn around gnus-draft-setup.
7455
7456 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7457
7458         * gnus-start.el (gnus-read-active-for-groups): This function is never
7459         called with a nil `infos', so clean that up.
7460         (gnus-get-unread-articles): Request active files from primary/secondary
7461         methods that have no groups (yet).
7462
7463 2011-02-03  Julien Danjou  <julien@danjou.info>
7464
7465         * message.el (message-setup-1): Always generate References first.
7466         (message-mail): Return the return value of message-setup, not always t.
7467         (message-setup-1): Insert mail-header-separator with read-only and
7468         intangible properties set.
7469
7470         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7471         user-date in docstring.
7472
7473         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7474
7475         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7476         docstring.
7477
7478         * gnus.el (gnus-user-date-format-alist): Change default value.
7479         Use defcustom, with type and group.  Move from gnus-util.el.
7480         Rename to gnus-summary-user-date-format-alist.
7481
7482 2011-02-03  Glenn Morris  <rgm@gnu.org>
7483
7484         * nnimap.el (gnus-fetch-headers): Declare.
7485
7486         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7487
7488 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7489
7490         * message.el (message-forward-make-body-digest-plain)
7491         (message-followup, message-reply): Clean up things noted by Stefan.
7492
7493         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7494         gnus-article-update-date-headers is nil.
7495         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7496         it didn't really work with defcustom.
7497         (article-update-date-lapsed): Make sure the window start doesn't move,
7498         either.
7499
7500 2011-02-01  Julien Danjou  <julien@danjou.info>
7501
7502         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7503         format.
7504
7505         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7506         standard in Emacs nowadays.
7507
7508         * color.el (color-gradient): Add a color-gradient function.
7509
7510 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7511
7512         * message.el (message-expand-name): Don't trust the return value of
7513         bbdb-complete-name.
7514         (message-check-news-header-syntax): Remove unused var `start'.
7515         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7516         (message-inhibit-body-encoding): Move to before first use.
7517         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7518         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7519         (Organization, Message-ID, Date, mh-previous-window-config):
7520         Defvar the vars using dynamic scoping.
7521
7522 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7523
7524         * shr.el (shr-render-td): Only do colors at the final rendering.
7525         Should be slightly faster.
7526         (shr-insert-table): Fix up TD background colors when doing the
7527         vertical padding.
7528
7529         * gnus-art.el (article-date-ut): Protect against articles with no Date
7530         header.
7531         (article-update-date-lapsed): Don't use current-column to find the
7532         horizontal position.  It's fragile in the presence of \003 characters.
7533
7534         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7535
7536 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7537
7538         * gnus-art.el (article-transform-date): Rewrite to still work when
7539         there are several rfc2822 parts.
7540         (article-transform-date): Fix infinite recursion.
7541         (article-date-ut): Replace infinitely many Date headers with a single
7542         one when called interactively.
7543
7544         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7545         secure manner.
7546
7547         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7548         move around by not using save-window-excursion.  It seems to work...
7549
7550 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * gnus-art.el (article-make-date-line): Work for user-defined format.
7553
7554 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7555
7556         * nntp.el (nntp-retrieve-group-data-early)
7557         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7558         fetching functions.
7559
7560         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7561         thoroughly for all backends that have no known groups.  This should
7562         allow new nnml methods to retrieve mail.
7563
7564         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7565         that Gnus doesn't know exists again.
7566
7567         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7568         (gnus-treat-date-ut): Ditto.
7569         (gnus-article-update-date-header): Rename.
7570         (gnus-treat-date-local): Remove.
7571         (gnus-treat-date-english): Remove.
7572         (gnus-treat-date-lapsed): Remove.
7573         (gnus-treat-date-combined-lapsed): Remove.
7574         (gnus-treat-date-original): Remove.
7575         (gnus-treat-date-iso8601): Remove.
7576         (gnus-treat-date-user-defined): Remove.
7577         (gnus-article-date-headers): New variable to control all the date
7578         header options.
7579         (article-date-ut): Rewrite to allow using the new way to format date
7580         headers(s).
7581
7582 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7583
7584         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7585         method.
7586         (nnmail-article-group): A better test for fanciness.
7587
7588         * nnimap.el (nnimap-request-head): Protect against not finding the
7589         article by Message-ID.
7590
7591 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7592
7593         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7594         keep point at the "same place".
7595
7596 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7597
7598         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7599         data if the group is inactive.
7600
7601 2011-01-28  Julien Danjou  <julien@danjou.info>
7602
7603         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7604         (gnus-all-windows-visible-p): Remove old compatibility code.
7605         (gnus-window-top-edge): Add docstring.
7606
7607         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7608
7609 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7610
7611         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7612         older request-update-info.
7613
7614         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7615
7616 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7617
7618         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7619         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7620
7621 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7622
7623         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7624         groups.  This makes the nndraft:queue group pop up if it's not already
7625         there.
7626
7627         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7628         messages" logic, which was reversed.
7629
7630         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7631         the "same place" even if point is on the line being replaced.
7632         (article-update-date-lapsed): Allow updating both the combined lapsed
7633         and the lapsed headers.
7634         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7635         (article-make-date-line): Limit the number of segments dynamically to
7636         avoid too-long lines.
7637
7638 2011-01-27  Julien Danjou  <julien@danjou.info>
7639
7640         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7641         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7642
7643 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7646         Use plist-get instead of the cl function getf.
7647
7648 2011-01-27  Glenn Morris  <rgm@gnu.org>
7649
7650         * gnus-util.el (float-time): Get rid of compiler warning, again.
7651
7652 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7653
7654         * shr.el (shr-put-color): Special-case background colors: Do put them
7655         at the blank parts at the front of the lines.
7656
7657         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7658         exit hook to nix out all data on readedness on group exit.
7659
7660         * gnus-util.el (float-time): If float-time is bound, always use it on
7661         all Emacsen.  It's unclear why the subrp check was there.
7662         (time-date): Require to make some autoload issues on XEmacs go away.
7663
7664         * shr.el (shr-put-color): Don't do the box padding in tables, since
7665         they're already padded.
7666
7667 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7668
7669         * gnus-art.el (gnus-article-next-page): When the last line of the
7670         article is displayed, scroll down once more instead of going to the
7671         next article at once.
7672         (article-lapsed-string): Refactor out and allow specifying how many
7673         segments you want.
7674         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7675         (gnus-article-update-lapsed-header): New variable.
7676
7677         * shr.el: Revert change that made headings use different-sized faces.
7678         The Emacs display engine isn't advanced enough that, for instance,
7679         tables can comfortably use differently-sized faces.
7680
7681 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7682
7683         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7684         used.
7685         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7686         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7687         we're using an encrypted connection.
7688
7689         * proto-stream.el: Alter the interface functions to also return the
7690         actual stream type used: network or tls.
7691
7692 2011-01-25  Julien Danjou  <julien@danjou.info>
7693
7694         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7695         (mm-display-javascript-inline): New function.
7696
7697         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7698         viewing function.
7699
7700 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * shr.el (shr-expand-newlines): Fix variable name.
7703
7704 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7705
7706         * shr.el (shr-expand-newlines): Make nested boxes work.
7707
7708 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7709
7710         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7711         backgrounds.
7712         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7713         in a more sensible manner.
7714
7715 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7716
7717         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7718         if EPG is loaded.
7719
7720 2011-01-24  Julien Danjou  <julien@danjou.info>
7721
7722         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7723         tags.
7724
7725 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7726
7727         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7728         commands.
7729
7730         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7731         in the article buffer.
7732         (gnus-gravatar-insert): Use blank space from the current buffer to
7733         avoid breaking text properties.  This makes X-Sent updating work again.
7734
7735         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7736
7737 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7738
7739         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7740         fix the bug in url-http.el instead.
7741
7742         * shr.el (shr-image-fetched): Ditto.
7743
7744         * shr.el (shr-image-fetched): Avoid having point move in the article
7745         buffer.
7746
7747         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7748         buffer after being called.  It's apparently being killed by url.el, and
7749         killing it made point move to end-of-buffer in a random buffer.
7750
7751         * shr.el (shr-image-fetched): Ditto.
7752
7753 2011-01-23  Julien Danjou  <julien@danjou.info>
7754
7755         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7756
7757         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7758         text/x-org.
7759
7760 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7761
7762         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7763         (i.e., nnimap) returning nil as the article number.
7764
7765 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7766
7767         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7768         "DelSp" parameter in RFC3676.
7769
7770 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7771
7772         * message.el (message-check-recipients): Display the encoded version of
7773         the bogus address if they differ.
7774
7775         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7776         after sending.
7777
7778         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7779
7780         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7781
7782         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7783         group buffer after sending the queue.
7784
7785         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7786
7787 2011-01-22  Julien Danjou  <julien@danjou.info>
7788
7789         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7790
7791 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7792
7793         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7794         nested related parts.
7795
7796         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7797         unexpired articles.  This fixes the regression that led expiry marks to
7798         disappear from nnfolder groups.
7799
7800 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7801
7802         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7803         Don't confuse the "ret" of "retrograde" with RET.
7804
7805 2011-01-21  Julien Danjou  <julien@danjou.info>
7806
7807         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7808         than mm-insert-inline.
7809
7810 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7813         Widen article buffer.
7814
7815 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7816
7817         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7818         the temp buffer.
7819         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7820
7821 2011-01-20  Julien Danjou  <julien@danjou.info>
7822
7823         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7824
7825         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7826         than mm-insert-inline to insert inline part: this respect
7827         mm-inline-media-tests displayers.
7828
7829         * mm-view.el (mm-display-shell-script-inline): New function.
7830
7831         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7832
7833         * mm-uu.el (mm-uu-type-alist): Add org block.
7834         (mm-uu-org-src-code-block-extract): New function.
7835
7836         * mm-view.el (mm-display-org-inline): New function.
7837
7838         * mm-decode.el (mm-automatic-display): Add text/org.
7839
7840         * mailcap.el (mailcap-mime-extensions): Add .org.
7841
7842 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7845         gnus-article-add-buttons.
7846
7847 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7848
7849         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7850         From header with a date and "nobody" as the sender.
7851
7852 2011-01-19  Julien Danjou  <julien@danjou.info>
7853
7854         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7855         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7856         if you have the same regexp several times.
7857         (gnus-button-push): Fix matching when regexp is symbol.
7858
7859 2011-01-15  Glenn Morris  <rgm@gnu.org>
7860
7861         * message.el (message-mail): A compose-mail function should
7862         accept headers as strings.
7863
7864 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7865
7866         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7867         Add :vert-only tags.
7868         (message-mail): New arg RETURN-ACTION.
7869         (message-return-action): New var.
7870         (message-bury): Use it.
7871         (message-mode): Make it buffer-local.
7872         (message-send-and-exit): Always call message-bury.
7873
7874         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7875         message-mail.
7876
7877 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * nnimap.el (nnimap-convert-partial-article): Protect against
7880         zero-length body parts.
7881
7882         * mm-decode.el (mm-preferred-alternative-precedence):
7883         Discourage showing empty parts.
7884
7885         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7886         and stuff if the backend didn't return the article number.  This fixes
7887         an Exchange-related nnimap bug.
7888
7889         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7890         group window, because it does the wrong thing when a separate frame
7891         displays the group buffer.
7892
7893         * proto-stream.el (open-protocol-stream): Protect against the low-level
7894         transport functions returning nil.
7895
7896 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7897
7898         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7899         (mml2015-epg-find-usable-secret-key): New function.
7900         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7901         mml2015-epg-find-usable-key (Bug#7797).
7902         (mml2015-epg-encrypt): Ditto.
7903
7904 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * dgnushack.el (rot13-string): Fix the way to get the argument.
7907
7908 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7909
7910         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7911
7912 2011-01-03  Glenn Morris  <rgm@gnu.org>
7913
7914         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7915
7916         * sieve.el (sieve-open-server): Give a more explicit error if
7917         sieve-manage-open returns nil.  (Bug#7720)
7918
7919 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7920
7921         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7922
7923 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7926         This avoids sending passwords in plain text over non-encrypted
7927         channels.
7928
7929         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7930
7931         * nnimap.el (nnimap-login): Refactored out into own function, and
7932         implement CRAM-MD5.
7933         (nnimap-wait-for-line): Refactored out.
7934
7935         * mm-view.el (mml-smime): Require.
7936
7937 2010-12-20  David Engster  <deng@eml.cc>
7938
7939         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7940         use EPG to decrypt S/MIME messages instead of openssl.
7941
7942 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7943
7944         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7945
7946         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7947         status is the group clearly is unreachable.
7948
7949         * auth-source.el (auth-source-create): Add the optional second
7950         parameter to `local-variable-p' to be compatible with XEmacs.
7951
7952 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7953
7954         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7955         work when using a compressed nnml folder.
7956
7957 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958
7959         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7960         backends after sanitising on entry, because this never makes sense:
7961         If the articles have gone missing, then the data no longer exists on
7962         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7963         overwrite anything anyway.
7964
7965         * shr.el (shr-insert-document): Bind shr-width dynamically to
7966         window-width if it's nil.
7967
7968 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7969
7970         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7971         with the meaning of using the full emacs window width for rendering.
7972
7973 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7974
7975         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7976         case when sender is not given.
7977
7978 2010-12-23  Julien Danjou  <julien@danjou.info>
7979
7980         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7981         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7982         the addresses, otherwise we might misplaced the gravatar.
7983
7984 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7985
7986         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7987         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7988         obsolete in Emacs.
7989
7990 2010-12-20  Julien Danjou  <julien@danjou.info>
7991
7992         * gnus-util.el (gnus-rescale-image): Revert last change.
7993
7994 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7995
7996         * binhex.el: Improve commentary (Bug#7482).
7997
7998 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999
8000         * gnus-group.el (gnus-group-delete-articles): New command.
8001
8002 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8003
8004         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8005
8006 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8007
8008         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8009         here, since it's up to the backends to do CRLF removal if their
8010         protocol has it.
8011
8012         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8013
8014 2010-12-17  Julien Danjou  <julien@danjou.info>
8015
8016         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8017         they are from file.  Can also scale up.
8018
8019 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8020
8021         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8022         Restore gnus-use-agent.
8023         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8024
8025         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8026
8027 2010-12-17  Julien Danjou  <julien@danjou.info>
8028
8029         * gravatar.el (gravatar-retrieve-synchronously): New function.
8030         (gravatar-get-data): Make more robust.
8031
8032 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8035
8036 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037
8038         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8039         to really consider the last line.
8040
8041 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8042
8043         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8044         list of recipient keys, or use symmetric encryption if not a list.
8045         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8046         EPA override, replacing the call to `netrc-store-data'.
8047
8048 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8049
8050         * gnus-srvr.el: Avoid passing nil regexp argument to
8051         delete-matching-lines.
8052
8053 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8054
8055         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8056         fetching stops when Gnus exits.
8057
8058         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8059         function.
8060         (nnfolder-request-expire-articles): Save all the buffers after doing
8061         expiry.
8062
8063         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8064         the last article", since that led to serious performance regressions
8065         when expiring nnml groups.
8066
8067 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8068
8069         * nnir.el: Improve customizations.
8070
8071 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8072
8073         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8074
8075         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8076         group has been killed.
8077         (gnus-group-yank-group): Ditto.
8078
8079         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8080
8081         * nnimap.el (nnimap-request-update-group-status): New function.
8082
8083         * gnus-int.el (gnus-request-update-group-status): New interface
8084         function.
8085
8086         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8087         copying read-ness to the backends.
8088
8089         * nnimap.el (nnimap-quirk): New function.
8090         (nnimap-retrieve-group-data-early): Use it.
8091         (nnimap-quirks): New alist.
8092
8093 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8096         don't delete it within indentation.
8097
8098 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8099
8100         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8101         previous line.
8102
8103 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104
8105         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8106         QRESYNC command by deleting a superfluous space which broke Cyrus
8107         servers.  This change will break other servers that are buggy the other
8108         way around.
8109
8110 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8111
8112         * spam.el: Reindent and fix long lines.
8113         (spam-copy-or-move-routine): Exclude invalid move destinations.
8114
8115 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8116
8117         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8118         installed the registry.
8119
8120 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8123
8124 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8125
8126         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8127         groupname doesn't contain "gmane".
8128
8129 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8132         and netrc-bound-and-true-p bindings.
8133         (netrc-parse): Cache the netrc contents.
8134
8135         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8136         (gnus-1): Don't create the nndrafts group twice.
8137         (gnus-setup-news): There's no need to read the active file here, since
8138         that's done again later on a per-backend basis.
8139         (gnus-start-draft-setup): Make sure that the new group is started out
8140         empty.
8141
8142         * gnus-agent.el (gnus-agentize): Don't create the queue group
8143         automatically on startup.  It'll be created later, if needed.
8144
8145         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8146         of automatically subscribed groups.
8147         (gnus-auto-subscribed-categories): New variable.
8148         (gnus-matches-options-n): Use it.
8149         (gnus-default-subscribed-newsgroups): Remove unused variable.
8150         (gnus-start-draft-setup): Message a bit less.
8151
8152 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8153
8154         * nnir.el (nnir-run-imap): Return article list in order of increasing
8155         UID.
8156
8157 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8158
8159         * gnus-sum.el (gnus-summary-enter-digest-group):
8160         Mention gnus-auto-select-on-ephemeral-exit.
8161
8162         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8163         convention of the network-only option.
8164
8165 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * proto-stream.el (proto-stream-open-network-only): New function to
8168         have a way to specify non-STARTTLS upgrade connections.
8169
8170 2010-12-10  Julien Danjou  <julien@danjou.info>
8171
8172         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8173         email address is nil.
8174
8175         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8176
8177 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8178
8179         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8180         deletion.
8181         (nnir-run-imap): Only need to parse list once.
8182
8183 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * shr.el (shr-tag-script): Ignore <script>.
8186         (shr-tag-label): Add <label> support.
8187
8188 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8191
8192         * shr.el (shr-image-displayer): Work for images lined side by side.
8193
8194 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8195
8196         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8197         parameter, since XEmacs doesn't accept t as a parameter.
8198
8199 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8200
8201         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8202         ids.
8203         (nnir-run-gmane): Simplify groupspec formatting.
8204         (nnir-request-expire-articles): New function.
8205
8206 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207
8208         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8209         overflow, possibly.
8210
8211         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8212         (shr-render-td): Handle td style="" better.
8213         (shr-tag-table): Use the color from the style sheet.
8214         (shr-render-td): Make sure we copy over all the overlays, too.
8215
8216 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8217
8218         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8219         (nnir-request-article): Improve article retrieval.
8220
8221 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * mm-util.el (mm-extra-numeric-entities): New variable.
8224
8225         * mm-url.el (mm-url-decode-entities):
8226         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8227
8228         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8229
8230 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8231
8232         * message.el: Use completion-at-point.
8233         (message-completion-function): New fun, extracted from message-tab.
8234         (message-mode): Use it for completion-at-point-functions.
8235         (message-tab): Use it and completion-at-point.
8236
8237 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8240         character if a non-breakable character follows.
8241
8242 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8243
8244         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8245         any stream.
8246
8247         * shr.el (shr-tag-font): Colorize the region.
8248         (shr-tag-body): Ditto.
8249         (shr-tag-font): Actually let the styles be inherited instead of
8250         overwriting them.
8251         (shr-tag-font): Get the background color right.
8252         (shr-tag-style): Ignore all <style> tags for the moment.
8253
8254         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8255         a Message-ID to avoid having nnimap depend on gnus-sum.
8256
8257         * shr.el (shr-descend): Only colorize something if we have a node that
8258         sets colors.
8259
8260 2010-12-06  Julien Danjou  <julien@danjou.info>
8261
8262         * shr.el (shr-render-td): Render td content with shr-descend, so style
8263         will be applied to <td> too.
8264         (shr-colorize-region): Colorize region even if we only have a background.
8265         (shr-tag-body): Fix color and background color inheritance.
8266         Do not recolorize after shr-generic.
8267         (shr-tag-font): Let shr-generic colorize via inheritance.
8268
8269 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8272
8273 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8274
8275         * nnir.el (nnir-request-move-article): Remove obsolete code.
8276
8277 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8280
8281 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8282
8283         * gnus-sum.el (gnus-summary-respool-article): The completion function
8284         expects a list instead of an alist.
8285
8286         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8287         string as the parameter.
8288
8289         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8290
8291         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8292         styles.
8293         (shr-colorize-region): New function.
8294         (shr-insert-background-overlay): Remove.
8295         (shr-render-td): Background setting should be taken care of on a higher
8296         level.
8297         (shr-tag-body): Use post-hoc colorizations.
8298         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8299         (shr-put-color-1): Don't overwrite old colors.
8300         (shr-colorize-region): When the background color isn't explicit, use
8301         a fixed background.
8302
8303         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8304         nnmail variables.
8305
8306 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8307
8308         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8309         unless necessary.
8310
8311 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8312
8313         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8314         server.
8315
8316 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8319         so that TAB works.
8320
8321         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8322         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8323
8324         * shr.el (shr-urlify): Show the URL before the title to avoid
8325         misleading URLs.
8326
8327 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8328
8329         * shr.el (shr-urlify): Display the title in <a> tags.
8330
8331 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8332
8333         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8334
8335 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8336
8337         * nnir.el: Rearrange code to allow macros to be autoloaded by
8338         gnus-sum.el.
8339         (nnir-retrieve-headers-override-function): Make this variable
8340         customizable.
8341         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8342
8343         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8344         from nnir.el.
8345
8346 2010-12-03  Julien Danjou  <julien@danjou.info>
8347
8348         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8349
8350 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8353         allow optional argument `environment'.
8354
8355 2010-12-03  Glenn Morris  <rgm@gnu.org>
8356
8357         * mm-extern.el (message-goto-body): Update declaration.
8358
8359 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * gnus-util.el (gnus-macroexpand-all): New function.
8362
8363         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8364         instead of macroexpand-all that is unavailable in XEmacs.
8365
8366 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8367
8368         * nnir.el (nnir-summary-line-format): New variable.
8369         (nnir-mode): Use it.
8370         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8371         (nnir-article-ids): Reimplement as defsubst.
8372         (nnir-retrieve-headers): Don't mangle the subject header.
8373         (nnir-run-imap): Use 100 as RSV score.
8374         (nnir-run-find-grep): Fix for full server searching.
8375         (nnir-run-gmane): Better restriction to gmane groups.
8376
8377         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8378         summary buffers.
8379
8380 2010-12-02  Julien Danjou  <julien@danjou.info>
8381
8382         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8383
8384         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8385
8386         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8387         support.
8388
8389 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8390
8391         * nnir.el: Update to handle the registry better.
8392         (autoload): Silence byte-compiler.
8393         (nnir-open-server): Add a hook for nnir groups.
8394         (nnir-request-move-article): Don't mangle the header.  Better to use
8395         formatting variables (which will be added in the future).
8396         (nnir-registry-action): Update the registry using the original article
8397         group name.
8398         (nnir-mode): Install nnir-specific hooks for updating the registry.
8399
8400         * gnus-sum.el
8401         (gnus-article-original-subject, gnus-newsgroup-original-name):
8402         Remove obsolete variables.
8403         (gnus-summary-move-article): Remove use of obsolete variables.
8404         (gnus-summary-local-variables): Make move and delete hooks local to
8405         summary buffers.
8406
8407 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408
8409         * rtree.el: New file.
8410
8411 2010-12-01  Julien Danjou  <julien@danjou.info>
8412
8413         * message.el (message-user-organization): Do not use
8414         gnus-local-organization.
8415
8416         * gnus.el: Remove gnus-local-organization.
8417
8418         * gnus-msg.el: Remove nastygram thing.
8419
8420 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8421
8422         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8423         funcall.
8424
8425 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8428         names.
8429
8430         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8431         characters.
8432
8433         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8434         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8435         Suggested by Štěpán Němec <stepnem@gmail.com>.
8436         (gnus-gravatar-transform-address): Use mail-extract-address-components
8437         that supports non-ASCII names rather than mail-header-parse-addresses.
8438
8439 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8440
8441         * proto-stream.el (open-protocol-stream): All starttls connections are
8442         handled by the network handler.
8443
8444 2010-11-30  Julien Danjou  <julien@danjou.info>
8445
8446         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8447         (nnimap-open-connection-1): Fix PREAUTH.
8448
8449         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8450
8451 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8454         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8455         (shr-insert): Use them.
8456         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8457
8458 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8459
8460         * nnir.el (nnir-request-move-article): Bail out if original group
8461         doesn't support article moves.
8462         (nnir-get-active): Improve active list retrieval.
8463
8464 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8465
8466         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8467
8468 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8469
8470         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8471         seem to accept strings-with-numbers as port numbers.
8472
8473 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8474
8475         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8476         change the registry.
8477
8478 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8481         delete-dups that is not available in XEmacs 21.4.
8482
8483         * mm-util.el (mm-delete-duplicates): Add comment.
8484
8485 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8486
8487         * nnir.el (nnir-ignored-newsgroups): New variable.
8488         (nnir-get-active): Use it.
8489
8490 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * proto-stream.el (proto-stream-open-network): Add some comments.
8493
8494         * nntp.el (nntp-open-connection): Provide a :success condition.
8495
8496         * nnimap.el (nnimap-open-connection-1): Ditto.
8497
8498         * proto-stream.el (proto-stream-open-network): See what the response to
8499         the STARTTLS command is.
8500
8501         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8502         backwards compatibility).
8503         (nnimap-open-connection-1): Really respect nnimap-server-port.
8504
8505         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8506         TLS upgrades we don't really care about the identity of the peer.
8507         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8508         that what we've checked for.
8509         (proto-stream-always-use-starttls): Only default to t if
8510         open-gnutls-stream exists.
8511         (proto-stream-open-network): If STARTTLS failed, then just open a
8512         normal connection.
8513         (proto-stream-open-network): Wait until the greeting before doing
8514         STARTTLS.
8515
8516         * nntp.el (nntp-open-connection): Report what the connection error is.
8517
8518         * proto-stream.el (open-protocol-stream): Rename from
8519         open-proto-stream.
8520
8521 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8522
8523         * nnimap.el (nnimap-stream): Change default to `undecided'.
8524         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8525         first, and then network.
8526         (nnimap-open-connection-1): Respect nnimap-server-port.
8527         (nnimap-open-connection): Be more backwards-compatible.
8528
8529         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8530         (proto-stream-open-starttls): De-duplicate the starttls code.
8531         (proto-stream-open-starttls): Folded back into the main function.
8532         (proto-stream-open-network): Fix typo in the gnutls path.
8533         (proto-stream-command): Refactor out.
8534
8535         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8536
8537         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8538         starttls.el STARTTLS.
8539
8540         * color.el (color-lab->srgb): Fix function call name.
8541
8542         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8543         if we're using tls.el.
8544         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8545         built in, then don't try to establish a STARTTLS connection.
8546
8547         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8548         servers.
8549
8550         * proto-stream.el (open-proto-stream): Use network, not stream.
8551         (open-proto-stream): Add a way to specify what the end of a command is.
8552
8553         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8554         connections types.
8555         (nntp-open-network-stream): Remove.
8556         (nntp-open-ssl-stream): Remove.
8557         (nntp-open-tls-stream): Remove.
8558         (nntp-ssl-program): Remove.
8559
8560         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8561
8562 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8563
8564         * nnir.el: Fix typos.
8565         (nnir-retrieve-headers-override-function): Rename variable to reflect
8566         new semantics.
8567         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8568         macros.
8569         (nnir-request-article, nnir-request-move-article): Use them.
8570         (nnir-categorize): New function.
8571         (nnir-run-query): Use it.
8572         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8573         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8574         sorted.
8575         (nnir-group-full-name): Use gnus-group-full-name instead.
8576         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8577         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8578
8579 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8582
8583         * proto-stream.el: New library to provide protocol-specific
8584         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8585         protocols.
8586         (open-proto-stream): Complete the documentation.
8587         (proto-stream-open-network): Fix some typos.
8588
8589         * nnimap.el (nnimap-open-connection): Use it.
8590
8591 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8592
8593         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8594         negotiation.
8595
8596 2010-11-26  Julien Danjou  <julien@danjou.info>
8597
8598         * color.el: Rename various rgb functions to srgb.
8599
8600 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8601
8602         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8603         names.
8604
8605 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * shr.el (shr-insert): Revert last change.
8608         (shr-find-fill-point): Never leave point being at bol;
8609         relax the kinsoku limitation when rendering tables.
8610
8611 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8614         results from -accept-article.
8615
8616         * shr-color.el: Require cl when compiling.
8617
8618         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8619         checkin.
8620
8621         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8622
8623         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8624
8625         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8626         'add and 'delete to set backend marks.
8627
8628         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8629
8630         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8631
8632         * nntp.el (nntp-request-set-mark): Use it.
8633
8634         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8635
8636         * nnml.el (nnml-request-set-mark): Ditto.
8637
8638         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8639         introduces regressions in article selection.
8640         (nnimap-find-uid-response): New function.
8641         (nnimap-request-accept-article): Use the UID returned, if any.
8642         (nnimap-request-move-article): Use the UID returned, if any.
8643         (nnimap-get-groups): Reimplement to work with folded lines.
8644         (nnimap-find-uid-response): The UID is the last element in the list.
8645         (nnimap-request-set-mark): Extend syntax with 'set.
8646
8647         * nnml.el (nnml-request-set-mark): Ditto.
8648
8649         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8650
8651         * nntp.el (nntp-request-set-mark): Ditto.
8652
8653 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * message.el (message-called-interactively-p): A temporary macro.
8656         (message-goto-body): Use it temporarily.
8657
8658 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8659
8660         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8661         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8662         (nnimap-last-response-string): Fix last unfolding fix.
8663
8664 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * shr.el (shr-insert): Fix the way to fold lines.
8667
8668 2010-11-25  Julien Danjou  <julien@danjou.info>
8669
8670         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8671
8672         * color.el: Rename from color-lab.el
8673         (color-rgb->hex): Add.
8674         (color-complement): Add.
8675         (color-complement-hex): Add.
8676
8677         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8678
8679 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8680
8681         * shr-color.el (shr-color-visible): Don't bug out if the color names
8682         don't exist.
8683
8684 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8687         assuming that article displaying or another mml-preview may be
8688         interrupted for an error or for the like.
8689
8690         * shr.el (shr-get-background): Fix argument name.
8691
8692 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8695
8696         * gnus-sum.el (gnus-summary-include-articles): New function.
8697
8698         * message.el (message-goto-body): called-interactively-p needs a
8699         parameter, so use `any'.
8700
8701         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8702         clear marks before moving, since they're synced from the Gnus side
8703         first.
8704
8705         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8706         (gnus-summary-move-article): Copy over all marks before moving, so that
8707         IMAP doesn't think a new article has arrived.
8708
8709 2010-11-24  Julien Danjou  <julien@danjou.info>
8710
8711         * shr.el (shr-insert-background-overlay): Fix typo.
8712         (shr-render-td): Copy the background before rendering.
8713
8714         * shr-color.el (shr-color-visible): Fix docstring.
8715
8716         * shr.el (shr-tag-table): Add bgcolor support.
8717         (shr-render-td): Add bgcolor support.
8718         (shr-get-background): Add.
8719         (shr-insert-foreground-overlay): Use shr-get-background.
8720
8721         * message.el (message-goto-body): Use called-interactively-p.
8722         (message-in-body-p): message-goto-body returns point.
8723
8724 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8727         Fixes something or other in Emacs 23, and is backwards compatible.
8728
8729         * message.el (message-goto-body): Remove the <#secure special-casing,
8730         which is too special.
8731
8732         * shr.el (shr-parse-style): Drop !important from styles.
8733
8734 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8735
8736         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8737         this function to return incorrect results when calling it with an
8738         explicit article argument different from
8739         (gnus-summary-article-number).
8740
8741 2010-11-24  Julien Danjou  <julien@danjou.info>
8742
8743         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8744         (shr-tag-body): Add background support.
8745         (shr-descend): Add background support.
8746         (shr-tag-title): Add.
8747
8748         * shr-color.el (shr-color-visible): Really return original background
8749         if fixed.
8750
8751 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8752
8753         * shr.el (shr-color-check): Protect against non-existent color names.
8754
8755 2010-11-24  Julien Danjou  <julien@danjou.info>
8756
8757         * color-lab.el: Require 'cl when compiling.
8758
8759         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8760
8761         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8762         matched part.
8763
8764         * color-lab.el: Fix all expt calls to use float type.
8765
8766 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8769         expression to shr-color-check as is.
8770
8771         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8772
8773         * color-lab.el: Add coding cookie.
8774         (float-pi): Use eval-and-compile.
8775
8776         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8777         compiled for Emacsen having no `libxml-parse-html-region' support.
8778
8779 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * shr.el (shr-insert-color-overlay): Split stuff like
8782         "#444444 !important" to find the real color.
8783         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8784         parse <font color="red"> entries.
8785
8786 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8787
8788         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8789         point when parsing headers.
8790
8791         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8792         is positioned properly when parsing headers.
8793
8794 2010-11-23  Julien Danjou  <julien@danjou.info>
8795
8796         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8797
8798         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8799
8800         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8801
8802         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8803         Use shr-color-hue-to-rgb.
8804         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8805
8806 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8807
8808         * shr.el (shr-color->hexadecimal): Autoload.
8809         (shr-descend): Add color to all tags.
8810
8811 2010-11-22  Julien Danjou  <julien@danjou.info>
8812
8813         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8814         shr-color->hexadecimal.
8815
8816         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8817         RGB() or HSL() color representation.
8818
8819         * shr.el (shr-tag-font): Add.
8820         (shr-tag-color-check): New function to get better colors.
8821         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8822         tag-span.
8823
8824         * shr-color.el: New file.
8825
8826         * color-lab.el: New file.
8827
8828         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8829
8830 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8831
8832         * nnir.el: Fix typo in comments.
8833         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8834         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8835
8836 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8837
8838         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8839
8840         * nnimap.el (nnimap-get-capabilities): Refactor out.
8841         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8842
8843 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8844
8845         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8846         appearing when `mm-uu-hide-markers' is nil.
8847
8848 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849
8850         * nnimap.el (nnimap-unselect-group): Make into its own function.
8851         (nnimap-request-rename-group): Unselect group before renaming.
8852         This had gotten lost somewhere.
8853         (nnimap-request-accept-article): Keep track of examined groups, and
8854         unselect the group before APPENDing to read-only groups.
8855         (nnimap-request-move-article): Clear flags before moving so that they
8856         can be re-set later.
8857
8858 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8861         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8862
8863 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * gnus-art.el (gnus-mime-display-single):
8866         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8867         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8868         parameter.
8869
8870 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8873         (shr-table-vertical-line): New variable.
8874         (shr-insert-table): Use it.
8875
8876 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-html.el (gnus-html-wash-images): Don't display images if
8879         gnus-inhibit-images is non-nil; register displayer for cid images.
8880         (gnus-html-display-image): Work for cid image.
8881         (gnus-html-insert-image): Allow arguments.
8882         (gnus-html-put-image): Inhibit read-only.
8883         (gnus-html-prefetch-images): Don't prefetch images if
8884         gnus-inhibit-images is non-nil.
8885
8886 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8887
8888         * shr.el (shr-put-image): Break lines when inserting big pictures.
8889
8890 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8891
8892         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8893         sender, thanks Katsumi Yamaoka.
8894
8895 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8896
8897         * nnir.el (nnir-run-imap): Reverse the article list for each group
8898         rather than the whole list.
8899
8900 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * shr.el (shr-image-displayer): Protect function against non-existent
8903         image source.
8904
8905         * gnus-art.el (gnus-inhibit-images): New user option.
8906         (gnus-mime-display-single): Don't display image if it is non-nil.
8907
8908         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8909         gnus-inhibit-images.
8910
8911         * shr.el (shr-image-displayer): New function.
8912         (shr-tag-img): Use it.
8913
8914 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8915
8916         * mml2015.el (mml2015-epg-sign): Use From header.
8917
8918 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8919
8920         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8921
8922         * gnus-util.el (gnus-find-text-property-region): Return markers.
8923
8924         * shr.el (shr-tag-img): Put a displayer in the text property.
8925
8926         * gnus-util.el (gnus-find-text-property-region): New utility function.
8927
8928         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8929         (gnus-html-show-images): Remove.
8930
8931         * gnus-art.el (gnus-article-show-images): New, more general function.
8932
8933         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8934         image url text properties.
8935
8936         * shr.el: Ditto.
8937
8938         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8939         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8940
8941 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8944         work for two or more articles.
8945
8946 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8949         divide an image that's in an html article to two or more when washing
8950         non-ASCII characters in alt text of it.
8951
8952 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8955         smime-decrypt-region using function argument.
8956         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8957
8958         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8959
8960         * smime.el (smime-decrypt-region): Catch it.
8961
8962 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8963
8964         * smime.el (smime-mode-map): Move initialization into declaration.
8965         (gnus-run-mode-hooks): Don't autoload.
8966         (smime-mode): Use define-derived-mode.
8967
8968 2010-11-11  Glenn Morris  <rgm@gnu.org>
8969
8970         * smime.el (from): Restrict declaration to XEmacs.
8971
8972         * nnir.el (gnus-group-topic-name): Autoload.
8973
8974 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * shr.el (shr-insert): Don't break long line if it is because of
8977         kinsoku-bol characters in the line end.
8978
8979 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8980
8981         * nnir.el (nnir-request-move-article): Fix to provide original group
8982         and subject.
8983         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8984         been retrieved.
8985
8986         * gnus-sum.el (gnus-summary-move-article): Use original group and
8987         subject for virtual articles such as those in an nnir summary buffer.
8988
8989 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8992         least 21.5).
8993
8994         * smime.el (from): Declare it again for XEmacs.
8995
8996 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8997
8998         * message.el (message-resend): Don't disable encoding unless it's
8999         already encoded.
9000
9001         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9002         low-numbered articles.
9003
9004 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * rfc2047.el (rfc2047-syntax-table): Simplify.
9007
9008         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9009
9010         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9011         set-char-table-range for XEmacs.
9012
9013 2010-11-10  Glenn Morris  <rgm@gnu.org>
9014
9015         * time-date.el (time-to-seconds): Always an alias on Emacs,
9016         never a real function.
9017         (with-no-warnings): Remove compat stub, now unused.
9018         (time-less-p): Doc fix.
9019         (time-to-number-of-days): Simplify.
9020
9021         * smime.el (from): Remove unused declaration.
9022
9023         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9024         (gnus-float-time): On Emacs, always an alias.
9025
9026         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9027         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9028
9029 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * dgnushack.el: Don't use ignore-errors in the top level form since it
9032         is unavailable in XEmacs even if cl is loaded.
9033
9034         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9035
9036 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9037
9038         * shr.el (browse-url-mailto): Autoload.
9039
9040         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9041
9042         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9043         regexp doesn't need quoting.
9044
9045 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9046
9047         * message.el (message-subject-trailing-was-ask-regexp)
9048         (message-subject-trailing-was-regexp): Match was: in addition to was.
9049
9050 2010-11-09  Glenn Morris  <rgm@gnu.org>
9051
9052         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9053         (nnbabyl-check-mbox): Use point-at-bol.
9054
9055 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9056
9057         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9058
9059         * message.el (message-mailto): New function.
9060         (message-mailto): Should accept other parameters.
9061         (message-mailto): Remove since it duplicates browse-url-mailto
9062         functionality.
9063
9064 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9065
9066         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9067         methods.
9068         (gnus-read-active-file): Ditto.
9069
9070         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9071         ": " from the prompt.
9072         (gnus-group-make-group): Ditto.
9073
9074 2010-11-07  Glenn Morris  <rgm@gnu.org>
9075
9076         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9077         (gnus-bookmark-kill-line): Use point-at-eol.
9078
9079 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9082         asterisks in From header.
9083
9084 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9087         string to avoid making the From headers syntactically invalid.
9088
9089         * message.el (message-send-mail): Don't insert courtesy messages if the
9090         message already has List-Post and List-ID messages.
9091
9092 2010-11-06  Glenn Morris  <rgm@gnu.org>
9093
9094         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9095         `condition', `type', `length' a prefix.
9096         (gnus-treat-predicate): Update for above name changes.
9097
9098 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9099
9100         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9101         binding.  Handled by `gnus-summary-refer-thread' instead.
9102         (nnir-warp-to-article): New backend function.
9103
9104         * nnimap.el (nnimap-request-thread): Force dependency updating.
9105
9106         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9107         (gnus-summary-refer-thread): Rework to improve thread-referral.
9108
9109         * gnus-int.el (gnus-warp-to-article): New function.
9110
9111         * gnus-sum.el (gnus-summary-article-map): Bind it.
9112
9113 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9114
9115         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9116         gnus-summary-refer-thread.
9117
9118         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9119         headers.
9120         (gnus-summary-limit-include-thread): Prevent articles in thread from
9121         being cut in gnus-cut-threads.
9122         (gnus-summary-refer-thread): Limit retrieved headers to those in
9123         thread.
9124
9125 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * message.el (message-send-mail): Use the value of
9128         message-courtesy-message from the message buffer.
9129
9130         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9131
9132         * shr.el (shr-browse-url): Implement mailto: URLs.
9133
9134         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9135         "raw".
9136
9137         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9138         if it's already selected.
9139
9140         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9141
9142 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9145         to measure the length and truncate alt text.
9146
9147 2010-11-03  Glenn Morris  <rgm@gnu.org>
9148
9149         * nndiary.el (nndiary-generate-nov-databases-1)
9150         (nndiary-generate-active-info): Rename dynamic variable `files' to
9151         something less generic.
9152
9153 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9154
9155         * nnir.el (nnir-request-move-article): Call the underlying backend to
9156         move articles from nnir.
9157
9158 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9161
9162 2010-11-02  Julien Danjou  <julien@danjou.info>
9163
9164         * nnir.el: Remove wais support.
9165
9166 2010-11-02  Glenn Morris  <rgm@gnu.org>
9167
9168         * gnus-html.el: Reorder requirements to quieten compiler.
9169
9170 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9173         properly for XEmacs as well.
9174         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9175         (gnus-article-natural-long-line-p): Use window-width rather than
9176         frame-width.
9177
9178 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9179
9180         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9181         (nnir-read-parms): Don't modify query.
9182         (nnir-run-query): Add ability to search topic on current line.
9183         (nnir-get-active): Clean up.
9184
9185 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9186
9187         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9188         degenerate articles.
9189
9190         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9191         (gnus-print-buffer): Just print the buffer as is, without any copying
9192         to a buffer and then re-highlighting.
9193
9194         * nnimap.el (nnimap-request-group): Store the new updated info.
9195         (nnimap-request-group): Select the group when we don't know whether it
9196         exists or not.
9197
9198         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9199         groups.
9200
9201         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9202         groups.
9203
9204         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9205         groups.
9206
9207         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9208         long-lines case by only filling the long lines.
9209
9210         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9211         (bug#7311).
9212
9213 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * shr.el: No need to declare `declare-function' since shr.el is for
9216         only Emacsen that provide `libxml-parse-html-region'.
9217
9218         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9219         effective only in a file it is referred to.
9220
9221 2010-11-01  Glenn Morris  <rgm@gnu.org>
9222
9223         * mm-util.el (gnus-completing-read): Autoload.
9224         (mm-read-coding-system): Simplify Emacs definition.
9225
9226         * nnmail.el (gnus-activate-group):
9227         * nnimap.el (gnutls-negotiate):
9228         * nntp.el (netrc-parse): Fix declarations.
9229
9230 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9233         string-match-p in Emacs >=23.
9234
9235         * gnus-msg.el (gnus-configure-posting-styles):
9236         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9237
9238 2010-11-01  Glenn Morris  <rgm@gnu.org>
9239
9240         * nnir.el (declare-function): Add compat stub.
9241         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9242         (nnir-run-gmane): Require 'mm-url.
9243
9244         * mm-util.el (mm-string-to-multibyte): Simplify.
9245
9246         * shr.el (declare-function): Add compat stub.
9247         (url-cache-create-filename): Declare.
9248         (mm-disable-multibyte, widget-convert-button): Autoload.
9249
9250         * smime.el (ldap-search): Declare.
9251         (smime-cert-by-ldap-1): Require ldap on Emacs.
9252
9253         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9254         (nnimap-keepalive): Use gnus-float-time.
9255
9256         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9257         (mail-source-delete-crash-box): Use gnus-float-time.
9258
9259         * gnus-dired.el (gnus-completing-read): Autoload.
9260
9261         * mm-view.el (gnus-rescale-image): Autoload.
9262
9263         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9264
9265         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9266
9267         * sieve-manage.el: Require 'cl when compiling.
9268
9269         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9270         (gnus-iswitchb-completing-read): Require iswitchb.
9271         (gnus-select-frame-set-input-focus): Silence compiler.
9272
9273 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9274
9275         * message.el (message-subject-trailing-was-query): Change default to t,
9276         since I think that's what most people want.
9277
9278         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9279         appending for easier debugging.
9280         (nnimap-wait-for-connection): Take a regexp.
9281         (nnimap-request-accept-article): Wait for the continuation line before
9282         sending anything unless we're streaming.
9283
9284         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9285         leave the header washing to take place.
9286
9287 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9288
9289         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9290         regular expression match and replace in posting styles.
9291
9292 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9293
9294         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9295         an entire server.
9296         (nnir-get-active): New function.
9297         (nnir-run-imap): Use it.
9298         (nnir-run-gmane): Who knew, gmane search returns an article score!
9299
9300         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9301         server on the current line with nnir.
9302
9303 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9304
9305         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9306         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9307         left edge.
9308         (gnus-article-foldable-buffer): Skip past the prefix when determining
9309         raggedness.
9310
9311         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9312         the raw article, and change `C-u g' to show the article without doing
9313         treatments.
9314
9315         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9316         on to `gnus-treat-article'.
9317         (gnus-inhibit-article-treatments): New variable.
9318
9319         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9320
9321         * gnus-art.el (gnus-treatment-function-alist): Have
9322         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9323         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9324         sections.
9325
9326         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9327         parameter.
9328         (gnus-article-fill-cited-long-lines): New function.
9329         (gnus-article-fill-cited-article): Allow filling only long sections.
9330
9331         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9332         and non-punctuation (like after the apostrophe in "'We").
9333
9334         * gnus-sum.el (gnus-summary-select-article): Make sure
9335         gnus-original-article-buffer is alive.
9336
9337         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9338         reflect the order they're in in the digest.
9339
9340         * gnus.el (gnus-group-startup-message): Move point to the start of the
9341         buffer.
9342
9343         * nnimap.el (nnimap-capability): New function.
9344         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9345         is set.
9346
9347 2010-10-31  David Engster  <dengste@eml.cc>
9348
9349         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9350         conform with changes to gnus-completing-read.
9351
9352 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9355
9356 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9357
9358         * nnir.el: Move defvar, defcustom around to keep file organized
9359         and keep byte-compiler quiet.
9360         (nnir-read-parms): Accept search-engine as arg.
9361         (nnir-run-query): Pass search-engine as arg.
9362         (nnir-search-engine): Remove.
9363
9364 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9365
9366         * shr.el (shr-generic): The text nodes should be text, not :text.
9367
9368         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9369         later in the file.
9370
9371 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9372
9373         * nnir.el: General clean up.  Allow searching with multiple engines.
9374         Allow separate extra-parameters for each engine.
9375         Batch queries when possible.
9376         (nnir-imap-default-search-key, nnir-method-default-engines):
9377         Add customize interface.
9378         (nnir-run-gmane): New engine.
9379         (nnir-engines): Use it.  Qualify all prompts with engine name.
9380         (nnir-search-engine): Remove global variable.
9381         (nnir-run-hyrex): Restore for now.
9382         (nnir-extra-parms, nnir-search-history): New variables.
9383         (gnus-group-make-nnir-group): Use them.
9384         (nnir-group-server): Remove in favor of gnus-group-server.
9385         (nnir-request-group): Avoid searching twice.
9386         (nnir-sort-groups-by-server): New function.
9387
9388 2010-10-30  Julien Danjou  <julien@danjou.info>
9389
9390         * gnus-group.el: Remove gnus-group-fetch-control.
9391
9392         * gnus-start.el (gnus-find-new-newsgroups):
9393         Remove gnus-check-first-time-used.
9394
9395         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9396
9397 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9398
9399         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9400         set on groups that don't have \* permanentflags.
9401
9402 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403
9404         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9405         control the background color.
9406         (shr-tag-img): Ignore very small web bug type images.
9407         (shr-put-image): Add help-echo alt texts to the images.
9408         (shr-tag-video): Show the video poster image.
9409
9410 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * shr.el (shr-table-depth): New variable.
9413         (shr-tag-table-1): Only insert the images after the top-level table.
9414
9415         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9416
9417         * gnus-util.el (gnus-list-memq-of-list): New function.
9418
9419         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9420         selected.
9421         (nnimap-unsplittable-articles): New slot.
9422         (nnimap-new-articles): Use it.
9423
9424 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9425
9426         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9427         move to the previous line on `M-g'.
9428
9429 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9430
9431         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9432         *-request-group, which seems unnecessary.
9433
9434         * nnimap.el (nnimap-quote-specials): Function copied over from
9435         imap.el.
9436         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9437         they support that.  Suggested by Tom Regner.
9438
9439 2010-10-29  Julien Danjou  <julien@danjou.info>
9440
9441         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9442         defalias.
9443         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9444
9445         * gnus.el: Remove `gnus-nntp-service' variable.
9446         (gnus-secondary-servers): Make obsolete.
9447         (gnus-nntp-server): Make obsolete.
9448
9449         * gnus-start.el (gnus-1): Remove x-splash calls.
9450
9451         * gnus-ems.el (gnus-x-splash): Remove.
9452
9453         * gnus.el (gnus-group-startup-message): Simplify/update code.
9454
9455         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9456         definition.
9457
9458         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9459         capability before doing anything.
9460         (gnus-group-insert-group-line): Remove useless
9461         gnus-group-remove-excess-properties.
9462
9463 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9466
9467 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9468
9469         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9470         config after reselecting.
9471
9472 2010-10-28  Julien Danjou  <julien@danjou.info>
9473
9474         * shr.el (shr-put-image): Use point even if only inserting text.
9475         (shr-put-image): Save excursion when inserting alt text on non-graphic
9476         display, so the behavior is the same when we are on a graphic display.
9477
9478         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9479
9480 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9483         (gnus-mime-copy-part): Check coding system, not charset.
9484         (gnus-mime-view-part-externally): Never remove part.
9485         (gnus-mime-view-part-internally): Don't remove part here.
9486         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9487         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9488         multipart/alternative.
9489
9490         * mm-decode.el (mm-display-part): Take optional arg `force'.
9491
9492 2010-10-26  Julien Danjou  <julien@danjou.info>
9493
9494         * gnus-group.el (gnus-group-default-list-level): Add this function to
9495         compute the default list level.
9496         (gnus-group-default-list-level): Add possibility to use a function.
9497
9498 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9501
9502         * gnus-group.el (gnus-group-completing-read)
9503         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9504         gnus-replace-in-string.
9505
9506 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * shr.el (shr-tag-div): Add.
9509
9510         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9511
9512 2010-10-25  Julien Danjou  <julien@danjou.info>
9513
9514         * gnus-util.el: Remove `gnus-with-local-quit'.
9515
9516         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9517
9518 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9519
9520         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9521         the original article buffer.
9522
9523 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9524
9525         * nnimap.el (nnimap-request-head): New function.
9526         (nnimap-request-move-article): Try to be slightly faster by not
9527         requesting the entire message when moving.
9528         (nnimap-transform-headers): Don't bug out on bodiless articles.
9529         (nnimap-send-command): Have no outstanding messages if the IMAP server
9530         doesn't support streaming.
9531         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9532
9533 2010-10-24  Julien Danjou  <julien@danjou.info>
9534
9535         * message.el (message-default-headers): Fix type.
9536
9537 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9538
9539         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9540         prefetching images.
9541
9542         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9543         backend for unknown groups.  This is mainly useful for nnimap groups.
9544
9545         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9546         group isn't covered by the agent.
9547
9548 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9549
9550         * nnir.el (nnir-method-default-engines): New variable.
9551         (nnir-run-query): Use it.
9552         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9553         (gnus-summary-nnir-goto-thread): Change group if needed.
9554
9555         * gnus-group.el (gnus-group-group-map): Add key binding for
9556         gnus-group-make-nnir-group.
9557
9558 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559
9560         * shr.el (shr-tag-object): Add.
9561
9562         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9563         original article buffer live.
9564         (gnus-summary-select-article-buffer):
9565         Mention gnus-widen-article-buffer.
9566
9567 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * shr.el (shr-tag-strong): Add.
9570
9571 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9574         group names.  They mess up the group buffer badly.
9575
9576         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9577
9578         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9579         instead of the summary one.
9580
9581 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * mml.el (mml-preview): Work properly when editing article.
9584
9585         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9586         gnus-have-read-active-file if it's already been in.
9587
9588 2010-10-22  Tom Tromey  <tromey@redhat.com>
9589
9590         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9591         gnus-group-completing-read.
9592
9593 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * message.el (message-mode-map): Don't bind M-; to comment region, to
9596         allow the global comment-dwim to work.
9597
9598 2010-10-21  Julien Danjou  <julien@danjou.info>
9599
9600         * message.el (message-setup-1): Allow message-default-headers to be a
9601         function.
9602
9603 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * shr.el (shr-tag-table): Simplify.
9606
9607 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608
9609         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9610         to avoid trying to snarf invalid stuff.
9611
9612         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9613
9614         * gnus.el (gnus-message-archive-group): Quote value.
9615         (gnus-message-archive-group): Mark as changed.
9616
9617         * shr.el (shr-add-font): Don't put the font properties on the newline
9618         or the indentation.
9619
9620         * message.el (message-fix-before-sending): Change options when sending
9621         non-printable characters.
9622
9623         * gnus.el (gnus-message-archive-method): Change the default to
9624         monthly outgoing groups.
9625
9626         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9627         that have gotten new numbers.
9628
9629         * nnimap.el (nnimap-request-replace-article): New function.
9630
9631 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9634         (nnrss-request-article): Don't use special html washing code.
9635
9636 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * shr.el (shr-tag-table): Remove useless nconc.
9639
9640 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641
9642         * gnus-art.el (article-wash-html): Simplify and remove the charset
9643         stuff.  Use the normal html rendering code instead of the special html
9644         washing code.
9645
9646         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9647         `gnus-w3m' symbols.
9648         (mm-text-html-washer-alist): Remove.
9649
9650         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9651         (mm-inline-media-tests): Remove use.
9652         (mm-text-html-renderer): Change default to the `shr' symbol.
9653
9654         * mm-view.el (mm-inline-text-html): Remove use.
9655
9656         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9657         `gnus-blocked-images' to be a function.
9658         (gnus-article-wash-function): Remove.
9659
9660 2010-10-20  Julien Danjou  <julien@danjou.info>
9661
9662         * spam.el (spam-list-of-processors): Mark as obsolete.
9663
9664         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9665         (nnimap-insert-partial-structure): Fix boundary detection.
9666
9667 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9668
9669         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9670         run file-truename on remote files.  This can be expensive and even
9671         prevent one from editing drafts if some unrelated buffer has a stale
9672         connection.
9673
9674 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9677         kinsoku-eol regardless of shr-kinsoku-shorten.
9678         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9679         (shr-tag-table): Support caption, thead, and tfoot.
9680
9681 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9682
9683         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9684         lines.
9685         (shr-save-contents): New command and keystroke.
9686
9687         * nndoc.el (nndoc-type-alist): Add git support.
9688         (nndoc-git-type-p): New function.
9689         (nndoc-transform-git-article): Ditto.
9690         (nndoc-transform-git-headers): Ditto.
9691         (nndoc-transform-git-headers): Generate Subject headers.
9692
9693         * shr.el (shr-parse-style): New function.
9694         (shr-tag-span): Ditto.
9695
9696         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9697         to `G G' to avoid collisions.
9698
9699 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * shr.el: Load kinsoku if necessary.
9702         (shr-kinsoku-shorten): New internal variable.
9703         (shr-find-fill-point): Make kinsoku shorten text line if
9704         shr-kinsoku-shorten is bound to non-nil.
9705         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9706         shr-indentation too when testing if table is wider than frame width.
9707         (shr-insert-table): Use `string-width' instead of `length' to measure
9708         text width.
9709         (shr-insert-table-ruler): Make sure indentation is done at bol.
9710
9711 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9712
9713         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9714         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9715         undecoded network data.
9716
9717 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9718
9719         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9720         name in the mode line spec so that the mode line menu works
9721         (bug#2431).
9722
9723         * message.el (message-get-reply-headers): If we're fed `to-address',
9724         then always use that.
9725
9726         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9727         aren't so wide as to need to switch off the edit menu.
9728
9729         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9730         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9731
9732         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9733         `M-g'.
9734         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9735         the permanent marks.
9736
9737 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9738
9739         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9740         Splitting according to references/in-reply-to obeys the ignore-groups
9741         variable, while splitting by sender and subject do not.
9742
9743 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9744
9745         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9746         alist, so that we can look for non-Unicode chars.
9747         (article-translate-strings): Allow both character and string maps.
9748
9749 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * shr.el (shr-insert): Don't insert space behind a wide character
9752         categorized as kinsoku-bol, or between characters both categorized as
9753         nospace.
9754
9755 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9756
9757         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9758         headers to gnus-newsgroup-headers.
9759
9760 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9761
9762         * shr.el (shr-tag-img): Don't align images -- since we're not
9763         rescaling, this often leads to ugly displays.
9764
9765 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9766
9767         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9768         duplicates.
9769
9770 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9771
9772         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9773         call.
9774
9775 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776
9777         * gnus.el: Autoload gnus-html-show-images.
9778
9779         * nnimap.el: Use nnheader-message throughout.
9780
9781         * shr.el (shr-tag-img): Ignore images with no data.
9782
9783 2010-10-15  Julien Danjou  <julien@danjou.info>
9784
9785         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9786         a possibility to disable format=flow encoding when using hard newlines.
9787
9788 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * shr.el (shr-insert): Remove space inserted before or after a
9791         breakable character or at the beginning or the end of a line.
9792         (shr-find-fill-point): Do kinsoku; find the second best point or give
9793         it up if there's no breakable point.
9794
9795 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9796
9797         * nnimap.el (nnimap-open-connection): Message when opening connection
9798         for debugging purposes.
9799
9800         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9801         on every setup buffer call to allow this to change from article to
9802         article.
9803
9804         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9805         buffers where we have a wide table.
9806
9807 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9808
9809         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9810         uses *-request-thread.
9811
9812 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813
9814         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9815         incantation, which is no longer valid.
9816
9817 2010-10-14  Julien Danjou  <julien@danjou.info>
9818
9819         * shr.el: Fix defcustom type (char -> character).
9820
9821 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9822
9823         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9824         programs.
9825
9826 2010-10-14  Julien Danjou  <julien@danjou.info>
9827
9828         * shr.el (shr-tag-a): Use url-link as widget type.
9829
9830         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9831         `gnus-group-get-icon'.
9832
9833 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9834
9835         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9836         This should make server editing work better.
9837
9838         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9839
9840         * tls.el (tls-program): Remove spurious %s from openssl.
9841
9842         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9843         (nnimap-parse-flags): Fix regexp.
9844
9845         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9846         probably work for CJVK text, too.
9847
9848         * nnimap.el (nnimap-extend-tls-programs): Remove.
9849         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9850
9851         * tls.el (tls-starttls-switches): Remove starttls hack.
9852         (open-tls-stream): Ditto.
9853         (tls-find-starttls-argument): Ditto.
9854
9855 2010-10-13  Julien Danjou  <julien@danjou.info>
9856
9857         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9858         responses.
9859
9860 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9861
9862         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9863
9864         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9865         anything in Emacs.
9866
9867         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9868
9869 2010-10-13  Julien Danjou  <julien@danjou.info>
9870
9871         * shr.el (shr-width): Make shr-width a defcustom with default to
9872         fill-column.
9873         (shr-tag-img): Use shr-width rather than fill-column.
9874
9875 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * dgnushack.el (byte-optimize-apply):
9878         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9879
9880         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9881         position when (X-)Faces exist.
9882         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9883         avatars when called interactively.
9884
9885 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9888         gnus-article-x-face-too-ugly is bound.
9889
9890 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9891
9892         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9893
9894         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9895         mailbox that doesn't exist.
9896
9897 2010-10-12  Julien Danjou  <julien@danjou.info>
9898
9899         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9900         (shr-get-image-data): Encode URL properly when fetching from cache.
9901         (shr-tag-img): Use aligned-to spaces to align correctly images.
9902
9903         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9904         before inserting the Gravatar.
9905
9906         * shr.el (shr-tag-img): Add align attribute support for <img>.
9907
9908 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9909
9910         * gnus-gravatar.el (gnus-art): Require.
9911
9912         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9913         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9914         Remove long obsoleted functions.
9915
9916 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9919
9920         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9921
9922         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9923         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9924         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9925         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9926         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9927         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9928         * sieve-manage.el, smime.el, spam.el:
9929         Fix comment for declare-function.
9930
9931 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9932
9933         * nnimap.el (nnimap-request-rename-group): Select group read-only
9934         before renaming it.
9935
9936         * shr.el (shr-insert): Fix up the white space only regexp.
9937
9938         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9939         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9940
9941         * shr.el (shr-current-column): New function.
9942         (shr-find-fill-point): New function.
9943
9944 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9945
9946         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9947         numbers.
9948
9949 2010-10-11  Julien Danjou  <julien@danjou.info>
9950
9951         * shr.el (shr-hr-line): Add.
9952         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9953         display hr lines.
9954         (shr-max-columns): Do not change state to nil if we just inserting
9955         spaces.
9956
9957 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9958
9959         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9960         select the last group.
9961
9962 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9963
9964         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9965
9966 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9967
9968         * dig.el (dig-mode-map): Declare and define in one step.
9969
9970 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9971
9972         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9973         for Gnus.
9974         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9975         (nnimap-update-qresync-info): Mark \Seen articles as read.
9976
9977         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9978         non-variable, too.
9979
9980         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9981         available.
9982         (nnimap-update-info): Rely more on the current active than the param
9983         active to avoid marking articles as read too much.
9984
9985         * auth-source.el (auth-source-create): Use (user-login-name) for the
9986         user name default.
9987
9988         * nnimap.el (nnimap-update-info): If the server doesn't return any
9989         useful info, just use the previous info.
9990         (nnimap-update-info): Prefer old info over start-article.
9991         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9992
9993 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9994
9995         * nnir.el (autoload): Clean up autoloads.
9996         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9997         Use key rather than value.
9998         (nnir-imap-search-other): New variable.
9999         (nnir-read-parm): Use it.
10000         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10001         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10002
10003 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10004
10005         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10006         the process, too.
10007
10008 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10009
10010         * spam.el (gnus-summary-mode-map): Bind to "$".
10011         Suggested by Russ Allbery.
10012
10013         * shr.el: Rework the way things are indented by <li> slightly.
10014
10015         * gnus.el (gnus-group-set-parameter): Fix typo.
10016
10017         * nnimap.el: Start implementing QRESYNC support.
10018
10019 2010-10-09  Julien Danjou  <julien@danjou.info>
10020
10021         * nnir.el (nnir-engines): Fix too many arguments.
10022
10023 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10026         group is the "last", so that the backends like nnfolder actually save
10027         their folders.
10028
10029         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10030         try to use that for the tls stream.
10031         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10032         UIDVALIDITY and find out which groups are read-only and not.
10033         (nnimap-get-flags): Use the same marks parsing code as the rest of
10034         nnimap.
10035
10036 2010-10-09  Julien Danjou  <julien@danjou.info>
10037
10038         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10039
10040         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10041         retrieving gravatars.
10042
10043         * shr.el (shr-table-corner): Add.
10044         (shr-table-line): Add.
10045         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10046
10047 2010-10-08  Julien Danjou  <julien@danjou.info>
10048
10049         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10050
10051 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10052
10053         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10054
10055         * gnus-sum.el (gnus-mark-article-as-unread)
10056         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10057         (gnus-summary-set-bookmark): Use it.
10058
10059         * gnus-msg.el (gnus-setup-message): Use it.
10060
10061         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10062
10063         * gnus.el (gnus-group-remove-parameter): Use it.
10064
10065         * gnus-group.el (gnus-group-make-web-group): Use it.
10066
10067         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10068
10069         * nnregistry.el: Update docs to mention manual.
10070
10071         * gnus-registry.el: Update docs to mention nnregistry.el.
10072         (gnus-registry-initialize): Don't install nnregistry refer method
10073         automatically.
10074         (gnus-registry-install-nnregistry): Remove it.
10075
10076 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10077
10078         * shr.el (shr-insert): Don't insert double spaces.
10079
10080 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-gravatar.el (gnus-treat-from-gravatar)
10083         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10084         called interactively.
10085
10086         * gnus-art.el (gnus-mime-view-part-externally)
10087         (gnus-mime-view-part-internally): Make predicate function passed to
10088         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10089         of a mime type.
10090
10091         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10092
10093 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10094
10095         * shr.el (require): Require cl when compiling.
10096         (shr-tag-hr): New function.
10097
10098         * nnimap.el (nnimap-update-info): Remove double setting of high.
10099         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10100         This makes nnimap work properly on Courier again.
10101
10102         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10103         the variable for backwards compatibility.
10104
10105         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10106         the file name before using to avoid setting mm-default-directory to
10107         nil.
10108
10109         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10110         bidning gnus-agent variables.
10111
10112         * shr.el (shr-render-td): Use a cache for the table rendering function
10113         to avoid getting an exponential rendering behavior in nested tables.
10114         (shr-insert): Rework the line-breaking algorithm.
10115         (shr-insert): Don't leave trailing spaces.
10116         (shr-insert-table): Also insert empty TDs.
10117         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10118
10119 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10120
10121         * gnus-sum.el (gnus-number): Rename from `number'.
10122         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10123         (gnus-summary-limit-children): Update uses correspondingly.
10124
10125 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10128         (gnus-gravatar-transform-address): Don't show avatars of people of
10129         which mail addresses match gnus-gravatar-too-ugly.
10130
10131 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10132
10133         * shr.el (shr-table-widths): Expand TD elements to fill available
10134         space.
10135
10136 2010-10-07  Julien Danjou  <julien@danjou.info>
10137
10138         * nnimap.el (nnimap-request-rename-group): Add this method.
10139
10140 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10143         name from XEmacs' function-arglist.
10144
10145         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10146         gravatar under XEmacs.
10147
10148 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10149
10150         * auth-source.el: Update docs with TODO items.
10151
10152         * gnus-sync.el: Update docs to explain state and plans.
10153
10154         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10155         Hooks for mark updates.
10156         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10157
10158         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10159         hooks with arguments, which is needed for mark update hooks.
10160
10161 2010-10-06  Julien Danjou  <julien@danjou.info>
10162
10163         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10164         was matched.
10165
10166         * sieve-manage.el: Update example in `Commentary'.
10167
10168         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10169
10170         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10171         not 2000.
10172         (sieve-manage-authenticate): Re-add function.
10173
10174 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10175
10176         * shr.el (shr-insert): Get 'space transition right.
10177         (shr-render-td): Only delete space at the end of the TD.
10178
10179         * nnimap.el (nnimap-open-connection): Prepare to support
10180         open-gnutls-stream.
10181
10182         * shr.el: Rearrange function order to be more logical.
10183
10184 2010-10-06  Julien Danjou  <julien@danjou.info>
10185
10186         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10187         (nnrss-discover-feed): Remove 404 URL in docstring.
10188
10189         * nnir.el: Fix Swish-E URL.
10190         Fix Namazu URL.
10191
10192         * message.el (message-change-subject): Remove 404 URL in a comment.
10193
10194 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10197         called interactively.
10198
10199         * gnus-util.el (gnus-remove-if): Allow hash table.
10200         (gnus-remove-if-not): New function.
10201
10202         * gnus-art.el (gnus-mime-view-part-as-type):
10203         * gnus-score.el (gnus-summary-score-effect):
10204         * gnus-sum.el (gnus-read-move-group-name):
10205         Replace remove-if-not with gnus-remove-if-not.
10206
10207         * gnus-group.el (gnus-group-completing-read):
10208         Regard collection as a hash table if it is not a list.
10209
10210 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10211
10212         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10213
10214         * shr.el: Document the table-rendering algorithm.
10215
10216 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10219         for Emacsen having no `libxml-parse-html-region' support.
10220
10221 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10222
10223         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10224         invalid URLs.
10225
10226         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10227         line-broken.
10228         (shr-tag-img): Ignore image fetching errors.
10229         (shr-overlays-in-region): Compute overlay positions correctly.
10230
10231         * mm-decode.el (mm-shr): Require shr.
10232
10233         * gnus-art.el (gnus-blocked-images): Move variable here.
10234
10235         * shr.el (shr-insert-table): Bind free variable.
10236
10237         * mm-decode.el (mm-shr): Bind shr-content-function.
10238
10239         * shr.el (shr-content-function): New variable.
10240
10241         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10242         added for symmetry.
10243
10244         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10245
10246         * gnus-group.el (gnus-group-make-group): Doc fix.
10247
10248         * nnimap.el (nnimap-request-newgroups): Return success.
10249
10250         * shr.el (shr-find-elements): New function.
10251         (shr-tag-table): Put all the images after the table.
10252         (shr-tag-table): Really inhibit images inside the table.
10253         (shr-collect-overlays): Copy over overlays from the TD elements to the
10254         main document.
10255
10256         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10257         gnus-blocked-images.
10258
10259 2010-10-05  Julien Danjou  <julien@danjou.info>
10260
10261         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10262
10263         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10264         (gnus-html-maximum-image-size): Add this function.
10265         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10266
10267         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10268         server-value of the capability is nil.
10269
10270 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10271
10272         * shr.el (shr-tag-em): Add <EM> tag.
10273
10274 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10275
10276         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10277         customizable.
10278
10279         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10280         handing broken links to browse-url.
10281
10282 2010-10-05  Julien Danjou  <julien@danjou.info>
10283
10284         * gnus-util.el (gnus-emacs-completing-read)
10285         (gnus-iswitchb-completing-read): Use autoload rather than require.
10286
10287 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10290         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10291         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10292         iswitchb-temp-buflist for XEmacs.
10293
10294         * gnus-util.el (gnus-completing-read-function): Exclude
10295         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10296         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10297         XEmacs.
10298
10299         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10300         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10301
10302         * gnus-html.el: Don't require help-fns under XEmacs.
10303         (gnus-html-schedule-image-fetching): Work for XEmacs.
10304
10305         * mm-decode.el (mm-shr): Decode contents by charset.
10306
10307 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10308
10309         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10310         unknown.
10311
10312         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10313         (shr-get-image-data): Ensure against the cache file missing.
10314
10315         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10316         for data.
10317
10318         * spam-report.el (spam-report-url-ping-plain): Don't query about
10319         killing the process.
10320
10321         * shr.el (shr-render-td): Protect against too-wide text.
10322
10323 2010-10-04  Julien Danjou  <julien@danjou.info>
10324
10325         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10326         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10327
10328         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10329         retrieved.
10330
10331 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10332
10333         * shr.el (browse-url): Require.
10334         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10335         lines.
10336         (shr-show-alt-text, shr-browse-image): New commands.
10337         (shr-browse-url, shr-copy-url): New commands.
10338
10339         * gnus-sum.el (gnus-widen-article-window): New variable.
10340         (gnus-summary-select-article-buffer): Use it.
10341
10342         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10343         without @ signs.
10344
10345 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10346
10347         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10348
10349 2010-10-04  Julien Danjou  <julien@danjou.info>
10350
10351         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10352         for XEmacs.
10353
10354 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10355
10356         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10357
10358         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10359         (nnimap-close-server): Implement.
10360
10361         * dgnushack.el (iswitchb): Require to shut up the compiler.
10362
10363         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10364         (shr-insert): Tweak line breaking.
10365         (shr-insert): Handle <pre> better.
10366         (shr-tag-li): Get <li> indentation right.
10367         (shr-tag-li): Get <li> indentation even righter.
10368         (shr-tag-blockquote): Ensure paragraph start.
10369         (shr-make-table): Tweak table generation.
10370         (shr-make-table): Fix typo.
10371
10372         * shr.el: Implement table rendering.
10373
10374 2010-10-04  Julien Danjou  <julien@danjou.info>
10375
10376         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10377
10378 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10379
10380         * shr.el (shr-insert): Use string anchors instead of line anchors.
10381
10382 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10383
10384         * shr.el: Add headings.
10385         (shr-ensure-paragraph): Actually work.
10386         (shr-tag-li): Make <ul> prettier.
10387         (shr-insert): Get white space at the beginning/end of elements right.
10388         (shr-tag-p): Collapse subsequent <p>s.
10389         (shr-ensure-paragraph): Don't insert double line feeds after blank
10390         lines.
10391         (shr-insert): \t is also space.
10392         (shr-tag-s): Fix "s" tag name function.
10393         (shr-tag-s): Fix face prop name.
10394
10395 2010-10-03  Julien Danjou  <julien@danjou.info>
10396
10397         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10398
10399         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10400         gnus-window-inside-pixel-edges.
10401
10402         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10403         gnus-ems.
10404
10405         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10406
10407         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10408         function.
10409
10410         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10411         resize choice.
10412
10413 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414
10415         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10416         beginning of the buffer.
10417
10418         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10419         article buffer again.
10420
10421         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10422
10423         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10424         when it's at the start of the buffer.
10425
10426         * shr.el (shr-tag-blockquote): Convert name.
10427         (shr-rescale-image): Use the right image-size variant.
10428
10429         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10430         buffer isn't shown, then select the current article first instead of
10431         bugging out.
10432         (gnus-summary-select-article-buffer): Show both the article and summary
10433         buffers again.
10434
10435         * shr.el (shr-fontize-cont): Protect against regions with no text.
10436         Rename tag functions to shr-tag-* for enhanced security.
10437         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10438
10439 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10440
10441         * shr.el (shr-insert):
10442         * pop3.el (pop3-movemail):
10443         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10444         loaded.
10445
10446 2010-10-03  Glenn Morris  <rgm@gnu.org>
10447
10448         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10449
10450         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10451
10452         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10453
10454         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10455
10456         * gnus-util.el (gnus-make-local-hook): Simplify.
10457
10458 2010-10-02  Julien Danjou  <julien@danjou.info>
10459
10460         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10461         (gnus-ido-completing-read): New function.
10462         (gnus-emacs-completing-read): New function.
10463         (gnus-completing-read): Use gnus-completing-read-function.
10464         Add gnus-completing-read-function.
10465
10466 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10467
10468         * shr.el (shr-insert-document): Autoload.
10469         (shr-img): Be silent.
10470         (shr-insert): Add a newline after every picture before text.
10471         (shr-add-font): Use overlays for combining faces.
10472         (shr-insert): Pass upwards the text start point.
10473
10474         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10475         possible.
10476         (mm-shr): New function.
10477
10478 2010-10-02  Julien Danjou  <julien@danjou.info>
10479
10480         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10481         should go backward.
10482
10483 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10484
10485         * shr.el (shr): Fix typo in provide call.
10486
10487 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10488
10489         * shr.el: New file.
10490
10491         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10492
10493         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10494         completing read.
10495
10496 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10499         we're being queried about.  Suggested by Dan Jacobson.
10500
10501         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10502         Suggested by Jason Eisner.
10503
10504         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10505         table, too.  Suggested by Stefan Wiens.
10506         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10507         the table unnecessary.  Suggested by Stefan Wiens.
10508
10509         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10510         longer needed, and probably doesn't work either, as pointed out by
10511         Stefan Wiens.
10512         (gnus-summary-exit): Remove call to the clearing function.
10513         (gnus-summary-exit-no-update): Ditto.
10514
10515         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10516         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10517         Reported by Stefan Monnier.
10518         (gnus-summary-save-in-rmail): Ditto.
10519
10520         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10521         article buffer, instead of both the article buffer and the summary
10522         buffer.  Sort of suggested by Dan Jacobson.
10523
10524         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10525
10526         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10527         Suggested by Dan Jacobson.
10528
10529         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10530         documentation clearer.
10531
10532         * message.el (message-shorten-references): Comment on the number "21".
10533         Suggested by Stefan Monnier.
10534
10535         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10536         Suggested by Dan Jacobson.
10537
10538         * gnus.el (gnus-large-newsgroup):
10539         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10540
10541         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10542         externalize attachments.  Bug reported by Steve Wen.
10543
10544         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10545         really message anything to the user.
10546
10547         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10548         directly.
10549
10550         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10551         messages in empty groups.
10552
10553 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10554
10555         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10556         non-UIDNEXT group.
10557
10558 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10559
10560         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10561         not the value from the collection.
10562
10563         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10564         values.  This sometimes happens on some groups that have no info.
10565         (nnimap-request-newgroups): New function.
10566
10567 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10568
10569         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10570         check into `gnus-registry-initialize'.
10571         (gnus-registry-initialize): Ditto.
10572         Fix and extend header docs.
10573
10574 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10575
10576         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10577         regexp backtrace overflows.
10578
10579         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10580         for starttls that tls.el implements; i.e. openssl.
10581
10582         * tls.el (tls-starttls-switches): Give up on using starttls with
10583         gnutls-cli.
10584         (tls-program): Add --insecure to be consistent with the defaults from
10585         openssl s_client.  Now all three commands are insecure.
10586
10587 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * lpath.el: Bind completion-styles-alist for XEmacs.
10590
10591         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10592         (gravatar-create-image): New function that's an alias to
10593         gnus-xmas-create-image, gnus-create-image, or create-image.
10594         (gravatar-data->image): Use it.
10595
10596 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10597
10598         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10599         install the nnregistry refer method.
10600         (gnus-registry-install-hooks): Use it.
10601         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10602         unfollowed groups.
10603
10604 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10605
10606         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10607         expanding threads.
10608
10609 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610
10611         * nnir.el: Use the server names without suffixes (bug#7009).
10612
10613         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10614         unencrypted to STARTTLS, if possible.
10615
10616 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10617
10618         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10619         headers before superseding.
10620
10621 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10622
10623         * nnrss.el (nnrss-use-local): Add documentation.
10624
10625         * nnimap.el (nnimap-extend-tls-programs): New function.
10626         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10627         (nnimap-wait-for-connection): Accept the greeting from the stupid
10628         output from openssl s_client -starttls, too.
10629
10630         * tls.el (tls-starttls-switches): New variable.
10631         (tls-find-starttls-argument): Use it.
10632         (open-tls-stream): Ditto.
10633
10634         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10635         (netrc-machine): Ditto.
10636
10637         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10638         article number.
10639         (nnimap-split-fancy): New variable.
10640         (nnimap-split-incoming-mail): Use it.
10641
10642         * nntp.el (nntp-server-list-active-group): Document.
10643
10644         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10645         SELECT to get the message-id.
10646
10647         * mail-source.el (mail-sources): Remove webmail support.
10648         (defvar): Ditto.
10649         (mail-source-fetcher-alist): Ditto.
10650         (mail-source-fetch-webmail): Remove.
10651
10652         * webmail.el: Remove -- doesn't seem relevant any more.
10653
10654         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10655
10656         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10657         the \r.
10658
10659 2010-09-30  Julien Danjou  <julien@danjou.info>
10660
10661         * gnus-agent.el (gnus-agent-add-group): Fix call to
10662         gnus-completing-read.
10663
10664 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * nndoc.el (nndoc-retrieve-groups): New function.
10667
10668         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10669         `default', use nnmail-split-methods.
10670         (nnimap-request-article): Downcase the NILs so that they are nil.
10671
10672         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10673         symbol.
10674
10675         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10676         code, since if the user has requested network, that's what they ought
10677         to get.
10678         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10679         (nnimap-split-rule): Mark as obsolete.
10680
10681         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10682         New variable.
10683
10684         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10685         correct slot, too.
10686
10687 2010-09-29  Julien Danjou  <julien@danjou.info>
10688
10689         * gnus.el (gnus-local-domain): Declare variable obsolete.
10690
10691         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10692         Fix history computing.
10693         (gnus-ido-completing-read): Require ido.
10694
10695 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696
10697         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10698         build Gnus.
10699
10700         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10701         when interpreting the structures.
10702         (nnimap-request-accept-article): Add \r\n to the lines to make this
10703         work with Cyrus.
10704
10705         * nndraft.el (nndraft-request-expire-articles): Use the group name
10706         instead if "nndraft".  Fix found by Nils Ackermann.
10707
10708 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10709
10710         * nnregistry.el: Add.
10711
10712 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10713
10714         * nnmail.el (group, group-art-list, group-art):
10715         Remove unneeded directives.
10716
10717 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10720         (mm-mime-charset):
10721         * rfc2047.el (rfc2047-syntax-table):
10722         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10723
10724         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10725         rather than `insert-file-contents' and `eval-region'.
10726
10727         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10728         construction.
10729
10730         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10731
10732         * time-date.el: No need to require cl for Emacs 21.
10733
10734 2010-09-29  Julien Danjou  <julien@danjou.info>
10735
10736         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10737         replacement of `gnus-gravatar-relief' to mimic
10738         `gnus-faces-properties-alist'.
10739         Add :version property.
10740
10741 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * mail-source.el (mail-source-report-new-mail):
10744         * message.el (message-default-mail-headers):
10745         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10746
10747         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10748
10749 2010-09-28  Julien Danjou  <julien@danjou.info>
10750
10751         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10752         mail-address contains the same string as real-name.
10753
10754         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10755         non-blank in header, otherwise it'll get stripped.
10756
10757         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10758         real-name, and then for mail address rather than doing : or , search.
10759
10760 2010-09-27  Julien Danjou  <julien@danjou.info>
10761
10762         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10763         right completing-read function.
10764         (gnus-use-ido): New variable
10765         (gnus-completing-read-with-default): Remove.
10766         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10767         (gnus-agent-add-group):
10768         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10769         * mm-view.el (mm-view-pkcs7-decrypt):
10770         * mm-util.el (mm-codepage-setup):
10771         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10772         * mml-smime.el (mml-smime-openssl-sign-query):
10773         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10774         (mml-insert-multipart):
10775         * gnus-msg.el (gnus-summary-yank-message):
10776         * gnus-int.el (gnus-start-news-server):
10777         * mm-decode.el (mm-interactively-view-part):
10778         * gnus-dired.el (gnus-dired-attach):
10779         * gnus.el (gnus-read-method):
10780         * gnus-bookmark.el (gnus-bookmark-jump):
10781         * gnus-art.el (gnus-mime-view-part-as-type)
10782         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10783         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10784         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10785         * nnmairix.el (nnmairix-create-server-and-default-group)
10786         (nnmairix-update-groups, nnmairix-get-server)
10787         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10788         (nnmairix-get-group-from-file-path):
10789         * nnrss.el (nnrss-find-rss-via-syndic8):
10790         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10791         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10792         (gnus-group-browse-foreign-server):
10793         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10794         (gnus-summary-execute-command, gnus-summary-respool-article)
10795         (gnus-read-move-group-name):
10796         * gnus-score.el (gnus-summary-increase-score)
10797         (gnus-summary-score-effect):
10798         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10799
10800 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10803         x-focus-frame.
10804
10805         * nnimap.el (auth-source-forget-user-or-password)
10806         (auth-source-user-or-password): Autoload.
10807
10808         * message.el (message-from-style, message-interactive)
10809         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10810         (message-yank-prefix, message-indentation-spaces, message-signature)
10811         (message-signature-file): Add comment.
10812
10813 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10814
10815         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10816         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10817         new articles.
10818
10819         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10820         parts.
10821         (nnimap-request-article): Work with the t setting, too.
10822
10823         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10824         that you don't get flashes of other buffers.
10825         (gnus-summary-show-complete-article): Intern before setting.
10826
10827 2010-09-27  David Engster  <dengste@eml.cc>
10828
10829         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10830         well as HEADERS.
10831         (nnmairix-retrieve-headers): Provide new argument for the above.
10832
10833 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10834
10835         * gnus-sum.el (gnus-summary-move-article): Don't alter
10836         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10837         group.
10838
10839         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10840
10841         * message.el (message-cite-prefix-regexp): Revert my last edit.
10842
10843         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10844         variable instead of the Gnus variable.
10845
10846         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10847
10848         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10849
10850         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10851         since some servers don't like it.
10852         (nnimap-open-connection): Forget credentials if the server says the
10853         password was wrong.
10854         (nnimap-parse-line): Protect against invalid data.
10855
10856         * gnus-sum.el (gnus-summary-move-article): Add comment.
10857         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10858         nothing alters it while scanning for new messages.
10859
10860         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10861         which may or may not help.
10862         (nnimap-open-connection): If we're doing a stream connection, and then
10863         discover we're on a STARTTLS-capable server, then open a STARTTLS
10864         connection instead.
10865
10866 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * nnimap.el (utf7): Require.
10869
10870         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10871         prefix.
10872
10873 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10874
10875         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10876
10877 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878
10879         * nnimap.el (nnimap-request-accept-article): Message the error on
10880         error.
10881
10882 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10885
10886 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887
10888         * nndoc.el (nndoc-request-list): Return success always.
10889
10890         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10891         `fetch-old' -- we only want to fetch the articles we've requested.
10892         The rest are in the agent, probably.
10893         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10894         disappeared server" to something low.  It's not important.
10895
10896         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10897         arrived before the FETCH data.
10898
10899         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10900         target here, because we don't know the Gnus name of the group.
10901
10902         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10903         for the correct group.
10904
10905         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10906
10907         * gnus.el (gnus): Give a final warning after startup.
10908
10909         * gnus-util.el (gnus-action-message-log): New variable.
10910         (gnus-message): Use it.
10911         (gnus-final-warning): New function.
10912
10913         * nnimap.el (nnimap-open-connection): Record the greeting.
10914         (nnimap): Add greeting.
10915
10916 2010-09-26  Julien Danjou  <julien@danjou.info>
10917
10918         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10919         arguments.
10920         (gnus-html-wash-images): Fix spec computing to include start/end.
10921
10922         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10923
10924 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10925
10926         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10927         deletion.
10928         (nnimap-retrieve-headers): Don't select the group, because that's
10929         already done by nnimap-possibly-change-group.
10930
10931         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10932         (gnus-picon-transform-address): Use it.
10933
10934         * mail-source.el (mail-source-value): Revert previous patch.
10935
10936         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10937         on failure.
10938         (nnimap-open-connection): Look up both virtual and physical server name
10939         credentials.
10940
10941         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10942
10943 2009-02-07  Dave Love  <fx@gnu.org>
10944
10945         * tls.el (open-tls-stream): Don't query killing process.
10946
10947 2009-02-08  Dave Love  <fx@gnu.org>
10948
10949         * gnus-win.el (gnus-window-to-buffer-helper)
10950         (gnus-all-windows-visible-p): Function needn't be a symbol.
10951
10952         * mail-source.el (mail-source-value): Function needn't be a symbol.
10953
10954 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * message.el (message-cite-prefix-regexp): Remove } from the cite
10957         prefix.
10958
10959         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10960         highlight again, so that the highlight is correct.
10961
10962         * gnus-picon.el (gnus-picon): Remove again.
10963         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10964
10965         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10966         doing the header highlightling, so that the background color of the
10967         picon is correct.
10968
10969         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10970         (gnus-picon): Ditto.
10971         (gnus-picon): Reinstate.  The background color for picons is white.
10972         (gnus-picon-insert-glyph): Make the background white.
10973
10974         * nnml.el (nnml-open-nov): Don't return dead buffers.
10975
10976         * auth-source.el (auth-source-create): Query the user for whether to
10977         store the credentials.
10978
10979         * netrc.el (netrc-store-data): New function.
10980
10981         * auth-source.el (auth-source-user-or-password): Use the existing auth
10982         sources, if any, for creation.
10983
10984         * gnus.el (gnus-group-fast-parameter): Return the last matching
10985         parameter instead of the first matching parameter.
10986
10987 2010-09-26  Julien Danjou  <julien@danjou.info>
10988
10989         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10990
10991 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10992
10993         * mml2015.el (mml2015-use): Remove gpg support.
10994
10995         * mml1991.el (mml1991-function-alist): Remove gpg function.
10996         (mml1991-gpg-sign): Remove.
10997
10998 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10999
11000         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11001         (gnus-browse-unsubscribe-current-group): Document it.
11002         (gnus-browse-unsubscribe-group): Use it.
11003
11004 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11005
11006         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11007         address to the To list for easier response.
11008
11009         * gnus.el (gnus-play-startup-jingle): Remove.
11010         (gnus-splash): Don't play jingle.
11011         (gnus): Silence gnus-load message.
11012
11013         * gnus-art.el (gnus-treat-play-sounds): Remove.
11014
11015         * gnus.el (gnus-play-jingle): Remove audio support.
11016
11017         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11018
11019         * earcon.el: Remove -- no users.
11020
11021         * gnus-audio.el: Remove -- no users of this package.
11022
11023         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11024
11025         * gnus-start.el (gnus-setup-news): Remove nocem support.
11026
11027         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11028
11029         * gnus.el (gnus-use-nocem): Remove.
11030
11031         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11032         Remove.
11033
11034         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11035         uses NoCeM any more.
11036
11037         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11038         (gnus-button-ctan-handler): Ditto.
11039         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11040         (gnus-button-ctan-directory-regexp): Ditto.
11041         (gnus-button-handle-ctan): Ditto.
11042         (gnus-button-tex-level): Ditto.
11043         (gnus-button-alist): Remove CTAN stuff.
11044
11045 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11046
11047         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11048         nnimap-streaming test.
11049
11050         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11051         servers twice.
11052
11053         * nnimap.el (nnimap-open-connection): Add more error reporting when
11054         nnimap fails early.
11055
11056         * nnheader.el (nnheader-get-report-string): New function.
11057         (nnheader-get-report): Use it.
11058
11059         * gnus-int.el (gnus-check-server): Say what the error was when opening
11060         failed.
11061
11062         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11063         using streaming.
11064
11065 2010-09-25  Julien Danjou  <julien@danjou.info>
11066
11067         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11068         gnus-window-inside-pixel-edges.
11069
11070 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11071
11072         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11073
11074         * mm-decode.el (mm-save-part): Allow saving to other directories the
11075         normal Emacs way.
11076
11077         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11078         Suggested by Jay Berkenbilt.
11079
11080         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11081         there isn't a single byte.
11082
11083         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11084         just do it.  It doesn't really seem to matter what the user responds
11085         here, I think, so it's just a confusing question.
11086
11087         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11088         non-streaming case.
11089
11090         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11091         (gnus-article-encrypt-body): Use it.
11092
11093         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11094         keystroke.
11095
11096         * nnimap.el (nnimap-find-wanted-parts-1):
11097         Use gnus-fetch-partial-articles.
11098
11099         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11100
11101         * nnimap.el (nnimap-insert-partial-structure): New function.
11102         (nnimap-get-partial-article): New function.
11103         (nnimap-request-article): Use it.
11104         (nnimap-wait-for-response): Return whether the wait was successful.
11105         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11106         retrieval wasn't successful.
11107         (nnimap-retrieve-group-data-early): Allow throttling servers.
11108         (nnimap-streaming): New variable.
11109         (nnimap-fetch-partial-articles): Remove.
11110
11111         * mm-decode.el (mm-with-part): Protect against killed buffers.
11112
11113         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11114         for prettier summary display.
11115
11116 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11117
11118         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11119
11120 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11121
11122         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11123         apparently third-party libraries depend on it.
11124
11125         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11126         before starting negotiation.
11127
11128         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11129         privacy reasons.
11130         (gnus-treat-mail-gravatar): Ditto.
11131
11132         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11133         buffer when inserting images.  Inserting text into the headers, for
11134         instance, can make them invalid.
11135
11136 2010-09-25  Julien Danjou  <julien@danjou.info>
11137
11138         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11139         variables.
11140
11141         * nnheader.el: Remove useless variables news-reply-yank-from and
11142         news-reply-yank-message-id.
11143
11144         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11145         variables.
11146
11147         * mml1991.el: Remove useless mml1991-verbose.
11148
11149         * gnus.el: Remove useless variable gnus-use-generic-from.
11150         Remove obsolete variable gnus-topic-indentation.
11151
11152         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11153
11154         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11155
11156         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11157
11158         * gnus-group.el: Remove useless gnus-group-icon-cache.
11159         Remove useless gnus-ephemeral-group-server.
11160
11161         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11162
11163         * mml2015.el: Remove useless mml2015-verbose.
11164
11165         * mml-smime.el: Remove useless mml-smime-verbose.
11166
11167         * gnus.el: Remove useless gnus-local-domain.
11168
11169         * gnus-gravatar.el (gnus-gravatar-transform-address):
11170         Use gnus-gravatar-size.
11171
11172         * gnus-art.el: Remove useless gnus-treat-translate.
11173
11174 2010-09-24  Julien Danjou  <julien@danjou.info>
11175
11176         * gnus-sum.el: Add support for Gravatars.
11177
11178         * gnus-art.el: Add support for Gravatars.
11179
11180         * gnus-gravatar.el: Add this file.
11181
11182         * gravatar.el: Add this file.
11183
11184 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11185
11186         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11187
11188         * gnus-group.el (gnus-group-fetch-faq): Remove.
11189
11190         * gnus.el (gnus-group-faq-directory): Remove.
11191
11192         * gnus-group.el (gnus-group-fetch-charter): Remove.
11193
11194         * gnus.el (gnus-group-charter-alist): Remove.
11195
11196         * gnus-group.el (gnus-group-archive-directory): Remove.
11197         (gnus-group-recent-archive-directory): Ditto.
11198         (gnus-group-make-archive-group): Remove.
11199
11200         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11201
11202         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11203         use the same article number for all the cached articles.
11204
11205         * nnimap.el (nnimap-command): Register the last command time so
11206         that we can use it for idling NOOPs.
11207         (nnimap-open-connection): Start the keeplive timer.
11208         (nnimap-make-process-buffer): Store all the process buffers.
11209         (nnimap-keepalive): New function.
11210
11211         * starttls.el (starttls-open-stream): Add autoload cookie.
11212
11213 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11214
11215         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11216         handling.
11217
11218 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11219
11220         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11221         its data structures.
11222
11223         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11224         instead of the cl.el copy-list.
11225         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11226         equalp.
11227
11228 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11231         and tool-bar-local-item-from-menu.
11232
11233         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11234         mode-line-highlight face for Emacs.
11235
11236         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11237         loading gnus-sum.elc; fix comment for canlock-verify.
11238         (gnus-article-jump-to-part): Use read-number.
11239         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11240         Remove Emacs pre-21 compatible code for help-echo.
11241         (gnus-article-next-page-1): No need to adjust the number of lines.
11242         (gnus-article-describe-bindings): Always use help-buffer.
11243
11244         * gnus-audio.el (gnus-audio-inline-sound):
11245         * gnus-cus.el (gnus-custom-mode):
11246         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11247
11248         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11249
11250         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11251         compatible code.
11252
11253 2010-09-24  Glenn Morris  <rgm@gnu.org>
11254
11255         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11256         visiting the fcc file in rmail-mode.
11257
11258         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11259
11260 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * nnir.el: Silence the byte compiler.
11263
11264         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11265         alias to browse-url-url-encode-chars if any.
11266         (gnus-html-encode-url): Use it.
11267
11268 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11269
11270         * gnus-start.el (gnus-use-backend-marks): New variable.
11271         (gnus-get-unread-articles-in-group): Use it.
11272
11273         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11274         makeover.
11275
11276 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11277
11278         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11279
11280 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11281
11282         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11283         Remove.
11284         (gnus-setup-news-hook):
11285         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11286
11287         * gnus-int.el (gnus-request-update-info): Protect against backends not
11288         having the function.
11289
11290         * nnimap.el (nnimap-stream): Mention starttls.
11291         (nnimap-open-connection): Add starttls support.
11292
11293 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11294
11295         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11296
11297 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298
11299         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11300         BODYSTRUCTUREs.
11301         (nnimap-transform-headers): Unfold quoted {42} headers.
11302
11303         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11304         the info.
11305         (gnus-get-unread-articles): Only call updatep on backends that support
11306         it.
11307
11308         * nnweb.el (nnweb-request-update-info): NOOP.
11309
11310         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11311
11312         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11313         since it only deals with marks.
11314
11315         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11316         gnus-request-marks, and make a new gnus-request-update-info.
11317
11318         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11319         the active instead of the high number, which is usually too low.
11320
11321 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11322
11323         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11324         * encrypt.el: Remove.
11325
11326 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11327
11328         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11329         server in symbolic form.
11330
11331         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11332
11333 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11334
11335         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11336         (nnimap-update-info): Fix up code slightly.
11337
11338         * gnus-int.el (gnus-open-server): Add tracing for performance
11339         debugging.
11340
11341         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11342         (gnus-group-insert-group-line): Pass the real group name so that it
11343         gets the right data.
11344
11345         * gnus-start.el (gnus-get-unread-articles): Don't have
11346         `gnus-get-unread-articles-in-group' update info, since that can be
11347         really slow and doesn't seem to be needed?
11348
11349 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11350
11351         * time-date.el (date-to-time): Try using parse-time-string first before
11352         using the slower timezone-make-date-arpa-standard.
11353
11354 2010-09-22  Julien Danjou  <julien@danjou.info>
11355
11356         * gnus-group.el (gnus-group-insert-group-line):
11357         Call gnus-group-highlight-line.
11358         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11359         default hook list.
11360         (gnus-group-update-eval-form): Add new function.
11361         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11362         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11363
11364 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11365
11366         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11367         immediate, then expire all articles.
11368         (nnimap-update-info): Fix off-by-one errors.
11369         (nnimap-flags-to-marks): Would return no marks lists for group with no
11370         flags.  Instead return the other data.
11371
11372 2010-09-22  Julien Danjou  <julien@danjou.info>
11373
11374         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11375         Only return an icon.
11376         (gnus-group-insert-group-line): Compute icon to return.
11377
11378         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11379         (gnus-html-image-fetched): Only cache if
11380         gnus-html-image-automatic-caching is set.
11381         (gnus-html-image-fetched): Check for errors.
11382
11383 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11384
11385         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11386         once per method on `g'.  This ensures that backends like nnfolder don't
11387         open all their folders.
11388
11389         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11390         (nnimap-request-list): Nix out group in the correct buffer.
11391         (nnimap-parse-flags): Implement by using `read' instead of
11392         hand-parsing.
11393         (nnimap-flags-to-marks): Pass on permanent-flags.
11394         (nnimap-make-process-buffer): Record the server name.
11395         (nnimap-parse-flags): Fix typo.
11396         (nnimap-request-scan): Run split on the server in general, not just a
11397         single group.
11398
11399         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11400         parameter, and propagate this downwards.
11401
11402         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11403         since EXAMINE changes it on the server.
11404
11405         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11406         this command might take a while.
11407
11408 2010-09-22  Julien Danjou  <julien@danjou.info>
11409
11410         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11411         harmful if you have 2 images side-by-side, they can't be properly
11412         update on text deletion.  Using text-property is safer here.
11413         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11414         data.
11415
11416 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11417
11418         * nnimap.el (nnimap-expunge-inbox): Remove.
11419         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11420         (nnimap-expunge): Flip default to t.
11421
11422         * gnus.el (gnus-method-to-server): Don't push things to the cache
11423         unless it's unique.
11424         (gnus-server-to-method): Ditto.
11425
11426 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11427
11428         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11429
11430 2010-09-22  Julien Danjou  <julien@danjou.info>
11431
11432         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11433         get the start of data.
11434         (gnus-html-encode-url): Add this function to encode special chars in
11435         URL.
11436         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11437         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11438
11439         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11440         default.
11441         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11442
11443         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11444         images alt-text.
11445         (gnus-html-put-image): Put alt-text as help-echo.
11446
11447 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11450         * mm-util.el (mm-decompress-buffer):
11451         * nnir.el (nnir-run-find-grep):
11452         * pop3.el (pop3-list): Use 3rd arg of split-string.
11453
11454         * time-date.el (format-seconds): Comment fix.
11455
11456         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11457         and byte-optimize-form-code-walker.
11458         (dgnushack-make-auto-load): Don't advise make-autoload.
11459
11460         * lpath.el: Remove Emacs 21 stuff.
11461
11462 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11463
11464         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11465         outside the active range.  Suggested by Dan Christensen.
11466
11467         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11468         slightly later to avoid double-getting it.
11469
11470         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11471         previous patch.
11472
11473         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11474
11475 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11476
11477         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11478
11479 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11480
11481         * gnus-int.el (gnus-open-server): Give a better error message in the
11482         "go offline" case.
11483
11484         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11485         marks for nnimap, which is seldom the right thing to do.
11486
11487         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11488         (gnus-same-method-different-name): New function.
11489
11490         * nnimap.el (parse-time): Require.
11491
11492         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11493         method in the presence of many similar methods.
11494
11495         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11496
11497         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11498         nnml-inhibit-expiry.
11499
11500         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11501         find out whether methods are equal.
11502
11503         * nnimap.el (nnimap-find-expired-articles): New function.
11504         (nnimap-process-expiry-targets): New function.
11505         (nnimap-request-move-article): Request the article before looking at
11506         what the Message-ID is.  Fix found by Andrew Cohen.
11507         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11508
11509         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11510         for oldness in addition to being a predicate.
11511
11512         * nnimap.el (nnimap-request-group): When we have zero articles, return
11513         the right data to Gnus.
11514         (nnimap-request-expire-articles): Only delete articles immediately if
11515         the target is 'delete.
11516
11517         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11518         method, this would bug out.
11519
11520         * gnus-group.el (gnus-group-expunge-group): Rename from
11521         gnus-group-nnimap-expunge, and implemented as a normal interface
11522         function.
11523
11524         * gnus-int.el (gnus-request-expunge-group): New function.
11525
11526         * nnimap.el (nnimap-request-create-group): Implement.
11527         (nnimap-request-expunge-group): New function.
11528
11529 2010-09-21  Julien Danjou  <julien@danjou.info>
11530
11531         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11532         (gnus-html-cache-expired): Add new function.
11533         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11534         wethever we should display image for fetch it.
11535         Compute alt-text earlier to pass it to the fetching function too.
11536         (gnus-html-schedule-image-fetching): Change function argument to only
11537         get one image at a time, not a list.
11538         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11539         cache.
11540         (gnus-html-get-image-data): New function to retrieve image data from
11541         cache.
11542         (gnus-html-put-image): Change buffer argument to use image data rather
11543         than file, and place image above region rather than inserting a new
11544         one.  Do not take alt-text as argument, since it's useless now: we place
11545         the image above alt-text.
11546         (gnus-html-prune-cache): Remove.
11547         (gnus-html-show-images): Start to fetch image when we find one, do not
11548         push into a temporary list.
11549         (gnus-html-prefetch-images): Only fetch image if they have expired.
11550         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11551         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11552
11553 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11556
11557 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11558
11559         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11560         spec inser "*" if the group isn't active instead of 0.
11561
11562         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11563         opening the server.
11564         (nnimap-request-delete-group): Implement group deletion.
11565         (nnimap-transform-headers): Return the size of the entire message in
11566         the Bytes header, not just the size of the first part.
11567         (nnimap-request-move-article): When moving an article from nnimap,
11568         request the article first so the accepting form has an article to
11569         accept.  Reported by Dan Christensen.
11570         (nnimap-command): Make sure that the error message doesn't error out.
11571
11572 2010-09-20  David Edmondson  <dme@dme.org>
11573
11574         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11575         we haven't requested anything.
11576
11577 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11578
11579         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11580         "".  Fix found by Andrew Cohen.
11581
11582         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11583         instead of -encode-string.
11584
11585 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11588
11589         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11590         by mm-subst-char-in-string.
11591
11592 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11593
11594         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11595         waiting for the connection string.
11596
11597         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11598         arriving.
11599
11600         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11601         bogus characters.  This allows selecting certain Gmail groups.
11602
11603         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11604         (nnimap-fetch-partial-articles): New variable.
11605         (nnimap-open-connection): When looking for credentials, also use the
11606         nnimap-server-port.
11607         (nnimap-request-article): Return the group/article number, so that Gnus
11608         `^' works as expected.
11609         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11610
11611         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11612         comments.
11613         (gnus-methods-sloppily-equal): New function.
11614         (gnus): When using the development version of Gnus, load the gnus-load
11615         file.
11616
11617         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11618         `gnus-open-server' on each method before trying to scan them etc.
11619         This ensures that all the backend parameters are set correctly.
11620
11621         * nnimap.el (nnimap-authenticator): New variable.
11622         (nnimap-open-connection): Allow anonymous login.
11623         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11624         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11625
11626         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11627         patch, found by Knut Anders Hatlen.
11628
11629 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11630
11631         * gnus-agent.el (gnus-agent-batch-confirmation)
11632         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11633         to gnus-message.
11634         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11635         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11636         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11637         * gnus-int.el (gnus-open-server): Likewise.
11638         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11639         (gnus-score-check-syntax): Likewise.
11640         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11641         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11642         Likewise.
11643         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11644
11645 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11646
11647         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11648         calling conventions so that prefetch doesn't bug out.
11649
11650 2010-09-19  Julien Danjou  <julien@danjou.info>
11651
11652         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11653         rather than `subst-char-in-region' in order to be able to replace ASCII
11654         char by UTF-8 ones.
11655
11656         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11657         than curl.
11658         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11659         the right URL and ALT text on images.
11660         (gnus-html-wash-tags): Fix tag case.
11661         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11662         (gnus-article-html): Add -o display_ins_del=2 option.
11663         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11664
11665 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11668         the extra mail headers, which sometimes seem to happen for unknown
11669         reasons.
11670
11671         * mail-parse.el (mail-header-encode-parameter): Define as
11672         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11673         (or most, perhaps?) mail readers don't understand the latter, but do
11674         understand the former.
11675
11676         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11677         to nil, so that no methods are automatically agentized.  I think this
11678         is probably what most users want.
11679
11680         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11681         from url-retrieve, for instance about invalid URLs.
11682
11683         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11684         groups that have no articles.
11685         (nnimap-request-article): Check that we really got an article when we
11686         requested one.
11687
11688         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11689         doesn't exist.
11690
11691         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11692         nntp buffer so the agent can save it.
11693         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11694         that CRLF doesn't get translated to \n.
11695         (nnimap-open-connection): Don't make 'shell commands only send \n.
11696
11697 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11698
11699         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11700         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11701         Update var name.
11702         (nnml-generate-nov-file): Use dolist.
11703         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11704         Use with-current-buffer.
11705
11706 2010-09-18  Julien Danjou  <julien@danjou.info>
11707
11708         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11709         parallel.
11710
11711 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11712
11713         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11714         the range update right.
11715         (nnimap-request-group): Don't make `M-g' bug out on group with no
11716         marks.
11717         (nnoo): Require, so that other packages can require nnimap.
11718         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11719         command we're looking for.  This helps when the server sends more
11720         responses after we've gotten everything we expected.
11721         (nnimap): Add a `newlinep' field to keep track of end-of-line
11722         conventions.
11723         Don't send CRLF to things that don't want it.
11724         (nnimap-request-accept-article): Ditto.
11725
11726 2010-09-18  Julien Danjou  <julien@danjou.info>
11727
11728         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11729         than curl to retrieve images.
11730
11731 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11732
11733         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11734         the marks.
11735         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11736         (nnimap-wait-for-connection): New function.
11737         (nnimap-open-connection): If we have PREAUTH, don't query for login
11738         credentials.
11739         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11740         when doing a partial update.
11741
11742 2010-09-18  Julien Danjou  <julien@danjou.info>
11743
11744         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11745         tags.
11746
11747 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11748
11749         * nnimap.el (nnimap-credentials): New function.
11750         (nnimap-open-connection): Use the new function to look for credentials
11751         also on the numeric equivalents of "imap" and "imaps".
11752
11753         * gnus-start.el (gnus-activate-group): Send the info to
11754         gnus-request-group.
11755
11756         * nnimap.el (nnimap-request-group): Have the "check" version of the
11757         function parse flags and update the info, so that a `M-g' get a total
11758         resync of all flags from the group.
11759
11760         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11761         to allow backends to alter the info on group selection.  Also alter all
11762         the backend -request-group functions to take the parameter.
11763
11764         * nnimap.el (nnimap-store-info): New function.
11765         (nnimap-update-info): Store the info for later usage.
11766         (nnimap-request-group): Use the stored info for the dont-check case, so
11767         that we don't retrieve all marks when we enter a group.
11768
11769         * nnimap.el: Use deffoo instead of defun for interface functions.
11770
11771         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11772         update the group info.  This makes the nndraft groups, for instance, go
11773         back to their old behavior.
11774
11775         * gnus-sum.el (gnus-select-newsgroup): Indent.
11776
11777         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11778         in.
11779         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11780         nothing.
11781
11782         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11783         from methods that are denied.
11784
11785         * gnus-int.el (gnus-method-denied-p): New function.
11786
11787         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11788         store the password instead of netrc.
11789         (nnimap-open-connection): Don't error out when we can't make a
11790         connections.
11791
11792         * auth-source.el (auth-source-create): In the password prompt, say what
11793         we're querying for.  Also prompt for user name if that hasn't been
11794         given.
11795
11796         * nnimap.el (nnimap-with-process-buffer): Remove.
11797
11798 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11799
11800         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11801         method when we're reading from the agent.
11802
11803         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11804
11805         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11806         that's probably most useful for users.
11807
11808         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11809         "failed" all the time.
11810
11811         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11812         ...)) with (with-current-buffer ... ).
11813
11814         * nntp.el (nntp-open-server): Return whether the open was successful or
11815         not.
11816
11817         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11818         select an unread unseen article first.
11819
11820         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11821         /etc/services, supply some sensible port defaults.
11822
11823         * dgnushack.el: Define netrc-credentials.
11824
11825 2010-09-17  Julien Danjou  <julien@danjou.info>
11826
11827         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11828
11829 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11830
11831         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11832         doesn't have any parameters.
11833
11834 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11835
11836         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11837         only upcased checks.
11838
11839         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11840
11841         * nnimap.el (nnimap-open-shell-stream): New function.
11842         (nnimap-open-connection): Use it.
11843         (nnimap-transform-headers): Get the number of lines in each message.
11844         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11845         number of lines.
11846         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11847         problem.
11848
11849         * utf7.el (utf7-encode): Autoload.
11850
11851         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11852         to allow the mail splitting to not return a default group.  This is
11853         useful for nnimap, which will leave unmatched mail in the inbox.
11854
11855         * nnimap.el: Rewritten.
11856
11857         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11858         nnimap usage.
11859
11860         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11861         if the move is internal, so that nnimap can do fast internal moves.
11862
11863         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11864         data.
11865         (gnus-read-active-for-groups): Support finishing the early retrieval of
11866         data.
11867
11868         * gnus-range.el (gnus-range-nconcat): New function.
11869
11870         * gnus-int.el (gnus-finish-retrieve-group-infos)
11871         (gnus-retrieve-group-data-early): New functions.
11872
11873 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11874
11875         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11876         (nnrss-retrieve-groups):
11877         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11878         (pop3-quit): Use with-current-buffer.
11879
11880 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11883         instead of nnheader-accept-process-output.
11884
11885         * dgnushack.el (dgnushack-compile): Add comment.
11886
11887         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11888
11889         * gnus-html.el (gnus-html-schedule-image-fetching)
11890         (gnus-html-prefetch-images): Replace process-kill-without-query by
11891         gnus-set-process-query-on-exit-flag.
11892
11893 2010-09-16  Romain Francoise  <romain@orebokech.com>
11894
11895         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11896
11897 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11898
11899         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11900         parameter to unintern is mandatory-ish in Emacs 24.
11901
11902         * gnus-html.el (gnus-html-schedule-image-fetching)
11903         (gnus-html-prefetch-images): Check for curl before using it.
11904
11905         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11906         depend on curl, which isn't essential.
11907
11908         * imap.el: Revert back to version
11909         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11910         seem problematic.
11911
11912 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11913
11914         * gnus-registry.el (gnus-registry-install-shortcuts):
11915         Explicitly pass `obarray' to `unintern' to avoid a warning.
11916
11917 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11918
11919         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11920         change.
11921
11922         * nnrss.el (nnrss-request-list): Remove this function and related
11923         functions, including the moreover stuff.
11924
11925 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11926
11927         * nnrss.el (nnrss-retrieve-groups): New function.
11928
11929 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11930
11931         * .dir-locals.el: Add no-byte-compile cookie.
11932
11933 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * time-date.el (format-seconds): Comment fix.
11936
11937         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11938         for back end that doesn't support request-scan.
11939
11940 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11941
11942         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11943         then do request scans from the backends.
11944
11945         * netrc.el (netrc-credentials): New conveniency function.
11946
11947         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11948         avoid running a hook per line, since this takes a lot of time,
11949         profiling shows.
11950         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11951         directly if gnus-visual-p is true.
11952
11953 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11956         groups; replace mapcar with dolist which is a bit faster; pass groups
11957         info to gnus-read-active-file-1.
11958         (gnus-read-active-file-1): Scan only specified groups if the new
11959         optional arg `infos' is given.
11960
11961 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11962
11963         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11964
11965         * pop3.el (pop3-movemail): Remove.
11966         (pop3-streaming-movemail): Rename to pop3-movemail.
11967
11968         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11969         don't restrict end-tag searches to the end of the line.
11970
11971 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11974         articles of every unchecked group to t, which means unknown since the
11975         server has never been opened.
11976
11977 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11978
11979         * gnus-html.el (gnus-html-show-alt-text): New command.
11980         (gnus-html-browse-image): Ditto.
11981         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11982         to browse the image directly.
11983         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11984         better.
11985
11986         * gnus-async.el (gnus-async-article-callback):
11987         Call `gnus-html-prefetch-images' unconditionally.
11988
11989         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11990         before feeding URLs to curl.
11991
11992 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11995         internal images as deletable by `W D D'.
11996
11997         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11998         (gnus-async-article-callback): Fix typo.
11999
12000 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12001
12002         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12003         current line to work around bugs in the output from w3m.
12004
12005         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12006         for groups that want that.
12007
12008         * nntp.el (nntp-wait-for-string): Supply a timeout for
12009         accept-process-output to ensure progress.
12010
12011         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12012         level to get unread articles from, then use that for foreign groups,
12013         too.
12014
12015         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12016         confuses the rest of the function.
12017
12018         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12019         for the methods that support -retrieve-groups, too.
12020
12021         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12022
12023 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12024
12025         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12026         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12027
12028         * pop3.el: Require cl when compiling.
12029         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12030
12031 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12032
12033         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12034         that aren't going to be activated.
12035         (gnus-get-unread-articles): Fix up the last commit.
12036
12037         * gnus-html.el (gnus-article-html): Allow calling without specifying
12038         the handle.  In that case, dissect the buffer first.
12039
12040         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12041
12042         * nnimap.el (nnimap-open-connection): Revert the change that would look
12043         into authinfo for imaps instead of imap.
12044
12045         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12046         say that you don't want to call gnus-request-group with don-check, but
12047         do check the reponse.  This is for virtual groups only.
12048         (gnus-get-unread-articles): Count the archive groups as secondary, so
12049         that they're activated the same way as before.
12050
12051         * imap.el (imap-message-map): Removed optional buffer parameter, since
12052         no callers use it.
12053         (imap-message-get): Ditto.
12054         (imap-message-put): Ditto.
12055         (imap-mailbox-map): Ditto.
12056         (imap-mailbox-put): Ditto.
12057         (imap-mailbox-get): Ditto.
12058         (imap-mailbox-get): Revert last change for this function.
12059
12060         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12061         case-insensitively.
12062         (nnimap-debug): Remove.
12063
12064         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12065         callers to use `imap-fetch' instead.  According to the comments, this
12066         should be safe, since all other IMAP clients use the 1:* syntax.
12067         (imap-enable-exchange-bug-workaround): Remove.
12068         (imap-debug): Remove -- doesn't seem very useful.
12069
12070         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12071         mail from a file, and the file doesn't exist.
12072
12073         * imap.el (imap-log): New convenience function used throughout instead
12074         of repeating the same code all over the place.
12075
12076         * pop3.el (pop3-streaming-movemail): Return t for success.
12077
12078         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12079         .authinfo if we're using ssl connection.
12080
12081         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12082         already have if we're in a main Gnus `g' run.
12083
12084         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12085
12086 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12089
12090         * nnmh.el (nnmh-request-list-1): Bind `file'.
12091
12092         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12093         alias to set-process-query-on-exit-flag or process-kill-without-query.
12094         (pop3-open-server): Use it.
12095
12096 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12097
12098         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12099         box to the Incoming file.  Fixes mistake in previous checkin.
12100
12101         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12102         request loop (for debugging purposes) removed.
12103
12104         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12105         culprit is more visible.
12106         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12107         (nnml-add-incremental-nov): New functions to do "incremental" nov
12108         updates, where we just append to the end of the existing nov files
12109         without reading/writing them in full.
12110
12111         * mail-source.el (mail-source-delete-crash-box): Really only check the
12112         incoming files once in a while.
12113
12114         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12115
12116         * mail-source.el (mail-source-delete-crash-box): Only check the
12117         incoming files for deletion once per day to save a lot of file
12118         accesses.
12119
12120         * pop3.el (pop3-logon): Fix up unbound variable typo.
12121
12122         * mail-source.el (pop3-streaming-movemail): Autoload.
12123
12124         * pop3.el (pop3-streaming-movemail):
12125         Respect pop3-leave-mail-on-server.
12126
12127         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12128         retrieval.
12129
12130         * pop3.el (pop3-process-filter): Remove unused function.
12131         (pop3-streaming-movemail, pop3-send-streaming-command)
12132         (pop3-wait-for-messages, pop3-write-to-file)
12133         (pop3-number-of-responses): New functions for streaming pop3
12134         retrieval.
12135
12136         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12137         come from no known methods.
12138         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12139         list.
12140
12141         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12142         message sizes.
12143         (pop3-movemail): Use erase-buffer instead of looping and deleting
12144         regions, which seems rather odd.
12145
12146         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12147         file once per `g' run.
12148
12149         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12150         directories.  This makes the draft queue directory work.
12151
12152         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12153         data from the backends, so that we only request the list of groups from
12154         each method once.  This should speed things up considerably.
12155
12156         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12157         detect that it's not implemented.
12158
12159         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12160         we actually do recurse down into the tree, but don't stat all leaf
12161         nodes.
12162
12163         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12164         then say so instead of bugging out.
12165
12166         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12167         files exist before trying to read them.
12168
12169         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12170         around <pre_int>.
12171
12172         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12173
12174         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12175
12176 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12177
12178         * mm-util.el (mm-image-load-path): Just return the image directories,
12179         not all directories in the path in addition to the image directories.
12180         (mm-image-load-path): Maintain a cache of the image directories so that
12181         the `g' command in Gnus doesn't have to stat dozens of directories each
12182         time.
12183
12184         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12185         (gnus-html-wash-tags): Add a new `i' command to insert images.
12186         (gnus-html-insert-image): New command and keystroke.
12187         (gnus-html-redisplay-with-images): New command and keystroke.
12188         (gnus-html-show-images): Rename command.
12189         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12190         spacers.
12191         (gnus-html-wash-tags): Decode entities at the end, so that entities
12192         inside the tags don't mess up the rest of the "parsing".
12193
12194         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12195         so that nnimap methods aren't agentized by default.  There's apparently
12196         many problems related to agent/imap behavior.
12197
12198         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12199
12200         * gnus-html.el: Doc fix.
12201
12202 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12205         specifier-spec-list for Emacs 21.
12206
12207         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12208         glyph-width and glyph-height instead of display-graphic-p and
12209         image-size; make avoidance of displaying small images work for XEmacs.
12210
12211         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12212         for XEmacs.
12213
12214         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12215         of symbol that holds plist data.
12216         (gnus-process-plist): Remove plist of process after getting it.
12217
12218 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12219
12220         * message.el (message-generate-hashcash): Change default to
12221         'opportunistic if hashcash is installed.
12222
12223         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12224         (gnus-html-put-image): Only call image-size once, since it's somewhat
12225         time-consuming on remote X servers.
12226
12227 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12230         type on data, not a file name.
12231
12232         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12233         window-pixel-edges for Emacs 21.
12234
12235         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12236         decoded contents.
12237         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12238
12239 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12240
12241         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12242         group line format, since it isn't very interesting.
12243
12244         * gnus-agent.el (gnus-agent-short-article),
12245         (gnus-agent-long-article): Increase values for these two variables,
12246         since most people are likely to have more network connection and
12247         storage than before.
12248
12249         * gnus.el (gnus-refer-article-method): Change default to 'current.
12250         When referring an article, the common behavior is to refer it from the
12251         current select method, not the native select method.  The chances of
12252         the native select method having the message in question is rather slim
12253         these days.
12254
12255         * gnus-sum.el (gnus-auto-select-subject): Change default to
12256         `unseen-or-unread'.  I think it's likely that most people want to
12257         select an unseen article over a previously seen, but unread one.
12258
12259         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12260         means that in the article buffer none of the minor mode elements will
12261         be shown, usually, and this is not desirable in most cases.
12262
12263         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12264         that commands like `d' (and the like) go to the next line in the
12265         buffer, instead of the next unread article.  I think this is the
12266         behavior that is most natural for most users.
12267         (gnus-single-article-buffer): Change default to nil, so that people can
12268         have as many article buffers open as they have summary buffer.  I think
12269         this is the most natural way for the groups to behave.
12270
12271         * message.el (message-generate-new-buffers): Change default to
12272         `unsent', so that all new message buffers start their names with the
12273         string "*unsent", and it's easier to find the buffers if you move from
12274         them.
12275
12276 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12277
12278         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12279         small.  They're probably tracking images.
12280         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12281         (gnus-html-rescale-image): Yet another try at getting the image sizing
12282         right.
12283
12284         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12285         nntp-marks-file-name is nil.
12286
12287 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12288
12289         * gnus-html.el (gnus-html-wash-tags)
12290         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12291         Better logging.
12292
12293 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12294
12295         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12296
12297         * gnus-html.el (gnus-html-wash-tags): Check the value of
12298         gnus-blocked-images in the summary buffer.
12299
12300 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12301
12302         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12303
12304 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12305
12306         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12307         like "a", it seems like.
12308         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12309         since it needs to be picked from the correct buffer.
12310
12311         * nnwfm.el: Remove.
12312
12313         * nnlistserv.el: Remove.
12314
12315 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12316
12317         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12318         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12319
12320 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12321
12322         * nnkiboze.el: Remove.
12323
12324         * nndb.el: Remove.
12325
12326         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12327         alt text.
12328         (gnus-html-rescale-image): Try to get the rescaling logic right for
12329         images that are just wide and not tall.
12330
12331         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12332         overshadow variable bindings.
12333
12334 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12335
12336         * gnus-html.el (gnus-html-wash-tags)
12337         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12338         Add extra logging.
12339
12340 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12341
12342         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12343         (gnus-max-image-proportion): New variable.
12344         (gnus-html-rescale-image): New function.
12345         (gnus-html-put-image): Rescale images.
12346
12347 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12348
12349         Fix up some byte-compiler warnings.
12350         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12351         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12352         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12353         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12354         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12355         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12356         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12357
12358 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * gnus-html.el (gnus-article-html): Decode contents by charset.
12361
12362 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12365         (gnus-html-frame-width, gnus-blocked-images):
12366         * message.el (message-prune-recipient-rules): Add custom version.
12367         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12368
12369         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12370         functions.
12371
12372         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12373         gnus-process-get.
12374
12375 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12376
12377         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12378         instead of lsub directly.
12379
12380 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12381
12382         * nnwarchive.el: Remove.
12383
12384         * gnus-soup.el: Remove.
12385
12386         * nnsoup.el: Remove.
12387
12388         * nnultimate.el: Remove.
12389
12390         * gnus-html.el (gnus-blocked-images): New variable.
12391
12392         * message.el (message-prune-recipients): New function.
12393         (message-prune-recipient-rules): New variable.
12394
12395         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12396         guess whether a long line is natural text or not.
12397
12398         * gnus-html.el (gnus-html-schedule-image-fetching):
12399         Use gnus-process-plist and friends for compatibility.
12400
12401 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12402
12403         * gnus-html.el: Require packages that define macros used in this file.
12404         (gnus-article-mouse-face): Declare to silence byte-compiler.
12405         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12406         process-get.
12407         (gnus-html-put-image): Use plist-get to avoid getf.
12408         (gnus-html-prefetch-images): Use with-current-buffer.
12409
12410 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * gnus-ems.el: Provide compatibility functions for
12413         gnus-set-process-plist.
12414
12415         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12416         header-line-format for XEmacs 21.4.
12417
12418         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12419         * gnus.el (gnus-valid-select-methods):
12420         * message.el (message-send-mail-partially-limit):
12421         * mm-decode.el (mm-text-html-renderer):
12422         * mml.el (mml-insert-mime-headers-always):
12423         * smiley.el (smiley-regexp-alist): Bump custom version.
12424
12425 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12426
12427         * gnus-html.el: Require mm-url.
12428         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12429         with the url to `url'.
12430         (gnus-html-wash-tags): Support cid: URLs/images.
12431
12432 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12433
12434         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12435         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12436         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12437
12438         * gnus-move.el: Remove file, since it doesn't really work.
12439
12440         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12441         UTF-8.  This seems to fix problems with some German web feeds.
12442
12443         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12444         at the top so that the proper colors are applied.
12445
12446         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12447         don't have dots in their names.
12448
12449         * gnus-art.el (gnus-article-view-part): Doc fix.
12450
12451         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12452         XEmacs-compatible.
12453         (gnus-html-put-image): Don't do images on non-graphic displays.
12454
12455         * nnslashdot.el: Remove this unused backend.
12456
12457         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12458         actions.
12459         (gnus-undo-register-1): Revert last change.
12460
12461         * gnus-group.el (gnus-group-completing-read): Protect against not
12462         having completion-styles bound.
12463
12464         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12465         make broken recipients happier.
12466
12467         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12468
12469         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12470         point parameter.
12471
12472         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12473
12474         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12475         completion-styles for group selection.
12476
12477 2009-02-04  Andreas Schwab  <schwab@suse.de>
12478
12479         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12480         headers and regexp-quote the match if necessary.
12481
12482 2009-03-24  Miles Bader  <miles@gnu.org>
12483
12484         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12485         the blinking smiley.
12486
12487 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12488
12489         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12490         blink smiley.
12491
12492 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12493
12494         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12495         where the dribbel file lives exists.
12496
12497         * message.el (message-send-mail-partially-limit): Change the default to
12498         nil, since most people don't want this.
12499
12500         * mm-url.el (mm-url-decode-entities): Also decode entities like
12501         &#x3212.
12502
12503 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12504
12505         * gnus-sum.el (gnus-summary-idna-message):
12506         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12507         Hyperlink urls in docstrings with URL `...'.
12508
12509 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12510
12511         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12512         functions.
12513
12514 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12515
12516         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12517         say what the mouseover text should be.
12518
12519         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12520         version of the mm-w3m-safe-url-regexp variable to only download images
12521         in the groups where we want that to happen.
12522
12523         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12524
12525         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12526         easier debugging.
12527         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12528         big pictures in the article buffer.
12529
12530         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12531         gnus-article-html.
12532         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12533         w3m.
12534
12535         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12536
12537 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12538
12539         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12540         which doesn't exist.
12541
12542         * message.el (message-inhibit-ecomplete): New variable to allow some
12543         function to inhibit ecomplete address storage.
12544         (message-resend): Disable ecomplete message storage when resending
12545         messages.
12546
12547         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12548
12549 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12552         Save excursion while copying, moving, and deleting articles in order to
12553         prevent the cursor from jumping to unforeseen place.
12554
12555 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * lpath.el: No need to bind bookmark-current-buffer,
12558         bookmark-yank-point and bookmark-make-record-function.
12559
12560 2010-08-17  Glenn Morris  <rgm@gnu.org>
12561
12562         * gnus-sync.el: Require gnus components whose functions are used.
12563
12564         * gnus-art.el (bookmark-make-record-function):
12565         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12566         Declare for compiler.
12567
12568         * mm-url.el (mml-compute-boundary): Autoload.
12569
12570 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12573
12574 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12575
12576         Typo fix "hoo4a" -> "hook".
12577
12578         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12579
12580 2010-08-14  Glenn Morris  <rgm@gnu.org>
12581
12582         * gnus-sync.el (gnus-sync): Fix defgroup version.
12583
12584 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12585
12586         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12587
12588         * gnus-sync.el: Fix docs.
12589         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12590         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12591
12592 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12593
12594         Optimizations for gnus-sync.el.
12595
12596         * gnus-sync.el: Add docs about gnus-sync-backend
12597         possibilities.
12598         (gnus-sync-save): Remove unnecessary message.
12599         (gnus-sync-read): Optimize and show what groups were skipped.
12600
12601 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12602
12603         Minor bug fixes for gnus-sync.el.
12604
12605         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12606         Don't read the sync on get-new-news.
12607
12608         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12609         quiet.
12610
12611         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12612         (fix typo).
12613
12614 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12615
12616         Make saving and restoring of hidden threads work with overlays.
12617         Patch applied by Ted Zlatanov.
12618
12619         * gnus-sum.el (gnus-hidden-threads-configuration)
12620         (gnus-restore-hidden-threads-configuration): Update to deal with text
12621         properties, rather than searching for a magic character.
12622
12623 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12624
12625         New gnus-sync.el library for synchronization of marks.
12626
12627         * gnus-sync.el: New library for synchronization of marks.
12628
12629         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12630         renamed from `gnus-registry-grep-in-list'.
12631
12632         * gnus-registry.el (gnus-registry-follow-group-p):
12633         Use `gnus-grep-in-list'.
12634
12635         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12636
12637 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12640         determining charset of text fails.
12641
12642 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * nnmail.el (nnmail-get-new-mail-1): Revert.
12645
12646         * nnml.el (nnml-active-number): Make sure names of newly created groups
12647         in nnml-group-alist are encoded.
12648
12649 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12652         containing non-ASCII characters in active file for nnml back end.
12653
12654 2010-07-24  David Engster  <dengste@eml.cc>
12655
12656         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12657         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12658
12659 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12660
12661         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12662         tag (Bug#6654).
12663
12664 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12667         the article buffer, not the summary buffer.
12668
12669 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12672         Emacs 23 as well.
12673
12674 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12677         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12678
12679 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12680
12681         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12682         Patch applied by Karl Fogel.
12683
12684         * gnus-sum.el (gnus-summary-bookmark-make-record):
12685         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12686
12687 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12688
12689         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12690         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12691         C-w still not working correctly from Article buffers; Thierry's
12692         patch to fix that will be applied after this.
12693
12694         * gnus-art.el (bookmark-make-record-function): New local variable.
12695
12696         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12697         article buffer.
12698         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12699
12700 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12701
12702         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12703         on changes in bookmark.el.
12704
12705 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12708         `no-log' instead of message not to log prompt string.
12709
12710 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12711
12712         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12713         the *other* type of HTML form submission.
12714
12715 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12716
12717         * auth-source.el (auth-source-pick): If choice does not contain a
12718         questioned keyword, set the check to t.
12719
12720 2010-06-12  Romain Francoise  <romain@orebokech.com>
12721
12722         * gnus-util.el (gnus-date-get-time): Move up before first use.
12723
12724 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12727         (gnus-article-edit-part): Bind it to make last part that is substituted
12728         or deleted visible.
12729         (gnus-mime-display-single): Buttonize part of which id equals to
12730         gnus-mime-buttonized-part-id.
12731
12732 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12733
12734         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12735         (gnus-dd-mmm): Use gnus-date-get-time.
12736         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12737         simplify logic.
12738         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12739         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12740
12741 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12742
12743         * auth-source.el (top): Autoload `secrets-list-collections',
12744         `secrets-create-item', `secrets-delete-item'.
12745         (auth-sources): Fix tag string.
12746         (auth-get-source, auth-source-retrieve, auth-source-create)
12747         (auth-source-delete): New defuns.
12748         (auth-source-pick): Rewrite in order to avoid 2 passes.
12749         (auth-source-forget-user-or-password): New parameter USERNAME.
12750         (auth-source-user-or-password): New parameters CREATE-MISSING and
12751         DELETE-EXISTING.  Retrieve password interactively, if needed.
12752
12753 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12754
12755         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12756         deleting unused directories when gnus-expert-user is t.
12757
12758 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12761         for each temp file when gnus-article-browse-delete-temp is ask.
12762
12763 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12764
12765         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12766         Replace Lisp calls to delete-backward-char by calls to delete-char.
12767
12768 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12769
12770         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12771
12772 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12773
12774         * password-cache.el (password-cache-remove): Fix docstring.
12775
12776 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12779         article unless decoding article to be saved.
12780
12781 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12784         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12785         generated within the mm-with-unibyte-current-buffer macro.
12786
12787 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12790         to nil when we're in a mml-preview buffer and no group is selected.
12791
12792 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12793
12794         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12795         when catching the `C-g'.  Reported by "Leo".
12796
12797 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * message.el (message-forward-make-body-plain)
12800         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12801         multibyte-string-p.
12802
12803         * lpath.el: Revert.
12804
12805 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * message.el (message-forward-make-body-mml): Assume original message
12808         is multibyte string; error on unibyte.
12809         (message-forward-make-body-plain): Ditto; don't add excessive newline
12810         in body end.
12811
12812         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12813
12814 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12815
12816         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12817         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12818
12819 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * mm-extern.el (mm-extern-url): Don't use
12822         mm-with-unibyte-current-buffer.
12823         (mm-extern-cache-contents): Use with-current-buffer instead of
12824         save-excursion + set-buffer.
12825
12826 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * mm-util.el (mm-emacs-mule): Remove.
12829
12830 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12831
12832         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12833         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12834         change.
12835
12836 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12839         bind the default value of enable-multibyte-characters to nil.
12840
12841 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * message.el (message-forward-make-body-plain)
12844         (message-forward-make-body-mml):
12845         Don't use mm-with-unibyte-current-buffer.
12846
12847 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12848
12849         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12850
12851 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12852
12853         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12854         (Bug#5592).
12855
12856 2010-05-07  Julien Danjou  <julien@danjou.info>
12857
12858         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12859         it to mm-pipe-part.
12860
12861         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12862         it is given.
12863
12864 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * binhex.el (binhex-decode-region-internal):
12867         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12868         (dns-query):
12869         * nnweb.el (nnweb-gmane-search):
12870         * pgg-parse.el (pgg-parse-armor):
12871         * pgg.el (pgg-verify-region):
12872         * sha1.el (sha1-string-external):
12873         * uudecode.el (uudecode-decode-region-internal):
12874         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12875         XEmacs.
12876
12877         * gnus-art.el (gnus-article-browse-html-parts):
12878         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12879         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12880         make-temp-file.
12881
12882         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12883         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12884         compiling.
12885
12886         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12887         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12888         XEmacs when compiling.
12889
12890         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12891         gnus-pick-mode-off-hook for XEmacs when compiling.
12892         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12893         gnus-binary-mode-off-hook for XEmacs when compiling.
12894
12895         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12896         Return nil if char-charset is not available.
12897
12898         * imap.el (imap-disable-multibyte)
12899         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12900         macros.
12901
12902         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12903         instead of encode-coding-string.
12904
12905         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12906         'xemacs) instead of mm-emacs-mule to switch function definitions.
12907         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12908
12909         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12910         bind temporary-file-directory for XEmacs;
12911         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12912         timer-set-function for XEmacs 21.4 and SXEmacs;
12913         bind timer-list for XEmacs 21.4 and SXEmacs;
12914         fbind char-charset and find-charset-region for non-Mule XEmacs;
12915         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12916         encode-coding-region and encode-coding-string for XEmacs having no
12917         file-coding feature.
12918
12919 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12920
12921         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12922
12923 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12926         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12927
12928 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12929
12930         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12931         alias `jka-compr-delete-temp-file' no longer exists.
12932
12933 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12934
12935         Use define-minor-mode in Gnus where applicable.
12936         * mml.el (mml-mode): Use define-minor-mode.
12937         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12938         (gnus-undo-mode): Use define-minor-mode.
12939         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12940         (gnus-dead-summary-mode): Use define-minor-mode.
12941         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12942         Initialize in declaration.
12943         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12944         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12945         (gnus-mailing-list-mode): Use define-minor-mode.
12946         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12947         (gnus-draft-mode): Use define-minor-mode.
12948         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12949         (gnus-dired-mode): Use define-minor-mode.
12950
12951 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12952
12953         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12954         handles on recursive mml-to-mime translation and check them for
12955         boundary delimiter collisions.  Reported by Greg Troxel.
12956
12957 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12960
12961 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12962
12963         * mm-util.el (mm-find-buffer-file-coding-system):
12964         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12965
12966 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12967
12968         * message.el (message-generate-headers): Record insertion of optional
12969         headers as well.  Otherwise the check to prevent repeated insertion of
12970         optional headers is a no-op.
12971
12972 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12973
12974         * smime.el: Don't mention CVS.
12975
12976         * nnrss.el (nnrss-fetch): Don't mention CVS.
12977
12978         * nnir.el: Don't mention CVS.
12979
12980 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12981
12982         * gnus-sum.el (gnus-summary-bookmark-make-record):
12983         Add `location' field.
12984
12985 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * lpath.el: Fbind bookmark-default-handler,
12988         bookmark-get-bookmark-record, bookmark-make-record-default,
12989         bookmark-prop-get for Emacs <23 and XEmacs.
12990
12991 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12992
12993         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12994         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12995         Use with-current-buffer to silence the byte-compiler.
12996         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12997         bother to require `gnus'.
12998         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12999
13000 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13001
13002         * gnus-sum.el (gnus-summary-bookmark-make-record)
13003         (gnus-summary-bookmark-jump): New functions.
13004         (gnus-summary-mode): Setup bookmark support.
13005
13006 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13007
13008         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13009         if set.
13010
13011 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13014         gnus-article-browse-html-save-cid-image; make it work recursively for
13015         forwarded messages as well.
13016         (gnus-article-browse-html-parts): Work when prefix arg is given.
13017         (gnus-article-browse-html-article): Doc fix.
13018
13019 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13020
13021         * message.el (message-default-mail-headers)
13022         (message-default-headers): Carry the value mail-default-headers over
13023         into message-default-mail-headers, rather than message-default-headers.
13024
13025 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13026
13027         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13028         charset.
13029
13030         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13031         charset into the <meta> tag when the article is encoded to utf-8.
13032
13033 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * gnus-art.el (gnus-article-browse-delete-temp-files):
13036         Delete directories as well.
13037         (gnus-article-browse-html-parts): Work for images that do not specify
13038         file names; delete temp directory when quitting; insert header at the
13039         right place; use file: scheme for image files.
13040
13041 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13042
13043         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13044         (gnus-article-browse-html-parts): Use it to make temporary cid image
13045         files in addition to html file so that browser may display them.
13046
13047 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13050
13051 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13052
13053         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13054
13055 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13056
13057         * auth-source.el (auth-sources): Change default to be simpler.
13058         Explain about Secret Service API sources.  Improve Customize options.
13059         (auth-source-pick): Change to accept any number of search parameters.
13060         Implement fallbacks iteratively, not recursively.  Add scoring on the
13061         second pass and sort by score.  Call Secret Service API when needed.
13062         (auth-source-user-or-password): Use it.  Call Secret Service API
13063         directly when needed to get the user name and the password.
13064
13065 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13066
13067         * message.el (message-interactive): Doc fix.
13068         (message-qmail-inject-args): Reflow.
13069         (message-kill-to-signature): Fix typo in docstring.
13070
13071         * smiley.el (smiley-buffer): Fix typo in docstring.
13072
13073 2010-03-24  Glenn Morris  <rgm@gnu.org>
13074
13075         * mail-source.el (gnus-message): Declare.
13076         (mail-source-delete-old-incoming): Require gnus-util.
13077
13078 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13081
13082         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13083
13084         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13085         password-cache's default if it is not bound.
13086         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13087         password-cache-expiry's default if it is not bound.
13088
13089         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13090         available in Emacs 21.
13091
13092         * lpath.el: Suppress compiler warnings for:
13093         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13094         XEmacs;
13095         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13096         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13097         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13098
13099 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13100
13101         * auth-source.el (auth-sources): Fix up definition so extra parameters
13102         are always inline.
13103
13104 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13105
13106         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13107         wasn't updated after mismatch.  Clear cached mailbox info correctly
13108         when uidvalidity changes.
13109         (nnimap-group-prefixed-name): New function to avoid some code
13110         duplication.
13111         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13112         (nnimap-request-group): Use it.
13113         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13114         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13115         with many imap folders.  This is done by caching the group status from
13116         the imap server persistently in a group parameter `imap-status'.  (This
13117         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13118         but not persistently, so every Gnus startup was still very slow.)
13119
13120 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13121
13122         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13123         delete the extra newline.  Otherwise editing of :string and :number
13124         types don't work.
13125
13126 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13127
13128         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13129         secrets.el dependency.
13130         (auth-sources): Add optional user name.  Add secrets.el configuration
13131         choice (unused right now).
13132
13133 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13134
13135         * gnus-sum.el (gnus-summary-make-menu-bar):
13136         Let `gnus-registry-install-shortcuts' fill in the functions.
13137
13138         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13139         warnings.
13140         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13141         (gnus-registry-install-shortcuts): Populate and use it in a
13142         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13143
13144 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13145
13146         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13147         In-place substitutions for the group name encoding/decoding.
13148         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13149         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13150         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13151         (nnimap-update-unseen, nnimap-request-list)
13152         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13153         (nnimap-request-set-mark, nnimap-split-to-groups)
13154         (nnimap-split-articles, nnimap-request-newgroups)
13155         (nnimap-request-create-group, nnimap-request-accept-article)
13156         (nnimap-request-delete-group, nnimap-request-rename-group)
13157         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13158         `encoded-mbx' for consistency.
13159         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13160         variable `imap-current-mailbox'.
13161
13162         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13163         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13164
13165 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13166
13167         * pop3.el (pop3-display-message-size-flag): Display message size byte
13168         counts during POP3 download.
13169         (pop3-movemail): Use it.
13170         (pop3-list): Implement listing of available messages.
13171
13172 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13173
13174         * nnir.el (nnir-get-article-nov-override-function): New function to
13175         override the normal NOV retrieval.
13176         (nnir-retrieve-headers): Use it.
13177
13178 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13179
13180         * auth-source.el (netrc-machine-user-or-password): Autoload.
13181
13182 2010-03-19  Glenn Morris  <rgm@gnu.org>
13183
13184         Stop message.el from loading about 40 libraries it doesn't always need.
13185         The general approach is to autoload rather than require, and to
13186         require in the specific functions rather than the file.  (Bug#5642)
13187
13188         * gmm-utils.el: Don't require wid-edit.
13189         (widget-create-child-value, widget-convert, widget-default-get):
13190         Autoload.
13191
13192         * gnus-util.el: Don't require time-date, netrc.
13193         (message-fetch-field, gnus-group-name-decode): Declare rather than
13194         autoloading.
13195         (gnus-fetch-field): Require message.
13196         (gnus-decode-newsgroups): Require gnus-group.
13197
13198         * ietf-drums.el: Don't require time-date.
13199
13200         * message.el: Don't require hashcash, canlock, ecomplete.
13201         Do require mail-utils.  Require nnheader only when compiling.
13202         (smtpmail-default-smtp-server): Remove declaration.
13203         (message-send-mail-function): Check smtpmail-default-smtp-server
13204         is bound rather than requiring smtpmail.
13205         (message-auto-save-directory, message-insert-signature):
13206         Use expand-file-name rather than nnheader-concat.
13207         (nnheader-insert-file-contents): Autoload.
13208         (hashcash-wait-async): Declare.
13209         (message-send-mail): Only call gnus-setup-posting-charset if
13210         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13211         (message-send-mail-with-sendmail): Require sendmail.
13212         (canlock-password, canlock-password-for-verify): Declare.
13213         (message-canlock-password): Require canlock.
13214         (nnheader-get-report): Autoload.
13215         (gnus-setup-posting-charset): Declare.
13216         (message-send-news): Require gnus-msg.
13217         (message-make-references, message-make-in-reply-to): Use mail-header-id
13218         rather than the alias mail-header-message-id.
13219         (ecomplete-add-item, ecomplete-save): Declare.
13220         (message-put-addresses-in-ecomplete): Require ecomplete.
13221         (ecomplete-display-matches): Autoload.
13222
13223         * mm-decode.el: Don't require mailcap, gnus-util.
13224         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13225         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13226         Autoload.
13227         (mailcap-mime-extensions): Declare.
13228
13229         * mm-encode.el: Don't require mailcap.
13230         (mailcap-extension-to-mime): Autoload.
13231
13232         * mml-sec.el: Don't require password-cache.
13233
13234         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13235         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13236         (mml-minibuffer-read-type): Require mailcap.
13237         (mml-preview): Require gnus-msg.
13238
13239         * mml1991.el: Require password-cache.
13240         (password-cache-expiry): Remove declaration.
13241
13242         * mml2015.el: Require password-cache.
13243         (password-cache-expiry): Remove declaration.
13244
13245         * nneething.el (mailcap): Require mailcap.
13246
13247         * nnheader.el (declare-function): Add compatibility stub.
13248         (message-remove-header): Declare rather than autoload.
13249         (nnheader-replace-header): Require message.
13250
13251         * nnimap.el (declare-function): Add compatibility stub.
13252         (netrc-parse, netrc-machine-user-or-password): Declare.
13253         (nnimap-open-connection): Require netrc.
13254
13255         * nntp.el (declare-function): Add compatibility stub.
13256         (netrc-parse, netrc-machine, netrc-get): Declare.
13257         (nntp-send-authinfo): Require netrc.
13258
13259         * rfc2047.el: Don't require qp.
13260         (quoted-printable-encode-region, quoted-printable-decode-string):
13261         Autoload.
13262
13263         * sieve-mode.el: Don't require easymenu.
13264         (easy-menu-add-item): Autoload it.
13265
13266         * spam-stat.el (time-to-number-of-days): Autoload it.
13267
13268 2010-03-19  Glenn Morris  <rgm@gnu.org>
13269
13270         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13271
13272 2010-03-18  Glenn Morris  <rgm@gnu.org>
13273
13274         * hashcash.el (declare-function): Remove duplicate definition.
13275
13276 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13277
13278         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13279         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13280         value if any backslash escapes).
13281
13282 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13285         if it is available.  (bug#5647)
13286
13287         * lpath.el: Suppress compiler warning for coding-system-from-name for
13288         Emacs 21 and XEmacs.
13289
13290 2010-03-14  Juri Linkov  <juri@jurta.org>
13291
13292         * hmac-def.el:
13293         * hmac-md5.el:
13294         * netrc.el: Fix keywords.
13295
13296 2010-02-26  Glenn Morris  <rgm@gnu.org>
13297
13298         * message.el (message-send-mail-function): Change the default, so that
13299         it inherits from a customized send-mail-function.  (Bug#5643)
13300
13301 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13302
13303         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13304         shell-command-to-string signals an error (bug#5299).
13305
13306 2010-02-24  Glenn Morris  <rgm@gnu.org>
13307
13308         * message.el (message-smtpmail-send-it)
13309         (message-send-mail-with-mailclient): Doc fixes.
13310
13311 2010-02-16  Glenn Morris  <rgm@gnu.org>
13312
13313         * message.el (message-default-mail-headers): Change the default value
13314         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13315
13316 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13319         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13320
13321 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13322
13323         * time-date.el (date-to-time): Doc fix (Bug#5408).
13324
13325 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13326
13327         * message.el (message-mail): Just pass yank-action on to message-setup.
13328         (message-setup): Handle (FUN . ARGS) form of yank-action.
13329         (message-with-reply-buffer, message-widen-reply)
13330         (message-yank-original): Handle non-buffer values of
13331         message-reply-buffer (Bug#4080).
13332         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13333
13334 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13335
13336         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13337         Fix typo in docstring.
13338
13339 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13340
13341         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13342         response.
13343
13344 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13347
13348         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13349
13350         * message.el (message-check-news-header-syntax): Protect against a
13351         string that `rfc822-addresses' returns when parsing fails.
13352
13353 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13356         (gnus-previous-char-property-change): New functions.
13357
13358         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13359
13360 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13361
13362         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13363         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13364
13365 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13366
13367         * message.el (message-exchange-point-and-mark): Rework last change to
13368         avoid using optional arg of exchange-point-and-mark, for backward
13369         compatibility.
13370
13371 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13372
13373         * message.el (message-exchange-point-and-mark):
13374         Call exchange-point-and-mark with an argument rather than setting
13375         mark-active by hand (Bug#5175).
13376
13377 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * nntp.el (nntp-service-to-port): Work for service expressed with
13380         numeric string; replace [:digit:] with [0-9] for XEmacs.
13381
13382 2009-12-17  Glenn Morris  <rgm@gnu.org>
13383
13384         * gnus-group.el (gnus-bug-group-download-format-alist):
13385         Change emacs entry to debbugs.gnu.org.  Bump :version.
13386
13387 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13388
13389         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13390
13391 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13392
13393         * message.el (message-info): Explain why we use `Info-goto-node'.
13394
13395 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13398
13399 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13400
13401         * message.el (message-completion-in-region): New compatibility function.
13402         (message-expand-group): Use it.
13403
13404 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13407         with no unread article should be listed if the 2nd arg `predicate' is
13408         given.
13409
13410 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13413
13414 2009-11-29  Juri Linkov  <juri@jurta.org>
13415
13416         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13417         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13418         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13419
13420 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13421
13422         * sha1.el (sha1-string-external): default-directory "/" in case
13423         otherwise non-existent.  process-connection-type pipe for touch of
13424         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13425
13426 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13427
13428         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13429         it's comms related and sgml-mode.el has "comm" on that basis too.
13430
13431 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13434         containing tspecial characters if they have been already quoted.
13435
13436 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13437
13438         * dns-mode.el (auto-mode-alist): Purecopy string.
13439
13440 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13441
13442         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13443
13444 2009-10-24  Glenn Morris  <rgm@gnu.org>
13445
13446         * gnus-art.el (help-xref-stack-item): Define for compiler.
13447
13448 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13449
13450         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13451
13452 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13455
13456 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13459         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13460
13461 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13464         (gnus-overlays-in): New alias to overlays-in.
13465
13466         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13467         gnus-overlay-get, and gnus-delete-overlay.
13468         (gnus-summary-show-thread): Make it work as well for systems in which
13469         next-single-char-property-change is not available.
13470         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13471
13472         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13473         (gnus-overlay-get): New alias to extent-property.
13474         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13475
13476         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13477         SXEmacs.
13478
13479         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13480         SXEmacs.
13481
13482 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13483
13484         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13485
13486 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13487
13488         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13489         and XEmacs that don't have `remove-overlays'.
13490
13491 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13492
13493         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13494         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13495         selective display.  Use overlays instead.
13496
13497 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13498
13499         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13500
13501 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13502
13503         * spam-stat.el (spam-stat-load): Fix typo in message.
13504
13505 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13506
13507         * dig.el (dig-invoke): Fix typo in docstring.
13508         (query-dig): Reflow docstring.
13509
13510 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13511
13512         * gnus-art.el (gnus-article-encrypt-body):
13513         * message.el (message-check-recipients):
13514         * mm-util.el (mm-codepage-setup):
13515         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13516         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13517
13518 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13519
13520         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13521         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13522         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13523         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13524         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13525
13526 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13527
13528         * dig.el: Add "Keywords: comm", as per net-utils.el.
13529
13530 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13531
13532         * dig.el (dig-mode): Use define-derived-mode.
13533
13534 2009-09-19  Glenn Morris  <rgm@gnu.org>
13535
13536         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13537
13538 2009-09-18  Glenn Morris  <rgm@gnu.org>
13539
13540         * gnus-diary.el (gnus-diary-check-message):
13541         * message.el (message-insert-formatted-citation-line):
13542         * nnbabyl.el (top-level):
13543         * nndiary.el (nndiary-schedule):
13544         Fix typos in condition-case handlers.
13545
13546 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13549         configuration that provides the sole article window in a frame;
13550         position point correctly after deleting a part.
13551
13552 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13553
13554         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13555         (spam-resolve-registrations-routine): Use it to unregister articles
13556         that change status.
13557
13558 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13561         with XEmacs.
13562         (parse-time-string-chars): Use it.
13563
13564 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13565
13566         * imap.el (imap-interactive-login): Better messages.
13567         (imap-open): Fix bug with renamed buffer on reconnect.
13568         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13569         for easier debugging and cleaner code.  On successful (guessed based on
13570         server capabilities) secondary authentication, set imap-state
13571         correctly.
13572         (imap-last-authenticator): Define imap-last-authenticator as a variable
13573         to avoid warnings.
13574
13575 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * nnrss.el (nnrss-request-article): Remove binding of
13578         default-enable-multibyte-characters that has gotten needless by
13579         the 2007-07-13 change in rfc2047-encode-message-header.
13580
13581         * mml.el (mml-insert-multipart): Error on the message header.
13582         (mml-insert-part): Error on the message header; position point at
13583         the end of a MIME tag.
13584
13585 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * time-date.el (autoload): Expand define-obsolete-function-alias into
13588         defalias and make-obsolete for old Emacsen that Gnus supports.
13589         (with-no-warnings): Define it for old Emacsen.
13590         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13591         is available.
13592         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13593         float-time is available; suppress compile warning for time-to-seconds.
13594
13595         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13596         (gnus-float-time): Alias to float-time if it exists.
13597
13598         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13599         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13600         float-time is available; suppress compile warning for time-to-seconds.
13601
13602         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13603         XEmacs.
13604
13605 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13606
13607         * imap.el (imap-message-map): Docstring fix.
13608
13609 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13612         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13613         Add the optional argument `encoding' that overrides the default.
13614
13615         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13616         mm-encode-buffer.
13617
13618 2009-09-04  Glenn Morris  <rgm@gnu.org>
13619
13620         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13621         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13622         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13623         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13624         * mm-util.el (mm-with-unibyte-current-buffer)
13625         (mm-find-buffer-file-coding-system):
13626         * yenc.el (yenc-decode-region): Use default-value rather than
13627         default-enable-multibyte-characters.
13628
13629 2009-09-03  Glenn Morris  <rgm@gnu.org>
13630
13631         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13632         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13633         than default-enable-multibyte-characters.
13634
13635 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13636
13637         * gnus-art.el (gnus-article-read-summary-keys):
13638         Fix gnus-buffer-configuration's value temporarily used.
13639
13640 2009-09-02  Glenn Morris  <rgm@gnu.org>
13641
13642         * gnus-util.el (gnus-float-time): New function.
13643         * gnus-delay.el (gnus-delay-article):
13644         * gnus-sum.el (gnus-thread-latest-date):
13645         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13646         * nnspool.el (nnspool-request-newgroups):
13647         Use gnus-float-time rather than time-to-seconds.
13648         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13649
13650         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13651         (gnus-header-subject-face, gnus-header-newsgroups-face)
13652         (gnus-header-name-face, gnus-header-content-face):
13653         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13654         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13655         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13656         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13657         (gnus-cite-face-11):
13658         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13659         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13660         (gnus-server-closed-face, gnus-server-denied-face)
13661         (gnus-server-offline-face):
13662         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13663         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13664         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13665         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13666         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13667         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13668         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13669         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13670         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13671         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13672         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13673         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13674         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13675         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13676         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13677         (gnus-summary-high-undownloaded-face)
13678         (gnus-summary-low-undownloaded-face)
13679         (gnus-summary-normal-undownloaded-face)
13680         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13681         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13682         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13683         (gnus-splash-face):
13684         * message.el (message-header-to-face, message-header-cc-face)
13685         (message-header-subject-face, message-header-newsgroups-face)
13686         (message-header-other-face, message-header-name-face)
13687         (message-header-xheader-face, message-separator-face)
13688         (message-cited-text-face, message-mml-face):
13689         * sieve-mode.el (sieve-control-commands-face)
13690         (sieve-action-commands-face, sieve-test-commands-face)
13691         (sieve-tagged-arguments-face):
13692         * spam.el (spam-face):
13693         Mark face aliases with "-face" in the name as obsolete.
13694
13695 2009-09-01  Glenn Morris  <rgm@gnu.org>
13696
13697         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13698         than goto-line.
13699
13700 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13703         Don't move point if the command is invoked inside the message header.
13704
13705 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13706
13707         * imap.el (imap-send-command): Simplify.
13708         (imap-wait-for-tag): point-max -> buffer-size.
13709
13710 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13711
13712         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13713         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13714         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13715         * nnir.el (nnir-swish-e-index-file):
13716         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13717         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13718         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13719         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13720         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13721         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13722
13723 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13726         Don't save excursion.
13727
13728 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13729
13730         * nnheader.el (nnheader-find-file-noselect):
13731         * mm-util.el (mm-insert-file-contents):
13732         Use (default-value 'major-mode) instead of default-major-mode.
13733
13734 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13735
13736         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13737
13738 2009-08-26  Glenn Morris  <rgm@gnu.org>
13739
13740         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13741         than placing in files.el.
13742
13743 2009-08-25  Glenn Morris  <rgm@gnu.org>
13744
13745         * nnir.el (top-level): Don't require cl at run-time.
13746         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13747         Replace cl-function substitute with gnus-replace-in-string.
13748         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13749         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13750         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13751         simplified expansions.
13752
13753 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13754
13755         * dig.el (dig): Add autoload cookie.
13756
13757 2009-08-22  Glenn Morris  <rgm@gnu.org>
13758
13759         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13760         goto-line.
13761
13762 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13763
13764         * parse-time.el (parse-time-string-chars): Save match data.
13765
13766 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13767
13768         * parse-time.el (parse-time-string-chars): Compute using character
13769         classes, to handle non-ascii characters (Bug#3190).
13770
13771 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13774
13775         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13776         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13777         (gnus-mm-display-part, gnus-mime-display-single)
13778         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13779         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13780
13781         * gnus-sum.el
13782         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13783         (gnus-summary-move-article): Add expirable mark to articles copied or
13784         moved to group that has auto-expire turned on if the option is non-nil.
13785
13786 2009-07-24  Glenn Morris  <rgm@gnu.org>
13787
13788         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13789         Fix typo.  (Bug#3903)
13790
13791 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13794         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13795         that should not be used for draft articles.
13796         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13797         that has no concern in minor mode keys.
13798         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13799         Abolish.
13800
13801 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13804         article without making inquiry to a user for unknown encoding.
13805
13806         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13807         (nnmaildir--scan): Assume i-node and device number that file-attributes
13808         returns might be cons-cell.
13809
13810         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13811
13812         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13813
13814 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13815
13816         * auth-source.el: Remove docs now in auth.texi.  Don't use
13817         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13818         `auth-source-hide-passwords' and use them.
13819
13820 2009-07-15  Glenn Morris  <rgm@gnu.org>
13821
13822         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13823
13824 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13827         excessive whitespace from the default values of title and description.
13828
13829 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13832         mail-fetch-field to fetch Content-Description header in order to
13833         exclude newlines.
13834
13835 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13836
13837         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13838         format used by GnuPG 2.0.11.
13839
13840 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13843         to deleted part.
13844
13845 2009-05-30  David Engster  <dengste@eml.cc>
13846
13847         * nnmairix.el: Remove old documentation in the commentary block.
13848         (nnmairix-request-group): Do not update active file for nnml back ends.
13849         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13850         end so that overview files are ignored.
13851         (nnmairix-update-groups): Make updating the groups more robust by using
13852         marks.
13853         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13854         with dollar characters in message-id.
13855
13856 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13857
13858         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13859         2008-12-25 in dns.el.
13860
13861 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13862
13863         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13864         could happen if the text is only composed of spaces and/or tabs.
13865
13866 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13867
13868         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13869         when sending a queued message to avoid extra mml tags.
13870
13871 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13874
13875 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13878         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13879         rmail-toggle-header for XEmacs;
13880         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13881
13882 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * gnus-dired.el: Remove autoload for gnus-setup-message.
13885         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13886         displaying Gnus logo; always use compose-mail.
13887
13888 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13891
13892 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13895         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13896         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13897         available.
13898         (gnus-nocem-epg-verify): New function.
13899
13900 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13903
13904 2009-02-15  Glenn Morris  <rgm@gnu.org>
13905
13906         * gnus-util.el (rmail-insert-rmail-file-header)
13907         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13908         autoloads.
13909         (rmail-default-rmail-file): Remove unnecessary declaration.
13910         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13911
13912 2009-02-14  Glenn Morris  <rgm@gnu.org>
13913
13914         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13915         variable (only used in gnus-util, which declares it anyway).
13916         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13917         which was only needed by gnus-art (changed to not use it any more).
13918         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13919         only used in gnus-util, which autoloads it itself.
13920         (rmail-update-summary): Fix autoload.
13921
13922         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13923         rather than rmail-output-to-rmail-file.
13924
13925 2009-02-07  Glenn Morris  <rgm@gnu.org>
13926
13927         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13928         autoload of function that no longer exists.
13929         (rmail-toggle-header): Declare.
13930         (message-forward-rmail-make-body): Handle mbox Rmail.
13931
13932 2009-01-31  Glenn Morris  <rgm@gnu.org>
13933
13934         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13935         2009-01-09 change.
13936
13937 2009-01-31  Dave Love  <fx@gnu.org>
13938
13939         * imap.el (imap-fetch-safe): Bind debug-on-error.
13940         (imap-debug): Add imap-fetch-safe.
13941
13942 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13943
13944         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13945         (auth-source-forget-all-cached): New convenience function.
13946         (auth-source-user-or-password): Accept list of modes or a single mode.
13947
13948         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13949         auth-source modes.
13950
13951         * netrc.el (netrc-machine-user-or-password): Use list of
13952         auth-source modes.
13953
13954         * nnimap.el (nnimap-open-connection): Use list of
13955         auth-source modes.
13956
13957         * nntp.el (nntp-send-authinfo): Use list of
13958         auth-source modes.
13959
13960 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13961
13962         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13963         now.
13964
13965 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13968         coding system in XEmacs; add a workaround for XEmacs.
13969
13970         * lpath.el: Fbind coding-system-aliasee.
13971
13972 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13975         of current-language-environment.
13976
13977 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13978
13979         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13980         available at runtime.
13981
13982 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13985
13986 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13987
13988         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13989         the greatest positive fixnum value doesn't work under an XEmacs with
13990         bignum support; use the most-positive-fixnum constant instead,
13991         available since Emacs 21.1 with cl and XEmacs 21.1.
13992
13993 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13996         XEmacs gets not to work.
13997
13998 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * mm-util.el (mm-coding-system-priorities): Allow the value like
14001         "Japanese (UTF-8)" of current-language-environment.
14002
14003 2009-01-09  Glenn Morris  <rgm@gnu.org>
14004
14005         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14006         with last-command-event.
14007
14008 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14011         in the doc string.
14012
14013         * message.el (message-fix-before-sending): Amend comment.
14014
14015 2009-01-08  Dave Love  <fx@gnu.org>
14016
14017         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14018
14019 2009-01-07  David Engster  <dengste@eml.cc>
14020
14021         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14022         simplified server definitions by converting it via
14023         gnus-server-to-method.
14024
14025 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14028         parameter's operands.
14029
14030 2009-01-06  David Engster  <dengste@eml.cc>
14031
14032         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14033         primary select method (for gnus-group-mark-article-as-read).
14034
14035 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14036
14037         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14038         `(gnus)Face', not `(gnus)X-Face'.
14039
14040 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * mm-util.el (mm-ucs-to-char): New function.
14043
14044         * mm-url.el (mm-url-decode-entities): Use it.
14045
14046         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14047         unicode-to-char.
14048
14049 2009-01-05  Dave Love  <fx@gnu.org>
14050
14051         * time-date.el: Require cl for `declare'.
14052
14053 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14054
14055         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14056         Dave Love.
14057
14058 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14059
14060         * message.el (message-fix-before-sending): Add `eight-bit' to
14061         illegible-text check.
14062
14063 2009-01-03  Michael Olson  <mwolson@gnu.org>
14064
14065         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14066         `headers' is nil.  This can occur if the IMAP server does not have
14067         permissions to read messages from a folder, but can write new messages
14068         to the folder.
14069         (nnimap-request-article-part): Do not insert `data' if it is nil.
14070
14071         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14072         characters which will confuse `read', so skip past them.
14073
14074 2009-01-01  Dave Love  <fx@gnu.org>
14075
14076         * imap.el (imap-string-to-integer): Fix typo.
14077         (imap-fetch-safe): New function.
14078         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14079
14080         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14081
14082         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14083         (imap-parse-greeting): Fix doc strings.
14084         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14085         (imap-parse-flag-list): Make messages unique.
14086         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14087
14088         * nnimap.el: Fix author email.
14089         (nnimap-split-rule): Add FIXME comment.
14090         (nnimap-debug): Fix doc string.
14091
14092 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14095
14096 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14097
14098         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14099         nslookup if resolv.conf isn't available.
14100         (dns-query): Rename from query-dns.
14101         (dns-query-cached): Rename from query-dns-cached.
14102
14103 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14106         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14107         to check if those variables exist (first appeared in Emacs 18.50).
14108
14109 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * mm-util.el (mm-line-number-at-pos): New function.
14112
14113         * spam-report.el (spam-report-process-queue): Use it.
14114
14115 2008-12-24  David Engster  <dengste@eml.cc>
14116
14117         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14118         parameters that haven't existed as variables as buffer-local variables.
14119
14120 2008-12-23  Dave Love  <fx@gnu.org>
14121
14122         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14123         cadar.
14124
14125         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14126         imap-starttls-p.
14127         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14128
14129 2008-12-22  Dave Love  <fx@gnu.org>
14130
14131         * imap.el: Fix author email.  Doc fixes.
14132         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14133         reply.
14134
14135 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * spam-report.el (spam-report-gmane-max-requests): New constant.
14138         (spam-report-gmane-wait): New variable.
14139         (spam-report-gmane-ham, spam-report-gmane-spam)
14140         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14141         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14142         the server.
14143
14144         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14145         Add explanations.
14146
14147         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14148         nnheader-accept-process-output and nnheader-read-timeout if available.
14149         (pop3-movemail): Use it.
14150
14151         * message.el (message-check-news-body-syntax): Fix signature check if
14152         there's an attachment.
14153
14154 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * mm-util.el: Add comments to the mm- emulating functions.
14157
14158 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14159
14160         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14161         Reported by Stephen Berman <stephen.berman@gmx.net>.
14162
14163 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * mm-util.el (mm-substring-no-properties): New function.
14166         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14167         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14168         (mm-string-to-multibyte): Doc fix.
14169
14170         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14171
14172 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * mml.el (mml-attach-file): Strip text properties from file name.
14175         (Bug#1574)
14176
14177 2008-12-16  Glenn Morris  <rgm@gnu.org>
14178
14179         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14180
14181 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14184         knows since the charset specified might be a bogus alias that
14185         mm-charset-synonym-alist provides.
14186
14187 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14190         "ISO_8859-1".
14191
14192         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14193
14194 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * mm-util.el (mm-charset-eval-alist):
14197         Define it before mm-charset-to-coding-system.
14198         (mm-charset-to-coding-system): Add optional argument `silent';
14199         define it before mm-charset-override-alist.
14200         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14201         default value if it can be used in Emacs currently running;
14202         silence mm-charset-to-coding-system.
14203
14204 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14207         `allow-override' which says whether to use `mm-charset-override-alist'.
14208         (rfc2047-decode-encoded-words): Use it.
14209
14210         * mm-util.el (mm-charset-override-alist): Fix custom type;
14211         add `(gb2312 . gbk)' to choices.
14212
14213 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14216         fast.
14217
14218         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14219
14220         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14221
14222 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14223
14224         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14225         on links.
14226
14227         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14228
14229 2008-12-03  Lute Kamstra  <lute@gnu.org>
14230
14231         * sha1.el: Remove leading * from docstrings of defcustoms,
14232         deffaces, defconsts and defuns.
14233
14234 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14237         users' addresses that don't have domain parts.
14238         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14239         rather than message-narrow-to-head since there will be the message
14240         header separator.
14241
14242 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14243
14244         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14245         since the result is inserted in a unibyte buffer anyway.
14246         (nnimap-demule-use-string-to-multibyte): Remove.
14247         (nnimap-demule): Alias it to mm-string-to-multibyte.
14248
14249 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14250
14251         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14252         variable for debugging bug#464 and bug#1174.
14253         (nnimap-demule): Use it.
14254
14255 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14258         score calculation correctly.
14259
14260 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14261
14262         * message.el (message-send-mail): Just set the buffer to unibyte
14263         rather than use mm-with-unibyte-current-buffer which does a lot more.
14264         (message-send-mail-partially): Don't bother with
14265         mm-with-unibyte-current-buffer since it's already been made unibyte by
14266         message-send-mail.
14267
14268 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14269
14270         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14271
14272 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14273
14274         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14275
14276 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14279         require itself and to remove `with-no-warnings'.
14280
14281 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14282
14283         * starttls.el (starttls-any-program-available): Get the name of the
14284         available TLS layer program.
14285         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14286         well as the host name in the "opening" message.
14287
14288         * auth-source.el (auth-source-cache, auth-source-do-cache)
14289         (auth-source-user-or-password): Cache passwords and logins by default,
14290         allow override with `auth-source-do-cache'.
14291         (auth-source-forget-user-or-password): Allow users to remove cache
14292         entries if needed.
14293
14294 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14295
14296         * md4.el (md4-buffer): Fix typo in docstring.
14297         (md4, md4-64): Doc fixes.
14298         (md4-pack-int32): Reflow docstring.
14299
14300 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14301
14302         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14303         condition-case to only the forward-sexp call.
14304
14305 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14306
14307         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14308         quotes contained.  Make it more robust regardless by an extra
14309         condition-case wrapper.
14310
14311 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14314
14315 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * nnml.el (nnml-request-expire-articles): Check if the function set to
14318         `nnmail-expiry-target' returns the symbol `delete'.
14319
14320         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14321
14322         * nnmail.el (nnmail-expiry-target): Fix custom type.
14323
14324 2008-10-02  Glenn Morris  <rgm@gnu.org>
14325
14326         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14327         Silence compiler warning.
14328
14329 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14330
14331         * tls.el (open-tls-stream): Show the actual command being
14332         executed, instead of the format string.
14333
14334 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * lpath.el: Fbind codepage-setup for Emacs 23.
14337
14338 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14339
14340         * mml.el (mml-menu): Don't assume mml2015 is bound.
14341
14342 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14345         exists.
14346
14347 2008-09-27  Glenn Morris  <rgm@gnu.org>
14348
14349         * gnus-util.el (mail-header-remove-comments): Autoload it.
14350
14351 2008-09-27  Andreas Schwab  <schwab@suse.de>
14352
14353         * gnus-util.el (gnus-split-references): Strip comments.
14354         (gnus-parent-id): Likewise.
14355
14356 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14357
14358         * message.el (message-confirm-send): Fix version.
14359
14360 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * message.el (message-idna-to-ascii-rhs-1): Use
14363         mail-extract-address-components rather than mail-header-parse-addresses
14364         that is an alias by default to ietf-drums-parse-addresses that does not
14365         support non-ASCII names in headers' contents.
14366
14367 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14368
14369         * message.el (message-confirm-send): Fix variable documentation to
14370         avoid the "y/n" wording.
14371
14372 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14373
14374         * message.el (message-set-auto-save-file-name): Save to a different
14375         filename so multiple messages (especially drafts) can be recovered.
14376
14377 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14378
14379         * message.el (message-confirm-send): Add appropriate version.
14380
14381 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14382
14383         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14384         defvar.
14385
14386 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14387
14388         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14389         (mm-pkcs7-enveloped-magic): Ditto.
14390
14391 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14392
14393         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14394         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14395
14396 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14397
14398         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14399         default, it's better.
14400
14401 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14402
14403         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14404         summary line gnus-number property and ignore them (with a warning
14405         message).
14406
14407 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14410         macro caddr in the interactive form since it won't be expanded.
14411
14412 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14415         `charset'; fix name of function called recursively.
14416         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14417
14418 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14419
14420         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14421         (gnus-mime-set-charset-parameters): New function.
14422         (gnus-mime-view-part-as-charset): Use it to correctly display part
14423         specifying wrong charset.
14424
14425 2008-09-08  David Engster  <dengste@eml.cc>
14426
14427         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14428         in completing-read for back end server.
14429
14430 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14431
14432         * message.el (message-confirm-send): New variable to confirm sending a
14433         message.
14434         (message-send): Use it.
14435
14436 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14437
14438         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14439
14440 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14443
14444 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14445
14446         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14447         prevent tracking too many groups.
14448         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14449         Use it.
14450
14451 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14452
14453         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14454         moving point to the bottom of the window in order to avoid recentering.
14455
14456 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14459
14460         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14461         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14462         (gnus-article-beginning-of-window): Fix calculation.
14463
14464 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * gnus-msg.el (gnus-summary-supersede-article)
14467         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14468         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14469         message header.
14470
14471 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14472
14473         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14474         pending output coming after the status change.
14475
14476 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14477
14478         * message.el:
14479         * gnus-start.el:
14480         * gnus-registry.el: Remove VMS support.
14481
14482 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14485         macro.
14486         (rfc2104-hash): Use it.
14487
14488 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14491         (gnus-summary-sort-by-most-recent-date): New commands.
14492         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14493         and menu entries.
14494
14495 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14498         don't redisplay article for raw contents; remove plural articles stuff.
14499
14500         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14501         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14502         on gnus-summary-save-article; display results properly.
14503
14504 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * lpath.el: No need to fbind ns-focus-frame.
14507
14508 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14511
14512 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * gnus-art.el (gnus-summary-save-in-pipe):
14515         Consider gnus-save-all-headers.
14516
14517 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14518
14519         * gnus-util.el (ns-focus-frame): Remove declaration.
14520         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14521         like x.
14522
14523 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14524
14525         * rfc2104.el (rfc2104-zero): Delete defconst.
14526         (rfc2104-hex-alist): Likewise.
14527         (rfc2104-hex-to-int): Delete func.
14528         (rfc2104-hexstring-to-bitstring): Likewise.
14529         (rfc2104-nybbles): New defconst.
14530         (rfc2104-hash): Rewrite for speed.
14531
14532 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * tls.el (open-tls-stream): Make it work with the 2nd argument
14535         BUFFER that is a string but does not exist as a buffer object, as
14536         mentioned in the doc-string.
14537
14538 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14541         SXEmacs.
14542
14543 2008-07-16  Glenn Morris  <rgm@gnu.org>
14544
14545         * gnus-util.el (ns-focus-frame): Declare for compiler.
14546
14547 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14550         set as a group parameter.
14551         (gnus-summary-save-in-pipe): Work when it is called independently.
14552         (gnus-summary-pipe-to-muttprint): Don't modify
14553         gnus-summary-pipe-output-default-command.
14554
14555 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14556
14557         * message.el (message-send-mail-with-sendmail):
14558         Display the error message.
14559
14560 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * gnus-art.el (gnus-default-article-saver):
14563         Add gnus-summary-save-in-pipe to choices.
14564         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14565         gnus-summary-pipe-output-default-command as the default command.
14566         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14567         instead of gnus-last-shell-command.
14568
14569         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14570         New user option.
14571         (gnus-summary-muttprint-program): Mention the value will be changed.
14572         (gnus-summary-save-article): Force showing of all headers.
14573         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14574
14575 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14576
14577         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14578
14579 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14580
14581         * nnimap.el (nnimap-id):
14582         * sieve-manage.el (sieve-manage-open): Doc fixes.
14583
14584 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14585
14586         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14587         if available.
14588
14589 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14590
14591         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14592
14593         * nnkiboze.el (nnkiboze-generate-group):
14594         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14595
14596         * nnmairix.el: Require CL.
14597
14598 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * dgnushack.el: Autoload get-display-table and put-display-table for
14601         XEmacs 21.5.
14602
14603         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14604         21.4 and SXEmacs.
14605
14606 2008-06-15  David Engster  <dengste@eml.cc>
14607
14608         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14609
14610 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14611
14612         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14613         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14614         runtime choice under XEmacs.
14615
14616         * gnus-sum.el (gnus-summary-set-display-table):
14617         Use `gnus-put-display-table', `gnus-get-display-table',
14618         `gnus-set-display-table' for the display table, instead of `aset'.
14619
14620         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14621         Use `gnus-put-display-table', `gnus-get-display-table',
14622         `gnus-set-display-table' for the display table.
14623
14624 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * nnmairix.el: Add autoloads.
14627
14628 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14629
14630         * nnmairix.el (nnmairix-delete-recreate-group)
14631         (nnmairix-update-and-clear-marks): Fix error messages.
14632
14633 2008-06-14  David Engster  <dengste@eml.cc>
14634
14635         * nnmairix.el: Upgrade to version 0.6.
14636         (nnmairix-group-toggle-propmarks-this-group)
14637         (nnmairix-group-toggle-readmarks-this-group)
14638         (nnmairix-group-delete-recreate-this-group)
14639         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14640         (nnmairix-remove-tick-mark-original-article): New commands.
14641         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14642         (nnmairix-propagate-marks-to-nnmairix-groups)
14643         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14644         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14645         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14646         functions needed for marks propagation and manipulation of read marks.
14647         (nnmairix-update-groups): New function.
14648         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14649         (nnmairix-determine-original-group-from-registry)
14650         (nnmairix-determine-original-group-from-path)
14651         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14652         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14653         New helper functions.
14654         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14655         keystrokes for new commands.
14656         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14657         (nnmairix-request-group): Check allow-fast group parameter.
14658         (nnmairix-request-create-group): Set allow-fast group parameter if
14659         nnmairix-allowfast-default is set.
14660         (nnmairix-close-group): Propagate marks upon closing if needed.
14661         (nnmairix-group-toggle-threads-this-group): Use new.
14662         nnmairix-group-toggle-parameter helper function.
14663         (nnmairix-search): Better check for empty search result.
14664         (nnmairix-goto-original-article): Use new helper functions for
14665         determining original article.
14666         (nnmairix-show-original-article): Make sure message-id is in brackets.
14667         (nnmairix-call-mairix-binary): Change variable name.
14668         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14669         helper function.
14670         (nnmairix-widget-toggle-activate): Fix doc string.
14671
14672 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * nnir.el: Require edmacro when compiling with XEmacs.
14675         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14676         available in Emacs 21.
14677
14678 2008-06-11  Glenn Morris  <rgm@gnu.org>
14679
14680         * gnus-util.el (x-focus-frame):
14681         * gnus.el (image-size):
14682         * mm-decode.el (image-size): Declare.
14683
14684         * gnus-picon.el (declare-function): Add compat definition.
14685         (image-size): Declare.
14686
14687         * gnus-group.el (tool-bar-map):
14688         * gnus-sum.el (tool-bar-map): Define for compiler.
14689
14690         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14691
14692         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14693
14694         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14695         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14696         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14697         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14698         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14699         * sieve-manage.el, spam-report.el, spam.el:
14700         Remove unnecessary eval-and-compile of autoloads.
14701
14702 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14703
14704         * auth-source.el: Precise Tramp doc.
14705
14706 2008-06-07  Glenn Morris  <rgm@gnu.org>
14707
14708         * nnmairix.el: Remove unnecessary eval-when-compile.
14709
14710 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * lpath.el: Fbind propertize for XEmacs 21.4.
14713
14714 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * nnir.el: Move here from ../contrib.
14717
14718 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14719
14720         * gnus-util.el (gnus-read-shell-command): New function.
14721         * mm-decode.el (mm-pipe-part):
14722         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14723
14724 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14727
14728 2008-06-03  Glenn Morris  <rgm@gnu.org>
14729
14730         * pop3.el (nnheader-accept-process-output): Autoload it.
14731
14732 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14735         are not 2-digit hexadecimal characters that follow `%'s.
14736
14737 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * message.el (message-bogus-recipient-p): Fix type in doc string.
14740         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14741         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14742         Improve custom options.
14743         (message-bogus-recipient-p): Adjust accordingly.
14744
14745 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14746
14747         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14748         long-form month and day names.
14749
14750 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * dgnushack.el: Autoload debug, eudc-expand-inline and
14753         pgg-snarf-keys-region for XEmacs.
14754
14755         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14756
14757         * nnmairix.el: Require edmacro when compiling with XEmacs.
14758
14759 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14760
14761         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14762         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14763
14764 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14765
14766         * auth-source.el: Add more docs.
14767
14768         * netrc.el (netrc-machine): Always match if the port is not given.
14769
14770 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14771
14772         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14773         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14774         retrieval faster in some cases, but might make CPU usage larger.
14775         If this has any bad side effects, we might revert this change.
14776
14777         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14778         seems to make mail retrieval much, much faster.
14779         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14780         unconditionally.
14781
14782         * gnus-draft.el (gnus-group-send-queue):
14783         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14784
14785 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14788
14789         * message.el (message-bogus-address-regexp): Fix and improve custom
14790         type.
14791         (message-setup-hook): Add message-check-recipients as custom option.
14792
14793 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14794
14795         * message.el (message-cite-function): Remove bogus autoload which crept
14796         in during merge from v5-10.
14797
14798 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14799
14800         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14801
14802         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14803
14804         * auth-source.el: Preliminary Tramp docs.
14805         (auth-sources): Change the default auth-sources to use
14806         EPA .gpg files.
14807
14808 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14809
14810         * nntp.el: Autoload `auth-source-user-or-password'.
14811         (nntp-send-authinfo): Use it.
14812
14813         * nnimap.el: Autoload `auth-source-user-or-password'.
14814         (nnimap-open-connection): Use it.
14815
14816         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14817         for the gnus-message function.
14818         (auth-source-user-or-password): Use it.
14819
14820 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14821
14822         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14823         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14824         (rfc2104-hash): Use it.
14825
14826 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14827
14828         * gnus-art.el (gnus-article-toggle-truncate-lines):
14829         Don't use `iff' in docstring.
14830
14831 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14832
14833         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14834
14835         * gnus-util.el (gnus-extract-address-component-name)
14836         (gnus-extract-address-component-email): Convenience functions around
14837         `gnus-extract-address-components'.
14838
14839         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14840         Use `gnus-extract-address-component-email' to fix bug of comparing full
14841         sender name to `user-mail-address'.
14842
14843 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14844
14845         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14846         catch/throw to optimize.
14847         (gnus-registry-find-keywords): Just use member to find a keyword.
14848
14849 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14850
14851         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14852         is current before calling gnus-server-prepare.
14853         (gnus-server-setup-buffer, gnus-server-update-server)
14854         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14855
14856 2008-05-04  Juri Linkov  <juri@jurta.org>
14857
14858         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14859         (mailcap-file-default-commands): Use mailcap-replace-in-string
14860         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14861         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14862
14863 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14864
14865         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14866
14867 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14868
14869         * gnus.el: Bump version to 0.11.
14870
14871 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14872
14873         * gnus.el: No Gnus v0.10 is released.
14874
14875 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14876
14877         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14878         hooks.
14879         (gnus-update-read-articles): Speed up non-marks-using users.
14880         (gnus-use-marks): Define gnus-use-marks.
14881         (gnus-propagate-marks): Rename variable to something more sensible.
14882
14883 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14884
14885         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14886         (gmm-image-load-path-for-library): Fix typos in docstrings.
14887         (gmm-message): Reflow docstring.
14888
14889 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14890
14891         * mail-source.el (mail-source-set-1, mail-source-bind):
14892         Move auth-source code out of the macro to clean it up and fix bugs.
14893
14894 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14895
14896         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14897         by sender if it's equal to user-mail-address, it's likely to be
14898         useless.
14899
14900         * mail-source.el (mail-source-bind): Don't use user or password if they
14901         are not bound.  Unintern them if they are nil.  Don't use server unless
14902         it's bound, and default it to empty string otherwise.
14903
14904 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14905
14906         * mail-source.el: Load auth-source.el.
14907         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14908         get user name or password, if auth-sources is set up.
14909
14910         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14911         strategy of splitting with parent.
14912         (gnus-registry-split-fancy-with-parent)
14913         (gnus-registry-post-process-groups): Use it and fix prior
14914         bug (returning a list as the split result).
14915
14916         * auth-source.el (auth-sources): Remove server parameter.
14917         (auth-source-pick, auth-source-user-or-password)
14918         (auth-source-user-or-password-imap)
14919         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14920         (auth-source-user-or-password-sftp)
14921         (auth-source-user-or-password-smtp): Remove server parameter.
14922
14923 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14924
14925         * smime.el (smime-sign-region, smime-encrypt-region)
14926         (smime-decrypt-region):
14927         Remove redundant calls to `generate-new-buffer-name'.
14928
14929 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14930
14931         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14932         Don't use QP for message/rfc822.
14933         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14934
14935 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14936
14937         * sieve-manage.el (sieve-string-bytes): Remove.
14938         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14939         correct byte-length only if the process's coding-system is the same as
14940         the one used internally by Emacs to represent strings.
14941
14942 2008-04-22  Juri Linkov  <juri@jurta.org>
14943
14944         * mailcap.el (mailcap-file-default-commands): New function.
14945
14946 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14947
14948         * message.el (message-signature-separator, message-cite-function):
14949         Change custom version.
14950
14951 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14952
14953         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14954         commands.
14955         (tls-checktrust): Ditto.
14956
14957 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14958
14959         * mm-decode.el (mm-display-external): Make temp file read-only.
14960
14961 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14962
14963         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14964         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14965         `C-c C-f d'.
14966
14967 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14968
14969         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14970
14971 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14972
14973         * gnus.el: Bump version to 0.9.
14974
14975 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * gnus.el: No Gnus v0.8 is released.
14978
14979 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14980
14981         * mail-source.el (mail-source-value):
14982         Prefer fboundp to functionp so it works with macros as well.
14983
14984 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14985
14986         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14987         Fix last change in case the element is not even a symbol.
14988
14989 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14990
14991         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14992         Prefer fboundp to functionp so it works with macros as well.
14993
14994 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14995
14996         * auth-source.el: Add docs.
14997         (auth-sources): Modify format to support server.
14998         (auth-source-pick, auth-source-user-or-password)
14999         (auth-source-user-or-password-imap)
15000         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15001         (auth-source-user-or-password-sftp)
15002         (auth-source-user-or-password-smtp): Add server parameter.
15003
15004 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15005
15006         * gnus-registry.el: Initialize the registry when gnus-registry-install
15007         is t.
15008
15009 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * compface.el (uncompface): Make buffer unibyte.
15012
15013 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15014
15015         * mail-source.el (mail-source-value):
15016         Prefer fboundp to functionp so it works with macros as well.
15017
15018 2008-04-05  Glenn Morris  <rgm@gnu.org>
15019
15020         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15021
15022 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15023
15024         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15025         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15026
15027         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15028         multibyteness after rather than before erasing it.
15029
15030         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15031         mm-with-multibyte.
15032         (gnus-request-article-this-buffer): Make sure the proper decoding is
15033         used if gnus-original-article-buffer happens to be unibyte.
15034
15035         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15036         default-enable-multibyte-characters.
15037
15038         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15039         default-enable-multibyte-characters.
15040
15041         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15042
15043         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15044
15045 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15046
15047         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15048         Fix last change in case the element is not even a symbol.
15049
15050 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15051
15052         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15053         (imap-message-copyuid-1): Use it.
15054         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15055         J. Williams in
15056         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15057
15058         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15059         imap-enable-exchange-bug-workaround.
15060         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15061
15062 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15063
15064         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15065         a 100 byte status-checks into a 2-3MB transfer for each group.
15066         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15067         to enable bug workaround or not.
15068         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15069
15070 2008-03-31  Glenn Morris  <rgm@gnu.org>
15071
15072         * message.el (mml2015-use): Declare for compiler.
15073         (message-info): Require mml2015 when appropriate.
15074
15075 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15078         whitespace.
15079
15080 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15081
15082         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15083         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15084         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15085         (nntp-service-to-port): New function.
15086         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15087         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15088         (nntp-open-netcat-stream): New function.
15089         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15090
15091 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15092
15093         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15094
15095 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15096
15097         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15098
15099 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15100
15101         * dns.el (dns-write): Use set-buffer-multibyte.
15102
15103 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15104
15105         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15106
15107 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15108
15109         * message.el (message-signature-separator): Change default.
15110         Improve custom type.
15111         (message-cite-function): Change default to
15112         message-cite-original-without-signature.
15113
15114         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15115         toggle.
15116
15117         * message.el (message-check-news-body-syntax): Fix signature check.
15118         (message-setup-1): Mark buffer as unmodified _after_ running
15119         message-setup-hook and handling message-alternative-emails.
15120         (message-shorten-references): Be more strict when building list of
15121         valid references to comply with GNKSA.
15122
15123         * gnus-group.el (gnus-read-ephemeral-bug-group)
15124         (gnus-read-ephemeral-debian-bug-group)
15125         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15126
15127         * message.el (message-info): Don't use booleanp which isn't supported
15128         in Emacs 21 and XEmacs.
15129
15130 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15133         gnus-group-gmane-group-download-format.
15134         (gnus-group-read-ephemeral-gmane-group): Rename from
15135         gnus-group-read-ephemeral-gmane-group.
15136         (gnus-read-ephemeral-gmane-group-url): Rename from
15137         gnus-group-read-ephemeral-gmane-group-url.
15138         (gnus-bug-group-download-format-alist): New variable.
15139         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15140         (gnus-read-ephemeral-emacs-bug-group): New commands.
15141
15142 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15143
15144         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15145         (gnus-visible-headers): Improve custom type.
15146
15147 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15148
15149         * mml.el (mml-menu): Add workarounds for XEmacs.
15150
15151         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15152         X-Boundary header.
15153
15154         * message.el (message-simplify-recipients): Fix previous commit.
15155
15156 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15157
15158         * mm-util.el (mm-set-buffer-multibyte): New function.
15159         * mm-decode.el (mm-copy-to-buffer): Use it.
15160
15161         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15162         Prefer fboundp to functionp so it works with macros as well.
15163
15164 2008-03-19  Glenn Morris  <rgm@gnu.org>
15165
15166         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15167         Accidentally removed in the sync process with Emacs.
15168
15169 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15170
15171         * message.el (message-alter-recipients-discard-bogus-full-name):
15172         New function.
15173         (message-alter-recipients-function): New variable.
15174         (message-get-reply-headers): Use it.
15175         (message-replace-header): New helper function.
15176         (message-recipients-without-full-name): New variable.
15177         (message-simplify-recipients): New command.
15178
15179         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15180
15181         * message.el (message-info): Handle EasyPG manual.
15182
15183         * mml.el (mml-menu): Add entry for EasyPG.
15184
15185 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15186
15187         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15188         parameter.
15189
15190         * message.el (message-disassociate-draft): Specify drafts group name
15191         fully.
15192
15193 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15194
15195         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15196         Eliminate unnecessary duplicates from the match list.
15197
15198 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15201
15202         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15203
15204         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15205         args of `how-many' of which the XEmacs version doesn't take; declare
15206         Info-index-next as function.
15207
15208 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15209
15210         * gnus-score.el (gnus-score-headers): Fix handling of
15211         gnus-inhibit-slow-scoring.
15212
15213         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15214         string.
15215         (gnus-button-url-regexp): Improve handling of parenthesis.
15216         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15217         (gnus-button-handle-info-keystrokes): Handle index entries.
15218
15219 2008-03-15  Glenn Morris  <rgm@gnu.org>
15220
15221         * parse-time.el (parse-time-string): Simplify.
15222
15223 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15226         Incoming* files.
15227
15228 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15229
15230         * auth-source.el (auth-sources): Rename from auth-source-choices.
15231         (auth-source-pick): Use it.
15232
15233 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15234
15235         * binhex.el (binhex-decode-region-internal):
15236         * uudecode.el (uudecode-decode-region-internal):
15237         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15238         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15239         setting default-enable-multibyte-characters.
15240
15241 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15242
15243         * auth-source.el (auth-source-protocols)
15244         (auth-source-protocols-customize, auth-source-choices): Add and
15245         modified variable customizations and defaults.
15246         (auth-source-pick, auth-source-user-or-password)
15247         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15248         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15249         (auth-source-user-or-password-sftp)
15250         (auth-source-user-or-password-smtp): Use new variables and provide an
15251         interface to netrc.el.
15252
15253 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15256         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15257         Make sure the nntp port to specify is a string.
15258
15259 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15260
15261         * nntp.el: Use with-current-buffer.
15262         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15263         dubious mm-with-unibyte-current-buffer.
15264         (nntp-with-open-group-function): New function extracted from
15265         nntp-with-open-group macro.
15266         (nntp-with-open-group): Use the function, so it's easier to debug.
15267         Add indentation and debugging info.
15268         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15269         Recommend the use of the netcat alternatives.
15270
15271         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15272         Avoid mm-string-as-multibyte as well.
15273
15274         * nnweb.el (nnweb-insert-html):
15275         Remove use of nnheader-string-as-multibyte.
15276
15277         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15278         (nnheader-string-as-multibyte): Remove.
15279
15280         * mm-view.el: Use inhibit-read-only.
15281         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15282         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15283         or unibyte-string.
15284
15285         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15286         (mm-uu-yenc-extract): Use with-current-buffer.
15287
15288         * gnus-soup.el (gnus-soup-send-packet): Don't use
15289         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15290
15291         * nnmh.el: Use with-current-buffer.
15292         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15293         mm-string-as-multibyte on the output of mm-encode-coding-string.
15294
15295         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15296         (nnimap-request-move-article): Use with-current-buffer.
15297
15298         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15299         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15300         conversion uses string-make-unibyte rather than string-as-unibyte.
15301
15302         * gnus-msg.el: Use with-current-buffer.
15303
15304         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15305
15306 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15307
15308         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15309         string for caching if it is 'PIN.
15310
15311 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * lpath.el: Consider the case without Emacs/W3.
15314
15315 2008-03-08  Glenn Morris  <rgm@gnu.org>
15316
15317         * time-date.el (date-to-time, time-subtract, time-add)
15318         (safe-date-to-time): Doc fixes.
15319
15320 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * mail-source.el (mail-source-delete-old-incoming-confirm):
15323         Change default to nil.
15324         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15325
15326 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * lpath.el: Rearrange.
15329
15330         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15331         (gnus-article-goto-prev-page): Work for articles having ^L's.
15332
15333         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15334
15335         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15336
15337 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15338
15339         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15340         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15341         (gnus-bookmark-jump): Adjust some variable names.
15342
15343 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15344
15345         * auth-source.el: New package.
15346         (auth-source-choices): Add customization entry point variable.
15347
15348         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15349         bug.
15350
15351 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15352
15353         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15354         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15355         (gnus-registry-install-shortcuts): Rename from
15356         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15357         the `gnus-registry-mark-map' keymap dynamically from
15358         `gnus-registry-marks'.  The generated functions update the summary line
15359         when a registry mark is added or deleted, and will call
15360         `gnus-registry-install-p' (see the comments in the code).
15361         (gnus-registry-user-format-function-M): Use concat intelligently.
15362
15363         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15364         the registry mark functions.
15365
15366 2008-03-05  Glenn Morris  <rgm@gnu.org>
15367
15368         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15369         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15370         gnus-art.
15371         (top-level): No need to load own source when compiling.
15372
15373 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15374
15375         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15376         Suggested by <chris.anderton@zetnet.co.uk>.
15377
15378 2008-03-04  Glenn Morris  <rgm@gnu.org>
15379
15380         * gnus-sum.el (top-level): No need to require gnus when compiling,
15381         since unconditionally required near start of file.
15382         (gnus-summary-display-while-building): Move definition before use.
15383
15384 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15385
15386         * gnus-registry.el (gnus-registry-user-format-function-M):
15387         Add formatting function.
15388
15389 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15390
15391         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15392         with plists.
15393         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15394         Use new format.
15395
15396 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15399         `where-is-internal' that returns a range of key sequences.
15400
15401 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15402
15403         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15404
15405         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15406         (gnus-summary-jump-to-group): Consider windows on other displayed
15407         frames as well.  Similar changes might be needed elsewhere, but that's
15408         the one I've bumped into during my use.
15409
15410         * nndoc.el (nndoc-oe-dbx-type-p):
15411         * gnus-msg.el (gnus-debug):
15412         * gnus-group.el (gnus-update-group-mark-positions):
15413         Use mm-string-to-multibyte.
15414
15415 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15418         doesn't handle NotDashEscaped.
15419
15420         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15421         (mml-dnd-attach-options): Fix typo in custom choice.
15422
15423         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15424         Change nndoc-article-type to mbox.
15425         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15426
15427         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15428         to nil, instead of html2text.
15429
15430         * imap.el (imap-debug): Add `imap-ping-server'.
15431
15432         * gnus-bookmark.el: Add FIXMEs.
15433
15434         * message.el (message-form-letter-separator)
15435         (message-send-form-letter-delay): New variables.
15436         (message-send-form-letter): Use them.  New command to send form
15437         letters.  Requested by Uwe Siart.
15438         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15439
15440 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15441
15442         * Update copyright years.
15443
15444 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         Sync from EMACS_22_BASE.
15447
15448         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15449
15450 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15451
15452         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15453         empty author.
15454
15455 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15456
15457         * gnus-registry.el (gnus-registry-marks): Add variable for
15458         customization of marks and their appearance.
15459         (gnus-registry-read-mark): Use it.
15460         (gnus-registry-do-marks): Add utility function to loop through
15461         `gnus-registry-marks'.
15462         (gnus-registry-install-shortcuts-and-menus): Add function to install
15463         shortcuts and menus.
15464         (gnus-registry-initialize): Use it.
15465         (gnus-registry-default-mark): Clarify documentation.
15466
15467 2008-02-29  Glenn Morris  <rgm@gnu.org>
15468
15469         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15470         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15471         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15472         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15473         Change defcustom :version from 23.0 to 23.1.
15474
15475 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15476
15477         * gnus-registry.el (gnus-registry-follow-group-p)
15478         (gnus-registry-post-process-groups): Add functions to aid registry
15479         splitting and improve logging.  Clarify behavior in function
15480         documentation.
15481         (gnus-registry-split-fancy-with-parent): Use them.
15482
15483 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15484
15485         * gnus-art.el: Use with-current-buffer.
15486
15487 2008-02-27  David Engster  <dengste@eml.cc>
15488
15489         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15490         Express real group name in the response.
15491
15492 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15495         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15496         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15497         autoload gnus-registry-fetch-group when compiling.
15498         (nnmairix-request-group-with-article-number-correction):
15499         Remove unreferenced argument passed to nnmairix-call-backend.
15500
15501 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15502
15503         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15504         (mm-uu-extract): Improve face for low color ttys.
15505         Reported by Sascha Wilde.
15506
15507 2008-02-27  Glenn Morris  <rgm@gnu.org>
15508
15509         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15510         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15511         variables to defconsts.  Convert comments to doc-strings.
15512         (nnmairix-last-server, nnmairix-current-server): Convert from free
15513         variables to defvars.  Convert comments to doc-strings.
15514         (gnus-registry-fetch-group): Autoload.
15515         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15516         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15517         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15518         caddr.
15519         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15520         nnmairix-request-group-with-article-number-correction call.
15521         (nnmairix-fast, nnmairix-group): New, less general names, for free
15522         variables passed from nnmairix-request-group to
15523         nnmairix-request-group-with-article-number-correction.  Declare.
15524         (nnmairix-request-group-with-article-number-correction):
15525         Use nnmairix-fast, nnmairix-group rather than fast, group.
15526
15527 2008-02-26  David Engster  <dengste@eml.cc>
15528
15529         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15530         version 0.5.
15531
15532 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15533
15534         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15535         instead of making an extra function call.  Don't add the current group
15536         to articles only when they have the group.  Use
15537         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15538         Reported by David <de_bb@arcor.de>.
15539
15540 2008-02-24  Miles Bader  <miles@gnu.org>
15541
15542         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15543         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15544         (mm-find-mime-charset-region):
15545         * mm-bodies.el (mm-encode-body):
15546         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15547
15548 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15551         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15552
15553 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15554
15555         * mail-source.el (mail-source-delete-incoming): Change default.
15556         Supplement doc string.
15557
15558         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15559
15560 2008-02-14  Glenn Morris  <rgm@gnu.org>
15561
15562         * time-date.el (format-seconds): New function.
15563
15564 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15565
15566         * nnmail.el (nnmail-message-id-cache-file): Derive from
15567         `gnus-home-directory'.
15568
15569 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15572         Document negative prefix.
15573
15574         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15575
15576 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15577
15578         * message.el (message-unsent-separator): Add the Exim bounce
15579         separator.
15580
15581 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15582
15583         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15584         list.
15585         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15586         recipient/signer list.
15587
15588 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * Makefile.in (datarootdir): Define.
15591         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15592         name that might contain whitespace.
15593
15594 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15595
15596         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15597         fbound (Emacs 23 unicode), signal an error.
15598
15599 2008-02-08  Glenn Morris  <rgm@gnu.org>
15600
15601         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15602
15603 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15604
15605         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15606         ports to the calls to `netrc-machine-user-or-password' in addition to
15607         "imap" and "imaps".
15608
15609 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15610
15611         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15612
15613         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15614
15615 2008-02-01  Kenichi Handa  <handa@m17n.org>
15616
15617         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15618         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15619         (rfc2104-hash): Convert the result of concat to unibyte string.
15620
15621 2008-02-01  Dave Love  <fx@gnu.org>
15622
15623         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15624         coding-system-for-read.
15625         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15626
15627 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15630         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15631         <hanche@math.ntnu.no>.
15632
15633 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15636
15637         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15638
15639 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15640
15641         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15642         * message.el (message-beginning-of-line): Use featurep instead of bound
15643         tests in order to resolve conditionals at compile time.
15644
15645 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15646
15647         * mail-source.el (mail-sources): Add `group' choice.
15648
15649         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15650         parameter `in-group' to control into which group the articles go.
15651         Add treatment of `group' mail-source.
15652
15653 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15656
15657         * mm-decode.el (mm-dissect-buffer): Decode description.
15658
15659         * mml.el (mml-to-mime): Encode message header first.
15660
15661 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15664         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15665
15666         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15667         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15668
15669 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15670
15671         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15672
15673 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15676         prefix keys.
15677         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15678         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15679         gnus-xmas.el.
15680
15681         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15682         (gnus-xmas-article-describe-bindings): New function.
15683         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15684         gnus-xmas-article-describe-bindings.
15685
15686         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15687
15688 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15689
15690         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15691         Add new variables for article mark management.
15692         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15693         list of extra data entries which, when present, will indicate that the
15694         article ID should not be trimmed from the registry.
15695         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15696         functions.
15697         (gnus-registry-read-mark): New function to read a mark name from the
15698         user.
15699         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15700         (gnus-registry-set-article-mark-internal): New functions to add and
15701         remove marks.
15702         (gnus-registry-get-article-marks): New function to show the marks for
15703         an article, or retrieve them for further use.
15704
15705 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15708         keys when no argument is given.
15709
15710 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15711
15712         * imap.el (imap-ping-server): New variable.
15713         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15714         (imap-ping-server): Minor doc string fixes.
15715
15716 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15717
15718         * imap.el (imap-ping-server): New function.
15719         (imap-opened): Call imap-ping-server.
15720
15721 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * gnus-sum.el (gnus-article-sort-by-random)
15724         (gnus-thread-sort-by-random): Fix doc strings.
15725         Reported by jidanni@jidanni.org.
15726
15727 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * gnus-art.el (gnus-article-describe-bindings): New function.
15730         (gnus-article-read-summary-keys): Use it.
15731         (gnus-article-mode-map): Bind `C-h b' to it.
15732
15733 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15736         XEmacs.
15737         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15738         Protect against non-character events.
15739
15740         * lpath.el: Fbind map-keymap for Emacs 21.
15741
15742 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15743
15744         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15745         New command.
15746         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15747         instead of END.  Change name of the temp file.
15748         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15749         customizable.
15750
15751 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15754         bind `S W' to gnus-article-wide-reply-with-original; set default
15755         binding to gnus-article-read-summary-send-keys.
15756         (gnus-article-read-summary-keys): Fix the order of keys; display
15757         continuation keys correctly in the echo area; describe bindings
15758         correctly when keys end with `C-h'.
15759         (gnus-article-read-summary-send-keys): New function.
15760         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15761         Work for gnus-article-read-summary-send-keys; display continuation keys
15762         correctly in the echo area.
15763         (gnus-article-reply-with-original): Ignore prefix argument.
15764         (gnus-article-wide-reply-with-original): New function.
15765
15766         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15767         Emacs 21.
15768
15769 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15772         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15773
15774 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15775
15776         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15777         (gnus-group-read-ephemeral-gmane-group): New command.
15778
15779 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15780
15781         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15782
15783 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15784
15785         * message.el (message-send-mail-function): Increase custom version.
15786
15787         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15788         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15789
15790 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15791
15792         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15793         for the cases where imap-authenticate is called with a nil buffer
15794         parameter.
15795
15796 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15797
15798         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15799         html parts correctly; support forwarded messages.
15800         (gnus-article-browse-html-article): Remove work buffers.
15801
15802         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15803         compiling.
15804         (netrc-bound-and-true-p): New macro.
15805         (netrc-parse): Use it instead of bound-and-true-p that is not available
15806         in XEmacs 21.4.
15807
15808 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15809
15810         * gnus-registry.el (gnus-registry-mark-article)
15811         (gnus-registry-article-marks): Add functionality to mark articles
15812         through the Gnus registry.
15813
15814         * encrypt.el: Clarify documentation for the new pgg method.
15815         (encrypt-file-alist): Add PGG option.
15816         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15817         functionality.  Abstract password key and messaging to external
15818         functions.
15819         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15820         (encrypt-message-method-and-cipher): Add new convenience external
15821         functions.
15822         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15823         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15824
15825         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15826         (netrc-parse): Use encrypt-file-alist to determine if
15827         encrypt-find-model or encrypt-insert-file-contents should be used.
15828
15829         * encrypt.el: Clarify documentation.  Load password-cache or
15830         password, whichever one is found first, instead of autoloading.
15831
15832 2007-12-19  Glenn Morris  <rgm@gnu.org>
15833
15834         * mml.el (message-options-set, message-narrow-to-head)
15835         (message-in-body-p, message-mail-p, message-encode-message-body):
15836         Autoload.
15837         (message-remove-header, message-narrow-to-headers-or-head)
15838         (message-subscribed-p, message-make-mail-followup-to)
15839         (message-position-on-field, message-news-p)
15840         (message-options-set-recipient, message-generate-headers)
15841         (message-sort-headers): Declare as functions.
15842
15843 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15846         convention in doc string.
15847
15848 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15851         title to html parts.
15852         (gnus-article-browse-html-article): Pass message header to it.
15853
15854         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15855
15856 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15859         or password compatible with XEmacs.
15860
15861 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15862
15863         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15864         format document.
15865         (gnus-mime-delete-part): Don't write description line if empty.
15866         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15867
15868 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15869
15870         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15871         (gnus-summary-mark-read-and-unread-as-read)
15872         (gnus-summary-mark-current-read-and-unread-as-read)
15873         (gnus-summary-mark-unread-as-ticked): Doc fix.
15874         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15875
15876 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15877
15878         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15879         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15880
15881 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15882
15883         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15884         yes-or-no-p.
15885
15886 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * mm-decode.el (mm-add-meta-html-tag): New function.
15889         (mm-save-part-to-file, mm-pipe-part): Use it.
15890
15891         * gnus-art.el (gnus-article-browse-delete-temp-files):
15892         Use gnus-y-or-n-p instead of y-or-n-p.
15893         (gnus-article-browse-html-parts): Work with message/external-body; use
15894         mm-add-meta-html-tag.
15895
15896 2007-12-11  Glenn Morris  <rgm@gnu.org>
15897
15898         * gnus-cache.el: Require gnus-sum not just when compiling.
15899
15900         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15901
15902         * gnus-int.el (gnus-server-opened, gnus-status-message):
15903         Move definitions before use.
15904
15905         * mm-decode.el: Require gnus-util.
15906         (mm-remove-part): Only call delete-annotation on XEmacs.
15907
15908         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15909
15910         * nnmail.el: Require gnus-int.
15911
15912         * spam.el: Move `require's before `eval-when-compile's.
15913
15914         * gnus-ems.el (gnus-alive-p):
15915         * gnus-fun.el (message-goto-eoh):
15916         * gnus-util.el (gnus-group-name-decode):
15917         * mail-source.el (gnus-compress-sequence):
15918         * message.el (Info-goto-node, format-spec):
15919         * mm-bodies.el (message-options-get):
15920         * mm-decode.el (mm-view-pkcs7):
15921         * mm-util.el (gmm-write-region):
15922         * mml-smime.el (mml-compute-boundary)
15923         (gnus-completing-read-with-default):
15924         * mml.el (widget-button-press, gnus-make-hashtable):
15925         * mml1991.el (mm-decode-content-transfer-encoding)
15926         (mm-encode-content-transfer-encoding)
15927         (message-options-get, message-options-set):
15928         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15929         * nnfolder.el (gnus-request-group):
15930         * nnheader.el (ietf-drums-unfold-fws):
15931         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15932         * smime.el (gnus-run-mode-hooks):
15933         * spam-stat.el (gnus-message): Autoload.
15934
15935         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15936         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15937         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15938         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15939         Add declare-function compatibility definition.
15940
15941         * gnus-cache.el (nnvirtual-find-group-art):
15942         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15943         (gnus-add-image, gnus-add-wash-type):
15944         * gnus-group.el (nnkiboze-score-file):
15945         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15946         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15947         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15948         (message-tokenize-header, gnus-get-buffer-create)
15949         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15950         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15951         * gnus.el (gnus-group-decoded-name):
15952         * mail-source.el (imap-capability):
15953         * mm-bodies.el (message-options-set):
15954         * mm-decode.el (gnus-configure-windows):
15955         * mm-extern.el (message-goto-body):
15956         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15957         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15958         (epg-sub-key-validity, message-options-set):
15959         * mml.el (widget-event-point, gnus-configure-windows):
15960         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15961         * mml2015.el (epg-check-configuration, epg-configuration)
15962         (message-options-set):
15963         * nndb.el (nndb-request-article):
15964         * nnfolder.el (gnus-request-create-group):
15965         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15966         * nnmaildir.el (gnus-group-mark-article-read):
15967         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15968         * rfc1843.el (message-fetch-field):
15969         * spam.el (gnus-extract-address-components):
15970         Declare as functions.
15971
15972 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15973
15974         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15975
15976         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15977
15978         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15979         bind show-trailing-whitespace for XEmacs.
15980
15981 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15982
15983         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15984         new no-op macro for backward compatibility.
15985
15986         * imap.el (imap-string-to-integer): New function.
15987
15988 2007-12-09  Glenn Morris  <rgm@gnu.org>
15989
15990         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15991
15992         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15993         * message.el, mm-view.el, sieve-manage.el, smime.el:
15994         Add declare-function compatibility definition.
15995
15996         * gnus-art.el (w3-region, w3m-region, Info-menu):
15997         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15998         * gnus-sum.el (gnus-get-predicate):
15999         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16000         * message.el (mail-abbrev-in-expansion-header-p):
16001         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16002         (w3m-detect-meta-charset, w3m-region):
16003         * sieve-manage.el (password-read, password-cache-add)
16004         (password-cache-remove):
16005         * smime.el (password-read-and-add): Declare as functions.
16006
16007 2007-12-08  David Kastrup  <dak@gnu.org>
16008
16009         * gnus-sum.el (gnus-summary-simplify-subject-query):
16010         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16011         `message'.
16012
16013 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16016         it to bind idna-program, installation-directory, defined-colors, and
16017         face-attribute for XEmacs of the version that compiles defcustom forms.
16018
16019 2007-12-07  Glenn Morris  <rgm@gnu.org>
16020
16021         * gnus-art.el (article-make-date-line): Revert previous change.
16022
16023 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16026
16027 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16028
16029         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16030         Call gnus-add-to-range ranges only once with a prepared article-list.
16031
16032 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16033
16034         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16035         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16036         group names with backslashes.
16037         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16038
16039 2007-12-06  Deepak Goel  <deego3@gmail.com>
16040
16041         * gnus-art.el (article-make-date-line):
16042         * gnus-start.el (gnus-load):
16043         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16044
16045 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * gnus-art.el (gnus-use-idna):
16048         * gnus-start.el (gnus-site-init-file):
16049         * message.el (message-use-idna):
16050         * mm-uu.el (mm-uu-hide-markers):
16051         * smiley.el (smiley-style): Revert changes that suppress warnings.
16052
16053 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16056         specify charset to html source.
16057         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16058
16059 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16060
16061         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16062         idna-program in order to suppress byte compile warning issued by XEmacs
16063         that came to byte compile the default value section of defcustom forms
16064         recently.
16065
16066         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16067         value of installation-directory.
16068
16069         * message.el (message-use-idna): Don't directly refer to the value of
16070         idna-program.
16071
16072         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16073
16074         * smiley.el (smiley-style): Don't directly call face-attribute.
16075
16076 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16077
16078         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16079
16080         * gnus-dired.el: Reduce Gnus dependencies.
16081         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16082         Don't require.  Use autoloads instead.
16083         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16084         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16085         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16086         (gnus-dired-mode): Adjust doc string.
16087         (gnus-dired-mail-mode): New variable.
16088         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16089         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16090         (gnus-dired-mail-buffers): New function.  Return mail or message
16091         composition buffers.
16092         (gnus-dired-attach): Use it.
16093         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16094         NO-DECODE.
16095         (gnus-dired-print): Use `gnus-print-buffer' depending on
16096         `gnus-dired-mail-mode'.
16097
16098 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * rfc2047.el (rfc2047-encoded-word-regexp)
16101         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16102         explaining what regexp patterns are for.
16103
16104 2007-12-04  Glenn Morris  <rgm@gnu.org>
16105
16106         * password.el: Move to password-cache.el.
16107
16108         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16109         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16110         * mml-smime.el (password-read, password-cache-add)
16111         (password-cache-remove):
16112         No need to autoload, since mml-sec requires password.
16113
16114         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16115         * message.el (gnus-extract-address-components):
16116         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16117
16118         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16119         password.
16120
16121 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16122
16123         * mailcap.el: Reduce dependencies.
16124         (mail-header-parse-content-type): Autoload.
16125         (mailcap-delete-duplicates): New alias.
16126         (mailcap-mime-info): Add optional argument NO-DECODE.
16127         (mailcap-mime-types): Use mailcap-delete-duplicates.
16128
16129         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16130
16131 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16132
16133         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16134         (imap-parse-status): Upcase status-att for servers that sends them
16135         lower-case (e.g., MS Exchange 2007).
16136
16137 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16138
16139         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16140         function.
16141
16142         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16143         (gnus-uu-yenc-article): New function.
16144
16145         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16146
16147         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16148
16149 2007-12-02  Glenn Morris  <rgm@gnu.org>
16150
16151         * binhex.el (binhex): New custom group.
16152         (binhex-decoder-program, binhex-decoder-switches)
16153         (binhex-use-external): Move to the binhex custom group.
16154
16155         * uudecode.el (uudecode): New custom group.
16156         (uudecode-decoder-program, uudecode-decoder-switches)
16157         (uudecode-use-external): Move to the uudecode custom group.
16158
16159         * netrc.el (top-level): Don't load `encrypt' features.
16160         (netrc-parse): Don't use encrypt.
16161         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16162
16163         * encrypt.el: Remove file.
16164
16165 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16166
16167         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16168         matches on patches.
16169
16170         * gnus-art.el (gnus-article-browse-html-article):
16171         Mention `mm-text-html-renderer' in the doc string.
16172
16173         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16174         string.  Add comments.
16175
16176         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16177         if rhs is ASCII.
16178
16179 2007-12-01  Glenn Morris  <rgm@gnu.org>
16180
16181         * mail-source.el (top-level): Require format-spec before
16182         eval-when-compile.
16183
16184 2007-11-30  Glenn Morris  <rgm@gnu.org>
16185
16186         * encrypt.el: Require password, rather than autoloading password-read.
16187
16188 2007-11-29  Glenn Morris  <rgm@gnu.org>
16189
16190         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16191         (sasl-make-client, sasl-next-step, sasl-step-data)
16192         (sasl-step-set-data): Declare as functions.
16193
16194 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16195
16196         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16197
16198 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16199
16200         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16201         certs should be verified and what is to be done in the event of a
16202         verification failure.
16203
16204         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16205         caller can indicate whether the cache should be disregarded for this
16206         call.  This way the result of the call is reproducible at all times and
16207         can be considered a canonical server name for the supplied method.
16208         (gnus-agent-method-p): Canonicalize server names by pushing their
16209         method through `gnus-method-to-server' using the no-cache argument.
16210
16211         * gnus-srvr.el (gnus-server-insert-server-line):
16212         Call `gnus-method-to-server' with `no-cache' argument.
16213
16214         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16215         gnus-agent-possibly-synchronize-flags as this should be called when the
16216         server is actually being opened.
16217         (gnus-agent-possibly-synchronize-flags)
16218         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16219         flags file of an agentized server to the latter function.
16220
16221         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16222         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16223         after a connection has been established successfully.
16224
16225 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * gnus-art.el (article-display-face): Force to display face if called
16228         interactively; check if gnus-article-x-face-too-ugly matches author.
16229         (article-display-x-face): Display face even if From header is missing
16230         as article-display-face does.
16231
16232 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16233
16234         * hashcash.el (message-narrow-to-headers-or-head)
16235         (message-fetch-field, message-goto-eoh)
16236         (message-narrow-to-headers): Declare as functions.
16237
16238 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16239
16240         * mail-source.el (mail-sources): Default to fetch from file for
16241         compatibility with default of nnmail-spool-file.
16242
16243 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16246         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16247         to look for encoded word that should be encoded again.
16248         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16249         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16250         encoding pattern.
16251         (rfc2047-decode-region): Switch strict regexp and loose one according
16252         to rfc2047-allow-irregular-q-encoded-words.
16253
16254 2007-11-25  Romain Francoise  <romain@orebokech.com>
16255
16256         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16257
16258 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16259
16260         * tls.el (tls-program): Provide more custom choices from
16261         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16262         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16263
16264 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16265
16266         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16267         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16268
16269         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16270         `nnmail-spool-file'.
16271
16272         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16273         `nnmail-spool-file'.
16274
16275         * gnus-move.el (gnus-change-server): Ditto.
16276
16277         * gnus-kill.el (gnus-batch-score): Ditto.
16278
16279         * gnus-cache.el (gnus-jog-cache): Ditto.
16280
16281         * gnus-msg.el (gnus-summary-reply):
16282         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16283
16284 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16285
16286         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16287         version.  Minor improvement to doc strings.
16288         (tls-program): Add comment.
16289
16290 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16291
16292         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16293         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16294         mismatch between the hostname provided in the certificate and the name
16295         of the host connnecting to.
16296         (open-tls-stream): Use them.  Check certificates against trusted root
16297         certificates.
16298
16299 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16300
16301         * gnus-cache.el (gnus-cache-generate-nov-databases):
16302         Use nnml-generate-nov-databases-directory instead of
16303         nnml-generate-nov-databases-1.
16304
16305 2007-11-24  Glenn Morris  <rgm@gnu.org>
16306
16307         * message.el (message-tool-bar-retro): Update for rename
16308         mail_send.xpm->mail-send.xpm.
16309
16310 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16311
16312         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16313         `smime-ldap-search' for Emacs 22 and up.
16314
16315 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16316
16317         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16318
16319         * message.el (message-send-mail-function): Fix error convention.
16320         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16321         (message-widen-reply, message-send-mail, message-talkative-question)
16322         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16323         (message-clone-locals, message-send-news): Use with-current-buffer.
16324         (message-insert-or-toggle-importance): Remove unused var `valid'.
16325         (message-make-references): Remove unused var `new-references'.
16326         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16327
16328 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16329
16330         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16331         (spam-split-symbolic-return-positive): Reflow docstring.
16332         (spam-backends, spam-summary-exit-behavior)
16333         (spam-mark-ham-unread-before-move-from-spam-group)
16334         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16335         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16336         (spam-clear-cache, spam-backend-check, spam-install-backend)
16337         (spam-install-statistical-backend, spam-list-of-processors)
16338         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16339         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16340         (spam-check-crm114, spam-initialize, spam-unload-hook):
16341         Fix typos in docstrings.
16342
16343 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16346         been checked if they have never been read and those group levels are
16347         higher than the one that a user specified.
16348
16349 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16352         foreign groups unless a group level is specified by a user.
16353         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16354
16355 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16356
16357         * message.el (message-send-mail-function): Require sendmail.
16358
16359 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16360
16361         * message.el (message-send-mail-function): Check for smtpmail too.
16362
16363         * utf7.el (utf7-encode, utf7-decode): Use coding system
16364         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16365
16366         * message.el (message-send-mail-function): New function.
16367         (message-send-mail-function): Set default using
16368         message-send-mail-function.  Adjust doc string.
16369         (message-send-mail-with-mailclient): New function.
16370
16371 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16372
16373         * smime.el (from):
16374         * rfc2047.el (message-posting-charset):
16375         * qp.el (mm-use-ultra-safe-encoding):
16376         * pop3.el (parse-time-months):
16377         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16378         * nnml.el (files):
16379         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16380         (jka-compr-compression-info-list, ange-ftp-path-format)
16381         (efs-path-regexp):
16382         * nndiary.el (files):
16383         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16384         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16385         (epg-digest-algorithm-alist, inhibit-redisplay)
16386         (password-cache-expiry):
16387         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16388         (pgg-output-buffer, password-cache-expiry):
16389         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16390         (efs-path-regexp):
16391         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16392         (inhibit-redisplay):
16393         * mm-uu.el (file-name, start-point, end-point, entry)
16394         (gnus-newsgroup-name, gnus-newsgroup-charset):
16395         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16396         (latin-unity-ucs-list):
16397         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16398         (mm-uu-binhex-decode-function):
16399         * message.el (gnus-message-group-art, gnus-list-identifiers)
16400         (rmail-enable-mime-composing, gnus-local-organization)
16401         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16402         (gnus-read-active-file, facemenu-add-face-function)
16403         (facemenu-remove-face-function, gnus-article-decoded-p)
16404         (tool-bar-mode):
16405         * mail-source.el (display-time-mail-function):
16406         * gnus-util.el (nnmail-pathname-coding-system)
16407         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16408         (gnus-original-article-buffer, gnus-user-agent)
16409         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16410         (xemacs-codename, sxemacs-codename, emacs-program-version):
16411         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16412         * gnus-start.el (gnus-agent-covered-methods)
16413         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16414         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16415         (gnus-newsgroup-headers, gnus-group-list-mode)
16416         (gnus-group-mark-positions, gnus-newsgroup-data)
16417         (gnus-newsgroup-unreads, nnoo-state-alist)
16418         (gnus-current-select-method, mail-sources)
16419         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16420         (nnmail-spool-file, gnus-cache-active-hashtb):
16421         * gnus-mh.el (mh-lib-progs):
16422         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16423         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16424         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16425         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16426         (gnus-group-buffer):
16427         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16428         (font-lock-set-defaults):
16429         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16430         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16431         (gnus-summary-post-menu, total-parts, type, condition, length):
16432         * gnus-agent.el (gnus-agent-read-agentview):
16433         * flow-fill.el (show-trailing-whitespace):
16434         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16435         eval-and-compile wrappers for byte compiler pacifiers.
16436
16437         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16438         (mm-display-inline-fontify): Check for featurep 'xemacs not
16439         extent-list.
16440
16441         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16442         itimer-list.
16443         (mm-create-image-xemacs): Only do something for XEmacs.
16444         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16445
16446         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16447
16448         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16449         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16450
16451 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16452
16453         * nnimap.el (nnimap-split-download-body):
16454         * gnus-demon.el (gnus-demon):
16455         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16456
16457 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16460         New macros.
16461         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16462         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16463         copy data from unibyte buffer to multibyte current buffer.
16464         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16465         to copy data from unibyte current buffer to multibyte buffer.
16466         (nntp-make-process-buffer): Make process buffer unibyte.
16467
16468         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16469
16470 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16471
16472         * pop3.el (pop3-open-server): Accept and process data more robustly at
16473         connection start to avoid spurious "POP SSL connection failed" errors.
16474
16475 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16478         read group names.
16479
16480 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16481
16482         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16483
16484 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16487         (nnmail-save-active): Use a unibyte buffer when saving active file,
16488         which may contain non-ASCII group names.
16489
16490         * nnml.el (nnml-request-group): Decode group names in messages.
16491
16492 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16493
16494         * message.el (message-citation-line-function)
16495         (message-insert-formatted-citation-line): Fix spelling of
16496         `message-insert-formated-citation-line'.
16497
16498 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16501
16502 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16503
16504         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16505         nnmail-pathname-coding-system.
16506
16507         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16508         that a user enters; decode group names in messages.
16509
16510         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16511
16512 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16513
16514         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16515
16516         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16517
16518         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16519         risky local variable.
16520
16521         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16522
16523 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16524
16525         * encrypt.el: Improve documentation to fix function name typo.
16526         Reported by Daiki Ueno <ueno@unixuser.org>.
16527
16528 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16531         even if the point is not in the last page of an article.
16532         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16533         back to the previous page.
16534
16535 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16536
16537         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16538
16539 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16542
16543 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16544
16545         * message.el (message-check-news-body-syntax):
16546         Avoid mm-string-as-multibyte.
16547         (message-hide-headers): Don't assume (point-min)==1.
16548
16549 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * message.el (message-remove-blank-cited-lines): Fix if remove is
16552         given.
16553         (message-bogus-address-regexp): New variable.
16554         (message-bogus-recipient-p): New function.
16555         (message-check-recipients): New command.
16556         (message-syntax-checks): Add `bogus-recipient'.
16557         (message-fix-before-sending): Add `bogus-recipient'.
16558
16559         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16560         (gnus-treat-body-boundary): Don't test window-system.
16561
16562 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16563
16564         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16565
16566 2007-10-28  Miles Bader  <miles@gnu.org>
16567
16568         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16569         at compile-time too.
16570
16571 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16572
16573         * gnus-msg.el (gnus-message-setup-hook):
16574         Add `message-remove-blank-cited-lines' to options.
16575
16576 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16577
16578         * message.el (message-remove-blank-cited-lines): New function.
16579         Suggested by Karl Plästerer.
16580
16581 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16582
16583         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16584         mapc.
16585
16586         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16587         (top-level): Use mapc to set functions to be traced for debugging.
16588
16589         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16590         called for effect with while loop.
16591
16592         * message.el (message-talkative-question): Replace mapcar called for
16593         effect with mapc.
16594
16595         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16596         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16597         called for effect with dolist.
16598
16599         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16600
16601         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16602         gnus-extra-headers and nnmail-extra-headers.
16603
16604         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16605         called for effect with dolist.
16606         (top-level): Use mapc to set functions to be traced for debugging.
16607
16608         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16609         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16610         dolist.
16611
16612         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16613         Replace mapcar called for effect with mapc.
16614         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16615         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16616         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16617         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16618
16619         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16620         remove-if that's a cl function.
16621
16622         * webmail.el (webmail-debug): Replace mapcar called for effect with
16623         dolist.
16624
16625         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16626         with mapc.
16627
16628 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16631         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16632         with while loop.
16633
16634         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16635         functions from article-* functions.
16636         (gnus-multi-decode-header): Replace mapcar called for effect with
16637         dolist.
16638
16639         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16640         (gnus-bookmark-show-details): Replace mapcar called for effect with
16641         while loop.
16642
16643         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16644         called for effect with while loop.
16645
16646         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16647         with dolist.
16648
16649         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16650         Replace mapcar called for effect with dolist.
16651
16652         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16653
16654         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16655         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16656         Replace mapcar called for effect with dolist.
16657         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16658         mapc.
16659
16660         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16661         Replace mapcar called for effect with dolist.
16662         (gnus-topic-list): Replace mapcar called for effect with mapc.
16663
16664         * gnus.el: Use mapc instead of mapcar to add autoloads.
16665
16666 2007-10-23  Richard Stallman  <rms@gnu.org>
16667
16668         * gnus-group.el (gnus-group-highlight): Mark as risky.
16669
16670 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * gnus.el (gnus-server-to-method): Return method found first in
16673         gnus-newsrc-alist.
16674
16675         * gnus-art.el (gnus-article-highlight-signature)
16676         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16677         button overlay without the front stickiness.
16678
16679 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16680
16681         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16682         overview buffer needed a catch to receive its throw.
16683         (gnus-agent-flush-cache): Declare as interactive to make this function
16684         easier to use.
16685
16686 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16687
16688         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16689         `next-line'.
16690
16691 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16694         exclude address matching message-dont-reply-to-names.
16695
16696 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * gnus-util.el (gnus-string<): New function.
16699
16700         * gnus-sum.el (gnus-article-sort-by-author)
16701         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16702
16703 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16704
16705         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16706         the frame-focus tag is set in gnus-buffer-configuration.
16707
16708 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16711         the front stickiness.
16712
16713 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16716         url pattern; remove duplicate one.
16717         (gnus-article-extend-url-button): New function.
16718         (gnus-article-add-buttons): Use it.
16719         (gnus-button-push): Use concatenated url that it makes.
16720
16721 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16722
16723         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16724
16725 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16726
16727         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16728         Don't hardcode point-min==1.
16729
16730 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16731
16732         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16733         Fix comment about "iso8859-1".
16734
16735 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16736
16737         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16738         ones returned from the verify-function.
16739
16740         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16741         Call mml2015-extract-cleartext-signature if extraction failed.
16742
16743 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16744
16745         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16746         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16747         failed.
16748
16749 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16750
16751         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16752
16753 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16754
16755         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16756         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16757         recommends to use EasyPG instead of PGG.
16758
16759         * pgg.el: Revert to revision 6.23.2.16.
16760
16761         * pgg-def.el: Revert to revision 6.6.2.14.
16762
16763         * pgg-gpg.el: Revert to revision 6.23.2.34.
16764
16765 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16766
16767         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16768         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16769         thread for both the null and zero (kill/expire thread) universal prefix
16770         cases.
16771         (gnus-summary-expire-thread): Add new function to expire a thread,
16772         using gnus-summary-kill-thread.
16773         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16774         shortcuts for gnus-summary-expire-thread.
16775         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16776         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16777
16778 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16779
16780         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16781         extras value, so an extras entry can be deleted.
16782         (gnus-registry-delete-extra-entry): Use it.
16783         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16784         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16785         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16786         storage through the gnus-registry, and provide an appropriate API for
16787         it.
16788
16789 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16792         Suggested by Leo <sdl.web@gmail.com>.
16793
16794         * gnus.el: Do.
16795
16796 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16799         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16800
16801         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16802
16803         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16804         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16805
16806 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16809         newline.
16810         (nnmbox-request-accept-article): Don't change article in source buffer;
16811         narrow to header to use message-fetch-field rather than
16812         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16813         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16814         as delimiters; make sure article ends with newline.
16815         (nnmbox-delete-mail): Correct last position of article to be deleted;
16816         ignore X-Gnus-Newsgroup header in article body.
16817         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16818         positions; make sure article ends with newline.
16819
16820         * message.el (message-display-abbrev): Don't infloop when a user
16821         inserts SPC in the beginning of header.
16822
16823         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16824         coding-system-for-read and coding-system-for-write for XEmacs having no
16825         file-coding feature.
16826
16827         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16828
16829 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16830
16831         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16832         list of groups not followed by default.  Fix type to be regexp.
16833         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16834
16835 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16836
16837         * hmac-def.el (define-hmac-function): Switch from old-style to
16838         new-style backquotes.
16839
16840         * md4.el (md4-make-step): Likewise.
16841
16842 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16845         raw-text coding system when saving .newsrc file, which may contain
16846         non-ASCII group names.
16847
16848 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * gnus-cus.el (gnus-score-extra): New widget.
16851         (gnus-score-extra-convert): New function.
16852         (gnus-score-customize): Use it for Extra.
16853
16854 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16855
16856         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16857         (mml2015-mailcrypt-clear-verify): Use it.
16858         (mml2015-gpg-clear-verify): Use it.
16859         (mml2015-pgg-clear-verify): Use it.
16860         (mml2015-epg-clear-verify): Replace the current part with the output
16861         from GnuPG; don't extract the plaintext by itself.
16862
16863         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16864         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16865         mml2015-clear-verify-function; don't touch the armor headers or
16866         dash-escaped text here.
16867
16868 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16871         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16872         parts, or application/octet-stream as a last resort.
16873         (gnus-mime-view-part-as-type): Don't toggle display.
16874         (gnus-mime-view-part-as-charset): Don't turn off display before
16875         querying charset.
16876
16877         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16878         stuff to undisplayer function in Emacs.
16879         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16880
16881         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16882         text/calendar parts.
16883
16884 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16887         decoding text/calendar parts.
16888
16889         * message.el (message-forward-make-body-mime): Always mark body as
16890         having no illegible text; remove signed-or-encrypted argument.
16891         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16892
16893         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16894         (mml-generate-mime-1): Don't encode body if it is specified to be in
16895         raw form; don't make buffer be unibyte when inserting multibyte string.
16896
16897 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16898
16899         * sha1.el: Fix up comment style.
16900         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16901         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16902
16903         * hex-util.el: Fix up comment style.
16904         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16905
16906         * gnus-salt.el: Use with-current-buffer.
16907         (gnus-pick-setup-message): Fix long-standing typo.
16908
16909 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * imap.el (imap-logout-timeout): New variable.
16912         (imap-logout, imap-logout-wait): New functions.
16913         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16914
16915         * nnimap.el (nnimap-logout-timeout): New server variable.
16916         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16917         nnimap-logout-timeout.
16918
16919         * gnus-art.el (gnus-article-summary-command-nosave)
16920         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16921
16922 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16923
16924         * gnus.el (gnus-maximum-newsgroup): New variable.
16925
16926         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16927         according to gnus-maximum-newsgroup.
16928
16929         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16930         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16931         Limit the range of articles according to gnus-maximum-newsgroup.
16932
16933 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16934
16935         * gnus-art.el (gnus-sticky-article): Fix problems described in
16936         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16937         Don't perform gnus-configure-windows here; reuse existing sticky
16938         article buffer.
16939
16940         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16941         it doesn't exist in gnus-article-mode.
16942
16943 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16946         (gnus-agent-decoded-group-name): New function.
16947         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16948         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16949
16950 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16951
16952         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16953         Add binding for gnus-sticky-article.
16954         (gnus-summary-exit): Don't kill sticky article buffers.
16955
16956         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16957         article buffer.
16958         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16959         (gnus-kill-sticky-article-buffers): New commands.
16960
16961 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * nntp.el (nntp-xref-number-is-evil): New server variable.
16964         (nntp-find-group-and-number): If it is non-nil, don't trust article
16965         numbers in the Xref header.
16966
16967 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16968
16969         * gnus-agent.el (gnus-agent-read-group): New function.
16970         (gnus-agent-flush-group, gnus-agent-expire-group)
16971         (gnus-agent-regenerate-group): Use it.
16972         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16973         nnmail-pathname-coding-system.
16974
16975 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16978
16979         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16980         that are unread as unread, and also as selected so that information of
16981         marks having been changed by a user may be updated when exiting group.
16982
16983 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16984
16985         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16986
16987 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16990         calculated ignoring signature parts to gnus-treat-article.
16991
16992 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16995         a point here in order to keep the window start.
16996         (gnus-insert-mime-security-button): Make a button overlay without the
16997         front stickiness.
16998         (gnus-mime-display-security): Goto the end of a button.
16999
17000         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17001
17002 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17005         group-name-at-point.
17006         (gnus-group-completing-read): New function that offers decoded
17007         non-ASCII group names for completion.
17008         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17009         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17010         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17011         (gnus-group-fetch-control): Use it.
17012         (gnus-fetch-group): Use group-name-at-point for the initial value
17013         rather than the default value; use gnus-alive-p.
17014
17015         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17016         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17017         (gnus-summary-post-news): Use gnus-group-completing-read.
17018
17019         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17020         (gnus-read-move-group-name): Decode group name for completion.
17021
17022 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17023
17024         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17025         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17026         Yamaoka slightly modified the code).
17027
17028 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17031         (nnmail-split-incoming): Bind it.
17032
17033         * nnml.el (nnml-group-name-charset): New function.
17034         (nnml-decoded-group-name): Use it; don't decode group name if
17035         nnmail-group-names-not-encoded-p is non-nil.
17036         (nnml-encoded-group-name): New function.
17037         (nnml-group-pathname): Inline nnml-decoded-group-name.
17038         (nnml-request-expire-articles): Decode group name in message.
17039         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17040         nnmail-pathname-coding-system.
17041         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17042         not decoded ones according to nnmail-group-names-not-encoded-p.
17043         (nnml-generate-active-info): Use nnml-encoded-group-name.
17044
17045 2007-08-08  Glenn Morris  <rgm@gnu.org>
17046
17047         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17048         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17049         doc-strings and comments.
17050
17051 2007-07-25  Glenn Morris  <rgm@gnu.org>
17052
17053         * Relicense all FSF files to GPLv3 or later.
17054
17055 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * gnus-sum.el (gnus-summary-move-article):
17058         Make gnus-summary-respool-article work.
17059
17060 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17061
17062         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17063         string.
17064
17065 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17066
17067         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17068         that should be ignored when comparing distant RSS articles with local
17069         ones.
17070         (nnrss-make-hash-index): New function.  Create a hash index according
17071         to the ignored fields.
17072         (nnrss-check-group): Use it.
17073
17074 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17077
17078         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17079
17080         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17081         the new optional argument ENCODED is non-nil.
17082         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17083         coding system for encoding group name.
17084         (gnus-group-make-rss-group): Pass un-encoded group name to
17085         gnus-group-make-group.
17086         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17087         encoded.
17088
17089         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17090         Encode group name to which articles are moved or copied.
17091         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17092         coding system for encoding Newsgroup, Followup-To and Xref headers.
17093
17094         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17095         marks; use nnheader-file-coding-system to write a file.
17096         (nnagent-retrieve-headers): Bind file-name-coding-system to
17097         nnmail-pathname-coding-system.
17098
17099         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17100
17101         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17102         (nnml-request-article, nnml-request-create-group)
17103         (nnml-request-rename-group, nnml-find-id)
17104         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17105         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17106         (nnml-save-marks): Use nnml-group-pathname instead of
17107         nnmail-group-pathname.
17108
17109         (nnml-request-create-group, nnml-request-expire-articles)
17110         (nnml-request-move-article, nnml-request-delete-group)
17111         (nnml-deletable-article-p, nnml-possibly-create-directory)
17112         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17113         (nnml-open-marks): Bind file-name-coding-system to
17114         nnmail-pathname-coding-system.
17115
17116         (nnml-request-article): Pass server argument to nnml-find-group-number.
17117         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17118         Pass server argument to nnml-possibly-create-directory.
17119         (nnml-request-accept-article): Pass server argument to
17120         nnml-active-number and nnml-save-mail.
17121         (nnml-find-group-number): Pass server argument to nnml-find-id.
17122         (nnml-request-update-info): Pass server argument to
17123         nnml-marks-changed-p.
17124
17125         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17126         (nnml-save-mail, nnml-active-number): Add server argument.
17127
17128         (nnml-request-delete-group): Warn if group is missing.
17129         (nnml-get-nov-buffer): Decode group name.
17130         (nnml-generate-active-info): Encode group name.
17131         (nnml-open-marks): Decode group name in messages.
17132
17133 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17136         if it is not specified.
17137         (gnus-article-pipe-part, gnus-article-save-part)
17138         (gnus-article-interactively-view-part, gnus-article-copy-part)
17139         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17140         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17141         (gnus-article-replace-part, gnus-article-delete-part)
17142         (gnus-article-view-part-as-type): Pass raw prefix argument to
17143         gnus-article-part-wrapper.
17144
17145 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * gnus-agent.el (gnus-agent-save-active):
17148         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17149
17150         * gnus-cache.el (gnus-cache-save-buffers)
17151         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17152         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17153         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17154         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17155         (gnus-cache-generate-active, gnus-cache-rename-group)
17156         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17157         (gnus-cache-update-overview-total-fetched-for):
17158         Bind file-name-coding-system to nnmail-pathname-coding-system.
17159         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17160         New variables.
17161         (gnus-cache-decoded-group-name): New function.
17162         (gnus-cache-file-name): Use it.
17163         (gnus-cache-generate-active): Use non-decoded group name for active.
17164
17165         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17166         right place.
17167         (gnus-write-active-file): Don't break non-ASCII group names.
17168
17169         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17170         nnmail-pathname-coding-system.
17171
17172         * lpath.el: Bind default-file-name-coding-system,
17173         file-name-coding-system and language-info-alist for XEmacs.
17174
17175         * gnus-uu.el (gnus-uu-decode-save): Typo.
17176
17177 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17180
17181 2007-07-14  David Kastrup  <dak@gnu.org>
17182
17183         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17184         finishing actions if we did not edit the article.
17185
17186 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17189         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17190         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17191         (gnus-agent-flush-group, gnus-agent-flush-cache)
17192         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17193         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17194         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17195         (gnus-agent-regenerate-group)
17196         (gnus-agent-update-files-total-fetched-for)
17197         (gnus-agent-update-view-total-fetched-for):
17198         Bind file-name-coding-system to nnmail-pathname-coding-system.
17199         (gnus-agent-group-pathname): Don't encode file names by
17200         nnmail-pathname-coding-system.
17201         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17202         coding-system-for-write instead of buffer-file-coding-system to
17203         gnus-agent-file-coding-system.
17204
17205         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17206         Decode group name.
17207
17208         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17209
17210         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17211         (gnus-read-newsrc-el-file): Make group names unibyte.
17212
17213         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17214         nnmail-pathname-coding-system.
17215
17216         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17217         (nnrss-request-delete-group): Bind file-name-coding-system to
17218         nnmail-pathname-coding-system.
17219         (nnrss-read-server-data, nnrss-read-group-data):
17220         Bind file-name-coding-system correctly.
17221         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17222
17223         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17224         (nntp-server-to-method-cache): New variable.
17225         (nntp-group-pathname): New function that decodes non-ASCII group names.
17226         (nntp-possibly-create-directory, nntp-marks-changed-p)
17227         (nntp-save-marks, nntp-open-marks): Use it.
17228         (nntp-possibly-create-directory, nntp-open-marks):
17229         Bind file-name-coding-system to nnmail-pathname-coding-system.
17230         (nntp-open-marks): Decode group names when bootstrapping marks.
17231
17232         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17233         Newsgroups and Followup-To headers.
17234
17235 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17238         (gnus-server-closed-face, gnus-server-denied-face)
17239         (gnus-server-offline-face): Remove variable.
17240         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17241
17242         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17243         of modifying message-stack directly for XEmacs.
17244
17245         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17246         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17247         if the coding-system argument is nil for XEmacs.
17248
17249         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17250         mm-charset-override-alist.
17251
17252         * rfc2047.el: Don't require base64; require rfc2045 for the function
17253         rfc2045-encode-string.
17254         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17255         to quote the parameter value.
17256
17257 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17260         form in gnus-group-name-charset-method-alist.
17261
17262         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17263         overrides the default layout edit-form.
17264
17265         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17266
17267         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17268
17269 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17272         as unfetched articles.
17273
17274 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17275
17276         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17277
17278 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17281         original back end that keeps marks in the local system.
17282
17283 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17284
17285         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17286         arg of pop-to-buffer for XEmacs.
17287         (gnus-article-read-summary-keys): Ditto; don't restore window
17288         configuration if summary command ends up with neither article buffer
17289         nor summary buffer; describe bindings if summary keys end with C-h.
17290
17291 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17292
17293         * message.el (message-fix-before-sending): Skip raw message part to be
17294         forwarded while checking illegible text.
17295         (message-forward-make-body-mime, message-forward-make-body):
17296         Mark signed or encrypted raw message as having no illegible text.
17297
17298 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17301         (gnus-message-with-timestamp-1): New macro.
17302         (gnus-message-with-timestamp): New function.
17303         (gnus-message): Use them.
17304
17305         * nnheader.el (nnheader-message): Use them.
17306
17307 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17308
17309         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17310         .newsrc.eld file.
17311
17312 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * gnus-agent.el (gnus-agent-fetch-headers)
17315         (gnus-agent-retrieve-headers):
17316         Bind gnus-decode-encoded-address-function to identity.
17317
17318         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17319         available also when the server returns simply a dot.
17320
17321         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17322
17323 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17324
17325         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17326
17327 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * gnus-ems.el (gnus-x-splash): Make it work.
17330
17331         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17332         from being used.
17333
17334         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17335
17336 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17339         4th and the 5th arguments.
17340
17341         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17342         the front stickiness.
17343         (gnus-article-summary-command-nosave): Correct the order of the
17344         arguments passed to pop-to-buffer.
17345         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17346         summary command ends up with the article buffer.
17347
17348         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17349         the same faces.
17350
17351 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17352
17353         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17354
17355 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17356
17357         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17358         * gnus-sum.el (gnus-summary-highlight):
17359         * pgg.el (pgg-sign-region, pgg-sign):
17360         * mail-source.el (mail-source-delete-old-incoming-confirm):
17361         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17362
17363 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17364
17365         * gnus-art.el (gnus-mime-view-part-externally)
17366         (gnus-mime-view-part-internally): Fix predicate function passed to
17367         completing-read.
17368
17369         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17370
17371         * gnus.el (gnus-update-message-archive-method): Add :version.
17372
17373 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * gnus.el (gnus-update-message-archive-method): New variable.
17376
17377         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17378         according to gnus-message-archive-method if
17379         gnus-update-message-archive-method is non-nil.
17380
17381 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17384         Suggested by Loic Dachary <loic@dachary.org>.
17385         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17386
17387 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * message.el (message-pop-to-buffer): Add switch-function argument.
17390         (message-mail): Pass switch-function argument to it.
17391
17392 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17393
17394         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17395         Improve doc string.
17396
17397 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17400         (gnus-header-content):
17401         * gnus-cite.el (gnus-cite-10):
17402         * gnus-srvr.el (gnus-server-closed):
17403         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17404         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17405         (gnus-group-mail-3-empty, gnus-group-mail-low)
17406         (gnus-group-mail-low-empty, gnus-splash):
17407         * message.el (message-header-to, message-header-cc)
17408         (message-header-subject, message-header-other, message-header-name)
17409         (message-header-xheader, message-separator, message-cited-text)
17410         (message-mml): Lighten colors of faces used for dark background.
17411
17412 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17413
17414         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17415         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17416
17417 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * message.el (message-narrow-to-headers-or-head):
17420         Ignore mail-header-separator in the body.
17421
17422 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17425         same as window size.
17426
17427 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17428
17429         * message.el (message-font-lock-keywords): Use message-header-xheader
17430         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17431         ahead of the anything pattern, to get it recognized.
17432
17433 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17436         spam.el loads uses it in the compiled defadvice form.
17437
17438 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17439
17440         * gnus-sum.el (gnus-articles-to-read)
17441         (gnus-summary-insert-old-articles): Don't truncate group name for
17442         `read-string'.
17443
17444         * gnus-util.el (gnus-limit-string): Delete this function.
17445
17446         * gnus-sum.el (gnus-simplify-subject-fully):
17447         Use `truncate-string-to-width' instead.
17448
17449 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17450
17451         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17452         Tell if, on summary exit, the next group has to be selected.
17453         (gnus-summary-exit): Use it.
17454
17455 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17456
17457         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17458         non-break space.
17459
17460 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17463         Check if group is not a directory.
17464         (nnfolder-request-expire-articles): Don't delete articles if the target
17465         group is not available.
17466
17467         * nnml.el (nnml-request-create-group): Properly check if group is not a
17468         file.
17469         (nnml-request-expire-articles): Don't delete articles if the target
17470         group is not available.
17471
17472         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17473         Don't quote characters that are within parentheses.
17474
17475 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17478         (gnus-handle-ephemeral-exit): Select article according to it.
17479
17480 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17481
17482         * message.el (message-insert-formated-citation-line): Remove newline.
17483         (message-citation-line-format): Add final \n here so that the user can
17484         avoid a blank line.
17485
17486 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17487
17488         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17489         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17490         Update lanl/arXiv support.
17491
17492 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17493
17494         * gnus.el: Bump version number.
17495
17496 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17497
17498         * gnus.el (gnus-version-number): Bump version.
17499
17500 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17501
17502         * gnus.el: No Gnus v0.6 is released.
17503
17504 2007-04-27  Didier Verna  <didier@xemacs.org>
17505
17506         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17507         * gmm-utils.el (gmm-regexp-concat): ... here.
17508         * message.el: Don't require 'gnus-util.
17509         (message-dont-reply-to-names): Handle name change above.
17510         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17511
17512 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17515         since the initial value varies according to the system.
17516
17517 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17520
17521 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17522
17523         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17524
17525 2007-04-24  Didier Verna  <didier@xemacs.org>
17526
17527         Improve the type of gnus-ignored-from-addresses.
17528         * gnus-util.el (gnus-orify-regexp): New function.
17529         * message.el (gnus-util): Require it.
17530         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17531         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17532         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17533
17534 2007-04-24  Didier Verna  <didier@xemacs.org>
17535
17536         * gnus-sum.el:
17537         * gnus-utils.el: Fix some trailing whitespaces.
17538
17539 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17542         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17543         article's Message-ID; refer parent article in summary buffer.
17544
17545         * message.el (message-bounce): Call mime-to-mml.
17546
17547         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17548         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17549         optimize and/or forms properly.
17550
17551 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17552
17553         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17554         URL.
17555
17556 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17559
17560 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17561
17562         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17563         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17564         displayed of multipart/alternative part if it is invoked from summary
17565         buffer.
17566
17567         * mm-view.el (mm-inline-text-html-render-with-w3m)
17568         (mm-inline-text-html-render-with-w3m-standalone)
17569         (mm-inline-render-with-function): Use mail-parse-charset by default.
17570
17571 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17572
17573         * parse-time.el (parse-time-string-chars): Check if CHAR
17574         is less than the length of parse-time-syntax.
17575
17576 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17579         from gnus-newsgroup-processable.
17580
17581 2007-04-16  Didier Verna  <didier@xemacs.org>
17582
17583         * gnus-msg.el (gnus-configure-posting-styles):
17584         Handle message-signature-directory properly with :file syntax.
17585         Reported by "Leo".
17586
17587 2007-04-11  Didier Verna  <didier@xemacs.org>
17588
17589         New user option: message-signature-directory.
17590         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17591         * message.el (message-insert-signature): Ditto.
17592         * message.el (message-signature-file): Doc update.
17593         * message.el (message-signature-directory): New.
17594
17595 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * gnus-msg.el (gnus-inews-yank-articles):
17598         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17599
17600 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * message.el (message-yank-original): Make sure cited text ends with
17603         newline; don't exchange point and mark.
17604
17605 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17606
17607         * tls.el (open-tls-stream): Properly handle case where there
17608         is no associated buffer.
17609
17610 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17611
17612         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17613         message-yank-original, make sure (< mark TEXT point).
17614
17615 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * message.el (message-fill-column): New variable.
17618         (message-mode): Use it.  Add comment on a possible new hook.
17619
17620         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17621         (nnmail-get-new-mail): Reformat.
17622
17623         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17624
17625         * gmm-utils.el: Fix Commentary.
17626         (gmm-tool-bar-from-list): Fix typo in doc string.
17627
17628 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17629
17630         * message.el (message-yank-original): Don't switch point and mark
17631         unnecessarily to put point and mark as documented.
17632
17633 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17634
17635         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17636         from the message heads.
17637
17638 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17639
17640         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17641         article buffer does not have a window.  This may not be the best
17642         solution but is certainly better than setting the start of the null,
17643         that is the current, window.
17644
17645 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17646
17647         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17648         (gnus-draft-setup): Run it.
17649
17650         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17651         gnus-score-fast-scoring.  Allow regexp.
17652         (gnus-score-headers): Use it.
17653
17654         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17655         XEmacs.
17656
17657         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17658         string.
17659         (gnus-button-alist): Also catch `<f1> k ...'.
17660         (gnus-treat-display-x-face): Fix doc string.
17661
17662 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17663
17664         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17665         evaluation of gnus-extended-version to ensure correct generation of the
17666         User-Agent header when message-generate-headers-first is used.
17667
17668 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17669
17670         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17671         hashcash-path is nil.  Don't call callback with incorrect number of
17672         parameters if val is 0.
17673
17674 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17675
17676         * message.el (message-required-news-headers):
17677         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17678
17679 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17680
17681         * tls.el (open-tls-stream): In handshake-waiting loop,
17682         don't wait more if there is output available to process.
17683
17684 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17685
17686         * tls.el (tls-program): Doc fix.
17687
17688 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * message.el (message-generate-new-buffers): Change the meaning of the
17691         nil value; add `standard' to the choices; treat t as `unique'; improve
17692         doc string.
17693         (gnus-select-frame-set-input-focus): Autoload.
17694         (message-buffer-name): Search for the existing message buffer if
17695         message-generate-new-buffers is nil or `standard'; treat the value t of
17696         message-generate-new-buffers as `unique'.
17697         (message-pop-to-buffer): Raise the frame already displaying the message
17698         buffer; clear the echo area after querying.
17699         (message-setup): Pass the `continue' argument to compose-mail.
17700         (message-mail): Prefer `switch-function' if it is given; search for the
17701         existing message buffer if the `continue' argument is non-nil; pass
17702         continue and switch-function arguments to compose-mail by way of
17703         message-setup.
17704         (message-mail-other-window): Adjust argument of message-setup.
17705         (message-mail-other-frame): Ditto.
17706
17707 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17708
17709         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17710         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17711         to turn font-lock on when turning gnus-message-citation-mode on.
17712
17713 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17714
17715         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17716         (mml-smime-function-alist): New variable; add epg as the backend.
17717         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17718         mml-smime- functions instead.
17719         * mm-view.el: Require smime.
17720
17721 2007-03-05  Didier Verna  <didier@xemacs.org>
17722
17723         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17724         instead of just inheritance for posting styles.
17725         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17726
17727 2007-02-24  Chris Moore  <dooglus@gmail.com>
17728
17729         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17730         * pgg-pgp.el (pgg-pgp-encrypt-region):
17731         * pgg-gpg.el (pgg-gpg-encrypt-region):
17732         Check pgg-encrypt-for-me if no other recipients.
17733
17734 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17735
17736         * tls.el (tls-certtool-program): Fix custom type.
17737
17738 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17741         and point-at-eol instead of line-(beginning|end)-position.
17742
17743         * assistant.el (assistant-parse-buffer): Ditto.
17744
17745         * netrc.el (netrc-parse-services): Ditto.
17746
17747 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17748
17749         * mml2015.el (mml2015-epg-find-usable-key): New function.
17750         (mml2015-epg-sign): Use it.
17751         (mml2015-epg-encrypt): Use it.
17752
17753 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * message.el (message-make-in-reply-to): Quote name containing
17756         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17757         if there are special characters.  Reported by NAKAJI Hiroyuki
17758         <nakaji@jp.freebsd.org>.
17759
17760 2007-02-27  Didier Verna  <didier@xemacs.org>
17761
17762         Include the group parameters as well as the topic ones in the
17763         inheritance filter process.
17764         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17765         argument GROUP-PARAMS-LIST.
17766         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17767
17768 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * nntp.el (nntp-never-echoes-commands)
17771         (nntp-open-connection-functions-never-echo-commands): New variables.
17772         (nntp-send-command): Use them.
17773
17774 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17775
17776         * mml2015.el (mml2015-epg-verify): Simplify.
17777
17778 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * mml.el (mml-content-disposition-alist): New user option.
17781         (mml-content-disposition): New function.
17782         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17783         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17784
17785 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17786
17787         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17788         verification.
17789
17790 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17791
17792         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17793         articles posted in the last 24 hours.
17794
17795 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17796
17797         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17798
17799 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17800
17801         * nntp.el (nntp-send-command): Don't wait for echoes when
17802         nntp-open-ssl-stream is used.
17803
17804 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17805
17806         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17807         (gnus-message-add-citation-keywords)
17808         (gnus-message-remove-citation-keywords): Remove.
17809         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17810         directly, make the variables in font-lock-defaults buffer-local, add
17811         gnus-message-citation-keywords to them and then update the value of
17812         font-lock-keywords.
17813
17814 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * message.el (message-cite-original-1): Don't call
17817         gnus-article-highlight-citation.
17818
17819         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17820         citations; fix line count.
17821
17822 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17825         (gnus-message-add-citation-keywords)
17826         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17827         versions of font-lock-add-keywords and font-lock-remove-keywords to
17828         work with XEmacs correctly.
17829
17830 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17831
17832         * gnus-cite.el (gnus-cite-face-list): Set the values of
17833         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17834         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17835         (gnus-message-cite-prefix-regexp): New variable.
17836         (gnus-message-search-citation-line): Use it; protect against long
17837         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17838         the 0th match data for Emacs.
17839         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17840         (gnus-message-add-citation-keywords): Append keywords rather than
17841         prepending; emulate font-lock-add-keywords if it is not available.
17842         (gnus-message-remove-citation-keywords):
17843         Emulate font-lock-remove-keywords if it is not available.
17844
17845         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17846
17847         * message.el (message-cite-prefix-regexp): Set the value of
17848         gnus-message-cite-prefix-regexp.
17849
17850 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17851
17852         * nnweb.el (nnweb-google-parse-1): Update parser.
17853
17854 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17855
17856         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17857
17858 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17859
17860         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17861         regexp.
17862
17863 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17866         string-to-multibyte.
17867         (uudecode-decode-region-internal): Use it.
17868
17869         * lpath.el: Fbind string-as-multibyte for XEmacs.
17870
17871 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17872
17873         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17874         Fix custom choice.
17875
17876         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17877
17878 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17879
17880         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17881
17882         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17883         `write-region' to respect `mm-inhibit-file-name-handlers'.
17884
17885 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17886
17887         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17888         Use gnus-home-directory instead of "~/" or "$HOME".
17889
17890 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17891
17892         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17893         to mention filename.
17894         Add comments at beginning regarding usage.
17895         (encrypt-write-file-contents): Change interactive so a string is
17896         acceptable.  If the file has no associated model, show an error instead
17897         of a nonsense prompt.
17898
17899 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17900
17901         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17902         Thanks to Yoshihiko Yamada for kind notification of this typo.
17903
17904 2007-01-12  Kenichi Handa  <handa@m17n.org>
17905
17906         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17907         multibyte buffer.
17908
17909 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17910
17911         * gnus-score.el (gnus-score-fast-scoring): New variable.
17912         (gnus-score-headers): Use it.
17913
17914         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17915
17916         * message.el (message-cite-original-1):
17917         Call gnus-article-highlight-citation if requested.
17918         (message-make-from): Allow name and address as optional arguments.
17919
17920         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17921
17922         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17923         bugs to doc string.
17924         (gnus-button-alist): Add mid\\|message-id.
17925         (gnus-button-fetch-group): Extend for use in
17926         `browse-url-browser-function'.
17927         (gnus-button-url-regexp): Try to catch paired parentheses like in
17928         Wikipedia URLs.
17929
17930         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17931         Suggested by Simon Krahnke <overlord@gmx.li>.
17932
17933 2007-01-13  Romain Francoise  <romain@orebokech.com>
17934
17935         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17936         Update copyright.
17937
17938 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17939
17940         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17941
17942 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17943
17944         * gnus-registry.el (gnus-registry-unfollowed-groups)
17945         (gnus-registry-split-fancy-with-parent): Fix documentation.
17946
17947 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17948
17949         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17950         from nnweb groups.
17951
17952 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17953
17954         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17955         Xref urls.  Erase buffer before requesting head.
17956
17957         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17958
17959 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17960
17961         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17962         customizable.
17963
17964 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17965
17966         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17967         no signing key is found.
17968         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17969         no encrypting and/or signing key is found.
17970
17971 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17972
17973         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17974
17975 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17976
17977         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17978         headers read from disk with the ones newly found in the current search.
17979         This should no longer cause problems, because the article numbers in
17980         Gmane's `nov.php' output are ignored since the previous change.
17981
17982 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17983
17984         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17985
17986 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17987
17988         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17989         replace-regexp-in-string; bind url-version; fbind display-images-p and
17990         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17991         find-face and set-itimer-function for Emacs; bind itimer-list for
17992         Emacs.
17993
17994         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17995
17996 2007-01-01  Romain Francoise  <romain@orebokech.com>
17997
17998         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17999
18000 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18001
18002         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18003         `define-minor-mode' macro definition expanded properly.
18004         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18005         exclude it there.
18006
18007         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18008         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18009         `fboundp' test.
18010         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18011         This is OK to autoload in (S)XEmacs now.
18012
18013 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18014
18015         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18016         keystroke.
18017         (gnus-summary-limit-to-singletons): Fix typo.
18018
18019         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18020         else fails.
18021
18022 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18023
18024         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18025         docstring.
18026
18027         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18028         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18029         (gnus-summary-insert-dormant-articles): Fix typo in message.
18030
18031 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18032
18033         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18034         nil for XEmacs.
18035         (gnus-message-citation-mode): Don't autoload in XEmacs.
18036
18037         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18038
18039 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18040
18041         * nnimap.el (nnimap-expunge-search-string):
18042         Mention nnimap-search-uids-not-since-is-evil in docstring.
18043
18044 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18045
18046         * spam.el: Revert to make-obsolete-variable because
18047         define-obsolete-variable-alias is not supported in Emacs 21.
18048
18049         * spam.el (spam-ifile-path, spam-ifile-database-path)
18050         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18051         make-obsolete-variable.
18052         (spam-bsfilter-path, spam-bsfilter-program)
18053         (spam-spamassassin-path, spam-spamassassin-program)
18054         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18055         Don't use "path" inappropriately.
18056         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18057         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18058         variable names.
18059
18060 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18061
18062         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18063         summary buffer.
18064
18065         * password.el (password-cache-remove): Use clear-string to burn
18066         password, if available.
18067
18068 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18069
18070         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18071
18072         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18073
18074         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18075         (gnus-message-highlight-citation): Move defcustom here from
18076         gnus-cite.el.
18077         (gnus-message-citation-mode): Autoload.
18078
18079         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18080         checks to make it compile with XEmacs.
18081         (gnus-message-citation-mode): New minor mode.
18082         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18083         (gnus-message-highlight-citation): New variables.
18084         (gnus-message-search-citation-line)
18085         (gnus-message-add-citation-keywords)
18086         (gnus-message-remove-citation-keywords)
18087         (turn-on-gnus-message-citation-mode)
18088         (turn-off-gnus-message-citation-mode): New functions.
18089
18090 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18091
18092         * gnus-cite.el: Enable highlighting of different citation levels in
18093         message-mode.
18094
18095 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18096
18097         * message.el (message-make-fqdn): Fix comment.
18098         (message-bogus-system-names): Add ".local".
18099
18100         * spam.el (spam-ifile-path, spam-ifile-program)
18101         (spam-ifile-database-path, spam-ifile-database)
18102         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18103         Don't use "path" inappropriately.
18104         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18105         strings.
18106         (spam-check-ifile, spam-ifile-register-with-ifile)
18107         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18108         Use new variable names.
18109
18110         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18111         (gnus-treat-display-smileys): Simplify using
18112         gnus-image-type-available-p.
18113
18114         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18115         available.
18116
18117         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18118         Use `display-images-p' if available.
18119
18120 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18121
18122         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18123         one after turning on the buffer's multibyteness instead of decoding
18124         them directly in the unibyte buffer that causes unexpected conversion
18125         in Emacs 23 (unicode).
18126
18127 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18128
18129         * message.el (message-generate-hashcash): Fix custom type.
18130
18131 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18132
18133         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18134
18135 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18136
18137         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18138         disconnect icons.  Add help text.
18139
18140 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18141
18142         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18143         negated to be consistent with the others we handle.
18144
18145 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18146
18147         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18148         version of gnus-summary-buffer to something, so that we can use two
18149         article buffers at the same time.
18150
18151 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18152
18153         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18154         trigger all the extra headers.
18155         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18156         sorting.
18157
18158 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18159
18160         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18161         solid groups.
18162
18163 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18164
18165         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18166
18167 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18168
18169         * legacy-gnus-agent.el: Add Copyright notice.
18170
18171 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18172
18173         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18174
18175 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18176
18177         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18178
18179         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18180         to make it work reliably in CVS Emacs.
18181         (gnus-summary-limit-strange-charsets-predicate)
18182         (gnus-summary-limit-to-predicate): New functions.
18183
18184 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18185
18186         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18187         specifying array size.
18188         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18189         array if it is too small.
18190         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18191         (gnus-sort-threads-loop): New function.
18192
18193 2006-12-06  Chris Moore  <dooglus@gmail.com>
18194
18195         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18196         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18197
18198 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18199
18200         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18201         options.
18202
18203 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18204
18205         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18206         DOS-ing the recipient.
18207
18208         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18209         the headers when creating the mapping to avoid mismappings.
18210         (nnweb-gmane-create-mapping): Always nix out old mapping.
18211
18212 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18215         and mm-verify-option to never.
18216
18217 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * message.el (message-signed-or-encrypted-p): New function.
18220         (message-forward-make-body): Use it.
18221
18222         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18223         Replace encode-coding-string with mm-encode-coding-string.
18224
18225 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * nneething.el (nneething-decode-file-name):
18228         Replace decode-coding-string with mm-decode-coding-string.
18229
18230         * gnus-int.el (gnus-open-server): Say failed server's name.
18231
18232 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18233
18234         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18235         strings to a single string.  Quote `errors-file-name'.
18236         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18237         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18238         Adjust calls.  Use `shell-quote-argument'.
18239
18240 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18241
18242         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18243         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18244
18245         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18246         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18247         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18248         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18249         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18250         (gnus-subscribe-newsgroup, gnus-1):
18251         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18252         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18253         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18254         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18255
18256 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18257
18258         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18259         keystroke.
18260         (gnus-summary-limit-to-bodies): Implement headersp.
18261
18262 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18263
18264         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18265
18266 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18267
18268         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18269
18270 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18271
18272         * message.el (message-generate-hashcash): Expand range of values to
18273         include `opportunistic'.
18274         (message-send-mail): Use it.
18275
18276 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18277
18278         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18279         and comment it.
18280
18281         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18282
18283 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18284
18285         * gnus-util.el (gnus-extract-address-components): Improve comment.
18286
18287 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * gnus-util.el (gnus-extract-address-components): Work with address in
18290         which the name portion contains @.
18291
18292         * lpath.el: Fbind custom-autoload.
18293
18294 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18295
18296         * gnus.el (gnus-start): Move custom group up.
18297         (gnus-select-method): Don't autoload, but make it available for
18298         `customize-variable'.
18299         (gnus-getenv-nntpserver): Don't autoload.
18300
18301 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18302
18303         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18304
18305 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18306
18307         * message.el (message-sendmail-extra-arguments): New variable.
18308         (message-send-mail-with-sendmail): Use it.
18309
18310 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18313         mm-with-unibyte-current-buffer to make string unibyte.
18314
18315         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18316         mm-string-as-multibyte.
18317
18318 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18319
18320         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18321         Reported by Werner Koch <wk@gnupg.org>.
18322
18323 2006-11-14  Daiki Ueno  <ueno@p360>
18324
18325         * mml2015.el: Autoload epa-select-keys when compiling.
18326
18327 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18328
18329         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18330         message-options.
18331         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18332
18333 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18334
18335         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18336         EasyPG (< 0.0.6).
18337         (mml2015-always-trust): New user option.
18338         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18339         prompt.
18340
18341 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * nntp.el (nntp-authinfo-force): New variable.
18344         (nntp-send-authinfo): Use it.
18345
18346 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18347
18348         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18349         decode encoded words.  Improve prompt.  Add comment about forwarding.
18350         (message-replacement-char): Move up.
18351
18352 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18353
18354         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18355         instead of gnus-intersection because arguments of gnus-sorted-nunion
18356         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18357
18358 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18359
18360         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18361         (message-simplify-subject-functions):
18362         Enable message-strip-subject-encoded-words by default.
18363
18364 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18365
18366         * message.el (message-strip-subject-encoded-words): New function.
18367         (message-simplify-subject-functions): New variable.
18368         (message-simplify-subject): Use it.  Fix typo in doc string.
18369         Support message-strip-subject-encoded-words.
18370
18371 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18372
18373         * gnus-diary.el (gnus-diary-delay-format-function):
18374         * nndiary.el (nndiary-reminders):
18375         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18376
18377 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18378
18379         * gnus-art.el (article-hide-boring-headers): Fetch date from
18380         gnus-original-article-buffer to avoid problems with localized date
18381         strings.
18382
18383 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18386
18387 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18388
18389         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18390         New variables.
18391         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18392         (mm-charset-synonym-alist): Move some entries to
18393         mm-codepage-iso-8859-list.
18394         (mm-charset-synonym-alist, mm-charset-override-alist):
18395         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18396
18397 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18400
18401 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18402
18403         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18404         with Emacs 21 and XEmacs.
18405
18406 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18407
18408         * spam.el (spam-parse-address): New function for better parsing,
18409         catching errors, etc.
18410         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18411
18412 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18413
18414         * mm-view.el: Add interactive arg to html2text autoload.
18415
18416 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18417
18418         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18419
18420 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18421
18422         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18423         New variables.
18424         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18425         (mm-charset-synonym-alist): Move some entries to
18426         mm-codepage-iso-8859-list.
18427
18428         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18429
18430 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18431
18432         * message.el (message-citation-line-format)
18433         (message-insert-formated-citation-line): Fix implementation of %E, %N
18434         and %n according to the doc string.
18435
18436 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18437
18438         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18439         Use car-safe to avoid bad parses.
18440
18441 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18442
18443         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18444         names.
18445
18446         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18447
18448 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18449
18450         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18451         header.
18452
18453         * message.el (message-draft-headers): Add Date.
18454         (message-headers-to-generate): Fix typo in docstring.
18455
18456         * nndraft.el (nndraft-required-headers): New variable.
18457         (nndraft-generate-headers): Use it.
18458
18459         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18460
18461 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18462
18463         * gnus-registry.el (gnus-registry-wash-for-keywords)
18464         (gnus-registry-find-keywords): New functions to allow easy searching of
18465         articles that are in the registry.
18466
18467 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18468
18469         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18470         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18471         Reported by Damien Elmes <damien@repose.cx>.
18472
18473 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18474
18475         * gnus.el (gnus-mime): Remove unused custom group.
18476
18477 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18478
18479         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18480         "blank line" when searching for end of armor headers.
18481
18482 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * gmm-utils.el (gmm-write-region): Fix variable name.
18485
18486 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18487
18488         * gmm-utils.el (gmm-write-region): New function based on compatibility
18489         code from `mm-make-temp-file'.
18490
18491         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18492
18493         * nnmaildir.el (nnmaildir--update-nov)
18494         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18495         Use `gmm-write-region'.
18496
18497 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18498
18499         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18500         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18501
18502         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18503
18504         * message.el (message-replacement-char): New variable.
18505         (message-fix-before-sending): Use it.
18506         (message-simplify-subject): New function to remove duplicate code.
18507         (message-reply, message-followup): Use it.
18508
18509         * gnus-sum.el (gnus-summary-make-menu-bar):
18510         Clarify gnus-summary-limit-to-articles.
18511
18512 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18513
18514         * gnus-util.el (gnus-with-local-quit): New macro.
18515
18516         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18517
18518 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18519
18520         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18521         ignore non-string data.
18522
18523 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18524
18525         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18526         non-string data (needs to be done in the registry too).
18527
18528 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18529
18530         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18531         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18532         (gnus-registry-split-fancy-with-parent)
18533         (gnus-registry-fetch-simplified-message-subject-fast)
18534         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18535         Remove text properties on ingress into the registry and when it's saved.
18536         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18537         registry from entries with no groups.
18538
18539 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18540
18541         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18542         function to remove string properties.
18543
18544 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18545
18546         * gmm-utils.el (gmm): Adjust custom version.
18547
18548         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18549         Adjust custom version.
18550
18551         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18552
18553 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18554
18555         * gnus-art.el (gnus-insert-prev-page-button)
18556         (gnus-insert-next-page-button): Simplify.  Reformat.
18557
18558 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18559
18560         * gnus-art.el (gnus-insert-prev-page-button)
18561         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18562
18563 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18564
18565         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18566
18567 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18568
18569         * gnus-art.el (gnus-insert-mime-button)
18570         (gnus-insert-mime-security-button):
18571         Apply gnus-article-button-face to MIME and security buttons.
18572
18573 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18574
18575         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18576         readable.
18577
18578 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18581
18582 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18583
18584         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18585         `browse-url-of-file' instead of `browse-url'.
18586
18587 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18588
18589         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18590         regexp.  Articles containing quotation were cut prematurely.
18591
18592 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18593
18594         * message.el (message-cite-original-1): Use nobody by default for the
18595         value of From header.
18596         (message-reply): Ditto.
18597
18598 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18599
18600         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18601         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18602         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18603
18604 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18605
18606         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18607         mails in the doc string.  Add some URLs in comment.
18608         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18609
18610 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18611
18612         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18613         backslashes handling and the way to find boundaries of quoted strings.
18614
18615 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18616
18617         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18618         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18619         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18620         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18621
18622 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18623
18624         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18625         doc string.
18626         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18627
18628 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18629
18630         * lpath.el: Fbind epg-check-configuration.
18631
18632 2006-09-06  Simon Josefsson  <jas@extundo.com>
18633
18634         * mml2015.el (mml2015-use): Doc fix, mention epg.
18635
18636 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18637
18638         * mml2015.el (mml2015-use): Default to epg, if available.
18639
18640 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18641
18642         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18643         message-sender.
18644         (mml1991-epg-encrypt): Ditto.
18645         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18646         message-sender.
18647         (mml2015-epg-encrypt): Ditto.
18648
18649 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18650
18651         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18652         several common directories.
18653
18654 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18655
18656         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18657         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18658
18659 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18660
18661         * gnus-art.el (article-decode-encoded-words): Make it fast.
18662
18663 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18664
18665         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18666
18667         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18668         in quoted string into `\'.
18669
18670 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18673         Use standard-syntax-table.
18674
18675 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * gnus-art.el (gnus-decode-address-function): New variable.
18678         (article-decode-encoded-words): Use it to decode headers which are
18679         assumed to contain addresses.
18680         (gnus-mime-delete-part): Remove useless `or'.
18681
18682         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18683         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18684         (gnus-nov-parse-line): Use it to decode From header.
18685         (gnus-get-newsgroup-headers): Ditto.
18686         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18687
18688         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18689         (mail-decode-encoded-address-string): New alias.
18690
18691         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18692         New function.
18693         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18694         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18695         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18696         (rfc2047-decode-string): Ditto.
18697         (rfc2047-decode-address-region): New function.
18698         (rfc2047-decode-address-string): New function.
18699
18700 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18701
18702         * message.el (message-caesar-buffer-body): Allow rotating headers.
18703
18704         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18705
18706         * message.el (message-insert-formated-citation-line): Fix %f.
18707         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18708
18709 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18710
18711         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18712         (gnus-bookmark-mouse-available-p): New macro.
18713         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18714         (gnus-bookmark-bmenu-show-infos): Use it.
18715         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18716         (gnus-bookmark-bmenu-hide-infos): Ditto.
18717         (gnus-bookmark-remove-properties): New function.
18718         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18719         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18720         (gnus-bookmark-write-file): Bind coding-system-for-write.
18721         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18722         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18723         group before selecting it.
18724         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18725         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18726         quit-window if it is not available; use gnus-mouse-2 and bind it to
18727         gnus-bookmark-bmenu-select-by-mouse.
18728         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18729         (gnus-bookmark-bmenu-select-by-mouse): New function.
18730
18731 2006-08-13  Romain Francoise  <romain@orebokech.com>
18732
18733         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18734         space.
18735
18736 2006-08-10  Romain Francoise  <romain@orebokech.com>
18737
18738         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18739         (dns-mode-soa-auto-increment-serial): New user option.
18740         (dns-mode-soa-maybe-increment-serial): New function.
18741         (dns-mode): Add the latter to `write-contents-functions'.
18742
18743 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18744
18745         * compface.el (uncompface): Use binary rather than raw-text-unix.
18746
18747 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18748
18749         * compface.el (uncompface): Make sure the eol conversion doesn't take
18750         place when communicating with the external programs.
18751         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18752
18753 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18754
18755         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18756
18757 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18758
18759         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18760         Make it more robust by parsing author and date independently.
18761
18762 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18765
18766 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18767
18768         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18769         first matching secret key.
18770         (mml2015-epg-encrypt): Ditto.
18771
18772         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18773         first matching secret key.
18774         (mml1991-epg-encrypt): Ditto.
18775
18776         * mml2015.el (mml2015-encrypt-to-self): New user option.
18777         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18778         mml2015-epg-encrypt-to-self is set.
18779
18780         * mml1991.el (mml1991-encrypt-to-self): New variable.
18781         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18782         mml1991-epg-encrypt-to-self is set.
18783
18784         * mml2015.el (mml2015-signers): New user option.
18785         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18786         (mml2015-epg-encrypt): Allow to select signing keys.
18787
18788         * mml1991.el (mml1991-signers): New variable.
18789         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18790         (mml1991-epg-encrypt): Allow to select signing keys.
18791
18792 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18793
18794         * nnheader.el (nnheader-insert-head): Make it work even if the file
18795         uses CRLF for the line-break code.
18796
18797 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18798
18799         * mml2015.el: Require mml-sec instead of password.
18800         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18801         (mml2015-cache-passphrase): Inherit the default value from
18802         mml-secure-cache-passphrase.
18803         (mml2015-passphrase-cache-expiry): Inherit the default value from
18804         mml-secure-passphrase-cache-expiry.
18805
18806         * mml1991.el: Require mml-sec instead of password.
18807         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18808         (mml1991-cache-passphrase): Inherit the default value from
18809         mml-secure-cache-passphrase.
18810         (mml1991-passphrase-cache-expiry): Inherit the default value from
18811         mml-secure-passphrase-cache-expiry.
18812
18813         * mml-sec.el: Require password.
18814         (mml-secure-verbose): New user option.
18815         (mml-secure-cache-passphrase): New user option.
18816         (mml-secure-passphrase-cache-expiry): New user option.
18817
18818 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18819             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18820
18821         * pgg-def.el (pgg-truncate-key-identifier):
18822         Truncate the key ID to 8 letters from the end.
18823
18824 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18825
18826         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18827         workaround for the url package included with Emacs.
18828
18829         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18830
18831 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18832
18833         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18834         correctly.  This fixes a bug caused by the 2006-05-12 change.
18835
18836 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18837
18838         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18839         some information about the error when saying that the `bogus' mail
18840         group will be used.
18841
18842 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18843
18844         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18845         string.
18846
18847 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18848
18849         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18850
18851 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18852
18853         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18854
18855 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18856
18857         * mml1991.el (mml1991-function-alist): Add epg.
18858         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18859         (mml1991-epg-encrypt): New functions.
18860
18861 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18862
18863         * mml2015.el (mml2015-verbose): New variable.
18864         (mml2015-cache-passphrase): Ditto.
18865         (mml2015-passphrase-cache-expiry): Ditto.
18866         (mml2015-function-alist): Add epg.
18867         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18868         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18869         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18870         New functions.
18871
18872 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18873
18874         * message.el (message-cite-original-1): Preserve region when removing
18875         quoted text due to X-No-Archive in order to avoid bogus attribution
18876         when citing multiple messages.
18877
18878 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18879
18880         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18881         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18882
18883 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18884
18885         * gnus-diary.el (gnus-user-format-function-d)
18886         (gnus-user-format-function-D): Autoload.
18887
18888         * imap.el (Commentary): Fix typo.
18889
18890         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18891         2006-04-22 contribution.
18892
18893 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18894
18895         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18896         It didn't really fix the bogosity I'm seeing with solid web groups.
18897
18898 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18899
18900         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18901         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18902         created using server names.  If we use the feature without declaring
18903         it, Gnus does not properly manage server and group state.
18904
18905         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18906         bound.
18907
18908 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18909
18910         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18911         looking up the method using GROUP's prefix before inventing a new one.
18912         It is used on killed/unknown groups in various places where returning
18913         an all-new method isn't expected by the caller.
18914
18915         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18916         and match semantics of gnus-group-real-prefix.
18917
18918 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18919
18920         * nnmail.el (nnmail-broken-references-mailers): New variable.
18921         (nnmail-ignore-broken-references): New function generalizing
18922         nnmail-fix-eudora-headers.
18923         (nnmail-fix-eudora-headers): Now obsolete.
18924
18925         * gnus-art.el (gnus-button-handle-custom):
18926         Support `customize-apropos*'.
18927
18928 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18929
18930         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18931
18932         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18933         articles.
18934
18935 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18936
18937         * message.el (message-cite-reply-above): New variable.
18938         (message-yank-original): Use it.
18939
18940 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18941
18942         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18943
18944 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18945
18946         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18947         as read.
18948
18949         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18950
18951 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18952
18953         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18954         (gnus-bookmark-default-file): Use gnus-directory.
18955         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18956         Remove "*" in doc string.
18957         (gnus-bookmark-write-file): Simplify.
18958         (gnus-bookmark-maybe-sort-alist): Use `when'.
18959         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18960         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18961         Add FIXME about Emacs 21 and XEmacs compatibility.
18962         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18963         compatibility.
18964         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18965         compatibility.
18966         (gnus-bookmark-menu-heading): Fix version.
18967
18968 2006-06-19  Bastien Guerry  <bzg@altern.org>
18969
18970         * gnus-bookmark.el: New file.
18971
18972 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18973
18974         * message.el (message-syntax-checks): Doc fix.
18975
18976 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18977
18978         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18979         unsubscribed groups as if they were killed ones.  It causes duplicate
18980         entries in gnus-newsrc-alist.
18981
18982 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * message.el (message-syntax-checks): Doc fix.
18985         (message-send-mail): Add check for continuation headers.
18986         (message-check-news-header-syntax): Fix regexp used to check for
18987         continuation headers.
18988
18989 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18992
18993 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18994
18995         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18996
18997 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19000         default-truncate-lines.
19001
19002 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19003
19004         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19005         to fill the utf-8 entry.
19006
19007         * lpath.el: Fbind unicode-precedence-list.
19008
19009 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19010
19011         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19012
19013 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19014
19015         * gnus-agent.el (directory-files-and-attributes): Move all the way
19016         forward (the third and final move).
19017         (gnus-agent-read-agentview): Trap reconstruction errors due to
19018         nonexistent directory.  Handle by returning nil.
19019
19020 2006-05-30  Didier Verna  <didier@xemacs.org>
19021
19022         * message.el (message-dont-reply-to-names): Update the custom type.
19023         * message.el (message-dont-reply-to-names): New defsubst: potentially
19024         convert a list of regexps into a single one.
19025         * message.el (message-get-reply-headers): Use it.
19026         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19027
19028 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19029
19030         * gnus-agent.el (directory-files-and-attributes): Move forward.
19031
19032 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19033
19034         * gnus-ml.el (gnus-mailing-list-subscribe)
19035         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19036         (gnus-mailing-list-message): Fix doc strings.
19037
19038 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19039
19040         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19041         of doing it manually.
19042
19043 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19044
19045         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19046         comment.
19047
19048 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19049
19050         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19051         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19052         (gnus-agent-read-local): All symbols allocated in my-obarray.
19053         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19054         (gnus-agent-regenerate-group): Check numeric names to see if they are
19055         messages or groups.
19056         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19057         better way of do this...)
19058
19059         * gnus-cache.el (gnus-agent-total-fetched-for):
19060         Ignore 'dummy.group' (there should be a better way of do this...)
19061
19062 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19063
19064         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19065         (gnus-saved-headers): Ditto.
19066         (gnus-default-article-saver): Mention functions may have properties.
19067         (gnus-article-save): Override gnus-save-all-headers and
19068         gnus-saved-headers by :headers property which saver function may have.
19069         (gnus-summary-save-in-file): Add :headers property.
19070         (gnus-summary-write-to-file): Ditto.
19071
19072         * gnus-sum.el (gnus-summary-save-article): Bind
19073         gnus-prompt-before-saving to t when saving many articles in a file;
19074         always show all headers.
19075
19076         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19077
19078 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19079
19080         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19081         marks.
19082
19083         * message.el (message-indent-citation): Add optional arguments to allow
19084         using it outside of message buffers.
19085
19086         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19087         (gnus-article-treat-unfold-headers): Use it.
19088         (gnus-article-truncate-lines): New variable.
19089         (gnus-article-mode): Use it.
19090         (gnus-article-toggle-truncate-lines): New function.
19091
19092         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19093         Add gnus-article-toggle-truncate-lines.
19094
19095         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19096         coding system in XEmacs, use binary.
19097
19098 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19101         after-load-alist.
19102
19103         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19104         this function should save decoded articles.
19105         (gnus-summary-write-to-file): Use property to specify this function
19106         should save decoded articles and specify gnus-summary-save-in-file
19107         should be used to save articles other than the first one when saving
19108         many articles.
19109         (gnus-summary-save-body-in-file): Use property to specify this
19110         function should save decoded articles.
19111         (gnus-summary-write-body-to-file): Use property to specify this
19112         function should save decoded articles and specify
19113         gnus-summary-save-body-in-file should be used to save articles other
19114         than the first one when saving many articles.
19115
19116         * gnus-sum.el (gnus-summary-save-article): Simplify.
19117
19118 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19119
19120         * gnus-art.el (gnus-default-article-saver):
19121         Add gnus-summary-write-body-to-file.
19122         (gnus-article-save-coding-system): Don't use coding system object
19123         in XEmacs.
19124         (gnus-read-save-file-name): Add optional `dir-var' argument which
19125         specifies directory in which files are saved; work even if optional
19126         `variable' argument is not specified.
19127         (gnus-summary-write-to-file): Read file name.
19128         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19129         (gnus-summary-write-body-to-file): New function.
19130
19131         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19132         (gnus-summary-local-variables): Add it.
19133         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19134         (gnus-summary-save-article): Remove optional `decode' argument;
19135         determine whether to decode articles by the value of
19136         gnus-default-article-saver; when saving many files using
19137         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19138         it first and use gnus-summary-save-in-file or
19139         gnus-summary-save-body-in-file thereafter unless
19140         gnus-prompt-before-saving is always; move point to article which
19141         will be saved.
19142         (gnus-summary-save-article-file): Revert.
19143         (gnus-summary-write-article-file): Revert.
19144         (gnus-summary-save-article-body-file): Revert.
19145         (gnus-summary-write-article-body-file): New function.
19146
19147 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19148
19149         * gnus-art.el (gnus-default-article-saver): Doc fix.
19150         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19151         from gnus-summary-save-article-coding-system, and default to a
19152         certain coding system.
19153         (gnus-output-to-file): Add coding cookie and encode text according
19154         to gnus-article-save-coding-system; don't use mm-append-to-file.
19155
19156         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19157         gnus-art.el and rename to gnus-article-save-coding-system.
19158         (gnus-summary-save-article): Require gnus-art; don't show all
19159         headers if it decodes articles; don't add coding cookie here;
19160         don't bind mm-text-coding-system-for-write.
19161         (gnus-summary-save-article-file): Save decoded articles.
19162         (gnus-summary-write-article-file): When saving many files, use
19163         gnus-summary-write-to-file first and gnus-summary-save-in-file
19164         thereafter unless gnus-prompt-before-saving is always.
19165         (gnus-summary-save-article-body-file): Save decoded articles.
19166
19167         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19168
19169 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19170
19171         * nnrss.el (nnrss-check-group): Bind hash-index.
19172
19173 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19174
19175         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19176         its hash index.  Store this hash in `nnrss-group-data'.
19177         (nnrss-read-group-data): Update accordingly.
19178
19179 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19180
19181         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19182         entry.
19183
19184         * gnus-sum.el (gnus-summary-make-menu-bar):
19185         Add gnus-article-browse-html-article.
19186
19187 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19188
19189         * gnus-sum.el (gnus-summary-mime-map):
19190         Add gnus-article-browse-html-article.
19191
19192         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19193
19194 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19195
19196         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19197         suitable coding systems in customize.
19198
19199 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19200
19201         * mail-source.el (mail-sources): Fix custom type.
19202
19203 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19204
19205         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19206         (gnus-summary-expire-articles-now): Shorten prompt.
19207
19208         * gmm-utils.el (wid-edit): Require.
19209         (defun-gmm): Rename from `gmm-defun-compat'.
19210         (gmm-image-search-load-path): Use it.
19211         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19212
19213 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * gnus-sum.el (gnus-summary-save-article-coding-system):
19216         New variable.
19217         (gnus-summary-save-article): Add optional `decode' argument.
19218         If it is set and gnus-summary-save-article-coding-system is non-nil,
19219         save decoded article.
19220         (gnus-summary-write-article-file): Save decoded article if
19221         gnus-summary-save-article-coding-system is non-nil.
19222
19223         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19224         type.
19225
19226 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19229
19230 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19233         first to test gnus-single-article-buffer which may be buffer-local.
19234
19235         * gnus-sum.el (gnus-summary-setup-buffer):
19236         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19237         group; make gnus-article-buffer, gnus-article-current, and
19238         gnus-original-article-buffer always buffer-local.
19239         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19240         group.
19241         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19242
19243 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19244
19245         * nnml.el (nnml-request-compact-group): Compressed files might not
19246         have .gz extension.
19247
19248 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19249
19250         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19251         (mm-copy-to-buffer): Use with-current-buffer.
19252         (mm-display-part): Simplify.
19253         (mm-inlinable-p): Add optional arg `type'.
19254
19255 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19256
19257         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19258         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19259         Try harder to show the attachment internally or externally using
19260         gnus-mime-view-part-as-type.
19261
19262 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19263
19264         * message.el (message-from-style, message-signature-separator)
19265         (message-user-organization-file, message-send-mail-function)
19266         (message-citation-line-function, message-yank-prefix)
19267         (message-indent-citation-function, message-signature)
19268         (message-signature-file, message-signature-insert-empty-line):
19269         Remove autoloads.
19270
19271         * gnus-art.el (gnus-buttonized-mime-types):
19272         Remove "multipart/signed".  Revert 2006-04-26 change.
19273
19274 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19275
19276         * gnus.el (gnus-version-number): Bump version.
19277
19278 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19279
19280         * gnus.el: No Gnus v0.5 is released.
19281
19282 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19283
19284         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19285         fetching articles by message-id.
19286
19287 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19288
19289         * message.el (hashcash): Require hashcash as normal.
19290
19291         * ecomplete.el (ecomplete-highlight-match-line):
19292         Use point-at-eol.
19293         (ecomplete-highlight-match-line): Use `highlight', because that
19294         face exists in both Emacs and XEmacs.
19295
19296         * message.el (message-display-abbrev): Use point-at-bol.
19297
19298         * mail-source.el: Don't require timer/timer-funcs.
19299
19300         * gnus-async.el: Ditto.
19301
19302         * password.el: Ditto.
19303
19304         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19305
19306         * mm-url.el: Ditto.
19307
19308         * gnus-xmas.el: Don't require timer-funcs.
19309
19310         * mm-util.el: Require timer/timer-funcs.
19311
19312 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19313
19314         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19315         Close.
19316
19317 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19318
19319         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19320         unibyte after clear-decrypt function runs.
19321
19322         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19323         returns as a unibyte string.
19324
19325 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19326
19327         * lpath.el: Revert.
19328
19329         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19330         (pgg-gpg-process-sentinel): Revert.
19331
19332         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19333         (pgg-pgp-lookup-key): Revert.
19334
19335         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19336         (pgg-pgp5-lookup-key): Revert.
19337
19338         * pgg.el (pgg-fetch-key): Revert.
19339
19340 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * lpath.el: Fbind string-as-multibyte for XEmacs.
19343
19344         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19345         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19346         (mml1991-pgg-encrypt): Ditto.
19347
19348         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19349         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19350         a multibyte buffer.
19351
19352         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19353         (pgg-pgp-lookup-key): Ditto.
19354
19355         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19356         (pgg-pgp5-lookup-key): Ditto.
19357
19358         * pgg.el (pgg-fetch-key): Ditto.
19359
19360 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19361
19362         * message.el (message-user-organization-file): Check several
19363         locations of the organization file.
19364
19365         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19366         Add gnus-article-view-part-as-type.
19367
19368         * gnus-art.el (gnus-article-view-part-as-type): New function.
19369
19370         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19371         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19372
19373         * mml.el: Simplify autoload.
19374         (mml-mode): defvar dnd-protocol-alist instead of using
19375         symbol-value.
19376         (mml-default-directory): New variable.
19377         (mml-minibuffer-read-file): Use it.
19378         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19379
19380         * message.el (message-citation-line-format): New variable.
19381         (message-insert-formated-citation-line): New function.
19382         (message-citation-line-function):
19383         Add `message-insert-formated-citation-line' to custom type.
19384
19385         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19386         to doc string.
19387
19388         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19389         depending on mm-verify-option.
19390
19391 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19392
19393         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19394         binding pgg-* variables; reimplement the section which prevents
19395         MIME header from being signed.
19396         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19397         pgg-text-mode; remove a blank line at the top of body.
19398
19399         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19400         lines at the top of body; use gnus-newsgroup-charset if there's no
19401         Charset header.
19402
19403 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19404
19405         * message.el (message-self-insert-commands): Doc fix.
19406
19407         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19408         (mm-uu-pgp-encrypted-test): Ditto.
19409         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19410         between header and body; return application/pgp-encrypted handle
19411         if decryption failed; decode decrypted body by charset.
19412
19413         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19414         element match to application/pgp-*.
19415
19416 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19417
19418         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19419         HTML.
19420
19421 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19422
19423         * mail-source.el (mail-source-call-script): Message the error
19424         string.
19425
19426 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19427
19428         * gnus-util.el (gnus-byte-compile): Use it.
19429
19430 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19431
19432         * gnus-util.el (kill-empty-logs): New function.
19433
19434 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19435
19436         * message.el (message-mail-alias-type): Doc fix.
19437         (message-mail-alias-type-p): New function.
19438         (message-send): Use it.
19439         (message-mode): Ditto.
19440         (message-strip-forbidden-properties): Ditto.
19441
19442         * ecomplete.el (ecomplete-database-file-coding-system):
19443         New variable.
19444         (ecomplete-save): Use it.
19445         (ecomplete-setup): Use it.
19446
19447 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19448
19449         * message.el (message-self-insert-commands): New variable.
19450         (message-strip-forbidden-properties): Use it.
19451
19452 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19453
19454         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19455         that doesn't make XEmacs choke.
19456
19457 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19458
19459         * gnus-util.el (gnus-replace-in-string):
19460         Prefer replace-regexp-in-string over of replace-in-string.
19461
19462 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19463
19464         * gnus-util.el (gnus-select-frame-set-input-focus):
19465         Use select-frame-set-input-focus if it is available in XEmacs; use
19466         definition defined in Emacs 22 for old Emacsen.
19467
19468         * dgnushack.el: Autoload unmorse-region for XEmacs.
19469
19470         * lpath.el: Bind cursor-in-non-selected-windows and
19471         select-frame-set-input-focus for XEmacs.
19472
19473 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19474
19475         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19476
19477 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19478
19479         * gnus-registry.el (gnus-registry-cache-save): Remove text
19480         properties when saving via the temp buffer.
19481
19482 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19483
19484         * message.el (message-generate-hashcash): Honor custom type.
19485
19486 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19487
19488         * message.el (message-generate-hashcash): Default to non-nil when
19489         hashcash is found.
19490
19491         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19492         (gnus-refer-thread-limit): Increase default to 500.
19493
19494         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19495
19496         * flow-fill.el (fill-flowed): Allow delete-space.
19497
19498 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19499
19500         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19501         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19502         Remove autoloads.
19503
19504 2006-04-18  Simon Josefsson  <jas@extundo.com>
19505
19506         * message.el (message-generate-hashcash): Default to.
19507
19508 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19509
19510         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19511         concatenating segments rather than before concatenating them.
19512
19513 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19514
19515         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19516
19517 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19518
19519         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19520
19521         * message.el (message-forward-make-body-plain):
19522         Allow message-forward-ignored-headers to be a list.
19523         (message-remove-ignored-headers): Factor out into function.
19524         (message-forward-make-body-mml): Use it.
19525
19526         * imap.el (imap-quote-specials): New function.
19527         (imap-login-auth): Quote specials.
19528
19529         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19530         (rfc2231-parse-string): Allow concatanation of parameters that
19531         aren't contiguous.  The test case is
19532           (mail-header-parse-content-type "message/external-body;
19533             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19534             access-type=LOCAL-FILE;
19535             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19536
19537 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19538
19539         * nntp.el (nntp-accept-process-output): Return the value of
19540         `nnheader-accept-process-output'.
19541
19542 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19543
19544         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19545         (gnus-button-alist): Recognize more diff formats.
19546         (gnus-button-patch): Strip directory.
19547
19548 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19549
19550         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19551         Emacs 22 when setting focus.
19552
19553 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19554
19555         * gnus-art.el (gnus-article-treat-types): Do treatment of
19556         text/x-verbatim parts.
19557         (gnus-button-patch): New command.
19558
19559         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19560         addresses that contain invalid characters.
19561
19562 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19563
19564         * message.el (message-put-addresses-in-ecomplete):
19565         Use gnus-replace-in-string.
19566         (message-is-yours-p): Use the more correct
19567         mail-header-parse-address instead of
19568         mail-extract-address-components.
19569         (message-put-addresses-in-ecomplete): Fix typo.
19570
19571         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19572         keystroke.
19573
19574         * gnus-art.el (gnus-treatment-function-alist): Change order of
19575         newsgroups/generic header folding to avoid double-folding.
19576
19577         * message.el (message-hidden-headers): Add X-Draft-From.
19578
19579         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19580         New command.
19581         (gnus-summary-repeat-search-article-backward): New command.
19582
19583         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19584         groups in the parent topic.
19585
19586 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19587
19588         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19589         (spam-extra-header-to-number): Return the CRM114 number as a
19590         number instead of a string.
19591
19592 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19593
19594         * gnus-art.el (gnus-face-properties-alist): Move here from
19595         gnus-fun.
19596
19597         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19598
19599 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19600
19601         * message.el (message-strip-forbidden-properties): Only display on
19602         self-insert-command.
19603
19604         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19605         reindent.
19606         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19607
19608 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19609
19610         * smiley.el (smiley-style): Fix typo.
19611
19612 2006-03-23  Kenichi Handa  <handa@m17n.org>
19613
19614         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19615         instead of set-buffer-multibyte.
19616
19617 2006-03-23  Kenichi Handa  <handa@m17n.org>
19618
19619         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19620         buffer and then decode the buffer text if necessary.
19621         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19622         first, and after mm-encode-body, change the buffer to unibyte.
19623
19624 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19625
19626         * hashcash.el (hashcash-insert-payment-async-2):
19627         Use message-goto-eoh instead of doing it manually.
19628         (mail-add-payment): Use message-narrow-to-header instead of trying
19629         to do the same itself.
19630
19631         * message.el (message-hidden-headers): Add Face.
19632
19633         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19634         reparenting code.
19635         (gnus-summary-reparent-children): Refactored out code.
19636         (gnus-summary-thread-map): New keystroke.
19637         (gnus-summary-reparent-children): Make into command.
19638
19639         * smiley.el (smiley-style): Default to `medium' if using a large
19640         font.
19641
19642         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19643         does it itself.
19644
19645         * message.el (message-point-in-header-p): Simplify definition.
19646
19647 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19648
19649         * nnagent.el (nnagent-request-set-mark): Silence log file
19650         writing.
19651         (nnagent-request-set-mark): Use write-region instead of
19652         append-to-file.
19653
19654         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19655         strange select method.
19656
19657         * ecomplete.el (ecomplete-display-matches): Get highlightling
19658         right.
19659         (ecomplete-display-matches): Use literals.
19660         (ecomplete-display-matches): Disable message logging.
19661
19662         * message.el (message-display-abbrev): Small optimization.
19663
19664         * ecomplete.el (ecomplete-display-matches): Allow automatic
19665         display.
19666
19667         * message.el (message-strip-forbidden-properties):
19668         Display abbrevs.
19669         (message-display-abbrev): Get automatic display right.
19670
19671         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19672         keystrokes.
19673
19674 2006-04-13  Romain Francoise  <romain@orebokech.com>
19675
19676         TODO: Backport to v5-10!
19677
19678         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19679         Move here (and rename) from gnus-registry.el.
19680
19681         * gnus-registry.el: Require gnus-util.
19682         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19683
19684 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19685
19686         * gnus-group.el (gnus-group-catchup-current):
19687         Change if-then-else-if-then-else into cond.
19688         (gnus-group-catchup): Indent.
19689         (group-name-at-point): New function.
19690         (gnus-fetch-group): Provide default from thing at point.
19691
19692 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19693
19694         * message.el (message-display-abbrev): Fix regexp.
19695
19696         * ecomplete.el (ecomplete-highlight-match-line):
19697         Reimplement choosing.
19698         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19699         dead variables.
19700
19701         * message.el (message-newline-and-indent): Remove debugging.
19702         (message-display-abbrev): Use new implementation.
19703
19704 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19705
19706         * gnus-art.el (gnus-article-mode):
19707         Set cursor-in-non-selected-windows to nil.
19708
19709         * smiley.el: Revert previous change.
19710         (smiley-data-directory): defvar it before using it in the
19711         defcustom of `smiley-style'.
19712
19713 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19714
19715         * message.el (message-newline-and-indent): New function.
19716
19717         * ecomplete.el: Implement more bits.
19718
19719         * message.el (message-put-addresses-in-ecomplete): Clean up the
19720         string.
19721
19722         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19723
19724         * gnus-sum.el (gnus-summary-save-parts):
19725         Bind gnus-summary-save-parts-counter and use it to make unique file
19726         names.
19727
19728         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19729
19730         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19731         parameter to say whether to actually parse the individual
19732         addresses.
19733
19734         * message.el (message-put-addresses-in-ecomplete): New function.
19735         (ecomplete): Require.
19736         (message-mail-alias-type): Add ecomplete as an option.
19737
19738 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19739
19740         * flow-fill.el (fill-flowed): Remove trailing space from blank
19741         quoted lines.
19742
19743 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19744
19745         * smiley.el (smiley-style): Move definition later to avoid a
19746         compilation warning.
19747
19748 2006-04-12  Kenichi Handa  <handa@m17n.org>
19749
19750         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19751         buffer and then decode the buffer text if necessary.
19752         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19753         first, and after mm-encode-body, change the buffer to unibyte.
19754         Use mm-disable-multibyte instead of set-buffer-multibyte.
19755
19756 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19757
19758         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19759         Content-Type header instead of Content-Disposition header.
19760         (gnus-mime-inline-part): Ditto.
19761         (gnus-mime-view-part-as-charset): Ignore charset that the part
19762         specifies.
19763
19764         * mm-decode.el (mm-display-part): Work with external parts and
19765         usual parts similarly.
19766
19767         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19768         instead of gnus-display-mime.
19769
19770         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19771         instead of with-temp-buffer.
19772
19773         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19774         tag to summarized topics part in order to encode non-ASCII text.
19775
19776 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19777
19778         * smiley.el (smiley-style): New variable.
19779         (smiley-directory): New function.
19780         (smiley-data-directory): Derive from `smiley-style' using
19781         `smiley-directory'.
19782         (smiley-regexp-alist): Add new entries.
19783
19784         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19785         (gnus-article-browse-delete-temp): Add :version.
19786
19787 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19788
19789         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19790         the sieve region.
19791
19792 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19793
19794         * gnus.el (gnus-version-number): Bump version.
19795
19796 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19797
19798         * gnus.el: No Gnus v0.4 is released.
19799
19800 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19801
19802         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19803         layout.
19804
19805         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19806         unknown charset.
19807
19808         * message.el (message-header-synonyms): Add Original-To to the
19809         default.
19810
19811         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19812         optional parameter.
19813
19814 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19815
19816         * gnus-fun.el (gnus): Require it for gnus-directory.
19817
19818 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19819
19820         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19821
19822 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19823
19824         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19825
19826 2006-04-05  Simon Josefsson  <jas@extundo.com>
19827
19828         * password.el (password-reset): New function.
19829
19830 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19831
19832         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19833         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19834
19835 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19836
19837         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19838         Some whitespace was matched into the url, which broke browsing hits
19839         > 100 when mm-url-use-external was nil.
19840
19841 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19842
19843         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19844         Check gnus-extra-headers for 'Newsgroups.
19845
19846         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19847         bound.
19848
19849 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19850
19851         * pgg-gpg.el: Clean up process buffers every time gpg processes
19852         complete.
19853
19854 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19855
19856         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19857         doc string.
19858
19859 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19860
19861         * pgg-gpg.el (pgg-gpg-process-filter)
19862         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19863
19864         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19865         lines, temporary fix.
19866
19867 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19868
19869         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19870
19871 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19872
19873         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19874         default-enable-multibyte-characters.  This reverts the change from
19875         revision 6.17 which is no longer necessary because the passphrase
19876         is sent separately now.  GnuPG messages are unreadable under
19877         multibyte locales with default-enable-multibyte-characters set to
19878         nil.
19879
19880 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19881
19882         * message.el (message-tool-bar-gnome): Move "spell".
19883
19884 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19885
19886         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19887         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19888         instead.
19889
19890 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19891
19892         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19893         Improve newsgroups handling for NNTP overviews which don't include
19894         Newsgroups.
19895
19896 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19897
19898         * message.el (message-resend): Bind message-generate-hashcash to nil.
19899
19900 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19901
19902         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19903         when searching for already-paid recipients.
19904
19905 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19906
19907         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19908         passphrases when it is not needed.
19909         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19910         passphrase stuff from gpg, should only be necessary when you use
19911         gpg with a smartcard.
19912
19913 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19914
19915         * mml.el (mml-insert-mime): Ignore cached contents of
19916         message/external-body part.
19917
19918         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19919         (mm-insert-part): Ditto.
19920
19921 2006-03-23  Simon Josefsson  <jas@extundo.com>
19922
19923         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19924         Reiner.
19925         (pgg-gpg-use-agent-p): Use it again.
19926
19927 2006-03-23  Simon Josefsson  <jas@extundo.com>
19928
19929         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19930         older emacsen.
19931         (pgg-gpg-use-agent-p): Don't use it.
19932
19933 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19934
19935         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19936         if we can.
19937
19938 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19939
19940         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19941         (pgg-gpg-update-agent): New function.
19942         (pgg-gpg-use-agent-p): New function.
19943         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19944         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19945         (pgg-gpg-sign-region): Use it.
19946
19947 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19948
19949         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19950         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19951
19952 2006-03-21  Simon Josefsson  <jas@extundo.com>
19953
19954         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19955         <wilde@sha-bang.de>.
19956         (pgg-gpg-use-agent): New variable.
19957         (pgg-gpg-process-region): Use it.
19958         (pgg-gpg-encrypt-region): Likewise.
19959         (pgg-gpg-encrypt-symmetric-region): Likewise.
19960         (pgg-gpg-decrypt-region): Likewise.
19961         (pgg-gpg-sign-region): Likewise.
19962         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19963
19964 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19965
19966         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19967
19968         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19969         Add comment on version.
19970
19971 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19972
19973         * smiley.el: Add missing test smiley.
19974
19975 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19976
19977         * mm-decode.el (mm-with-part): New macro.
19978         (mm-get-part): Use it; work with message/external-body as well.
19979         (mm-save-part): Treat name and filename equally.
19980
19981         * mm-extern.el (mm-extern-cache-contents): New function.
19982         (mm-inline-external-body): Use it; force the part to be displayed;
19983         move undisplayer added to the cached handle to the parent.
19984
19985         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19986         (gnus-mime-view-part-as-type): Work with message/external-body.
19987
19988         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19989
19990 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19991
19992         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19993         images in image-load-path.  [Sync with image.el, revision 1.60, in
19994         Emacs.]
19995
19996 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19997
19998         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19999         path rather than symbol.  Always return list of directories.
20000         Guarantee that image directory comes first.  [Sync with image.el,
20001         revision 1.59, in Emacs.]
20002
20003         * message.el (message-make-tool-bar): Adjust to new API of
20004         `gmm-image-load-path-for-library'.
20005
20006         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20007
20008         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20009
20010 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20011
20012         * gnus-art.el (gnus-article-only-boring-p):
20013         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20014         intangible text.
20015         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20016
20017 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20018
20019         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20020         Use `defun' instead of `gmm-defun-compat'.
20021
20022 2006-03-14  Simon Josefsson  <jas@extundo.com>
20023
20024         * message.el (message-unique-id): Don't use message-number-base36
20025         if (user-uid) is a float.
20026         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20027
20028 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20029
20030         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20031
20032         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20033         empty line between a part and a message part.
20034
20035 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20036
20037         * smiley.el: Add more test smileys.
20038         (smiley-data-directory, smiley-regexp-alist)
20039         (gnus-smiley-file-types): Fix doc strings.
20040         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20041         adding new elements.
20042         (smiley-mouse-map): Unused code.  Make it a comment.
20043
20044 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20047         scan latest NoCeM messages instead of old ones.
20048         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20049         delimiters that are recently used.
20050         (gnus-nocem-load-cache): Add autoload cookie.
20051
20052         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20053
20054         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20055         level which is larger than gnus-use-nocem is specified.
20056
20057         * gnus-group.el (gnus-group-get-new-news): Ditto.
20058
20059 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20060
20061         * gnus-util.el (gnus-tool-bar-update): New function.
20062
20063         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20064         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20065
20066         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20067
20068         * gnus-group.el (gnus-group-redraw-when-idle)
20069         (gnus-group-redraw-check): Remove.
20070         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20071
20072 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20073
20074         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20075         if optional last element is specified in splits (FIELD VALUE...).
20076
20077 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20078
20079         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20080         to gmm-image-load-path-for-library.  Call with no-error argument.
20081         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20082
20083         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20084
20085         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20086
20087         * gmm-utils.el (gmm-image-load-path): Remove alias.
20088
20089 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20090
20091         * gmm-utils.el (gmm-image-load-path): Add alias.
20092
20093         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20094         nnml-generate-nov-databases-1.
20095         (nnml-generate-nov-databases): Use it.
20096         (nnml-generate-nov-databases-directory): Document no-active
20097         argument.
20098
20099         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20100         directory if path is t.  Add no-error.
20101
20102         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20103         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20104
20105         * gnus-art.el (gnus-article-browse-delete-temp-files):
20106         Simplify resetting gnus-article-browse-html-temp-list.
20107
20108         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20109         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20110         Add example to docstring.  Rename local variables.  Move error
20111         checks to default case in cond and simplify.
20112
20113 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20116         handle is multipart when calling it recursively.
20117         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20118
20119 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20120
20121         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20122         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20123
20124 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20125
20126         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20127         is loaded.
20128
20129         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20130         loaded.
20131
20132 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20133
20134         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20135         to "Emacs 23 (unicode)" in doc string.
20136
20137         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20138         "Emacs 23 (unicode)" in comment.
20139
20140 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20141
20142         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20143
20144         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20145         characters 160 through 255 in Emacs 23.
20146
20147 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20148
20149         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20150         gnus-article-browse-html-temp.
20151         (gnus-article-browse-delete-temp): Make it customizable.
20152         Add `file'.  Adjust doc string.
20153         (gnus-article-browse-delete-temp-files): Add argument.
20154         Allow query for each file.  Adjust doc string.
20155         (gnus-article-browse-html-parts):
20156         Add `gnus-article-browse-delete-temp-files' to
20157         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20158
20159 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20160
20161         * gnus-art.el (gnus-article-browse-html-temp)
20162         (gnus-article-browse-delete-temp): New variables.
20163         (gnus-article-browse-delete-temp-files): New function.
20164         (gnus-article-browse-html-parts): Use it.
20165
20166 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20167
20168         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20169
20170         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20171         string.
20172
20173         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20174         gnus-summary-insert-new-articles when unplugged.
20175         Remove gnus-summary-search-article-forward.
20176
20177         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20178         display-visual-class instead of display-color-cells.
20179
20180 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20181
20182         * dgnushack.el: Autoload customize-group for XEmacs.
20183
20184         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20185         message/* containing non-ASCII text properly.
20186
20187 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20188
20189         * message.el: Require gmm-utils, remove autoloads.
20190         (message-tool-bar): Set default based on
20191         gmm-tool-bar-style.
20192         (message-tool-bar-gnome): Add gmm-customize-mode.
20193
20194         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20195         gmm-tool-bar-style.
20196         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20197
20198         * gnus-group.el (gnus-group-tool-bar): Set default based on
20199         gmm-tool-bar-style.
20200         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20201
20202         * gmm-utils.el (gmm-image-directory): Rename variable from
20203         gmm-image-load-path.
20204         (gmm-image-load-path): Use gmm-image-directory.
20205         (gmm-customize-mode): New function.
20206         (gmm-tool-bar-style): New variable.
20207
20208         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20209         gnus-group-redraw-line-number.
20210         (gnus-group-redraw-check): Simplify.
20211         (gnus-group-tool-bar-update): Remove redraw check.
20212         (gnus-group-make-tool-bar): Add redraw check.
20213
20214 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20215
20216         * gnus-art.el (gnus-button): Add missing parentheses.
20217
20218 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20219
20220         * lpath.el: Fbind line-number-at-pos.
20221
20222 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20223
20224         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20225
20226 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20227
20228         * gnus-art.el (gnus-button): New face.
20229         (gnus-article-button-face): Use it.
20230
20231         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20232         Add gnus-summary-next-page.  Re-order.
20233
20234         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20235         next-node are now included.
20236         (gnus-group-redraw-line-number): New internal variable.
20237         (gnus-group-redraw-check): Helper function for updating the tool
20238         bar.
20239         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20240
20241         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20242
20243         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20244         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20245         Use it to match format of Spamassassin 3.0 and later.
20246         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20247         (spam-check-bogofilter)
20248         (spam-bogofilter-register-with-bogofilter): Fix args of
20249         `gnus-error' calls.
20250
20251 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20252
20253         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20254         unnecessary interaction when sending queued mails.
20255         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20256
20257 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20258
20259         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20260         first or last are nil.
20261
20262 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20263
20264         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20265
20266 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20267
20268         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20269
20270 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20271
20272         * dns.el (query-dns): Protect more against buggy tcp output.
20273
20274 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20275
20276         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20277         nov.php.
20278
20279 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20280
20281         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20282         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20283         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20284         output on the server side.
20285         (nnweb-google-create-mapping): Update regexps and add some
20286         progress indication.
20287
20288 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20289
20290         * gnus-group.el (gnus-group-tool-bar-gnome):
20291         Fix gnus-agent-toggle-plugged.  Re-order icons.
20292         (gnus-group-tool-bar-gnome):
20293         Add gnus-group-{prev,next}-unread-group.
20294         (gnus-group-tool-bar-gnome): Re-order icons.
20295
20296         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20297         Move gnus-summary-insert-new-articles.
20298
20299         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20300         Fix comments.
20301
20302         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20303         also available in Emacs 21.3.
20304
20305         * message.el (message-fix-before-sending): Change "Emacs 22" to
20306         "Emacs 23 (unicode)" in comment.
20307
20308         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20309         "Emacs 23 (unicode)" in comment.
20310
20311         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20312         comment.
20313         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20314
20315         * mm-view.el (mm-fill-flowed): Add :version.
20316
20317 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20318
20319         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20320         and load-path.
20321
20322 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20323
20324         * message.el: Autoload gmm-image-load-path.
20325         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20326         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20327         consitency.
20328
20329         * gmm-utils.el (gmm-image-load-path): Also search in
20330         "../etc/images".  Don't set gmm-image-load-path if we don't find
20331         the image.
20332
20333 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20334
20335         * gmm-utils.el (gmm-image-load-path): Don't make
20336         `gmm-image-load-path' include subdirectories which the second arg
20337         `image' might specify.
20338
20339         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20340         subdirectory to icon file names.
20341
20342         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20343
20344 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20345
20346         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20347         gmm-image-load-path calls.
20348
20349         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20350
20351         * message.el (message-make-tool-bar): Ditto.
20352
20353         * mml.el (mml-preview): Add comment concerning tool bar icons.
20354
20355         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20356         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20357
20358         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20359         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20360
20361         * message.el (message-tool-bar-gnome): Use new icon names.
20362         (message-make-tool-bar): Use `gmm-image-load-path'.
20363
20364         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20365         New functions from MH-E.
20366         (gmm-image-load-path): New variable from MH-E.
20367         (gmm-image-load-path): New function from MH-E.  Add arguments
20368         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20369         *-image-load-path-called-flag.
20370
20371 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20372
20373         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20374
20375 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20376
20377         * nnimap.el (nnimap-request-move-article): Change folder back to
20378         source group before deleting.
20379
20380 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20381
20382         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20383
20384         * gnus-art.el (mm-url-insert-file-contents-external):
20385         Autoload mm-url.
20386
20387         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20388
20389 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20390
20391         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20392         coding system which mm-charset-to-coding-system returns for a
20393         given charset is valid.
20394
20395 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20396
20397         * html2text.el (html2text-remove-tag-list):
20398         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20399
20400 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20401
20402         * gnus-cus.el: Revert 2005-10-17 change.
20403
20404 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20405
20406         * gnus-art.el (article-strip-banner):
20407         Call article-really-strip-banner only when the regexp match is made.
20408
20409 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * gnus-art.el (article-strip-banner):
20412         Use gnus-extract-address-components instead of
20413         mail-header-parse-addresses to make it work with non-ASCII text;
20414         remove mail-encode-encoded-word-string.
20415
20416         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20417         values which are surrounded with \"...\"; make it never cause a
20418         Lisp error; give up parsing of parameters if it failed in
20419         extracting type.
20420
20421 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20422
20423         * smime.el (smime-cert-by-ldap-1): Fix bug where
20424         `smime-ldap-search' returns results without userCertificates.
20425
20426 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20427
20428         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20429
20430 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20431
20432         * spam.el (spam-check-spamassassin-headers): Adapt format for
20433         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20434         <ari@mbf.ocn.ne.jp>.
20435         (spam-list-of-processors): Add spam-use-gmane.
20436
20437 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20438
20439         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20440         make-temp-file; make it work with XEmacs as well.
20441
20442         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20443         mm-make-temp-file.
20444
20445         * mm-decode.el (mm-display-external): Use the 3rd arg of
20446         mm-make-temp-file.
20447         (mm-create-image-xemacs): Ditto.
20448
20449 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20452         with message-narrow-to-headers.
20453         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20454         (gnus-draft-check-draft-articles): New function.
20455         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20456
20457 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20458
20459         * gnus-art.el (gnus-article-browse-html-parts):
20460         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20461         Don't use suffix argument for mm-make-temp-file for Emacs 21
20462         compatibility.  Remove useless `format'.
20463
20464 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20465
20466         * nnweb.el (nnweb-google-wash-article): Update regexps.
20467         (nnweb-group-alist): Use defvoo instead of defvar.
20468
20469 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20470
20471         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20472         re-loading nn* modules.
20473
20474 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20475
20476         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20477         for `tool-bar-mode' and don't check it's default-value.
20478
20479         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20480
20481         * message.el (message-make-tool-bar): Ditto.
20482
20483         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20484         `substring'.  Shorten tmp-file name.
20485
20486         * gnus.el: Remove bogus comment.
20487
20488 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20489
20490         * gnus-art.el (gnus-article-browse-html-parts): New function.
20491         (gnus-article-browse-html-article): New function for viewing html
20492         articles with a browser.
20493
20494 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20495
20496         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20497         in elisp.
20498         (pgg-gpg-encrypt-symmetric-region): Ditto.
20499         (pgg-gpg-sign-region): Ditto.
20500
20501         * pgg-def.el (pgg-text-mode): New variable.
20502
20503         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20504         (mml2015-pgg-encrypt): Ditto.
20505
20506         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20507         (mml1991-pgg-encrypt): Ditto.
20508
20509 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20510
20511         * nnfolder.el (nnfolder-insert-newsgroup-line):
20512         Use message-make-date instead of current-time-string.
20513
20514         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20515         to gnus-decoded which mm-uu might set.
20516
20517 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20518
20519         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20520         don't decode quoted parameters; remove misimported Emacs code.
20521         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20522         (rfc2231-decode-encoded-string): Don't use split-string which
20523         behaves differently according to Emacs version; use
20524         mm-decode-coding-region to convert charset to coding-system.
20525         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20526         (rfc2231-encode-string): Remove misimported Emacs code.
20527
20528 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20529
20530         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20531         when calling mail-header-parse-content-type.
20532         (article-de-quoted-unreadable): Ditto.
20533         (article-de-base64-unreadable): Ditto.
20534         (article-wash-html): Ditto.
20535
20536         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20537         calling mail-header-parse-content-type and
20538         mail-header-parse-content-disposition.
20539         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20540         mail-header-parse-content-type.
20541
20542         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20543         insert charset and format parameters; encode description after
20544         inserting it to buffer.
20545         (mml-insert-parameter): Fold lines properly even if a parameter is
20546         segmented into two or more lines; change the max column to 76.
20547
20548         * rfc1843.el (rfc1843-decode-article-body): Don't use
20549         ignore-errors when calling mail-header-parse-content-type.
20550
20551         * rfc2231.el (rfc2231-parse-string): Return at least type if
20552         possible; don't cause an error even if it fails in parsing of
20553         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20554         (rfc2231-encode-string): Don't break lines at the beginning, leave
20555         it to mml-insert-parameter.
20556
20557         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20558         calling mail-header-parse-content-type.
20559
20560 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20561
20562         * spam-report.el (spam-report-gmane-use-article-number):
20563         Improve doc string.
20564         (spam-report-gmane-internal): Check if a suitable header was found
20565         in the article.
20566
20567 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20568
20569         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20570         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20571
20572 2006-02-05  Romain Francoise  <romain@orebokech.com>
20573
20574         Update copyright notices of all files in the gnus directory.
20575
20576 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20577
20578         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20579
20580 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20581
20582         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20583         segmented lines of parameter value to cope with Thunderbird 1.5
20584         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20585         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20586         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20587
20588 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20589
20590         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20591         parts.
20592
20593 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20594
20595         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20596         there's only one active file for all servers.
20597         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20598         solid groups.  Gnus might have used a FAST request to select the group.
20599         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20600         and nnweb-search redundantly in the active file.
20601         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20602         (nnweb-request-create-group): Don't use ARGS.
20603         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20604         initializations.  Let nnoo do the work.
20605
20606 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20607
20608         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20609         Say the part has been decoded.
20610
20611         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20612
20613 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20614
20615         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20616         mailcap-viewer-test-cache when there's no 'test clause, since that
20617         will invert the meaning of a "nil" test previously determined by
20618         mailcap-mailcap-entry-passes-test.
20619
20620 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20621
20622         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20623         compiling.
20624
20625         * gnus-sum.el: Ditto.
20626
20627         * message.el: Don't bind tool-bar-map when compiling.
20628
20629 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20630
20631         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20632
20633 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20634
20635         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20636         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20637         current Google Groups.
20638
20639 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20640
20641         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20642         and tool-bar-mode.
20643
20644         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20645         and tool-bar-mode.
20646
20647         * message.el (message-tool-bar-update): Simplify.
20648         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20649
20650         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20651         gnus-summary-buffer.
20652         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20653         gnus-summary-reply.
20654
20655         * gmm-utils.el (gmm): Add :version.
20656
20657 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20658
20659         * Makefile.in (clean): New rule.
20660         (distclean): Use it.
20661
20662 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20663
20664         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20665         Don't autoload.
20666
20667 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * gmm-utils.el (gmm-verbose): Add :group.
20670
20671 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20672
20673         * message.el: Change some comments WRT tool-bars.
20674
20675         * gnus-sum.el (gnus-summary-tool-bar)
20676         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20677         (gnus-summary-tool-bar-zap-list): New variables.
20678         (gnus-summary-make-tool-bar): Complete rewrite using
20679         `gmm-tool-bar-from-list'.
20680
20681         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20682         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20683         New variables.
20684         (gnus-group-make-tool-bar): Complete rewrite using
20685         `gmm-tool-bar-from-list'.
20686         (gnus-group-tool-bar-update): New function.
20687
20688         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20689
20690 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20691
20692         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20693         is dissected into a single part of which the type is the same as
20694         the given one; decode charset.
20695
20696 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20697
20698         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20699         into alists as symbol not string, since that's what
20700         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20701         look for.
20702
20703 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20704
20705         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20706         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20707
20708         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20709
20710 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20711
20712         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20713         (gnus-xmas-mime-security-button-menu): New function.
20714
20715         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20716         (gnus-mime-security-button-menu): New definition.
20717         (gnus-mime-security-button-map): Use them.
20718         (gnus-mime-security-button-menu): New function.
20719         (gnus-insert-mime-security-button): Addition to help echo.
20720         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20721         (gnus-mime-security-pipe-part): New functions.
20722
20723         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20724         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20725
20726         * mm-decode.el (mm-handle-set-disposition): Remove.
20727         (mm-handle-set-description): Remove.
20728
20729 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20730
20731         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20732         (mm-w3m-standalone-supports-m17n-p): New function.
20733         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20734         w3m usage.
20735
20736         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20737         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20738
20739 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20740
20741         * message.el (message-tool-bar-zap-list):
20742         Use gmm-tool-bar-zap-list as custom type.
20743         (message-tool-bar-update): New function.
20744         (message-tool-bar, message-tool-bar-gnome)
20745         (message-tool-bar-retro): Add message-tool-bar-update.
20746         (message-tool-bar-gnome): Add flyspell-buffer.
20747
20748         * gnus-util.el (gnus-error): Describe `args'.
20749
20750         * gmm-utils.el (gmm-error): Describe `args'.
20751         (gmm-tool-bar-zap-list): New widget.
20752         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20753
20754 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20755
20756         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20757         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20758         the number of recursive calls.
20759
20760         * mm-decode.el (mm-handle-set-disposition): New macro.
20761         (mm-handle-set-description): New macro.
20762
20763 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20764
20765         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20766         encoding.
20767
20768 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20769
20770         * message.el (message-tool-bar-zap-list, message-tool-bar)
20771         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20772         (message-tool-bar-local-item-from-menu): Remove.
20773         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20774         (message-make-tool-bar): New function.
20775         (message-mode): Use `message-make-tool-bar'.
20776
20777         * gmm-utils.el: New file.
20778         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20779         (gmm-lazy): New widget copied from `nnmail.el'.
20780         (gmm-tool-bar-from-list): New function for creating customizable
20781         tool bars.
20782         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20783         output.
20784         (gmm): Add :prefix to defgroup.
20785
20786 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20787
20788         * gmm-utils.el (gmm-widget-p): New function.
20789
20790 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20791
20792         * mml.el (mml-attach-file): Describe `description' in doc string.
20793         (mml-menu): Add Emacs MIME manual and PGG manual.
20794
20795 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20796
20797         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20798
20799 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20800
20801         * nntp.el (nntp-end-of-line): Doc fix.
20802
20803 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20804
20805         * imap.el (imap-open): Handle case where buffer is a buffer
20806         object.
20807
20808 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20809
20810         * gnus-delay.el (gnus-delay): Don't autoload.
20811         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20812         to be re-loaded when customizing the `gnus-delay' group.
20813
20814 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20815
20816         * message.el (message-insert-citation-line): Use newlines.
20817
20818 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20819
20820         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20821         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20822         these routines, so the passphrase can be managed externally and
20823         passed in to the system.
20824         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20825         pgg-add-passphrase-to-cache function.
20826
20827         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20828         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20829         these routines, so the passphrase can be managed externally and
20830         passed in to the system.
20831         (pgg-pgp5-sign-region): Use new name of
20832         pgg-add-passphrase-to-cache function.
20833
20834 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20835
20836         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20837         part of the decoded armor to find the key-identifier.
20838         (pgg-gpg-lookup-key-owner): New function to return the
20839         human-readable identifier of a key owner.
20840         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20841         itself.
20842         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20843         the key value) if we have a key and can match it against a secret
20844         key.  Also, added a note pointing out fact that the prompt only
20845         indicates the first matching key.
20846
20847         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20848         pgg-decrypt-region.
20849         (pgg-add-passphrase-to-cache): Rename from
20850         `pgg-add-passphrase-cache' to reduce confusion (all callers
20851         changed).
20852         (pgg-remove-passphrase-from-cache): Rename from
20853         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20854         changed).
20855         (pgg-read-passphrase, pgg-add-passphrase-cache)
20856         (pgg-remove-passphrase-cache): Add informative docstrings.
20857         (pgg-decrypt): Convey provided passphrase in subordinate call to
20858         pgg-decrypt-region.
20859
20860 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20861
20862         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20863         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20864         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20865         'passphrase' argument, so the passphrase can be managed externally
20866         and then passed in to the system.
20867
20868         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20869         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20870         so the passphrase cache can be used reliably with identifiers
20871         besides a pgp packet's key id.
20872
20873         * pgg-gpg.el (pgg-gpg-encrypt-region)
20874         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20875         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20876         these routines, so the passphrase can be managed externally and
20877         passed in to the system.
20878
20879         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20880         'notruncate' argument, so the passphrase cache can be used
20881         reliably with identifiers besides a pgp packet's key id.
20882
20883 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20884
20885         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20886         symmetric encryption.
20887         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20888         encrypted session key.
20889         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20890         message ask for the passphrase in a proper way.
20891
20892         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20893         New user commands for symmetric encryption.
20894
20895 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20896
20897         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20898
20899         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20900
20901 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20902
20903         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20904
20905 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20906
20907         * mm-decode.el (mm-inlined-types): Add application/pgp.
20908         (mm-automatic-display): Ditto.
20909
20910         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20911         part as text.
20912
20913 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20914
20915         * nnrss.el: Update copyright.
20916         (nnrss-opml-import): Query whether to subscribe to each entry.
20917
20918         * gnus-art.el:
20919         * gnus-sum.el:
20920         * gnus-xmas.el:
20921         * messagexmas.el:
20922         * mm-uu.el:
20923         * mm-view.el: Update copyright.
20924
20925 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20926
20927         * message.el (message-info): New function.
20928         (message-mode-menu): Add it.
20929         Update copyright.
20930
20931         * ChangeLog: Fix and update copyright.
20932
20933 2006-01-13  Romain Francoise  <romain@orebokech.com>
20934
20935         * message.el (message-forward-subject-name-subject): Prefer the
20936         address to 'nowhere' if the sender has no name.
20937         Fix typo.  Update copyright year.
20938
20939 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20940
20941         * gnus-art.el (article-wash-html):
20942         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20943         (gnus-article-wash-html-with-w3m-standalone): New function.
20944
20945         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20946         mm-inline-text-html-render-with-w3m-standalone.
20947         (mm-text-html-washer-alist): Map w3m-standalone to
20948         gnus-article-wash-html-with-w3m-standalone.
20949         (mm-inline-text-html-render-with-w3m-standalone): New function.
20950
20951 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20952
20953         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20954         Improve LaTeX.
20955
20956 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20957
20958         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20959         (nnrss-request-article): Render text/plain parts as HTML.
20960
20961         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20962         the buffer.
20963
20964 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20965
20966         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20967         custom definition of `gnus-posting-styles'.
20968
20969         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20970         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20971
20972 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20973
20974         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20975         Use nntp for bug archive.
20976
20977 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20978
20979         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20980         parts.
20981         (nnrss-normalize-date): New function converts ISO 8601 date into
20982         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20983         (nnrss-check-group): Use it.
20984
20985 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20986
20987         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20988
20989         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20990         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20991         (nnrss-insert-w3): Ditto.
20992
20993 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20994
20995         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20996         the articles to be forwarded including the case where neither a
20997         number of articles nor a region is specified.
20998
20999 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21000
21001         * nnrss.el (nnrss-request-article): Fix last change; fill
21002         text/plain parts.
21003
21004 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21005
21006         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21007         in text/plain part.
21008         (nnrss-check-group): Don't add excessive newline to dc:subject.
21009
21010 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21011
21012         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21013         article.
21014
21015 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21016
21017         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21018         (nnml-use-compressed-files, nnml-save-mail): Support other
21019         comression programs such as bzip2.
21020
21021 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21022
21023         * dns.el (query-dns): Make sure we check the buffer size before
21024         removing tcp headers.
21025
21026 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21027
21028         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21029         remove MIME buttons associated with multipart/alternative parts.
21030         (gnus-mime-display-alternative): Tag buttons using `article-type'
21031         text property.
21032
21033         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21034         associated with multipart/alternative parts.
21035
21036         * gnus-art.el (gnus-signature-separator): Fix custom type.
21037
21038         * mm-decode.el (mm-inlined-types): Fix custom type.
21039         (mm-keep-viewer-alive-types): Ditto.
21040         (mm-automatic-display): Ditto.
21041         (mm-attachment-override-types): Ditto.
21042         (mm-inline-override-types): Ditto.
21043         (mm-automatic-external-display): Ditto.
21044
21045 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21046
21047         * spam-report.el (spam-report-user-mail-address)
21048         (spam-report-user-agent): New variables.
21049         (spam-report-url-ping-plain): Use spam-report-user-agent.
21050
21051 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21052
21053         * gnus-art.el (gnus-button-handle-custom): Do not just use
21054         `customize-apropos' for any "M-x customize-*" button but the
21055         function called for.  Accept both the function name and its
21056         argument in order to achieve this.
21057         (gnus-button-alist): Remove support for "custom:" URL's.
21058         Pass function name to `gnus-button-handle-custom' in case of "M-x
21059         customize-*" buttons.
21060
21061 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21062
21063         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21064         multipart/alternative and add xref to mm-discouraged-alternatives
21065         in doc string.
21066
21067         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21068         gnus-buttonized-mime-types in doc string.
21069
21070 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21071
21072         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21073         Suggest image/.* in the doc string.
21074
21075 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21076
21077         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21078         message-marks (Debian bug#342521).
21079
21080 2005-12-12  Simon Josefsson  <jas@extundo.com>
21081
21082         * password.el (password-read-from-cache): Add.
21083         (password-read): Use it.
21084
21085 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21086
21087         * rfc2047.el (rfc2047-charset-to-coding-system):
21088         Recognize us-ascii as a MIME charset.
21089
21090         * mm-bodies.el (mm-decode-content-transfer-encoding):
21091         Protect against the case where the 2nd arg TYPE is nil.
21092
21093 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21094
21095         * pop3.el (pop3-stream-type): Fix custom version.
21096
21097         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21098
21099 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21100
21101         * mm-decode.el (mm-display-external): Add missing cdr.
21102
21103 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21104
21105         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21106         RFC1524) if it is in mailcap or add a suffix according to
21107         mailcap-mime-extensions when generating a temp filename; postpone
21108         deleting a temp file for 2 seconds for some wrappers, shell
21109         scripts, and so on, which might exit right after having started a
21110         viewer command as a background job.
21111
21112 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21113
21114         * nntp.el (nntp-marks-directory): Fix custom group.
21115
21116         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21117         steps when < 10.
21118
21119         * gnus-start.el (gnus-no-server-1):
21120         Mention `gnus-level-default-subscribed' in doc string.
21121
21122 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21123
21124         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21125         parens.
21126
21127 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21128
21129         * gnus-xmas.el (gnus-use-toolbar): Revert.
21130         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21131         gnus-use-toolbar is default.
21132
21133         * messagexmas.el (message-use-toolbar): Revert.
21134         (message-setup-toolbar): Use global default-toolbar if
21135         message-use-toolbar is default.
21136
21137 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21138
21139         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21140         according to default-toolbar-visible-p.
21141
21142         * messagexmas.el (message-use-toolbar): Ditto.
21143
21144 2005-11-26  Dave Love  <fx@gnu.org>
21145
21146         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21147         (tls-program, tls-success): Provide openssl alternative.
21148
21149         * starttls.el: Doc fixes.
21150         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21151         SERVICE to PORT.
21152
21153         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21154         port null or service name.
21155         (starttls-negotiate): Autoload.
21156
21157 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21158
21159         * message.el (message-kill-to-signature): Fix interactive spec.
21160
21161 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21162
21163         * pop3.el (pop3-open-server): Recognize a string as a service name.
21164
21165 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21166
21167         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21168
21169 2005-11-23  Dave Love  <fx@gnu.org>
21170
21171         Add pop3s, pop3/starttls.
21172
21173         * pop3.el (pop3-authentication-scheme): Clarify doc.
21174         (open-tls-stream, starttls-open-stream): Autoload.
21175         (pop3-stream-type): New.
21176         (pop3-open-server): Use it.
21177
21178         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21179         for POP.
21180         (mail-source-keyword-map): Add :stream for POP.
21181         (mail-source-fetch-pop): Use pop3-stream-type.
21182
21183 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21184
21185         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21186         of current-time-string.
21187
21188 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21189
21190         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21191         date header.
21192
21193 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21194
21195         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21196         it can seriously impact performance as it bypasses the agent's
21197         local caches.
21198
21199 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21200
21201         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21202         must be explicitly online rather than "not explicitly offline" for
21203         its flags to be synchronized.
21204
21205         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21206         that gnus-uu-unmark-thread will function correctly.
21207
21208         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21209         1024K is instead displayed as 1M.
21210
21211 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21212
21213         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21214
21215 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21216
21217         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21218
21219 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21220
21221         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21222         error message to display actual error condition.
21223         (gnus-agent-save-local): Avoid saving symbols that are bound to
21224         nil as they simply result in a warning message in
21225         gnus-agent-read-local.
21226
21227 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21228
21229         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21230         rather than make-variable-buffer-local for file-precious-flag.
21231
21232 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21233
21234         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21235         for duplicates which are removed.  The invalid sort check then
21236         triggers a rescan after the sort as sorting may have moved
21237         duplicate entries such that they can be cheaply detected.
21238
21239 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21240
21241         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21242
21243 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21244
21245         * gnus-agent.el (gnus-agent-article-alist-save-format):
21246         Change internal variable to a custom variable.  Change default value
21247         from compressed(2) to uncompressed(1).
21248         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21249         support for uncompressed agentview files.  Taken together, reading
21250         the agentview file should now be 6-7 times faster.
21251
21252 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21253
21254         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21255         as a buffer-local variable.  This avoids creating truncated
21256         dribble files as a result of a hang up, eg.
21257
21258 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21259
21260         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21261         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21262         XEmacs.
21263
21264 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21265
21266         * gnus-start.el (gnus-start-draft-setup):
21267         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21268
21269         * gnus.el (gnus-splash): Change custom group.
21270         (gnus-group-get-parameter, gnus-group-parameter-value):
21271         Describe allow-list argument.
21272
21273         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21274         string.
21275
21276 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21277
21278         * gnus-art.el (gnus-default-article-saver): Add user-defined
21279         `function' to custom type.
21280
21281 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21282
21283         * imap.el (imap-open): Handle case where buffer is a buffer
21284         object.
21285
21286 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21287
21288         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21289         long lines.
21290         (gnus-cache-delete-group): Wrap doc strings.
21291
21292         * gnus-agent.el (gnus-agent-rename-group)
21293         (gnus-agent-delete-group): Wrap doc strings.
21294
21295 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21296
21297         * messagexmas.el (message-use-toolbar): Change the valid values
21298         into default, top, bottom, left, and right.
21299         (message-toolbar-thickness): New variable.
21300         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21301         well.
21302         (message-setup-toolbar): Make it work.
21303
21304         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21305         (gnus-use-toolbar): Change the valid values into default, top,
21306         bottom, left, and right.
21307         (gnus-toolbar-thickness): New variable.
21308         (gnus-xmas-setup-toolbar): New function.
21309         (gnus-xmas-setup-group-toolbar): Use it.
21310         (gnus-xmas-setup-summary-toolbar): Use it.
21311
21312 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21313
21314         * gnus-start.el (gnus-1): Add "native" to
21315         gnus-predefined-server-alist.
21316
21317         * gnus.el (gnus-method-to-server): Don't add "native" to the
21318         lists here, because that leads to problems when
21319         gnus-select-method is bound.
21320
21321 2005-11-09  Simon Josefsson  <jas@extundo.com>
21322
21323         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21324         use (not sort-by-date) instead.
21325
21326 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21327
21328         * gnus-delay.el (gnus-delay-group): Don't autoload.
21329         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21330         to be re-loaded when customizing the `gnus-delay' group.
21331
21332 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21333
21334         * message.el: Revert last changes.
21335         (message-insert-citation-line): Use newlines.
21336
21337 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21338
21339         * message.el (message-courtesy-message)
21340         (message-mark-insert-begin, message-mark-insert-end)
21341         (message-elide-ellipsis, message-cancel-message)
21342         (message-add-header, message-change-subject)
21343         (message-cross-post-followup-to-header)
21344         (message-cross-post-insert-note, message-reduce-to-to-cc)
21345         (message-widen-reply, message-delete-not-region)
21346         (message-kill-to-signature, message-insert-signature)
21347         (message-insert-importance-high, message-insert-importance-low)
21348         (message-insert-or-toggle-importance)
21349         (message-insert-disposition-notification-to)
21350         (message-indent-citation, message-yank-original)
21351         (message-cite-original-without-signature, message-cite-original)
21352         (message-insert-citation-line, message-position-on-field)
21353         (message-fix-before-sending, message-send-mail-partially)
21354         (message-send-mail, message-send-mail-with-sendmail)
21355         (message-send-mail-with-qmail, message-send-news)
21356         (message-check-news-header-syntax, message-generate-headers)
21357         (message-insert-courtesy-copy, message-fill-address)
21358         (message-fill-header, message-shorten-references)
21359         (message-setup-1, message-cancel-news)
21360         (message-forward-make-body-plain, message-forward-make-body-mime)
21361         (message-forward-make-body-mml, message-encode-message-body)
21362         (message-forward-make-body-digest-plain)
21363         (message-forward-make-body-digest-mime)
21364         (message-use-alternative-email-as-from): Insert `hard-newline'
21365         instead of ordinary newlines.
21366
21367 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21368
21369         * message.el (message-generate-headers): Downcase the argument
21370         given to message-check-element.
21371
21372 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21373
21374         * nntp.el (nntp-authinfo-rejected): New error condition.
21375         (nntp-wait-for): Use new error condition to signal authentication
21376         error.
21377         (nntp-retrieve-data): Rethrow new error condition to break out of
21378         recursive call to nntp-send-authinfo.
21379
21380 2005-11-08  Romain Francoise  <romain@orebokech.com>
21381
21382         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21383         (gnus-summary-exit-map): Bind to `Z p'.
21384         (gnus-summary-make-menu-bar): Add menu item.
21385
21386 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21387
21388         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21389         (gnus-treat-*): Add `first' in all doc strings.
21390
21391         * gnus-group.el (gnus-group-compact-group): Fix typo.
21392
21393 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21394
21395         * gnus.el (gnus-parameters-case-fold-search): New variable.
21396         (gnus-parameters-get-parameter): Use it.
21397
21398         * gnus-score.el (gnus-home-score-file): Doc fix.
21399
21400 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21401
21402         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21403
21404 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21405
21406         * mm-util.el (mm-special-display-p): New function.
21407
21408         * mml.el (mml-preview): Use it; doc fix.
21409
21410 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21411
21412         * imap.el (imap-open): Handle case where buffer is a buffer object.
21413
21414 2005-10-29  Romain Francoise  <romain@orebokech.com>
21415
21416         * message.el (message-fix-before-sending): Fix comment.
21417
21418 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21419
21420         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21421
21422 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21423
21424         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21425         Used in gnus-score.el.
21426
21427 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21428
21429         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21430
21431 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21432
21433         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21434         whitespace removed in revision 7.8.  Use concatenated string to
21435         protect trailing whitespace.
21436
21437 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21438
21439         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21440         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21441         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21442         Courier IMAP ("some version from 2004").  Mostly based on similar
21443         code in the same function.
21444
21445 2005-10-26  Didier Verna  <didier@xemacs.org>
21446
21447         * gnus-group.el (gnus-group-compact-group): Invalidate original
21448         article buffer.
21449         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21450         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21451         NOV database and in article itself.
21452         Invalidate article backlog.
21453
21454 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21455
21456         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21457
21458 2005-10-26  Simon Josefsson  <jas@extundo.com>
21459
21460         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21461         part of 2004-07-25 change.
21462
21463 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21464
21465         * message.el (message-display-completion-list): New function.
21466         (message-expand-group): Use it; make sure the Completions buffer
21467         is modifiable.
21468 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21469
21470         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21471         user-mail-name is an empty string.
21472
21473 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21474
21475         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21476         depending on gnus-score-decay-constant.
21477
21478         * encrypt.el (encrypt-insert-file-contents)
21479         (encrypt-write-file-contents): Don't use `gnus-message'.
21480
21481         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21482         arguments.
21483         (mm-uu-type-alist): Add message-marks and insert-marks.
21484         Pass arguments to mm-uu-verbatim-marks-extract.
21485         (mm-uu-hide-markers): New variable.
21486         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21487
21488         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21489         (gnus-convert-image-to-face-command): Use "convert" by default to
21490         allow other input image formats.
21491         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21492         accordingly.
21493
21494 2005-10-23  Simon Josefsson  <jas@extundo.com>
21495
21496         * imap.el (imap-gssapi-program): Align command line parameters
21497         with latest GNU SASL.
21498         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21499
21500 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21501
21502         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21503         HTML.
21504         (nnslashdot-request-article): Ditto.
21505
21506         * lpath.el (featurep): Add nobreak-char-display.
21507
21508 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21509
21510         * mail-source.el (mail-source-fetch-pop): Require pop3.
21511         (mail-source-check-pop): Ditto.
21512
21513 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21514
21515         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21516         errors.
21517
21518 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21519
21520         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21521         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21522
21523         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21524
21525         * mm-bodies.el (mm-decode-string):
21526         Call `mm-charset-to-coding-system' with allow-override argument.
21527
21528 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21529
21530         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21531         (rfc2047-charset-to-coding-system): New function.
21532         (rfc2047-decode-encoded-words): New function.
21533         (rfc2047-decode-region): Use them.
21534         (rfc2047-decode-cte): Remove.
21535         (rfc2047-parse-and-decode): Remove.
21536         (rfc2047-decode): Remove.
21537
21538 2005-10-15  Kenichi Handa  <handa@m17n.org>
21539
21540         * rfc2047.el (rfc2047-decode-cte): New function.
21541         (rfc2047-decode-region): Change the way to decode successive
21542         encoded-words: decode B- or Q-encoding in each encoded-word,
21543         concatenate them, and decode it as charset.
21544
21545 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21546
21547         * lpath.el: Fbind codepage-setup for XEmacs.
21548
21549 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21550
21551         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21552         widget-move-and-invoke.
21553         (gnus-custom-mode): Use gnus-custom-map.
21554
21555 2005-10-15  Bill Wohler  <wohler@newt.com>
21556
21557         * message.el (message-tool-bar-map): Rename image file from
21558         mail_send to mail/send.
21559
21560 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21561
21562         * message.el (message-expand-group): Pass the common
21563         prefix substring of completion to `display-completion-list'.
21564
21565 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21566
21567         * mml-sec.el (mml-secure-method): New internal variable.
21568         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21569         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21570         New functions using mml-secure-method.
21571
21572         * mml.el (mml-mode-map): Add key bindings for those functions.
21573         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21574         Harder <harder@myrealbox.com>.
21575         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21576         Goto end of message if point is the headers of the message.
21577
21578         * message.el (message-in-body-p): New function.
21579
21580         * assistant.el: Autoload gnus-util and netrc.
21581
21582         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21583         Use `mm-charset-override-alist' only when decoding.
21584
21585         * mm-bodies.el (mm-decode-body):
21586         Call `mm-charset-to-coding-system' with allow-override argument.
21587
21588         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21589         `filename' from Content-Disposition if Content-Type doesn't
21590         provide `name'.
21591         (gnus-mime-view-part-as-type): Set default instead of
21592         initial-input.
21593
21594 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21595
21596         * format-spec.el (format-spec): Propagate text properties of % spec.
21597
21598 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21599
21600         * gnus-art.el (gnus-treat-predicate): Add `first'.
21601
21602 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21603
21604         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21605         (mm-charset-override-alist): New variable.
21606         (mm-charset-to-coding-system): Use it.
21607         (mm-codepage-setup): New helper function.
21608         (mm-charset-eval-alist): New variable.
21609         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21610         Warn about unknown charsets.
21611
21612         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21613
21614 2005-10-04  David Hansen  <david.hansen@gmx.net>
21615
21616         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21617         (nnrss-check-group): Ditto.
21618
21619 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21620
21621         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21622         Rename x-gnus-verbatim to x-verbatim.
21623         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21624
21625         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21626         x-verbatim.
21627
21628         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21629
21630         * gnus-util.el (gnus-remove-duplicates): Remove.
21631
21632         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21633         instead of gnus-remove-duplicates.
21634
21635         * message.el (message-remove-duplicates): Remove.
21636         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21637         message-remove-duplicates.
21638
21639         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21640         available, else use implementation from `delete-dups'.
21641
21642         * message.el (message-insert-expires): New function.
21643         (message-mode-map): Add key binding.
21644         (message-mode-field-menu): Add menu entry.
21645         (message-mode): Document it.
21646         (message-make-expires-date): Use `message-make-date'.
21647
21648 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21649
21650         * message.el (message-make-expires-date): New function.
21651
21652 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21653
21654         * Makefile.in (list-installed-shadows): New entry.
21655         (install): Use it.
21656         (remove-installed-shadows): New entry.
21657
21658         * dgnushack.el (dgnushack-default-load-path): New variable.
21659         (dgnushack-find-lisp-shadows): New function.
21660         (dgnushack-remove-lisp-shadows): New function.
21661
21662 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21663
21664         * Makefile.in (install-el-elc): New entry.
21665         (install): Use it so that .el files are necessarily installed.
21666
21667 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21668
21669         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21670
21671 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21672
21673         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21674         function rather than the diff-mode.el package.
21675         (mm-display-external): Use with-current-buffer.
21676         (mm-viewer-completion-map, mm-viewer-completion-map):
21677         Move initialization inside declaration.
21678
21679 2005-09-29  Simon Josefsson  <jas@extundo.com>
21680
21681         * spam.el: Load hashcash when compiling, to avoid warnings.
21682         Don't autoload mail-check-payment.
21683         (spam-check-hashcash): Define unconditionally, since hashcash.el
21684         is part of Gnus now.  Ignore errors from payment checking.
21685
21686 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21687
21688         * message.el (message-bold-region, message-unbold-region):
21689         Rename from `bold-region' and `unbold-region'.
21690
21691         * message.el: Remove useless autoloads.
21692
21693 2005-09-28  Simon Josefsson  <jas@extundo.com>
21694
21695         * message.el (message-use-idna): Default to t.
21696         (message-use-idna): Test whether encoding works too.  Doc fix.
21697
21698 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21699
21700         * nntp.el (nntp-warn-about-losing-connection): Remove.
21701
21702 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21703
21704         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21705         customizable.  Change default value.
21706         (mm-uu-diff-groups-regexp): Change default value.
21707         (mm-uu-type-alist): Add doc string.
21708         (mm-uu-configure): Add doc string.  Make it interactive.
21709         (mm-uu-tex-groups-regexp): New variable.
21710         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21711         (mm-uu-type-alist): Add LaTeX documents.
21712         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21713         of "text/verbatim".
21714         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21715
21716         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21717         instead of "text/verbatim".
21718
21719         * message.el (message-mark-inserted-region)
21720         (message-mark-insert-file): Use slrn style marks when called with
21721         prefix argument.
21722
21723 2005-09-27  Simon Josefsson  <jas@extundo.com>
21724
21725         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21726
21727 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21728
21729         * message.el (message-remove-duplicates): New function.
21730         Implementation borrowed from `gnus-remove-duplicates'.
21731         (message-idna-to-ascii-rhs): Also encode idna addresses in
21732         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21733         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21734         only ask about the same idna domain once per header and also tell
21735         in what header to replace the idna domain.
21736
21737         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21738         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21739         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21740         a header is decoded and not just the last one.
21741
21742 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21743
21744         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21745         has been decoded.
21746
21747         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21748         (mm-insert-part): Don't modify text if it has been decoded.
21749
21750         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21751         decoded.
21752
21753         * mm-view.el (mm-inline-text): Don't strip text props unless
21754         decoding enriched or richtext parts.
21755
21756 2005-09-25  Romain Francoise  <romain@orebokech.com>
21757
21758         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21759         * gnus-start.el (gnus-subscribe-interactively):
21760         * gnus-uu.el (gnus-uu-grab-articles):
21761         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21762         space.
21763
21764 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21765
21766         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21767         * mm-view.el (mm-view-pkcs7-decrypt):
21768         * gnus-sum.el (gnus-summary-limit-to-extra)
21769         (gnus-summary-respool-article, gnus-read-move-group-name):
21770         * gnus-score.el (gnus-summary-increase-score):
21771         * gnus-util.el (gnus-completing-read-with-default):
21772         * gnus-art.el (gnus-read-save-file-name)
21773         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21774         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21775         * message.el (message-check-news-header-syntax):
21776         Follow convention for reading with the minibuffer.
21777
21778 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21779
21780         * spam-report.el (spam-report-url-ping-plain):
21781         Use gnus-extended-version as User-Agent.
21782
21783         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21784         default value is nil.
21785
21786         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21787         (mm-uu-verbatim-marks-extract): New function.
21788         (mm-uu-extract): New face.
21789         (mm-uu-copy-to-buffer): Use it.
21790
21791         * spam-report.el (spam-report-gmane-ham): Rename from
21792         `spam-report-gmane-unspam'.
21793         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21794         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21795
21796         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21797         Autoload.
21798         (spam-report-gmane-unregister-routine):
21799         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21800
21801 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21802
21803         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21804         (spam-report-gmane-unregister-routine): Add support for gmane
21805         unregistration.
21806
21807         * spam-report.el (spam-report-gmane-unspam)
21808         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21809         (spam-report-gmane): Change to take a single article and do unspam
21810         registration.
21811
21812 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21813
21814         * mm-url.el (mm-url-decode-entities): Fix regexp.
21815
21816 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21817
21818         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21819         default to nil, to be able to use Gnus at all.  If the default
21820         switches to something else, then the function should be fixed not
21821         be exceedingly slow.
21822
21823 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21824
21825         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21826         fail hard.
21827
21828         * spam-report.el: Add better Keywords line.
21829
21830         * spam.el: Add Maintainer and better Keywords line.
21831
21832 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21833
21834         * gnus-art.el (gnus-article-replace-part)
21835         (gnus-mime-replace-part): New functions.
21836         (gnus-mime-action-alist, gnus-mime-button-commands)
21837         (gnus-mime-save-part-and-strip): Add file argument.
21838         (gnus-article-part-wrapper): Add interactive argument.
21839
21840         * gnus-sum.el (gnus-summary-mime-map):
21841         Add `gnus-article-replace-part'.
21842
21843 2005-09-19  Didier Verna  <didier@xemacs.org>
21844
21845         The nnml compaction feature:
21846         * nnml.el (nnml-request-compact-group): New function.
21847         * nnml.el (nnml-request-compact): New function.
21848         * gnus-int.el (gnus-request-compact-group): New function.
21849         * gnus-int.el (gnus-request-compact): New function.
21850         * gnus-group.el (gnus-group-compact-group): New function.
21851         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21852         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21853         * gnus-srvr.el (gnus-server-compact-server): New function.
21854         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21855         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21856
21857 2005-09-18  Deepak Goel  <deego@gnufans.org>
21858
21859         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21860         format spec.
21861
21862 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21863
21864         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21865
21866 2005-09-15  Romain Francoise  <romain@orebokech.com>
21867
21868         * message.el (message-fill-paragraph): Clarify docstring.
21869
21870 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21871
21872         * gnus-art.el (gnus-mime-display-part): Protect against broken
21873         MIME messages.
21874
21875 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21876
21877         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21878         before parsing header.
21879
21880 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21881
21882         * html2text.el (html2text-replace-list): Add new entities.
21883
21884 2005-09-11  Romain Francoise  <romain@orebokech.com>
21885
21886         * message.el (message-alternative-emails): Improve docstring.
21887         (message-setup-1): Call `message-use-alternative-email-as-from'
21888         after `message-setup-hook' to give it precedence over posting
21889         styles, etc.
21890         (message-use-alternative-email-as-from): Add docstring.
21891         Remove the original From header if present.
21892
21893         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21894         (nnml-save-mail): Use it.
21895
21896         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21897         articles.  Add new argument `silent'.
21898         (gnus-uu-mark-all): Report the total number of marked articles.
21899
21900 2005-09-10  Romain Francoise  <romain@orebokech.com>
21901
21902         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21903         (gnus-uu-mark-series): Likewise.
21904
21905 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21906
21907         * spam-report.el (spam-report-gmane): Fix generation of spam
21908         report URL.
21909
21910 2005-09-10  Simon Josefsson  <jas@extundo.com>
21911
21912         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21913         t, based on discussion on the ding list with Robert Epprecht
21914         <epprecht@solnet.ch>.
21915
21916 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21917
21918         * spam-report.el (spam-report-gmane): Make it work without
21919         X-Report-Spam header.  Gmane now only provides Archived-At.
21920         This is only used if `spam-report-gmane-use-article-number' is nil.
21921         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21922
21923         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21924         make `gnus-summary-sort-by-recipient' work with threading.
21925
21926         * nnweb.el (nnweb-google-wash-article): Print a message if article
21927         is not available.
21928
21929 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21930
21931         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21932         change.  Decode text/* parts content before displaying.
21933
21934 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21935
21936         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21937
21938 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21939
21940         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21941
21942         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21943         url-package-name, url-package-version,
21944         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21945         w3m-display-inline-images, and w3m-minor-mode-map.
21946
21947 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21948
21949         * message.el (message-tab-body-function): Fix mismatched custom type.
21950
21951         * gnus.el (gnus-group-change-level-function): Ditto.
21952
21953         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21954
21955         * gnus-art.el (gnus-signature-limit)
21956         (gnus-article-mime-part-function): Ditto.
21957
21958 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21959
21960         * mml.el (mml-mode): Silence the byte compiler.
21961
21962         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21963         using `(sit-for 0)' before moving the point to the specified part;
21964         skip unbuttonized parts.
21965         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21966         return to the summary window if gnus-auto-select-part is non-nil.
21967
21968 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21969
21970         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21971         New variables.
21972         (mml-dnd-attach-file, mml-mode): Use them.
21973
21974         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21975         Make fetching article by MID work again for Google Groups.
21976         Add FIXME concerning gnus-group-make-web-group.
21977
21978         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21979         Don't depend on Gnus by using mail-extract-address-components if
21980         gnus-extract-address-components is not bound.
21981
21982 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21983
21984         * gnus-art.el (gnus-mime-display-security): Don't display the
21985         signature, but only the signed part.
21986
21987 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21988
21989         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21990
21991         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21992         list, not listp.
21993
21994 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21995
21996         * mm-encode.el (mm-encode-content-transfer-encoding):
21997         Likewise when encoding.
21998
21999         * mm-bodies.el (mm-decode-content-transfer-encoding):
22000         De-canonicalize CRLF for all text content types, not just
22001         text/plain.
22002
22003 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22004
22005         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22006         valid article; point arrow and cursor at the MIME button.
22007
22008 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22009
22010         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22011         Suggested by Dan Christensen <jdc@uwo.ca>.
22012
22013         * mm-decode.el (mm-save-part): Enable change of prompt.
22014
22015 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22016
22017         * gnus-msg.el (gnus-inews-add-send-actions):
22018         Make `message-post-method' lambda parameter ARG `&optional'.
22019
22020 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22021
22022         * gnus-sum.el (gnus-summary-mime-map):
22023         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22024         gnus-article-jump-to-part.
22025
22026         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22027         (gnus-article-edit-part): Use it.
22028         (gnus-article-part-wrapper): Add no-handle argument.
22029         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22030         New functions.
22031
22032 2005-08-29  Romain Francoise  <romain@orebokech.com>
22033
22034         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22035         docstring.
22036         (gnus-face-from-file): Likewise.
22037
22038 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22039
22040         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22041         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22042         non-nil.
22043         (gnus-auto-select-part): New variable.
22044         (gnus-article-jump-to-part): New function.
22045         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22046         (gnus-mime-delete-part): Allow selecting specified part after
22047         deleting or stripping parts.
22048         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22049         part if argument is bogus.
22050
22051 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22052
22053         * gnus-art.el (w3m-minor-mode-map):
22054         * gnus-spec.el (gnus-newsrc-file-version):
22055         * gnus-util.el (nnmail-active-file-coding-system)
22056         (gnus-original-article-buffer, gnus-user-agent):
22057         * gnus.el (gnus-ham-process-destinations)
22058         (gnus-parameter-ham-marks-alist)
22059         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22060         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22061         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22062         * mm-decode.el (gnus-current-window-configuration):
22063         * mm-extern.el (gnus-article-mime-handles):
22064         * mm-url.el (url-current-object, url-package-name)
22065         (url-package-version):
22066         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22067         (smime-keys, w3m-cid-retrieve-function-alist)
22068         (w3m-current-buffer, w3m-display-inline-images)
22069         (w3m-minor-mode-map):
22070         * mml-smime.el (gnus-extract-address-components):
22071         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22072         (gnus-newsrc-hashtb, message-default-charset)
22073         (message-deletable-headers, message-options)
22074         (message-posting-charset, message-required-mail-headers)
22075         (message-required-news-headers):
22076         * mml1991.el (mc-pgp-always-sign):
22077         * mml2015.el (mc-pgp-always-sign):
22078         * nnheader.el (nnmail-extra-headers):
22079         * rfc1843.el (gnus-decode-encoded-word-function)
22080         (gnus-decode-header-function, gnus-newsgroup-name):
22081         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22082
22083 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22084
22085         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22086         the end of the date treatments.
22087
22088 2005-08-15  Simon Josefsson  <jas@extundo.com>
22089
22090         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22091         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22092         Capello and Romain Francoise.
22093         (pgg-fetch-key-function): Remove, not used?
22094         (pgg-insert-url-with-w3): Require url, to get
22095         url-insert-file-contents regardless of where it is defined.
22096
22097 2005-08-13  Romain Francoise  <romain@orebokech.com>
22098
22099         * message.el (message-cite-original-1): New function.
22100         (message-cite-original): Use it.
22101         (message-cite-original-without-signature): Ditto.
22102
22103 2005-08-08  Romain Francoise  <romain@orebokech.com>
22104
22105         * message.el (message-yank-empty-prefix): New variable.
22106         (message-indent-citation): Use it.
22107         (message-cite-original-without-signature): Respect X-No-Archive.
22108
22109 2005-08-08  Simon Josefsson  <jas@extundo.com>
22110
22111         * pgg.el: Autoload url-insert-file-contents instead of loading
22112         w3/url.
22113         (pgg-insert-url-with-w3): Don't load url here.
22114
22115 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22116
22117         * message.el (message-kill-to-signature): Don't insert newline at
22118         bol.
22119         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22120
22121 2005-08-06  Romain Francoise  <romain@orebokech.com>
22122
22123         * message.el (message-user-fqdn): Fix typo in docstring.
22124
22125 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22126
22127         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22128
22129         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22130
22131 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22132
22133         * mm-bodies.el (mm-encode-body): Use coding system rather than
22134         charset to encode text.
22135
22136         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22137         number of charsets if utf-8 is available (XEmacs).
22138
22139 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22140
22141         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22142         taken from `gnus-button-mid-or-mail-regexp'.
22143         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22144         (gnus-button-alist): Improve regexp for domain part of the MIDs
22145         for news:localpart@domain buttons.
22146         (gnus-button-ctan-directory-regexp): Update.
22147
22148 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22149
22150         * sieve-manage.el (sieve-manage-interactive-login):
22151         Use make-local-variable rather than make-variable-buffer-local.
22152         (sieve-manage-open): Ditto.
22153         (sieve-manage-authenticate): Ditto.
22154
22155         * mml.el (mml-generate-mime-1): Make the content type default to
22156         text/plain if the filename is not specified.
22157
22158 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22159
22160         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22161         instead of insert-buffer.
22162
22163         * message.el (message-yank-original): Ditto; set the mark at the
22164         end of the yanked message.
22165
22166 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22167
22168         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22169         lines to scroll rather than to stop it.
22170
22171         * mml.el (mml-generate-default-type): Add doc string.
22172         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22173         default to application/octet-stream when determining the content
22174         type if it is not specified for the part or the mml contents; add
22175         a comment about mml-generate-default-type.
22176
22177 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22178
22179         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22180         make it default to application/octet-stream when determining the
22181         content type if it is not specified for the external contents.
22182
22183 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22184
22185         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22186         segmented parameter but also other parameters might be there.
22187
22188 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22189
22190         * mm-decode.el (mm-display-external): Delete temp file, directory
22191         and buffer immediately if the external process is exited.
22192
22193 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22194
22195         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22196         fewer lines than that of scroll-margin.
22197         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22198
22199 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22200
22201         * gnus-art.el (gnus-article-next-page): Revert.
22202         (gnus-article-beginning-of-window): New macro.
22203         (gnus-article-next-page-1): Use it.
22204         (gnus-article-prev-page): Ditto.
22205         (gnus-article-edit-part): Use insert-buffer-substring instead of
22206         insert-buffer.
22207         (gnus-article-edit-exit): Ditto.
22208
22209         * gnus-util.el (gnus-beginning-of-window): Remove.
22210         (gnus-end-of-window): Remove.
22211
22212         * lpath.el: Don't bind header-line-format and scroll-margin.
22213
22214 2005-07-25  Simon Josefsson  <jas@extundo.com>
22215
22216         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22217         to have the url package without w3.  Reported by Daiki Ueno
22218         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22219
22220 2005-07-20  Didier Verna  <didier@xemacs.org>
22221
22222         * gnus-diary.el: Remove the description comment (nndiary is now
22223         properly documented in the Gnus manual).
22224         Fix the spelling of "Back End".
22225         * nndiary.el: Ditto.
22226         Fix the copyright notice.
22227
22228 2005-07-18  Romain Francoise  <romain@orebokech.com>
22229
22230         * gnus-sum.el (gnus-summary-to-prefix)
22231         (gnus-summary-newsgroup-prefix): New variables.
22232         (gnus-summary-from-or-to-or-newsgroups): Use them.
22233
22234 2005-07-17  Romain Francoise  <romain@orebokech.com>
22235
22236         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22237         space as it's generally not especially interesting to the user.
22238
22239 2005-07-16  Romain Francoise  <romain@orebokech.com>
22240
22241         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22242         nil to avoid prompting and file modification if one of the
22243         messages at the top of the nnfolder file contains a copyright
22244         notice.
22245         Update copyright notice.
22246
22247         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22248         instead of `current-time-string' as the latter creates a time
22249         string that is not RFC 2822 compliant (it lacks the zone).
22250         Update copyright notice.
22251
22252 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22253
22254         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22255         for text/rtf.  Display default in prompt.  Pass default for M-n.
22256
22257         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22258
22259 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22260
22261         * gnus-msg.el (gnus-button-mailto):
22262         Remove save-selected-window-window hackery because it relies on
22263         save-selected-window internals.
22264
22265 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22266
22267         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22268         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22269         (gnus-article-prev-page): Ditto.
22270
22271         * gnus-util.el (gnus-beginning-of-window): New function.
22272         (gnus-end-of-window): New function.
22273
22274         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22275
22276 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22277
22278         * gnus-score.el (gnus-score-edit-all-score):
22279         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22280         gnus-message.
22281
22282 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22283
22284         * gnus-msg.el (gnus-button-mailto):
22285         Remove save-selected-window-window hackery because it relies on
22286         save-selected-window internals.
22287
22288 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22289
22290         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22291         add-minor-mode.
22292         (gnus-binary-mode): Ditto.
22293
22294         * gnus-topic.el (gnus-topic-mode): Ditto.
22295
22296 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22297
22298         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22299         (gnus-article-prev-page): Take scroll-margin into consideration.
22300
22301 2005-07-04  Lute Kamstra  <lute@gnu.org>
22302
22303         Update FSF's address in GPL notices.
22304
22305 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22306
22307         * gnus.el (gnus-exit):
22308         * gnus-group.el (gnus-group-icons):
22309         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22310
22311         * gnus-nocem.el (gnus-nocem):
22312         * message.el (message-various, message-buffers, message-sending)
22313         (message-interface, message-forwarding, message-insertion)
22314         (message-headers, message-news, message-mail):
22315         * pgg-gpg.el (pgg-gpg):
22316         * pgg-parse.el (pgg-parse):
22317         * pgg-pgp.el (pgg-pgp):
22318         * pgg-pgp5.el (pgg-pgp5):
22319         * pop3.el (pop3): Finish `defgroup' description with period.
22320
22321 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22322
22323         * gnus-art.el (article-display-face): Improve the efficiency.
22324         (article-display-x-face): Ditto; remove gray x-face stuff.
22325
22326 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22327
22328         * gnus-art.el (article-display-face): Correct the position in
22329         which Faces are inserted.
22330
22331 2005-06-29  Didier Verna  <didier@xemacs.org>
22332
22333         * gnus-art.el (article-display-face): Display faces in correct
22334         order.
22335
22336 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22337
22338         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22339         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22340         (gnus-nocem-check-article): Fetch the Type header.
22341         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22342         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22343         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22344         make sure gnus-nocem-hashtb is initialized.
22345         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22346         (gnus-nocem-unwanted-article-p): Ditto.
22347
22348         * pgg.el (pgg-verify): Return the verification result.
22349
22350 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22351
22352         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22353         is ascii.
22354
22355 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22356
22357         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22358         `show-nonbreak-escape'.
22359
22360 2005-06-23  Lute Kamstra  <lute@gnu.org>
22361
22362         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22363
22364         * dig.el (dig-mode):
22365         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22366
22367 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22368
22369         * nnimap.el (nnimap-split-download-body): Fix spellings.
22370
22371 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22372
22373         * gnus-art.el (gnus-article-encrypt-body):
22374         * gnus-cus.el (gnus-score-customize):
22375         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22376         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22377
22378 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22379
22380         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22381         header by looking for magic "MII" at the beginning.
22382
22383 2005-06-16  Miles Bader  <miles@gnu.org>
22384
22385         * gnus-xmas.el (gnus-xmas-group-startup-message):
22386         Use renamed gnus-splash face.
22387
22388         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22389         (assistant-field-face): New backward-compatibility alias for renamed
22390         face.
22391         (assistant-render-text): Use renamed assistant-field face.
22392
22393         * spam.el (spam): Remove "-face" suffix from face name.
22394         (spam-face): New backward-compatibility alias for renamed face.
22395         (spam-face, spam-initialize): Use renamed spam face.
22396
22397         * message.el (message-header-to, message-header-cc)
22398         (message-header-subject, message-header-newsgroups)
22399         (message-header-other, message-header-name)
22400         (message-header-xheader, message-separator, message-cited-text)
22401         (message-mml): Remove "-face" suffix from face names.
22402         (message-header-to-face, message-header-cc-face)
22403         (message-header-subject-face, message-header-newsgroups-face)
22404         (message-header-other-face, message-header-name-face)
22405         (message-header-xheader-face, message-separator-face)
22406         (message-cited-text-face, message-mml-face):
22407         New backward-compatibility aliases for renamed faces.
22408         (message-font-lock-keywords): Use renamed message faces.
22409
22410         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22411         (sieve-test-commands, sieve-tagged-arguments):
22412         Remove "-face" suffix from face names.
22413         (sieve-control-commands-face, sieve-action-commands-face)
22414         (sieve-test-commands-face, sieve-tagged-arguments-face):
22415         New backward-compatibility aliases for renamed faces.
22416         (sieve-control-commands-face, sieve-action-commands-face)
22417         (sieve-test-commands-face, sieve-tagged-arguments-face):
22418         Use renamed sieve faces.
22419
22420         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22421         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22422         (gnus-group-news-3-empty, gnus-group-news-4)
22423         (gnus-group-news-4-empty, gnus-group-news-5)
22424         (gnus-group-news-5-empty, gnus-group-news-6)
22425         (gnus-group-news-6-empty, gnus-group-news-low)
22426         (gnus-group-news-low-empty, gnus-group-mail-1)
22427         (gnus-group-mail-1-empty, gnus-group-mail-2)
22428         (gnus-group-mail-2-empty, gnus-group-mail-3)
22429         (gnus-group-mail-3-empty, gnus-group-mail-low)
22430         (gnus-group-mail-low-empty, gnus-summary-selected)
22431         (gnus-summary-cancelled, gnus-summary-high-ticked)
22432         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22433         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22434         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22435         (gnus-summary-low-undownloaded)
22436         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22437         (gnus-summary-low-unread, gnus-summary-normal-unread)
22438         (gnus-summary-high-read, gnus-summary-low-read)
22439         (gnus-summary-normal-read, gnus-splash):
22440         Remove "-face" suffix from face names.
22441         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22442         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22443         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22444         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22445         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22446         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22447         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22448         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22449         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22450         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22451         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22452         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22453         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22454         (gnus-summary-normal-ticked-face)
22455         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22456         (gnus-summary-normal-ancient-face)
22457         (gnus-summary-high-undownloaded-face)
22458         (gnus-summary-low-undownloaded-face)
22459         (gnus-summary-normal-undownloaded-face)
22460         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22461         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22462         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22463         (gnus-splash-face):
22464         New backward-compatibility aliases for renamed faces.
22465         (gnus-group-startup-message): Use renamed gnus faces.
22466
22467         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22468         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22469         (gnus-server-agent): Remove "-face" suffix from face names.
22470         (gnus-server-agent-face, gnus-server-opened-face)
22471         (gnus-server-closed-face, gnus-server-denied-face)
22472         (gnus-server-offline-face):
22473         New backward-compatibility aliases for renamed faces.
22474         (gnus-server-agent-face, gnus-server-opened-face)
22475         (gnus-server-closed-face, gnus-server-denied-face)
22476         (gnus-server-offline-face): Use renamed gnus faces.
22477
22478         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22479         Remove "-face" suffix from face names.
22480         (gnus-picon-xbm-face, gnus-picon-face):
22481         New backward-compatibility aliases for renamed faces.
22482
22483         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22484         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22485         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22486         (gnus-cite-11): Remove "-face" suffix from face names.
22487         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22488         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22489         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22490         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22491         New backward-compatibility aliases for renamed faces.
22492         (gnus-cite-attribution-face, gnus-cite-face-list)
22493         (gnus-article-boring-faces): Use renamed gnus faces.
22494
22495         * gnus-art.el (gnus-signature, gnus-header-from)
22496         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22497         (gnus-header-content): Remove "-face" suffix from face names.
22498         (gnus-signature-face, gnus-header-from-face)
22499         (gnus-header-subject-face, gnus-header-newsgroups-face)
22500         (gnus-header-name-face, gnus-header-content-face):
22501         New backward-compatibility aliases for renamed faces.
22502         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22503
22504         * gnus-sum.el (gnus-summary-selected-face)
22505         (gnus-summary-highlight): Use renamed gnus faces.
22506         * gnus-group.el (gnus-group-highlight): Likewise.
22507
22508 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22509
22510         * gnus-sieve.el (gnus-sieve-article-add-rule):
22511         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22512         * spam-stat.el (spam-stat-buffer-change-to-spam)
22513         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22514
22515         * message.el (message-is-yours-p):
22516         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22517
22518 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22519
22520         * mm-view.el (mm-inline-text): Withdraw the last change.
22521
22522 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22523
22524         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22525         executing enriched-decode.
22526
22527 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22528
22529         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22530         charset of tar files.
22531
22532 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22533
22534         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22535
22536 2005-06-04  Lute Kamstra  <lute@gnu.org>
22537
22538         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22539         information is never recorded.
22540
22541 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22542
22543         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22544
22545 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22546
22547         * pop3.el (pop3-apop): Run md5 in the binary mode.
22548
22549         * starttls.el (starttls-set-process-query-on-exit-flag):
22550         Use eval-and-compile.
22551
22552 2005-05-31  Simon Josefsson  <jas@extundo.com>
22553
22554         * smime.el (smime-replace-in-string): Define.
22555         (smime-cert-by-ldap-1): Use it.
22556
22557 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22558
22559         * gnus-art.el (article-display-x-face): Replace
22560         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22561
22562         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22563         set-process-query-on-exit-flag or process-kill-without-query.
22564
22565         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22566         loop instead of replace-regexp.
22567
22568         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22569         instead of process-kill-without-query if it is available.
22570
22571         * lpath.el: Fbind ldap-search-entries.
22572
22573         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22574         instead of find-file-hooks if it is available.
22575
22576         * mml1991.el: Bind pgg-default-user-id when compiling.
22577
22578         * mml2015.el: Bind pgg-default-user-id when compiling.
22579
22580         * nndraft.el (nndraft-request-associate-buffer):
22581         Use write-contents-functions instead of write-contents-hooks if it is
22582         available.
22583
22584         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22585         instead of find-file-hooks if it is available.
22586
22587         * nntp.el (nntp-open-connection): Replace
22588         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22589         (nntp-open-ssl-stream): Ditto.
22590         (nntp-open-tls-stream): Ditto.
22591
22592         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22593         set-process-query-on-exit-flag or process-kill-without-query.
22594         (starttls-open-stream-gnutls): Use it instead of
22595         process-kill-without-query.
22596         (starttls-open-stream): Ditto.
22597
22598 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22599
22600         * smime.el (smime-cert-by-ldap-1): Don't use
22601         replace-regexp-in-string.
22602
22603 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22604
22605         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22606
22607         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22608         in PEM format.  Adjust to the XEmacs compatibility.
22609
22610 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22611
22612         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22613         by `string-to-number'.
22614         * gnus-agent.el (gnus-agent-regenerate-group)
22615         (gnus-agent-fetch-articles): Ditto.
22616         * gnus-art.el (gnus-button-fetch-group): Ditto.
22617         * gnus-cache.el (gnus-cache-generate-active)
22618         (gnus-cache-articles-in-group): Ditto.
22619         * gnus-group.el (gnus-group-set-current-level)
22620         (gnus-group-insert-group-line): Ditto.
22621         * gnus-score.el (gnus-score-set-expunge-below)
22622         (gnus-score-set-mark-below, gnus-summary-score-effect)
22623         (gnus-summary-score-entry): Ditto.
22624         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22625         (gnus-soup-pack): Ditto.
22626         * gnus-spec.el (gnus-xmas-format): Ditto.
22627         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22628         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22629         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22630         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22631         * nndb.el (nndb-get-remote-expire-response): Ditto.
22632         * nndiary.el (nndiary-parse-schedule-value)
22633         (nndiary-string-to-number, nndiary-request-replace-article)
22634         (nndiary-request-article): Ditto.
22635         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22636         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22637         * nneething.el (nneething-make-head): Ditto.
22638         * nnfolder.el (nnfolder-request-article)
22639         (nnfolder-retrieve-headers): Ditto.
22640         * nnheader.el (nnheader-file-to-number): Ditto.
22641         * nnkiboze.el (nnkiboze-request-article): Ditto.
22642         * nnmail.el (nnmail-process-unix-mail-format)
22643         (nnmail-process-babyl-mail-format): Ditto.
22644         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22645         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22646         (nnmh-request-create-group, nnmh-request-list-1)
22647         (nnmh-request-group, nnmh-request-article): Ditto.
22648         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22649         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22650         * nnsoup.el (nnsoup-make-active): Ditto.
22651         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22652         * nntp.el (nntp-find-group-and-number)
22653         (nntp-retrieve-headers-with-xover): Ditto.
22654         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22655         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22656         (pgg-format-key-identifier): Ditto.
22657         * pop3.el (pop3-last, pop3-stat): Ditto.
22658         * qp.el (quoted-printable-decode-region): Ditto.
22659
22660         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22661         of concat.
22662
22663 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22664
22665         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22666
22667         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22668
22669         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22670
22671         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22672
22673         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22674
22675         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22676
22677         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22678         (gnus-carpal-mode): Ditto.
22679
22680         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22681         (gnus-browse-mode): Ditto.
22682
22683         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22684
22685         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22686
22687 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22688
22689         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22690
22691 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22692
22693         * gnus-util.el (gnus-run-mode-hooks): New function.
22694
22695         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22696
22697         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22698         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22699
22700 2005-05-27  Lute Kamstra  <lute@gnu.org>
22701
22702         * dns-mode.el (dns-mode): Specify customization group.
22703
22704 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22705
22706         * gnus-agent.el (gnus-agent-make-mode-line-string):
22707         Use mode-line-highlight as mouse-face.
22708
22709 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22710
22711         * canlock.el (canlock): Change the parent group to news.
22712
22713         * deuglify.el (gnus-outlook-deuglify): Add :group.
22714
22715         * dig.el (dig): Add :group.
22716
22717         * dns-mode.el (dns-mode): Add :group.
22718
22719         * encrypt.el (encrypt): Add :group.
22720
22721         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22722         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22723         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22724         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22725         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22726
22727         * gnus-diary.el (gnus-diary): Add :group.
22728
22729         * gnus.el (gnus-group-news-1-face): Add :group.
22730         (gnus-group-news-1-empty-face): Ditto.
22731         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22732         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22733         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22734         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22735         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22736         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22737         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22738         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22739         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22740         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22741         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22742         (gnus-summary-high-ticked-face): Ditto.
22743         (gnus-summary-low-ticked-face): Ditto.
22744         (gnus-summary-normal-ticked-face): Ditto.
22745         (gnus-summary-high-ancient-face): Ditto.
22746         (gnus-summary-low-ancient-face): Ditto.
22747         (gnus-summary-normal-ancient-face): Ditto.
22748         (gnus-summary-high-undownloaded-face): Ditto.
22749         (gnus-summary-low-undownloaded-face): Ditto.
22750         (gnus-summary-normal-undownloaded-face): Ditto.
22751         (gnus-summary-high-unread-face): Ditto.
22752         (gnus-summary-low-unread-face): Ditto.
22753         (gnus-summary-normal-unread-face): Ditto.
22754         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22755         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22756
22757         * hashcash.el (hashcash): New custom group.
22758         (hashcash-default-payment): Add :group.
22759         (hashcash-payment-alist): Ditto.
22760         (hashcash-default-accept-payment): Ditto.
22761         (hashcash-accept-resources): Ditto.
22762         (hashcash-path): Ditto.
22763         (hashcash-extra-generate-parameters): Ditto.
22764         (hashcash-double-spend-database): Ditto.
22765         (hashcash-in-news): Ditto.
22766
22767         * message.el (message-minibuffer-local-map): Add :group.
22768
22769         * netrc.el (netrc): Add :group.
22770
22771         * sieve-manage.el (sieve-manage-log): Add :group.
22772         (sieve-manage-default-user): Diito.
22773         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22774         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22775         (sieve-manage-authenticators): Ditto.
22776         (sieve-manage-authenticator-alist): Ditto.
22777         (sieve-manage-default-port): Ditto.
22778
22779         * sieve-mode.el (sieve-control-commands-face): Add :group.
22780         (sieve-action-commands-face): Ditto.
22781         (sieve-test-commands-face): Ditto.
22782         (sieve-tagged-arguments-face): Ditto.
22783
22784         * smime.el (smime): Add :group.
22785
22786         * spam-report.el (spam-report): Add :group.
22787
22788         * spam.el (spam, spam-face): Add :group.
22789
22790 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22791
22792         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22793         return \n.\n.\n at the end of articles.  Protect against that.
22794         (nntp-with-open-group): Allow debugging.
22795
22796         * nnheader.el (mail-header-set-extra): Make into a function
22797         because I just could't understand how to quote the list properly.
22798
22799         * dns.el (query-dns-cached): New function.
22800
22801 2005-05-26  Lute Kamstra  <lute@gnu.org>
22802
22803         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22804
22805 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22806
22807         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22808
22809         * gnus-art.el: Don't autoload mail-extract-address-components.
22810
22811         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22812         eval-and-compile to evaluate it.
22813
22814         * hashcash.el: Don't autoload executable-find.
22815
22816         * nndb.el: Don't declare the nndb back end two or more times; don't
22817         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22818
22819         * nntp.el: Autoload format-spec instead of format; use
22820         eval-and-compile to evaluate autoload forms.
22821
22822 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22823
22824         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22825
22826 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22827
22828         * gnus.el (gnus-version-number): Bump version.
22829
22830 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22831
22832         * gnus.el: No Gnus v0.3 is released.
22833
22834 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22835
22836         * lpath.el (featurep): Bind show-nonbreak-escape.
22837
22838 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22839
22840         * gnus-art.el (gnus-article-edit-part): Disable undo.
22841
22842 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22843
22844         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22845         gnus-article-date-lapsed-new-header is t if date timer is active;
22846         skip headers in which the original date value is empty.
22847         (gnus-article-save-original-date): Redefine it as a macro.
22848         (gnus-display-mime): Use it.
22849
22850 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22851
22852         * gnus-art.el (article-date-ut): Support converting date in
22853         forwarded parts as well.
22854         (gnus-article-save-original-date): New function.
22855         (gnus-display-mime): Use it.
22856
22857 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22858
22859         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22860         enclosure element of <item>.
22861
22862 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22863
22864         * message.el (message-kill-buffer-query): Rename from
22865         `message-kill-buffer-query-if-modified'.  Add :version.
22866
22867 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22868
22869         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22870         window layout.
22871
22872 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22873
22874         * mml.el: Autoload dnd when compiling.
22875
22876 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22877
22878         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22879         x-dnd-*.
22880
22881 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22882
22883         * qp.el (quoted-printable-encode-region): Save excursion.
22884
22885 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22886
22887         * message.el (message-kill-buffer-query-if-modified): Add new variable
22888         so the user can kill a modified message buffer quickly.
22889         (message-kill-buffer): Use it.
22890
22891 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22892
22893         * lpath.el: Fbind display-time-event-handler; don't fbind
22894         string-to-multibyte.
22895
22896         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22897
22898 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22899
22900         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22901         contained in text because xml.el decodes entities) with LFs.
22902
22903 2005-04-11  Lute Kamstra  <lute@gnu.org>
22904
22905         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22906         differently.
22907
22908 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22909
22910         * mm-util.el (mm-detect-coding-region): Typo.
22911
22912 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22913
22914         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22915
22916 2005-04-06  Deepak Goel  <deego@gnufans.org>
22917
22918         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22919         user-function allow user modifications of the scores.
22920         (spam-stat-score-buffer-user): New function, to allow
22921         user-computed modifications to the score.
22922         (spam-stat-score-buffer-user-functions): List of additional
22923         scoring functions.
22924         (spam-stat-error-holder): Global temporary error holder.
22925         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22926         variable.
22927
22928 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22929
22930         * gnus-registry.el (gnus-registry-clean-empty-function)
22931         (gnus-registry-trim, gnus-registry-fetch-groups)
22932         (gnus-registry-delete-group): Groups that match
22933         `gnus-registry-ignored-groups' are removed from the registry
22934         entries, not just ignored for splitting.  This helps clean up the
22935         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22936         to get all the groups a message ID is in.
22937
22938         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22939         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22940         (spam-stat-score-buffer-user-functions): Add :number custom type.
22941
22942 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22943
22944         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22945         argument in XEmacs.
22946
22947         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22948         (nnrss-request-group): Decode group name first.
22949         (nnrss-request-article): Make a text/plain article if mml-to-mime
22950         failed.
22951         (nnrss-get-encoding): Return a compatible encoding according to
22952         nnrss-compatible-encoding-alist.
22953         (nnrss-find-el): Use consp instead of listp.
22954         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22955
22956 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22957
22958         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22959         which Emacs 20 doesn't support.
22960         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22961
22962 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22963
22964         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22965         silence the byte compiler inside the defun.
22966
22967         * gnus-demon.el (parse-time-string): Add autoload.
22968
22969         * gnus-delay.el (parse-time-string): Add autoload.
22970
22971         * gnus-art.el (parse-time-string): Add autoload.
22972
22973         * nnultimate.el (parse-time): Require for `parse-time-string'.
22974
22975 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22976
22977         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22978
22979         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22980
22981         * smime.el (smime-ldap-host-list): Add :version.
22982
22983 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22984
22985         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22986         pass it to `gnus-browse-read-group'.
22987         (gnus-browse-read-group): Add NUMBER argument and pass it to
22988         `gnus-group-read-ephemeral-group'.
22989
22990         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22991         argument and pass it to `gnus-group-read-group'.
22992
22993 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22994
22995         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22996         mm-xemacs-find-mime-charset-1 if we have the mule feature
22997         available at runtime.
22998
22999 2005-03-25  Werner Lemberg  <wl@gnu.org>
23000
23001         * nnmaildir.el: Replace `illegal' with `invalid'.
23002
23003 2005-03-23  Lute Kamstra  <lute@gnu.org>
23004
23005         * time-date.el: Add comment on time value formats.
23006         Don't require parse-time.
23007         (with-decoded-time-value): New macro.
23008         (encode-time-value): New function.
23009         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23010         (days-to-time): Return a valid time value when arg is huge.
23011         (time-since): Use time-subtract.
23012         (time-to-number-of-days): Use time-to-seconds.
23013
23014 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23015
23016         * gnus-start.el (gnus-display-time-event-handler):
23017         Check display-time-timer at runtime rather than only at load time
23018         in case display-time-mode is turned off in the mean time.
23019
23020 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23021
23022         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23023         used.
23024
23025         * nneething.el (nneething-map-file-directory): Derive from
23026         `gnus-directory'.
23027
23028         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23029         the To/Cc button.
23030
23031 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23032
23033         * nnmaildir.el (nnmaildir-request-accept-article):
23034         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23035
23036 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23037
23038         * gnus-async.el: Require timer-funcs at compile time when in
23039         XEmacs for `run-with-idle-timer'.
23040
23041 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23042
23043         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23044         autoloaded function.
23045
23046 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23047
23048         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23049
23050 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23051
23052         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23053
23054 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23055
23056         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23057         Add gnus-expert-user to default.
23058
23059 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23060
23061         * nnimap.el (nnimap-open-server): Ditto.
23062
23063         * imap.el (imap-authenticate): Fix typo.
23064
23065 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23066
23067         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23068         buffer (since IMAP server might return FETCH response out of
23069         order, and the nntp buffer must be sorted).
23070
23071 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23072
23073         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23074         comparison on string.
23075
23076         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23077         (gnus-agent-score): Rename category keywords to match gnus-cus.
23078         (gnus-agent-summary-fetch-series): Modify to protect against
23079         gnus-agent-summary-fetch-group clearing processable flags.
23080         (gnus-agent-synchronize-group-flags): Update live group buffer as
23081         synchronization may occur due to the user toggle the plugged
23082         status.
23083         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23084         successfully downloaded.
23085         (gnus-agent-expire-group-1): Avoid using markers when the overview
23086         is in ascending order; greatly improves performance.
23087         (gnus-agent-regenerate-group):
23088         Use gnus-agent-synchronize-group-flags to reset read status in both
23089         gnus and server.
23090         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23091
23092 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23093
23094         * message.el: Don't autoload former message-utils variables.
23095         (message-strip-subject-trailing-was): Change doc string.
23096
23097         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23098         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23099         (nnweb-google-search): Add "hl=en" here.
23100         (nnweb-google-parse-1, nnweb-google-create-mapping):
23101         Don't hardcode URL.
23102
23103 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23104
23105         * message.el (message-get-reply-headers, message-followup):
23106         Mention related variables `message-use-followup-to' and
23107         `message-use-mail-followup-to', in the information buffer.
23108
23109         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23110         of broken groups(-beta).google.com.
23111
23112 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23113
23114         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23115         parameter to invoked gnus-request-move-article; remove the
23116         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23117         all at once instead of once per article.
23118         (gnus-summary-remove-process-mark): Accept a list of articles as
23119         well as a single article for processing.
23120
23121         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23122         parameter.
23123
23124         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23125
23126         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23127
23128         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23129         parameter.
23130
23131         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23132         parameter.
23133
23134         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23135         parameter and remove the gnus-sum-hint-move-is-internal variable.
23136
23137         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23138         parameter.
23139
23140         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23141         parameter.
23142
23143         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23144         parameter.
23145
23146         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23147
23148         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23149         parameter.
23150
23151         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23152         parameter.
23153
23154 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23155
23156         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23157         a more conservative way.
23158
23159 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23160
23161         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23162         buffer, so it moves the window's cursor.
23163
23164 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23165
23166         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23167         `mm-dissect-multipart' and receive the from field as an (optional)
23168         argument from `mm-dissect-multipart'.
23169         (mm-dissect-multipart): Receive the from field as an argument and
23170         pass it on when we call `mm-dissect-buffer' on MIME parts.
23171         Fixes verification/decryption of signed/encrypted MIME parts.
23172
23173 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23174
23175         * gnus-sum.el (gnus-summary-move-article):
23176         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23177         whatever it calls (right now, only nnimap-request-move article
23178         respects it).
23179
23180         * nnimap.el (nnimap-request-move-article):
23181         When gnus-sum-hint-move-is-internal is set, don't do the extra
23182         nnimap-request-article.
23183
23184 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23185
23186         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23187
23188         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23189         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23190
23191         * gnus-sum.el (gnus-summary-caesar-message):
23192         Apply `gnus-treat-article' after rotation.
23193
23194         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23195         doc string.
23196
23197 2005-02-22  Simon Josefsson  <jas@extundo.com>
23198
23199         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23200         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23201         <arne@arnested.dk>.
23202         (encrypt): Add password-cache and password-cache-expiry as group
23203         members.
23204
23205 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23206
23207         * smime.el (smime-ldap-host-list): Doc fix.
23208         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23209         cache) password.
23210         (smime-sign-region): Use it.
23211         (smime-decrypt-region): Use it.
23212         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23213         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23214         fails.
23215         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23216         certificate from DER to PEM format rather than calling openssl.
23217
23218         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23219
23220         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23221         for signing/encryption.
23222
23223         * mml.el (mml-parse-1): Use them.
23224
23225 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23226
23227         * nnrss.el (nnrss-verbose): Remove.
23228         (nnrss-request-group): Use `nnheader-message' instead.
23229
23230 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23231
23232         * nnrss.el (nnrss-verbose): New variable.
23233         (nnrss-request-group): Make it say nnrss is requesting a group.
23234
23235 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23236
23237         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23238         Handle news URL with given port correctly.
23239
23240 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23241
23242         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23243         containing special characters.
23244
23245         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23246
23247         * mml.el (mime-to-mml): Ditto.
23248
23249         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23250         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23251         (rfc2047-decode-region): Quote decoded words containing special
23252         characters when rfc2047-quote-decoded-words-containing-tspecials
23253         is non-nil.
23254
23255 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23256
23257         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23258
23259         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23260
23261 2005-02-15  Simon Josefsson  <jas@extundo.com>
23262
23263         * nnimap.el (nnimap-debug): Doc fix.
23264
23265         * imap.el (imap-debug): Doc fix.
23266
23267 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23268
23269         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23270
23271 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23272
23273         * gnus.el (spam-contents): Improve docs for spam-contents
23274         parameter in its variable incarnation.
23275
23276 2005-02-14  Simon Josefsson  <jas@extundo.com>
23277
23278         * smime-ldap.el: Use require instead of load-library for ldap.
23279         (smime-ldap-search): Indent.
23280         (smime-ldap-search-internal): Shorten line.
23281
23282         * smime.el (smime-cert-by-dns): Add doc-string.
23283         (smime-cert-by-ldap-1): Indent.
23284
23285         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23286         mml-smime-get-dns-ldap.
23287         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23288
23289 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23290
23291         * smime.el: Require smime-ldap.
23292         (smime-ldap-host-list): New variable.
23293         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23294
23295         * mml-smime.el (mml-smime-encrypt-query): New function.
23296         (mml-smime-encrypt-query): Use it.
23297
23298         * smime-ldap.el: New file.
23299
23300 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23301
23302         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23303
23304 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23305
23306         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23307         argument in doc string.  Make query for type more clear.
23308
23309 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23310
23311         * gnus.el (gnus-group-startup-message): Search for gnus images in
23312         etc/images/gnus.
23313         * mm-util.el (mm-image-load-path): Likewise.
23314         * smiley.el (smiley-data-directory): Search for smilies in
23315         etc/images/smilies.
23316
23317 2005-02-09  Kim F. Storm  <storm@cua.dk>
23318
23319         Change Emacs release version from 21.4 to 22.1 throughout.
23320         Change Emacs development version from 21.3.50 to 22.0.50.
23321
23322 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23323
23324         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23325
23326         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23327         non-Mule XEmacs as well.
23328         (mm-decompress-buffer): Signal an error intentionally if it does
23329         not decompress compressed data because auto-compression-mode is
23330         disabled.
23331
23332 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23333
23334         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23335         an ID in the registry even if it has no groups.
23336
23337 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23338
23339         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23340         merge it into mm-decompress-buffer.
23341         (gnus-mime-copy-part): Use the MIME part charset, the value which
23342         a user specified or gnus-newsgroup-charset for decoding, like
23343         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23344         save-buffer what was used.  Suggested by Kevin Ryde
23345         <user42@zip.com.au>.
23346         (gnus-mime-inline-part): Allow the name parameter as well as the
23347         filename parameter; force decompressing of compressed data; always
23348         display contents being not decoded as unibyte.
23349
23350         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23351         as well as the filename parameter.
23352
23353         * mm-util.el (mm-decompress-buffer):
23354         Merge gnus-mime-jka-compr-maybe-uncompress.
23355         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23356         of compressed data.
23357
23358 2005-02-08  Simon Josefsson  <jas@extundo.com>
23359
23360         * imap.el (imap-log): Doc fix.
23361
23362 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23363
23364         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23365         the coding cookies; decompress compressed parts.
23366
23367         * mml.el (mml-generate-mime-1): Add the charset parameter according
23368         to the value which a user specified manually or the coding cookie.
23369
23370         * mm-util.el (mm-string-to-multibyte): New function.
23371         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23372         (mm-coding-system-to-mime-charset): New function.
23373         (mm-decompress-buffer): New function.
23374         (mm-find-buffer-file-coding-system): New function.
23375
23376         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23377         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23378         parts.
23379
23380 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23381
23382         * mm-view.el (mm-display-inline-fontify): Decode a part according
23383         to the charset parameter.
23384
23385 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23386
23387         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23388         prefix arg is neither nil nor a number, as info specifies.
23389
23390 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23391
23392         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23393         timestamps.
23394
23395 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23396
23397         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23398         groups error checking and notify user.
23399
23400 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23401
23402         * message.el (message-send-mail-function): Check existence of
23403         sendmail-program first before using default value
23404         `message-send-mail-with-sendmail'.  Otherwise use more generic
23405         `smtpmail-send-it'.
23406
23407 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23408
23409         * nntp.el (nntp-request-update-info): Always return nil.
23410
23411 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23412
23413         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23414
23415 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23416
23417         * message.el (message-beginning-of-line): Change the behavior when
23418         invoked between BOL and : so that it first moves backward.
23419
23420 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23421
23422         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23423         article buffer when editing of the article is discarded.
23424         (gnus-article-prepare): Revert.
23425
23426 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23427
23428         * gnus-art.el (gnus-article-prepare):
23429         Remove message-strip-forbidden-properties from the local hook.
23430
23431 2005-01-27  Simon Josefsson  <jas@extundo.com>
23432
23433         * password.el (password-cache-add): Only start one timer per key.
23434         Reported by Derek Atkins <warlord@MIT.EDU>.
23435
23436 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23437
23438         * run-at-time.el: Remove.  It is no longer needed as
23439         timer-funcs.el in the xemacs-base package has a working version of
23440         `run-at-time'.
23441
23442         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23443
23444         * password.el: Require timer-funcs instead of run-at-time in
23445         XEmacs.
23446         Remove `password-run-at-time' macro.
23447         (password-cache-add): Use `run-at-time' instead of
23448         `password-run-at-time'.
23449
23450         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23451         Remove `nnheader-cancel-function-timers' alias,
23452         `cancel-function-timers' exists in XEmacs in timer-funcs.
23453
23454         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23455         for `run-with-idle-timer'.
23456
23457         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23458         for `run-at-time'.
23459
23460         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23461         for `with-timeout'.
23462
23463         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23464         the same as for XEmacs 21.4.
23465         No need to ignore `run-with-idle-timer', this function exists in
23466         XEmacs now in timer-funcs.el in the xemacs-base package.
23467         (dgnushack-compile): No need to delete
23468         run-at-time.el from the list of files to compile because it
23469         doesn't exist anymore.
23470
23471 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23472
23473         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23474         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23475
23476 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23477
23478         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23479         sensitively.
23480
23481 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23482
23483         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23484
23485 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23486
23487         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23488         which will be inserted according to the multibyteness of a buffer
23489         rather than the type of contents.  Suggested by ARISAWA Akihiro
23490         <ari@mbf.ocn.ne.jp>.
23491
23492         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23493         of string which old xml.el may return rather than a string.
23494
23495 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23498
23499 2005-01-16  Simon Josefsson  <jas@extundo.com>
23500
23501         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23502         idn/idna.el isn't available.
23503         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23504         <michael@waxrat.com>.
23505
23506         * hashcash.el: Remove non-FSF copyright header.
23507
23508         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23509         (hashcash-generate-payment): Use it.
23510         (hashcash-generate-payment-async): Use it.
23511
23512 2005-01-15  Simon Josefsson  <jas@extundo.com>
23513
23514         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23515         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23516
23517         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23518         gnus-summary-idna-message.
23519         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23520         (gnus-summary-idna-message): New function.
23521
23522 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23523
23524         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23525         gnus-novice-user.
23526
23527 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23528
23529         * nnrss.el (nnrss-request-delete-group): Delete entries in
23530         nnrss-group-alist as well.
23531         (nnrss-save-server-data): Insert newline.
23532
23533 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23534
23535         * gnus.el (gnus-user-agent): Use list of symbols instead of
23536         symbols.  Display full version number for (S)XEmacs.
23537         Optionally display (S)XEmacs codename.
23538
23539         * gnus-util.el (gnus-emacs-version): Update for new
23540         `gnus-user-agent'.
23541
23542         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23543         Gnus version.
23544
23545 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23546
23547         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23548         which is unreadable in some setups.
23549
23550 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23551
23552         * gnus-spec.el (gnus-update-format-specifications): Flush the
23553         group format spec cache if it doesn't support decoded group names.
23554
23555 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23556
23557         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23558         Allow to apply decay on score files matching a regexp.
23559
23560 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23561
23562         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23563         compatibility in %g and %c.
23564
23565 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23566
23567         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23568         name for only %g and %c.
23569         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23570         of gnus-tmp-group to decoded group name.
23571         (gnus-group-make-rss-group): Exclude `/'s from group names.
23572
23573 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23574
23575         * nnrss.el (nnrss-get-encoding): Fix regexp.
23576
23577 2004-12-27  Simon Josefsson  <jas@extundo.com>
23578
23579         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23580         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23581         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23582
23583 2004-12-17  Kim F. Storm  <storm@cua.dk>
23584
23585         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23586
23587         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23588
23589 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23590
23591         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23592
23593 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23594
23595         * nnrss.el: Require rfc2047 and mml.
23596         (nnrss-file-coding-system): New variable.
23597         (nnrss-format-string): Redefine it as an inline function.
23598         (nnrss-decode-group-name): New function.
23599         (nnrss-string-as-multibyte): Remove.
23600         (nnrss-retrieve-headers): Decode group name; don't use
23601         nnrss-format-string.
23602         (nnrss-request-group): Decode group name.
23603         (nnrss-request-article): Decode group name; allow a Message-ID as
23604         well as an article number; don't use nnrss-format-string; encode a
23605         Message-ID string which may contain non-ASCII characters; use
23606         mml-to-mime to compose a MIME article.
23607         (nnrss-request-expire-articles): Decode group name.
23608         (nnrss-request-delete-group): Decode group name.
23609         (nnrss-fetch): Clarify error message.
23610         (nnrss-read-server-data): Use insert-file-contents instead of load;
23611         bind file-name-coding-system; use multibyte buffer.
23612         (nnrss-save-server-data): Bind coding-system-for-write to the
23613         value of nnrss-file-coding-system; bind file-name-coding-system;
23614         add coding cookie.
23615         (nnrss-read-group-data): Use insert-file-contents instead of load;
23616         bind file-name-coding-system; use multibyte buffer.
23617         (nnrss-save-group-data): Bind coding-system-for-write to the
23618         value of nnrss-file-coding-system; bind file-name-coding-system.
23619         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23620         make it work with non-ASCII text.
23621         (nnrss-find-el): Make it work with old xml.el as well.
23622
23623 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23624
23625         * nnrss.el (nnrss-get-encoding): New function.
23626         (nnrss-fetch): Use unibyte buffer initially; bind
23627         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23628         decode contents according to the encoding attribute.
23629         (nnrss-save-group-data): Add coding cookie.
23630         (nnrss-mime-encode-string): New function.
23631         (nnrss-check-group): Use it to encode subject and author.
23632
23633 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23634
23635         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23636         imaginary variable.
23637
23638 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23639
23640         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23641         correctly even if there are wide characters.
23642
23643 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23644
23645         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23646         downcased symbol names; make a new cache instead of reusing
23647         bbdb-hashtable.
23648
23649 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23650
23651         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23652         concatenating segments rather than before concatenating them.
23653         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23654
23655         * message.el (message-get-reply-headers): Bind `extra'.
23656
23657 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23658
23659         * message.el (message-extra-wide-headers): New variable.
23660         (message-get-reply-headers): Use it.
23661
23662 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23663
23664         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23665         (gnus-agent-group-pathname): Ditto.
23666
23667         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23668
23669         * gnus-group.el (gnus-group-make-group): Decode group name.
23670         (gnus-group-make-rss-group): Register the group data after opening
23671         the nnrss group.
23672
23673 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23674
23675         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23676         by expiry now get marked as read.
23677
23678 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23679
23680         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23681
23682 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23683
23684         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23685         unify Latin characters in XEmacs.
23686         (mm-find-mime-charset-region): Use it.
23687
23688 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23689
23690         * gnus-util.el (gnus-delete-directory): New function.
23691
23692         * gnus-agent.el (gnus-agent-delete-group): Use it.
23693
23694         * gnus-cache.el (gnus-cache-delete-group): Use it.
23695
23696 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23697
23698         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23699         names.
23700
23701 2004-12-16  Simon Josefsson  <jas@extundo.com>
23702
23703         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23704
23705 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23706
23707         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23708
23709         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23710         (gnus-group-set-current-level): Decode group name.
23711
23712 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23713
23714         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23715         failed.
23716
23717 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23718
23719         * gnus-group.el (gnus-group-delete-group): Decode group name.
23720         (gnus-group-make-rss-group): Encode group name.
23721         (gnus-group-catchup-current): Decode group name.
23722         (gnus-group-kill-group): Decode group name.
23723
23724 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23725
23726         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23727
23728 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23729
23730         * gnus-group.el (gnus-group-make-rss-group):
23731         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23732
23733         * gnus-start.el (gnus-setup-news): Honor user's setting to
23734         gnus-message-archive-method.  Suggested by Lute Kamstra
23735         <lute@gnu.org>.
23736
23737 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23738
23739         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23740         global counterparts of the buffer-local variables.
23741
23742 2004-11-16  Romain Francoise  <romain@orebokech.com>
23743
23744         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23745         counterparts of the buffer-local variables.
23746
23747 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23748
23749         * message.el (message-forbidden-properties): Fix typo in doc
23750         string.
23751
23752 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23753
23754         * gnus-util.el (gnus-replace-in-string): Add doc string.
23755
23756         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23757         to avoid problems when splitting mails with many recipients.
23758
23759 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23760
23761         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23762         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23763
23764 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23765
23766         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23767         if there is no hashtable in memory or file modification time is
23768         newer than cached timestamp.
23769
23770 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23771
23772         * gnus-sum.el (gnus-summary-limit-to-recipient):
23773         Implement not-matching option.
23774
23775 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23776
23777         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23778         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23779         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23780         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23781         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23782         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23783
23784 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23785
23786         * message.el (message-forward-make-body-mml): Remove headers
23787         according to message-forward-ignored-headers if a message is decoded.
23788
23789 2004-12-02  Romain Francoise  <romain@orebokech.com>
23790
23791         * message.el (message-forward-make-body-plain): Always remove
23792         headers according to message-forward-ignored-headers.
23793
23794 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23795
23796         * spam.el (spam-summary-prepare-exit): Remove the
23797         gnus-summary-limit pop for now, it has problems with ham marks for
23798         me.
23799
23800 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23801
23802         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23803         correctly.
23804
23805 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23806
23807         * format-spec.el (format-spec): Message the char.
23808
23809 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23810
23811         * gnus-art.el (gnus-split-methods): Reformat comments.
23812
23813         * spam.el (spam-summary-prepare-exit): Remove article limits
23814         before exiting the summary buffer.
23815
23816 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23817
23818         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23819         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23820
23821         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23822         order to silence the byte compiler.
23823
23824         * spam.el: Fix the way to silence the byte compiler, which
23825         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23826         bbdb-search-simple, spam-BBDB-register-routine,
23827         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23828         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23829         spam-stat-buffer-is-spam, spam-stat-load,
23830         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23831         spam-stat-save and spam-stat-split-fancy.
23832
23833 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23834
23835         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23836         which may confuse users.
23837         (canlock-password-for-verify): Ditto.
23838
23839         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23840
23841         * gnus-art.el (gnus-emphasis-alist): Ditto.
23842
23843         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23844
23845         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23846
23847         * gnus-start.el (gnus-save-killed-list): Ditto.
23848
23849         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23850         (gnus-sum-thread-tree-root): Ditto.
23851         (gnus-sum-thread-tree-false-root): Ditto.
23852         (gnus-sum-thread-tree-single-indent): Ditto.
23853
23854         * message.el (message-courtesy-message): Ditto.
23855         (message-archive-note): Ditto.
23856         (message-subscribed-address-file): Ditto.
23857         (message-user-fqdn): Ditto.
23858
23859         * spam-report.el (spam-report-gmane-regex): Ditto.
23860
23861         * spam.el (spam-blackhole-good-server-regex): Ditto.
23862
23863 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23864
23865         * mml.el (mml-preview): Widen the message buffer before copying
23866         the contents to the preview buffer; sort headers before previewing.
23867
23868         * message.el (message-hidden-headers): Fix the way to avoid a bug
23869         in the `repeat' widget in Emacs 21.3 or earlier.
23870
23871 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23872
23873         * message.el (message-hidden-headers): Default to "^References:".
23874         Improve customization type.  Suggested by Reiner Steib
23875         <Reiner.Steib@gmx.de>.
23876
23877 2004-11-25  Romain Francoise  <romain@orebokech.com>
23878
23879         * message.el (message-strip-forbidden-properties): Remove check for
23880         obsolete `message-hidden' text property, hidden headers are not
23881         accessible in the buffer anymore.
23882
23883 2004-11-22  Romain Francoise  <romain@orebokech.com>
23884
23885         * message.el (message-header-format-alist): Add `From' in list
23886         so that it can be sorted.
23887         (message-fix-before-sending): Widen and sort headers before
23888         sending.
23889         (message-hide-headers): Use narrowing to hide headers by moving
23890         them to the top of the buffer and narrowing to the region
23891         underneath.
23892
23893 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23894
23895         * message.el (message-strip-forbidden-properties):
23896         Bind buffer-read-only (etc) to nil.
23897
23898 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23899
23900         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23901         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23902
23903 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23904
23905         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23906
23907 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23908
23909         * dns.el (query-dns): Use sit-for to time instead of
23910         accept-process-output, since that doesn't seem to work on udp
23911         sockets.
23912
23913 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23914
23915         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23916
23917 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23918
23919         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23920         doc string.  Improve doc string.
23921
23922 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23923
23924         * nntp.el (nntp-request-update-info): Return nil if
23925         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23926         may not call gnus-activate-group which uselessly issues the GROUP
23927         commands for all nntp groups and wastes time.  Reported by Romain
23928         Francoise <romain@orebokech.com>.
23929
23930         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23931
23932 2004-11-15  Simon Josefsson  <jas@extundo.com>
23933
23934         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23935         headers separately.
23936         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23937         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23938
23939 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23940
23941         * gnus-start.el (gnus-convert-old-newsrc):
23942         Assign legacy-gnus-agent to 5.10.7.
23943
23944 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23945
23946         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23947         start of the lines.
23948
23949 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23950
23951         * hashcash.el (hashcash-default-payment): Change default to 20.
23952         (hashcash-default-accept-payment): Change default to 20.
23953         (hashcash-process-alist): New variable.
23954         (hashcash-generate-payment-async): Add.
23955         (hashcash-already-paid-p): Add.
23956         (hashcash-insert-payment): Don't generate payments twice.
23957         (hashcash-insert-payment-async): Add.
23958         (hashcash-insert-payment-async-2): Add.
23959         (hashcash-cancel-async): Add.
23960         (hashcash-wait-async): Add.
23961         (hashcash-processes-running-p): Add.
23962         (hashcash-wait-or-cancel): Add.
23963         (mail-add-payment): New optional argument.  Conditionally start
23964         asynchronous calculation.
23965         (mail-add-payment-async): Add.
23966
23967         * message.el (message-send-mail): Wait for asynchronous hashcash
23968         results.  Don't clobber existing X-Hashcash headers.
23969         (message-setup-1): Call mail-add-payment-async when
23970         message-generate-hashcash is non-nil.
23971
23972 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23973
23974         * message.el (message-use-alternative-email-as-from): Examine the
23975         From header as well; use message-make-from in order to include a
23976         user's full name.
23977
23978 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23979
23980         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23981         default; improve customization type.
23982         (gnus-emphasis-custom-with-format): New macro.
23983         (gnus-emphasis-custom-value-to-external): New function.
23984         (gnus-emphasis-custom-value-to-internal): New function.
23985
23986 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23987
23988         * dns.el (query-dns): Resolve reverse addresses.
23989
23990 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23991
23992         * gnus-group.el (gnus-group-get-new-news): Use it.
23993
23994         * gnus-start.el (gnus-check-reasonable-setup): New function.
23995
23996 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23997
23998         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23999         "Args out of range" error.  Reported by Arnaud Giersch
24000         <arnaud.giersch@free.fr>.
24001
24002 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24003
24004         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24005
24006 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24007
24008         * spam.el (spam group): Add :version.
24009
24010         * pgg-def.el (pgg group): Add :version.
24011
24012 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24013
24014         * gnus-art.el (gnus-article-edit-article): Don't associate the
24015         article buffer with a draft file.  This is a temporary measure
24016         against the 2004-08-22 change to gnus-article-edit-mode.
24017
24018 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24019
24020         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24021         (html2text-format-tags): Remove unused variable `attr'.
24022
24023 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24024
24025         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24026
24027         * tls.el (tls-process-connection-type, tls-success)
24028         (tls-certtool-program): Add :version.
24029
24030         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24031         (starttls-extra-arguments, starttls-process-connection-type)
24032         (starttls-connect, starttls-failure, starttls-success): Add :version.
24033
24034         * spam-stat.el (spam-stat): Add :version.
24035
24036         * sieve.el (sieve): Add :version.
24037
24038         * sha1.el (sha1): Add :version.
24039         (sha1-use-external): Remove redundant version.
24040
24041         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24042         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24043         (nnmail-split-fancy-match-partial-words)
24044         (nnmail-split-lowercase-expanded): Add :version.
24045
24046         * nndiary.el (nndiary): Add :version.
24047
24048         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24049
24050         * mml-sec.el (mml-default-sign-method)
24051         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24052         Add :version.
24053
24054         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24055
24056         * mm-url.el (mm-url-use-external, mm-url-program)
24057         (mm-url-arguments): Add :version.
24058
24059         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24060         (mm-attachment-file-modes, mm-decrypt-option)
24061         (mm-w3m-safe-url-regexp): Add :version.
24062
24063         * message.el (message-cite-prefix-regexp)
24064         (message-sendmail-envelope-from, message-minibuffer-local-map)
24065         (message-user-fqdn, message-completion-alist): Add :version.
24066
24067         * gnus-win.el (gnus-configure-windows-hook)
24068         (gnus-use-frames-on-any-display): Add :version.
24069
24070         * gnus-art.el (gnus-article-address-banner-alist)
24071         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24072         (gnus-treat-from-picon, gnus-treat-mail-picon)
24073         (gnus-treat-x-pgp-sig): Add :version.
24074
24075         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24076         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24077         (gnus-summary-article-delete-hook)
24078         (gnus-summary-display-while-building): Add :version.
24079
24080         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24081         (gnus-get-top-new-news-hook): Add :version.
24082
24083         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24084         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24085
24086         * gnus-registry.el (gnus-registry): Add :version.
24087
24088         * gnus-spec.el (gnus-use-correct-string-widths)
24089         (gnus-make-format-preserve-properties): Add :version.
24090
24091         * gnus.el (gnus-group-charter-alist)
24092         (gnus-group-fetch-control-use-browse-url)
24093         (gnus-install-group-spam-parameters): Add :version.
24094
24095         * gnus-diary.el (gnus-diary): Add :version.
24096
24097         * gnus-delay.el (gnus-delay): Add :version.
24098
24099         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24100         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24101         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24102         Add :version.
24103
24104         * gnus-agent.el (gnus-agent-max-fetch-size)
24105         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24106         (gnus-agent-prompt-send-queue): Add :version.
24107
24108         * deuglify.el (gnus-outlook-deuglify): Add :version.
24109
24110         * html2text.el: Beautify code.  Improve doc strings.
24111         Some checkdoc cleanup.
24112         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24113
24114 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24115
24116         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24117
24118 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24119
24120         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24121         when package is loaded.
24122
24123         * spam.el (spam-summary-score-preferred-header): Add global preference
24124         for people who want to override the default SpamAssassin over
24125         Bogofilter preference (when both are set).
24126         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24127         (spam-user-format-function-S):
24128         Check spam-summary-score-preferred-header.
24129         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24130         (spam-user-format-function-S): Format the score correctly.
24131
24132 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24133
24134         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24135         signature file.  Suggested by Manoj Srivastava
24136         <srivasta@golden-gryphon.com>.
24137
24138         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24139         iso-2022-jp even in the Japanese language environment.
24140         Suggested by Jason Rumney <jasonr@gnu.org>.
24141
24142 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24143
24144         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24145         use the same characters as the dummy marks; make it free from
24146         getting affected by the language environment.
24147         (gnus-summary-read-group-1): Update mark positions only when the
24148         format spec is updated.
24149
24150         * gnus-spec.el (gnus-update-format-specifications): Return a list
24151         of updated types.
24152
24153 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24154
24155         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24156         of boundp to check if display-warning is available.
24157
24158 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24159
24160         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24161
24162 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24163
24164         * nnspool.el (nnspool-spool-directory): Use news-path if the
24165         news-directory variable is not bound.
24166
24167         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24168         function instead of display-warning if it is not available.
24169
24170 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24171
24172         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24173         v5-10: Use `point-at-bol'.
24174
24175 2004-10-26  Simon Josefsson  <jas@extundo.com>
24176
24177         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24178         <chenggao@gmail.com>.
24179
24180 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24181
24182         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24183         instead.
24184
24185 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24186
24187         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24188         to remove a server from the nnimap-server-buffer-alist.
24189         (nnimap-open-connection, nnimap-close-server): Use it.
24190
24191         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24192
24193 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24194
24195         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24196         running the major-mode function.
24197
24198 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24199
24200         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24201         dummy marks in the right way.
24202
24203 2004-10-18  David Edmondson  <dme@dme.org>
24204
24205         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24206         excessively.
24207
24208 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24209
24210         * gnus-util.el (gnus-split-references): Accept a nil references
24211         string and go on blissfully.
24212
24213         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24214         cases where the references string is non-nil but has no references.
24215
24216         * encrypt.el: Add autoload tags.
24217
24218         * spam.el (spam-resolve-registrations-routine): Remove article
24219         from unregistration list too.  Reported by David Hanak
24220         <dhanak@isis.vanderbilt.edu>
24221
24222 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24223
24224         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24225         nil.  Change custom type.
24226
24227 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24228
24229         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24230
24231         * gnus-sum.el (gnus-summary-move-article): Use it.
24232
24233 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24234
24235         * encrypt.el: Add autoload cookies.
24236
24237         * spam.el (spam-backend-article-list-property)
24238         (spam-backend-get-article-todo-list)
24239         (spam-backend-put-article-todo-list)
24240         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24241         Resolve registrations separately.
24242         (spam-register-routine): Format comments.
24243         (spam-unregister-routine, spam-register-routine): Always call with
24244         specific-articles, no default list.
24245         (spam-summary-prepare-exit): Use the spam-classifications function.
24246
24247         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24248         gnus-encrypt.el.
24249
24250         * encrypt.el: Copied from gnus-encrypt.el.
24251
24252         * gnus-encrypt.el: Commented that it's obsolete.
24253
24254 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24255
24256         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24257         (gnus-score-save): Use it.
24258
24259         * message.el (message-bury): Use `window-dedicated-p'.
24260
24261 2004-10-15  Simon Josefsson  <jas@extundo.com>
24262
24263         * pop3.el (top-level): Don't require nnheader.
24264         (pop3-read-timeout): Add.
24265         (pop3-accept-process-output): Add.
24266         (pop3-read-response, pop3-retr): Use it.
24267
24268 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24269
24270         * spam.el (spam-register-routine): Move comment.
24271         (spam-verify-bogofilter): Use 'unknown for the initial
24272         spam-bogofilter-valid state, not 'never.
24273
24274         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24275         for netrc-machine.
24276
24277         * nnimap.el (nnimap-open-connection):
24278         Use netrc-machine-user-or-password.
24279
24280 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24281
24282         * gnus-registry.el (gnus-registry-unload-hook):
24283         Set as a variable with add-hook.
24284
24285         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24286         of news-path.
24287
24288         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24289
24290         * spam.el: Delete duplicate `provide'.
24291         (spam-unload-hook): Set as a variable with add-hook.
24292
24293 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24294
24295         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24296         in the doc string.
24297
24298         * message.el (message-ignored-news-headers)
24299         (message-ignored-supersedes-headers)
24300         (message-ignored-resent-headers)
24301         (message-forward-ignored-headers): Improve custom type.
24302
24303 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24304
24305         * message.el (message-tokenize-header): Fix 2004-09-06 change
24306         which used point-min in the wrong place.
24307
24308 2004-10-12  Simon Josefsson  <jas@extundo.com>
24309
24310         * tls.el (tls-certtool-program): New variable.
24311         (tls-certificate-information): New function, based on
24312         ssl-certificate-information.
24313
24314 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24315
24316         * compface.el: Move the version of ELisp-based uncompface program
24317         to the contrib directory because of the copyright problem.
24318
24319 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24320
24321         * message.el (message-kill-buffer): Raise the current frame.
24322
24323 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24324
24325         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24326
24327         * gnus.el (message-y-or-n-p): Autoload.
24328
24329         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24330         (pop3-password-required, pop3-authentication-scheme)
24331         (pop3-leave-mail-on-server): Make customizable.
24332         (pop3): New custom group.
24333         (pop3-retr): Remove `sleep-for' statements.
24334         Suggested by Dave Love <fx@gnu.org>.
24335
24336         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24337         Windows/DOS.
24338
24339         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24340         (imap-parse-body): Fix incorrect use of `assert'.
24341         Suggested by Dave Love <fx@gnu.org>.
24342
24343         * mml.el (mml-minibuffer-read-disposition): Require match.
24344         Suggested by Dave Love <fx@gnu.org>.
24345
24346 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24347
24348         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24349         doc string.
24350
24351 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24352
24353         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24354
24355 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24356
24357         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24358         instead of calling `mm-insert-inline', to decode text/* parts
24359         before displaying them.
24360
24361 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24362
24363         * mm-uu.el (mm-uu-text-plain-type): New variable.
24364         (mm-uu-pgp-signed-extract-1): Use it.
24365         (mm-uu-pgp-encrypted-extract-1): Use it.
24366         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24367         bind mm-uu-text-plain-type with that value.
24368         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24369         mm-uu-dissect.
24370
24371 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24372
24373         * gnus-group.el (gnus-update-group-mark-positions):
24374         * gnus-sum.el (gnus-update-summary-mark-positions):
24375         * message.el (message-check-news-body-syntax):
24376         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24377         of string-as-multibyte.
24378
24379 2004-10-05  Juri Linkov  <juri@jurta.org>
24380
24381         * gnus-group.el (gnus-update-group-mark-positions):
24382         * gnus-sum.el (gnus-update-summary-mark-positions):
24383         * message.el (message-check-news-body-syntax):
24384         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24385         8-bit unibyte values to a multibyte string for search functions.
24386
24387 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24388
24389         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24390         (mm-uu-dissect-text-parts): New function.
24391
24392         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24393         dissect text parts.
24394
24395         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24396         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24397
24398         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24399
24400         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24401         Use gnus-current-topics instead of gnus-current-topic.
24402
24403 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24404
24405         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24406
24407 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24408
24409         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24410         where appropriate.
24411
24412         * nnml.el (nnml-generate-active-info): do.
24413
24414         * nndiary.el (nndiary-generate-active-info): do.
24415
24416         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24417         (gnus-topic-move): do.
24418
24419         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24420         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24421
24422         * gnus-srvr.el (gnus-server-prepare)
24423         (gnus-server-open-all-servers): do.
24424
24425         * gnus-msg.el (gnus-summary-cancel-article)
24426         (gnus-summary-resend-message)
24427         (gnus-summary-mail-crosspost-complaint): do.
24428
24429         * gnus-move.el (gnus-change-server): do.
24430
24431         * gnus-group.el (gnus-group-unmark-all-groups)
24432         (gnus-group-set-current-level): do.
24433
24434 2004-10-04  Simon Josefsson  <jas@extundo.com>
24435
24436         * message.el (message-generate-hashcash): Doc fix.
24437
24438 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24439
24440         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24441         avoid infinite recursion via gnus-get-function.
24442
24443 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24444
24445         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24446
24447         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24448
24449         * nnmail.el (nnmail-split-history): do.
24450
24451         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24452         (nnml-request-delete-group): do.
24453
24454         * nnslashdot.el (nnslashdot-read-groups): do.
24455
24456         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24457         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24458
24459         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24460         (nnspool-sift-nov-with-sed): Use last.
24461         (nnspool-retrieve-headers-with-nov): Use mapc.
24462         (nnspool-request-newgroups): Use dolist.
24463         (nnspool-request-group): Use last.
24464
24465         * nntp.el (nntp-read-server-type): Use dolist.
24466
24467         * nnvirtual.el (nnvirtual-create-mapping)
24468         (nnvirtual-update-read-and-marked): Use dolist.
24469         (nnvirtual-convert-headers): Simplify.
24470
24471 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24472
24473         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24474         Add support for sync'ing tick marks.
24475
24476 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24477
24478         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24479         there's no visible header.
24480
24481 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24482
24483         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24484         When necessary, pass full group name to gnus-request-set-marks.
24485
24486 2004-10-01  Simon Josefsson  <jas@extundo.com>
24487
24488         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24489         acroread.
24490
24491 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24492
24493         * spam-report.el (spam-report-gmane): Fix interactive.
24494
24495         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24496
24497         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24498         when writing file.
24499         (gnus-agent-synchronize-flags): Don't default to being
24500         interactive.
24501
24502 2004-09-30  Simon Josefsson  <jas@extundo.com>
24503
24504         * message.el (message-generate-hashcash): Add.
24505         (message-send-mail): Use it, call mail-add-payment.
24506
24507 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24508
24509         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24510
24511 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24512
24513         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24514         gnus-requst-update-info with explicit code to sync the in-memory
24515         info read flags with the marks being sync'd to the backend.
24516
24517         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24518
24519 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24520
24521         * spam.el (spam-verify-bogofilter): Add new function.
24522         (spam-check-bogofilter)
24523         (spam-bogofilter-register-with-bogofilter): Use it.
24524         (spam-verify-bogofilter): Add small fixes.
24525
24526 2004-09-28  Simon Josefsson  <jas@extundo.com>
24527
24528         * hashcash.el (hashcash-generate-payment): Revert.
24529
24530 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24531
24532         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24533         Use gnus-extract-references instead of gnus-split-references.
24534
24535         * gnus-util.el (gnus-extract-references): Add new function, analogous
24536         to gnus-split-references but extracts only the message-ID without
24537         anything extra.
24538
24539         * hashcash.el (hashcash-generate-payment)
24540         (hashcash-check-payment): Do the right thing if hashcash-path is
24541         nil (because the hashcash program could not be found).
24542
24543         * spam.el (spam-use-hashcash): Remove comment.
24544
24545 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24546
24547         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24548         (gnus-cache-enter-article, gnus-cache-remove-article)
24549         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24550
24551         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24552
24553         * gnus-art.el (article-hide-boring-headers)
24554         (article-translate-strings, article-display-face)
24555         (gnus-article-mime-match-handle-first)
24556         (gnus-article-highlight-headers)
24557         (gnus-article-add-buttons-to-head): do.
24558
24559 2004-09-27  Simon Josefsson  <jas@extundo.com>
24560
24561         * hashcash.el: New version, from
24562         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24563         ../contrib/.
24564
24565 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24566
24567         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24568
24569 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24570
24571         * gnus-dup.el (gnus-dup-open): Use mapc.
24572         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24573
24574         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24575         Reported by Stefan Wiens <s.wi@gmx.net>.
24576
24577         * gnus.el (gnus-shutdown): Use dolist.
24578
24579         * gnus-undo.el (gnus-undo): Use mapc.
24580
24581         * nnrss.el (nnrss-generate-active): do.
24582
24583         * message.el (message-cite-original-without-signature)
24584         (message-cite-original): Use mapc.
24585         (message-do-actions, message-make-forward-subject): Use dolist.
24586
24587 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24588
24589         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24590         deletion to remove entire duplicate line.  Fixes merged article
24591         number bug.
24592
24593 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24594
24595         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24596         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24597         first ask if you want to open a server and then, even when you
24598         responded with no, asking if you want to synchronize the server's
24599         flags.
24600         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24601         multi-line expressions.
24602         (gnus-agent-synchronize-group-flags): New internal function.
24603         Updates marks in memory (in the info structure) AND in the
24604         backend.
24605
24606         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24607
24608         * nnagent.el (nnagent-request-set-mark):
24609         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24610         method, to ensure that synchronization updates marks in the
24611         backend and in the info (in memory) structure.
24612
24613 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24614
24615         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24616         convention fully; don't miss the root article of a thread; make
24617         the X-Draft-From header with correct article numbers.
24618
24619 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24620
24621         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24622         unless plugged.  Disable the agent so that an open failure causes
24623         an error.
24624
24625         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24626         Revert 2004-09-21 change.  The backend must be opened while
24627         synchronizing flags even when the backend stores the flags
24628         locally.
24629
24630 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24631
24632         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24633         in `header' match.  Reported by Svend Tollak Munkejord.
24634
24635         * message.el (message-cite-original): Fix use of
24636         `message-cite-articles-with-x-no-archive'.
24637
24638 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24639
24640         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24641         (gnus-window-to-buffer): Ditto.
24642
24643         * mml.el (mml-preview-buffer): New variable.
24644         (mml-preview): Manage window layout with gnus-buffer-configuration.
24645
24646         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24647         X-Draft-From header even if those articles aren't quoted.
24648
24649 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24650
24651         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24652         (gnus-request-set-mark, gnus-request-update-mark): Use new
24653         g-s-t-u-l-m to decide to use backend even when unplugged.
24654
24655 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24656
24657         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24658         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24659
24660 2004-09-20  Simon Josefsson  <jas@extundo.com>
24661
24662         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24663         "utf-16-le".
24664
24665 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24666
24667         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24668
24669 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24670
24671         * uudecode.el (uudecode-use-external): Add :version.
24672
24673         * smime.el (smime-CA-file, smime-encrypt-cipher)
24674         (smime-dns-server): Add :version.
24675
24676         * smiley.el (gnus-smiley-file-types): Add :version.
24677
24678         * sha1.el (sha1-use-external): Add :version.
24679
24680         * pgg-def.el (pgg-query-keyserver): Add :version.
24681
24682         * nnmail.el (nnmail-fancy-expiry-targets)
24683         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24684         Add :version.
24685
24686         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24687         (nnimap-retrieve-groups-asynchronous): Add :version.
24688         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24689
24690         * mml.el (mml-content-disposition-parameters)
24691         (mml-insert-mime-headers-always): Add :version.
24692
24693         * mm-util.el (mm-coding-system-priorities): Add :version.
24694
24695         * mm-decode.el (mm-inline-text-html-with-images)
24696         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24697         (mm-verify-option): Add :version.
24698         (mm-text-html-renderer): Change :version.
24699
24700         * message.el (message-fcc-externalize-attachments)
24701         (message-required-headers, message-draft-headers)
24702         (message-subject-trailing-was-query)
24703         (message-subject-trailing-was-ask-regexp)
24704         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24705         (message-mark-insert-end, message-archive-header)
24706         (message-archive-note, message-cross-post-default)
24707         (message-cross-post-note, message-followup-to-note)
24708         (message-cross-post-note-function, message-use-mail-followup-to)
24709         (message-subscribed-address-functions)
24710         (message-subscribed-address-file, message-subscribed-addresses)
24711         (message-subscribed-regexps, message-allow-no-recipients)
24712         (message-yank-cited-prefix, message-signature-insert-empty-line)
24713         (message-hidden-headers, message-hierarchical-addresses)
24714         (message-mail-user-agent, message-use-idna)
24715         (message-valid-fqdn-regexp)
24716         (message-strip-special-text-properties, message-header-synonyms)
24717         (message-beginning-of-line, message-tab-body-function): Add :version.
24718         (message-insert-canlock, message-wide-reply-confirm-recipients):
24719         Change :version.
24720
24721         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24722         and :version.
24723         (mail-source-delete-old-incoming-confirm)
24724         (mail-source-movemail-program): Add :version.
24725
24726         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24727         (gnus-agent-cache, gnus-agent): Change :version.
24728
24729         * gnus-util.el (gnus-use-byte-compile): Change :version.
24730
24731         * gnus-sum.el (gnus-summary-make-false-root-always)
24732         (gnus-summary-default-high-score)
24733         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24734         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24735         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24736         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24737         (gnus-sum-thread-tree-single-indent)
24738         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24739         (gnus-sum-thread-tree-leaf-with-other)
24740         (gnus-sum-thread-tree-single-leaf): Add :version.
24741         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24742         (gnus-article-loose-mime): Change :version.
24743
24744         * gnus-start.el (gnus-backup-startup-file)
24745         (gnus-save-startup-file-via-temp-buffer): Add :version.
24746
24747         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24748         (gnus-server-offline-face): Add :version.
24749
24750         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24751
24752         * gnus-msg.el (gnus-gcc-externalize-attachments)
24753         (gnus-debug-files, gnus-debug-exclude-variables)
24754         (gnus-discouraged-post-methods): Change :version.
24755         (gnus-confirm-mail-reply-to-news)
24756         (gnus-confirm-treat-mail-like-news): Add :version.
24757
24758         * gnus-int.el (gnus-server-unopen-status): Add :version.
24759
24760         * gnus-group.el (gnus-group-jump-to-group-prompt)
24761         (gnus-large-ephemeral-newsgroup)
24762         (gnus-fetch-old-ephemeral-headers): Add :version.
24763
24764         * gnus-fun.el (gnus-x-face-directory)
24765         (gnus-convert-pbm-to-x-face-command)
24766         (gnus-convert-image-to-x-face-command)
24767         (gnus-convert-image-to-face-command): Add :version.
24768
24769         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24770
24771         * gnus-cite.el (gnus-cite-blank-line-after-header)
24772         (gnus-article-boring-faces): Add :version.
24773
24774         * gnus-art.el (gnus-buttonized-mime-types)
24775         (gnus-inhibit-mime-unbuttonizing)
24776         (gnus-treat-display-face)
24777         (gnus-treat-body-boundary): Change :version.
24778         (gnus-body-boundary-delimiter, gnus-picon-databases)
24779         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24780         (gnus-treat-date-english, gnus-treat-fold-headers)
24781         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24782         (gnus-treat-mail-picon, gnus-treat-wash-html)
24783         (gnus-article-encrypt-protocol)
24784         (gnus-use-idna, gnus-article-over-scroll)
24785         (gnus-mime-display-multipart-alternative-as-mixed)
24786         (gnus-mime-display-multipart-related-as-mixed)
24787         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24788         (gnus-ctan-url, gnus-button-ctan-handler)
24789         (gnus-button-handle-ctan-bogus-regexp)
24790         (gnus-button-ctan-directory-regexp)
24791         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24792         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24793         (gnus-button-man-level, gnus-button-emacs-level)
24794         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24795
24796         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24797         (gnus-agent-go-online): Change :version.
24798         (gnus-agent-expire-unagentized-dirs)
24799         (gnus-agent-auto-agentize-methods): Add :version.
24800
24801         * flow-fill.el (fill-flowed-display-column)
24802         (fill-flowed-encode-column): Add :version.
24803
24804         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24805         (gnus-outlook-deuglify-unwrap-max)
24806         (gnus-outlook-deuglify-cite-marks)
24807         (gnus-outlook-deuglify-unwrap-stop-chars)
24808         (gnus-outlook-deuglify-no-wrap-chars)
24809         (gnus-outlook-deuglify-attrib-cut-regexp)
24810         (gnus-outlook-deuglify-attrib-verb-regexp)
24811         (gnus-outlook-deuglify-attrib-end-regexp)
24812         (gnus-outlook-display-hook): Add :version.
24813
24814         * binhex.el (binhex-use-external): Add :version.
24815
24816 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24817
24818         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24819         and `invisible'.
24820
24821 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24822
24823         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24824         in gnus-registry-trim.
24825
24826 2004-09-13  Simon Josefsson  <jas@extundo.com>
24827
24828         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24829
24830         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24831
24832         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24833         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24834         <yamaoka@jpl.org>.
24835         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24836         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24837         <yamaoka@jpl.org>.
24838
24839         * sieve.el (sieve-manage-mode): Ditto.
24840
24841 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24842
24843         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24844
24845 2004-09-11  Simon Josefsson  <jas@extundo.com>
24846
24847         * dns-mode.el: Add.
24848
24849         * mm-view.el (mm-display-dns-inline): Add.
24850
24851         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24852         (mm-automatic-display): Ditto.
24853
24854         * mailcap.el (mailcap-mime-data): Add text/dns.
24855         (mailcap-mime-extensions): Map .soa to text/dns.
24856
24857 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24858
24859         * gnus-art.el (article-decode-mime-words, article-babel)
24860         (gnus-article-highlight-signature, gnus-article-add-buttons)
24861         (gnus-signature-toggle): Remove unnecessary bindings of
24862         `inhibit-read-only' inherited from v5.10 merge.
24863
24864 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24865
24866         * nntp.el (nntp): New customization group.
24867         (nntp-authinfo-file): Add customization group.
24868
24869         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24870
24871         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24872
24873         * gnus.el (to-address, to-list, subscribed)
24874         (large-newsgroup-initial): Ditto.
24875
24876         * flow-fill.el (fill-flowed-display-column)
24877         (fill-flowed-encode-column): Ditto.
24878
24879 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24880
24881         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24882         Use point-min rather than 1.
24883         (message-send-mail): Use buffer-size rather than point-max.
24884
24885         * gnus-sum.el (gnus-summary-search-article-forward):
24886         Signal a specific `search-failed' rather than a generic `error'.
24887
24888         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24889         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24890         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24891
24892 2004-09-10  Simon Josefsson  <jas@extundo.com>
24893
24894         * nndb.el (require): Remove tcp and duplicate cl.
24895
24896 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24897
24898         * gnus-agent.el (directory-files-and-attributes): Move forward.
24899
24900 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24901
24902         * gnus-agent.el (directory-files-and-attributes):
24903         Optionally defined to support XEmacs.
24904
24905 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24906
24907         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24908         to avoid run-time CL dependencies.
24909         (gnus-agent-unfetch-articles): New function.
24910         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24911         article numbers even when local .overview file is missing.
24912         (gnus-agent-read-article-number): New function.  Only accepts
24913         27-bit article numbers.
24914         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24915         Use gnus-agent-read-article-number.
24916         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24917         from backend while recognizing that article numbers in .overview
24918         must be valid.
24919         (gnus-agent-update-files-total-fetched-for):
24920         Use directory-files-and-attributes to improve performance.
24921         * gnus-int.el (gnus-request-move-article):
24922         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24923         improve performance.
24924
24925         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24926         some users confused by references to .newsrc when they only have a
24927         .newsrc.eld file.
24928         (gnus-convert-mark-converter-prompt)
24929         (gnus-convert-converter-needs-prompt): Fix use of property list.
24930         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24931         New function.  Used internally to only display 'gnus converting
24932         files' message when actually necessary.
24933
24934         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24935         methods now autoloaded.
24936
24937 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24938
24939         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24940         identifiers.
24941
24942 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24943
24944         * gnus-picon.el: Fix indentation and closing parenthesis.
24945
24946 2004-09-01  Simon Josefsson  <jas@extundo.com>
24947
24948         * message.el (message-canlock-generate): Require sha1, not
24949         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24950         to require within a function.  Sadly, if sha1.el isn't loaded, the
24951         let binding in m-c-g will hide the defcustom definition, which is
24952         bad.)
24953
24954         * canlock.el: Require sha1, not sha1-el.
24955
24956         * message.el: Don't autoload sha1 (there is a autoload cookie in
24957         sha1.el).
24958
24959         * sha1-el.el: Rename to sha1.el.
24960
24961 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24962
24963         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24964
24965 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24966
24967         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24968
24969 2004-08-30  Kim F. Storm  <storm@cua.dk>
24970
24971         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24972
24973         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24974         Add :group 'nnimap.
24975
24976 2004-08-30  Andreas Schwab  <schwab@suse.de>
24977
24978         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24979         ?* and ?\;.
24980
24981         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24982         and ?\' to symbol instead of whitespace.
24983
24984 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24985
24986         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24987
24988         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24989         instead of re-search-forward.
24990
24991         * gnus-uu.el (gnus-uu-save-article): Ditto.
24992         (gnus-uu-post-encode-uuencode): Ditto.
24993
24994         * html2text.el (html2text-clean-list-items): Ditto.
24995         (html2text-clean-dtdd): Ditto.
24996         (html2text-format-tags): Ditto.
24997
24998         * message.el (message-send-mail-with-sendmail): Fix regexp.
24999         (message-fill-field-general): Use search-forward instead of
25000         re-search-forward.
25001         (unbold-region): Ditto.
25002
25003         * nnrss.el (nnrss-request-article): Ditto.
25004
25005         * nnslashdot.el (nnslashdot-request-article): Ditto.
25006
25007         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25008
25009         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25010         "Unrecognized menu descriptor" error in XEmacs.
25011
25012 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25013
25014         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25015         parent article of a sparse article in the thread hashtb.
25016
25017 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25018
25019         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25020         (nnmail-expand-newtext): Lowercase expanded entries if
25021         nnmail-split-lowercase-expanded is non-nil.
25022
25023 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25024
25025         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25026
25027         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25028         of gnus-tmp-news-method into string under XEmacs.  It will be
25029         passed to gnus-correct-length which takes only a string argument.
25030
25031 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25032
25033         * gnus-util.el (gnus-bind-print-variables): New macro.
25034         (gnus-prin1): Use it.
25035         (gnus-prin1-to-string): Use it.
25036         (gnus-pp): New function.
25037         (gnus-pp-to-string): New function.
25038
25039         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25040         Replace pp-to-string with gnus-pp-to-string.
25041         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25042         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25043         * gnus-msg.el (gnus-debug): Ditto.
25044         * gnus-score.el (gnus-score-save): Ditto.
25045         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25046         gnus-pp-to-string.
25047         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25048         with gnus-pp.
25049         * score-mode.el (gnus-score-pretty-print): Ditto.
25050         * webmail.el (webmail-debug): Ditto.
25051
25052 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25053
25054         * gnus-art.el (article-display-face, article-display-x-face):
25055         Use buffer-read-only.
25056
25057 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25058
25059         * gnus-art.el (article-hide-list-identifiers):
25060         Bind inhibit-read-only as t.
25061
25062 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25063
25064         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25065
25066 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25067
25068         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25069         (gnus-narrow-to-page): Don't assume point-min == 1.
25070         (gnus-article-edit-mode): Derive from message-mode.
25071
25072         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25073         point-min == 1.
25074
25075         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25076         Disable incorrect use of `assert'.
25077
25078         * message.el (message-mode): Set comment-start-skip.
25079
25080
25081 2004-08-22  Sam Steingold  <sds@gnu.org>
25082
25083         * pop3.el (pop3-leave-mail-on-server): New user variable.
25084         (pop3-movemail): Delete mail only when it is nil.
25085
25086 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25087
25088         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25089
25090         * mml.el (mml-preview): Use `pop-to-buffer'.
25091
25092         * message.el (message-goto-mail-followup-to): Insert after "To".
25093         (message-carefully-insert-headers): Add comment.
25094
25095         * gnus.el: Remove unused variable `gnus-article-check-size'.
25096
25097         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25098
25099         * gnus-art.el (gnus-button-alist):
25100         Improve `gnus-button-handle-library' entry.
25101
25102 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25103
25104         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25105         Use downcase, since XEmacs capitalizes error messages differently.
25106
25107 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25108
25109         * nntp.el: Add (require 'gnus) due to reference to
25110         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25111
25112 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25113
25114         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25115         Bind `mm-fill-flowed'.
25116
25117         * mm-decode.el (mm-dissect-singlepart): Check it.
25118
25119 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25120
25121         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25122         'imap' for netrc parsing.
25123
25124 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25125
25126         * mailcap.el (mailcap-mime-data): Mark as risky.
25127
25128 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25129
25130         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25131         may be included in the encoded word.
25132         (rfc2047-encode): Don't append a space if the encoded word
25133         includes close parenthesis.
25134
25135 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25136
25137         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25138         of text within parentheses.
25139
25140 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25141
25142         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25143         (gnus-encrypt-write-file-contents): Make the password key the file
25144         name PLUS the cipher, not just the cipher.  Also remove failed
25145         passwords from the cache.
25146
25147 2004-08-06  Simon Josefsson  <jas@extundo.com>
25148
25149         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25150         Doc fix.
25151
25152 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25153
25154         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25155         LWSP.
25156
25157 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25158
25159         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25160         Try to append in-reply-to: data to the references: header.
25161
25162         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25163         (netrc-parse): Use gnus-encrypt.el functions.
25164
25165         * gnus-encrypt.el: Add new file for encryption support; currently
25166         does only a few GPG ciphers and an internal XOR cipher.
25167
25168         * password.el: Add comments on using password-read-and-add.
25169         (password-read-and-add): Add function to read and add the
25170         password to the cache at once.
25171
25172 2004-07-28  Simon Josefsson  <jas@extundo.com>
25173
25174         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25175         parameter (but don't use it, for now).
25176
25177         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25178         instead of hard coding to nil.
25179
25180 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25181
25182         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25183         as mm-inline-image-xemacs does.
25184
25185 2004-07-26  Simon Josefsson  <jas@extundo.com>
25186
25187         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25188         Revert part of 2004-07-17 change below.
25189
25190 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25191
25192         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25193         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25194
25195 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25196
25197         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25198         quotes that actually start with ">" at the beginning of the
25199         lines.
25200
25201 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25202
25203         * rfc2047.el (rfc2047-encode-region): Fix last change.
25204         (rfc2047-encode-parameter): Remove useless concat.
25205
25206 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25207
25208         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25209         encode special characters; fix some kind of misconfigured headers;
25210         signal a real error if debug-on-quit or debug-on-error is non-nil.
25211         (rfc2047-encode-max-chars): New variable.
25212         (rfc2047-encode-1): Use it.
25213         (rfc2047-encode-parameter): New function.
25214
25215         * mml.el (mml-insert-parameter): Remove an excessive space.
25216
25217 2004-07-17  Simon Josefsson  <jas@extundo.com>
25218
25219         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25220         Kai Grossjohann <kai@emptydomain.de>.
25221         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25222         (gnus-group-make-menu-bar): Ditto.
25223
25224         * gnus-util.el (gnus-group-server): Add.
25225
25226 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25227
25228         * message.el (message-clone-locals): Clone sendmail and smtp
25229         variables.
25230
25231 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25232
25233         * rfc2047.el (rfc2047-encode-region): Fix last change.
25234
25235 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25236
25237         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25238         characters as non-special.
25239
25240 2004-07-09  Simon Josefsson  <jas@extundo.com>
25241
25242         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25243         Users will lose all flag changes made while unplugged with
25244         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25245         good default.  See numerous reports on ding mailing list.
25246
25247 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25248
25249         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25250         add generate-head-function and generate-article-function to the
25251         rfc822-forward entry.
25252         (nndoc-rfc822-forward-generate-article): New function.
25253         (nndoc-rfc822-forward-generate-head): New function.
25254
25255         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25256
25257 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25258
25259         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25260         respect display group parameter and gnus-summary-expunge-below.
25261         (gnus-articles-to-read): Remove unused reference to display group
25262         parameter.
25263
25264 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25265
25266         * nnheader.el (nnheader-uniquify-message-id): New experimental
25267         variable.
25268         (nnheader-nov-read-message-id): Use it.
25269
25270         * spam-report.el (spam-report-gmane): Add interactive.
25271
25272 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25273
25274         * mm-encode.el (mm-content-transfer-encoding-defaults):
25275         Use qp-or-base64 for the application/* types.
25276
25277 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25278
25279         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25280
25281 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25282
25283         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25284         trim value.
25285
25286 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25287
25288         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25289         New macro and function.
25290         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25291
25292 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25293
25294         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25295         after-load-alist.
25296
25297 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25298
25299         * gnus-group.el (gnus-group-get-new-news-this-group):
25300         Don't update info that isn't there.
25301
25302 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25303
25304         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25305         entry.
25306
25307 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25308
25309         * mm-view.el (mm-inline-render-with-function): Use multibyte
25310         buffer; decode html source by charset.
25311
25312         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25313
25314         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25315         Mule-UCS is loaded under XEmacs.
25316         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25317
25318 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25319
25320         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25321
25322 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25323
25324         * mm-util.el (mm-coding-system-p): Return a coding-system.
25325         (mm-mime-mule-charset-alist): Use shift_jis instead of
25326         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25327         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25328         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25329         instead of japanese-shift-jis and iso-latin-1 respectively in
25330         order to share the default value with both Emacs and XEmacs-mule.
25331         (mm-mule-charset-to-mime-charset):
25332         Make mm-coding-system-priorities effective.
25333         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25334         while predicating of candidates upon the priorities.
25335
25336 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25337
25338         * gnus-sum.el (gnus-summary-make-menu-bar):
25339         Add gnus-uu-invert-processable.
25340
25341         * gnus.el: Autoload gnus-uu-invert-processable.
25342
25343 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25344
25345         * mm-util.el (mm-with-multibyte-buffer): New macro.
25346
25347         * rfc2047.el (rfc2047-encode-string): Use it.
25348         (rfc2047-encode-region): Move point to the end of the region after
25349         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25350
25351 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25352
25353         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25354         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25355
25356 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25357
25358         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25359         (gnus-cite-parse): Ignore quoted envelope From_.
25360         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25361
25362 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25363
25364         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25365         invalid addresses.
25366
25367 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25368
25369         * spam.el: Change section markers, revise TODO list.
25370         (spam-backends): Make new master list of all installed backends.
25371         (spam-summary-exit-behavior): Add new variable to determine how
25372         messages moves are done at summary exit.
25373         (spam-move-spam-nonspam-groups-only)
25374         (spam-process-ham-in-nonham-groups)
25375         (spam-process-ham-in-spam-groups): Remove variables, the
25376         spam-summary-exit-behavior variable should be used to manage this
25377         behavior.
25378         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25379         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25380         and spam-old-spam-articles.
25381         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25382         Add empty variables, placeholders for the backends they represent.
25383         (spam-set-difference): Move, unchanged.
25384         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25385         unless the user has a processor variable.
25386         (spam-classifications, spam-classification-valid-p)
25387         (spam-backend-properties, spam-backend-property-valid-p)
25388         (spam-backend-function-type-valid-p)
25389         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25390         (spam-report-articles-gmane, spam-report-articles-resend):
25391         Remove functions, they are not needed.
25392         (spam-install-backend-super, spam-backend-list)
25393         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25394         (spam-backend-function, spam-backend-ham-registration-function)
25395         (spam-backend-spam-registration-function)
25396         (spam-backend-ham-unregistration-function)
25397         (spam-backend-spam-unregistration-function)
25398         (spam-backend-statistical-p, spam-backend-mover-p)
25399         (spam-install-backend-alias, spam-install-checkonly-backend)
25400         (spam-install-mover-backend, spam-install-nocheck-backend)
25401         (spam-install-backend, spam-install-statistical-backend)
25402         (spam-install-statistical-checkonly-backend): Add backend installation
25403         support.
25404         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25405         (spam-group-processor-p): Use the new backend code and respect the
25406         summary exit behavior.
25407         (spam-mark-spam-as-expired-and-move-routine): Remove.
25408         (spam-summary-prepare): Change to use the new spam-old-articles
25409         variable.
25410         (spam-copy-or-move-routine, spam-copy-spam-routine)
25411         (spam-move-spam-routine, spam-copy-ham-routine)
25412         (spam-move-ham-routine): Add code to copy/move ham or spam.
25413         (spam-fetch-field-fast): Improve doc and code, plus allow the
25414         'number request.
25415         (spam-list-of-checks, spam-list-of-statistical-checks):
25416         Remove variables.
25417         (spam-split, spam-find-spam): Use the new backend code.
25418         (spam-registration-functions): Remove variable.
25419         (spam-unregister-routine): Add convenience wrapper.
25420         (spam-log-undo-registration, spam-register-routine)
25421         (spam-log-processing-to-registry)
25422         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25423         where possible.
25424         (spam-check-gmane-xref, spam-check-regex-headers)
25425         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25426         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25427         (spam-check-bogofilter-headers, spam-check-spamoracle)
25428         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25429         (spam-check-crm114-headers): Use the spam-split-group that
25430         spam-split prepares, no need to determine it every time.
25431
25432         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25433         to the nnheader-parse-naked-head call.
25434
25435         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25436
25437         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25438         the nnheader-nov-read-message-id call.
25439
25440 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25441
25442         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25443         gnus-activate-group twice.  Suggested by Markus Peter
25444         <warp@spin.de>.
25445
25446 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25447
25448         * gnus-art.el (gnus-article-time-format): Exchange the order of
25449         day and month in the default value; fix customization type.
25450         (article-date-ut): Use add-text-properties.
25451         (article-make-date-line): Use message-make-date instead of
25452         current-time-string.
25453
25454         * message.el (message-fetch-field): Don't use set-text-properties.
25455         (message-make-date): Simplify.
25456
25457         * messagexmas.el (message-xmas-make-date): New function.
25458         (message-xmas-redefine): Defalias message-make-date to it.
25459
25460 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25461
25462         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25463         (rfc2047-encode-region): Treat text within parentheses as special;
25464         show the original text when error has occurred.
25465
25466         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25467         already-computed method to gnus-activate-group.
25468
25469         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25470         same select-methods identical Lisp objects.
25471
25472         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25473         object when modifying the info.
25474
25475 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25476
25477         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25478         gnus-opened-servers since it has never been opened with the new
25479         configuration yet.
25480
25481 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25482
25483         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25484         arg to nnheader-generate-fake-message-id.
25485
25486 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25487
25488         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25489         number and build a fake message ID localized to a group and
25490         article number (so it's repeatable from that point on).
25491         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25492         ID format.
25493
25494         * gnus-sum.el (gnus-get-newsgroup-headers):
25495         Call nnheader-generate-fake-message-id with the article number.
25496
25497 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25498
25499         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25500         end-of-buffer.
25501
25502 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25503
25504         * message.el (message-ignored-supersedes-headers): Add Approved.
25505
25506 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25507
25508         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25509         goto-char.
25510         (rfc2047-encode): Fold the line before encoding.
25511
25512 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25513
25514         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25515         folding -- not all headers can be folded, and this should be done
25516         by the message composition mode.  Probably.  I think.
25517
25518 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25519
25520         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25521         fast.
25522
25523         * gnus-ems.el (gnus-remove-image): Don't use
25524         message-text-with-property; remove only the image found first.
25525
25526         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25527         found first.
25528
25529 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25530
25531         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25532
25533 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25534
25535         * message.el (message-text-with-property): Make it fast and accept
25536         optional arguments.
25537         (message-strip-forbidden-properties): Use it.
25538         (message-fix-before-sending): Follow the m-t-w-p change.
25539
25540         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25541
25542 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25543
25544         * gnus-art.el (article-hide-headers): Don't change the buffer
25545         mistakenly when performing mml-preview even if
25546         gnus-single-article-buffer is nil.
25547
25548 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25549
25550         * message.el (message-expand-name-databases): New user option.
25551         (message-expand-name): Use it.
25552
25553 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25554
25555         * spam.el (spam-report-articles-resend)
25556         (spam-report-resend-register-routine): Allow ham reporting.
25557         (spam-report-resend-register-ham-routine): Add wrapper.
25558         (spam-registration-functions): Add ham resending functions.
25559         (spam-list-of-processors): Add ham resend processor.
25560
25561         * gnus.el (ham-resend-to): Add new group parameter.
25562         (spam-process): Add ham resend option.
25563
25564         * spam-report.el (spam-report-resend): Allow reporting ham.
25565         (spam-report-resend-ham): Add wrapper.
25566
25567 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25568
25569         * message.el (message-cite-articles-with-x-no-archive):
25570         New variable.
25571         (message-cite-original): Use it.
25572
25573 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25574
25575         * message.el (message-cite-original): Respect X-No-Archive.
25576
25577 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25578
25579         * gnus-art.el (article-hide-headers): Refer to the values for
25580         gnus-ignored-headers and gnus-visible-headers in the summary
25581         buffer since a user may have set them as group parameters.
25582
25583 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25584
25585         * assistant.el (assistant-node-name): Add convenience function.
25586         (assistant-render-text, assistant-render-node): Add error handling,
25587         plus handle multiple next nodes.
25588         (assistant-find-next-node): Comment out for now.
25589         (assistant-find-next-nodes): Add function, returns list of next
25590         nodes.
25591
25592 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25593
25594         * mail-source.el (mail-source-directory): Fix doc-string.
25595
25596 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25597
25598         * assistant.el (assistant-render-text, assistant-eval): Add :set
25599         widget type, which is different because it takes and returns a
25600         list.  Much hilarity ensues.
25601
25602 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25603
25604         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25605
25606         * gnus-group.el (gnus-group-get-new-news-this-group):
25607         Add doc-string.
25608
25609         * gnus-start.el (gnus-activate-group): Add doc-string.
25610
25611 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25612
25613         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25614
25615 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25616
25617         * assistant.el (assistant-render-text): Try to add a :set
25618         widget, more to come.
25619
25620         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25621         strings.
25622         (spam-report-articles-resend)
25623         (spam-register-routine): Do registration iff any articles warrant
25624         it.
25625         (spam-summary-prepare-exit): Change log message for nil group
25626         destinations.
25627
25628 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25629
25630         * spam.el (spam-report-resend-register-routine):
25631         Allow spam-report-resend-to to be a group parameter or a global value.
25632
25633 2004-05-26  Simon Josefsson  <jas@extundo.com>
25634
25635         * starttls.el: Merge with my GNUTLS based starttls.el.
25636         (starttls-gnutls-program, starttls-use-gnutls)
25637         (starttls-extra-arguments, starttls-process-connection-type)
25638         (starttls-connect, starttls-failure, starttls-success):
25639         New variables.
25640         (starttls-program, starttls-extra-args): Doc fix.
25641         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25642         New functions.
25643         (starttls-negotiate, starttls-open-stream):
25644         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25645         function if it is set.
25646
25647 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25648
25649         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25650         structured fields.
25651
25652 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25653
25654         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25655
25656 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25657
25658         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25659         Add variable.
25660         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25661         assigning the spam-mark to new messages.
25662
25663 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25664
25665         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25666
25667 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25668
25669         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25670
25671         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25672         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25673         default.
25674
25675 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25676
25677         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25678         correct data.
25679
25680 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25681
25682         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25683         (spam-group-processor-p): Fix function.
25684         (spam-group-processor-multiple-p)
25685         (spam-group-spam-processor-report-gmane-p)
25686         (spam-group-spam-processor-report-resend-p)
25687         (spam-group-spam-processor-bogofilter-p)
25688         (spam-group-spam-processor-blacklist-p)
25689         (spam-group-spam-processor-ifile-p)
25690         (spam-group-ham-processor-ifile-p)
25691         (spam-group-spam-processor-spamoracle-p)
25692         (spam-group-spam-processor-crm114-p)
25693         (spam-group-ham-processor-bogofilter-p)
25694         (spam-group-spam-processor-stat-p)
25695         (spam-group-ham-processor-stat-p)
25696         (spam-group-ham-processor-whitelist-p)
25697         (spam-group-ham-processor-BBDB-p)
25698         (spam-group-ham-processor-spamoracle-p)
25699         (spam-group-ham-processor-copy-p): Remove functions with some
25700         prejudice against unneeded code.
25701         (spam-report-articles-resend)
25702         (spam-report-resend-register-routine): Allow the group/topic
25703         spam-resend-to value to override spam-report-resend-to.
25704         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25705         properly now.
25706
25707         * gnus.el (spam-resend-to): Add group/topic parameter.
25708         (spam-process): Move the OBSOLETE processors to the end of the
25709         choices.
25710
25711 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25712
25713         * spam-report.el (spam-report-resend-to, spam-report-resend):
25714         Start with resend-to set to nil, and then ask the user if necessary.
25715         (spam-report-resend): spam-report-resend takes a list of articles, not
25716         separate article numbers.
25717
25718 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25719
25720         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25721         addition to emacs-w3m.
25722
25723 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25724
25725         * assistant.el (assistant-authinfo-data): New function.
25726         (assistant-eval): Eval for entire assistant.
25727
25728         * netrc.el (netrc-services-file): New variable.
25729         (netrc-parse-services): New function.
25730         (netrc-find-service-name): New function.
25731         (netrc-find-service-number): New function.
25732         (netrc-port-equal): New function.
25733         (netrc-machine): Use it.
25734
25735         * nnimap.el (nnimap-open-connection): Use netrc.
25736
25737         * gnus-util.el (gnus-netrc-get): Remove aliases.
25738
25739         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25740
25741         * assistant.el (wid-edit): Fix compilation.
25742
25743         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25744
25745 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25746
25747         * gnus-util.el (gnus-set-file-modes): New function.  (small
25748         patch).
25749
25750 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25751
25752         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25753
25754         * assistant.el (assistant-render-node): Fix up rendering and
25755         read-only text.
25756         (assistant-render-node): Reset.
25757         (assistant-make-read-only): Not sticky.
25758
25759 2004-05-20  Danny Siu  <dsiu@adobe.com>
25760
25761         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25762         centered even when gnus-auto-center-summary is t.
25763
25764 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25765
25766         * dns.el (dns-get-txt-answer): New function.
25767         (dns-read-txt): Ditto.
25768         (query-dns): Use it.
25769
25770 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25771
25772         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25773         active for foreign groups even if the group level is higher than
25774         the specified value.
25775
25776 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25777
25778         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25779         non-active groups.
25780
25781         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25782
25783 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25784
25785         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25786
25787 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25788
25789         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25790         (spam-crm114-header, spam-crm114-spam-switch)
25791         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25792         (spam-crm114-positive-spam-header)
25793         (spam-crm114-database-directory, spam-list-of-processors)
25794         (spam-group-spam-processor-crm114-p)
25795         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25796         (spam-generic-score, spam-list-of-checks)
25797         (spam-list-of-statistical-checks, spam-registration-functions)
25798         (spam-check-crm114-headers, spam-crm114-score)
25799         (spam-check-crm114, spam-crm114-register-with-crm114)
25800         (spam-crm114-register-spam-routine)
25801         (spam-crm114-unregister-spam-routine)
25802         (spam-crm114-register-ham-routine)
25803         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25804
25805 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25806
25807         * gnus.el: Add spam-use-crm114.
25808
25809         * spam.el (spam-list-of-processors, spam-registration-functions):
25810         Add spam-use-resend.
25811         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25812         (spam-report-articles-gmane): Add doc fix.
25813         (spam-report-articles-resend, spam-report-resend-register-routine):
25814         Add wrappers around spam-report-resend-to.
25815
25816         * spam-report.el (spam-report-resend-to, spam-report-resend):
25817         Add support for resending spam.
25818         (spam-report-gmane): Fix line length >80.
25819
25820         * gnus.el (spam-process): Add spam-use-resend.
25821
25822 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25823
25824         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25825         number of processed spam messages.
25826         (spam-ham-copy-or-move-routine): Return the number of processed
25827         ham messages.
25828         (spam-summary-prepare-exit): Use the above values to decide
25829         whether status messages shouled be displayed.
25830
25831 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25832
25833         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25834         `rfc2047-encoding-function-alist' in order to avoid conflicting
25835         with the old version.
25836         (rfc2047-encode-region): Concatenate words containing non-ASCII
25837         characters in structured fields; don't encode space-delimited
25838         ASCII words even in unstructured fields; don't break words at
25839         char-category boundaries.
25840         (rfc2047-encode-1): New function.
25841         (rfc2047-encode): Use it; encode text so that it occupies the
25842         maximum width within 76-column; work correctly on Q encoding for
25843         iso-2022-* charsets.
25844         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25845         sure not to break a line just after the header name.
25846         (rfc2047-b-encode-region): Remove.
25847         (rfc2047-b-encode-string): New function.
25848         (rfc2047-q-encode-region): Remove.
25849         (rfc2047-q-encode-string): New function.
25850
25851         * mm-util.el (mm-replace-in-string): New function.
25852
25853 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25854
25855         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25856         Really get it right.
25857         (gnus-inews-make-draft): Really.
25858
25859 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25860
25861         * nnmh.el (nnmh-request-list-1): Don't check the link count
25862         before descending.  (small patch)
25863
25864 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25865
25866         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25867         stuff.
25868
25869         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25870         Match on real group name.
25871
25872         * gnus-art.el (gnus-signature-limit): Doc fix.
25873
25874         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25875
25876         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25877
25878 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25879
25880         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25881         isn't a string.
25882
25883 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25884
25885         * gnus-draft.el (gnus-draft-send):
25886         Bind rfc2047-encode-encoded-words.
25887
25888         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25889         (rfc2047-encodable-p): Say that =? needs encoding.
25890         (rfc2047-encode-encoded-words): New variable.
25891
25892         * gnus-group.el (gnus-group-select-group): Doc fix.
25893
25894         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25895
25896         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25897         to nil.
25898
25899         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25900
25901         * nnheader.el (nnheader-get-lines-and-char): New function.
25902
25903 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25904
25905         * gnus-msg.el (gnus-summary-followup-with-original):
25906         Document yanking of region when active.
25907
25908 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25909
25910         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25911         groups if the group level is higher than the specified value.
25912
25913 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25914
25915         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25916         (gnus-group-jump-to-group): Add prefix argument using
25917         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25918         non-active group.
25919
25920         * compface.el (uncompface): Be verbose when changing
25921         `uncompface-use-external'.
25922
25923         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25924         handle manual section.
25925
25926 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25927
25928         * gnus-art.el (gnus-button-alist): Revert previous change.
25929
25930 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25931
25932         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25933
25934 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25935
25936         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25937         whether backend can accept message.
25938
25939         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25940
25941 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25942
25943         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25944         Avoid creating directory when nntp-marks-is-evil is true.
25945         Reported by Reiner Steib.
25946
25947 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25948
25949         * gnus-picon.el (gnus-picon-insert-glyph):
25950         Add optional `nostring' argument.
25951
25952 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25953
25954         * gnus-picon.el (gnus-picon-style): New variable.
25955         (gnus-picon-transform-address): Support `gnus-picon-style'.
25956
25957 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25958
25959         * message.el (message-fill-field): Return point.
25960         (message-generate-headers): Go to end of field.
25961
25962         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25963         stuff for non-living groups.
25964
25965 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25966
25967         * gnus-art.el (gnus-article-followup-with-original)
25968         (gnus-article-reply-with-original): gnus-mark-active-p ->
25969         gnus-region-active-p.
25970
25971 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25972
25973         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25974         only when there is spam or ham to be processed.
25975
25976 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25977
25978         * mail-source.el (mail-source-delete-crash-box): Refactor.
25979         (mail-source-fetch): Use it.
25980         (mail-source-fetch-file): Ditto.
25981         (mail-source-fetch-directory): Run postscript in loop.
25982         (mail-source-fetch-pop): Delete.
25983         (mail-source-fetch-maildir): Ditto.
25984         (mail-source-fetch-imap): Ditto.
25985
25986         * imap.el (imap-authenticators): Comment out sasl.
25987
25988         * message.el (message-skip-to-next-address): New function.
25989         (message-fill-header-address): Refactor.
25990         (message-fill-address): Use it.
25991         (message-delete-address): Use it.
25992         (message-fill-header-general): Refactor.
25993         (message-fill-field-address): Rename.
25994         (message-narrow-to-field): Find the start of the header.
25995         (message-header-format-alist): Don't pre-fill.
25996         (message-fill-header): Remove.
25997         (message-insert-header): New function.
25998         (message-shorten-references): Use it.
25999
26000         * rfc2047.el (rfc2047-field-value): Strip props.
26001
26002         * mail-parse.el (mail-header-make-address): New alias.
26003
26004         * ietf-drums.el (ietf-drums-make-address): New function.
26005
26006         * imap.el: Add compiler directives.
26007
26008         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26009
26010         * gnus-art.el (article-decode-idna-rhs): Don't use
26011         message-idna-inside-rhs-p.
26012
26013 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26014
26015         * message.el (message-idna-inside-rhs-p): Remove.
26016         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26017
26018         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26019         false positives.
26020
26021 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26022
26023         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26024
26025 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26026
26027         * nneething.el (nneething-file-name): Don't create spurious
26028         files.
26029
26030         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26031         (gnus-inews-do-gcc): Remove sleep.
26032
26033         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26034         part under point.
26035
26036         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26037         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26038
26039 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26040
26041         * spam.el (spam-summary-prepare-exit): Fix (length).
26042
26043 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26044
26045         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26046         as expired without moving it" message when there are spam
26047         messages left.
26048
26049 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26050
26051         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26052         header is not nil.
26053
26054 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26055
26056         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26057         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26058         (nntp-marks-changed-p): New arg SERVER.
26059         (nntp-request-update-info): Adjust caller.
26060
26061 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26062
26063         * nntp.el (nntp-save-marks): Pass missing arg.
26064
26065 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26066
26067         * nntp.el: Support marks.
26068         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26069         (nntp-marks-modtime, nntp-marks-directory): New variables.
26070         (nntp-request-set-mark, nntp-request-update-info)
26071         (nntp-possibly-create-directory, nntp-marks-changed-p)
26072         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26073         New functions.
26074
26075 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26076
26077         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26078         (gnus-xmas-redefine): Rename.
26079
26080         * gnus-score.el (gnus-score-insert-help):
26081         Use gnus-select-lowest-window.
26082
26083         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26084         appt-select-lowest-window and rename to gnus-select-lowest-window.
26085
26086         * gnus.el: do.
26087
26088 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26089
26090         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26091         encodings of MIME-encoded words, in order to improve
26092         interoperability with several broken MUAs.
26093
26094 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26095
26096         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26097         tags, only when charsets are not specified in headers.
26098         (mm-inline-text-html-render-with-w3m): Ditto.
26099
26100         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26101         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26102
26103 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26104
26105         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26106         instead of MIME-decoded from fields when checking
26107         `gnus-article-address-banner-alist'.
26108
26109 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26110
26111         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26112         description rather than subject.
26113
26114 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26115
26116         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26117
26118 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26119
26120         * gnus.el (gnus-version-number): Bump.
26121
26122 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26123
26124         * gnus.el: No Gnus v0.2 is released.
26125
26126 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26127
26128         * gnus-agent.el (gnus-agent-read-agentview):
26129         Inline gnus-uncompress-range.
26130
26131 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26132
26133         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26134         `exec-installed-p'.
26135
26136 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26137
26138         * gnus.el (spam-process, spam-autodetect-methods):
26139         Add bsfilter and bsfilter-headers.
26140
26141         * spam.el (spam-bsfilter): New customize group.
26142         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26143         (spam-bsfilter-header, spam-bsfilter-probability-header)
26144         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26145         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26146         (spam-bsfilter-database-directory): New options.
26147         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26148         (spam-list-of-statistical-checks, spam-registration-functions):
26149         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26150         (spam-bsfilter-score): New command.
26151         (spam-check-bsfilter-headers, spam-check-bsfilter)
26152         (spam-bsfilter-register-with-bsfilter)
26153         (spam-bsfilter-register-spam-routine)
26154         (spam-bsfilter-unregister-spam-routine)
26155         (spam-bsfilter-register-ham-routine)
26156         (spam-bsfilter-unregister-ham-routine): New functions.
26157         (spam-generic-score): Support bsfilter; Accept an optional argument
26158         to recalcurate spam score even if scoring header has already been
26159         added.
26160         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26161         optional argument to recalcurate spam score even if scoring header
26162         has already been added.
26163
26164 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26165
26166         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26167         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26168         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26169         link is missing.
26170
26171 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26172
26173         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26174         (html2text-get-attr): Rewrite.
26175
26176         * message.el (message-setup-1): Remove redundant put-text-property
26177         on mail-header-separator.
26178
26179 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26180
26181         * gnus-registry.el (gnus-registry-cache-whitespace)
26182         (gnus-registry-action, gnus-registry-spool-action)
26183         (gnus-registry-split-fancy-with-parent): Change message levels
26184         from 5 to 3 or 7, as needed.
26185
26186         * spam.el (spam-summary-prepare-exit)
26187         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26188         (spam-split, spam-find-spam, spam-log-undo-registration)
26189         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26190         level from 5 to 6.
26191
26192 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26193
26194         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26195         2004-03-04 change).
26196
26197 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26198
26199         * sieve-manage.el (sieve-manage-open):
26200         * nnweb.el (nnweb-insert-html):
26201         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26202         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26203         * nnspool.el (nnspool-request-group):
26204         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26205         * nnml.el (nnml-request-update-info):
26206         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26207         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26208         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26209         (nnimap-request-set-mark):
26210         * nnfolder.el (nnfolder-request-update-info):
26211         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26212         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26213         * gnus-uu.el (gnus-uu-find-articles-matching):
26214         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26215         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26216         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26217         * gnus-nocem.el (gnus-nocem-scan-groups):
26218         * gnus-int.el (gnus-start-news-server):
26219         * gnus-group.el (gnus-group-make-kiboze-group)
26220         (gnus-group-browse-foreign-server):
26221         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26222         Use mapc when appropriate.
26223
26224 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26225             Adam Sjøgren  <asjo@koldfront.dk>
26226             Wes Hardaker  <wes@hardakers.net>
26227             Michael Shields  <shields@msrl.com>
26228
26229         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26230         may need for spam sorting and scoring.
26231         (spam-user-format-function-S): Add user format function suitable for
26232         general use.
26233         (spam-article-sort-by-spam-status): Add sorting function for summary
26234         sorting.
26235         (spam-extra-header-to-number): Add function to get a score from a
26236         header.
26237         (spam-summary-score): Add function to get a numeric score from the
26238         headers.
26239         (spam-generic-score): Fix function doc, was in wrong place.
26240         (spam-initialize): Take symbols when it's run, and install the
26241         extra headers that spam-necessary-extra-headers thinks we need.
26242
26243 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26244
26245         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26246         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26247
26248 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26249
26250         * gnus-sum.el (gnus-set-global-variables)
26251         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26252         (gnus-article-get-xrefs, gnus-summary-best-group)
26253         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26254         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26255         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26256         Use with-current-buffer.
26257
26258 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26259
26260         * spam.el (spam-summary-prepare-exit): Simplify logic.
26261         (spam-fetch-article-header): Read the article header if it's not
26262         available.
26263         (spam-list-articles): Simplify logic.
26264         (spam-filelist-register-routine): Fix bug with unregister-list.
26265
26266         * gnus-registry.el: Fix comments at beginning.
26267
26268 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26269
26270         * message.el (message-cater-to-broken-inn): Remove.
26271         (message-shorten-references): Make sure the total folded length of
26272         References is shorter than 998 characters to cater to a bug in INN
26273         2.3.  Also, don't pretend that references aren't folded -- this
26274         hasn't worked for a while.
26275
26276 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26277
26278         * gnus-agent.el (gnus-agentize):
26279         gnus-agent-send-mail-real-function no longer set to current value
26280         of message-send-mail-function but rather a lambda that calls
26281         message-send-mail-function.  The change makes the agent real-time
26282         responsive to user changes to message-send-mail-function.
26283
26284 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26285
26286         * legacy-gnus-agent.el
26287         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26288         help from Florian Weimer <fw@deneb.enyo.de>
26289
26290 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26291
26292         * nnmail.el (nnmail-cache-insert): Revert last change.
26293
26294 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26295
26296         * nnmail.el (nnmail-cache-insert): Always check whether
26297         nnmail-cache-ignore-groups matches a group name.
26298
26299 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26300
26301         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26302         (spam-find-spam, spam-log-processing-to-registry)
26303         (spam-log-registered-p, spam-log-unregistration-needed-p)
26304         (spam-log-undo-registration): Use gnus-message instead of
26305         gnus-error, none of these errors are fatal.
26306
26307         * gnus-registry.el (gnus-registry-clean-empty-function)
26308         (gnus-registry-clean-empty): Remove only empty entries without
26309         extra data.
26310
26311 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26312
26313         * spam-stat.el (spam-stat-buffer-change-to-spam)
26314         (spam-stat-buffer-change-to-non-spam): Change (error) to
26315         (gnus-message 8) invocation.
26316
26317 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26318
26319         * nntp.el (nntp-via-netcat-command): New variable.
26320         (nntp-via-netcat-switches): New variable.
26321         (nntp-open-via-rlogin-and-netcat): New function.
26322         (nntp-open-connection-function): Doc fix.
26323         (nntp-telnet-command): Doc fix.
26324         (nntp-end-of-line): Doc fix.
26325         (nntp-via-rlogin-command): Doc fix.
26326         (nntp-via-user-name): Doc fix.
26327         (nntp-via-address): Doc fix.
26328
26329 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26330
26331         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26332         error in Emacs 21.1.
26333
26334 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26335
26336         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26337
26338 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26339
26340         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26341         (gnus-agent-with-refreshed-group): New macro.
26342         (gnus-agent-rename-group): New function.
26343         (gnus-agent-delete-group): New function.
26344         (gnus-agent-save-group-info): Use gnus-command-method when
26345         `method' parameter is nil.  Don't write nil entries into the
26346         active file.
26347         (gnus-agent-get-group-info): New function.
26348         (gnus-agent-fetch-articles):
26349         Use gnus-agent-update-files-total-fetched-for to increment disk space
26350         used.
26351         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26352         Use gnus-agent-update-view-total-fetched-for to increment disk space
26353         used.
26354         (gnus-agent-get-local): Add optional parameters to avoid calling
26355         gnus-group-real-name and gnus-find-method-for-group.
26356         (gnus-agent-set-local): Delete stored entry if either min, or max,
26357         are nil.
26358         (gnus-agent-fetch-session): Reworded error/quit messages.
26359         On quit, use gnus-agent-regenerate-group to record existance of any
26360         articles fetched to disk before the quit occurred.
26361         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26362         gnus-agent-update-view-total-fetched-for, and
26363         gnus-agent-update-files-total-fetched-for to decrement disk space
26364         used.
26365         (gnus-agent-retrieve-headers):
26366         Use gnus-agent-update-view-total-fetched-for to increment disk space
26367         used.
26368         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26369         with gnus-agent-update-files-total-fetched-for to decrement disk
26370         space and fresh group buffer.
26371         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26372         (gnus-agent-need-update-total-fetched-for): New variable.
26373         (gnus-agent-update-files-total-fetched-for): New function.
26374         (gnus-agent-update-view-total-fetched-for): New function.
26375         (gnus-agent-total-fetched-for): New function.
26376
26377         * gnus-cache.el (gnus-cache-save-buffers):
26378         Use gnus-cache-update-overview-total-fetched-for to change disk space
26379         used by this group.
26380         (gnus-cache-possibly-enter-article):
26381         Use gnus-cache-update-file-total-fetched-for to increment disk space
26382         used by this group.
26383         (gnus-cache-possibly-remove-article):
26384         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26385         used by this group.
26386         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26387         (gnus-cache-rename-group): New function.
26388         (gnus-cache-delete-group): New function.
26389         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26390         (gnus-cache-need-update-total-fetched-for): New variable.
26391         (gnus-cache-with-refreshed-group): New macro.
26392         (gnus-cache-update-file-total-fetched-for): New function.
26393         (gnus-cache-update-overview-total-fetched-for): New function.
26394         (gnus-cache-rename-group-total-fetched-for): New function.
26395         (gnus-cache-delete-group-total-fetched-for): New function.
26396         (gnus-cache-total-fetched-for): New function.
26397
26398         * gnus-group.el: Require gnus-sum and autoload functions to
26399         resolve warnings when gnus-group.el compiled alone.
26400         (gnus-group-line-format): Document new %F.
26401         (size of Fetched data) group line format; identifies disk space
26402         used by agent and cache.
26403         (gnus-group-line-format-alist): Define new F format.
26404         (gnus-total-fetched-for): New function.
26405         (gnus-group-delete-group): No longer update
26406         gnus-cache-active-altered as gnus-request-delete-group now keeps
26407         the cache in sync.
26408         (gnus-group-list-active): Let the agent store a server's active
26409         list if currently plugged.
26410
26411         * gnus-int.el (gnus-request-delete-group):
26412         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26413         local disk in sync with the server.
26414         (gnus-request-rename-group):
26415         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26416         local disk in sync with the server.
26417
26418         * gnus-start.el (gnus-get-unread-articles):
26419         Cosmetic simplification to logic.
26420
26421         * gnus-util.el (gnus-rename-file): New function.
26422
26423 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26424
26425         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26426
26427 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26428
26429         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26430         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26431
26432 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26433
26434         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26435         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26436
26437 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26438
26439         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26440
26441 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26442
26443         * spam.el (spam-set-difference): Add function to replace
26444         gnus-set-difference in spam.el.
26445         (spam-summary-prepare-exit): Use spam-set-difference.
26446
26447 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26448
26449         * gnus-registry.el (gnus-registry-cache-file): Update to use
26450         gnus-dribble-directory OR gnus-home-directory OR ~.
26451         (gnus-registry-split-fancy-with-parent): Fix doc.
26452
26453 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26454
26455         * message.el (message-exchange-point-and-mark):
26456         Use message-mark-active-p.  Suggested by Jesper Harder
26457         <harder@ifa.au.dk>.
26458
26459 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26460
26461         * message.el (message-exchange-point-and-mark): Don't activate
26462         region if it was inactive.  Suggested by Hiroshi Fujishima
26463         <pooh@nature.tsukuba.ac.jp>.
26464
26465 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26466
26467         * gnus-art.el (article-display-face): Display Faces in the same
26468         order as X-Faces.
26469
26470 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26471
26472         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26473
26474 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26475
26476         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26477         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26478         (gnus-article-mime-hierarchy): Remove.
26479         (gnus-article-mime-hierarchy-next): Remove.
26480         (gnus-article-mode): Revert 2004-03-19 change.
26481         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26482         (gnus-insert-mime-button): Revert 2004-03-19 change.
26483         (gnus-mime-accumulate-hierarchy): Remove.
26484         (gnus-mime-enter-multipart): Remove.
26485         (gnus-mime-leave-multipart): Remove.
26486         (gnus-mime-display-part): Revert 2004-03-19 change.
26487         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26488
26489         * mml.el (mml-preview): Revert 2004-03-19 change.
26490
26491 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26492
26493         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26494
26495 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26496
26497         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26498         t while entering a file name using the mm-with-multibyte macro.
26499         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26500
26501         * mm-util.el (mm-with-multibyte): New macro.
26502
26503 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26504
26505         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26506         New user option.
26507         (gnus-mime-multipart-functions): Doc and customization fix.
26508         (gnus-article-mime-hierarchy): New variable.
26509         (gnus-article-mime-hierarchy-next): New variable.
26510         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26511         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26512         gnus-article-mime-hierarchy-next to nil.
26513         (gnus-insert-mime-button): Show hierarchy numbers.
26514         (gnus-mime-accumulate-hierarchy): New function.
26515         (gnus-mime-enter-multipart): New function.
26516         (gnus-mime-leave-multipart): New function.
26517         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26518         (gnus-mime-display-alternative): Show hierarchy numbers.
26519
26520         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26521         gnus-article-mime-hierarchy-next to nil.
26522
26523 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26524
26525         * dns.el: Don't require gnus-xmas.
26526
26527 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26528
26529         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26530         inline PGP.
26531         (mml-menu): Disable mml-quote-region if mark is inactive.
26532
26533 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26534
26535         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26536         when the group's active is not available.
26537
26538 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26539
26540         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26541         error.
26542
26543 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26544
26545         * imap.el (imap-store-password): New variable.
26546         (imap-interactive-login): Use it.
26547         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26548
26549 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26550
26551         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26552         window-start and hscroll to summary window.
26553
26554 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26555
26556         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26557         conversion message to newsrc-dribble when an actual conversion is
26558         performed.
26559
26560 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26561
26562         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26563
26564 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26565
26566         * mm-decode.el (mm-complicated-handles): New function reviving
26567         former definition of mm-multiple-handles.
26568
26569         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26570         (gnus-mime-delete-part): Use it.
26571
26572 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26573
26574         * gnus-agent.el (gnus-agent-read-local):
26575         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26576         avoid the implicit assumption that they will always be equal.
26577         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26578         coding-system-for-write, as the with-temp-file macro first prints
26579         to a buffer then saves the buffer.
26580
26581 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26582
26583         * gnus-art.el (gnus-article-edit-part): New function.
26584         (gnus-mime-save-part-and-strip): Use it; do query instead of
26585         signaling an error; don't use mm-multiple-handles.
26586         (gnus-mime-delete-part): Ditto.
26587
26588 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26589
26590         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26591         old file versions.
26592         (gnus-group-prepare-hook): Remove function that converted list
26593         form of gnus-agent-expire-days to group properties.
26594
26595         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26596         (gnus-request-accept-article): Re-indented.
26597
26598         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26599         converters to handle old agent file formats.  Add logic for a
26600         "backup before upgrading warning".
26601         (gnus-convert-mark-converter-prompt): Developers can mark
26602         functions as needing (default), or not needing,
26603         gnus-convert-old-newsrc's "backup before upgrading warning".
26604         (gnus-convert-converter-needs-prompt): Tests whether the user
26605         should be protected from potentially irreversable changes by the
26606         function.
26607
26608         * legacy-gnus-agent.el: New.  Provides converters that are only
26609         loaded when gnus-convert-old-newsrc needs to call them.
26610
26611 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26612
26613         * mail-source.el (mail-source-touch-pop): Doc fix.
26614
26615         * message.el (message-smtpmail-send-it): Doc fix.
26616
26617 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26618
26619         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26620
26621         * nnmail.el (nnmail-split-fancy): do.
26622
26623         * gnus-kill.el (gnus-kill, gnus-execute): do.
26624
26625 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26626
26627         * gnus-sum.el (gnus-widget-reversible-match)
26628         (gnus-widget-reversible-to-internal)
26629         (gnus-widget-reversible-to-external): New functions.
26630         (gnus-widget-reversible): New widget.
26631         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26632
26633 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26634
26635         * gnus-sum.el (gnus-thread-sort-functions)
26636         (gnus-article-sort-functions): Document `(not F)' items.
26637
26638 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26639
26640         * spam.el (spam-use-gmane-xref): Add new backend.
26641         (spam-gmane-xref-spam-group): Add variable to control the name of the
26642         Gmane spam group.
26643         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26644         (spam-regex-headers-spam, spam-regex-headers-ham)
26645         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26646         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26647         backends and checks.
26648         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26649
26650         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26651         an autodetect method.
26652
26653 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26654
26655         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26656         articles are being added to a group.
26657         (gnus-request-replace-article): Inform the agent that articles
26658         need to be uncached as the cached contents are no longer valid.
26659
26660 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26661
26662         * binhex.el: Don't autoload executable-find.
26663
26664         * canlock.el: Don't autoload mail-fetch-field.
26665
26666         * dgnushack.el: Autoload c-mode for XEmacs.
26667
26668         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26669
26670         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26671         rmail-dont-reply-to and rmail-output.
26672
26673         * gnus-score.el: Don't autoload ffap-string-at-point.
26674
26675         * gnus-setup.el: Don't autoload sc-cite-original.
26676
26677         * imap.el: Don't autoload base64-decode-string,
26678         base64-encode-string and md5.
26679
26680         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26681         and rmail-msg-restore-non-pruned-header.
26682
26683         * mm-decode.el: Don't autoload executable-find.
26684
26685         * mm-url.el: Don't autoload executable-find.
26686
26687         * mm-view.el: Don't autoload diff-mode.
26688
26689         * nndb.el: Don't autoload news-reply-mode, news-setup,
26690         cancel-timer and telnet.
26691
26692         * password.el: Don't autoload run-at-time for Emacs.
26693
26694         * sha1-el.el: Don't autoload executable-find.
26695
26696         * sieve-mode.el: Don't autoload c-mode.
26697
26698         * uudecode.el: Don't autoload executable-find.
26699
26700 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26701
26702         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26703         (gnus-agent-possibly-alter-active): Avoid null in numeric
26704         comparison.
26705         (gnus-agent-set-local): Refuse to save null in local object table.
26706         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26707         list of articles that will be marked as unread.
26708
26709 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26710
26711         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26712
26713 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26714
26715         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26716         language tags.
26717
26718 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26719
26720         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26721         Don't bind "obarray".
26722
26723         * gnus-sum.el (gnus-thread-sort-functions):
26724         Add `gnus-thread-sort-by-most-recent-number' and
26725         `gnus-thread-sort-by-most-recent-date'.
26726         Reported by Kai Grossjohann <kai@emptydomain.de>.
26727
26728 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26729
26730         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26731
26732 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26733
26734         * gnus-cus.el (gnus-agent-customize-category):
26735         Remove ignore-errors macro reference that required cl to be loaded at
26736         run-time.
26737
26738         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26739         single-interval range of the form (min . max).  Previously the
26740         range had to look like ((min . max)).  Likewise, return
26741         (min . max) rather than ((min . max)).
26742         (gnus-range-map): Use gnus-range-normalize to accept
26743         single-interval range.
26744
26745         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26746         the cache, but not the agent, now appear with their usual face.
26747
26748         * dgnushack.el (loaddir): New variable that is bound to the
26749         directory containing the dgnushack.el file.  Use loaddir, rather
26750         than srcdir, to update load-path.  Change lets dgnushack compile
26751         code in directories other than GNUS/lisp.
26752
26753 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26754
26755         * lpath.el: Don't bind w3m-safe-url-regexp.
26756
26757         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26758         w3m-safe-url-regexp variable buffer-local.
26759
26760         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26761
26762 2004-02-27  Simon Josefsson  <jas@extundo.com>
26763
26764         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26765         gnus-group-real-prefix.
26766         (gnus-summary-move-article): Use it, instead of
26767         gnus-group-real-prefix.
26768
26769 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26770
26771         * lpath.el: Bind w3m-safe-url-regexp.
26772
26773         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26774         w3m-safe-url-regexp variable buffer-local and set it as the value
26775         of mm-w3m-safe-url-regexp.
26776
26777         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26778
26779         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26780         parsing gnus-posting-styles when the message is not for replying.
26781
26782         * dgnushack.el: Autoload sgml-mode for XEmacs.
26783
26784         * nnrss.el (nnrss-opml-export):
26785         Use mm-set-buffer-file-coding-system instead of
26786         set-buffer-file-coding-system.
26787
26788 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26789
26790         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26791         of checkdoc.el).
26792         * nnrss.el: do.
26793         * gnus-mlspl.el: do.
26794         * gnus-ml.el: do.
26795         * gnus-srvr.el: do.
26796
26797         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26798
26799 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26800
26801         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26802         Corrections to custom-manual links.
26803
26804         * gnus-art.el (gnus-article): Ditto.
26805
26806         * mm-decode.el (mime-display, mime-security): Ditto.
26807
26808 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26809
26810         * flow-fill.el: Typo.
26811
26812 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26813
26814         * spam-wash.el: New file.
26815
26816 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26817
26818         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26819
26820 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26821
26822         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26823         to be run with new-articles as LIST1, not LIST2.
26824         (spam-registration-functions): Add spam-use-ham-copy as a nil
26825         registration backend.
26826
26827 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26828
26829         * spam-stat.el (spam-stat-washing-hook): New option.
26830         (spam-stat-buffer-words): Use it.
26831         (spam-stat-process-directory, spam-stat-test-directory):
26832         Use insert-file-contents-literally.
26833         (spam-stat-coding-system): New variable.
26834         (spam-stat-load, spam-stat-save): Use it.
26835
26836 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26837
26838         * spam-report.el (spam-report-plug-agent):
26839         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26840
26841 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26842
26843         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26844         Allow / in mailto URLs.
26845
26846 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26847
26848         * spam-report.el (spam-report-process-queue): Fix interactive use.
26849         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26850         (spam-report-unplug-agent): Doc fixes.
26851         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26852         (spam-report-agentize, spam-report-deagentize): Autoload.
26853
26854 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26855
26856         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26857
26858         * message.el (message-setup-fill-variables): Add mml tags to
26859         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26860         <ajk@iu.edu>.
26861         (message-mode): Don't modify paragraph-separate there.
26862
26863 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26864
26865         * compface.el (uncompface-use-external): Default to undecided.
26866         (uncompface-use-external-threshold): New variable.
26867         (uncompface-float-time): New macro.
26868         (uncompface): Determine whether to use the external decoder if
26869         uncompface-use-external is undecided.
26870
26871 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26872
26873         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26874         after images.
26875
26876         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26877
26878 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26879
26880         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26881
26882         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26883
26884         * gnus-sum.el (gnus-summary-limit-to-age)
26885         (gnus-summary-limit-children): do.
26886
26887         * gnus-int.el (gnus-request-scan): do.
26888
26889         * gnus-group.el (gnus-group-suspend): do.
26890
26891         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26892
26893         * gnus-cite.el (gnus-cite-parse-attributions): do.
26894
26895         * gnus-agent.el (gnus-summary-set-agent-mark)
26896         (gnus-agent-regenerate-group): do.
26897
26898         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26899
26900         * binhex.el (binhex-decode-region-internal): do.
26901
26902 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26903
26904         * gnus-fun.el (gnus-face-properties-alist): New user option.
26905         (gnus-display-x-face-in-from): Use it.
26906
26907         * gnus-art.el (article-display-face): Ditto.
26908
26909         * compface.el (uncompface-use-external): Default to nil.
26910
26911 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26912
26913         * nntp.el (nntp-erase-buffer): New function.
26914         (nntp-retrieve-data, nntp-send-command)
26915         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26916         (nntp-possibly-change-group): Use it.
26917
26918         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26919         Use with-current-buffer.
26920
26921 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26922
26923         * compface.el: Merge the ELisp-based uncompface program.
26924         (compface): New customization group.
26925         (uncompface-use-external): New user option.
26926         (uncompface): Call uncompface-internal if uncompface-use-external
26927         is nil.
26928         (uncompface-internal): New function.  Note that there are also
26929         some other functions and variables added for this function.
26930
26931 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26932
26933         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26934         if necessary.
26935
26936 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26937
26938         * spam-report.el (spam-report-unplug-agent)
26939         (spam-report-plug-agent, spam-report-deagentize)
26940         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26941         Add support for the Agent in spam-report: when unplugged, report to a
26942         file; when plugged, submit all the requests.
26943
26944         * spam.el (spam-register-routine): Fix message about
26945         registration.
26946
26947 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26948
26949         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26950         dependencies.
26951         (rfc2047-encode): Use it.
26952
26953         * gnus-art.el (gnus-button-marker-list): Move before first
26954         reference.
26955
26956         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26957         (imap-parse-body): Fix format string mismatch.
26958
26959         * gnus-score.el (gnus-summary-increase-score): do.
26960
26961         * nnrss.el (nnrss-close): New function.
26962
26963 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26964
26965         * nnrss.el (nnrss-make-filename): New function.
26966         (nnrss-request-delete-group, nnrss-read-server-data)
26967         (nnrss-save-server-data, nnrss-read-group-data)
26968         (nnrss-save-group-data): Use it.
26969         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26970         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26971         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26972
26973 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26974
26975         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26976
26977 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26978
26979         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26980         files.
26981
26982         * message.el (message-generate-headers-first): Don't quote nil
26983         and t in docstrings.
26984
26985         * imap.el (imap-id): do.
26986
26987         * gnus-agent.el (gnus-agent-consider-all-articles)
26988         (gnus-agent-queue-mail): do.
26989
26990 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26991
26992         * spam-report.el (spam-report-process-queue): New function.
26993         Process requests from `spam-report-requests-file'.
26994         (spam-report-process-queue): Doc fix.
26995
26996 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26997
26998         * spam.el (spam-register-routine)
26999         (spam-log-processing-to-registry, spam-log-registered-p)
27000         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27001         Change "check" to "spam-check" for semi-clarity.
27002
27003 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27004
27005         * pop3.el: Require nnheader.
27006
27007         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27008
27009         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27010
27011         * gnus-picon.el: Require cl.
27012
27013         * gnus-fun.el: Require gnus-ems and gnus-util.
27014
27015         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27016
27017         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27018
27019         * gnus-art.el (gnus-article-edit-mode): Define before first
27020         reference.
27021
27022 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27023
27024         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27025         (gnus-uu-post-encoded): Use point-at-bol.
27026
27027         * gnus-topic.el (gnus-group-active-topic-p): do.
27028
27029         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27030
27031         * gnus-group.el (gnus-group-kill-region): do.
27032
27033         * gnus-art.el (article-date-ut): do.
27034
27035         * message.el (message-fetch-field): Remove redundant
27036         case-fold-search binding.
27037         (message-narrow-to-field): Simplify.
27038
27039 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27040
27041         * spam.el (spam-directory): Derive from `gnus-directory'.
27042
27043         * spam-report.el (spam-report-url-to-file)
27044         (spam-report-requests-file): New function and variable for offline
27045         reporting.
27046         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27047         and user defined function.
27048         (spam-report-url-ping-mm-url): Remove doubled slash.
27049
27050 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27051
27052         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27053
27054 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27055
27056         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27057         Fix format string mismatch.
27058
27059         * sieve.el (sieve-deactivate-all): do.
27060
27061         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27062
27063         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27064
27065         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27066
27067         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27068
27069 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27070
27071         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27072         the list of checks.
27073
27074 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27075
27076         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27077         padding.
27078
27079 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27080
27081         * mm-view.el (mm-fill-flowed): New variable.
27082         (mm-inline-text): Use it.
27083
27084 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27085
27086         * spam.el (spam-spamassassin-register-ham-routine)
27087         (spam-spamassassin-register-spam-routine): Fix function names.
27088
27089 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27090
27091         * gnus.el (gnus-tmp-grouplens): Remove.
27092         (gnus-summary-line-format): Remove grouplens.
27093
27094         * gnus-group.el (gnus-group-line-format): Ditto.
27095
27096         * gnus-spec.el (gnus-format-specs): Ditto.
27097         (gnus-update-format-specifications): Flush the group format spec
27098         cache if there's the grouplens stuff.
27099         (gnus-parse-simple-format): Replace %l with the empty string.
27100
27101 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27102
27103         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27104         omission.
27105
27106 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27107
27108         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27109         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27110
27111 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27112
27113         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27114         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27115         New macros and functions.
27116         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27117         Handle > NLINK_MAX messages.
27118         * nnmaildir.el (nnmaildir-request-set-mark):
27119         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27120
27121 2004-01-25  Alex Schroeder  <alex@gnu.org>
27122
27123         * spam-stat.el (spam-stat-process-directory-age): New option.
27124         (spam-stat-process-directory): Use it.
27125
27126 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27127
27128         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27129         (spam-stat-save): Accept prefix argument.
27130
27131 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27132
27133         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27134         links" error.
27135
27136 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27137
27138         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27139         the rest of the and/or forms.
27140
27141 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27142
27143         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27144         compatibility with old .newsrc.eld files.
27145
27146         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27147
27148         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27149
27150         * gnus-start.el (gnus-1): do.
27151
27152         * gnus-group.el (gnus-group-line-format-alist): do.
27153
27154         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27155
27156         * gnus-gl.el: Remove.
27157
27158 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27159
27160         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27161         marks consisting of a single range {for example, (3 . 5)} rather
27162         than a list of a single range { ((3 . 5)) }.
27163
27164 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27165
27166         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27167         Use with-current-buffer.
27168         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27169         avoid consing a string.
27170
27171         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27172         Remove obsolete entries for big5 and gb2312.
27173
27174 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27175
27176         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27177         uncompressed list.
27178
27179 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27180
27181         * spam-stat.el (spam-stat-strip-xref): New function.
27182         (spam-stat-process-directory): Use it.
27183
27184         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27185         here -- it's done in message-fetch-field.
27186
27187 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27188
27189         * gnus-agent.el (gnus-agent-queue-mail)
27190         (gnus-agent-prompt-send-queue): New variables.
27191         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27192         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27193         "nndraft:queue" along to gnus-draft-send.
27194         Use gnus-agent-prompt-send-queue.
27195         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27196         is "nndraft:queue".  Suggested by Gaute Strokkenes
27197         <gs234@srcf.ucam.org>
27198
27199         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27200         (agent-enable-undownloaded-faces): Add.
27201         (gnus-agent-cat-groups): Use eval-and-compile, not
27202         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27203         method of gnus-agent-cat-groups even when the buffer has been
27204         evaled.
27205         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27206         delete gnus-agent-save-active-1.
27207         (gnus-agent-save-groups): Delete.  Identical to
27208         gnus-agent-save-active.
27209         (gnus-agent-write-active): No longer adjust agent's copy of active
27210         file as agent's adjustments are now stored in their own
27211         file.  Remove optional parameter.
27212         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27213         servers.  Add use of min/max range limits from server's local
27214         file.
27215         (gnus-agent-save-alist): Remove unused optional argument.
27216         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27217         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27218         (gnus-agent-set-local): A per-server file that keeps min/max range
27219         limits for articles known to the agent.  Provides a fast mechanism
27220         for altering many active ranges.
27221         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27222         active file (local makes it unnecessary).
27223         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27224
27225         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27226         (agent-enable-undownloaded-faces): Add.
27227
27228         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27229         disable it when sending to "nndraft:queue".
27230         (gnus-group-send-queue): Add safety check to avoid sending queue
27231         when unplugged.
27232
27233         * gnus-group.el (gnus-group-catchup): Use new
27234         gnus-sequence-of-unread-articles, not
27235         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27236         numbers of articles.  Use gnus-range-map to avoid having to
27237         uncompress the unread list.
27238         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27239         Fix invalid ange-ftp reference.
27240
27241         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27242         (gnus-sorted-range-intersection): Intersection of two ranges
27243         without requiring that they first be uncompressed.
27244
27245         * gnus-start.el (gnus-activate-group): Unless blocked by the
27246         caller, possibly expand the active range to include both cached
27247         and agentized articles.
27248         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27249         multiple version-dependent converters.
27250         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27251         gnus-agent-save-active.
27252         (gnus-save-newsrc-file): Save dirty agent range limits.
27253
27254         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27255         gnus-agent-possibly-alter-active.
27256         (gnus-adjust-marked-articles): Faster handling of simple lists.
27257
27258 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27259
27260         * spam-stat.el (spam-stat-test-directory): New optional argument
27261         displays a list of files detected.  Suggested by Andrew Cohen
27262         <cohen@andy.bu.edu>.
27263         (spam-stat-buffer-words-with-scores): Don't narrow and change
27264         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27265
27266 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27267
27268         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27269         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27270         (spam-spamassassin-arguments)
27271         (spam-spamassassin-spam-flag-header)
27272         (spam-spamassassin-positive-spam-flag-header)
27273         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27274         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27275         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27276         (spam-list-of-processors, spam-list-of-checks)
27277         (spam-list-of-statistical-checks, spam-registration-functions)
27278         (spam-check-spamassassin-headers, spam-check-spamassassin)
27279         (spam-spamassassin-score)
27280         (spam-spamassassin-register-with-sa-learn)
27281         (spam-spamassassin-register-spam-routine)
27282         (spam-spamassassin-register-ham-routine)
27283         (spam-assassin-register-spam-routine)
27284         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27285         (spam-bogofilter-score): Fix to show article before scoring.
27286
27287 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27288
27289         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27290         default scoring function.
27291         (spam-generic-score): Call spam-spamassassin-score if
27292         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27293         spam-bogofilter-score otherwise.
27294
27295         * gnus.el (spam-process, spam-autodetect-methods):
27296         Add spamassassin and spamassassin-headers.
27297
27298 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27299
27300         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27301         Suppress unnecessary messages.
27302
27303 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27304
27305         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27306         make-hash-table.
27307
27308 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27309
27310         * canlock.el (base64-encode-string): Don't autoload it.
27311
27312 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27313
27314         * run-at-time.el: Remove useless (require 'itimer),
27315         eval-and-compile and (featurep 'xemacs).
27316
27317 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27318
27319         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27320         GROUP is a virtual group.
27321
27322 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27323
27324         * gnus.el: Autoload `message-y-or-n-p'.
27325
27326 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27327
27328         * pgg-parse.el: Remove unnecessary (require 'custom).
27329
27330         * pgg-def.el: do.
27331
27332         * nnmail.el: do.
27333
27334         * gnus-undo.el: do.
27335
27336         * gnus-picon.el: do.
27337
27338         * gnus-util.el: do.
27339
27340 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27341
27342         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27343
27344 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27345
27346         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27347         handle, as well as a list.
27348
27349         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27350         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27351         (mm-w3m-cid-retrieve): Simplify.
27352
27353 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27354
27355         * message.el (message-kill-to-signature): Allow prefix arg to
27356         specify number of lines to keep before signature.
27357
27358 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27359
27360         * message.el (message-kill-to-signature): Change docstring.
27361
27362 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27363
27364         * canlock.el: Always require sha1-el.
27365         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27366
27367         * message.el: Autoload sha1 only when compiling.
27368
27369         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27370         eudc-expand-inline for XEmacs.
27371
27372 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27373
27374         * message.el (message-canlock-generate): Require sha1-el.
27375
27376 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27377
27378         * message.el (message-expand-name): Silence the byte compiler.
27379
27380         * lpath.el: Add detect-coding-system.
27381
27382         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27383         cus-edit.
27384
27385 2004-01-13  Simon Josefsson  <jas@extundo.com>
27386
27387         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27388         Invoke gnus-score-mode.
27389         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27390
27391         * gnus-range.el (gnus-compress-sequence): Doc fix.
27392         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27393
27394 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27395
27396         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27397
27398 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27399
27400         * spam.el (spam-get-article-as-string): Update to use
27401         gnus-request-article-this-buffer, much simpler.
27402         (spam-get-article-as-buffer): Remove.
27403
27404 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27405
27406         * message.el (message-expand-name): Use EUDC if the user uses that.
27407
27408 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27409
27410         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27411         character for the encoding to avoid consing a string.
27412
27413         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27414         unnecessarily.
27415
27416         * mm-util.el (mm-replace-chars-in-string): Remove.
27417
27418         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27419         of mm-replace-chars-in-string.
27420
27421 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27422
27423         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27424
27425         * mm-util.el (mm-subst-char-in-string): Support inplace.
27426
27427         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27428         a new string in every iteration.  Use shy groups.
27429
27430 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27431
27432         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27433         * gnus-soup.el (gnus-soup-group-brew):
27434         * gnus-msg.el (gnus-put-message):
27435         * gnus-move.el (gnus-group-move-group-to-server):
27436         * gnus-kill.el (gnus-batch-score):
27437         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27438         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27439         (gnus-group-update-group, gnus-group-read-group)
27440         (gnus-group-make-group, gnus-group-make-help-group)
27441         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27442         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27443         (gnus-group-sort-by-unread, gnus-group-catchup)
27444         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27445         (gnus-group-yank-group, gnus-group-set-info)
27446         (gnus-group-list-groups):
27447         * gnus.el (gnus-generate-new-group-name):
27448         * gnus-delay.el (gnus-delay-send-queue):
27449         * nnvirtual.el (nnvirtual-catchup-group):
27450         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27451         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27452         (gnus-group-prepare-topics, gnus-topic-check-topology):
27453         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27454         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27455         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27456         (gnus-group-make-articles-read):
27457         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27458         (gnus-group-change-level, gnus-kill-newsgroup)
27459         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27460         (gnus-get-unread-articles, gnus-make-articles-unread)
27461         (gnus-make-ascending-articles-unread): Use accessor
27462         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27463         to get group information for improved readability.
27464
27465
27466 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27467
27468         * gnus-art.el (article-decode-mime-words, article-babel)
27469         (gnus-article-highlight-signature, gnus-article-add-buttons)
27470         (gnus-signature-toggle): Use gnus-with-article-buffer.
27471
27472         * gnus-art.el (gnus-article-highlight-headers)
27473         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27474
27475         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27476         (gnus-article-set-globals, gnus-request-article-this-buffer)
27477         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27478         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27479         (gnus-mime-display-alternative): Use with-current-buffer.
27480
27481 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27482
27483         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27484         also under 80 char limit, and call gnus-error if needed.
27485         (spam-fetch-article-header): Fix - it was a
27486         buffer-local variable (gnus-newsgroup-data).
27487         (spam-find-spam): Use spam-generate-fake-headers, forget about
27488         spam-insert-fake-headers.
27489         (spam-insert-fake-headers): Remove.
27490
27491 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27492
27493         * deuglify.el (gnus-article-outlook-unwrap-lines)
27494         (gnus-outlook-rearrange-article)
27495         (gnus-outlook-repair-attribution-outlook)
27496         (gnus-outlook-repair-attribution-block)
27497         (gnus-outlook-repair-attribution-other): Remove redundant
27498         save-excursion.
27499
27500 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27501
27502         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27503         (spam-fetch-field-subject-fast)
27504         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27505         (spam-fetch-article-header): Add functions to deal with Gnus
27506         internals for fast retrieval of article header data.
27507         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27508
27509 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27510
27511         * pop3.el (pop3-md5): Remove.
27512         (pop3-apop): Replace pop3-md5 with md5.
27513
27514         * mm-bodies.el: base64 is always built-in.
27515
27516         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27517         Use with-current-buffer.
27518
27519 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27520
27521         * canlock.el (canlock-insert-header): Remove excessive grouping in
27522         regexp.
27523
27524         * gnus-sum.el (gnus-summary-read-document): Ditto.
27525
27526         * gnus-uu.el (gnus-uu-part-number): Ditto.
27527
27528         * html2text.el (html2text-remove-tags): Ditto.
27529         (html2text-format-tags): Ditto.
27530         (html2text-format-single-elements): Ditto.
27531
27532         * mml.el (mml-parse-1): Ditto.
27533
27534 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27535
27536         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27537
27538         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27539
27540         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27541
27542         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27543
27544 2003-11-15  Simon Josefsson  <jas@extundo.com>
27545
27546         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27547         (pgg-gpg-lookup-key): Use regexp match instead of
27548         split-string (split-string is different between emacs 21.2 and
27549         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27550
27551 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27552
27553         * gnus-art.el (gnus-mime-view-all-parts)
27554         (gnus-article-part-wrapper, gnus-article-view-part):
27555         Use with-current-buffer.
27556
27557 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27558
27559         * spam.el (spam-disable-spam-split-during-ham-respool)
27560         (spam-spamoracle-database, spam-cache-lookups)
27561         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27562         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27563         (spam-group-ham-marks, spam-group-spam-marks)
27564         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27565         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27566         also add spam-use-blackholes to the statistical checks.
27567         (spam-fetch-field-fast): Add interface to fetching fields, may
27568         become a macro.
27569         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27570         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27571         (spam-insert-fake-headers): Fake an article when needed.
27572         (spam-find-spam): Fake article when possible.
27573         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27574         (spam-check-bogofilter-headers): Use message-fetch-field instead
27575         of nnmail-fetch-field.
27576
27577 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27578
27579         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27580
27581 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27582
27583         * spam.el (spam-split): Do not require spam-use-CHECK to be
27584         enabled if that check is passed to spam-split explicitly; also
27585         fix so 'spam doesn't get converted to spam-split-group when
27586         spam-split-symbolic-return is t.
27587         (spam-find-spam): Find registrations of the article and use those
27588         instead of re-running spam-split to find the spam/ham
27589         classification of the article.
27590         (spam-log-processing-to-registry, spam-log-registered-p)
27591         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27592         Use gnus-error instead of gnus-message.
27593         (spam-log-registration-type): Add function to determine the
27594         classification of a message based on registry entries; will
27595         return nil if both 'spam and 'ham are found.
27596         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27597         a reasonably fast local cache without the loading errors.
27598         (spam-cache-lookups): Set to t by default.
27599         (spam-find-spam): Don't try to guess spam-cache-lookups.
27600         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27601         spam-caches entry.
27602         (spam-filelist-build-cache, spam-filelist-check-cache):
27603         Fix caching of whitelist/blacklist entries.
27604         (spam-check-whitelist, spam-check-blacklist):
27605         Invoke spam-from-listed-p with a type, not a cache variable.
27606         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27607
27608 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27609
27610         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27611
27612         * nnmail.el (nnmail-split-fancy): do.
27613
27614         * mml.el (mml-parse): do.
27615
27616         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27617         (gnus-score-adaptive): do.
27618
27619 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27620
27621         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27622         (gnus-mime-button-map): Don't set keymap parent.
27623         (gnus-button-ctan-directory-regexp): Use shy grouping.
27624         (gnus-prev-page-map): Don't set keymap parent.
27625         (gnus-prev-page-map): Remove duplicated one.
27626         (gnus-next-page-map): Don't set keymap parent.
27627         (gnus-mime-security-button-map): Ditto.
27628
27629         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27630         version number.
27631
27632         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27633
27634 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27635
27636         * canlock.el (canlock-sha1-function): Remove.
27637         (canlock-sha1-function-for-verify): Remove.
27638         (canlock-openssl-program): Remove.
27639         (canlock-openssl-args): Remove.
27640         (canlock-ignore-errors): Remove.
27641         (canlock-sha1-with-openssl): Remove.
27642         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27643         (canlock-verify): Don't use canlock-ignore-errors.
27644
27645         * sha1-el.el (sha1-string-external): Make it can return a string
27646         in binary form.
27647         (sha1-region-external): Ditto.
27648         (sha1-string-internal): Ditto.
27649         (sha1-region-internal): Ditto.
27650         (sha1-region): Ditto.
27651         (sha1-string): Ditto.
27652         (sha1): Ditto.
27653
27654 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27655
27656         * spam.el (spam-report-articles-gmane): New command.
27657
27658 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27659
27660         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27661
27662         * run-at-time.el (run-at-time-saved): Remove.
27663         (run-at-time): Doc fix.
27664
27665 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27666
27667         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27668         (gnus-summary-limit-map): Add it.
27669         (gnus-summary-make-menu-bar): do.
27670
27671 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27672
27673         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27674         Make attempt at some caching support (done for BBDB only now).
27675         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27676         addresses to be checked.
27677         (spam-clear-cache-BBDB): Add function, to be invoked by
27678         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27679         (spam-check-BBDB): Check and use the caches, if
27680         spam-cache-lookups is on, remove superfluous (provide).
27681
27682 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27683
27684         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27685
27686 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27687
27688         * run-at-time.el (run-at-time-saved): Move to after the definition
27689         of `run-at-time'.
27690
27691         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27692
27693 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27694
27695         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27696         mm-w3m-local-map-property.
27697
27698         * mm-view.el (mm-w3m-mode-map): Remove.
27699         (mm-w3m-local-map-property): Remove.
27700         (mm-inline-text-html-render-with-w3m): Don't use
27701         mm-w3m-local-map-property.
27702
27703 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27704
27705         * run-at-time.el: New file.
27706
27707         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27708         under Emacs.
27709
27710         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27711         of gnus-set-text-properties.
27712
27713         * gnus-uu.el (gnus-uu-save-article): Ditto.
27714
27715         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27716
27717         * gnus-cite.el (gnus-cite-parse): Ditto.
27718
27719         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27720         of gnus-.
27721
27722         * gnus-xmas.el (run-at-time): Require run-at-time.
27723
27724         * gnus.el: Change calls to nnheader-run-at-time and
27725         password-run-at-time throughout to use run-at-time directly.
27726
27727         * password.el: Remove definition of run-at-time.
27728
27729         * nnheaderxm.el: Remove definition of run-at-time.
27730
27731 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27732
27733         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27734         in prompt.
27735
27736 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27737
27738         * messagexmas.el (message-xmas-redefine): Alias
27739         `message-make-caesar-translation-table' to
27740         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27741         version.
27742
27743         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27744         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27745         `gnus-xmas-set-text-properties'.
27746         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27747         `gnus-xmas-completing-read'.
27748         (gnus-xmas-completing-read): Removed.
27749         (gnus-xmas-open-network-stream): Removed.
27750
27751         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27752         XEmacs version.
27753
27754         * dns.el (dns-make-network-process): Use `open-network-stream'
27755         instead of `gnus-xmas-open-network-stream'.
27756
27757         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27758
27759         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27760
27761 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27762
27763         * gnus-art.el (gnus-mime-display-alternative)
27764         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27765         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27766         Don't use gnus-local-map-property.
27767
27768         * gnus-util.el (gnus-local-map-property): Remove.
27769
27770         * mm-view.el (mm-view-pkcs7-decrypt):
27771         Replace gnus-completing-read-maybe-default with completing-read.
27772
27773         * gnus-util.el (gnus-completing-read): do.
27774         (gnus-completing-read-maybe-default): Remove.
27775
27776 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27777
27778         * password.el: Only autoload `run-at-time' if not XEmacs.
27779         Only autoload the itimer functions if XEmacs.
27780
27781 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27782
27783         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27784         XEmacsen.
27785
27786         * dgnushack.el: Autoload executable-find for XEmacs.
27787
27788 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27789
27790         * gnus-art.el (gnus-read-string): Remove.
27791         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27792         read-string.
27793
27794 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27795
27796         * netrc.el: Autoload password-read.
27797         (netrc): Add configuration group.
27798         (netrc-encoding-method, netrc-openssl-path):
27799         Add variables for encoding and decoding of files with symmetric
27800         ciphers.
27801         (netrc-encode): Add assistant function to encode a file with
27802         netrc-encoding-method.
27803         (netrc-parse): Add interactive parameter, added optional
27804         decoding if netrc-encoding-method is non-nil but otherwise
27805         behavior is standard.
27806         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27807         Do s/encode/encrypt/ everywhere.
27808
27809         * spam.el: Remove executable-find autoload.
27810
27811 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27812
27813         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27814
27815         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27816
27817 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27818
27819         * gnus-art.el (gnus-treat-ansi-sequences)
27820         (article-treat-ansi-sequences): New variable and function.
27821         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27822
27823         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27824         Use it.
27825
27826 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27827
27828         * mm-util.el (mm-quote-arg): Remove.
27829
27830         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27831         shell-quote-argument.
27832
27833         * gnus-uu.el (gnus-uu-command): do.
27834
27835         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27836
27837         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27838         with make-char.
27839
27840         * mm-util.el (mm-make-char): Remove.
27841
27842         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27843         add-minor-mode.
27844
27845         * gnus-undo.el (gnus-undo-mode): do.
27846
27847         * gnus-topic.el (gnus-topic-mode): do.
27848
27849         * gnus-sum.el (gnus-dead-summary-mode): do.
27850
27851         * gnus-start.el (gnus-slave-mode): do.
27852
27853         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27854
27855         * gnus-ml.el (gnus-mailing-list-mode): do.
27856
27857         * gnus-gl.el (gnus-grouplens-mode): do.
27858
27859         * gnus-draft.el (gnus-draft-mode): do.
27860
27861         * gnus-dired.el (gnus-dired-mode): do.
27862
27863         * gnus-ems.el (gnus-add-minor-mode): Remove.
27864
27865         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27866         Replace gnus-char-width with char-width.
27867
27868         * gnus-ems.el (gnus-char-width): Remove.
27869
27870         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27871         Replace gnus-char-width with char-width.
27872
27873         * gnus-ems.el (gnus-char-width): Remove.
27874
27875         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27876         definition.
27877         Remove Emacs 20 hash table compatibility code.
27878
27879         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27880         20 compatibility code.
27881
27882         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27883
27884         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27885
27886         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27887         Replace with point-at-{eol,bol}.
27888
27889         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27890
27891         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27892
27893         * flow-fill.el (fill-flowed-point-at-bol)
27894         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27895
27896         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27897         Replace with point-at-{eol,bol} throughout all files.
27898
27899 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27900
27901         * ntlm.el (ntlm-string-as-unibyte): New macro.
27902         (ntlm-build-auth-response): Use it.
27903
27904         Remove Emacs 20 stuff:
27905         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27906         (butlast, mapc, remove): Remove the compiler macros.
27907         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27908         of delq and copy-sequence.
27909         * gnus-art.el (popup-menu): Remove the compiler macro.
27910         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27911         Emacs 20.
27912
27913 2004-01-05  Simon Josefsson  <jas@extundo.com>
27914
27915         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27916         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27917         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27918         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27919         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27920         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27921         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27922         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27923         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27924         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27925         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27926         string-xor into ntlm-string-xor.
27927         Suggested by Jesper Harder <harder@myrealbox.com>.
27928
27929         * ntlm.el: Don't include poem.
27930
27931         * md4.el (print-int32, print-string-hexa): Remove.
27932         Suggested by Jesper Harder <harder@myrealbox.com>.
27933
27934         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27935
27936         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27937         probably breaks emacs with DL patch, but do we care? Is anyone
27938         still using the DL stuff?)
27939
27940         * sieve-manage.el: Use the password package.
27941         (sieve-manage-read-passwd): Remove.
27942         (sieve-manage-interactive-login): Use password.  Re-add
27943         condition-case around loop.
27944
27945         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27946         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27947         Use the password package.
27948
27949 2003-02-19  Simon Josefsson  <jas@extundo.com>
27950
27951         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27952         token.
27953
27954 2002-08-07  Simon Josefsson  <jas@extundo.com>
27955
27956         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27957         (sieve-manage-authenticators)
27958         (sieve-manage-authenticator-alist): Add some SASL mechs.
27959         (sieve-sasl-auth): New function.
27960         (sieve-manage-cram-md5-auth)
27961         (sieve-manage-plain-auth): Rewrite using SASL library.
27962         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27963         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27964         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27965         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27966
27967 2004-01-05  Simon Josefsson  <jas@extundo.com>
27968
27969         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27970         New files.
27971
27972 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27973
27974         * gnus-group.el (gnus-no-groups-message): Update.
27975
27976         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27977
27978 2003-11-09  Simon Josefsson  <jas@extundo.com>
27979
27980         * imap.el: Support for ID IMAP extension (RFC 2971).
27981         (imap-local-variables): Add imap-id.
27982         (imap-id): New variable.
27983         (imap-id): New function.
27984         (imap-parse-response): Parse untagged ID response.
27985         * nnimap.el (nnimap-id): New variable.
27986         (nnimap-open-connection): Use it.
27987
27988 2003-12-28  Simon Josefsson  <jas@extundo.com>
27989
27990         * gnus-score.el (gnus-score-edit-all-score): New.
27991         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27992
27993 2004-01-04  Simon Josefsson  <jas@extundo.com>
27994
27995         * password.el: Add.
27996
27997 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27998
27999         * dns.el (dns-query-types): Fix typo.
28000         (dns-query-types): New function.
28001         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28002         PTR and SOA replies, see RFC 1035.
28003
28004 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28005
28006         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28007
28008         * Move to Changelog.2.
28009
28010 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28011
28012         * gnus.el (gnus-version-number): Bump version.
28013
28014 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28015
28016         * gnus.el: No Gnus v0.1 is released.
28017
28018 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28019
28020         * gnus.el: No Gnus v0.0 is released.
28021
28022 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28023
28024         * gnus.el (gnus-version-number): Bump.
28025         (gnus-version): No.
28026
28027 See ChangeLog.2 for earlier changes.
28028
28029   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28030
28031   This file is part of GNU Emacs.
28032
28033   GNU Emacs is free software: you can redistribute it and/or modify
28034   it under the terms of the GNU General Public License as published by
28035   the Free Software Foundation, either version 3 of the License, or
28036   (at your option) any later version.
28037
28038   GNU Emacs is distributed in the hope that it will be useful,
28039   but WITHOUT ANY WARRANTY; without even the implied warranty of
28040   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28041   GNU General Public License for more details.
28042
28043   You should have received a copy of the GNU General Public License
28044   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28045
28046 ;; Local Variables:
28047 ;; coding: utf-8
28048 ;; fill-column: 79
28049 ;; add-log-time-zone-rule: t
28050 ;; End: