nnimap respooling fix
[gnus] / lisp / ChangeLog
1 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-accept-article): Allow respooling using
4         nnimap.
5
6         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
7         request rescans when being run interactively.
8
9         * nnimap.el (nnimap-request-group): Don't rescan the group here,
10         because that can be very slow in large groups.
11
12         * gnus-int.el (gnus-request-group-scan): New backend function.
13
14         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
15
16 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-group.el (gnus-group-suspend): Close all backends.
19
20 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21
22         * dgnushack.el (dgnushack-compile-file): New function.
23         (dgnushack-compile): Use it (bug#19514).
24
25 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
28
29 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
30
31         * registry.el: Don't use <class> as a variable.
32
33 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
34
35         system-name's returned value can vary
36         Also, the system-name variable is now obsolete.
37         Fixes Bug#19438.
38         * message.el (message-make-fqdn):
39         * nnvirtual.el (nnvirtual-retrieve-headers)
40         (nnvirtual-update-xref-header):
41         Prefer (system-name) to system-name, and avoid naming
42         locals 'system-name'.
43
44 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
45
46         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
47         lines don't get overlong when responding.
48
49 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * registry.el (cl-remf, cl-loop, cl-subseq):
52         Alias to remf, loop, and subseq respectively for old Emacsen.
53
54 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
55
56         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind
57         coding-system-for-read and coding-system-for-write only around
58         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
59
60 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
61
62         * registry.el (registry-db): Set default slot later.
63         This is because its value is not a literal integer.
64
65 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
66
67         * registry.el (registry-db): Fix default registry-db max-size.
68
69 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
70
71         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
72         add warning.
73
74         * gnus-art.el: Fix up compiler warnings.
75         (article-display-face, article-display-x-face): Remove unused `face'.
76         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
77         (article-date-ut): Remove unused var `first'.
78         (gnus-article-prepare): Remove unused var `gnus-article'.
79         (gnus-mime-save-part-and-strip): Remove unused var `param'.
80         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
81         `coding-system' along with corresponding dead code.
82         (gnus-mime-view-part-externally): Remove unused var
83         `mm-user-display-methods'.
84         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
85         (gnus-display-mime): Remove unused var `handle'.
86         (gnus-mime-display-alternative): Remove unused var `props'.
87         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
88         (gnus-article-edit-done): Remove unused var `p'.
89         (gnus-url-mailto): Remove unused var `to'.
90         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
91         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
92
93 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
94
95         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
96         slots into a :max-size slot.
97         (registry-db-version): Add new variable for database version number.
98         (registry-prune): Use :max-size slot. Accept and use a sort-function
99         argument.
100         (registry-collect-prune-candidates): Add new function for finding
101         non-precious pruning candidates.
102         (registry-prune-hard-candidates, registry-prune-soft-candidates):
103         Remove obsolete functions.
104         (initialize-instance): Upgrade registry version when starting.
105
106         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
107         (gnus-registry-max-pruned-entries): Remove obsolete variable.
108         (gnus-registry-cache-file): Change default
109         filename extension to "eieio".
110         (gnus-registry-read): Add new function, split out from
111         `gnus-registry-load', that does the actual object reading.
112         (gnus-registry-load): Use it. Add condition case handler to check for
113         old filename extension and rename to the new one.
114         (gnus-registry-default-sort-function): New variable to specify a sort
115         function to use when pruning.
116         (gnus-registry-save, gnus-registry-insert): Use it.
117         (gnus-registry-sort-by-creation-time): Define a default sort function.
118
119         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
120         Adjust test for new object signature.
121         (gnustest-registry-pruning-test): Add new pruning test.
122         (gnustest-registry-sort-function): Default sort function for testing.
123         (gnustest-registry-pruning-sort-test): New test for sorting.
124
125 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * gnus-art.el (gnus-article-mime-handles): Refactored out into own
128         function for reuse.
129         (gnus-mime-buttonize-attachments-in-header): Adjusted.
130
131 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * message.el (message-change-subject): Really check whether the subject
134         changed.
135
136 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
139         PDFs.
140         (mailcap-view-mime): New function.
141
142 2014-12-01  Glenn Morris  <rgm@gnu.org>
143
144         * gnus-cloud.el (gnus-cloud): Add :version tag.
145
146 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * gnus-art.el (gnus-use-idna):
149         * gnus-sum.el (gnus-summary-idna-message):
150         * message.el (message-use-idna):
151         Protect against nil value for idna-program.
152
153         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
154
155 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
156
157         * auth-source.el (auth-source-macos-keychain-search-items): Return
158         result of `auth-source-macos-keychain-result-append' (bug#19074).
159
160 2014-11-25  Glenn Morris  <rgm@gnu.org>
161
162         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
163         Add :version tag.
164
165 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * pop3.el (pop3-open-server): Warn unless encrypted.
168
169         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
170
171 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
172
173         Port new time stamp handling to Emacs 23.2.
174         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
175         * time-date.el (time-add, time-subtract, time-less-p):
176         Use eval-and-compile, not eval-when-compile.
177
178 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
179
180         * message.el (message-valid-fqdn-regexp): Add non-internaional new
181         TLDs.
182
183 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
184
185         Port new time stamp handling to old Emacs and to XEmacs.
186         This is needed for Gnus, which copies time-date.el and which
187         runs on older Emacs implementations.
188         * time-date.el (with-decoded-time-value):
189         Handle 'nil' and floating-point arg more compatibly with new Emacs.
190         (encode-time-value, with-decoded-time-value):
191         Obsolete only if new Emacs.
192         (time-add, time-subtract, time-less-p): Define if not new Emacs.
193
194         Improve time stamp handling, and be more consistent about it.
195         This implements a suggestion made in:
196         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
197         Among other things, this means timer.el no longer needs to
198         autoload the time-date module.
199         * time-date.el (seconds-to-time, days-to-time, time-since)
200         (with-decoded-time-value):
201         Treat 'nil' as current time.  This is mostly for XEmacs.
202         (encode-time-value, with-decoded-time-value): Obsolete.
203         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
204         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
205
206 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
209         discarding changes in ephemeral groups.
210
211         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
212         things the user isn't interested in.
213
214 2014-11-13  Julien Danjou  <jd@abydos>
215
216         * gnus-notifications.el (gnus-notifications-notify): Provide both
217         app-icon and image-path.
218
219 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
220
221         * mm-url.el (mm-url-encode-multipart-form-data):
222         Restore to handle "multipart/form-data" by eww.
223
224 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
225
226         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
227         Landscheidt.
228
229 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
230
231         Simplify use of current-time and friends.
232         * gnus-delay.el (gnus-delay-article):
233         * gnus-sum.el (gnus-summary-read-document):
234         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
235         * message.el (message-make-expires-date):
236         Omit unnecessary call to current-time.
237         * gnus-util.el (gnus-float-time): Simplify to an alias because
238         time-to-seconds now behaves like float-time with respect to nil arg.
239         (gnus-seconds-year): Don't call current-time twice to get the current
240         time stamp, as this can lead to inconsistent results.
241         * time-date.el (time-to-seconds) [!float-time]:
242         Use current time if arg is nil, to be compatible with float-time.
243         (time-date--day-in-year): New function, with most of the guts of
244         the old time-to-day-in-year.
245         (time-to-day-in-year): Use it.
246         (time-to-days): Use it, to avoid decoding the same time stamp twice.
247
248 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus.el (gnus-mode-line-buffer-identification):
251         Don't add image data for a non-graphic display (bug#18813).
252
253 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
256         load-path, it blocks autoloading of find-image (bug#18813).
257
258 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
259
260         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
261         to keep connection open (bug#18728).
262
263 2014-10-20  Glenn Morris  <rgm@gnu.org>
264
265         * Merge in all changes up to 24.4 release.
266
267 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
268
269         * message.el (message-insert-signature): Use `newline' instead of
270         inserting explicit "\n".
271
272 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
273
274         * gnus-icalendar.el: Support vcal format timezones.
275         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
276         compute dates with associated timezone.
277         (gnus-icalendar-event-from-ical): Compute all timezones.
278
279 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
280
281         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
282         check the newsrc.eld file's timestamp before saving it.
283         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
284         timestamp has changed to be newer.
285
286 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
287
288         * gnus-icalendar.el (gnus-icalendar-identities):
289         Include message-alternative-emails.
290
291 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
294         New compatibility functions.
295         (ntlm-build-auth-response): Use them.
296
297 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
298
299         * ntlm.el (ntlm-build-auth-request):
300         Add NTLM2 Session support.  (Bug#15603)
301
302 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
303
304         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
305         expired messages only when it was built in reverse order.
306
307 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
308
309         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
310         last so it can be used in `message-send-hook'.
311
312 2014-09-29  Daiki Ueno  <ueno@gnu.org>
313
314         * mml.el (mml-parse-1): Error out if unknown mode is specified in
315         <#secure> tag (bug#18513).
316
317 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * parse-time.el: Require cl when compiling.
320
321 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         Use cl-lib as much as possible following the 2014-09-26 change
324         in the Emacs trunk.
325         * parse-time.el: Try requiring cl-lib.
326         (parse-time-incf): Alias to cl-incf or incf.
327         (digit-char-p): Remove.
328         (parse-time-integer): Alias to cl-parse-integer or the one defined.
329         (parse-integer): Rename to parse-time-integer.
330         (parse-time-tokenize, parse-time-rules, parse-time-string)
331         Use parse-time-incf and parse-time-integer.
332
333 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
334
335         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
336         of ":delete".
337
338 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus-art.el (gnus-article-browse-html-save-cid-content)
341         (gnus-article-browse-html-parts):
342         Revert last change that breaks links other than cid contents.
343
344 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * gnus-art.el (gnus-article-browse-html-save-cid-content)
347         (gnus-article-browse-html-parts): Make cid file names relative.
348
349 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * mm-view.el (mm-display-inline-fontify): Make the working buffer
352         temporarily displayed when running a mode function (at least org-mode
353         requires it).
354
355 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
356
357         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
358         the gnus-summary-article-expire-hook should be told where the function
359         is going. In particular, the Gnus registry might want to know.
360
361 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
362
363         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
364
365 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * gnus-sum.el (gnus-summary-expire-articles): Revert.
368
369 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
370
371         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
372         the gnus-summary-article-expire-hook should be told where the function
373         is going. In particular, the Gnus registry might want to know.
374
375 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
376
377         Don't mishandle year-9999 dates (Bug#18176).
378         * parse-time.el (parse-time-rules):
379         Allow years up to most-positive-fixnum.
380         * time-date.el (date-to-time):
381         Pass "Specified time is not representable" errors through.
382
383 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
384
385         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
386         groups and t.
387
388 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * gnus-utils.el (gnus-recursive-directory-files):
391         Unify hard or symbolic links (bug#18063).
392
393 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
394
395         * gnus-msg.el (gnus-configure-posting-style):
396         Allow string replacements in values when matching against a header.
397
398 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
401         the dribble buffer even when it is shrunk a lot.
402         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
403
404 2014-06-26  Glenn Morris  <rgm@gnu.org>
405
406         * mm-util.el (help-function-arglist): Remove outdated declaration.
407
408 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
409
410         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
411         attribute values.  (Bug#17834)
412
413 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
414
415         * gnus-sum.el (gnus-summary-edit-article-done):
416         Prefer point-marker to copy-marker of point.
417
418 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * Makefile.in (install-el, install-el-elc): Compress .el files.
421         (uninstall): Remove compressed .el files.
422
423 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
426         (gnus-article-read-summary-keys):
427         Don't bug out when there is no article in the summary buffer.
428         (gnus-mime-buttonize-attachments-in-header):
429         Improve criterion that finds parts to display.
430
431         * gnus-art.el (gnus-mm-display-part):
432         * mm-decode.el (mm-shr):
433         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
434         (mm-insert-inline): Revert last changes.
435
436 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * gnus-art.el (gnus-mm-display-part):
439         * mm-decode.el (mm-shr):
440         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
441         (mm-insert-inline): Set insertion type of end-marker, not only
442         start-marker, of undisplayer so as to stay after inserted text.
443
444 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
445
446         * html2text.el (html2text-get-attr): Fix typo when splitting value from
447         attribute. (Bug#17613)
448
449 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
450
451         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
452         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
453
454 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
457         delete next part button; keep spacing between buttons.
458
459 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
462         Work for the last MIME part in an article.
463         (gnus-mime-display-single): Suppress excessive newlines between parts.
464
465         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
466         by leading or trailing newline.
467
468 2014-05-12  Sam Steingold  <sds@gnu.org>
469
470         * time-date.el (seconds-to-string): New function to pretty print time
471         delay in seconds.
472
473 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
476         while prompting a user for a file name, etc.
477         (gnus-mime-display-single): Display part with a common appearance no
478         matter whether MIME button is omitted or not; don't add duplicate entry
479         to gnus-article-mime-handle-alist.
480         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
481
482 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
483
484         * mml2015.el (mml2015-display-key-image): New variable.
485
486 2014-05-08  Glenn Morris  <rgm@gnu.org>
487
488         * gnus-fun.el (gnus-grab-cam-face):
489         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
490         This is CVE-2014-3421.
491
492 2014-05-04  Glenn Morris  <rgm@gnu.org>
493
494         * gnus-registry.el (gnus-registry-install-p): Doc fix.
495
496 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
499         the displaying state of a part.
500         (gnus-mm-display-part): Don't insert a newline in the beginning of
501         a part like gnus-mime-inline-part doesn't; work for XEmacs.
502
503         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
504         (mm-shr): Make undisplayer unbreakable.
505
506         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
507         insert excessive newline.
508         (mm-inline-text-html-render-with-w3m, mm-inline-text)
509         (mm-insert-inline): Make undisplayer unbreakable.
510
511 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
512
513         * gnus.el: Ma Gnus v0.11 is released.
514
515 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * gnus-art.el (gnus-mm-display-part):
518         Highlight header attachment buttons.
519
520 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
523         a part; redisplay a button (enbugged in 2014-02-05).
524
525 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
526
527         * auth-source.el (auth-source-search, auth-source-search-backends):
528         Treat :max 0 as an indicator that a boolean return is wanted, as
529         documented. Reported by Joe Bloggs.
530
531 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * gnus-icalendar.el: Require gnus-art.
534
535 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
536
537         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
538         (gnus-icalendar--update-org-event): put event timestamp in
539         the org entry body instead of the drawer.
540         (gnus-icalendar-event--get-attendee-names): list of participants should
541         contain even attendees without common name attribute.
542         (gnus-icalendar--update-org-event): don't generate duplicates of empty
543         property tags in org drawers.
544
545 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * gmm-utils.el (gmm-format-time-string): New function.
548
549         * message.el (message-insert-formatted-citation-line): Use the original
550         author's time zone to express a date string.
551
552 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
553
554         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
555         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
556         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
557         Silence compiler warnings.
558         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
559
560 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * mml.el: Require url when compiling.
563
564         * gnus-cloud.el (gnus-cloud-parse-version-1):
565         Use plist-get rather than CL's getf.
566         (gnus-activate-group, gnus-subscribe-group): Declare.
567
568         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
569
570 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
573         buttons when toggling the header off.
574
575 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
576
577         * tls.el (tls-program): Reflow docstring.
578
579 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
580
581         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
582         groups work again.
583
584 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
585
586         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
587         999 correctly (i.e. "1,342").
588
589 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
590
591         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
592         out if the directory doesn't exist.
593
594 2014-03-07  Daiki Ueno  <ueno@gnu.org>
595
596         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
597         commands here; instead, only check if epg-config.el is available.
598
599 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
600
601         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
602         messages with embedded images.
603         (mml-generate-mime): Don't bug out if you don't have libxml.
604
605 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
606
607         * message.el (message-make-html-message-with-image-files): New command.
608
609 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
610
611         * gnus-group.el (gnus-group-make-group): Clarify prompt.
612
613         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
614
615 2014-02-23  David Engster  <deng@randomsample.de>
616
617         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
618         to stay compatible with older Emacsen, so replace `cl-loop' with
619         `loop'.
620
621 2014-02-22  Daniel Colascione  <dancol@dancol.org>
622
623         * auth-source.el (auth-source-secrets-listify-pattern): New function.
624         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
625         instead, build list of patterns.
626
627 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
630         Display header attachment buttons by gnus-article-prepare-display
631         rather than gnus-article-prepare so as to view in mml-preview as well.
632
633 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
634
635         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
636         in `auth-sources' means and link to EPA docs.
637
638 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
639
640         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
641         (bug#12375).
642
643 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
646         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
647
648 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
649
650         * message.el (message-tab): Mention what happens on normal tabs
651         (bug#11297).
652
653 2014-02-08  Glenn Morris  <rgm@gnu.org>
654
655         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
656
657 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
660         buttons that are hidden in unselected alternative part as well.
661         (gnus-mime-display-alternative): Redraw attachment buttons in header.
662
663         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
664
665 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
666
667         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
668         keystroke.
669         (gnus-server-toggle-cloud-server): Only allow clouding applicable
670         types.
671
672         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
673         with an empty string.
674
675 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
676
677         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
678         buffer-local in some buffers, so bind it explicitly in the buffer we're
679         trying to cancel the article in (bug#10808).
680
681 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
684         New functions.
685
686         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
687         New user option.
688         (gnus-mime-buttonize-attachments-in-header): New function.
689         (gnus-article-prepare): Use it.
690         (gnus-mime-inline-part): Suppress extra newline.
691         (gnus-mm-display-part): Save excursion;
692         remove useless deleting and adding of buttons.
693         (gnus-insert-mime-button): Allow insertion in the middle of a line.
694
695         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
696         Add gnus-mime-buttonize-attachments-in-header.
697
698 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
699
700         * nnimap.el (nnimap-request-articles): New command to download several
701         articles at once.
702
703         * gnus.el (gnus-variable-list): Save Cloud variables.
704
705         * gnus-int.el (gnus-request-accept-article): Doc fix.
706
707 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
708
709         * parse-time.el (parse-time-iso8601-regexp)
710         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
711         it more generally.
712
713 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-cloud.el: New file to provide the Emacs Cloud.
716
717         * dgnushack.el: Silence XEmacs w3 warning.
718
719         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
720         `url-retrieve-synchronously', apparently.
721
722         * dgnushack.el: Silence XEmacs dns.el warning.
723
724         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
725         instead of in all files.
726
727         * dns.el (network-interface-list): Define for XEmacs.
728
729         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
730         XEmacs.
731
732         * nnrss.el (libxml-parse-html-region): Silence compilation error.
733
734 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
735
736         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
737         `gnus-group-split-fancy'.
738
739 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
740
741         * message.el (message-remove-header): Doc fix.
742         (message-forward-included-headers): New variable.
743         (message-remove-ignored-headers): Use it.
744
745 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
746
747         * nnir.el (nnir-request-update-mark): Don't try to update the source
748         group if we can't find it (bug#16611).
749
750 2014-01-31  Dave Abrahams  <dave@boostpro.com>
751
752         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
753
754 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
755
756         * dns.el (dns-servers-up-to-date-p): New function to see whether the
757         network interfaces changed.
758         (dns-query): Use it to flush the data.
759
760 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
761
762         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
763         from random face commands.
764         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
765         Face.
766         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
767         (gnus--random-face-with-type): Generic function returning a face-type
768         as a string.
769         (gnus--insert-random-face-with-type): Generic function inserting a face
770         in a message buffer header.
771         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
772         (gnus-insert-random-x-face-header): Rewritten to use
773         `gnus--insert-random-face-with-type`.
774         (gnus-random-face): Return random (png) Face as string.
775         (nus-insert-random-face-header): Insert random (png) Face in a message
776         buffer.
777
778 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
779
780         * mm-url.el: Remove all usage of w3.
781
782         * nnrss.el: Ditto.
783
784         * mm-decode.el: Ditto.
785
786         * mm-view.el: Ditto.
787
788         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
789         outdated and all Emacsen have url.el built-in.
790
791         * gnus-setup.el: Remove outdated file.
792
793 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
794
795         * gnus.el: Ma Gnus v0.9 is released.
796
797 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
798
799         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
800
801 2014-01-31  Dave Abrahams  <dave@boostpro.com>
802
803         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
804         in the summary buffer (bug#13769).
805
806 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
809         name if we're using a single article buffer.  Otherwise, it may point
810         to a killed buffer (bug#13756).
811
812 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
813
814         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
815         the match data, just save and restore it explictly (bug#12375).
816
817         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
818         that's needed.
819
820         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
821         the code once (bug#9069).
822
823 2014-01-18  Steinar Bang  <sb@dod.no>
824
825         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
826         reading.
827
828 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
829
830         * message.el (message-bury): Call bury-buffer with no argument
831         in the message-return-action case too.
832
833 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
836         (nnimap-split-fancy, nnimap-split-methods): Declare.
837
838         * mm-util.el (help-function-arglist): Declare.
839
840 2013-12-28  Glenn Morris  <rgm@gnu.org>
841
842         * gnus-sieve.el (gnus-sieve-select-method):
843         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
844         (gravatar-rating, gravatar-size):
845         * message.el (message-minibuffer-local-map):
846         * sieve-manage.el (sieve-manage-authenticators)
847         (sieve-manage-authenticator-alist): Specify custom types.
848
849         * hashcash.el (hashcash-program): Rename from hashcash-path.
850         Update callers.
851
852         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
853         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
854         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
855
856         * auth-source.el (auth-sources):
857         * nnmairix.el (nnmairix-propagate-marks-upon-close):
858         Fix custom types.
859
860         * tls.el (tls-certtool-program): Fix default value.
861
862 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
863
864         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
865         we get proper traces there, too.
866
867 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
868
869         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
870         value of the parameters if the current article has a Reply-To or From
871         field.
872
873 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus.el (gnus-group-buffer): Remove duplicate definition.
876
877 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
878
879         * gnus-sum.el (gnus-summary-exit): Stop animations.
880
881 2013-12-19  Juri Linkov  <juri@jurta.org>
882
883         * gnus.el (gnus-suppress-keymap):
884         * gnus-art.el (gnus-article-mode-map):
885         * gnus-group.el (gnus-group-mode-map):
886         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
887         Remove [backspace] key binding because it shadows DEL (bug#16035).
888
889         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
890
891 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
894         Make sure work directory exists.
895         (gnus-uu-digest-mail-forward): Store temporary files in work directory
896         rather than tmp directory.
897         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
898         not necessarily always run, with it.
899
900 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
901
902         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
903         value of gnus-icalendar-additional-identities work without restart.
904
905 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * mm-util.el (mm-make-temp-file):
908         Alias to make-temp-file for modern Emacsen.
909
910 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
913         nnir-article-number and nnir-article-group.
914
915 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
916
917         * message.el (message-send-mail-with-sendmail):
918         Don't kill error buffer if sending fails.
919
920 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
921
922         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
923         (gnus-icalendar-event->org-entry)
924         (gnus-icalendar--update-org-event)
925         (gnus-icalendar-event->gnus-calendar): Distinguish between
926         required/optional/non-participant attendee status.  Fix bug causing
927         the first required event participant to be omitted.
928
929 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * gnus-art.el (article-de-quoted-unreadable)
932         (article-de-base64-unreadable, gnus-mime-copy-part)
933         * gnus-html.el (gnus-article-html)
934         * mm-view.el (mm-inline-text-html-render-with-w3)
935         (mm-inline-text-html-render-with-w3m-standalone)
936         * rfc2231.el (rfc2231-decode-encoded-string):
937         Allow overriding charset by mm-charset-override-alist.
938
939         * gnus-art.el (gnus-article-browse-html-parts):
940         Replace LWSPs with `&nbsp;'s in header.
941
942         Work for broken Chinese articles.
943
944         * gnus-art.el (gnus-article-browse-html-save-cid-content):
945         Exclude broken handles that gnus-summary-enter-digest-group may create.
946         (gnus-article-browse-html-parts):
947         Allow overriding charset by mm-charset-override-alist.
948
949 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
950
951         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
952         (gnus-icalendar-identities): Support additional-identities.
953
954 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
955
956         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
957         org-timestamp for events ending at midnight.
958
959 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
960
961         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
962         .log files.
963
964 2013-11-20  David Engster  <deng@randomsample.de>
965
966         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
967
968 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
969
970         * message.el (message-beginning-of-line):
971         Use beginning-of-visual-line when visual-line-mode is turned on.
972
973 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
974
975         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
976         (gnus-icalendar-event-from-ical)
977         (gnus-icalendar-event->org-entry)
978         (gnus-icalendar--update-org-event): Required/optional participation,
979         list of attendees synced to org.
980
981 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
982
983         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
984         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
985         cancellations to be synced to org if the original appt has an org
986         outline.
987
988 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
989
990         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
991         (gnus-icalendar-event->org-entry)
992         (gnus-icalendar--update-org-event)
993         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
994
995 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
996
997         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
998         Fix timezone handling in gnus-icalendar export to org.
999
1000 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1003
1004 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1007
1008 2013-10-30  Glenn Morris  <rgm@gnu.org>
1009
1010         * gnus-group.el (gnus-group-browse-foreign-server):
1011         * gnus-int.el (gnus-start-news-server):
1012         Silence compiler obsolescence warning.
1013
1014 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1015
1016         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1017         `nnoo-current-server' first, then for the actual `nnimap-address' to
1018         allow netrc entries for the nnoo server to coexist with netrc entries
1019         for the `nnimap-address'.
1020
1021 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * mm-decode.el (mm-dissect-buffer): Revert last change.
1024         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1025         The problem that motivated those changes was attributed to a broken
1026         mail sender, and has been fixed.
1027
1028 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1031         token is missing in the Content-Type header.
1032
1033         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1034
1035 2013-09-18  Glenn Morris  <rgm@gnu.org>
1036
1037         * gnus-util.el (image-size): Declare.
1038
1039 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1042         (gnus-icalendar-event-from-ical)
1043         (gnus-icalendar-event--build-reply-event-body)
1044         (gnus-icalendar-event-reply-from-buffer)
1045         (gnus-icalendar-find-org-event-file)
1046         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1047         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1048
1049         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1050
1051 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1052
1053         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1054         Use save-current-buffer.
1055         (gnus-tree-mode-map): Initialize in the declaration.
1056         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1057         (scroll-in-place): Defvar it.
1058         (gnus-tmp-*): Defvar them.
1059         (gnus-get-tree-buffer): Use derived-mode-p.
1060         (gnus--let-eval): New macro.
1061         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1062         non-prefixed variables.
1063         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1064
1065         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1066         vars since it doesn't seem to be available.
1067         (gnus-set-global-variables, gnus-summary-read-group-1)
1068         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1069         (gnus-summary-display-article, gnus-summary-select-article)
1070         (gnus-summary-next-article, gnus-offer-save-summaries)
1071         (gnus-summary-generic-mark): Use derived-mode-p.
1072         (gnus-summary-read-group-1, gnus-summary-exit)
1073         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1074         Adjust calls to gnus-tree-close and gnus-tree-open.
1075
1076         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1077
1078         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1079         (gnus-agent-mode): Use derived-mode-p.
1080         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1081         gnus-command-method and *-command-method to nil, but bind
1082         gnus-command-method to *-command-method instead!
1083         (gnus-agent-fetch-articles): Remove unused var `id'.
1084         (gnus-agent-fetch-headers): Remove unused arg `force'.
1085         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1086         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1087         (gnus-agent-short-article, gnus-agent-long-article)
1088         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1089         first use.
1090         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1091         `score-param'.
1092         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1093         (gnus-get-predicate): Push in front of the cache, rather than end.
1094         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1095         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1096         (gnus-agent-expire-unagentized-dirs): Don't rebind
1097         gnus-agent-expire-current-dirs since the defvar silences the warning.
1098         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1099         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1100         (gnus-agent-regenerate): Simplify interactive spec and doc.
1101
1102 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-int.el (gnus-open-server): Silence compiler.
1105
1106         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1107
1108         * message.el (message-display-completion-list): Abolish.
1109         (message-completion-in-region): Use display-completion-list.
1110
1111 2013-09-17  Glenn Morris  <rgm@gnu.org>
1112
1113         * gnus-util.el (gnus-message-with-timestamp-1):
1114         Use `messages-buffer' function if available.  Ignore read-only.
1115
1116 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * message.el (message-expand-group, message-completion-in-region):
1119         Correct the order of start and end of a region.
1120
1121 2013-09-13  Glenn Morris  <rgm@gnu.org>
1122
1123         * mml2015.el (gnus-create-image): Autoload it.
1124
1125         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1126
1127         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1128         (image-size): Declare.
1129
1130 2013-09-12  Glenn Morris  <rgm@gnu.org>
1131
1132         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1133         Avoid using `find', which i) might not be defined at runtime;
1134         ii) does not work, since its default test is eql, not equal.
1135         (gnus-mime-action-alist): Declare.
1136
1137 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1138
1139         * score-mode.el (gnus-score-mode-map): Move initialization
1140         into declaration.
1141         (gnus-score-mode): Use define-derived-mode.
1142         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1143         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1144         into declaration.
1145         (gnus-kill-file-mode): Use define-derived-mode.
1146         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1147         Use derived-mode-p.
1148         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1149         (gnus-group-setup-buffer, gnus-group-name-at-point)
1150         (gnus-group-make-web-group, gnus-group-enter-directory)
1151         (gnus-group-suspend): Use derived-mode-p.
1152         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1153         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1154         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1155         (gnus-article-setup-buffer, gnus-article-prepare)
1156         (gnus-article-prepare-display, gnus-sticky-article)
1157         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1158         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1159         (gnus-article-read-summary-keys): Use derived-mode-p.
1160
1161 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1164
1165 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1168         shift_jis from the default value set for Japanese users.
1169
1170 2013-08-13  Glenn Morris  <rgm@gnu.org>
1171
1172         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1173
1174         * gnus.el (gnus-valid-select-methods): Fix type.
1175
1176         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1177
1178 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * mm-decode.el (mm-display-external): Run a timer for the temp files
1181         deletion after a viewer exits; add a deletion timer for the needsterm
1182         case, too.
1183
1184         * mm-decode.el (mm-display-external): Try to delete temporary files by
1185         using a 1-min. timer.
1186
1187 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1190         New internal variables.
1191         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1192         (mm-display-external): Use it to delete temporary files instead of
1193         using timers.
1194
1195 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1198
1199 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1200
1201         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1202         with cond for backwards compatability.
1203
1204 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * mm-decode.el (mm-display-external): Bind process-connection-type to
1207         nil; don't delete a temp file immediately even if a viewer finishes,
1208         since it may be a shell script, like xdg-open, that launches a real
1209         viewer program belatedly.
1210
1211 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1212
1213         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1214         that we can create nndoc groups that excerpt other groups.
1215
1216 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * gnus-delay.el (gnus-delay-article): Fix typo.
1219
1220         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1221         articles.
1222
1223         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1224         we can get spell-checking etc.
1225
1226 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1229         a single one used for encoding the whole text in a header.
1230
1231 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1234         doesn't work properly on XEmacs.
1235
1236 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1239         before sending.
1240
1241         * dgnushack.el (dgnushack-compile): Add a temporary check for
1242         gnus-icalendar.
1243
1244         * mm-decode.el (mm-command-output): New face.
1245         (mm-display-external): Use it.
1246
1247 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1248
1249         * nnmbox.el (nnmbox-request-article): Don't change point.
1250
1251 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1254         Include `handle' parameter.
1255
1256 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1257
1258         * gnus-icalendar.el: New file.
1259
1260 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1263
1264         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1265         dummy roots, too.
1266
1267 2013-08-01  David Edmondson  <dme@dme.org>
1268
1269         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1270         out on ttys.
1271
1272 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1275         not empty.
1276
1277         * nnrss.el (nnrss-discover-feed): Indent.
1278
1279 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1282
1283 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1286         dirty to ensure nnimap data being saved.
1287
1288 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1289
1290         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1291         menu entry.
1292
1293         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1294         the current thread's total score instead of the current article's
1295         score.
1296
1297         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1298         (gnus-sort-threads-recursively): Delete defcustom.
1299         (gnus-sort-threads-recursive): Adapt accordingly.
1300
1301 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1302
1303         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1304         (gnus-sort-threads-recursive): Use it.
1305         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1306         again.  Now that determines how to sort subthreads.
1307
1308 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1309
1310         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1311         (gnus-sort-threads): Use it.
1312
1313 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1314
1315         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1316         punctuation characters follow parentheses (bug#14950).
1317
1318 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gnus.el (gnus-continuum-version):
1321         * gnus-msg.el (gnus-extended-version): Simplify.
1322
1323         * gnus.el (gnus-continuum-version-1): Remove.
1324         * gnus-msg.el (gnus-bug): Revert.
1325
1326         Calculate gnus-version correctly on Cygwin.
1327
1328         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1329         (gnus-continuum-version-1): New function, return a string.
1330
1331         * gnus-msg.el (gnus-extended-version, gnus-bug):
1332         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1333
1334 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1335
1336         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1337         (bug#13384).
1338
1339 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1342         that were only relevant in a development version a long time ago.
1343
1344 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1347         that the old Emacs 24s bundle.
1348
1349 2013-07-10  David Engster  <deng@randomsample.de>
1350
1351         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1352         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1353         fixes a bug in Emacs trunk where the 'unexist' marks were always
1354         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1355         Gnus v0.03".
1356
1357 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1358
1359         * gnus.el (gnus-summary-line-format): Reference
1360         `gnus-user-date-format-alist' for the &user-date; format, not
1361         `gnus-summary-user-date-format-alist'.
1362
1363 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1366         delete files (bug#13481).
1367
1368 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1369
1370         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1371
1372 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1373
1374         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1375         display images.
1376
1377         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1378
1379         * message.el (message-cancel-news): According to
1380         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1381         preferred over "cmsg cancel" in the Subject.
1382
1383         * nnir.el (nnir-engines): Note that the group specs are regexps
1384         (bug#13238).
1385
1386         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1387         gotten read-only text properties, ensure that those aren't heeded when
1388         copying stuff over (bug#13434).
1389
1390         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1391         (bug#13762).
1392
1393 2013-07-05  David Kastrup  <dak@gnu.org>
1394
1395         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1396         authinfo file again (important for blank passwords).  This had been
1397         broken with 2013-06-15 change.
1398
1399 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1402         Revert 2013-01-14 change.
1403
1404 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1405
1406         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1407         of 'create-image' for XEmacs compatibility; check errors when decoding
1408         image.  Reported by Uwe Brauer.
1409
1410 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1413         gnus-button-push revised at 2011-01-19.
1414
1415 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1418         now live in the lisp/net Emacs 24 repository.
1419
1420 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * eww.el (eww-update-header-line-format): Quote % characters.
1423
1424 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * eww.el (eww-process-text-input): Display passwords as asterisks.
1427
1428         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1429
1430 2013-06-19  Tom Tromey  <tromey@redhat.com>
1431
1432         * eww.el (eww-top-url): Remove.
1433         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1434         (eww-render): Set new variables.  Don't set eww-top-url.
1435         (eww-handle-link): Handle "prev", "home", and "contents".
1436         Downcase the rel text.
1437         (eww-top-url): Choose best top URL.
1438
1439 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * eww.el: Rewrite to implement form elements "by hand" instead of
1442         relying in widget.el.  Using widget.el leads to too many
1443         user interface inconsistencies.
1444         (eww-self-insert): Implement entering commands in text fields.
1445         (eww-process-text-input): New function to make text input field editing
1446         work.
1447         (eww-submit): Rewrite to use the new-style form methods.
1448         (eww-select-display): Display the correct selected item.
1449         (eww-change-select): Implement changing the select value.
1450         (eww-toggle-checkbox): Implement radio/checkboxes.
1451         (eww-update-field): Fix compilation error.
1452         (eww-tag-textarea): Implement <textarea>.
1453
1454         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1455         don't shadow mode-specific bindings.
1456
1457         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1458         nothing to push.
1459
1460         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1461
1462 2013-06-19  Glenn Morris  <rgm@gnu.org>
1463
1464         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1465
1466 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1467
1468         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1469
1470 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * shr.el (shr-make-table-1): Implement <td rowspan>.
1473         (shr-table-horizontal-line): Allow nil as a value, and change the
1474         default.
1475         (shr-insert-table-ruler): Respect the nil value.
1476
1477 2013-06-18  Tom Tromey  <tromey@barimba>
1478
1479         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1480         New defvars.
1481         (eww-open-file): New defun.
1482         (eww-render): Initialize new variables.
1483         (eww-display-html): Handle "link" and "a".
1484         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1485         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1486         (eww-back-url): Rename from eww-previous-url.
1487         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1488         defuns.
1489
1490 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1491
1492         * shr.el (shr-tag-table): Insert the images after the table, so that
1493         they're not covered by the table colourisation, which often looked
1494         awkward.
1495         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1496         <dd>.
1497         (shr-make-table-1): Implement <td colspan=> support.
1498         (shr-insert-document): Use one less than window width if `shr-width' is
1499         nil, since otherwise things may get one character too wide.
1500
1501 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1502
1503         * eww.el (eww-detect-charset): Improve regexp; move backward.
1504
1505 2013-06-18  Glenn Morris  <rgm@gnu.org>
1506
1507         * mm-decode.el (widget-convert-button): Autoload.
1508
1509         * sieve-manage.el (mm-enable-multibyte): Autoload.
1510
1511         * shr.el (libxml-parse-html-region): Declare.
1512         (shr-render-buffer): Explicit error if no libxml2 support.
1513
1514 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1515
1516         * auth-source.el (auth-source-current-line): New function.
1517         (auth-source-netrc-parse-entries): When a data token is "machine",
1518         assume we're in the wrong place and abort parsing the current line.
1519
1520 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1523         (eww-convert-widgets): Don't bug out if the first widget starts at the
1524         beginning of the buffer.
1525         (eww-convert-widgets): Fix last patch.
1526         (eww-tag-input): Support <input type=image>.
1527
1528         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1529         (shr-tag-base): Protect against base specs that are degenerate.
1530         (shr-ensure-paragraph): Don't delete empty lines that have text
1531         properties, because these may be input fields.
1532
1533         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1534         we can navigate to them.
1535
1536         * shr.el (shr-colorize-region): Put the colours over the entire region.
1537         (shr-inhibit-decoration): New variable.
1538         (shr-add-font): Use it to inhibit text property decorations while doing
1539         preliminary table renderings.  This speeds up typical Wikipedia page
1540         renderings by 15%.
1541         (shr-tag-span): Don't respect the <title>, because that overwrites the
1542         help-echo from links inside the spans.
1543         (shr-next-link): Use `help-echo' for navigation, so that we can
1544         navigate to form elements, too.
1545
1546         * eww.el (eww-button): New face.
1547         (eww-convert-widgets): Use it to make submit buttons more button-like.
1548
1549         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1550         that Gnus commands work.
1551
1552         * shr.el (shr-render-td): Support horizontal alignment.
1553
1554         * eww.el (eww-put-color): Removed.
1555         (eww-colorize-region): Use `add-face-text-property'.
1556
1557         * shr.el (shr-add-font): Append face data, so that we get the correct
1558         precedence: The innermost value (which is applied first) wins.
1559         (shr-make-overlay): Obsolete function.
1560
1561         * mm-decode.el (mm-convert-shr-links): New function to convert
1562         new-style shr URL links into widgets.
1563         (mm-shr): Use it.
1564
1565         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1566         widget commands, since we're no longer using widgets for links.
1567
1568         * shr.el (shr-next-link): New command.
1569         (shr-previous-link): New command.
1570         (shr-urlify): Don't use `widget-convert', because that's slow.
1571         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1572         because collecting the overlays and reapplying them when generating
1573         tables is slow.
1574         (shr-insert-table): Ditto.
1575
1576 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1577
1578         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1579         * shr.el (browse-url): Require `url'.
1580         * eww.el (url): Require format-spec.
1581
1582 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * eww.el (eww-display-html): Default to using the entire window width.
1585         (eww-browse-url): Don't add a User-Agent header (twice), because that
1586         makes Bing refuse connection.
1587
1588         * shr.el (shr-make-table): Cache the table rendering at the table
1589         level, and not the <td> level.  This is a bit faster.
1590
1591         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1592         #id.
1593
1594         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1595         browsers don't.
1596         (shr-expand-url): Respect #anchor links.
1597         (shr-parse-base): Chop off the anchor before using.
1598         (shr-descend): Respect display: none.
1599         (shr-descend): Allow marking elements that have certain IDs.
1600
1601         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1602
1603         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1604
1605         * eww.el (eww-tag-textarea): Support <textarea>.
1606
1607 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1608
1609         * shr.el (shr-dom-to-xml): Fixed function call.
1610
1611         * eww.el (eww): New group.
1612         (eww-header-line-format): New custom variable.
1613         (eww-current-title): New variable.
1614         (eww-display-html): Update header and handle title tag.
1615         (eww-update-header-line-format): New function.
1616         (eww-tag-title): New function.
1617
1618         * shr.el (shr-dom-to-xml): New function.
1619         (shr-tag-svg): Add support for the SVG tag.
1620         (shr-bullet): New custom variable.
1621         (shr-tag-li): Support custom bullet in unordered lists.
1622
1623 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * shr.el (shr-expand-url): Respect // URLs.
1626
1627         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1628         put a background colour onto the entire buffer.
1629         (eww-render): When being redirected, use the redirect URL as the new
1630         base URL.
1631
1632         * shr.el (shr-parse-base): Fix parsing error.
1633
1634         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1635
1636         * shr.el (shr-parse-base): New function.
1637         (shr-expand-url): Use it to expand relative URLs reliably.
1638
1639 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1640
1641         * auth-source.el (auth-source-search-collection): Fix docstring.
1642         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1643         single-quoted strings and multiline entries.
1644         (auth-source-netrc-parse-next-interesting)
1645         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1646         functions to support parser.
1647
1648 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * eww.el (eww-submit): Get submit button logic right when hitting RET
1651         on non-submit buttons.
1652
1653         * shr.el: Remove shr-preliminary-table-render, since that can't really
1654         be used for anything in practice.
1655
1656 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1657
1658         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1659         (sieve-manage-quit).
1660
1661 2013-06-14  Glenn Morris  <rgm@gnu.org>
1662
1663         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1664
1665 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1666
1667         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1668         control the maximum size of photo ID image.
1669         (mml2015-epg-key-image-to-string): Respect it.
1670
1671 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1674         instead of the final one so that we can more easily distinguish them.
1675
1676         * eww.el (eww-submit): Compute the submission URL correctly.
1677
1678 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1679
1680         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1681         Use plist-get rather than CL's getf.
1682         (sieve-manage-parse-capability): Avoid CL's remove-if.
1683
1684 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1685
1686         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1687         (sieve-manage-quit).
1688
1689 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1692         last slash.
1693
1694         * eww.el (eww-tag-select): Use the first value as the default value.
1695
1696 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1697
1698         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1699         (eww-mode): Use `define-derived-mode'.
1700         (eww-parse-headers): Parse headers from beginning of buffer so that
1701         file:// links work.
1702
1703 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1706
1707 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1710         to handle them at all.
1711
1712 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1715         work, too.
1716         (eww-tag-select): Implement <select>.
1717
1718 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1719
1720         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1721         stream managing functions by using open-protocol-stream to do most of
1722         the work.  Has the nice benefit of enabling STARTTLS.
1723         Wait for capabilities after STARTTLS: following RFC5804, the server
1724         sends new capabilities after successfully establishing a TLS connection
1725         with the client.  The client should update the cached list of
1726         capabilities, but we just ignore the answer for now.
1727         (sieve-manage-network-p, sieve-manage-network-open)
1728         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1729         (sieve-manage-forward, sieve-manage-streams)
1730         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1731         API, nor called by any other function.
1732         Enable Multibyte for SieveManage buffers: The parser won't properly
1733         handle umlauts and line endings unless multibyte is turned on in the
1734         process buffer.
1735
1736 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * eww.el (eww-tag-input): Support password fields.
1739         (eww-submit): Support POST.
1740
1741 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * eww.el (eww-tag-form): Protect against degenerate forms.
1744
1745         * shr.el (shr-expand-url): Expand URLs that start with a slash
1746         correctly.
1747
1748         * eww.el (eww-submit): Get submit button logic right.
1749
1750         * shr.el (shr-final-table-render): New variable to signal when we're
1751         doing the final table rendering so that we can collect more data at
1752         that point.
1753
1754         * eww.el (eww-submit): Make form submission work.
1755         (eww-tag-input): Implement submit buttons.
1756         (eww-click-radio): Implement radio and checkboxes.
1757         (eww-submit): Handle hidden elements.
1758
1759         * shr.el (shr-descend): Allow other packages to override (or provide)
1760         rendering of elements.
1761         (shr-expand-url): Strip query strings from URLs before expanding them.
1762
1763         * eww.el: Don't require cl-lib.
1764         (eww-tag-form): Start form support.
1765
1766         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1767
1768         * eww.el: Start writing a new, tiny web browser.
1769         (eww-previous-url): New command.
1770         (eww-quit): New command.
1771
1772 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1773
1774         * sieve.el: Put point at beginning of buffer when viewing a script.
1775         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1776         number in sieve-buffer's header.  Fixed code to also work with a string
1777         as port specifier.  Properly close the connection on pressing 'q'.  Make
1778         sieve-manage-quit close the connection and process buffer.  Also, remove
1779         duplicate keybinding for 'q'.
1780
1781 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1782
1783         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1784         make it easier to read.
1785         (mm-pkcs7-enveloped-magic): Ditto.
1786
1787 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1788
1789         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1790         before `image-type-available-p' to avoid loading the image libraries
1791         needlessly.
1792
1793 2013-06-05  David Engster  <deng@randomsample.de>
1794
1795         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1796         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1797         to see whether the group was synced before.
1798
1799 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1800
1801         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1802         when opening the connection.
1803         Suggested by João Távora <joaotavora@gmail.com> in
1804         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1805
1806 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1809         assume Date header begins with "Date", that may be customized into
1810         something like "X-Sent" using gnus-article-time-format.
1811         (article-transform-date): Allow multi-line Date header.
1812
1813 2013-06-02  David Engster  <deng@randomsample.de>
1814
1815         * registry.el (initialize-instance, registry-lookup)
1816         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1817         (registry-lookup-secondary-value, registry-search, registry-delete)
1818         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1819         not wrap methods in `eval-and-compile'.  This breaks due to latest
1820         changes in EIEIO (introduction of eieio-core.el).
1821
1822 2013-05-30  Glenn Morris  <rgm@gnu.org>
1823
1824         * nnmail.el (nnmail-fancy-expiry-target):
1825         Also bind mail-dont-reply-to-names.
1826
1827         * spam-stat.el (spam-stat-save):
1828         No need to tweak font-lock in temp buffers.
1829
1830         * shr.el (shr-put-image): Silence compiler.
1831
1832 2013-05-29  Glenn Morris  <rgm@gnu.org>
1833
1834         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1835
1836         * gnus-group.el (gnus-sequence-of-unread-articles)
1837         (gnus-summary-add-mark, gnus-mark-article-as-read)
1838         (gnus-group-make-articles-read): Declare.
1839
1840         * gnus-sum.el (gnus-parameter-list-identifier)
1841         (gnus-article-stop-animations, gnus-stop-downloads)
1842         (gnus-article-only-boring-p, article-goto-body)
1843         (gnus-flush-original-article-buffer, article-narrow-to-head)
1844         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1845         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1846
1847         * gnus.el: No need to eval-and-compile autoloads.
1848
1849         * gravatar.el (help-function-arglist): Autoload.
1850
1851         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1852
1853         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1854
1855         * spam.el: No need to load spam-report when compiling.
1856         No need to eval-and-compile autoloads.
1857         (spam-report-resend-to): Declare.
1858         (spam-report-resend-register-routine): Require 'spam-report.
1859
1860 2013-05-24  Julien Danjou  <julien@danjou.info>
1861
1862         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1863         setup.
1864
1865 2013-05-23  Glenn Morris  <rgm@gnu.org>
1866
1867         * gnus-util.el (rmail-swap-buffers-maybe)
1868         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1869         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1870         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1871
1872         * mm-decode.el: No need to load term when compiling.
1873         (term-mode, term-char-mode): Declare.
1874
1875         * mm-util.el: No need to load jka-compr when compiling.
1876         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1877
1878         * nnmaildir.el: Require is automatically eval-and-compile.
1879         (nnmail): Require at run-time too.
1880
1881         * registry.el (registry-size): Move definition before use.
1882
1883 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1884
1885         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1886         signed data to conform the standard.  (Bug#14232)
1887
1888 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1889
1890         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1891         double angle quotation mark.
1892
1893 2013-05-20  Glenn Morris  <rgm@gnu.org>
1894
1895         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1896
1897 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1898
1899         * message.el (message-insert-formatted-citation-line): handle finding
1900         first/lastname when more than 2 names appear.
1901
1902 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1903
1904         * shr.el (shr-tag-span): New function.
1905
1906 2013-05-18  Glenn Morris  <rgm@gnu.org>
1907
1908         * message.el (message-mode): Use message-mode-abbrev-table,
1909         with text-mode-abbrev-table as parent.  (Bug#14413)
1910
1911 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * message.el (message-expand-group): Decode group names.
1914
1915 2013-05-16  Julien Danjou  <julien@danjou.info>
1916
1917         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1918         app-icon.
1919
1920 2013-05-15  Glenn Morris  <rgm@gnu.org>
1921
1922         * shr-color.el (shr-color-visible-luminance-min)
1923         (shr-color-visible-distance-min): Use shr-color group.
1924
1925 2013-05-11  Glenn Morris  <rgm@gnu.org>
1926
1927         * gnus-vm.el: Make it loadable without VM.
1928         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1929         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1930
1931 2013-05-09  Glenn Morris  <rgm@gnu.org>
1932
1933         * mml1991.el: Make it loadable.  (Bug#13456)
1934
1935         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1936         * gnus-async.el (gnus-async-post-fetch-function):
1937         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1938         * gnus-html.el (gnus-html-image-cache-ttl):
1939         * gnus-notifications.el (gnus-notifications-timeout):
1940         * gnus-picon.el (gnus-picon-properties):
1941         * gnus-util.el (gnus-completion-styles):
1942         * gnus.el (gnus-other-frame-resume-function):
1943         * message.el (message-user-organization-file)
1944         (message-cite-reply-position):
1945         * nnir.el (nnir-summary-line-format)
1946         (nnir-retrieve-headers-override-function):
1947         * shr-color.el (shr-color-visible-luminance-min):
1948         * shr.el (shr-blocked-images):
1949         * spam-report.el (spam-report-resend-to):
1950         * spam.el (spam-summary-exit-behavior): Fix custom types.
1951
1952         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1953
1954 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1957         because of let-binding help-xref-following.  (Bug#14356)
1958
1959 2013-05-06  Glenn Morris  <rgm@gnu.org>
1960
1961         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1962
1963 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1964
1965         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1966         entering into the registry.
1967
1968 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1969
1970         * gnus.el: Ma Gnus v0.7 is released.
1971
1972 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1975         (Bug#14304)
1976
1977 2013-04-27  Glenn Morris  <rgm@gnu.org>
1978
1979         * gnus.el (gnus-list-debbugs):
1980         Use require rather than autoload.  (Bug#14262)
1981
1982 2013-04-27  Julien Danjou  <julien@danjou.info>
1983
1984         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1985         port to "sieve" now that it has an official IANA port assigned.
1986
1987 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1990         Don't set the MAILHOST environment variable permanently (Bug#14271).
1991
1992 2013-04-26  Glenn Morris  <rgm@gnu.org>
1993
1994         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1995
1996 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1997
1998         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1999         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2000
2001 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2002
2003         * nnir.el (nnir-close-group): Make sure we are in the right group.
2004
2005         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2006         dependency table from all newly retrieved headers.
2007
2008 2013-04-16  David Edmondson  <dme@dme.org>
2009
2010         Support <img src="data:...">.
2011
2012         * shr.el (shr-image-from-data): New function.
2013         (shr-tag-img): Use it.
2014
2015 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2016
2017         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2018         group.
2019
2020 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2023         corresponding to any existing group (Bug#14166).
2024
2025 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2026
2027         * nnir.el (number-sequence): No longer used.
2028         (nnir-request-set-mark): New function.
2029         (nnir-request-update-info): Improve marks updating.
2030         (nnir-request-scan): Don't duplicate marks updating.
2031         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2032         Use 'assq rather than 'assoc.  Quote anonymous function.
2033         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2034         Use 'gnus-group-prefixed-p.
2035         (gnus-summary-create-nnir-group): Make sure server for method is open.
2036
2037 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2038
2039         * nnir.el (gnus-nnir-group-p): New function.
2040         (nnir-possibly-change-group): Use it.
2041
2042         * gnus-msg.el (gnus-setup-message): Use it.
2043
2044 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2047         `initial-input' for the argument name.
2048         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2049
2050 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2051
2052         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2053         (used by MH-E).
2054
2055 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2056
2057         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2058         group.
2059
2060         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2061         fix compilation.
2062
2063 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2064
2065         * nnir.el (nnir-method-default-engines): And another typo.
2066
2067 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2068
2069         * nnir.el (nnir-method-default-engines): Fix typo.
2070
2071 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2072
2073         * nnir.el: Define 'number-sequence for xemacs.
2074         (gnus-summary-create-nnir-group): New function to create an nnir group
2075         from an nnir summary buffer based on the current query.
2076         (nnir-request-create-group): Update to allow nnir group creation based
2077         on the current query.
2078
2079 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * nndraft.el (nndraft-request-expire-articles):
2082         Make expiry target always `delete'.
2083
2084 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2085
2086         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2087         buffer use the posting-style and gcc of the original article group.
2088         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2089
2090         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2091         after other deffoos.
2092
2093 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2094
2095         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2096         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2097         support for real (i.e. not ephemeral) nnir groups.
2098         (gnus-summary-make-nnir-group): New function for initiating searches
2099         from a summary buffer.
2100
2101 2013-03-18  Sam Steingold  <sds@gnu.org>
2102
2103         * message.el (message-bury): Minor cleanup.
2104
2105 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2106
2107         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2108
2109 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2112         nnml-request-list.  (Bug#13873)
2113         (nndir-request-newsgroups): Remove, unused.
2114
2115         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2116
2117 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2118
2119         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2120         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2121         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2122
2123 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2124
2125         * shr.el: Make all the overlays set the `evaporate' property so that
2126         they're removed properly.
2127
2128 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2129
2130         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2131         shell-quote-argument.
2132
2133 2013-02-22  David Engster  <deng@randomsample.de>
2134
2135         * gnus-registry.el (gnus-registry-save): Provide class name when
2136         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2137         `condition-case' to stay compatible with older EIEIO versions which
2138         only accept one argument.
2139
2140 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2141
2142         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2143         (epg-user-id-validity): Autoload.
2144         (mml2015-epg-check-user-id): New function.
2145         (mml2015-epg-check-sub-key): New function split from
2146         mml2015-epg-find-usable-key.
2147         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2148         optional name-is-key-id, to handle the case when user-id is unusable.
2149         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2150
2151 2013-02-17  Glenn Morris  <rgm@gnu.org>
2152
2153         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2154
2155 2013-02-16  Glenn Morris  <rgm@gnu.org>
2156
2157         * shr.el (shr-put-image): Only animate images that specify a delay.
2158         This is consistent with the old image-animated-p behavior.
2159
2160 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2163         for XEmacs.
2164
2165 2013-02-13  Juri Linkov  <juri@jurta.org>
2166
2167         * gnus-art.el (gnus-article-mode-map):
2168         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2169         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2170
2171 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2172
2173         * auth-source.el (auth-source-format-prompt): Don't get confused by
2174         any "\" in replacement text.  (Bug#13637)
2175
2176 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2177
2178         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2179         (gnus-backend-trace): Honour gnus-backend-trace.
2180
2181         * mml.el (mml-insert-part): Insert closing tag.
2182
2183         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2184
2185 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2188         able to find the article, which can happen in debbugs groups,
2189         apparently.
2190
2191 2013-01-16  Glenn Morris  <rgm@gnu.org>
2192
2193         * smiley.el (smiley-style): Make the file loadable in batch mode.
2194
2195 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2196
2197         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2198         imap process running.
2199
2200 2013-01-14  Julien Danjou  <julien@danjou.info>
2201
2202         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2203         Compare addresses against addresses, not against the full From field.
2204
2205 2013-01-13  Richard Stallman  <rms@gnu.org>
2206
2207         * message.el (message-forward-make-body-mime): New args BEG, END
2208         specify what part of FORWARD-BUFFER to use.  Do the work directly
2209         instead of calling `mml-insert-buffer'.
2210
2211 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2212
2213         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2214         cross-reference(s).
2215
2216         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2217         cross-reference(s).
2218
2219 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2220
2221         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2222         and point-max-marker.
2223         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2224
2225 2013-01-11  Julien Danjou  <julien@danjou.info>
2226
2227         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2228         max are almost equal.  Also return the correct value for V which is
2229         already between 0 and 1.
2230
2231 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2232
2233         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2234         to mml2015-encrypt-to-self.
2235         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2236
2237 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2238
2239         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2240         mml-smime-epg-find-usable-secret-key.
2241
2242 2013-01-08  Glenn Morris  <rgm@gnu.org>
2243
2244         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2245
2246 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2247
2248         * mml-smime.el: Support signing by sender.
2249         Requested by Uwe Brauer.
2250         (mml-smime-sign-with-sender): New user option analogous
2251         to mml2015-sign-with-sender.
2252         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2253         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2254         mml2015.el.
2255
2256 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2259         isn't running, because Gnus will probably not know how to handle the
2260         Gcc header (bug#11941).
2261
2262         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2263         articles.
2264
2265 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2268         (nnfolder-generate-active-file): Make this function work with recursive
2269         folder names.
2270
2271 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2272
2273         * nntp.el (nntp-open-connection): Use HELP as the capability command
2274         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2275         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2276
2277 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2278
2279         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2280         place holder since this gives `Invalid face reference: nil' messages.
2281         Use the `default' face instead.  It has the same effect here, even
2282         though it is not no-op.
2283
2284         * gnus-util.el
2285         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2286
2287 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2288
2289         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2290         non-string posting styles (bug#13285).
2291
2292 2012-12-27  Glenn Morris  <rgm@gnu.org>
2293
2294         * plstore.el (plstore-passphrase-callback-function):
2295         Use plstore-get-file.
2296
2297 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2298
2299         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2300         stderr.
2301
2302 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2305
2306         * gnus-compat.el (set-buffer-multibyte): Remove.
2307
2308 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2309
2310         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2311         temporary file to get PGP key image.  Pass no-show-photos when
2312         extracting image to avoid having it pop up twice.
2313
2314 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2315
2316         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2317         eligible for treatment.
2318
2319         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2320         lines.  This makes summary commands with hidden threads work more
2321         reliably.
2322
2323         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2324         button to mark the hidden citations (bug#9395).
2325
2326 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2327
2328         * mml2015.el (mml2015-epg-signature-to-string): New function.
2329         (mml2015-epg-verify-result-to-string): New function.
2330         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2331         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2332         instead of epg-verify-result-to-string.
2333         (epg-signature-key-id, epg-signature-to-string): Autoload.
2334         (epg-verify-result-to-string): Remove autoload.
2335
2336 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2337
2338         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2339         ID image from GPG public key.
2340         (mml2015-epg-key-image-to-string): New function.
2341
2342 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2343
2344         * plstore.el (plstore-passphrase-callback-function): Fix error when
2345         error when plstore-cache-passphrase-for-symmetric-encryption is set
2346         (bug#13264).
2347
2348 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2349
2350         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2351         buffer to the article buffer here, because that clobbers multiple
2352         article buffers.
2353
2354         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2355         buffer always points to the right summary buffer.
2356
2357 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2358
2359         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2360         the password (bug#12097).
2361
2362 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2363
2364         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2365         (bug#13263).
2366
2367         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2368         buffer exists before using it (bug#12475).
2369
2370         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2371         offline groups (bug#11937).
2372
2373         * message.el (message-yank-original): When using customize to set the
2374         value of `message-cite-style', the variable it set to a symbol that's
2375         the name of the variable, which must then be dereferenced (bug#12616).
2376
2377 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2378
2379         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2380         the `face' property with a list whose car is the face specified in the
2381         format string and whose cdr is (nil).
2382         * lisp/gnus-util.el
2383         (gnus-put-text-property-excluding-characters-with-faces):
2384         Change accordingly.
2385         (gnus-get-text-property-excluding-characters-with-faces): New function.
2386         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2387         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2388         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2389
2390 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2391
2392         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2393         login methods.
2394         (nnimap-login): Respect the `nnimap-authenticator' variable.
2395
2396         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2397         mark state when moving articles.  Otherwise unticked articles will get
2398         their ticks back after moving.
2399
2400 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2401
2402         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2403
2404         * message.el (message-ignored-news-headers): Always remove
2405         X-Message-SMTP-Method to avoid information leakage if the user
2406         mistakenly inserts the header into news messages.
2407
2408         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2409
2410         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2411         right than four characters, this command would move point to
2412         `point-max'.  Don't do that.
2413
2414         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2415         to nil to allow re-selecting groups that gain articles.
2416         (gnus-bug-group-download-format-alist): Update the URL.
2417
2418 2012-12-23  Andreas Schwab  <schwab@suse.de>
2419
2420         * shr.el (shr-tag-em): Render em as italic, not bold.
2421
2422 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2423
2424         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2425         for reuse.
2426         (gnus-open-server): Use it to add more tracing.
2427         (gnus-finish-retrieve-group-infos): Add backend tracing.
2428         (gnus-backend-trace): Also note the elapsed seconds.
2429
2430 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2431
2432         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2433         Set epa-file-encrypt-to from variable to avoid querying.
2434
2435 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2436
2437         * sieve-mode.el (sieve-font-lock-keywords):
2438         Keywords should be word delimited.  (Bug#13173)
2439
2440 2012-12-13  Andreas Schwab  <schwab@suse.de>
2441
2442         * tls.el (tls-program): Update customize type.
2443
2444 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2447         instead of <pre> to align message header.
2448
2449 2012-12-12  Sam Steingold  <sds@gnu.org>
2450
2451         * gnus.el (gnus-other-frame-resume-function): Add user option.
2452         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2453
2454 2012-12-06  Sam Steingold  <sds@gnu.org>
2455
2456         * gnus-start.el (gnus-before-resume-hook): Add.
2457         (gnus-1): Run it when Gnus is alive.
2458
2459 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2462         * gnus-art.el (article-unsplit-urls)
2463         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2464         * gnus-registry.el (gnus-registry-get-article-marks)
2465         * message.el (message-goto-body): Use it.
2466         (message-called-interactively-p): Remove.
2467
2468         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2469         (spam-stat-score-buffer): Use it.
2470
2471         * spam.el: Silence the warnings against BBDB functions when compiling.
2472
2473         * gnus-score.el (gnus-score-decode-text-parts):
2474         Use append+mapcar instead of the cl function mapcan.
2475
2476 2012-12-05  Sam Steingold  <sds@gnu.org>
2477
2478         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2479         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2480         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2481
2482 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * gmm-utils.el (gmm-called-interactively-p): Revert.
2485         This seems to cause Emacs to get stuck!
2486         * gnus-art.el (article-unsplit-urls)
2487         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2488         * gnus-registry.el (gnus-registry-get-article-marks)
2489         * message.el (message-goto-body)
2490         (message-called-interactively-p): Revert.
2491
2492         * gmm-utils.el (gmm-called-interactively-p): New function.
2493         * gnus-art.el (article-unsplit-urls)
2494         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2495         * gnus-registry.el (gnus-registry-get-article-marks)
2496         * message.el (message-goto-body): Use it.
2497         (message-called-interactively-p): Remove.
2498
2499         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2500         * gnus-sync.el (gnus-sync-lesync-call)
2501         * message.el (message-read-from-minibuffer): Use it.
2502
2503 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gmm-utils.el (gmm-flet): Remove.
2506         * gnus-sync.el (gnus-sync-lesync-call)
2507         * message.el (message-read-from-minibuffer): Don't use it.
2508
2509 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2512
2513 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2516
2517         * gnus-sync.el (gnus-sync-lesync-call)
2518         * message.el (message-read-from-minibuffer): Use gmm-flet.
2519
2520         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2521
2522         * gnus-util.el (gnus-macroexpand-all): Remove.
2523
2524 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2525
2526         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2527         to TAB, not [tab].
2528         (gnus-summary-article-map): Likewise.
2529
2530         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2531         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2532
2533 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2534
2535         * time-date.el: Commentary fix.
2536
2537 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2538
2539         * color.el: Don't require cl.
2540         (color-complement): `caddr' -> `nth 2'.
2541
2542         * time-date.el (time-to-seconds): De-obsolete.
2543
2544 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * message.el (message-get-reply-headers):
2547         Make sure the reply goes to the author if it is a wide reply.
2548
2549 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2550
2551         * gnus-score.el (gnus-score-body):
2552         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2553         scoring by body.
2554
2555 2012-11-16  Glenn Morris  <rgm@gnu.org>
2556
2557         * gnus-diary.el (nndiary-request-create-group-functions)
2558         (nndiary-request-update-info-functions)
2559         (gnus-subscribe-newsgroup-functions)
2560         (nndiary-request-accept-article-functions):
2561         Use new names for hooks rather than obsolete aliases.
2562
2563 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2566
2567 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2570         in meta tag with the one the part specifies in its header.
2571
2572 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2573
2574         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2575         by default.
2576
2577 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2580         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2581
2582 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2585         and a runtime function for it, of which the XEmacs version takes only
2586         two arguments.
2587
2588 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2589
2590         * nndiary.el (nndiary-request-create-group-functions)
2591         (nndiary-request-update-info-functions)
2592         (nndiary-request-accept-article-functions):
2593         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2594         "-hooks" suffix.
2595
2596 2012-10-19  Julien Danjou  <julien@danjou.info>
2597
2598         * gnus-art.el: Require gnus-util because it uses
2599         `gnus-timer--function'.
2600
2601 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2602
2603         * starttls.el (starttls-extra-arguments): Doc fix.
2604
2605 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2608         it.
2609
2610 2012-10-06  Glenn Morris  <rgm@gnu.org>
2611
2612         * gnus-notifications.el (gnus-notifications):
2613         Add missing group :version tag.
2614         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2615         (gnus-gcc-post-body-encode-hook):
2616         * gnus-sync.el (gnus-sync-lesync-name)
2617         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2618
2619 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2620
2621         * color.el (color-hsl-to-rgb): Fix incorrect results for
2622         small and large hue values.  (Bug#12559)
2623
2624 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         New UIDL implementation.
2627
2628         * mail-source.el (mail-sources, mail-source-keyword-map):
2629         Add :leave as a pop3 keyword.
2630         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2631
2632         * pop3.el (pop3-leave-mail-on-server): Allow number.
2633         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2634         (pop3-movemail): Add UIDL support.
2635         (pop3-send-streaming-command): Take a list of mail numbers instead of
2636         the number of mails.
2637         (pop3-write-to-file): Add X-UIDL header.
2638         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2639         (pop3-uidl-add-xheader): New functions.
2640
2641         * message.el (message-ignored-resent-headers):
2642         Add X-Content-Length and X-UIDL headers.
2643
2644 2012-10-05  Glenn Morris  <rgm@gnu.org>
2645
2646         * color.el (color-name-to-rgb, color-rgb-to-hex)
2647         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2648         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2649         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2650         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2651
2652 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2655         a user about whether to delete temp files if once a user answered as n.
2656
2657 2012-09-25  Chong Yidong  <cyd@gnu.org>
2658
2659         * password-cache.el (password-read-and-add): Use a declare form to mark
2660         this function obsolete.
2661
2662 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * lpath.el: Bind mail-encode-mml for old Emacsen.
2665
2666 2012-09-17  Richard Stallman  <rms@gnu.org>
2667
2668         * message.el (message-in-body-p): Don't set mark or modify buffer.
2669
2670         * mml.el (mml-attach-file): Doc fix.
2671         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2672         Set mail-encode-mml when in Mail mode.
2673         Simplify code to set HEAD and move back to HEAD.
2674         (mml-insert-multipart, mml-insert-part):
2675         Set mail-encode-mml when in Mail mode.
2676
2677 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * gnus-util.el (gnus-timer--function): New function.
2680
2681         * gnus-art.el (gnus-article-stop-animations): Use it.
2682
2683 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2684
2685         Fix glitches caused by addition of psec to timers.
2686         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2687         rather than raw access to timer vector.
2688
2689 2012-09-11  Julien Danjou  <julien@danjou.info>
2690
2691         * gnus-notifications.el (gnus-notifications): Check for nil values in
2692         ignored addresses check.
2693
2694 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2695
2696         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2697
2698 2012-09-07  Chong Yidong  <cyd@gnu.org>
2699
2700         * gnus-util.el
2701         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2702
2703         * gnus-salt.el (gnus-tree-highlight-node):
2704         * gnus-sum.el (gnus-summary-highlight-line):
2705         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2706
2707 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2708
2709         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2710
2711 2012-09-06  Juri Linkov  <juri@jurta.org>
2712
2713         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2714         scheme for buffer names to be more consistent with other group and
2715         article buffer names in Gnus.
2716
2717 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2718
2719         * gnus-util.el
2720         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2721
2722         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2723         Jenkner.
2724
2725         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2726
2727         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2728
2729         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2730
2731 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2734         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2735
2736         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2737         string-prefix-p in Emacs >=23.2.
2738
2739         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2740         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2741         instead of string-match-p.
2742         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2743
2744 2012-09-06  Kenichi Handa  <handa@gnu.org>
2745
2746         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2747         lowercase a..f.
2748
2749 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2750
2751         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2752
2753 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2754
2755         * nnimap.el (nnimap-request-move-article): Decode the group name when
2756         doing internal moves to avoid charset issues.
2757
2758         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2759         TIME is set.
2760
2761 2012-09-05  Juri Linkov  <juri@jurta.org>
2762
2763         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2764         than one group at a time (bug#11961).
2765
2766 2012-09-05  Julien Danjou  <julien@danjou.info>
2767
2768         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2769         this hide the real reason with a message giving absolutely no hint.
2770
2771 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2772
2773         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2774         to the backend (bug#11804).
2775
2776         * message.el (message-insert-newsgroups): Don't insert newsgroup
2777         duplicates (bug#12275).
2778
2779 2012-09-05  John Wiegley  <johnw@newartisans.com>
2780
2781         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2782         sieve rules.
2783
2784 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2785
2786         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2787         function.
2788
2789         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2790
2791         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2792
2793 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2794
2795         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2796         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2797         This should make nnmaildir more usable with offlineimap.
2798
2799 2012-09-05  Julien Danjou  <julien@danjou.info>
2800
2801         * nnimap.el (nnimap-request-list): Revert change that made listing
2802         synchronous.
2803         (nnimap-get-responses): Restore.
2804
2805 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2806
2807         * dgnushack.el: XEmacs 21.5 compilation fix.
2808
2809         * gnus-notifications.el (gnus-notifications-notify): Use it.
2810
2811         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2812         warnings on XEmacs.
2813
2814 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2815
2816         Better seeds for (random).
2817         * gnus-sync.el (gnus-sync-lesync-setup):
2818         * message.el (message-canlock-generate, message-unique-id):
2819         Change (random t) to (random), now that the latter is more random.
2820
2821 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2822
2823         * nnimap.el (nnimap-change-group): Document result value
2824
2825         * auth-source.el (auth-sources): Fix macos keychain access.
2826
2827         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2828         allow the backend `request-head' function to determine the group
2829         name on its own.
2830         (gnus-request-expire-articles): Filter out negative article numbers
2831         during expiry (Bug#11980).
2832
2833         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2834         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2835
2836         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2837         you've found the article when you haven't.
2838
2839         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2840         that nnimap-change-group can return t.
2841
2842 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2843
2844         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2845
2846 2012-08-30  Julien Danjou  <julien@danjou.info>
2847
2848         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2849         `gnus-notifications-timeout'.
2850         (gnus-notifications-timeout): Add.
2851         (gnus-notifications-action): New function.
2852         (gnus-notifications-notify): Add :action using
2853         `gnus-notifications-action'.
2854         (gnus-notifications-id-to-msg): New variable.
2855         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2856         notifications id to messages.
2857
2858 2012-08-30  Kenichi Handa  <handa@gnu.org>
2859
2860         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2861         once.
2862
2863 2012-08-29  Julien Danjou  <julien@danjou.info>
2864
2865         * gnus-notifications.el: New file.
2866         (gnus-notifications-notify): New function.
2867         (gnus-notifications): Use `gnus-notifications-notify'.
2868
2869 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2872         transfer encoding first; bind gnus-newsgroup-charset to the charset
2873         that the article specifies (Bug#12209).
2874
2875 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2878         (gnus-group-customize-done): Encode values posting-style holds.
2879
2880         * gnus-msg.el (gnus-summary-resend-message)
2881         (gnus-configure-posting-styles): Decode values posting-style group
2882         parameter holds.
2883
2884 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2887         `name' and `address' in Resent-From header.
2888
2889 2012-08-14  Chong Yidong  <cyd@gnu.org>
2890
2891         * gnus-art.el (article-display-face): Handle failure in
2892         gnus-create-image (Bug#11802).
2893
2894 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2895
2896         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2897         Use defsetf.
2898
2899 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2900
2901         * auth-source.el (auth-source-plstore-search)
2902         (auth-source-secrets-search): Ignore :require and :type in search spec.
2903
2904 2012-08-06  Julien Danjou  <julien@danjou.info>
2905
2906         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2907         `nnimap-request-move-article'.
2908
2909         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2910         Remove autoload, already handled by gnus.el.
2911
2912         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2913
2914         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2915         supported by nnimap actually.  Reverts previous change.
2916
2917         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2918         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2919         to-buffer argument that is already supported.
2920
2921 2012-08-05  Julien Danjou  <julien@danjou.info>
2922
2923         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2924         Add autoload.
2925
2926 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * gnus.el (gnus-valid-select-methods): Fix custom type.
2929
2930 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2931
2932         * auth-source.el (auth-sources, auth-source-backend-parse)
2933         (auth-source-macos-keychain-search)
2934         (auth-source-macos-keychain-search-items)
2935         (auth-source-macos-keychain-result-append)
2936         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2937         auth-source.el through the /usr/bin/security utility.
2938         (auth-sources): Fix syntax error.
2939         (auth-source-macos-keychain-result-append): Fix variable name.
2940         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2941
2942 2012-07-27  Julien Danjou  <julien@danjou.info>
2943
2944         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2945         Emacs < 24.1
2946
2947 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * message.el (message-kill-address): Don't kill last newline.
2950         (message-skip-to-next-address): Don't move to the next header.
2951         (message-fill-field-address): Work properly.
2952
2953 2012-07-25  Julien Danjou  <julien@danjou.info>
2954
2955         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2956
2957 2012-07-24  Julien Danjou  <julien@danjou.info>
2958
2959         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2960
2961         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2962         (nntp-async-timer-handler): Remove, unused.
2963
2964         * nnimap.el (nnimap-get-responses): Remove, unused.
2965
2966         * nnheader.el (mail-header-set-extra): Remove, unused.
2967
2968         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2969         unused.
2970
2971         * mm-view.el (mm-view-sound-file): Remove, unused.
2972
2973         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2974         (mm-url-encode-multipart-form-data): Remove, unused.
2975
2976         * message.el (message-remove-signature, message-make-host-name)
2977         (message-fill-address): Remove, unused.
2978
2979         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2980         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2981         unused.
2982
2983         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2984         (gnus-xmas-call-region): Remove, unused.
2985
2986         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2987
2988         * gnus-util.el (gnus-extract-address-component-name)
2989         (gnus-extract-address-component-email, gnus-sortable-date)
2990         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2991         (gnus-process-live-p): Remove, unused.
2992
2993         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2994
2995         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2996         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2997         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2998         function.
2999
3000         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3001
3002         * gnus-score.el (gnus-summary-score-crossposting)
3003         (gnus-score-regexp-bad-p): Remove, unused.
3004
3005         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3006
3007         * gnus-range.el (gnus-sublist-p): Remove, unused.
3008
3009         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3010         unused.
3011
3012         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3013
3014         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3015         (gnus-request-associate-buffer): Remove, unused.
3016
3017         * gnus-group.el (gnus-group-set-method-info)
3018         (gnus-group-set-params-info): Remove, unused.
3019
3020         * gnus-fun.el (gnus-shell-command-to-string)
3021         (gnus-shell-command-on-region): Remove, unused.
3022
3023         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3024
3025         * gnus-art.el (gnus-article-text-type-exists-p)
3026         (article-translate-characters, gnus-article-hide-text-of-type)
3027         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3028         Remove, unused.
3029
3030 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3031
3032         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3033
3034 2012-07-21  Julien Danjou  <julien@danjou.info>
3035
3036         * message.el (message-dont-reply-to-names): Replace deprecated
3037         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3038         (message-get-reply-headers): Ditto.
3039
3040 2012-07-18  Julien Danjou  <julien@danjou.info>
3041
3042         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3043         `sieve-upload-and-kill'.
3044
3045         * sieve.el (sieve-bury-buffer): Remove function.
3046         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3047         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3048
3049 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3050
3051         * shr.el (shr-expand-url): Handle URL starting with `//'.
3052
3053 2012-07-13  Chong Yidong  <cyd@gnu.org>
3054
3055         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3056         instead of calling toggle-read-only with a (bogus) argument.
3057
3058 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3059
3060         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3061         of initial input when reading the author to restrict the summary to.
3062
3063 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * mm-decode.el (mm-shr):
3066         Allow overriding charset by mm-charset-override-alist.
3067
3068 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * gnus-art.el (gnus-article-view-part):
3071         Toggle subparts of multipart/alternative part.
3072
3073 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3074
3075         * shr.el (shr-render-buffer): New command.
3076         (shr-visit-file): Use it.
3077
3078 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3081         Set no-byte-compile and no-update-autoloads.
3082
3083 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3086
3087 2012-06-25  Julien Danjou  <julien@danjou.info>
3088
3089         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3090         `nnimap-request-move-articles-find-limit' since we do not use it only
3091         for move operations.
3092         (nnimap-request-accept-article): Use
3093         `nnimap-request-articles-find-limit' to limit search by message-id.
3094
3095 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3096
3097         Support higher-resolution time stamps (Bug#9000).
3098
3099         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3100         VARLIST.  It's optional, for backward compatibility.
3101         (encode-time-value): New optional arg PICO.  New type 3.
3102         (time-to-seconds) [!float-time]: Support the new picoseconds
3103         component if it's used.
3104         (seconds-to-time, time-subtract, time-add):
3105         Support ps-resolution time stamps as well.
3106
3107 2012-06-19  Julien Danjou  <julien@danjou.info>
3108
3109         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3110
3111         * nnimap.el (nnimap-log-buffer): Check that
3112         `window-point-insertion-type' is boundp, since it's not available in
3113         XEmacs.
3114
3115 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3116
3117         * nnimap.el (nnimap-log-buffer): Add this, setting
3118         `window-point-insertion-type' in the buffer to t.
3119         (nnimap-log-command): Use nnimap-log-buffer.
3120
3121 2012-06-19  Julien Danjou  <julien@danjou.info>
3122
3123         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3124         argument to be able to limit the search.
3125         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3126         (nnimap-request-move-articles-find-limit): Add this to limit the search
3127         by Message-Id after a message move.
3128         (nnimap): Add defgroup.
3129
3130 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3131
3132         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3133
3134 2012-06-15  Julien Danjou  <julien@danjou.info>
3135
3136         * nnimap.el (nnimap-find-article-by-message-id): Use
3137         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3138         (nnimap-possibly-change-group): Add read-only argument.
3139         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3140         issuing EXAMINE manually.
3141         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3142         with read-only argument.
3143         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3144         cannot possibly change because we need to be sure that it's either
3145         read-write or read-only.
3146
3147 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3150         being bound to a lambda form.
3151
3152 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3153
3154         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3155         articles when fetch-old is non-nil (bug#11370).
3156
3157 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3158
3159         * gnus-picon.el (gnus-picon-properties): New defcustom.
3160         (gnus-picon-create-glyph): Use it.
3161
3162 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * gnus-group.el (gnus-group-get-new-news): Respect
3165         `gnus-group-use-permanent-levels', as documented (bug#11638).
3166
3167 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3168
3169         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3170         groups (bug#11641).
3171
3172 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3173
3174         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3175         is an integer to avoid later problems.
3176
3177 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3178
3179         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3180         locales.
3181
3182         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3183         on a handle.
3184
3185         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3186         address as the default.
3187         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3188
3189         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3190         makes no sense to query the user about internal files.
3191
3192         * gnus-spec.el: Remove all the byte-compilation stuff, since
3193         benchmarking shows that it doesn't help when entering large summary
3194         buffers.
3195
3196         * gnus-xmas.el (gnus-xmas-define): Remove.
3197
3198         * gnus-util.el (gnus-byte-code): Remove.
3199
3200         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3201         grouplens stuff.
3202
3203 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3204
3205         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3206         (bug#11514).
3207
3208 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3209
3210         * message.el (message-buffers): Return all buffers derived from Message
3211         to make `gnus-dired-attach' work with mu4e.
3212
3213 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3214
3215         * nntp.el: Stop the `letf' madness.
3216         (nntp--report-1): New var.
3217         (nntp-report): Merge nntp-report-1 into it.
3218         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3219         the nntp-report function.
3220
3221         * auth-source.el: Fix comment-style to follow the convention.
3222
3223 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3224
3225         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3226         (mm-dissect-singlepart): Don't guess the MIME type of
3227         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3228         set.
3229         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3230         toplevel MIME type is multipart/encrypted.
3231
3232 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3235         a string so that Gcc works (bug#11514).
3236
3237 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3238
3239         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3240         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3241
3242 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3243
3244         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3245         jumping to *Server* from a dedicated *Group* window.
3246         (gnus-configure-frame): CSE.
3247
3248         * gnus-registry.el: Minor style cleanup.
3249         (gnus-registry--set/remove-mark): New function, extracted from
3250         gnus-registry-install-shortcuts.
3251         (gnus-registry-install-shortcuts): Use it.
3252
3253 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * nnspool.el (news-path): Use eval-and-compile.
3256
3257 2012-05-24  Glenn Morris  <rgm@gnu.org>
3258
3259         * nnspool.el (news-directory, news-path, news-inews-program):
3260         Move here from paths.el.  Don't see a need for these to be autoloaded.
3261
3262         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3263         Merge in doc from paths.el version.  Don't see any need for this to be
3264         autoloaded, or for the warning about users not setting it.
3265
3266 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3267
3268         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3269         format.  In particular, add an optional argument and a docstring.
3270
3271         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3272
3273         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3274         current before calling `gnus-groups-to-gnus-format'.
3275         Note that this was already the case for `gnus-active-to-gnus-format'.
3276
3277 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3278
3279         Fix minor Y10k bug.
3280         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3281
3282 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3283
3284         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3285         message once it's actually open.
3286
3287 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3288
3289         * gnus.el: Ma Gnus v0.5 is released.
3290
3291 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3292
3293         * auth-source.el (auth-source--aput-1, auth-source--aput)
3294         (auth-source--aget): New functions and macros.
3295         Use them instead of aput/aget.
3296
3297 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3298
3299         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3300
3301 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3302
3303         * plstore.el (plstore-called-interactively-p): New compat macro copied
3304         from message.el.
3305         (plstore-mode): Use it.
3306
3307 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3308
3309         * plstore.el: Revive the editing feature.
3310         (plstore-mode): New mode to edit plstore file.
3311         (plstore-mode-toggle-display, plstore-mode-original)
3312         (plstore-mode-decoded): New command.
3313         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3314         (plstore--insert-buffer, plstore--make): New function.
3315         (plstore-open, plstore-save): Simplify by using them.
3316
3317 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3320
3321 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3322
3323         * tls.el (open-tls-stream): Remove unused binding.
3324
3325 2012-04-16  Glenn Morris  <rgm@gnu.org>
3326
3327         * nndraft.el (nndraft-request-list): Fix declaration.
3328
3329 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * mm-decode.el (mm-dissect-buffer): Doc fix.
3332
3333         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3334         don't have a current group.
3335
3336         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3337         buffer if it doesn't exist.
3338
3339         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3340         given, mark the group as ephemeral with the current window conf.
3341
3342         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3343         buffer exists, which it doesn't if we haven't started Gnus.
3344         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3345
3346 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3349         type is.
3350
3351         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3352         `unexists' entries.
3353         (gnus-clean-old-newsrc): Fix last checkin.
3354
3355         * nnimap.el (nnimap-update-info): None of the articles below the active
3356         low-water mark exist.
3357
3358         * dgnushack.el: Get rid of XEmacs compilation warning.
3359
3360         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3361         would have gotten if we posted to the group, and use that to compare
3362         against the message we want to cancel (bug#10808).
3363
3364         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3365         on XEmacs.
3366
3367 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3368
3369         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3370         `scroll-margin'.
3371
3372 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3373
3374         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3375         citation prefix within a block of cited text should be considered part
3376         of that block *only* if it is a blank line.
3377
3378 2012-04-09  Chong Yidong  <cyd@gnu.org>
3379
3380         * binhex.el, hashcash.el, uudecode.el:
3381         Remove * characters from the front of variable docstrings.
3382
3383 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3386         before kinsoku-bol characters nor within kinsoku-eol characters.
3387
3388 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3391         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3392         (gnus-sync-read): Use mapc instead of mapcar.
3393
3394         * mm-archive.el: Require mm-decode for some macros.
3395         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3396         the byte compiler.
3397         (mm-archive-decoders): New function that returns the value of
3398         the mm-archive-decoders variable.
3399
3400         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3401         instead.
3402         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3403
3404         * nnimap.el (gnus-refer-thread-use-nnir):
3405         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3406
3407 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3410
3411 2012-03-12  Peter Münster  <pmrb@free.fr>
3412
3413         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3414         (gnus-demon-cancel): Ditto.
3415         (gnus-demon-run-callback): When function cannot be called due to low
3416         idleness, call it when idleness reaches the expected value, instead of
3417         waiting another timer period.
3418         (gnus-demon-init): Add `time' to arguments of call-back.
3419
3420 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3423
3424         * gnus.el: Register gnus-registry functions.
3425
3426         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3427         indent.
3428
3429         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3430         enabled before warping.
3431
3432 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3433
3434         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3435         registry about each article retrieved.
3436
3437         * gnus-int.el (gnus-select-group-with-message-id): New function.
3438         (gnus-try-warping-via-registry): Ditto.
3439         (gnus-warp-to-article): Fall back on the registry.
3440
3441 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3442
3443         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3444         inboxes.
3445
3446 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3447
3448         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3449
3450 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3453         gnus-gcc-self-resent-messages may be a group parameter.
3454         (gnus-summary-resend-message): Don't encode encoded words in header
3455         when Gcc'ing resent message.
3456
3457 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * shr.el (shr-insert): Treat non-breaking space just like normal
3460         space.  This seems to produce more pleasing results.
3461         (shr-insert): Only insert a blank line if we're starting from an image.
3462         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3463         (shr-ensure-paragraph): Consider lines with white space to be blank.
3464
3465 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3466
3467         * Makefile.in: Respect DESTDIR.
3468
3469 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3470
3471         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3472         and gnus-gcc-post-body-encode-hook.
3473
3474 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3477         messages that don't exist.
3478
3479         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3480
3481 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3484         Remove.
3485
3486         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3487
3488         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3489
3490 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3493         have a group name.
3494
3495         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3496         a multibyte buffer (bug#7410).
3497         (article-wash-html): Parse the original article buffer to get the
3498         unencoded data (bug#7410).
3499
3500         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3501         .newsrc.el files.
3502
3503 2012-04-05  Bastien Guerry  <bzg@altern.org>
3504
3505         * color.el (color-lighten-name): Fix typo.
3506
3507 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3510         "#" to avoid having them interpreted as comments.
3511
3512 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513
3514         * shr.el (shr-insert): Update the text state properly to avoid
3515         inserting spurious paragraph starts.
3516
3517 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * shr.el (shr-table-widths): Divide the extra width more fairly over
3520         the TDs (bug#10973).
3521         (shr-render-td): Don't delete too much padding.
3522         (shr-natural-width): Compute the natural width more correctly.
3523         (shr-insert): Allow the natural width to be computed for tables again.
3524         (shr-tag-table-1): Rework how the natural widths are computed by
3525         rendering the table a third time.
3526         (shr-natural-width): Removed.
3527         (shr-buffer-width): New function.
3528         (shr-expand-newlines): Use it.
3529
3530         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3531         using a `gnus-use-full-window' setup (bug#11013).
3532
3533 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3534
3535         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3536         24.1 release.
3537
3538 2012-03-10  David Edmondson  <dme@dme.org>
3539
3540         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3541         'Forwarded Message' header and the start of the message.
3542
3543 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3544
3545         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3546         isn't running (bug#10897).
3547
3548 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3551         This is inconsistent with all the other stream functions, which leave
3552         the setting up to the higher levels (if so wanted) (bug#10931).
3553
3554 2012-02-28  Glenn Morris  <rgm@gnu.org>
3555
3556         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3557         mm-decode.el: Standardize possessive apostrophe usage.
3558
3559 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3562
3563 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3564
3565         * parse-time.el (parse-time-string): Allow extractor to return nil.
3566
3567 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3570
3571 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3572
3573         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3574
3575 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3576
3577         * mm-decode.el (mm-shr): Remove "soft hyphens".
3578
3579         * nnimap.el (nnimap-request-list): Return the group names encoded as
3580         utf8.  Otherwise non-European group names don't work.
3581         (nnimap-request-newgroups): Ditto.
3582
3583         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3584         the default in `read-string' (bug#10757).
3585
3586         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3587         topics (bug#10843).
3588
3589         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3590         buffer.  Suggested by Herbert Valerio Riedel.
3591         (nnimap-request-move-article): Delete the message from the correct IMAP
3592         server.
3593
3594 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3595
3596         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3597         Reported by Peter Münster.
3598
3599 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3600
3601         * shr.el (shr-image-fetched): Make sure we really kill the right
3602         buffer.
3603
3604 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3605
3606         * gnus-start.el (gnus-1): Avoid duplicate entries.
3607
3608 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3609
3610         * imap.el: Remove.
3611
3612         * nntp.el (nntp-coding-system-for-read): Remove.
3613         (nntp-coding-system-for-write): Ditto.
3614         (nntp-open-connection): Just use `binary' directly.
3615
3616         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3617         Gnus 0.3.
3618
3619 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3620
3621         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3622         application/octet-stream parts really is.
3623
3624         * gnus-sum.el (gnus-propagate-marks): Remove.
3625
3626 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3627
3628         * shr.el (shr-rescale-image): Undo previous change; see
3629         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3630
3631 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3632
3633         * gnus.el: Ma Gnus v0.3 is released.
3634
3635 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3636
3637         * gnus-sum.el (gnus-summary-local-variables): Make
3638         `gnus-newsgroup-unexist' into a local variable.
3639
3640 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3641
3642         * registry.el (registry-usage-test, registry-persistence-test): Move to
3643         tests/gnustest-registry.el.
3644         (registry-make-testable-db, registry-match-test)
3645         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3646
3647         * gnus-registry.el (gnus-registry-misc-test)
3648         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3649
3650         * tests/gnustest-registry.el: New file with the registry and
3651         gnus-registry ERT tests.
3652
3653 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-msg.el (gnus-summary-resend-message): Make
3656         gnus-summary-resend-message-insert-gcc be last item in
3657         message-header-setup-hook.
3658
3659 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3660
3661         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3662         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3663         Remove.
3664         (nnfolder-open-server): Don't use marks.
3665         (nnfolder-request-delete-group): Ditto.
3666         (nnfolder-request-rename-group): Ditto.
3667         (nnfolder-request-set-mark, nnfolder-request-marks)
3668         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3669         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3670
3671         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3672         (nnml-marks-modtime): Remove.
3673         (nnml-request-delete-group): Don't use marks.
3674         (nnml-request-rename-group): Ditto.
3675         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3676         (nnml-save-marks, nnml-open-marks): Remove.
3677
3678         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3679         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3680         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3681         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3682         (nntp-server-to-method-cache): Remove.
3683
3684         * shr.el (shr-rescale-image): Fix wrong merge.
3685
3686 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3687
3688         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3689         too-wide lines.
3690
3691 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3692
3693         * nnimap.el (nnimap-record-commands): New variable.
3694         (nnimap-log-command): Use it.
3695         (nnimap-make-process-buffer): Add a space to the process buffer.
3696         (nnimap-transform-headers): Don't bug out on header lines containing
3697         stuff that look like IMAP length encodings.
3698
3699         * shr.el (shr-rescale-image): Allow viewing large images.
3700
3701 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3702
3703         * nnml.el (nnml-request-compact-group): Delete the marks file after
3704         compaction (bug#10800).
3705
3706         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3707         group exit.
3708
3709         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3710         QRESYNC/FETCH output.
3711
3712 2012-02-11  Glenn Morris  <rgm@gnu.org>
3713
3714         * sieve-manage.el (sieve-manage-default-stream):
3715         * shr.el (shr):
3716         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3717         (nnir-retrieve-headers-override-function)
3718         (nnir-imap-default-search-key, nnir-notmuch-program)
3719         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3720         (nnir-method-default-engines):
3721         * message.el (message-cite-reply-position):
3722         * gssapi.el (gssapi-program):
3723         * gravatar.el (gravatar):
3724         * gnus-sum.el (gnus-refer-thread-use-nnir):
3725         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3726         (gnus-registry-max-pruned-entries):
3727         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3728         * gnus-int.el (gnus-after-set-mark-hook)
3729         (gnus-before-update-mark-hook):
3730         * gnus-async.el (gnus-async-post-fetch-function):
3731         * auth-source.el (auth-source-cache-expiry):
3732         Add missing :version tags to new defcustoms and defgroups.
3733
3734 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3735
3736         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3737         `gnus-newsgroup-unexist'.
3738
3739         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3740         marks.
3741         (gnus-article-special-mark-lists): Put the `unexist' in the special
3742         marks list instead.
3743
3744         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3745         articles in the list of articles to be selected.
3746
3747         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3748         articles.
3749         (nnimap-update-info): Keep track of unexisting articles.
3750         (nnimap-update-qresync-info): Ditto.
3751
3752 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3753
3754         * message.el (message-default-send-mail-function): Made into own
3755         function for reuse by emacsbug.el.
3756
3757 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3758
3759         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3760         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3761
3762 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3763
3764         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3765         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3766
3767         * gnus-compat.el: Define `timer-set-function'.
3768
3769         * mm-decode.el (mm-display-external): Output the text from the command
3770         in the buffer after the command finished.  This makes text-based
3771         commands behave better.
3772
3773 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3774
3775         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3776
3777 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3778
3779         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3780         23.1.
3781
3782 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3785
3786 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3787
3788         * message.el (smtpmail-smtp-user): Silence compiler warning.
3789
3790 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3791
3792         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3793         SMTP user name.
3794
3795 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * gnus-sum.el (gnus-summary-show-thread):
3798         next-single-char-property-change may return nil in XEmacs.
3799         (gnus-summary-article-map): Fix typo.
3800
3801 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3802
3803         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3804         running.
3805
3806         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3807
3808         * gnus.el (gnus-server-extend-method): Don't add an -address component
3809         if the method already has one (bug#9676).
3810
3811 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3812
3813         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3814         of an initial-input for consistency (bug#10757).
3815
3816         * dgnushack.el: Fix XEmacs compilation warning.
3817
3818         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3819
3820         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3821
3822 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3823
3824         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3825         lines that are narrower than the window width.  Otherwise background
3826         "blocks" will look less readable.
3827
3828 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3829
3830         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3831         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3832         have newlines within the strings, and where the UID comes after the
3833         BODYSTRUCTURE element (bug#10537).
3834
3835         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3836         (bug#10732).
3837
3838         * shr.el (shr-insert-document): Add doc string.
3839         (shr-visit-file): Ditto.
3840         (shr-remove-trailing-whitespace): New function.
3841         (shr-insert-document): Use it to clean up trailing whitespace as the
3842         final step (bug#10714).
3843
3844 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3845
3846         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3847         buffer if `gnus-kill-summary-on-exit' is nil.
3848
3849 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3850
3851         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3852         when just reading a single group from "without" Gnus.
3853
3854 2012-02-06  Chong Yidong  <cyd@gnu.org>
3855
3856         * gnus-sum.el (gnus-summary-show-thread):
3857         next-single-char-property-change never returns nil (Bug#8657).
3858
3859 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3860
3861         * message.el (message-multi-smtp-send-mail): New function.
3862         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3863         header to implement multi-SMTP functionality.
3864
3865         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3866         (gnus-agentize): Don't set it.
3867         (gnus-agent-send-mail): Don't use it.
3868
3869         * gnus-sum.el (gnus-summary-widget-backward): New function and
3870         keystroke.
3871
3872         * gnus-compat.el: More the compat functions more compatible.
3873
3874         * shr.el (shr-put-image): Remove underlines from sliced images.
3875         (shr-zoom-image): Compute the region to be replaced more correctly.
3876
3877 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3880         (gnus-summary-resend-message-insert-gcc): New function.
3881         (gnus-summary-resend-message): Modify message-header-setup-hook and
3882         message-sent-hook to make it work for Gcc.
3883         (gnus-inews-do-gcc): Update the number of unread articles of groups
3884         that messages are Gcc'd to.
3885
3886         * message.el (message-resend): Run message-sent-hook to do Gcc.
3887
3888 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3889
3890         * lpath.el: Fix an XEmacs compilation warning.
3891
3892         * gnus-compat.el: Require `help-fns' to fix compilation error.
3893
3894         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3895         a higher level to silence compilation.
3896
3897         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3898         parameter to allow controlling the scaling.
3899
3900         * shr.el (shr-zoom-image): New command and keystroke.
3901         (shr-put-image): Take a `size' flag to say how to scale the image.
3902
3903         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3904         deletion unless already defined.
3905
3906         * gnus.el (gnus-compat): Require it.
3907
3908         * gnus-compat.el: New file.
3909
3910         * gnus-start.el (gnus-clean-old-newsrc): New function.
3911         (gnus-read-newsrc-file): Use it.
3912
3913         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3914         Use recursive deletion.
3915         (mm-dissect-archive): Add support for zip files.
3916
3917         * gnus-util.el (gnus-recursive-directory-files): New function.
3918
3919         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3920         (mm-archive-decoders): Add tgz support.
3921
3922         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3923         Otherwise inserting text into the Gnus buffer can look odd.
3924
3925         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3926
3927         * mm-archive.el (mm-archive-decoders): Add support for tar.
3928
3929         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3930
3931         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3932
3933 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3934
3935         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3936
3937         * mm-archive.el: New file.
3938
3939         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3940
3941         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3942
3943         * message.el (message-goto-*): Make all the `message-goto-*' commands
3944         push the mark before moving point.  This makes it easier to go back to
3945         where you came from after editing whatever you jumped to.
3946
3947 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3948
3949         * gnus.el: Ma Gnus v0.1 is released.
3950
3951 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3952
3953         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3954         without reconnecting.
3955         (nnimap-possibly-change-group): Ditto.
3956         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3957         connection has died before being called.
3958
3959 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3960
3961         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3962         an initial sync unless we're really doing one.
3963
3964         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3965         address parameter if one already exists (bug#9676).
3966
3967         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3968         not the prefix, as documented (bug#10689).
3969
3970 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3971
3972         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3973         the "server".
3974
3975         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3976         the real error message with the useless "previously known to be down".
3977         Which isn't even correct.
3978
3979         * nntp.el (nntp-open-connection): Report the error message if the nntp
3980         server can't be reached.
3981
3982         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3983         groups we do a total scan for.
3984         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3985         doing that.
3986
3987 2012-01-31  Jim Meyering  <jim@meyering.net>
3988
3989         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3990         Correct a comment (insert "not") and hide nominally-doubled "to".
3991
3992 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3993
3994         * gnus.el (gnus-version): Change name to "Ma Gnus".
3995
3996 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3997
3998         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3999         section in the manual.
4000
4001 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4002
4003         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4004         words.
4005         (rfc2047-encode-string): Ditto.
4006         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4007         understand folded filename="..." parameters, for instance.
4008
4009         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4010         the message for greater debuggability.
4011
4012 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4013
4014         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4015         instead of setting it locally, since the latter doesn't seem to have
4016         any effect (most of the time).
4017
4018 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4019
4020         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4021         function call.
4022
4023 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4024
4025         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4026         seconds, and make the repeat clause with HH:MM specs work as
4027         documented.
4028
4029 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4030
4031         * proto-stream.el (proto-stream-capability-open): Fall back on
4032         :end-of-command if :end-of-capability doesn't exist.
4033
4034 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4037         bound globally in old Emacsen and XEmacsen.
4038
4039 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4040
4041         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4042         so that previous errors don't prohibit getting new news.
4043
4044         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4045
4046         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4047
4048 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4049
4050         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4051         buffer, not of the string which is its name.
4052
4053 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4054
4055         * proto-stream.el (proto-stream-capability-open): Wait for
4056         :end-of-capability, not :end-of-command.
4057
4058         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4059         non-server-marks groups.
4060         (gnus-group-make-articles-read): Ditto.
4061
4062         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4063         methods (bug#9676).
4064
4065         * gnus.el (gnus-method-ephemeral-p): New function.
4066
4067 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4068
4069         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4070         left-to-right.
4071
4072 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4073
4074         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4075         warning.
4076
4077 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4078
4079         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4080         macroexpand the nnir things, since they haven't been defined yet, and
4081         nnir requires gnus-sum.
4082
4083 2012-01-24  Julien Danjou  <julien@danjou.info>
4084
4085         * color.el (color-rgb-to-hsl): Fix value computing.
4086         (color-hue-to-rgb): New function.
4087         (color-hsl-to-rgb): New function.
4088         (color-clamp, color-saturate-hsl, color-saturate-name)
4089         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4090         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4091
4092 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4093
4094         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4095
4096 2012-01-19  Julien Danjou  <julien@danjou.info>
4097
4098         * color.el (color-name-to-rgb): Use the white color to find the max
4099         color component value and return correctly computed values.
4100         (color-name-to-rgb): Add missing float conversion for max value.
4101
4102 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4103
4104         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4105         logical server name in addition to the actual machine address.
4106
4107         * auth-source.el (auth-source-user-and-password): Add convenience
4108         wrapper to search by just host and optionally user.
4109
4110 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4113         after rendering.
4114
4115 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4116
4117         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4118         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4119         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4120
4121 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4124         (bug#9693).
4125         (gnus-summary-setup-buffer): Document return value (bug#9697).
4126
4127         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4128         since ido doesn't work on symbols (bug#9632).
4129
4130         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4131         when getting a single value as when getting all the values.  This means
4132         that atoms like `gcc-self' work cumulatively, like variable settings,
4133         instead of getting the value from the last matching clause.
4134         (gnus-group-find-parameter): Protect against the group buffer not
4135         existing (bug#9585).
4136
4137 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138
4139         * gnus-start.el (gnus-activate-group): Document more parameters
4140         (bug#9694).
4141
4142         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4143         (bug#9692).
4144
4145         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4146         article was fetched, so that it can be expired later (bug#9958).
4147         (gnus-agent-summary-fetch-series): Add doc string.
4148         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4149         (bug#9517).
4150
4151         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4152         retrieval is happening.
4153
4154         * gnus.el (gnus-parameters): Doc fix.
4155
4156 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4157
4158         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4159         show the thread after expansion.
4160
4161 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * gnus-art.el (article-narrow-to-head): If the head is completely
4164         empty, narrow to the empty region (bug#9764).
4165
4166         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4167         read, and then mark them as unread only when the unread mark is used.
4168         This makes `C-- T k' actually work, even though it's confusing.
4169
4170         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4171         alive before we try to find its window.
4172
4173 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4174
4175         * mm-decode.el (mm-display-external): Use a longer timeout for the
4176         deletion to allow slow programs to display the file.
4177
4178 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4181         prompt to be less confusing.
4182
4183         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4184         argument to `message-reply'.  This broke `special-display-*' frame
4185         pop-uping (bug#10238).
4186
4187 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4190         systems, since these allegedly don't work there.
4191
4192 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4193
4194         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4195         live buffer.
4196
4197 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198
4199         * nnir.el (nnir-retrieve-headers): Protect against the article not
4200         existing on the server (bug#10335).
4201
4202 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4203
4204         * gnus-agent.el (gnus-agent-load-local): Recompute
4205         gnus-agent-article-local on changing method.
4206
4207 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * gnus.el (gnus-parameters): Note precedence.
4210
4211 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4212
4213         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4214         in the group buffer.
4215
4216 2012-01-04  Julien Danjou  <julien@danjou.info>
4217
4218         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4219         change.
4220
4221 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222
4223         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4224         too.
4225
4226         * nntp.el (nntp-retrieve-group-data-early): Use it.
4227
4228 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4229
4230         * nntp.el (nntp-retrieval-in-progress): New variable.
4231         (nntp-make-process-buffer): Make it buffer-local.
4232
4233         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4234         2010.
4235         (gnus-demon-init): Use it to compute the time if time is on the form
4236         "04:23".
4237
4238         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4239
4240         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4241         status in the correct buffer.
4242
4243 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4244
4245         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4246         when opening topics (bug#10407).
4247
4248 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4249
4250         * gnus-cus.el (gnus-score-customize):
4251         * gnus-sum.el (gnus-sort-gathered-threads):
4252         * message.el (message-shorten-references):
4253         * nnmairix.el (nnmairix-request-group):
4254         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4255
4256 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4257
4258         * gnus-agent.el (gnus-agent-regenerate-group):
4259         * gnus-int.el (gnus-retrieve-group-data-early):
4260         * mm-util.el (mm-codepage-ibm-list):
4261         * nndiary.el (Commentary, nndiary-get-new-mail):
4262         * nnir.el (nnir):
4263         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4264
4265 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * mm-view.el (mm-display-inline-fontify): Add comment.
4268
4269 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4270
4271         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4272         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4273
4274 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4275
4276         * gnus-art.el (gnus-split-methods):
4277         * gnus-msg.el (gnus-configure-posting-styles):
4278         * gnus-spec.el (gnus-parse-simple-format):
4279         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4280         * message.el (message-do-actions): Spelling fix.
4281
4282 2011-12-15  Juri Linkov  <juri@jurta.org>
4283
4284         * mm-decode.el (mm-inline-media-tests): Add missing
4285         `mm-handle-media-subtype'.
4286
4287 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4288
4289         * gnus-group.el (gnus-group-tool-bar):
4290         * gnus-sum.el (gnus-summary-tool-bar):
4291         * message.el (message-tool-bar):
4292         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4293
4294 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4295
4296         * plstore.el (plstore--insert-buffer): Spelling fix.
4297
4298 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4299
4300         * message.el (message-valid-fqdn-regexp): Update with newly approved
4301         top-level domain names ".tel" and ".asia".
4302
4303 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4306         unconditionally.
4307
4308 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4311         pop-to-buffer-same-window for old Emacsen.
4312
4313 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4314
4315         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4316
4317 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4318
4319         * netrc.el (netrc-credentials): Spelling fix.
4320
4321 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4322
4323         * gnus-fun.el (gnus-fun-ppm-change-string):
4324         * gnus-msg.el (gnus-inews-do-gcc):
4325         * gnus-sum.el (gnus-summary-find-for-reselect):
4326         * gnus.el (gnus-summary-cancelled):
4327         * message.el (message-cancel-hook, message-send-news):
4328         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4329         * nnir.el (nnir-run-hyrex):
4330         * nntp.el (nntp-with-open-group-function):
4331         * pgg.el (pgg-pending-timers): Spelling fix.
4332
4333 2011-12-04  Chong Yidong  <cyd@gnu.org>
4334
4335         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4336         change (Bug#10200).
4337
4338 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * compface.el (uncompface):
4341         * gnus-art.el (gnus-article-x-face-command): Update the header format
4342         of icon data for the most recent icontopbm program.
4343
4344 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * gnus-msg.el (gnus-inews-do-gcc):
4347         * message.el (message-send-mail):
4348         * mml.el (mml-generate-mime): Share the value of the buffer-local
4349         `message-options' variable between a draft buffer and temprary working
4350         buffers.
4351
4352 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4353
4354         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4355
4356 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4359         for Cygwin.
4360
4361 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4362
4363         * gnus-group.el (gnus-group-prepare-flat):
4364         * mm-bodies.el (mm-encode-body):
4365         * mml.el (mml-preview):
4366         * nnml.el (nnml-request-compact-group):
4367         * pop3.el (pop3-stream-type): Spelling fix.
4368
4369 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4370
4371         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4372
4373 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4374
4375         * color.el (color-rgb-to-hsl):
4376         * gmm-utils.el (gmm-tool-bar-style):
4377         * gnus-group.el (gnus-group-prepare-flat):
4378         * gnus-topic.el (gnus-topic-prepare-topic):
4379         * mm-decode.el (mm-discouraged-alternatives):
4380         * rfc2047.el (rfc2047-encode-1):
4381         * starttls.el: Spelling fix.
4382
4383 2011-11-24  Glenn Morris  <rgm@gnu.org>
4384
4385         * binhex.el (binhex-begin-line): Give it basic doc-string.
4386
4387         * starttls.el, tls.el: Fix case of "GnuTLS".
4388
4389 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4390
4391         * gnus-group.el (gnus-group-highlight): Fix typo.
4392
4393 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4394
4395         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4396         value of `delete-file', that returns nil for a local file but returns t
4397         for a remote file using ssh.
4398
4399 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4400
4401         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4402
4403 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4406         avoid later breakage.
4407
4408 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4411         article buffers' name.
4412
4413 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4416         by Paul Eggert's spellfixes two days ago.
4417
4418 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4421         doesn't have it.
4422
4423         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4424         buffer-local instead of binding them to avoid warnings.  Also demote
4425         errors (bug#10063).
4426         (font-lock-mode-hook): Shut up byte compiler.
4427
4428 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4429
4430         * mm-util.el (mm-charset-after):
4431         * nnir.el (nnir-run-hyrex):
4432         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4433         (ntlm-get-password-hashes, ntlm-md4hash):
4434         * smime.el: Fix typo.
4435
4436 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4437
4438         * gnus-agent.el (gnus-agent-expire-group-1):
4439         * nndiary.el (nndiary-last-occurence):
4440         * nnimap.el (nnimap-request-set-mark):
4441         * nnmairix.el (nnmairix-only-use-registry):
4442         * gnus-group.el (gnus-group-prepare-flat):
4443         * gnus-sum.el (gnus-decode-encoded-word-methods):
4444         * message.el (message-wash-subject):
4445         * nntp.el (nntp-retrieve-headers-with-xover):
4446         * smime.el (smime-certificate-directory): Spelling fix.
4447
4448 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4449
4450         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4451
4452         * color.el:
4453         * gnus-agent.el (gnus-agent-possibly-alter-active):
4454         * gnus-dired.el (gnus-dired-print):
4455         * mail-parse.el:
4456         * nnmairix.el (nnmairix-request-group):
4457         * shr.el (shr-image-displayer):
4458         * sieve-manage.el:
4459         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4460
4461 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4462
4463         * gnus-sum.el (gnus-auto-select-subject):
4464         * spam-report.el (spam-report-resend): Spelling fix.
4465
4466 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4467
4468         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4469         * gnus-art.el (gnus-default-article-saver):
4470         * gnus-srvr.el (gnus-server-copy-server):
4471         * gnus.el (gnus-sloppily-equal-method-parameters):
4472         * html2text.el (html2text-format-tag-list):
4473         * message.el (message-narrow-to-head):
4474         * nndiary.el:
4475         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4476         * sieve.el: Spelling fix.
4477
4478 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4479
4480         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4481         * gnus-sum.el (gnus-summary-make-menu-bar):
4482         * gnus-uu.el (gnus-uu-decode-postscript)
4483         (gnus-uu-decode-postscript-and-save):
4484         * mailcap.el (mailcap-print-command):
4485         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4486         Fix typos.
4487
4488 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4489
4490         * gnus-art.el (gnus-article-part-wrapper):
4491         * html2text.el (html2text-fix-paragraphs):
4492         * mm-decode.el (mm-image-fit-p):
4493         * rfc2047.el (rfc2047-encode-message-header):
4494         * shr-color.el (shr-color-visible-distance-min)
4495         (shr-color-relative-to-absolute, set-minimum-interval)
4496         (shr-color-visible): Fix typos.
4497
4498 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4499
4500         * gmm-utils.el (gmm-tool-bar-item):
4501         * gnus-art.el (gnus-treat-body-boundary):
4502         * gnus-diary.el (gnus-user-format-function-d):
4503         * gnus-start.el (gnus-get-unread-articles):
4504         * pgg-gpg.el (pgg-gpg-update-agent):
4505         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4506
4507 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4508
4509         * gnus-topic.el (gnus-group-prepare-topics):
4510         * gnus-uu.el (gnus-extract-view):
4511         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4512
4513 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4514
4515         * spam.el: Move BBDB autoloads.
4516         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4517         BBDB 2 and 3.
4518         (spam-check-BBDB): Use it.
4519         (spam-enter-ham-BBDB): Use it.
4520
4521 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4522
4523         * smime.el (smime-draw-buffer): Spelling fix.
4524
4525 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4526
4527         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4528         for scanning exactly one level.
4529         * gnus-start.el (gnus-get-unread-articles): Ditto.
4530
4531 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4534         slightly clearer.
4535
4536 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4537
4538         * gnus-sync.el: More commentary about setup.
4539
4540 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * message.el (message-send-and-exit): Document `arg'.
4543
4544 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4545
4546         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4547
4548 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4549
4550         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4551
4552         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4553         we don't use `bound-and-true-p'.
4554
4555 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * gnus-util.el (gnus-bound-and-true-p): Remove.
4558         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4559         * nnir.el: Use it.
4560         * nnmairix.el: Use it.
4561
4562 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4563
4564         * gnus-sync.el: Improve docs about CouchDB admins.
4565
4566         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4567         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4568         for reasons unknown.
4569         * nnir.el: Use it.
4570         * nnmairix.el: Use it.
4571
4572         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4573         * nnir.el: Ditto.
4574         * nnmairix.el: Ditto.
4575
4576         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4577
4578 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4579
4580         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4581         not needed.  Provide xmlplistread list function to produce XML plist
4582         output for non-Gnus LeSync clients.
4583
4584 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4585
4586         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4587
4588         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4589         and save against it.  Group subscriptions, read marks, other marks,
4590         subscription levels, topic names, and topic offsets (the group's
4591         position within the topic) are saved.  This is an experimental backend
4592         and may change significantly.  Load json.el from the gnus-fallback-lib
4593         if it's not available otherwise.
4594         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4595
4596 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4597
4598         * message.el (message-completion-function): Make sure
4599         message-tab-body-function is not attempted if one of
4600         message-completion-alist fails to find a completion (bug#9158).
4601
4602 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4603
4604         * mml.el (mml-quote-region): Quote <#secure> tag.
4605         (mml-generate-mime-1): Unquote <#secure> tag.
4606
4607 2011-10-20  Chong Yidong  <cyd@gnu.org>
4608
4609         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4610         calling a minor mode from Lisp with nil arg enables it, so we have to
4611         make the wording a bit ambiguous here).
4612
4613 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4614
4615         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4616         * nnir.el (nnir-mode): Use it.
4617         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4618         Use it.
4619
4620         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4621         * nnmairix.el (gnus-registry-enabled): Ditto.
4622
4623 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4624
4625         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4626         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4627         only while we need to find out if it should be t or nil.
4628         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4629         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4630         the registry is installed.  Set it to nil when it's unloaded.
4631         (gnus-registry-install-p): Provide user guidance for the initial value
4632         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4633         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4634         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4635         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4636         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4637         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4638         `gnus-registry-install'.
4639
4640 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4641
4642         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4643         previous change.
4644         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4645         primary key is marked as disabled.
4646
4647 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4648
4649         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4650         primary key is marked as disabled.
4651
4652 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4653
4654         * html2text.el (html2text-clean-anchor): Check for quotes around
4655         `href' value.
4656
4657 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4658
4659         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4660         searching.  Drop `bbdb-cache'.
4661
4662 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * message.el (message-signed-or-encrypted-p): Exclude header when
4665         checking if there is signed or encrypted body in text/plain message.
4666
4667 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4668
4669         * html2text.el (html2text-get-attr): Correctly handle attribute values
4670         containing "=".
4671
4672 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4673
4674         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4675         handle bindings.
4676
4677 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * gnus-win.el (gnus-configure-windows): Protect against reading
4680         ephemeral groups outside of Gnus.
4681
4682 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * shr.el (shr-tag-img): Don't get images displayed in tables.
4685
4686 2011-10-03  Glenn Morris  <rgm@gnu.org>
4687
4688         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4689         the "maintainer" version of debbugs.gnu.org reports.
4690
4691 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692
4693         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4694         make asynchronous adjacent image insertion work better.
4695
4696 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4697
4698         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4699         documentation.
4700
4701 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4704         `gnus-asynchronous' isn't shadowed.
4705
4706 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4709
4710         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4711         (nnimap-insert-partial-structure): The charset parameter isn't
4712         case-sensitive.
4713
4714         * nnheader.el (nnheader-message-maybe): New function.
4715
4716         * shr.el (shr-tag-table): Render totally broken tables better.
4717
4718         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4719         computing the boundary.
4720
4721 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * pop3.el (pop3-number-of-responses): Remove.
4724         (pop3-wait-for-messages): Rewrite to take linear time instead of
4725         exponential time.
4726
4727 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4728
4729         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4730         re-fetch images.
4731
4732         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4733         re-fetch images when hitting `g' in Gnus.
4734
4735 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4738         (mml-compute-boundary): Don't check collision if it is non-nil.
4739         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4740         before checking collision.
4741
4742 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * message.el (message-indent-citation): Really make sure there's a
4745         newline at the end.
4746
4747         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4748         Fix suggested by John Wiegley.
4749
4750         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4751
4752         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4753
4754         * message.el (message-default-send-rename-function): Break out into its
4755         own function.
4756
4757         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4758         doesn't work under XEmacs.
4759
4760         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4761         of "imaps" to word around Windows problems.
4762         (nnimap-open-connection-1): Use it.
4763
4764         * message.el (message-indent-citation): Revert last change which made
4765         `F' not work.
4766
4767 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4768
4769         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4770         terminal as well.
4771
4772 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4775         because it displays images using overlays that aren't easy to copy to
4776         the article buffer.
4777
4778 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4779
4780         * message.el (message-indent-citation): Fix empty line removal at the
4781         end of the citation.
4782
4783 2011-09-20  Julien Danjou  <julien@danjou.info>
4784
4785         * auth-source.el (auth-source-netrc-create): Use default value for
4786         password if specified.  Evaluate default.
4787         (auth-source-plstore-create): Ditto.
4788         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4789         value evaluation.
4790         (auth-source-netrc-create): Typo fix.
4791         (auth-source-plstore-create): Ditto.
4792
4793         * password-cache.el (password-cache-remove): Remove entries even if the
4794         value is nil, so that password with a nil value (negative caching) is
4795         possible to invalidate.
4796
4797         * auth-source.el (auth-source-format-cache-entry): New function.
4798
4799 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4802
4803 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804
4805         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4806
4807 2011-09-19  Julien Danjou  <julien@danjou.info>
4808
4809         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4810         which work with things that are not ASCII.
4811
4812 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4815
4816 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4819         message level.
4820
4821 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4824
4825 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4826
4827         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4828
4829 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4830
4831         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4832         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4833
4834 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4835
4836         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4837         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4838         articles.
4839
4840 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4841
4842         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4843         (message-mail-other-window, message-mail-other-frame)
4844         (message-news-other-window, message-news-other-frame):
4845         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4846         instead of setting buffer display varibles.
4847
4848 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4851
4852         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4853
4854 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4857         duplicates" to a higher level.
4858
4859         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4860         most egregious messages.
4861
4862 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4863
4864         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4865
4866 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4867
4868         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4869         up the file (bug#9351).
4870
4871 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4874         it does with all other backends, but decode the names immediately after
4875         getting them.
4876
4877         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4878         decoding nnimap groups.
4879
4880         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4881         newsrc file.  It doesn't seem like an important optimization any more.
4882
4883 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4884
4885         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4886         overflows.
4887
4888 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889
4890         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4891         (gnus-interactive-exit): Extend to `quiet'.
4892
4893         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4894
4895         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4896         string.
4897
4898         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4899         renaming function arguments from `this'.
4900
4901         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4902
4903         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4904         has been renamed.
4905         (gnus-lrm-string-p): Include RLM and PDF, too.
4906
4907         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4908         (bug#9225).
4909
4910 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4911
4912         Add autoload cookies for functions used by sendmail.el.
4913         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4914
4915         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4916
4917 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * gnus-art.el (article-date-ut): Work properly even when there are
4920         things like Date header in the body; work for forwarded parts.
4921
4922 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4923
4924         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4925         original-article-buffer.
4926
4927 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4928
4929         * nnir.el (nnir-compose-result): Fix matching of server type.
4930         (nnir-run-swish++): Ditto.
4931         (nnir-run-namazu): Ditto.
4932         (nnir-run-notmuch): Ditto.
4933
4934 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4937         (bug#9405).
4938
4939         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4940         (bug#9421).
4941
4942         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4943         (bug#9425).
4944
4945         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4946         thing (bug#9426).
4947
4948 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4949
4950         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4951         the error message.
4952
4953 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4954
4955         * message.el (message-setup-1): Return t (Bug#9392).
4956
4957 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4958
4959         * gnus-sum.el: When adding article headers to a summary buffer also
4960         update gnus-newsgroup-articles (bug#9386).
4961
4962 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * auth-source.el: Autoload help-mode.
4965
4966 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4969         names.
4970
4971 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4972
4973         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4974         mm-replace-in-string for compatibility issues.
4975         * mml2015.el (mml2015-epg-verify): Ditto.
4976
4977 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4980
4981         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4982
4983 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4984
4985         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4986         continue on and do the clean-up phase (bug#9188).
4987
4988         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4989         just ignore groups that can't be opened instead of erroring out
4990         (bug#9225).
4991
4992         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4993         nil since some many people are fuddy-duddies.
4994
4995         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4996         images.
4997
4998         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4999         instead.
5000
5001         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5002
5003         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5004
5005         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5006         processing.
5007
5008         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5009         buffer to avoid warnings.
5010
5011 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5012
5013         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5014         specified to reduce precision.
5015
5016 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5017
5018         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5019         bodystructures (bug#9314).
5020
5021 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5024         Make button keymap non-sticky after buttons.
5025
5026 2011-08-18  David Engster  <dengste@eml.cc>
5027
5028         * nnmairix.el (nnmairix-request-set-mark)
5029         (nnmairix-goto-original-article): Remove adding of article to registry,
5030         since `gnus-registry-add-group' isn't available anymore.
5031         (nnmairix-determine-original-group-from-registry):
5032         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5033         available anymore.
5034
5035 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5036
5037         * starttls.el (starttls-any-program-available): Define as obsolete
5038         function.
5039
5040 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041
5042         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5043         versions which Gnus use when appropriate.
5044
5045         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5046         a pretty destructive command.
5047
5048         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5049
5050 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5051
5052         * message.el (message-fix-before-sending): Make a different warning
5053         about NUL characters (bug#9270).
5054
5055         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5056         from custom (bug#9260).
5057
5058         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5059         things work in Emacs 22 and XEmacs, too.
5060
5061         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5062         default From.
5063
5064         * gnus-spec.el (gnus-lrm-string-p): New macro.
5065         (gnus-lrm-string): New constant.
5066         (gnus-summary-line-format-spec): LRM-ify the from.
5067         (gnus-tilde-max-form): LRM-ify string chopping.
5068
5069         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5070
5071         * message.el (message-is-yours-p): Allow disabling canlock checking
5072         (bug#9295).
5073         (message-shoot-gnksa-feet): Add `canlock-verify'.
5074         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5075         message directory isn't writable (bug#9304).
5076
5077         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5078         non-world-readable.
5079
5080 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5083         articles.
5084
5085 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5086
5087         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5088         copy-list.
5089
5090 2011-08-12  Sam Steingold  <sds@gnu.org>
5091
5092         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5093         in the reverse order to avoid modifying the cache with `nreverse'.
5094         (gnus-all-score-files): Do not modify the value returned by
5095         `gnus-score-find-alist' because it lives in a cache variable.
5096         (gnus-current-home-score-file): No need to `nreverse' the return value
5097         of `gnus-score-find-alist', it is already in the correct order.
5098
5099 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5100
5101         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5102         type MESSAGE and subtype RFC822 is slightly different from those of
5103         type TEXT.
5104
5105 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5106
5107         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5108         This allows article-referral to work from an nnir group.
5109
5110 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5111
5112         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5113
5114 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5115
5116         * mml1991.el (mml1991-epg-find-usable-key)
5117         (mml1991-epg-find-usable-secret-key): New function.
5118         (mml1991-epg-sign): Check if signing key is usable.
5119         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5120
5121 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5122
5123         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5124         server-variables only.  This should fix a bug introduced with commit
5125         e1889675b7f4adf057833c5513c9374134c4e053.
5126         (nnir-run-query): 'nnir-search-engine should not be set from the global
5127         environment.
5128
5129 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5130
5131         * nnir.el (nnir-search-thread): Position point on referring article
5132         line.
5133         (nnir-warp-to-article): Clean up summary buffers.
5134
5135         * nnimap.el (nnimap-request-thread): Whitespace fix.
5136
5137 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5138
5139         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5140
5141 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * starttls.el (starttls-available-p): Rename from
5144         `starttls-any-program-available' and changed return convention.
5145
5146 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5147
5148         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5149         `unix-sync' unless it's defined.
5150
5151 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5152
5153         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5154         `aref' for XEmacs compatibiltiy.
5155
5156 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5159
5160 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5161
5162         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5163         closures, quote the form properly (bug#9194).
5164
5165 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166
5167         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5168         (gnus-summary-insert-new-articles): Protect against servers that are
5169         down.
5170
5171 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5172
5173         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5174         in mm handle if none is specified.
5175
5176 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5177
5178         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5179
5180 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5181
5182         * nnir.el (nnir-search-thread): New function to make an nnir group
5183         based on a thread query.
5184
5185         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5186         of nnir in thread referral.
5187         (gnus-summary-refer-thread): Use it.
5188
5189         * nnimap.el (nnimap-request-thread): Use it.
5190
5191 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192
5193         * shr.el (shr-tag-comment): Ignore HTML comments.
5194
5195 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5196
5197         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5198         argument.
5199         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5200         Use `nnir-address' to handle server info rather than passing an arg.
5201
5202         * nnimap.el (nnimap-make-thread-query): New utility function to format
5203         an imap thread search query.
5204         (nnimap-request-thread): Use it.
5205
5206         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5207         right select-method if we are not going back to the group buffer.
5208
5209 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5212         enter invalid buffer configurations into the quit form (bug#9107).
5213         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5214         unplugged/plugged.
5215
5216         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5217         keep track of which ones are unread (bug#9061).
5218
5219         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5220         (bug#9055).
5221
5222         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5223         (bug#9041).
5224
5225         * gnus-html.el (mm-util): Require (bug#9073).
5226
5227         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5228         (gnus-summary-refer-thread): Use it to remove duplicates in the
5229         un-threaded view (bug#9053).
5230         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5231
5232 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5233
5234         * nnir.el (nnir-read-server-parm): Use default value from global
5235         variable.  Without this the default search engine parameters aren't
5236         used at all.
5237
5238 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * message.el (message-unique-id): Don't use the undocumented return
5241         value from (random t) (bug#9118).
5242
5243 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244
5245         * message.el (message-auto-save-directory): If the ~/Mail directory
5246         doesn't exist, use ~ as the auto-save directory (bug#4432).
5247
5248         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5249         hasn't already been started.
5250
5251 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5254
5255         * message.el (message-reply): Work around mysterious bug where
5256         `message-mode' seems to overwrite the locally bound `subject' variable.
5257
5258 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5259
5260         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5261         correct group.
5262
5263         * gnus-int.el (gnus-request-thread): Add group argument.
5264
5265         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5266
5267 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268
5269         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5270
5271         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5272         renamed to `debbugs-gnu-*'.
5273
5274 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5275
5276         * plstore.el: Revert the editing feature since it is not urgent.
5277         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5278         (plstore-mode-decoded): Remove.
5279
5280 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5283         isn't very interesting any more, and it leaks potentially secret data.
5284         (gnus-debug): Remove.
5285
5286         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5287         use of :custom-show.
5288
5289 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5290
5291         * plstore.el: Add documentation.
5292         (plstore-mode): New mode to edit plstore file.
5293         (plstore-mode-toggle-display, plstore-mode-original)
5294         (plstore-mode-decoded): New command.
5295         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5296         (plstore--insert-buffer, plstore--make): New function.
5297         (plstore-open, plstore-save): Simplify by using them.
5298
5299 2011-07-06  Glenn Morris  <rgm@gnu.org>
5300
5301         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5302
5303 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304
5305         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5306         no longer is much used.
5307         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5308         Articles".
5309
5310 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5311
5312         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5313         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5314         `notmuch' backend.
5315
5316 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317
5318         * mm-decode.el (mm-text-html-renderer): Doc fix.
5319
5320         * gnus-msg.el (gnus-bug): Fix the MML tag.
5321
5322         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5323
5324 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5325
5326         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5327         secondary methods if started with `gnus-no-server'.
5328
5329 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5330
5331         * message.el (message-return-action): Fix typo in docstring.
5332
5333 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5334
5335         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5336         bug reports at once.
5337
5338         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5339
5340 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * nndraft.el: Require gnus-group.
5343         (nndraft-request-list): Declare.
5344
5345         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5346         no unread article unless it matches gnus-permanently-visible-groups.
5347
5348         * nndraft.el (nndraft-update-unread-articles): New function.
5349         (nndraft-request-associate-buffer): Use it to update the number of
5350         unread articles for the nndraft groups in the group buffer when saving
5351         or killing a draft message.
5352
5353 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5354
5355         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5356         systems to binary before writing and reading the mbox files.
5357
5358         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5359         instead of trying to list them all (bug#8978).
5360
5361 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5362
5363         * pop3.el (pop3-open-server): Use :end-of-capability.
5364
5365 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5366
5367         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5368         the id is always a number.
5369
5370         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5371
5372         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5373         debbugs mode, if possible.
5374
5375 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5376
5377         * auth-source.el (auth-source-token-passphrase-callback-function):
5378         Reindent.
5379         (epg-context-operation): Remove unnecessary autoload.
5380
5381 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * gnus.el (gnus-list-debbugs): New command.
5384
5385         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5386         mboxstat instead of the maintbox, since the stat seems to be fuller.
5387
5388         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5389         summary buffers.
5390
5391         * message.el (message-get-reply-headers): Delete all duplicates,
5392         instead of the first.
5393         (message-get-reply-headers): Ensure that we have progress while
5394         deleting duplicates.
5395
5396         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5397         gnus-posting-style value from the summary buffer to make it easier to
5398         make that a per-buffer conf.
5399
5400 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5401
5402         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5403         found by setting `shortcut' in 'query.
5404         (nnir-request-article): Use `shortcut' setting when requesting article
5405         by Message-ID.
5406
5407 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5408
5409         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5410         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5411         Bring the pseudo-headers back too.
5412
5413 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5414
5415         * auth-source.el (auth-source-token-passphrase-callback-function):
5416         Simplify and remove EPA dependency.
5417
5418 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5419
5420         * nnir.el (nnir-request-article): Fix error message text.
5421
5422 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5423
5424         * auth-source.el (plstore-delete): Autoload.
5425         (auth-source-plstore-search): Support delete operation.
5426         * plstore.el (plstore-delete): New function.
5427
5428 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5431         mark actually existing articles as unread rather than the ones that
5432         active asserts.
5433
5434 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5435
5436         * nntp.el (nntp-record-command):
5437         * gnus-util.el (gnus-message-with-timestamp-1):
5438         Use format-time-string rather than decoding time stamps by hand.
5439         This is simpler and insulates the code from potential changes to
5440         current-time format.
5441
5442 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5445
5446 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5447
5448         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5449         (plstore-save): Support public key encryption.
5450         (plstore--init-from-buffer): New function.
5451         (plstore-open): Use it; fix error when opening a non-existent file.
5452         (plstore-revert): Use plstore--init-from-buffer.
5453
5454 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5455
5456         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5457
5458 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5461         for old Emacsen.
5462
5463 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5464
5465         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5466         is not fully working.
5467
5468 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * dgnushack.el: Autoload sha1 on XEmacs.
5471
5472         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5473         quit window configuration.
5474
5475         * auth-source.el (epg-context-set-passphrase-callback):
5476         Remove duplicate autoload.
5477
5478 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5479
5480         * nnir.el (nnir-request-article): Allow requesting articles by
5481         Message-ID with nnimap.
5482
5483         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5484         current server.
5485
5486 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5487
5488         * auth-source.el: Autoload EPA/EPG functions.
5489         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5490         changed when EPA/EPG is not available.
5491         (auth-source-backend): Rename "arg" member to "data".
5492         (auth-source-backend-parse, auth-source-plstore-search)
5493         (auth-source-plstore-create): Use it.
5494
5495 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5496
5497         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5498         `gnus-refer-article-methods'.
5499
5500 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5501
5502         * auth-source.el: Require EPA and EPG.
5503         (auth-source-passphrase-alist): New variable.
5504         (auth-source-passphrase-callback-function)
5505         (auth-source-token-passphrase-callback-function): Callbacks for the
5506         netrc field encryption (GPG tokens).
5507         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5508         Symmetric encryption and decryption of the netrc GPG tokens.
5509         (auth-source-netrc-normalize): Use them, simplifying the closure.
5510
5511 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5514         is available.
5515
5516 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5517
5518         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5519         non-nil, and `nnimap-split-methods' is nil, use the former.
5520
5521 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5522
5523         * plstore.el (plstore-revert): New function.
5524         (plstore-open): Use it; hide the buffer from user.
5525
5526 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5527
5528         * auth-source.el (auth-source-backend): New member "arg".
5529         (auth-source-backend-parse): Handle new backend 'plstore.
5530         * plstore.el: New file.
5531
5532 2011-06-30  Glenn Morris  <rgm@gnu.org>
5533
5534         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5535
5536 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5537
5538         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5539         expiring articles to.
5540
5541         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5542         variations as ASCII (bug#5458).
5543
5544 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5547
5548 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * message.el (message-point-in-header-p): Tweak the function to default
5551         to saying that we're not in the headers if there is no separator at
5552         all.  This makes it possible to use the Message version of `M-q' in
5553         buffers with no headers (bug#7987).
5554         (message-point-in-header-p): Fix last checkin to work with an empty
5555         mail-header-separator, too.
5556
5557         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5558         again, save the choice via customize.
5559
5560 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5561
5562         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5563
5564         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5565         ended the connection, bail out before waiting infinitely on a new
5566         connection.
5567
5568 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5569
5570         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5571         reports.
5572
5573         * gnus.el (gnus-bug-package): Use "gnus."
5574         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5575
5576 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577
5578         * dgnushack.el: Make the timer warning go away on XEmacs.
5579
5580         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5581         animations going on at article exit time.
5582
5583         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5584         since removing it breaks people upgrading.
5585
5586         * shr.el (shr-put-image): Use the new interface for animating images.
5587         (shr-put-image): Animate for 60 seconds.
5588
5589         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5590         avoid compiler warnings.
5591
5592         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5593         error with `find-file-hooks' on Emacs 22.
5594         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5595         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5596         on all architectures.
5597
5598         * spam.el (spam-stat): Require in a normal fashion without binding
5599         `spam-stat-install-hooks' to avoid compilation warnings.
5600
5601         * spam-stat.el (spam-stat-install-hooks): Remove.
5602         (spam-stat-install-hooks): Don't run automatically.
5603
5604 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5605
5606         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5607         and keystroke.
5608
5609 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * auth-source.el (auth-source-netrc-cache): Move forward.
5612
5613 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * proto-stream.el (proto-stream-open-starttls): Use
5616         `gnutls-available-p' to see whether we have built-in support.
5617
5618         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5619         we already know.
5620         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5621         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5622
5623 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5626         %S format, since that looks odd.
5627         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5628         file, especially when saving.
5629
5630 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5631
5632         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5633         article found.
5634
5635 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5636
5637         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5638         `auth-source-save-secrets' with a more sensitive alist that can be
5639         configured per file.  Experimental, so defaults to 'never.
5640         (auth-source-netrc-create): Use it.  Still experimental code.
5641         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5642         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5643
5644 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5645
5646         * auth-source.el (auth-source-save-secrets): New variable to control if
5647         secret tokens should be saved encrypted.
5648         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5649         to `auth-source-netrc-normalize'.
5650         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5651         on the EPA variables being defined.
5652         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5653         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5654         the lexical-let closure.
5655         (auth-source-netrc-create): Create "gpg:" tokens according to
5656         `auth-source-save-secrets'.
5657
5658 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * gnus-group.el (gnus-group-update-group): Add new argument
5661         `info-unchanged' that stops updating dribble buffer.
5662
5663         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5664         deletes lines matching to it in dribble buffer.
5665
5666         * gnus-agent.el (gnus-agent-fetch-group-1):
5667         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5668         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5669         * gnus-start.el (gnus-group-change-level):
5670         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5671
5672         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5673         if newsgroup info is not changed.
5674
5675         * gnus-group.el (gnus-group-get-new-news-this-group):
5676         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5677         Don't update dribble buffer.
5678
5679 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5680
5681         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5682         remove entries with groups we ignore.
5683
5684 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5687         the underline comes at the bottom.
5688
5689 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5692         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5693         (gnus-registry-article-marks-to-names): Rename from
5694         `gnus-registry-user-format-function-M2'.
5695
5696 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5699         ephemeral group.
5700
5701 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * shr.el (shr-browse-image): Copy the URL if called interactively.
5704
5705 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706
5707         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5708         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5709         done, then unselected articles may be marked as read.
5710
5711         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5712         since not doing this seems to lead to a race condition in pop3-logon.
5713
5714         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5715         so that the call chain it correct when we call "upwards".
5716
5717         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5718         in read-only groups.
5719
5720         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5721
5722         * message.el (message-cite-reply-position): Doc string fix.
5723
5724         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5725         avoid regexp overflow.
5726         (nnimap-transform-split-mail): Ditto.
5727
5728         * pop3.el (pop3-retr): Error out if the server closes the connection.
5729
5730 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5731
5732         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5733         mm-with-unibyte-current-buffer.  The buffer should not contain any
5734         multibyte chars anyway at this stage.
5735
5736 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737
5738         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5739         at the end of lines.
5740
5741 2011-05-29  Julien Danjou  <julien@danjou.info>
5742
5743         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5744
5745 2011-05-27  Glenn Morris  <rgm@gnu.org>
5746
5747         * gnus-group.el (gnus-bug-group-download-format-alist):
5748         Use the "maintainer" version of debian reports as well.
5749
5750 2011-05-26  Glenn Morris  <rgm@gnu.org>
5751
5752         * gnus-group.el (gnus-bug-group-download-format-alist):
5753         Use the "maintainer" version of debbugs.gnu.org reports.
5754
5755 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5758
5759 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5760
5761         * gnus-cus.el (gnus-agent-customize-category):
5762         * gnus-delay.el (gnus-delay-send-queue):
5763         * gnus.el (gnus-other-frame):
5764         Don't quote lambda expressions with `quote'.
5765
5766 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5767
5768         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5769         the thread moves us backwards and so we loop forever.
5770
5771 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5774         whitespace in base64 data lines.
5775
5776 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5777
5778         * gnus-registry.el (gnus-registry-user-format-function-M):
5779         Use `mapconcat'.
5780         (gnus-registry-user-format-function-M2): Use to see the full text of
5781         the marks.  Make "," the mark text separator.
5782
5783         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5784         authentication with auth-source.
5785
5786 2011-05-17  Glenn Morris  <rgm@gnu.org>
5787
5788         * gnus-group.el (gnus-import-other-newsrc-file):
5789         Use insert-file-contents.
5790
5791 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5792
5793         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5794         1000 iterations.
5795
5796 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * nntp.el (nntp-open-connection): Check if process-type is available.
5799
5800 2011-05-16  Julien Danjou  <julien@danjou.info>
5801
5802         * shr.el (shr-tag-del): Add support for del tag.
5803
5804 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus-html.el (gnus-html-put-image): Register a displayer.
5807
5808         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5809
5810 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5811
5812         * registry.el (prune-factor): New initialization parameter defaulting
5813         to 0.1.
5814         (registry-prune-hard): Use it.
5815
5816         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5817         0.1 expicitly.
5818
5819 2011-05-13  Glenn Morris  <rgm@gnu.org>
5820
5821         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5822         is bound, since this function requires sendmail.
5823
5824 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5825
5826         * registry.el (registry-usage-test): Disable pruning test.
5827
5828 2011-05-11  David Engster  <dengste@eml.cc>
5829
5830         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5831         Bind set-network-process-option for XEmacs.
5832
5833 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5834
5835         * registry.el (registry-prune-hard-candidates)
5836         (registry-prune-soft-candidates): Helper methods for registry pruning.
5837         (registry-prune): Use them.  Make the sort function optional.
5838
5839 2011-05-10  Jim Meyering  <meyering@redhat.com>
5840
5841         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5842
5843 2011-05-10  Julien Danjou  <julien@danjou.info>
5844
5845         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5846         symbol and not a list.
5847
5848 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-art.el (gnus-article-mode): Move binding of
5851         shr-put-image-function here from gnus-article-prepare-display.
5852
5853         * shr.el (shr-put-image-function): New variable.
5854         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5855         (shr-put-image): Return scaled image.
5856
5857         * gnus-art.el (gnus-shr-put-image): New function.
5858         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5859
5860         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5861         original ones, as deletable.
5862
5863 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5864
5865         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5866
5867 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * registry.el (registry-full): Add convenience method.  Fix logic.
5870         (registry-insert): Use it.  Fix logic here too.
5871
5872         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5873         `registry-prune' if `registry-full' returns t.
5874         (gnus-registry-handle-action)
5875         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5876         (gnus-registry-usage-test): Use it.
5877
5878 2011-05-07  Julien Danjou  <julien@danjou.info>
5879
5880         * shr.el (shr-link): Make shr-link inherit from link by default.
5881
5882 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5883
5884         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5885
5886 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5887
5888         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5889         error out because the face is not a list.
5890
5891 2011-05-05  Glenn Morris  <rgm@gnu.org>
5892
5893         * proto-stream.el (gnutls-negotiate): Fix declarations.
5894
5895         * gnus-start.el (gnus-propagate-marks): Declare.
5896
5897 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5898
5899         * registry.el (registry-reindex): Fix percentage message.
5900
5901         * proto-stream.el (network-stream-open-starttls): Adjust to call
5902         `gnutls-negotiate' with :process and :hostname arguments.
5903
5904 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5905
5906         * shr.el: Add shr-link face for links.
5907         (shr-urlify): Use it.
5908
5909         * registry.el (registry-insert): Make error message more helpful.
5910
5911 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5912
5913         * gnus-html.el (gnus-html-schedule-image-fetching):
5914         Use url-queue-retrieve, if it exists.
5915
5916         * shr.el (shr-tag-img): Ditto.
5917
5918         * gnus.el: Autoload more gnus-agent functions.
5919
5920         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5921         agent if we haven't already (bug#8502).
5922
5923         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5924         into the Agent, too.
5925
5926         * gnus-agent.el (gnus-agent-store-article): New function.
5927
5928         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5929         and moved from that file for reuse.
5930
5931         * pop3.el (pop3-open-server): Error messages are "-ERR".
5932
5933 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5936         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5937
5938 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5939
5940         * gnus.el: No Gnus v0.17 is released.
5941
5942 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5943
5944         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5945         buffer has moved to a different frame.
5946
5947 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5948
5949         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5950         to get the conversion from unibyte to multibyte buffers to work on
5951         Emacs 22.
5952
5953         * nntp.el (nntp-request-article): Slight clean-up.
5954
5955 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5956
5957         * shr.el (shr-strike-through): New face.
5958         (shr-tag-s): Use it to provide <s> support.
5959         (shr-tag-s): Remove duplicate definition.
5960
5961 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5962
5963         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5964         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5965
5966 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5967
5968         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5969         `gnutls-negotiate'.
5970         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5971
5972 2011-04-23  Glenn Morris  <rgm@gnu.org>
5973
5974         * gnus-sum.el (gnus-extra-headers): Bump :version.
5975
5976 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * shr.el (shr-tag-sup): New function.
5979         (shr-tag-sub): Ditto.
5980
5981 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5984         for the case where `gnus-registry-ignored-groups' is a list of lists,
5985         and don't call `gnus-parameter-registry-ignore' otherwise.
5986
5987 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5988
5989         * nnimap.el (nnimap-user): New backend variable.
5990         (nnimap-open-connection-1): Use it.
5991         (nnimap-credentials): Accept user parameter so it's explicit what user
5992         name is desired.
5993
5994         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5995         default.
5996
5997         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5998         not gnus-registry.el.
5999
6000         * gnus-registry.el: Mention in comments how to modify
6001         `gnus-extra-headers' for proper recipient tracking and that it may
6002         already have To and Cc recently, which it does as of this commit.
6003         (gnus-registry-ignored-groups): Remove defcustom.
6004         Explain why in comments.
6005         (gnus-registry-action): Fix data-header reference to use the extra
6006         headers.  Explain in package commentary how to add To and Cc headers to
6007         the gnus-extra-headers.
6008         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6009         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6010         parameter list or a string list in `gnus-registry-ignored-groups'.
6011         Fix logic error.
6012
6013 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6014
6015         * shr.el (shr-expand-url): Protect against null urls.
6016
6017 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6018
6019         * shr.el (shr-base): New binding.
6020         (shr-tag-base): Keep track of <base>.
6021         (shr-expand-url): New function used throughout.
6022
6023 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6024
6025         * gnus-registry.el
6026         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6027         (gnus-registry-ignored-groups): New variable.
6028         (gnus-registry-ignore-group-p): Use it.
6029         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6030         set the destination group to nil (same as delete) if it's ignored.
6031
6032 2011-04-20  David Engster  <dengste@eml.cc>
6033
6034         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6035
6036         * Makefile.in (test-nntp): New rule.
6037         (check): Add it.
6038         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6039
6040 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-registry.el (gnus-registry-action)
6043         (gnus-registry-fetch-header-fast):
6044         Don't use mail-header that looks an internal function of mailheader.el.
6045
6046 2011-04-19  Glenn Morris  <rgm@gnu.org>
6047
6048         * time-date.el (time-to-days): Remove unused local variables.
6049
6050 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * gnus-registry.el: Eliminate cl functions.
6053         (gnus-registry-sort-addresses): New function that replaces mapcan.
6054         (gnus-registry-action, gnus-registry-spool-action)
6055         (gnus-registry-split-fancy-with-parent)
6056         (gnus-registry-fetch-recipients-fast): Use it.
6057         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6058
6059         * registry.el (initialize-instance, registry-lookup)
6060         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6061         (registry-lookup-secondary-value, registry-search, registry-delete)
6062         (registry-insert, registry-reindex, registry-size, registry-prune):
6063         Use eval-and-compile.
6064
6065 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6066
6067         * registry.el (registry-reindex): New method to recreate the secondary
6068         registry indices.
6069
6070         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6071         tracked field changes.
6072         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6073         (gnus-registry-action, gnus-registry-spool-action)
6074         (gnus-registry-handle-action)
6075         (gnus-registry--split-fancy-with-parent-internal)
6076         (gnus-registry-split-fancy-with-parent)
6077         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6078         move, and delete actions, and for fancy splitting with parent.
6079         (gnus-registry-extract-addresses)
6080         (gnus-registry-fetch-recipients-fast)
6081         (gnus-registry-fetch-header-fast): Convenience functions.
6082         (gnus-registry-misc-test): ERT test of
6083         `gnus-registry-extract-addresses'.
6084
6085 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6086
6087         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6088         Track by subject first, then sender.
6089
6090 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6091
6092         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6093
6094         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6095         Lisp.
6096
6097         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6098         (gnus-draft-send): Use it to avoid popping
6099         up frames from gnus-group-send-queue.
6100
6101 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6102
6103         * gnus-registry.el: Updated gnus-registry docs.
6104
6105 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6106
6107         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6108         Fix logic bug.
6109         (gnus-registry-post-process-groups): Fix logging of no results and
6110         quote sender and subject.
6111
6112 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6115         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6116         gnutls-cli are too slow to be done opportunistically.
6117
6118         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6119         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6120         we had no early-data returned.
6121         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6122         two async commands to the same server at the same time.
6123
6124 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6125
6126         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6127
6128 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129
6130         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6131         "warning" level.
6132
6133         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6134         (mm-url-insert-file-contents): Don't set the package names.
6135
6136 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6137
6138         * gnus-registry.el (gnus-registry-action): Remove properties and
6139         simplify subject in `gnus-registry-handle-action'.
6140         (gnus-registry-spool-action): Get subject and sender from message if
6141         they are not passed in.
6142         (gnus-registry-handle-action): Remove properties and simplify subject
6143         consistently.
6144
6145 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6146
6147         * registry.el: Require CL before using defmacro*.
6148
6149 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus-art.el (article-treat-date): Assume that
6152         gnus-article-date-headers may be a group parameter.
6153
6154 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6155
6156         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6157
6158         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6159         interactively so the newsrc file can contain foreign groups too.
6160         Useful for debugging but not much for users.
6161
6162 2011-04-07  David Engster  <dengste@eml.cc>
6163
6164         * registry.el (registry-usage-test): Only do
6165         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6166         lexical binding.
6167
6168 2011-04-07  David Engster  <dengste@eml.cc>
6169
6170         * Makefile.in (check, test-registry): New rules for test-suite.
6171
6172 2011-04-06  David Engster  <dengste@eml.cc>
6173
6174         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6175         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6176
6177 2011-04-06  David Engster  <dengste@eml.cc>
6178
6179         * registry.el (initialize-instance): Change :after to :AFTER to be
6180         compatible with old EIEIO version in XEmacs.
6181
6182 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6183
6184         * gnus-registry.el (gnus-registry-post-process-groups)
6185         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6186         and provide better messaging.
6187
6188 2011-04-06  David Engster  <dengste@eml.cc>
6189
6190         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6191         errors.
6192
6193         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6194         dgnushack-compile with error-on-warn enabled, and to signal an error if
6195         clean compilation failed.
6196         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6197         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6198
6199 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6200
6201         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6202         unconditionally anyway, discarding errors.
6203         (gnus-registry-delete-entries): New convenience function.
6204         (gnus-registry-import-eld): Import from old .eld registry.
6205
6206         * registry.el: Don't use ERT if it's not available.  Load it
6207         unconditionally anyway, discarding errors.
6208
6209         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6210         version from the Claudio Bley GnuTLS patch (extra optional parameters
6211         and host name).
6212
6213 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6214
6215         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6216         fixup the parameters that can be customized by the user between
6217         save/read cycles.
6218         (gnus-registry-read): Use it.
6219         (gnus-registry-make-db): Use it.
6220         (gnus-registry-spool-action, gnus-registry-handle-action):
6221         Fix messaging.
6222         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6223         Map references to actual group names with sender and subject tracking.
6224         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6225         (gnus-registry-usage-test): Add subject lookup test.
6226
6227         * registry.el (registry-db, initialize-instance): Set up constructor
6228         instead of :initform arguments for the sake of older Emacsen.
6229         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6230         pre-lexbind merge bug.
6231         (registry-usage-test): Use it.
6232         (initialize-instance, registry-db): Move the non-function initforms
6233         back to the class definition.
6234
6235 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6236
6237         * registry.el: New library to manage gnus-registry-style data.
6238
6239         * gnus-registry.el: Use it (major rewrite).
6240
6241         * nnregistry.el: Use it.
6242
6243         * spam.el: Use it.
6244
6245 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246
6247         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6248         marks on non-selected articles.
6249
6250 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6251
6252         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6253         parameter to open-protocol-stream.
6254
6255 2011-04-01  Julien Danjou  <julien@danjou.info>
6256
6257         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6258         fundamental-mode.
6259
6260 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6263         servers.
6264
6265 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266
6267         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6268         made marks not propagate, again.
6269
6270 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6271
6272         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6273         Make this the default type.
6274         (proto-stream-open-plain): Rename from proto-stream-open-default.
6275         (open-protocol-stream, proto-stream-open-starttls)
6276         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6277         with `plain'.
6278
6279         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6280         value.
6281
6282         * nntp.el (nntp-open-connection-function): Document the fact that some
6283         values are not functions but are instead handled specially.
6284         Recognize nntp-open-plain-stream value.
6285         (nntp-open-connection): Recognize that value.
6286
6287 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6290         where it seems to be needed.
6291
6292 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6293
6294         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6295         stuff.
6296
6297         * gnus-score.el (gnus-score-string): Fix calling convention of
6298         `gnus-simplify-buffer-fuzzy' after last patches.
6299
6300         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6301         server for articles we didn't get any headers for.  This is a sanity
6302         check.
6303
6304 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6305
6306         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6307         new CAPABILITY, use it.
6308
6309 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6312         downloading anything.
6313
6314         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6315
6316 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6317
6318         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6319         colors.
6320         (gnus-splash-svg-color-symbols): New function.
6321
6322 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323
6324         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6325         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6326         (gnus-simplify-subject-fuzzy): Use the local
6327         gnus-simplify-subject-fuzzy-regex instead of the global one.
6328         This makes using this variable in group parameters work.
6329
6330 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6331
6332         * gnus-registry.el (gnus-registry-unfollowed-groups):
6333         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6334         archive:sent-YYYY-MM-DD groups).
6335         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6336         tracking if there are more than `gnus-registry-max-track-groups'
6337         matches.
6338
6339 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6340
6341         * message.el (message--yank-original-internal): New function to do the
6342         insertion cleanly inside eval in `message-yank-original'.
6343         (message-yank-original): Use it.
6344
6345 2011-03-29  Julien Danjou  <julien@danjou.info>
6346
6347         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6348         local variables disabled rather than `normal-mode'.
6349
6350 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6351
6352         * imap.el (imap-shell-open, imap-process-connection-type):
6353         Use imap-process-connection-type for 'shell' streams as well as
6354         Kerberos, SSL, other subprocesses.
6355
6356 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6357
6358         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6359         with open-network-stream.
6360         (proto-stream-always-use-starttls): Option removed.
6361         (open-protocol-stream): Return a process object by default.  Provide a
6362         new parameter :return-list specifying a list-type return value, which
6363         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6364         :type `network' to `try-starttls', and `network-only' to `default'.
6365         Make `default' the default, for compatibility with open-network-stream.
6366         Handle the no-parameter case exactly as open-network-stream, with no
6367         additional stream processing.  Search plists using plist-get.
6368         Explicitly add :end-of-commend parameter if it is missing.
6369         (proto-stream-open-default): Rename from
6370         proto-stream-open-network-only.  Return 'default as the type.
6371         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6372         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6373         failed.  Always return a list with a (possibly dead) process as the
6374         first element, for compatibility with open-network-stream.
6375         (proto-stream-open-tls): Use plist-get.  Always return a list.
6376         (proto-stream-open-shell): Return `default' as connection type.
6377         (proto-stream-capability-open): Use plist-get.
6378         (proto-stream-eoc): Function deleted.
6379
6380         * nnimap.el (nnimap-stream, nnimap-open-connection)
6381         (nnimap-open-connection-1): Handle renaming of :type parameter for
6382         open-protocol-stream.
6383         (nnimap-open-connection-1): Pass a :return-list parameter
6384         open-protocol-stream to obtain a list return value.  Parse this list
6385         using plist-get.
6386
6387         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6388         for open-protocol-stream.  Accept open-protocol-stream return value
6389         that is a subprocess object instead of a list.  Handle the case of a
6390         dead returned process.
6391
6392 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6393
6394         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6395
6396         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6397
6398 2011-03-21  Julien Danjou  <julien@danjou.info>
6399
6400         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6401         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6402         query.
6403         (mm-inline-text): Render normal text with fontification whenever
6404         possible.
6405
6406         * gnus-sum.el (gnus-summary-save-parts-1):
6407         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6408         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6409         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6410         Use `mm-handle-filename'.
6411
6412         * mm-util.el (mm-handle-filename): New function, return the filename of
6413         an handle.
6414
6415 2011-03-18  Julien Danjou  <julien@danjou.info>
6416
6417         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6418         (gnus-buffer-live-p): Check that buffer is not nil.
6419
6420 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6421
6422         * gnus.el: No Gnus v0.15 is released.
6423
6424 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6425
6426         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6427         avoid warning on XEmacs.
6428
6429         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6430         on XEmacs.
6431
6432         * gnus-art.el: Require mouse, which the build bot seems to say is
6433         needed.
6434
6435         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6436
6437         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6438         XEmacs, since it doesn't have url-retrieve-synchronously.
6439
6440         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6441         since assoc-string doesn't exist in XEmacs.
6442
6443 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6444
6445         * gnus-group.el (gnus-group-list-ticked): New function.
6446         (gnus-group-make-menu-bar): Provide a menu entry for it.
6447         (gnus-group-list-map): Provide a binding for it.
6448
6449 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * shr.el (shr-visit-file): New command.
6452
6453         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6454
6455 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6456
6457         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6458         servers.
6459
6460 2011-03-16  Julien Danjou  <julien@danjou.info>
6461
6462         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6463         inline.
6464
6465         * gnus-art.el (article-hide-list-identifiers):
6466         Use gnus-group-get-list-identifiers.
6467
6468         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6469         (gnus-summary-remove-list-identifiers):
6470         Use gnus-group-get-list-identifiers to get regexp.
6471         (gnus-select-newsgroup, gnus-summary-insert-subject)
6472         (gnus-summary-insert-articles):
6473         Call gnus-summary-remove-list-identifiers unconditionally.
6474
6475 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476
6477         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6478         we're selecting a group with unread articles.
6479
6480         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6481
6482         * gssapi.el: New file separated out from imap.el to provide a general
6483         Kerberos 5 connection facility for Emacs.
6484
6485         * message.el (message-elide-ellipsis): Document the format spec
6486         ellipsis.
6487
6488 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * message.el (message-elide-region): Allow the ellipsis to say how many
6491         lines were removed.
6492
6493 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6496         window configurations containing buffers that are now dead.
6497
6498         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6499         parsing to avoid integer overflows.
6500         (nnimap-parse-flags): Simplify the last change.
6501         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6502         too large for 32-bit Emacsen.
6503
6504 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6505
6506         * auth-source.el (auth-source-netrc-create):
6507         * message.el (message-yank-original): Fix use of `case'.
6508
6509 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6510
6511         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6512         XEmacs, which was one character too wide.
6513
6514 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6515
6516         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6517         default number of articles to display.
6518         (gnus-articles-to-read): Use pretty names for prompt.
6519
6520 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * gnus-int.el (gnus-open-server): Ditto.
6523
6524         * gnus-start.el (gnus-activate-group): Give a backtrace if
6525         debug-on-quit is set and the user hits `C-g'.
6526         (gnus-read-active-file): Ditto.
6527
6528         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6529
6530 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6531
6532         * message.el (message-yank-original): Use cond instead of CL case.
6533
6534 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6535
6536         * auth-source.el (auth-source-netrc-create): Use usual format for the
6537         default in prompts.
6538
6539 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * lpath.el: Fbind read-char-choice for XEmacs.
6542
6543 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6544
6545         * auth-source.el (auth-source-netrc-create): Show the default in the
6546         prompt when prompting for token creation.
6547
6548 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6549
6550         * auth-source.el (auth-source-format-prompt): Always convert the value
6551         to a string to avoid evaluating non-string arguments.
6552         (auth-source-netrc-create): Offer default properly, not as initial
6553         content in `read-string'.
6554         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6555         of line to determine if we've been run before.  If so, don't run again,
6556         but print a trivial message to indicate the cache was hit instead.
6557
6558 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6559
6560         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6561         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6562         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6563         Gnus.
6564
6565 2011-03-11  Julien Danjou  <julien@danjou.info>
6566
6567         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6568         modified file".
6569
6570 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6571
6572         * auth-source.el (auth-source-read-char-choice): New function to read a
6573         character choice using `dropdown-list', `read-char-choice', or
6574         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6575         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6576         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6577         (auth-source-netrc-saver): Use it.
6578         (auth-source-pick-first-password): New convenience function.
6579
6580 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6581
6582         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6583         parameter in the credentials.
6584         (nnimap-open-connection-1): Use it after a successful login.
6585         (nnimap-credentials): Add IMAP-specific user and password prompt.
6586
6587         * auth-source.el (auth-source-search): Add :require parameter, taking a
6588         list.  Document it and the :save-function return token.  Pass :require
6589         down.  Change the CREATED message from a warning to a debug statement.
6590         (auth-source-search-backends): Pass :require down.
6591         (auth-source-netrc-search): Pass :require down.
6592         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6593         Change save prompt to indicate all modifications saved here are
6594         deletions.
6595         (auth-source-netrc-create): Take user login name as default in user
6596         prompt.  Move all the save functionality to a lexically bound function
6597         under the :save-function token in the returned list.  Set up clearer
6598         default prompts for user, host, port, and secret.
6599         (auth-source-netrc-saver): New function, intended to be wrapped for
6600         :save-function.
6601
6602 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6603
6604         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6605         lines to be spaces instead.
6606
6607 2011-03-07  Julien Danjou  <julien@danjou.info>
6608
6609         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6610         (sieve-sasl-auth): Check that auth-source-search did return something,
6611         or just return an empty string.
6612
6613 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6614
6615         * gnus.el (gnus-interactive): Use read-directory-name.
6616
6617         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6618         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6619         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6620         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6621         Likewise.
6622
6623         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6624
6625 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626
6627         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6628         onto the list of killed groups, too.  This makes killed nnimap groups,
6629         for instance, more reliably not reappear.
6630
6631         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6632         the parent.
6633
6634         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6635
6636         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6637         really have server-side marks.
6638
6639         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6640         since most backends do not usefully have server-side marks.
6641         (gnus-update-read-articles): Propagate marks to all backends that
6642         really have server-side marks.
6643
6644 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6645
6646         * message.el (message-cite-reply-position, message-cite-style):
6647         New variables.
6648         (message-yank-original): Use the new citation styles.
6649
6650 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6651
6652         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6653         buffer-local issue); don't mark it buffer-local when running under
6654         XEmacs.
6655
6656 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6657
6658         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6659         numbers too big to be `read'.
6660
6661 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6662
6663         * password-cache.el (password-in-cache-p): Add autoload.
6664
6665         * message.el (message-options): Make buffer-local two ways to attempt
6666         to fix a XEmacs bug.
6667
6668 2011-03-02  Julien Danjou  <julien@danjou.info>
6669
6670         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6671
6672 2011-03-01  Julien Danjou  <julien@danjou.info>
6673
6674         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6675         group.
6676         (article-hide-list-identifiers): Use list-identifier group parameter.
6677
6678 2011-02-28  Julien Danjou  <julien@danjou.info>
6679
6680         * sieve.el (sieve-buffer-script-name): New local variable to store
6681         sieve script name.
6682         (sieve-edit-script): Store sieve script name.
6683         (sieve-upload): Use sieve script name when uploading.
6684         (sieve-upload): Use substitute-command-keys.
6685         (sieve-edit-script): Use substitute-command-keys.
6686         (sieve-refresh-scriptlist): Use substitute-command-keys.
6687         (sieve-manage-mode-map): Define keymap properly.
6688         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6689         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6690         Remove commented code about cvs.
6691         (sieve-manage-quit): New function.
6692         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6693
6694 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6695
6696         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6697
6698 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6699
6700         * auth-source.el (auth-source-search): Cache empty result sets.
6701
6702         * password-cache.el (password-in-cache-p): Convenience function to
6703         check if a key is in the cache, even if the value is nil.
6704
6705         * auth-source.el (auth-source-save-behavior): New variable to replace
6706         `auth-source-never-create'.
6707         (auth-source-netrc-create): Use it.
6708         (auth-source-never-save): Remove.
6709
6710 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6711
6712         * nnimap.el (nnimap-stream): Doc fix.
6713         (nnimap-open-connection-1): Reverse the order of the ports to that the
6714         prompted-for port is first.
6715
6716         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6717         retrieval by the no-group selection.
6718
6719         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6720         numerical parameters.
6721
6722 2011-02-25  Julien Danjou  <julien@danjou.info>
6723
6724         * gnus-gravatar.el: Use gnus-with-article-buffer.
6725
6726         * gnus-art.el (gnus-with-article-buffer): Check that the
6727         gnus-article-buffer is alive.
6728
6729 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * auth-source.el (auth-source-creation-prompts): New variable to manage
6732         creation-time prompts.
6733         (auth-source-search): Document it.
6734         (auth-source-format-prompt): Add utility function.
6735         (auth-source-netrc-create): Don't default the user name to
6736         user-login-name.  Use `auth-source-creation-prompts' and some default
6737         prompts for user, host, port, and password (the default generic prompt
6738         remains ugly).
6739         (auth-source-never-save): Add customizable option to never save info.
6740         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6741         mode excursion.
6742
6743 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6746         argument that XEmacs doesn't support.
6747
6748         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6749         compiled for Emacsen having no `libxml-parse-html-region' support.
6750
6751         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6752
6753         * lpath.el: Bind buffer-save-without-query for XEmacs.
6754
6755 2011-02-23  Julien Danjou  <julien@danjou.info>
6756
6757         * gnus-art.el (article-make-date-line): Ignore errors if time is
6758         invalid and not convertible.
6759         (article-make-date-line): Only add lapsed time if time is not nil.
6760
6761 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6764         `read-char-choice' for backwards compatibility.
6765         (auth-source-netrc-element-or-first): New function to DTRT for
6766         parameter extraction.
6767         (auth-source-netrc-create): Use it and fix multiple parameter print
6768         bug.  Use the default passed from above (given-default) or the
6769         built-in (user-login-name for :user).
6770
6771 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6772
6773         * gnus-start.el (gnus-dribble-read-file):
6774         Set buffer-save-without-query, since we always want to save the dribble
6775         file, probably.
6776
6777         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6778         nnimap.
6779
6780         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6781         -summary- since it's a user-visible variable.
6782
6783         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6784         first time you use the new Gnus.
6785
6786 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6787
6788         * auth-source.el: Don't load netrc.el.
6789         (auth-sources): Search ~/.netrc as well by default.
6790         (auth-source-debug): Add 'trivia option for extra output.
6791         (auth-source-do-trivia): Use it.
6792         (auth-source-search): Simplify logic to use
6793         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6794         appropriate.  Don't keep a running count at this level.  Layer :create
6795         and :delete options appropriately on the first and second passes.
6796         Don't track the backend with the search results.
6797         (auth-source-search-backends): New function to search a list of
6798         backends for a processed spec.
6799         (auth-source-netrc-parse): Cache all netrc files, making
6800         auth-source-netrc-cache an alist keyed by the file name and using the
6801         file mtime as the caching criterion.  Keep the obfuscated data secret
6802         with a lexical bind.
6803         (auth-source-netrc-search): Don't calculate the length of the results
6804         unnecessarily.
6805         (auth-source-search-backends): Fix bug.
6806         (auth-source-netrc-create): Rework prompts.
6807
6808 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6809
6810         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6811         Lower case names of search constraints.
6812         (nnir-run-query): Cache and reuse search constraints for all imap
6813         servers.
6814
6815 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6816
6817         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6818         after exit.
6819         (gnus-setup-message): Define missing variable from last checkin.
6820
6821         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6822         value, show the raw article.
6823
6824 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6825
6826         * gnus.el: No Gnus v0.13 is released.
6827
6828 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6829
6830         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6831         auth-source now accepts numbers.
6832
6833         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6834         spec, too.
6835         (auth-source-ensure-strings): New function.
6836
6837         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6838         (gnus-article-setup-buffer): Always restart the date timer so that user
6839         changes to the frequency is respected.
6840
6841         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6842         port numbers, so make sure it gets that if nnimap-server-port is
6843         explicit.
6844
6845 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6846
6847         * nnimap.el (nnimap-inbox): Doc fix.
6848
6849 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6850
6851         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6852         Autoload.  Add optional arg FRAME, and pass it to color-values.
6853         (color-complement): Caller changed.  Doc fix.
6854         (color-gradient): Rewrite for better clarity and efficiency.
6855
6856 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6857
6858         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6859         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6860         color-lab-to-srgb.
6861
6862 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6863
6864         * color.el: First part of merge from hexrgb.el.
6865         (color-rgb-to-hex): Rename from color-rgb->hex.
6866         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6867         saturation to zero if the value is too small.
6868         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6869         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6870         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6871         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6872         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6873         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6874         (color-cie-de2000): Doc fix.
6875
6876 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6877
6878         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6879         given method as in the group name if we're using an extended method.
6880         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6881         command, if we're using that, instead of waiting for the beginning.
6882
6883         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6884         we're sure to get unique server names, and we don't output two async
6885         commands in the same buffer.  This fixes an NNTP hang for some users.
6886
6887 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6888
6889         * gnus.el: No Gnus v0.11 is released.
6890
6891 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6892
6893         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6894         summary buffer before reading going to the next buffer.  This avoids
6895         putting the point in the group buffer if you `C-g' the command.
6896
6897         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6898         cache (for now) to make ~/.authinfo.gpg files usable.
6899
6900         * nnfolder.el (copyright-update): Define for the compiler.
6901
6902         * auth-source.el (auth-source-search): Fix unbound variable.
6903
6904 2011-02-19  Glenn Morris  <rgm@gnu.org>
6905
6906         * gnus.el (gnus-meta): Doc fix.
6907
6908 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6909
6910         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6911         in case it's not yet loaded.
6912
6913 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6914
6915         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6916         line we're waiting for.
6917
6918 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6919
6920         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6921         face with line-width greater than zero will cause RET in gnus summary
6922         buffer to scroll down article page-wise because auto vscroll happens,
6923         it should be temporally disabled when doing a scroll-up.
6924
6925 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6926
6927         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6928         outputs from the server.
6929
6930 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6931
6932         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6933         later so that bbdb can hook in easier.
6934
6935 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6936
6937         * auth-source.el (auth-source-search): Don't try to create credentials
6938         if the caller doesn't want that.
6939         (auth-source-search): If we don't find a match, don't bug out on
6940         non-bound variables.
6941         (auth-source-search): Only ask a single backend to create the
6942         credentials.
6943
6944         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6945         logging.
6946         (nnimap-credentials): Protect against auth-source-search returning nil.
6947         (nnimap-request-list): Protect against not being able to open the
6948         server.
6949
6950 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6951
6952         * auth-source.el (auth-source-search): Do a two-phase search, one with
6953         no :create to get the responses from all backends.
6954
6955         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6956         when getting credentials.
6957
6958         * gnus-util.el (gnus-delete-duplicates): New function.
6959
6960 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6961
6962         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6963         a creation default, pass the whole port list down.  It will be
6964         completed.
6965
6966         * auth-source.el (auth-source-search): Updated docs to talk about
6967         multiple creation choices.
6968         (auth-source-netrc-create): Accept a list as a value (from the search
6969         parameters) and do completion on that list.  Keep a separate netrc line
6970         with the password obscured for showing the user.
6971
6972         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6973         first choice to `auth-source-search' so it will be used for entry
6974         creation instead of the server's Gnus-specific name.
6975         (nnimap-credentials): Rely on the auth-source library to select which
6976         port is actually wanted in the new netrc entry, so don't override
6977         `auth-source-creation-defaults'.
6978
6979         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6980         :protocol and accept a missing user, host, or port as a wildcard match.
6981         (auth-source-debug): Default to off.
6982
6983         (auth-source-netrc-search, auth-source-netrc-create)
6984         (auth-source-secrets-search, auth-source-secrets-create)
6985         (auth-source-user-or-password, auth-source-backend, auth-sources)
6986         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6987         instead of :protocol.
6988
6989         * nnimap.el (nnimap-credentials): Pass a port default to
6990         `auth-source-search' in case an entry needs to be created.
6991         (nnimap-open-connection-1): Use :port instead of :protocol.
6992
6993 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * auth-source.el: Bind load-path when loading EIEIO from
6996         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6997         21.4 doesn't support, to `require'.
6998         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6999         delete-dups that is not available in XEmacs 21.4.
7000
7001 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7002
7003         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7004         as EIEIO must also be loaded when auth-source.el is being
7005         byte-compiled.
7006
7007 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7008
7009         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7010
7011         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7012
7013         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7014
7015         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7016
7017         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7018
7019         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7020
7021         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7022
7023         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7024         necessary.
7025
7026 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7027
7028         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7029         nil means that nnimap doesn't get updated.
7030
7031 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7032
7033         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7034         result when the user doesn't want to write to the file.
7035         (auth-source-netrc-search): Expect a synthetic result and proceed
7036         accordingly.
7037         (auth-source-cache-expiry): New variable to override
7038         `password-cache-expiry'.
7039         (auth-source-remember): Use it.
7040
7041         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7042         parameter.  Create entry if necessary by using :create t.
7043         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7044
7045 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7046
7047         * auth-source.el (auth-source-debug): Enable by default and don't
7048         mention the obsolete `auth-source-hide-passwords'.
7049         (auth-source-do-warn): New function to debug unconditionally.
7050         (auth-source-do-debug): Use it.
7051         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7052         and for Secrets API entries when the secrets.el library is not
7053         available.
7054
7055 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7056
7057         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7058         (gnus-summary-exit): Kill the correct article buffer on exit from a
7059         `C-d' group.
7060
7061         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7062         gnus-propagate-marks.
7063
7064         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7065         before killing the buffers so that a non-full window conf gets handled
7066         correctly.
7067         (gnus-summary-exit): Ditto.
7068         (gnus-summary-read-group-1): Ditto.
7069
7070         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7071         async code again so that we can debug it properly.
7072
7073         * message.el (message-reply): Take an optional switch-buffer parameter
7074         so that Gnus window confs are respected better.
7075
7076 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7077
7078         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7079         `plist-get' to accept non-list parameters (XEmacs issue).
7080         Fix docstring.
7081         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7082         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7083         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7084         Login collection is "Login" and not "login".
7085
7086 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7087
7088         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7089         multiple headers.
7090
7091         * nnimap.el (nnimap-inhibit-logging): New variable.
7092         (nnimap-log-command): Don't log login commands.
7093
7094         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7095         to have more parameters.
7096
7097         * nnimap.el (nnimap-send-command): Mark the command time for each
7098         command, so that we don't get NOOPs stepping on our toes.
7099
7100         * gnus-art.el (article-date-ut): Get the date from the Date header on
7101         `t'.
7102
7103 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * auth-source.el (auth-source-search): Use copy-sequence instead of
7106         the cl.el copy-list.
7107
7108 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7109
7110         * imap.el: Bring it back (revert
7111         84d800cd31de3064f0ed39617d725709a2f8f42f).
7112
7113 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7114
7115         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7116         Improve prompt.
7117
7118 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7119
7120         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7121         washing status from the default format.  It isn't very informative.
7122
7123 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7124
7125         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7126         Fix Gcc processing on imap.
7127
7128 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7129
7130         * imap.el: Remove file.  All the functionality is in nnimap.el.
7131
7132 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7133
7134         * message.el (message-bury): Don't pop up a new window when selected
7135         window is dedicated.
7136
7137 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7138
7139         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7140
7141 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7142
7143         * sieve-manage.el: Autoload `auth-source-search'.
7144         (sieve-sasl-auth): Use it.
7145
7146 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7147
7148         * nnimap.el: Autoload `auth-source-forget+'.
7149         (nnimap-open-connection-1): Use it if the connection fails.
7150
7151         * auth-source.el: Require `password-cache'.
7152         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7153         obsolete.
7154         (auth-source-magic): Marker for `password-cache' keys.
7155         (auth-source-do-cache): Update docstring.
7156         (auth-source-search): Use and check cache.
7157         (auth-source-forget-all-cached, auth-source-remember)
7158         (auth-source-recall, auth-source-forget, auth-source-forget+)
7159         (auth-source-specmatchp): Caching support functions.
7160         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7161         Remove and obsolete.
7162         (auth-source-user-or-password): Remove caching to further discourage
7163         using it.  Always hide passwords.
7164
7165         * password-cache.el (password-cache-remove): Accept secrets that are
7166         not strings.
7167
7168 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7169
7170         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7171         code for now, since it doesn't work for all users.
7172
7173 2011-02-09  Julien Danjou  <julien@danjou.info>
7174
7175         * message.el (message-options): Make message-options really buffer
7176         local.
7177
7178 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7179
7180         * mail-source.el: Autoload `auth-source-search'.
7181         (mail-source-keyword-map): Note order matters.
7182         (mail-source-set-1): Get all the mail-source source values and
7183         defaults and search auth-source on those if needed.  This can all
7184         probably be simplified.
7185
7186         * nnimap.el: Autoload `auth-source-search'.
7187         (nnimap-credentials): Use it.
7188         (nnimap-open-connection-1): Ask for the virtual server and physical
7189         address in one shot.
7190
7191         * nntp.el: Autoload `auth-source-search'.
7192         (nntp-send-authinfo): Use it.  Note TODO.
7193
7194 2011-02-08  Julien Danjou  <julien@danjou.info>
7195
7196         * shr.el (shr-tag-body): Add support for text attribute in body
7197         markups.
7198
7199         * message.el (message-options): Make message-options a local variable.
7200
7201 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7202
7203         * auth-source.el (auth-source-secrets-search)
7204         (auth-source-user-or-password): Use `append' instead of `nconc'.
7205         (auth-source-user-or-password): Build return list better and protect
7206         against nil :secret.
7207
7208 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7209
7210         * nnimap.el (nnimap-update-info): Refactor slightly.
7211         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7212         (nnimap-update-info): Clean up slightly.
7213         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7214         characters.
7215         (nnimap-process-quirk): Rename function to avoid collision.
7216         (nnimap-update-info): Fix macrology bug-out.
7217         (nnimap-update-info): Simplify split history test.
7218
7219 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7220
7221         * auth-source.el (top): Require 'eieio unconditionally.
7222         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7223         (auth-source-secrets-search): Limit search when `max' is greater than
7224         number of results.
7225
7226 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7227
7228         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7229         part not returning any data.
7230
7231         * proto-stream.el (open-protocol-stream): Document the return value.
7232
7233 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7234
7235         * auth-source.el (auth-source-secrets-search): Add examples.
7236
7237 2011-02-06  Julien Danjou  <julien@danjou.info>
7238
7239         * message.el (message-setup-1): Handle message-generate-headers-first
7240         set to t.
7241
7242 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7243
7244         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7245         API with a string "secrets:collection-name" and with 'default.
7246         (auth-source-backend-parse): Parse "secrets:collection-name" and
7247         'default.  Recurse on parses instead of repeating code.  Use the
7248         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7249         message when ignoring a source.
7250         (auth-source-search): List ignored search keys at the top level.
7251         (auth-source-netrc-create): Use `case' instead of `cond'.
7252         (auth-source-secrets-search): Created with TODOs.
7253         (auth-source-secrets-create): Created with TODOs.
7254         (auth-source-retrieve, auth-source-create, auth-source-delete)
7255         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7256         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7257         (auth-source-user-or-password-sftp)
7258         (auth-source-user-or-password-smtp): Remove.
7259         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7260         around `auth-source-search'.  Not tested thoroughly.
7261
7262 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7263
7264         * auth-source.el: Bring in assoc and eioeio libraries.
7265         (secrets-enabled): New variable to track the status of the Secrets API.
7266         (auth-source-backend): New EIOEIO class to represent a backend.
7267         (auth-source-creation-defaults): New variable to set prompt defaults
7268         during token creation (see the `auth-source-search' docstring for
7269         details).
7270         (auth-sources): Simplify to allow a simple string as a netrc backend
7271         spec.
7272         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7273         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7274         (auth-source-search): Main auth-source API entry point.
7275         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7276         (auth-source-search-collection): Helper function for searching.
7277         (auth-source-netrc-parse, auth-source-netrc-normalize)
7278         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7279         Supports search, create, and delete.
7280         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7281         backend stubs.
7282         (auth-source-user-or-password): Call `auth-source-search' but it's not
7283         ready yet.
7284
7285 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7286
7287         * message.el (message-setup-1): Remove the read-only stuff, since it
7288         doesn't work under XEmacs, for some reason.
7289
7290         * gnus-sum.el (gnus-user-date): Rename back from
7291         gnus-summary-user-date since user code refers to it.
7292
7293         * shr.el (shr-render-td): Store the actual background color used.
7294
7295         * message.el (message-setup-1): Don't bind the constant
7296         -forbidden-properties.
7297         (message-setup-1): Revert previous change, since it needs to bind the
7298         props to insert them.
7299         (message-resend): Allow removing the read-only separator line.
7300
7301 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7302
7303         * nnimap.el (nnimap-request-accept-article): Give an error message if
7304         the APPEND wasn't successful.
7305
7306 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7307
7308         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7309         that have no groups.
7310
7311 2011-02-03  Julien Danjou  <julien@danjou.info>
7312
7313         * gnus-draft.el: Remove progn around gnus-draft-setup.
7314
7315 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7316
7317         * gnus-start.el (gnus-read-active-for-groups): This function is never
7318         called with a nil `infos', so clean that up.
7319         (gnus-get-unread-articles): Request active files from primary/secondary
7320         methods that have no groups (yet).
7321
7322 2011-02-03  Julien Danjou  <julien@danjou.info>
7323
7324         * message.el (message-setup-1): Always generate References first.
7325         (message-mail): Return the return value of message-setup, not always t.
7326         (message-setup-1): Insert mail-header-separator with read-only and
7327         intangible properties set.
7328
7329         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7330         user-date in docstring.
7331
7332         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7333
7334         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7335         docstring.
7336
7337         * gnus.el (gnus-user-date-format-alist): Change default value.
7338         Use defcustom, with type and group.  Move from gnus-util.el.
7339         Rename to gnus-summary-user-date-format-alist.
7340
7341 2011-02-03  Glenn Morris  <rgm@gnu.org>
7342
7343         * nnimap.el (gnus-fetch-headers): Declare.
7344
7345         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7346
7347 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7348
7349         * message.el (message-forward-make-body-digest-plain)
7350         (message-followup, message-reply): Clean up things noted by Stefan.
7351
7352         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7353         gnus-article-update-date-headers is nil.
7354         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7355         it didn't really work with defcustom.
7356         (article-update-date-lapsed): Make sure the window start doesn't move,
7357         either.
7358
7359 2011-02-01  Julien Danjou  <julien@danjou.info>
7360
7361         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7362         format.
7363
7364         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7365         standard in Emacs nowadays.
7366
7367         * color.el (color-gradient): Add a color-gradient function.
7368
7369 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7370
7371         * message.el (message-expand-name): Don't trust the return value of
7372         bbdb-complete-name.
7373         (message-check-news-header-syntax): Remove unused var `start'.
7374         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7375         (message-inhibit-body-encoding): Move to before first use.
7376         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7377         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7378         (Organization, Message-ID, Date, mh-previous-window-config):
7379         Defvar the vars using dynamic scoping.
7380
7381 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7382
7383         * shr.el (shr-render-td): Only do colors at the final rendering.
7384         Should be slightly faster.
7385         (shr-insert-table): Fix up TD background colors when doing the
7386         vertical padding.
7387
7388         * gnus-art.el (article-date-ut): Protect against articles with no Date
7389         header.
7390         (article-update-date-lapsed): Don't use current-column to find the
7391         horizontal position.  It's fragile in the presence of \003 characters.
7392
7393         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7394
7395 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7396
7397         * gnus-art.el (article-transform-date): Rewrite to still work when
7398         there are several rfc2822 parts.
7399         (article-transform-date): Fix infinite recursion.
7400         (article-date-ut): Replace infinitely many Date headers with a single
7401         one when called interactively.
7402
7403         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7404         secure manner.
7405
7406         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7407         move around by not using save-window-excursion.  It seems to work...
7408
7409 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * gnus-art.el (article-make-date-line): Work for user-defined format.
7412
7413 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7414
7415         * nntp.el (nntp-retrieve-group-data-early)
7416         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7417         fetching functions.
7418
7419         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7420         thoroughly for all backends that have no known groups.  This should
7421         allow new nnml methods to retrieve mail.
7422
7423         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7424         that Gnus doesn't know exists again.
7425
7426         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7427         (gnus-treat-date-ut): Ditto.
7428         (gnus-article-update-date-header): Rename.
7429         (gnus-treat-date-local): Remove.
7430         (gnus-treat-date-english): Remove.
7431         (gnus-treat-date-lapsed): Remove.
7432         (gnus-treat-date-combined-lapsed): Remove.
7433         (gnus-treat-date-original): Remove.
7434         (gnus-treat-date-iso8601): Remove.
7435         (gnus-treat-date-user-defined): Remove.
7436         (gnus-article-date-headers): New variable to control all the date
7437         header options.
7438         (article-date-ut): Rewrite to allow using the new way to format date
7439         headers(s).
7440
7441 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7442
7443         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7444         method.
7445         (nnmail-article-group): A better test for fanciness.
7446
7447         * nnimap.el (nnimap-request-head): Protect against not finding the
7448         article by Message-ID.
7449
7450 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7451
7452         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7453         keep point at the "same place".
7454
7455 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7456
7457         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7458         data if the group is inactive.
7459
7460 2011-01-28  Julien Danjou  <julien@danjou.info>
7461
7462         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7463         (gnus-all-windows-visible-p): Remove old compatibility code.
7464         (gnus-window-top-edge): Add docstring.
7465
7466         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7467
7468 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7469
7470         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7471         older request-update-info.
7472
7473         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7474
7475 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7476
7477         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7478         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7479
7480 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7481
7482         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7483         groups.  This makes the nndraft:queue group pop up if it's not already
7484         there.
7485
7486         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7487         messages" logic, which was reversed.
7488
7489         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7490         the "same place" even if point is on the line being replaced.
7491         (article-update-date-lapsed): Allow updating both the combined lapsed
7492         and the lapsed headers.
7493         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7494         (article-make-date-line): Limit the number of segments dynamically to
7495         avoid too-long lines.
7496
7497 2011-01-27  Julien Danjou  <julien@danjou.info>
7498
7499         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7500         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7501
7502 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7505         Use plist-get instead of the cl function getf.
7506
7507 2011-01-27  Glenn Morris  <rgm@gnu.org>
7508
7509         * gnus-util.el (float-time): Get rid of compiler warning, again.
7510
7511 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7512
7513         * shr.el (shr-put-color): Special-case background colors: Do put them
7514         at the blank parts at the front of the lines.
7515
7516         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7517         exit hook to nix out all data on readedness on group exit.
7518
7519         * gnus-util.el (float-time): If float-time is bound, always use it on
7520         all Emacsen.  It's unclear why the subrp check was there.
7521         (time-date): Require to make some autoload issues on XEmacs go away.
7522
7523         * shr.el (shr-put-color): Don't do the box padding in tables, since
7524         they're already padded.
7525
7526 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7527
7528         * gnus-art.el (gnus-article-next-page): When the last line of the
7529         article is displayed, scroll down once more instead of going to the
7530         next article at once.
7531         (article-lapsed-string): Refactor out and allow specifying how many
7532         segments you want.
7533         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7534         (gnus-article-update-lapsed-header): New variable.
7535
7536         * shr.el: Revert change that made headings use different-sized faces.
7537         The Emacs display engine isn't advanced enough that, for instance,
7538         tables can comfortably use differently-sized faces.
7539
7540 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7541
7542         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7543         used.
7544         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7545         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7546         we're using an encrypted connection.
7547
7548         * proto-stream.el: Alter the interface functions to also return the
7549         actual stream type used: network or tls.
7550
7551 2011-01-25  Julien Danjou  <julien@danjou.info>
7552
7553         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7554         (mm-display-javascript-inline): New function.
7555
7556         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7557         viewing function.
7558
7559 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * shr.el (shr-expand-newlines): Fix variable name.
7562
7563 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7564
7565         * shr.el (shr-expand-newlines): Make nested boxes work.
7566
7567 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7568
7569         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7570         backgrounds.
7571         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7572         in a more sensible manner.
7573
7574 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7575
7576         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7577         if EPG is loaded.
7578
7579 2011-01-24  Julien Danjou  <julien@danjou.info>
7580
7581         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7582         tags.
7583
7584 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7585
7586         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7587         commands.
7588
7589         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7590         in the article buffer.
7591         (gnus-gravatar-insert): Use blank space from the current buffer to
7592         avoid breaking text properties.  This makes X-Sent updating work again.
7593
7594         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7595
7596 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7597
7598         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7599         fix the bug in url-http.el instead.
7600
7601         * shr.el (shr-image-fetched): Ditto.
7602
7603         * shr.el (shr-image-fetched): Avoid having point move in the article
7604         buffer.
7605
7606         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7607         buffer after being called.  It's apparently being killed by url.el, and
7608         killing it made point move to end-of-buffer in a random buffer.
7609
7610         * shr.el (shr-image-fetched): Ditto.
7611
7612 2011-01-23  Julien Danjou  <julien@danjou.info>
7613
7614         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7615
7616         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7617         text/x-org.
7618
7619 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7620
7621         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7622         (i.e., nnimap) returning nil as the article number.
7623
7624 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7625
7626         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7627         "DelSp" parameter in RFC3676.
7628
7629 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7630
7631         * message.el (message-check-recipients): Display the encoded version of
7632         the bogus address if they differ.
7633
7634         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7635         after sending.
7636
7637         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7638
7639         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7640
7641         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7642         group buffer after sending the queue.
7643
7644         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7645
7646 2011-01-22  Julien Danjou  <julien@danjou.info>
7647
7648         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7649
7650 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7651
7652         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7653         nested related parts.
7654
7655         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7656         unexpired articles.  This fixes the regression that led expiry marks to
7657         disappear from nnfolder groups.
7658
7659 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7660
7661         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7662         Don't confuse the "ret" of "retrograde" with RET.
7663
7664 2011-01-21  Julien Danjou  <julien@danjou.info>
7665
7666         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7667         than mm-insert-inline.
7668
7669 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7672         Widen article buffer.
7673
7674 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7675
7676         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7677         the temp buffer.
7678         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7679
7680 2011-01-20  Julien Danjou  <julien@danjou.info>
7681
7682         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7683
7684         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7685         than mm-insert-inline to insert inline part: this respect
7686         mm-inline-media-tests displayers.
7687
7688         * mm-view.el (mm-display-shell-script-inline): New function.
7689
7690         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7691
7692         * mm-uu.el (mm-uu-type-alist): Add org block.
7693         (mm-uu-org-src-code-block-extract): New function.
7694
7695         * mm-view.el (mm-display-org-inline): New function.
7696
7697         * mm-decode.el (mm-automatic-display): Add text/org.
7698
7699         * mailcap.el (mailcap-mime-extensions): Add .org.
7700
7701 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7704         gnus-article-add-buttons.
7705
7706 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7707
7708         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7709         From header with a date and "nobody" as the sender.
7710
7711 2011-01-19  Julien Danjou  <julien@danjou.info>
7712
7713         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7714         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7715         if you have the same regexp several times.
7716         (gnus-button-push): Fix matching when regexp is symbol.
7717
7718 2011-01-15  Glenn Morris  <rgm@gnu.org>
7719
7720         * message.el (message-mail): A compose-mail function should
7721         accept headers as strings.
7722
7723 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7724
7725         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7726         Add :vert-only tags.
7727         (message-mail): New arg RETURN-ACTION.
7728         (message-return-action): New var.
7729         (message-bury): Use it.
7730         (message-mode): Make it buffer-local.
7731         (message-send-and-exit): Always call message-bury.
7732
7733         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7734         message-mail.
7735
7736 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7737
7738         * nnimap.el (nnimap-convert-partial-article): Protect against
7739         zero-length body parts.
7740
7741         * mm-decode.el (mm-preferred-alternative-precedence):
7742         Discourage showing empty parts.
7743
7744         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7745         and stuff if the backend didn't return the article number.  This fixes
7746         an Exchange-related nnimap bug.
7747
7748         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7749         group window, because it does the wrong thing when a separate frame
7750         displays the group buffer.
7751
7752         * proto-stream.el (open-protocol-stream): Protect against the low-level
7753         transport functions returning nil.
7754
7755 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7756
7757         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7758         (mml2015-epg-find-usable-secret-key): New function.
7759         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7760         mml2015-epg-find-usable-key (Bug#7797).
7761         (mml2015-epg-encrypt): Ditto.
7762
7763 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * dgnushack.el (rot13-string): Fix the way to get the argument.
7766
7767 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7768
7769         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7770
7771 2011-01-03  Glenn Morris  <rgm@gnu.org>
7772
7773         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7774
7775         * sieve.el (sieve-open-server): Give a more explicit error if
7776         sieve-manage-open returns nil.  (Bug#7720)
7777
7778 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7779
7780         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7781
7782 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783
7784         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7785         This avoids sending passwords in plain text over non-encrypted
7786         channels.
7787
7788         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7789
7790         * nnimap.el (nnimap-login): Refactored out into own function, and
7791         implement CRAM-MD5.
7792         (nnimap-wait-for-line): Refactored out.
7793
7794         * mm-view.el (mml-smime): Require.
7795
7796 2010-12-20  David Engster  <deng@eml.cc>
7797
7798         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7799         use EPG to decrypt S/MIME messages instead of openssl.
7800
7801 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802
7803         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7804
7805         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7806         status is the group clearly is unreachable.
7807
7808         * auth-source.el (auth-source-create): Add the optional second
7809         parameter to `local-variable-p' to be compatible with XEmacs.
7810
7811 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7812
7813         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7814         work when using a compressed nnml folder.
7815
7816 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7817
7818         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7819         backends after sanitising on entry, because this never makes sense:
7820         If the articles have gone missing, then the data no longer exists on
7821         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7822         overwrite anything anyway.
7823
7824         * shr.el (shr-insert-document): Bind shr-width dynamically to
7825         window-width if it's nil.
7826
7827 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7828
7829         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7830         with the meaning of using the full emacs window width for rendering.
7831
7832 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7833
7834         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7835         case when sender is not given.
7836
7837 2010-12-23  Julien Danjou  <julien@danjou.info>
7838
7839         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7840         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7841         the addresses, otherwise we might misplaced the gravatar.
7842
7843 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7844
7845         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7846         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7847         obsolete in Emacs.
7848
7849 2010-12-20  Julien Danjou  <julien@danjou.info>
7850
7851         * gnus-util.el (gnus-rescale-image): Revert last change.
7852
7853 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7854
7855         * binhex.el: Improve commentary (Bug#7482).
7856
7857 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7858
7859         * gnus-group.el (gnus-group-delete-articles): New command.
7860
7861 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7862
7863         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7864
7865 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866
7867         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7868         here, since it's up to the backends to do CRLF removal if their
7869         protocol has it.
7870
7871         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7872
7873 2010-12-17  Julien Danjou  <julien@danjou.info>
7874
7875         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7876         they are from file.  Can also scale up.
7877
7878 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7879
7880         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7881         Restore gnus-use-agent.
7882         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7883
7884         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7885
7886 2010-12-17  Julien Danjou  <julien@danjou.info>
7887
7888         * gravatar.el (gravatar-retrieve-synchronously): New function.
7889         (gravatar-get-data): Make more robust.
7890
7891 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7894
7895 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7896
7897         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7898         to really consider the last line.
7899
7900 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7901
7902         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7903         list of recipient keys, or use symmetric encryption if not a list.
7904         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7905         EPA override, replacing the call to `netrc-store-data'.
7906
7907 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7908
7909         * gnus-srvr.el: Avoid passing nil regexp argument to
7910         delete-matching-lines.
7911
7912 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7915         fetching stops when Gnus exits.
7916
7917         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7918         function.
7919         (nnfolder-request-expire-articles): Save all the buffers after doing
7920         expiry.
7921
7922         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7923         the last article", since that led to serious performance regressions
7924         when expiring nnml groups.
7925
7926 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7927
7928         * nnir.el: Improve customizations.
7929
7930 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7931
7932         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7933
7934         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7935         group has been killed.
7936         (gnus-group-yank-group): Ditto.
7937
7938         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7939
7940         * nnimap.el (nnimap-request-update-group-status): New function.
7941
7942         * gnus-int.el (gnus-request-update-group-status): New interface
7943         function.
7944
7945         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7946         copying read-ness to the backends.
7947
7948         * nnimap.el (nnimap-quirk): New function.
7949         (nnimap-retrieve-group-data-early): Use it.
7950         (nnimap-quirks): New alist.
7951
7952 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7955         don't delete it within indentation.
7956
7957 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958
7959         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7960         previous line.
7961
7962 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7963
7964         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7965         QRESYNC command by deleting a superfluous space which broke Cyrus
7966         servers.  This change will break other servers that are buggy the other
7967         way around.
7968
7969 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7970
7971         * spam.el: Reindent and fix long lines.
7972         (spam-copy-or-move-routine): Exclude invalid move destinations.
7973
7974 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7975
7976         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7977         installed the registry.
7978
7979 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7982
7983 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7984
7985         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7986         groupname doesn't contain "gmane".
7987
7988 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7989
7990         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7991         and netrc-bound-and-true-p bindings.
7992         (netrc-parse): Cache the netrc contents.
7993
7994         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7995         (gnus-1): Don't create the nndrafts group twice.
7996         (gnus-setup-news): There's no need to read the active file here, since
7997         that's done again later on a per-backend basis.
7998         (gnus-start-draft-setup): Make sure that the new group is started out
7999         empty.
8000
8001         * gnus-agent.el (gnus-agentize): Don't create the queue group
8002         automatically on startup.  It'll be created later, if needed.
8003
8004         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8005         of automatically subscribed groups.
8006         (gnus-auto-subscribed-categories): New variable.
8007         (gnus-matches-options-n): Use it.
8008         (gnus-default-subscribed-newsgroups): Remove unused variable.
8009         (gnus-start-draft-setup): Message a bit less.
8010
8011 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8012
8013         * nnir.el (nnir-run-imap): Return article list in order of increasing
8014         UID.
8015
8016 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * gnus-sum.el (gnus-summary-enter-digest-group):
8019         Mention gnus-auto-select-on-ephemeral-exit.
8020
8021         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8022         convention of the network-only option.
8023
8024 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025
8026         * proto-stream.el (proto-stream-open-network-only): New function to
8027         have a way to specify non-STARTTLS upgrade connections.
8028
8029 2010-12-10  Julien Danjou  <julien@danjou.info>
8030
8031         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8032         email address is nil.
8033
8034         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8035
8036 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8037
8038         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8039         deletion.
8040         (nnir-run-imap): Only need to parse list once.
8041
8042 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043
8044         * shr.el (shr-tag-script): Ignore <script>.
8045         (shr-tag-label): Add <label> support.
8046
8047 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8050
8051         * shr.el (shr-image-displayer): Work for images lined side by side.
8052
8053 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8054
8055         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8056         parameter, since XEmacs doesn't accept t as a parameter.
8057
8058 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8059
8060         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8061         ids.
8062         (nnir-run-gmane): Simplify groupspec formatting.
8063         (nnir-request-expire-articles): New function.
8064
8065 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8066
8067         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8068         overflow, possibly.
8069
8070         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8071         (shr-render-td): Handle td style="" better.
8072         (shr-tag-table): Use the color from the style sheet.
8073         (shr-render-td): Make sure we copy over all the overlays, too.
8074
8075 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8076
8077         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8078         (nnir-request-article): Improve article retrieval.
8079
8080 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * mm-util.el (mm-extra-numeric-entities): New variable.
8083
8084         * mm-url.el (mm-url-decode-entities):
8085         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8086
8087         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8088
8089 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8090
8091         * message.el: Use completion-at-point.
8092         (message-completion-function): New fun, extracted from message-tab.
8093         (message-mode): Use it for completion-at-point-functions.
8094         (message-tab): Use it and completion-at-point.
8095
8096 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8099         character if a non-breakable character follows.
8100
8101 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8102
8103         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8104         any stream.
8105
8106         * shr.el (shr-tag-font): Colorize the region.
8107         (shr-tag-body): Ditto.
8108         (shr-tag-font): Actually let the styles be inherited instead of
8109         overwriting them.
8110         (shr-tag-font): Get the background color right.
8111         (shr-tag-style): Ignore all <style> tags for the moment.
8112
8113         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8114         a Message-ID to avoid having nnimap depend on gnus-sum.
8115
8116         * shr.el (shr-descend): Only colorize something if we have a node that
8117         sets colors.
8118
8119 2010-12-06  Julien Danjou  <julien@danjou.info>
8120
8121         * shr.el (shr-render-td): Render td content with shr-descend, so style
8122         will be applied to <td> too.
8123         (shr-colorize-region): Colorize region even if we only have a background.
8124         (shr-tag-body): Fix color and background color inheritance.
8125         Do not recolorize after shr-generic.
8126         (shr-tag-font): Let shr-generic colorize via inheritance.
8127
8128 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8131
8132 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8133
8134         * nnir.el (nnir-request-move-article): Remove obsolete code.
8135
8136 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8139
8140 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8141
8142         * gnus-sum.el (gnus-summary-respool-article): The completion function
8143         expects a list instead of an alist.
8144
8145         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8146         string as the parameter.
8147
8148         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8149
8150         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8151         styles.
8152         (shr-colorize-region): New function.
8153         (shr-insert-background-overlay): Remove.
8154         (shr-render-td): Background setting should be taken care of on a higher
8155         level.
8156         (shr-tag-body): Use post-hoc colorizations.
8157         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8158         (shr-put-color-1): Don't overwrite old colors.
8159         (shr-colorize-region): When the background color isn't explicit, use
8160         a fixed background.
8161
8162         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8163         nnmail variables.
8164
8165 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8166
8167         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8168         unless necessary.
8169
8170 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8171
8172         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8173         server.
8174
8175 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8176
8177         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8178         so that TAB works.
8179
8180         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8181         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8182
8183         * shr.el (shr-urlify): Show the URL before the title to avoid
8184         misleading URLs.
8185
8186 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8187
8188         * shr.el (shr-urlify): Display the title in <a> tags.
8189
8190 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8191
8192         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8193
8194 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8195
8196         * nnir.el: Rearrange code to allow macros to be autoloaded by
8197         gnus-sum.el.
8198         (nnir-retrieve-headers-override-function): Make this variable
8199         customizable.
8200         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8201
8202         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8203         from nnir.el.
8204
8205 2010-12-03  Julien Danjou  <julien@danjou.info>
8206
8207         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8208
8209 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8212         allow optional argument `environment'.
8213
8214 2010-12-03  Glenn Morris  <rgm@gnu.org>
8215
8216         * mm-extern.el (message-goto-body): Update declaration.
8217
8218 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * gnus-util.el (gnus-macroexpand-all): New function.
8221
8222         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8223         instead of macroexpand-all that is unavailable in XEmacs.
8224
8225 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8226
8227         * nnir.el (nnir-summary-line-format): New variable.
8228         (nnir-mode): Use it.
8229         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8230         (nnir-article-ids): Reimplement as defsubst.
8231         (nnir-retrieve-headers): Don't mangle the subject header.
8232         (nnir-run-imap): Use 100 as RSV score.
8233         (nnir-run-find-grep): Fix for full server searching.
8234         (nnir-run-gmane): Better restriction to gmane groups.
8235
8236         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8237         summary buffers.
8238
8239 2010-12-02  Julien Danjou  <julien@danjou.info>
8240
8241         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8242
8243         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8244
8245         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8246         support.
8247
8248 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8249
8250         * nnir.el: Update to handle the registry better.
8251         (autoload): Silence byte-compiler.
8252         (nnir-open-server): Add a hook for nnir groups.
8253         (nnir-request-move-article): Don't mangle the header.  Better to use
8254         formatting variables (which will be added in the future).
8255         (nnir-registry-action): Update the registry using the original article
8256         group name.
8257         (nnir-mode): Install nnir-specific hooks for updating the registry.
8258
8259         * gnus-sum.el
8260         (gnus-article-original-subject, gnus-newsgroup-original-name):
8261         Remove obsolete variables.
8262         (gnus-summary-move-article): Remove use of obsolete variables.
8263         (gnus-summary-local-variables): Make move and delete hooks local to
8264         summary buffers.
8265
8266 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * rtree.el: New file.
8269
8270 2010-12-01  Julien Danjou  <julien@danjou.info>
8271
8272         * message.el (message-user-organization): Do not use
8273         gnus-local-organization.
8274
8275         * gnus.el: Remove gnus-local-organization.
8276
8277         * gnus-msg.el: Remove nastygram thing.
8278
8279 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8282         funcall.
8283
8284 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8287         names.
8288
8289         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8290         characters.
8291
8292         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8293         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8294         Suggested by Štěpán Němec <stepnem@gmail.com>.
8295         (gnus-gravatar-transform-address): Use mail-extract-address-components
8296         that supports non-ASCII names rather than mail-header-parse-addresses.
8297
8298 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * proto-stream.el (open-protocol-stream): All starttls connections are
8301         handled by the network handler.
8302
8303 2010-11-30  Julien Danjou  <julien@danjou.info>
8304
8305         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8306         (nnimap-open-connection-1): Fix PREAUTH.
8307
8308         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8309
8310 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8313         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8314         (shr-insert): Use them.
8315         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8316
8317 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8318
8319         * nnir.el (nnir-request-move-article): Bail out if original group
8320         doesn't support article moves.
8321         (nnir-get-active): Improve active list retrieval.
8322
8323 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8324
8325         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8326
8327 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8328
8329         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8330         seem to accept strings-with-numbers as port numbers.
8331
8332 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8333
8334         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8335         change the registry.
8336
8337 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8340         delete-dups that is not available in XEmacs 21.4.
8341
8342         * mm-util.el (mm-delete-duplicates): Add comment.
8343
8344 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8345
8346         * nnir.el (nnir-ignored-newsgroups): New variable.
8347         (nnir-get-active): Use it.
8348
8349 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8350
8351         * proto-stream.el (proto-stream-open-network): Add some comments.
8352
8353         * nntp.el (nntp-open-connection): Provide a :success condition.
8354
8355         * nnimap.el (nnimap-open-connection-1): Ditto.
8356
8357         * proto-stream.el (proto-stream-open-network): See what the response to
8358         the STARTTLS command is.
8359
8360         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8361         backwards compatibility).
8362         (nnimap-open-connection-1): Really respect nnimap-server-port.
8363
8364         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8365         TLS upgrades we don't really care about the identity of the peer.
8366         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8367         that what we've checked for.
8368         (proto-stream-always-use-starttls): Only default to t if
8369         open-gnutls-stream exists.
8370         (proto-stream-open-network): If STARTTLS failed, then just open a
8371         normal connection.
8372         (proto-stream-open-network): Wait until the greeting before doing
8373         STARTTLS.
8374
8375         * nntp.el (nntp-open-connection): Report what the connection error is.
8376
8377         * proto-stream.el (open-protocol-stream): Rename from
8378         open-proto-stream.
8379
8380 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8381
8382         * nnimap.el (nnimap-stream): Change default to `undecided'.
8383         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8384         first, and then network.
8385         (nnimap-open-connection-1): Respect nnimap-server-port.
8386         (nnimap-open-connection): Be more backwards-compatible.
8387
8388         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8389         (proto-stream-open-starttls): De-duplicate the starttls code.
8390         (proto-stream-open-starttls): Folded back into the main function.
8391         (proto-stream-open-network): Fix typo in the gnutls path.
8392         (proto-stream-command): Refactor out.
8393
8394         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8395
8396         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8397         starttls.el STARTTLS.
8398
8399         * color.el (color-lab->srgb): Fix function call name.
8400
8401         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8402         if we're using tls.el.
8403         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8404         built in, then don't try to establish a STARTTLS connection.
8405
8406         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8407         servers.
8408
8409         * proto-stream.el (open-proto-stream): Use network, not stream.
8410         (open-proto-stream): Add a way to specify what the end of a command is.
8411
8412         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8413         connections types.
8414         (nntp-open-network-stream): Remove.
8415         (nntp-open-ssl-stream): Remove.
8416         (nntp-open-tls-stream): Remove.
8417         (nntp-ssl-program): Remove.
8418
8419         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8420
8421 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8422
8423         * nnir.el: Fix typos.
8424         (nnir-retrieve-headers-override-function): Rename variable to reflect
8425         new semantics.
8426         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8427         macros.
8428         (nnir-request-article, nnir-request-move-article): Use them.
8429         (nnir-categorize): New function.
8430         (nnir-run-query): Use it.
8431         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8432         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8433         sorted.
8434         (nnir-group-full-name): Use gnus-group-full-name instead.
8435         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8436         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8437
8438 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8441
8442         * proto-stream.el: New library to provide protocol-specific
8443         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8444         protocols.
8445         (open-proto-stream): Complete the documentation.
8446         (proto-stream-open-network): Fix some typos.
8447
8448         * nnimap.el (nnimap-open-connection): Use it.
8449
8450 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8451
8452         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8453         negotiation.
8454
8455 2010-11-26  Julien Danjou  <julien@danjou.info>
8456
8457         * color.el: Rename various rgb functions to srgb.
8458
8459 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8460
8461         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8462         names.
8463
8464 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * shr.el (shr-insert): Revert last change.
8467         (shr-find-fill-point): Never leave point being at bol;
8468         relax the kinsoku limitation when rendering tables.
8469
8470 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8471
8472         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8473         results from -accept-article.
8474
8475         * shr-color.el: Require cl when compiling.
8476
8477         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8478         checkin.
8479
8480         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8481
8482         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8483
8484         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8485         'add and 'delete to set backend marks.
8486
8487         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8488
8489         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8490
8491         * nntp.el (nntp-request-set-mark): Use it.
8492
8493         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8494
8495         * nnml.el (nnml-request-set-mark): Ditto.
8496
8497         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8498         introduces regressions in article selection.
8499         (nnimap-find-uid-response): New function.
8500         (nnimap-request-accept-article): Use the UID returned, if any.
8501         (nnimap-request-move-article): Use the UID returned, if any.
8502         (nnimap-get-groups): Reimplement to work with folded lines.
8503         (nnimap-find-uid-response): The UID is the last element in the list.
8504         (nnimap-request-set-mark): Extend syntax with 'set.
8505
8506         * nnml.el (nnml-request-set-mark): Ditto.
8507
8508         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8509
8510         * nntp.el (nntp-request-set-mark): Ditto.
8511
8512 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * message.el (message-called-interactively-p): A temporary macro.
8515         (message-goto-body): Use it temporarily.
8516
8517 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8518
8519         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8520         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8521         (nnimap-last-response-string): Fix last unfolding fix.
8522
8523 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * shr.el (shr-insert): Fix the way to fold lines.
8526
8527 2010-11-25  Julien Danjou  <julien@danjou.info>
8528
8529         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8530
8531         * color.el: Rename from color-lab.el
8532         (color-rgb->hex): Add.
8533         (color-complement): Add.
8534         (color-complement-hex): Add.
8535
8536         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8537
8538 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * shr-color.el (shr-color-visible): Don't bug out if the color names
8541         don't exist.
8542
8543 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8546         assuming that article displaying or another mml-preview may be
8547         interrupted for an error or for the like.
8548
8549         * shr.el (shr-get-background): Fix argument name.
8550
8551 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8552
8553         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8554
8555         * gnus-sum.el (gnus-summary-include-articles): New function.
8556
8557         * message.el (message-goto-body): called-interactively-p needs a
8558         parameter, so use `any'.
8559
8560         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8561         clear marks before moving, since they're synced from the Gnus side
8562         first.
8563
8564         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8565         (gnus-summary-move-article): Copy over all marks before moving, so that
8566         IMAP doesn't think a new article has arrived.
8567
8568 2010-11-24  Julien Danjou  <julien@danjou.info>
8569
8570         * shr.el (shr-insert-background-overlay): Fix typo.
8571         (shr-render-td): Copy the background before rendering.
8572
8573         * shr-color.el (shr-color-visible): Fix docstring.
8574
8575         * shr.el (shr-tag-table): Add bgcolor support.
8576         (shr-render-td): Add bgcolor support.
8577         (shr-get-background): Add.
8578         (shr-insert-foreground-overlay): Use shr-get-background.
8579
8580         * message.el (message-goto-body): Use called-interactively-p.
8581         (message-in-body-p): message-goto-body returns point.
8582
8583 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8584
8585         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8586         Fixes something or other in Emacs 23, and is backwards compatible.
8587
8588         * message.el (message-goto-body): Remove the <#secure special-casing,
8589         which is too special.
8590
8591         * shr.el (shr-parse-style): Drop !important from styles.
8592
8593 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8594
8595         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8596         this function to return incorrect results when calling it with an
8597         explicit article argument different from
8598         (gnus-summary-article-number).
8599
8600 2010-11-24  Julien Danjou  <julien@danjou.info>
8601
8602         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8603         (shr-tag-body): Add background support.
8604         (shr-descend): Add background support.
8605         (shr-tag-title): Add.
8606
8607         * shr-color.el (shr-color-visible): Really return original background
8608         if fixed.
8609
8610 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8611
8612         * shr.el (shr-color-check): Protect against non-existent color names.
8613
8614 2010-11-24  Julien Danjou  <julien@danjou.info>
8615
8616         * color-lab.el: Require 'cl when compiling.
8617
8618         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8619
8620         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8621         matched part.
8622
8623         * color-lab.el: Fix all expt calls to use float type.
8624
8625 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8628         expression to shr-color-check as is.
8629
8630         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8631
8632         * color-lab.el: Add coding cookie.
8633         (float-pi): Use eval-and-compile.
8634
8635         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8636         compiled for Emacsen having no `libxml-parse-html-region' support.
8637
8638 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8639
8640         * shr.el (shr-insert-color-overlay): Split stuff like
8641         "#444444 !important" to find the real color.
8642         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8643         parse <font color="red"> entries.
8644
8645 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8646
8647         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8648         point when parsing headers.
8649
8650         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8651         is positioned properly when parsing headers.
8652
8653 2010-11-23  Julien Danjou  <julien@danjou.info>
8654
8655         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8656
8657         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8658
8659         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8660
8661         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8662         Use shr-color-hue-to-rgb.
8663         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8664
8665 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8666
8667         * shr.el (shr-color->hexadecimal): Autoload.
8668         (shr-descend): Add color to all tags.
8669
8670 2010-11-22  Julien Danjou  <julien@danjou.info>
8671
8672         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8673         shr-color->hexadecimal.
8674
8675         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8676         RGB() or HSL() color representation.
8677
8678         * shr.el (shr-tag-font): Add.
8679         (shr-tag-color-check): New function to get better colors.
8680         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8681         tag-span.
8682
8683         * shr-color.el: New file.
8684
8685         * color-lab.el: New file.
8686
8687         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8688
8689 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8690
8691         * nnir.el: Fix typo in comments.
8692         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8693         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8694
8695 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8698
8699         * nnimap.el (nnimap-get-capabilities): Refactor out.
8700         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8701
8702 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8703
8704         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8705         appearing when `mm-uu-hide-markers' is nil.
8706
8707 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8708
8709         * nnimap.el (nnimap-unselect-group): Make into its own function.
8710         (nnimap-request-rename-group): Unselect group before renaming.
8711         This had gotten lost somewhere.
8712         (nnimap-request-accept-article): Keep track of examined groups, and
8713         unselect the group before APPENDing to read-only groups.
8714         (nnimap-request-move-article): Clear flags before moving so that they
8715         can be re-set later.
8716
8717 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8720         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8721
8722 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * gnus-art.el (gnus-mime-display-single):
8725         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8726         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8727         parameter.
8728
8729 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8732         (shr-table-vertical-line): New variable.
8733         (shr-insert-table): Use it.
8734
8735 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * gnus-html.el (gnus-html-wash-images): Don't display images if
8738         gnus-inhibit-images is non-nil; register displayer for cid images.
8739         (gnus-html-display-image): Work for cid image.
8740         (gnus-html-insert-image): Allow arguments.
8741         (gnus-html-put-image): Inhibit read-only.
8742         (gnus-html-prefetch-images): Don't prefetch images if
8743         gnus-inhibit-images is non-nil.
8744
8745 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8746
8747         * shr.el (shr-put-image): Break lines when inserting big pictures.
8748
8749 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8750
8751         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8752         sender, thanks Katsumi Yamaoka.
8753
8754 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8755
8756         * nnir.el (nnir-run-imap): Reverse the article list for each group
8757         rather than the whole list.
8758
8759 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * shr.el (shr-image-displayer): Protect function against non-existent
8762         image source.
8763
8764         * gnus-art.el (gnus-inhibit-images): New user option.
8765         (gnus-mime-display-single): Don't display image if it is non-nil.
8766
8767         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8768         gnus-inhibit-images.
8769
8770         * shr.el (shr-image-displayer): New function.
8771         (shr-tag-img): Use it.
8772
8773 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8774
8775         * mml2015.el (mml2015-epg-sign): Use From header.
8776
8777 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8778
8779         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8780
8781         * gnus-util.el (gnus-find-text-property-region): Return markers.
8782
8783         * shr.el (shr-tag-img): Put a displayer in the text property.
8784
8785         * gnus-util.el (gnus-find-text-property-region): New utility function.
8786
8787         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8788         (gnus-html-show-images): Remove.
8789
8790         * gnus-art.el (gnus-article-show-images): New, more general function.
8791
8792         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8793         image url text properties.
8794
8795         * shr.el: Ditto.
8796
8797         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8798         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8799
8800 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8803         work for two or more articles.
8804
8805 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8808         divide an image that's in an html article to two or more when washing
8809         non-ASCII characters in alt text of it.
8810
8811 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8814         smime-decrypt-region using function argument.
8815         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8816
8817         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8818
8819         * smime.el (smime-decrypt-region): Catch it.
8820
8821 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8822
8823         * smime.el (smime-mode-map): Move initialization into declaration.
8824         (gnus-run-mode-hooks): Don't autoload.
8825         (smime-mode): Use define-derived-mode.
8826
8827 2010-11-11  Glenn Morris  <rgm@gnu.org>
8828
8829         * smime.el (from): Restrict declaration to XEmacs.
8830
8831         * nnir.el (gnus-group-topic-name): Autoload.
8832
8833 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * shr.el (shr-insert): Don't break long line if it is because of
8836         kinsoku-bol characters in the line end.
8837
8838 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8839
8840         * nnir.el (nnir-request-move-article): Fix to provide original group
8841         and subject.
8842         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8843         been retrieved.
8844
8845         * gnus-sum.el (gnus-summary-move-article): Use original group and
8846         subject for virtual articles such as those in an nnir summary buffer.
8847
8848 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8851         least 21.5).
8852
8853         * smime.el (from): Declare it again for XEmacs.
8854
8855 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856
8857         * message.el (message-resend): Don't disable encoding unless it's
8858         already encoded.
8859
8860         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8861         low-numbered articles.
8862
8863 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * rfc2047.el (rfc2047-syntax-table): Simplify.
8866
8867         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8868
8869         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8870         set-char-table-range for XEmacs.
8871
8872 2010-11-10  Glenn Morris  <rgm@gnu.org>
8873
8874         * time-date.el (time-to-seconds): Always an alias on Emacs,
8875         never a real function.
8876         (with-no-warnings): Remove compat stub, now unused.
8877         (time-less-p): Doc fix.
8878         (time-to-number-of-days): Simplify.
8879
8880         * smime.el (from): Remove unused declaration.
8881
8882         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8883         (gnus-float-time): On Emacs, always an alias.
8884
8885         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8886         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8887
8888 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * dgnushack.el: Don't use ignore-errors in the top level form since it
8891         is unavailable in XEmacs even if cl is loaded.
8892
8893         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8894
8895 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896
8897         * shr.el (browse-url-mailto): Autoload.
8898
8899         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8900
8901         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8902         regexp doesn't need quoting.
8903
8904 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8905
8906         * message.el (message-subject-trailing-was-ask-regexp)
8907         (message-subject-trailing-was-regexp): Match was: in addition to was.
8908
8909 2010-11-09  Glenn Morris  <rgm@gnu.org>
8910
8911         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8912         (nnbabyl-check-mbox): Use point-at-bol.
8913
8914 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8915
8916         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8917
8918         * message.el (message-mailto): New function.
8919         (message-mailto): Should accept other parameters.
8920         (message-mailto): Remove since it duplicates browse-url-mailto
8921         functionality.
8922
8923 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8924
8925         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8926         methods.
8927         (gnus-read-active-file): Ditto.
8928
8929         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8930         ": " from the prompt.
8931         (gnus-group-make-group): Ditto.
8932
8933 2010-11-07  Glenn Morris  <rgm@gnu.org>
8934
8935         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8936         (gnus-bookmark-kill-line): Use point-at-eol.
8937
8938 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8941         asterisks in From header.
8942
8943 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8944
8945         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8946         string to avoid making the From headers syntactically invalid.
8947
8948         * message.el (message-send-mail): Don't insert courtesy messages if the
8949         message already has List-Post and List-ID messages.
8950
8951 2010-11-06  Glenn Morris  <rgm@gnu.org>
8952
8953         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8954         `condition', `type', `length' a prefix.
8955         (gnus-treat-predicate): Update for above name changes.
8956
8957 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8958
8959         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8960         binding.  Handled by `gnus-summary-refer-thread' instead.
8961         (nnir-warp-to-article): New backend function.
8962
8963         * nnimap.el (nnimap-request-thread): Force dependency updating.
8964
8965         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8966         (gnus-summary-refer-thread): Rework to improve thread-referral.
8967
8968         * gnus-int.el (gnus-warp-to-article): New function.
8969
8970         * gnus-sum.el (gnus-summary-article-map): Bind it.
8971
8972 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8973
8974         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8975         gnus-summary-refer-thread.
8976
8977         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8978         headers.
8979         (gnus-summary-limit-include-thread): Prevent articles in thread from
8980         being cut in gnus-cut-threads.
8981         (gnus-summary-refer-thread): Limit retrieved headers to those in
8982         thread.
8983
8984 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8985
8986         * message.el (message-send-mail): Use the value of
8987         message-courtesy-message from the message buffer.
8988
8989         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8990
8991         * shr.el (shr-browse-url): Implement mailto: URLs.
8992
8993         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8994         "raw".
8995
8996         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8997         if it's already selected.
8998
8999         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9000
9001 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9004         to measure the length and truncate alt text.
9005
9006 2010-11-03  Glenn Morris  <rgm@gnu.org>
9007
9008         * nndiary.el (nndiary-generate-nov-databases-1)
9009         (nndiary-generate-active-info): Rename dynamic variable `files' to
9010         something less generic.
9011
9012 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9013
9014         * nnir.el (nnir-request-move-article): Call the underlying backend to
9015         move articles from nnir.
9016
9017 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9020
9021 2010-11-02  Julien Danjou  <julien@danjou.info>
9022
9023         * nnir.el: Remove wais support.
9024
9025 2010-11-02  Glenn Morris  <rgm@gnu.org>
9026
9027         * gnus-html.el: Reorder requirements to quieten compiler.
9028
9029 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9032         properly for XEmacs as well.
9033         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9034         (gnus-article-natural-long-line-p): Use window-width rather than
9035         frame-width.
9036
9037 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9038
9039         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9040         (nnir-read-parms): Don't modify query.
9041         (nnir-run-query): Add ability to search topic on current line.
9042         (nnir-get-active): Clean up.
9043
9044 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045
9046         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9047         degenerate articles.
9048
9049         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9050         (gnus-print-buffer): Just print the buffer as is, without any copying
9051         to a buffer and then re-highlighting.
9052
9053         * nnimap.el (nnimap-request-group): Store the new updated info.
9054         (nnimap-request-group): Select the group when we don't know whether it
9055         exists or not.
9056
9057         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9058         groups.
9059
9060         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9061         groups.
9062
9063         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9064         groups.
9065
9066         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9067         long-lines case by only filling the long lines.
9068
9069         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9070         (bug#7311).
9071
9072 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * shr.el: No need to declare `declare-function' since shr.el is for
9075         only Emacsen that provide `libxml-parse-html-region'.
9076
9077         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9078         effective only in a file it is referred to.
9079
9080 2010-11-01  Glenn Morris  <rgm@gnu.org>
9081
9082         * mm-util.el (gnus-completing-read): Autoload.
9083         (mm-read-coding-system): Simplify Emacs definition.
9084
9085         * nnmail.el (gnus-activate-group):
9086         * nnimap.el (gnutls-negotiate):
9087         * nntp.el (netrc-parse): Fix declarations.
9088
9089 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9092         string-match-p in Emacs >=23.
9093
9094         * gnus-msg.el (gnus-configure-posting-styles):
9095         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9096
9097 2010-11-01  Glenn Morris  <rgm@gnu.org>
9098
9099         * nnir.el (declare-function): Add compat stub.
9100         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9101         (nnir-run-gmane): Require 'mm-url.
9102
9103         * mm-util.el (mm-string-to-multibyte): Simplify.
9104
9105         * shr.el (declare-function): Add compat stub.
9106         (url-cache-create-filename): Declare.
9107         (mm-disable-multibyte, widget-convert-button): Autoload.
9108
9109         * smime.el (ldap-search): Declare.
9110         (smime-cert-by-ldap-1): Require ldap on Emacs.
9111
9112         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9113         (nnimap-keepalive): Use gnus-float-time.
9114
9115         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9116         (mail-source-delete-crash-box): Use gnus-float-time.
9117
9118         * gnus-dired.el (gnus-completing-read): Autoload.
9119
9120         * mm-view.el (gnus-rescale-image): Autoload.
9121
9122         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9123
9124         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9125
9126         * sieve-manage.el: Require 'cl when compiling.
9127
9128         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9129         (gnus-iswitchb-completing-read): Require iswitchb.
9130         (gnus-select-frame-set-input-focus): Silence compiler.
9131
9132 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9133
9134         * message.el (message-subject-trailing-was-query): Change default to t,
9135         since I think that's what most people want.
9136
9137         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9138         appending for easier debugging.
9139         (nnimap-wait-for-connection): Take a regexp.
9140         (nnimap-request-accept-article): Wait for the continuation line before
9141         sending anything unless we're streaming.
9142
9143         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9144         leave the header washing to take place.
9145
9146 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9147
9148         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9149         regular expression match and replace in posting styles.
9150
9151 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9152
9153         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9154         an entire server.
9155         (nnir-get-active): New function.
9156         (nnir-run-imap): Use it.
9157         (nnir-run-gmane): Who knew, gmane search returns an article score!
9158
9159         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9160         server on the current line with nnir.
9161
9162 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9163
9164         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9165         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9166         left edge.
9167         (gnus-article-foldable-buffer): Skip past the prefix when determining
9168         raggedness.
9169
9170         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9171         the raw article, and change `C-u g' to show the article without doing
9172         treatments.
9173
9174         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9175         on to `gnus-treat-article'.
9176         (gnus-inhibit-article-treatments): New variable.
9177
9178         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9179
9180         * gnus-art.el (gnus-treatment-function-alist): Have
9181         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9182         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9183         sections.
9184
9185         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9186         parameter.
9187         (gnus-article-fill-cited-long-lines): New function.
9188         (gnus-article-fill-cited-article): Allow filling only long sections.
9189
9190         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9191         and non-punctuation (like after the apostrophe in "'We").
9192
9193         * gnus-sum.el (gnus-summary-select-article): Make sure
9194         gnus-original-article-buffer is alive.
9195
9196         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9197         reflect the order they're in in the digest.
9198
9199         * gnus.el (gnus-group-startup-message): Move point to the start of the
9200         buffer.
9201
9202         * nnimap.el (nnimap-capability): New function.
9203         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9204         is set.
9205
9206 2010-10-31  David Engster  <dengste@eml.cc>
9207
9208         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9209         conform with changes to gnus-completing-read.
9210
9211 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9214
9215 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9216
9217         * nnir.el: Move defvar, defcustom around to keep file organized
9218         and keep byte-compiler quiet.
9219         (nnir-read-parms): Accept search-engine as arg.
9220         (nnir-run-query): Pass search-engine as arg.
9221         (nnir-search-engine): Remove.
9222
9223 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9224
9225         * shr.el (shr-generic): The text nodes should be text, not :text.
9226
9227         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9228         later in the file.
9229
9230 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9231
9232         * nnir.el: General clean up.  Allow searching with multiple engines.
9233         Allow separate extra-parameters for each engine.
9234         Batch queries when possible.
9235         (nnir-imap-default-search-key, nnir-method-default-engines):
9236         Add customize interface.
9237         (nnir-run-gmane): New engine.
9238         (nnir-engines): Use it.  Qualify all prompts with engine name.
9239         (nnir-search-engine): Remove global variable.
9240         (nnir-run-hyrex): Restore for now.
9241         (nnir-extra-parms, nnir-search-history): New variables.
9242         (gnus-group-make-nnir-group): Use them.
9243         (nnir-group-server): Remove in favor of gnus-group-server.
9244         (nnir-request-group): Avoid searching twice.
9245         (nnir-sort-groups-by-server): New function.
9246
9247 2010-10-30  Julien Danjou  <julien@danjou.info>
9248
9249         * gnus-group.el: Remove gnus-group-fetch-control.
9250
9251         * gnus-start.el (gnus-find-new-newsgroups):
9252         Remove gnus-check-first-time-used.
9253
9254         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9255
9256 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9257
9258         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9259         set on groups that don't have \* permanentflags.
9260
9261 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9264         control the background color.
9265         (shr-tag-img): Ignore very small web bug type images.
9266         (shr-put-image): Add help-echo alt texts to the images.
9267         (shr-tag-video): Show the video poster image.
9268
9269 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * shr.el (shr-table-depth): New variable.
9272         (shr-tag-table-1): Only insert the images after the top-level table.
9273
9274         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9275
9276         * gnus-util.el (gnus-list-memq-of-list): New function.
9277
9278         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9279         selected.
9280         (nnimap-unsplittable-articles): New slot.
9281         (nnimap-new-articles): Use it.
9282
9283 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9284
9285         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9286         move to the previous line on `M-g'.
9287
9288 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9289
9290         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9291         *-request-group, which seems unnecessary.
9292
9293         * nnimap.el (nnimap-quote-specials): Function copied over from
9294         imap.el.
9295         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9296         they support that.  Suggested by Tom Regner.
9297
9298 2010-10-29  Julien Danjou  <julien@danjou.info>
9299
9300         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9301         defalias.
9302         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9303
9304         * gnus.el: Remove `gnus-nntp-service' variable.
9305         (gnus-secondary-servers): Make obsolete.
9306         (gnus-nntp-server): Make obsolete.
9307
9308         * gnus-start.el (gnus-1): Remove x-splash calls.
9309
9310         * gnus-ems.el (gnus-x-splash): Remove.
9311
9312         * gnus.el (gnus-group-startup-message): Simplify/update code.
9313
9314         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9315         definition.
9316
9317         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9318         capability before doing anything.
9319         (gnus-group-insert-group-line): Remove useless
9320         gnus-group-remove-excess-properties.
9321
9322 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9325
9326 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9329         config after reselecting.
9330
9331 2010-10-28  Julien Danjou  <julien@danjou.info>
9332
9333         * shr.el (shr-put-image): Use point even if only inserting text.
9334         (shr-put-image): Save excursion when inserting alt text on non-graphic
9335         display, so the behavior is the same when we are on a graphic display.
9336
9337         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9338
9339 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9342         (gnus-mime-copy-part): Check coding system, not charset.
9343         (gnus-mime-view-part-externally): Never remove part.
9344         (gnus-mime-view-part-internally): Don't remove part here.
9345         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9346         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9347         multipart/alternative.
9348
9349         * mm-decode.el (mm-display-part): Take optional arg `force'.
9350
9351 2010-10-26  Julien Danjou  <julien@danjou.info>
9352
9353         * gnus-group.el (gnus-group-default-list-level): Add this function to
9354         compute the default list level.
9355         (gnus-group-default-list-level): Add possibility to use a function.
9356
9357 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9360
9361         * gnus-group.el (gnus-group-completing-read)
9362         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9363         gnus-replace-in-string.
9364
9365 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * shr.el (shr-tag-div): Add.
9368
9369         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9370
9371 2010-10-25  Julien Danjou  <julien@danjou.info>
9372
9373         * gnus-util.el: Remove `gnus-with-local-quit'.
9374
9375         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9376
9377 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9378
9379         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9380         the original article buffer.
9381
9382 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9383
9384         * nnimap.el (nnimap-request-head): New function.
9385         (nnimap-request-move-article): Try to be slightly faster by not
9386         requesting the entire message when moving.
9387         (nnimap-transform-headers): Don't bug out on bodiless articles.
9388         (nnimap-send-command): Have no outstanding messages if the IMAP server
9389         doesn't support streaming.
9390         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9391
9392 2010-10-24  Julien Danjou  <julien@danjou.info>
9393
9394         * message.el (message-default-headers): Fix type.
9395
9396 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9397
9398         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9399         prefetching images.
9400
9401         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9402         backend for unknown groups.  This is mainly useful for nnimap groups.
9403
9404         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9405         group isn't covered by the agent.
9406
9407 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9408
9409         * nnir.el (nnir-method-default-engines): New variable.
9410         (nnir-run-query): Use it.
9411         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9412         (gnus-summary-nnir-goto-thread): Change group if needed.
9413
9414         * gnus-group.el (gnus-group-group-map): Add key binding for
9415         gnus-group-make-nnir-group.
9416
9417 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418
9419         * shr.el (shr-tag-object): Add.
9420
9421         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9422         original article buffer live.
9423         (gnus-summary-select-article-buffer):
9424         Mention gnus-widen-article-buffer.
9425
9426 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9427
9428         * shr.el (shr-tag-strong): Add.
9429
9430 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9433         group names.  They mess up the group buffer badly.
9434
9435         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9436
9437         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9438         instead of the summary one.
9439
9440 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * mml.el (mml-preview): Work properly when editing article.
9443
9444         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9445         gnus-have-read-active-file if it's already been in.
9446
9447 2010-10-22  Tom Tromey  <tromey@redhat.com>
9448
9449         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9450         gnus-group-completing-read.
9451
9452 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9453
9454         * message.el (message-mode-map): Don't bind M-; to comment region, to
9455         allow the global comment-dwim to work.
9456
9457 2010-10-21  Julien Danjou  <julien@danjou.info>
9458
9459         * message.el (message-setup-1): Allow message-default-headers to be a
9460         function.
9461
9462 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * shr.el (shr-tag-table): Simplify.
9465
9466 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9469         to avoid trying to snarf invalid stuff.
9470
9471         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9472
9473         * gnus.el (gnus-message-archive-group): Quote value.
9474         (gnus-message-archive-group): Mark as changed.
9475
9476         * shr.el (shr-add-font): Don't put the font properties on the newline
9477         or the indentation.
9478
9479         * message.el (message-fix-before-sending): Change options when sending
9480         non-printable characters.
9481
9482         * gnus.el (gnus-message-archive-method): Change the default to
9483         monthly outgoing groups.
9484
9485         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9486         that have gotten new numbers.
9487
9488         * nnimap.el (nnimap-request-replace-article): New function.
9489
9490 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9493         (nnrss-request-article): Don't use special html washing code.
9494
9495 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * shr.el (shr-tag-table): Remove useless nconc.
9498
9499 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9500
9501         * gnus-art.el (article-wash-html): Simplify and remove the charset
9502         stuff.  Use the normal html rendering code instead of the special html
9503         washing code.
9504
9505         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9506         `gnus-w3m' symbols.
9507         (mm-text-html-washer-alist): Remove.
9508
9509         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9510         (mm-inline-media-tests): Remove use.
9511         (mm-text-html-renderer): Change default to the `shr' symbol.
9512
9513         * mm-view.el (mm-inline-text-html): Remove use.
9514
9515         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9516         `gnus-blocked-images' to be a function.
9517         (gnus-article-wash-function): Remove.
9518
9519 2010-10-20  Julien Danjou  <julien@danjou.info>
9520
9521         * spam.el (spam-list-of-processors): Mark as obsolete.
9522
9523         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9524         (nnimap-insert-partial-structure): Fix boundary detection.
9525
9526 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9527
9528         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9529         run file-truename on remote files.  This can be expensive and even
9530         prevent one from editing drafts if some unrelated buffer has a stale
9531         connection.
9532
9533 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9536         kinsoku-eol regardless of shr-kinsoku-shorten.
9537         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9538         (shr-tag-table): Support caption, thead, and tfoot.
9539
9540 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9543         lines.
9544         (shr-save-contents): New command and keystroke.
9545
9546         * nndoc.el (nndoc-type-alist): Add git support.
9547         (nndoc-git-type-p): New function.
9548         (nndoc-transform-git-article): Ditto.
9549         (nndoc-transform-git-headers): Ditto.
9550         (nndoc-transform-git-headers): Generate Subject headers.
9551
9552         * shr.el (shr-parse-style): New function.
9553         (shr-tag-span): Ditto.
9554
9555         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9556         to `G G' to avoid collisions.
9557
9558 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * shr.el: Load kinsoku if necessary.
9561         (shr-kinsoku-shorten): New internal variable.
9562         (shr-find-fill-point): Make kinsoku shorten text line if
9563         shr-kinsoku-shorten is bound to non-nil.
9564         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9565         shr-indentation too when testing if table is wider than frame width.
9566         (shr-insert-table): Use `string-width' instead of `length' to measure
9567         text width.
9568         (shr-insert-table-ruler): Make sure indentation is done at bol.
9569
9570 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9571
9572         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9573         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9574         undecoded network data.
9575
9576 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9577
9578         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9579         name in the mode line spec so that the mode line menu works
9580         (bug#2431).
9581
9582         * message.el (message-get-reply-headers): If we're fed `to-address',
9583         then always use that.
9584
9585         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9586         aren't so wide as to need to switch off the edit menu.
9587
9588         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9589         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9590
9591         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9592         `M-g'.
9593         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9594         the permanent marks.
9595
9596 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9597
9598         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9599         Splitting according to references/in-reply-to obeys the ignore-groups
9600         variable, while splitting by sender and subject do not.
9601
9602 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9605         alist, so that we can look for non-Unicode chars.
9606         (article-translate-strings): Allow both character and string maps.
9607
9608 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * shr.el (shr-insert): Don't insert space behind a wide character
9611         categorized as kinsoku-bol, or between characters both categorized as
9612         nospace.
9613
9614 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9615
9616         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9617         headers to gnus-newsgroup-headers.
9618
9619 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * shr.el (shr-tag-img): Don't align images -- since we're not
9622         rescaling, this often leads to ugly displays.
9623
9624 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9625
9626         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9627         duplicates.
9628
9629 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9630
9631         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9632         call.
9633
9634 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635
9636         * gnus.el: Autoload gnus-html-show-images.
9637
9638         * nnimap.el: Use nnheader-message throughout.
9639
9640         * shr.el (shr-tag-img): Ignore images with no data.
9641
9642 2010-10-15  Julien Danjou  <julien@danjou.info>
9643
9644         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9645         a possibility to disable format=flow encoding when using hard newlines.
9646
9647 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * shr.el (shr-insert): Remove space inserted before or after a
9650         breakable character or at the beginning or the end of a line.
9651         (shr-find-fill-point): Do kinsoku; find the second best point or give
9652         it up if there's no breakable point.
9653
9654 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * nnimap.el (nnimap-open-connection): Message when opening connection
9657         for debugging purposes.
9658
9659         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9660         on every setup buffer call to allow this to change from article to
9661         article.
9662
9663         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9664         buffers where we have a wide table.
9665
9666 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9667
9668         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9669         uses *-request-thread.
9670
9671 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9672
9673         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9674         incantation, which is no longer valid.
9675
9676 2010-10-14  Julien Danjou  <julien@danjou.info>
9677
9678         * shr.el: Fix defcustom type (char -> character).
9679
9680 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9681
9682         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9683         programs.
9684
9685 2010-10-14  Julien Danjou  <julien@danjou.info>
9686
9687         * shr.el (shr-tag-a): Use url-link as widget type.
9688
9689         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9690         `gnus-group-get-icon'.
9691
9692 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9693
9694         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9695         This should make server editing work better.
9696
9697         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9698
9699         * tls.el (tls-program): Remove spurious %s from openssl.
9700
9701         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9702         (nnimap-parse-flags): Fix regexp.
9703
9704         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9705         probably work for CJVK text, too.
9706
9707         * nnimap.el (nnimap-extend-tls-programs): Remove.
9708         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9709
9710         * tls.el (tls-starttls-switches): Remove starttls hack.
9711         (open-tls-stream): Ditto.
9712         (tls-find-starttls-argument): Ditto.
9713
9714 2010-10-13  Julien Danjou  <julien@danjou.info>
9715
9716         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9717         responses.
9718
9719 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9722
9723         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9724         anything in Emacs.
9725
9726         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9727
9728 2010-10-13  Julien Danjou  <julien@danjou.info>
9729
9730         * shr.el (shr-width): Make shr-width a defcustom with default to
9731         fill-column.
9732         (shr-tag-img): Use shr-width rather than fill-column.
9733
9734 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * dgnushack.el (byte-optimize-apply):
9737         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9738
9739         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9740         position when (X-)Faces exist.
9741         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9742         avatars when called interactively.
9743
9744 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9747         gnus-article-x-face-too-ugly is bound.
9748
9749 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9752
9753         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9754         mailbox that doesn't exist.
9755
9756 2010-10-12  Julien Danjou  <julien@danjou.info>
9757
9758         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9759         (shr-get-image-data): Encode URL properly when fetching from cache.
9760         (shr-tag-img): Use aligned-to spaces to align correctly images.
9761
9762         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9763         before inserting the Gravatar.
9764
9765         * shr.el (shr-tag-img): Add align attribute support for <img>.
9766
9767 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9768
9769         * gnus-gravatar.el (gnus-art): Require.
9770
9771         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9772         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9773         Remove long obsoleted functions.
9774
9775 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9778
9779         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9780
9781         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9782         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9783         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9784         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9785         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9786         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9787         * sieve-manage.el, smime.el, spam.el:
9788         Fix comment for declare-function.
9789
9790 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791
9792         * nnimap.el (nnimap-request-rename-group): Select group read-only
9793         before renaming it.
9794
9795         * shr.el (shr-insert): Fix up the white space only regexp.
9796
9797         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9798         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9799
9800         * shr.el (shr-current-column): New function.
9801         (shr-find-fill-point): New function.
9802
9803 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9804
9805         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9806         numbers.
9807
9808 2010-10-11  Julien Danjou  <julien@danjou.info>
9809
9810         * shr.el (shr-hr-line): Add.
9811         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9812         display hr lines.
9813         (shr-max-columns): Do not change state to nil if we just inserting
9814         spaces.
9815
9816 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9817
9818         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9819         select the last group.
9820
9821 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9822
9823         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9824
9825 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9826
9827         * dig.el (dig-mode-map): Declare and define in one step.
9828
9829 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830
9831         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9832         for Gnus.
9833         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9834         (nnimap-update-qresync-info): Mark \Seen articles as read.
9835
9836         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9837         non-variable, too.
9838
9839         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9840         available.
9841         (nnimap-update-info): Rely more on the current active than the param
9842         active to avoid marking articles as read too much.
9843
9844         * auth-source.el (auth-source-create): Use (user-login-name) for the
9845         user name default.
9846
9847         * nnimap.el (nnimap-update-info): If the server doesn't return any
9848         useful info, just use the previous info.
9849         (nnimap-update-info): Prefer old info over start-article.
9850         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9851
9852 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9853
9854         * nnir.el (autoload): Clean up autoloads.
9855         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9856         Use key rather than value.
9857         (nnir-imap-search-other): New variable.
9858         (nnir-read-parm): Use it.
9859         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9860         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9861
9862 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9863
9864         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9865         the process, too.
9866
9867 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9868
9869         * spam.el (gnus-summary-mode-map): Bind to "$".
9870         Suggested by Russ Allbery.
9871
9872         * shr.el: Rework the way things are indented by <li> slightly.
9873
9874         * gnus.el (gnus-group-set-parameter): Fix typo.
9875
9876         * nnimap.el: Start implementing QRESYNC support.
9877
9878 2010-10-09  Julien Danjou  <julien@danjou.info>
9879
9880         * nnir.el (nnir-engines): Fix too many arguments.
9881
9882 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9885         group is the "last", so that the backends like nnfolder actually save
9886         their folders.
9887
9888         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9889         try to use that for the tls stream.
9890         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9891         UIDVALIDITY and find out which groups are read-only and not.
9892         (nnimap-get-flags): Use the same marks parsing code as the rest of
9893         nnimap.
9894
9895 2010-10-09  Julien Danjou  <julien@danjou.info>
9896
9897         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9898
9899         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9900         retrieving gravatars.
9901
9902         * shr.el (shr-table-corner): Add.
9903         (shr-table-line): Add.
9904         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9905
9906 2010-10-08  Julien Danjou  <julien@danjou.info>
9907
9908         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9909
9910 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9911
9912         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9913
9914         * gnus-sum.el (gnus-mark-article-as-unread)
9915         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9916         (gnus-summary-set-bookmark): Use it.
9917
9918         * gnus-msg.el (gnus-setup-message): Use it.
9919
9920         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9921
9922         * gnus.el (gnus-group-remove-parameter): Use it.
9923
9924         * gnus-group.el (gnus-group-make-web-group): Use it.
9925
9926         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9927
9928         * nnregistry.el: Update docs to mention manual.
9929
9930         * gnus-registry.el: Update docs to mention nnregistry.el.
9931         (gnus-registry-initialize): Don't install nnregistry refer method
9932         automatically.
9933         (gnus-registry-install-nnregistry): Remove it.
9934
9935 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9936
9937         * shr.el (shr-insert): Don't insert double spaces.
9938
9939 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-gravatar.el (gnus-treat-from-gravatar)
9942         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9943         called interactively.
9944
9945         * gnus-art.el (gnus-mime-view-part-externally)
9946         (gnus-mime-view-part-internally): Make predicate function passed to
9947         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9948         of a mime type.
9949
9950         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9951
9952 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9953
9954         * shr.el (require): Require cl when compiling.
9955         (shr-tag-hr): New function.
9956
9957         * nnimap.el (nnimap-update-info): Remove double setting of high.
9958         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9959         This makes nnimap work properly on Courier again.
9960
9961         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9962         the variable for backwards compatibility.
9963
9964         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9965         the file name before using to avoid setting mm-default-directory to
9966         nil.
9967
9968         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9969         bidning gnus-agent variables.
9970
9971         * shr.el (shr-render-td): Use a cache for the table rendering function
9972         to avoid getting an exponential rendering behavior in nested tables.
9973         (shr-insert): Rework the line-breaking algorithm.
9974         (shr-insert): Don't leave trailing spaces.
9975         (shr-insert-table): Also insert empty TDs.
9976         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9977
9978 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9979
9980         * gnus-sum.el (gnus-number): Rename from `number'.
9981         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9982         (gnus-summary-limit-children): Update uses correspondingly.
9983
9984 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9987         (gnus-gravatar-transform-address): Don't show avatars of people of
9988         which mail addresses match gnus-gravatar-too-ugly.
9989
9990 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9991
9992         * shr.el (shr-table-widths): Expand TD elements to fill available
9993         space.
9994
9995 2010-10-07  Julien Danjou  <julien@danjou.info>
9996
9997         * nnimap.el (nnimap-request-rename-group): Add this method.
9998
9999 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10002         name from XEmacs' function-arglist.
10003
10004         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10005         gravatar under XEmacs.
10006
10007 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10008
10009         * auth-source.el: Update docs with TODO items.
10010
10011         * gnus-sync.el: Update docs to explain state and plans.
10012
10013         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10014         Hooks for mark updates.
10015         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10016
10017         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10018         hooks with arguments, which is needed for mark update hooks.
10019
10020 2010-10-06  Julien Danjou  <julien@danjou.info>
10021
10022         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10023         was matched.
10024
10025         * sieve-manage.el: Update example in `Commentary'.
10026
10027         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10028
10029         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10030         not 2000.
10031         (sieve-manage-authenticate): Re-add function.
10032
10033 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10034
10035         * shr.el (shr-insert): Get 'space transition right.
10036         (shr-render-td): Only delete space at the end of the TD.
10037
10038         * nnimap.el (nnimap-open-connection): Prepare to support
10039         open-gnutls-stream.
10040
10041         * shr.el: Rearrange function order to be more logical.
10042
10043 2010-10-06  Julien Danjou  <julien@danjou.info>
10044
10045         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10046         (nnrss-discover-feed): Remove 404 URL in docstring.
10047
10048         * nnir.el: Fix Swish-E URL.
10049         Fix Namazu URL.
10050
10051         * message.el (message-change-subject): Remove 404 URL in a comment.
10052
10053 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10056         called interactively.
10057
10058         * gnus-util.el (gnus-remove-if): Allow hash table.
10059         (gnus-remove-if-not): New function.
10060
10061         * gnus-art.el (gnus-mime-view-part-as-type):
10062         * gnus-score.el (gnus-summary-score-effect):
10063         * gnus-sum.el (gnus-read-move-group-name):
10064         Replace remove-if-not with gnus-remove-if-not.
10065
10066         * gnus-group.el (gnus-group-completing-read):
10067         Regard collection as a hash table if it is not a list.
10068
10069 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10070
10071         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10072
10073         * shr.el: Document the table-rendering algorithm.
10074
10075 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10078         for Emacsen having no `libxml-parse-html-region' support.
10079
10080 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10081
10082         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10083         invalid URLs.
10084
10085         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10086         line-broken.
10087         (shr-tag-img): Ignore image fetching errors.
10088         (shr-overlays-in-region): Compute overlay positions correctly.
10089
10090         * mm-decode.el (mm-shr): Require shr.
10091
10092         * gnus-art.el (gnus-blocked-images): Move variable here.
10093
10094         * shr.el (shr-insert-table): Bind free variable.
10095
10096         * mm-decode.el (mm-shr): Bind shr-content-function.
10097
10098         * shr.el (shr-content-function): New variable.
10099
10100         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10101         added for symmetry.
10102
10103         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10104
10105         * gnus-group.el (gnus-group-make-group): Doc fix.
10106
10107         * nnimap.el (nnimap-request-newgroups): Return success.
10108
10109         * shr.el (shr-find-elements): New function.
10110         (shr-tag-table): Put all the images after the table.
10111         (shr-tag-table): Really inhibit images inside the table.
10112         (shr-collect-overlays): Copy over overlays from the TD elements to the
10113         main document.
10114
10115         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10116         gnus-blocked-images.
10117
10118 2010-10-05  Julien Danjou  <julien@danjou.info>
10119
10120         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10121
10122         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10123         (gnus-html-maximum-image-size): Add this function.
10124         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10125
10126         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10127         server-value of the capability is nil.
10128
10129 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10130
10131         * shr.el (shr-tag-em): Add <EM> tag.
10132
10133 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10134
10135         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10136         customizable.
10137
10138         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10139         handing broken links to browse-url.
10140
10141 2010-10-05  Julien Danjou  <julien@danjou.info>
10142
10143         * gnus-util.el (gnus-emacs-completing-read)
10144         (gnus-iswitchb-completing-read): Use autoload rather than require.
10145
10146 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10149         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10150         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10151         iswitchb-temp-buflist for XEmacs.
10152
10153         * gnus-util.el (gnus-completing-read-function): Exclude
10154         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10155         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10156         XEmacs.
10157
10158         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10159         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10160
10161         * gnus-html.el: Don't require help-fns under XEmacs.
10162         (gnus-html-schedule-image-fetching): Work for XEmacs.
10163
10164         * mm-decode.el (mm-shr): Decode contents by charset.
10165
10166 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10167
10168         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10169         unknown.
10170
10171         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10172         (shr-get-image-data): Ensure against the cache file missing.
10173
10174         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10175         for data.
10176
10177         * spam-report.el (spam-report-url-ping-plain): Don't query about
10178         killing the process.
10179
10180         * shr.el (shr-render-td): Protect against too-wide text.
10181
10182 2010-10-04  Julien Danjou  <julien@danjou.info>
10183
10184         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10185         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10186
10187         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10188         retrieved.
10189
10190 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10191
10192         * shr.el (browse-url): Require.
10193         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10194         lines.
10195         (shr-show-alt-text, shr-browse-image): New commands.
10196         (shr-browse-url, shr-copy-url): New commands.
10197
10198         * gnus-sum.el (gnus-widen-article-window): New variable.
10199         (gnus-summary-select-article-buffer): Use it.
10200
10201         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10202         without @ signs.
10203
10204 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10205
10206         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10207
10208 2010-10-04  Julien Danjou  <julien@danjou.info>
10209
10210         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10211         for XEmacs.
10212
10213 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10214
10215         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10216
10217         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10218         (nnimap-close-server): Implement.
10219
10220         * dgnushack.el (iswitchb): Require to shut up the compiler.
10221
10222         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10223         (shr-insert): Tweak line breaking.
10224         (shr-insert): Handle <pre> better.
10225         (shr-tag-li): Get <li> indentation right.
10226         (shr-tag-li): Get <li> indentation even righter.
10227         (shr-tag-blockquote): Ensure paragraph start.
10228         (shr-make-table): Tweak table generation.
10229         (shr-make-table): Fix typo.
10230
10231         * shr.el: Implement table rendering.
10232
10233 2010-10-04  Julien Danjou  <julien@danjou.info>
10234
10235         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10236
10237 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10238
10239         * shr.el (shr-insert): Use string anchors instead of line anchors.
10240
10241 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10242
10243         * shr.el: Add headings.
10244         (shr-ensure-paragraph): Actually work.
10245         (shr-tag-li): Make <ul> prettier.
10246         (shr-insert): Get white space at the beginning/end of elements right.
10247         (shr-tag-p): Collapse subsequent <p>s.
10248         (shr-ensure-paragraph): Don't insert double line feeds after blank
10249         lines.
10250         (shr-insert): \t is also space.
10251         (shr-tag-s): Fix "s" tag name function.
10252         (shr-tag-s): Fix face prop name.
10253
10254 2010-10-03  Julien Danjou  <julien@danjou.info>
10255
10256         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10257
10258         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10259         gnus-window-inside-pixel-edges.
10260
10261         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10262         gnus-ems.
10263
10264         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10265
10266         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10267         function.
10268
10269         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10270         resize choice.
10271
10272 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10273
10274         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10275         beginning of the buffer.
10276
10277         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10278         article buffer again.
10279
10280         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10281
10282         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10283         when it's at the start of the buffer.
10284
10285         * shr.el (shr-tag-blockquote): Convert name.
10286         (shr-rescale-image): Use the right image-size variant.
10287
10288         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10289         buffer isn't shown, then select the current article first instead of
10290         bugging out.
10291         (gnus-summary-select-article-buffer): Show both the article and summary
10292         buffers again.
10293
10294         * shr.el (shr-fontize-cont): Protect against regions with no text.
10295         Rename tag functions to shr-tag-* for enhanced security.
10296         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10297
10298 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10299
10300         * shr.el (shr-insert):
10301         * pop3.el (pop3-movemail):
10302         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10303         loaded.
10304
10305 2010-10-03  Glenn Morris  <rgm@gnu.org>
10306
10307         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10308
10309         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10310
10311         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10312
10313         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10314
10315         * gnus-util.el (gnus-make-local-hook): Simplify.
10316
10317 2010-10-02  Julien Danjou  <julien@danjou.info>
10318
10319         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10320         (gnus-ido-completing-read): New function.
10321         (gnus-emacs-completing-read): New function.
10322         (gnus-completing-read): Use gnus-completing-read-function.
10323         Add gnus-completing-read-function.
10324
10325 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10326
10327         * shr.el (shr-insert-document): Autoload.
10328         (shr-img): Be silent.
10329         (shr-insert): Add a newline after every picture before text.
10330         (shr-add-font): Use overlays for combining faces.
10331         (shr-insert): Pass upwards the text start point.
10332
10333         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10334         possible.
10335         (mm-shr): New function.
10336
10337 2010-10-02  Julien Danjou  <julien@danjou.info>
10338
10339         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10340         should go backward.
10341
10342 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10343
10344         * shr.el (shr): Fix typo in provide call.
10345
10346 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10347
10348         * shr.el: New file.
10349
10350         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10351
10352         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10353         completing read.
10354
10355 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10358         we're being queried about.  Suggested by Dan Jacobson.
10359
10360         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10361         Suggested by Jason Eisner.
10362
10363         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10364         table, too.  Suggested by Stefan Wiens.
10365         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10366         the table unnecessary.  Suggested by Stefan Wiens.
10367
10368         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10369         longer needed, and probably doesn't work either, as pointed out by
10370         Stefan Wiens.
10371         (gnus-summary-exit): Remove call to the clearing function.
10372         (gnus-summary-exit-no-update): Ditto.
10373
10374         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10375         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10376         Reported by Stefan Monnier.
10377         (gnus-summary-save-in-rmail): Ditto.
10378
10379         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10380         article buffer, instead of both the article buffer and the summary
10381         buffer.  Sort of suggested by Dan Jacobson.
10382
10383         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10384
10385         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10386         Suggested by Dan Jacobson.
10387
10388         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10389         documentation clearer.
10390
10391         * message.el (message-shorten-references): Comment on the number "21".
10392         Suggested by Stefan Monnier.
10393
10394         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10395         Suggested by Dan Jacobson.
10396
10397         * gnus.el (gnus-large-newsgroup):
10398         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10399
10400         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10401         externalize attachments.  Bug reported by Steve Wen.
10402
10403         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10404         really message anything to the user.
10405
10406         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10407         directly.
10408
10409         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10410         messages in empty groups.
10411
10412 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10413
10414         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10415         non-UIDNEXT group.
10416
10417 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10418
10419         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10420         not the value from the collection.
10421
10422         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10423         values.  This sometimes happens on some groups that have no info.
10424         (nnimap-request-newgroups): New function.
10425
10426 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10427
10428         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10429         check into `gnus-registry-initialize'.
10430         (gnus-registry-initialize): Ditto.
10431         Fix and extend header docs.
10432
10433 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10434
10435         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10436         regexp backtrace overflows.
10437
10438         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10439         for starttls that tls.el implements; i.e. openssl.
10440
10441         * tls.el (tls-starttls-switches): Give up on using starttls with
10442         gnutls-cli.
10443         (tls-program): Add --insecure to be consistent with the defaults from
10444         openssl s_client.  Now all three commands are insecure.
10445
10446 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * lpath.el: Bind completion-styles-alist for XEmacs.
10449
10450         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10451         (gravatar-create-image): New function that's an alias to
10452         gnus-xmas-create-image, gnus-create-image, or create-image.
10453         (gravatar-data->image): Use it.
10454
10455 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10456
10457         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10458         install the nnregistry refer method.
10459         (gnus-registry-install-hooks): Use it.
10460         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10461         unfollowed groups.
10462
10463 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10464
10465         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10466         expanding threads.
10467
10468 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10469
10470         * nnir.el: Use the server names without suffixes (bug#7009).
10471
10472         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10473         unencrypted to STARTTLS, if possible.
10474
10475 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10476
10477         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10478         headers before superseding.
10479
10480 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10481
10482         * nnrss.el (nnrss-use-local): Add documentation.
10483
10484         * nnimap.el (nnimap-extend-tls-programs): New function.
10485         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10486         (nnimap-wait-for-connection): Accept the greeting from the stupid
10487         output from openssl s_client -starttls, too.
10488
10489         * tls.el (tls-starttls-switches): New variable.
10490         (tls-find-starttls-argument): Use it.
10491         (open-tls-stream): Ditto.
10492
10493         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10494         (netrc-machine): Ditto.
10495
10496         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10497         article number.
10498         (nnimap-split-fancy): New variable.
10499         (nnimap-split-incoming-mail): Use it.
10500
10501         * nntp.el (nntp-server-list-active-group): Document.
10502
10503         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10504         SELECT to get the message-id.
10505
10506         * mail-source.el (mail-sources): Remove webmail support.
10507         (defvar): Ditto.
10508         (mail-source-fetcher-alist): Ditto.
10509         (mail-source-fetch-webmail): Remove.
10510
10511         * webmail.el: Remove -- doesn't seem relevant any more.
10512
10513         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10514
10515         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10516         the \r.
10517
10518 2010-09-30  Julien Danjou  <julien@danjou.info>
10519
10520         * gnus-agent.el (gnus-agent-add-group): Fix call to
10521         gnus-completing-read.
10522
10523 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10524
10525         * nndoc.el (nndoc-retrieve-groups): New function.
10526
10527         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10528         `default', use nnmail-split-methods.
10529         (nnimap-request-article): Downcase the NILs so that they are nil.
10530
10531         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10532         symbol.
10533
10534         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10535         code, since if the user has requested network, that's what they ought
10536         to get.
10537         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10538         (nnimap-split-rule): Mark as obsolete.
10539
10540         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10541         New variable.
10542
10543         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10544         correct slot, too.
10545
10546 2010-09-29  Julien Danjou  <julien@danjou.info>
10547
10548         * gnus.el (gnus-local-domain): Declare variable obsolete.
10549
10550         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10551         Fix history computing.
10552         (gnus-ido-completing-read): Require ido.
10553
10554 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10555
10556         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10557         build Gnus.
10558
10559         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10560         when interpreting the structures.
10561         (nnimap-request-accept-article): Add \r\n to the lines to make this
10562         work with Cyrus.
10563
10564         * nndraft.el (nndraft-request-expire-articles): Use the group name
10565         instead if "nndraft".  Fix found by Nils Ackermann.
10566
10567 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10568
10569         * nnregistry.el: Add.
10570
10571 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10572
10573         * nnmail.el (group, group-art-list, group-art):
10574         Remove unneeded directives.
10575
10576 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10579         (mm-mime-charset):
10580         * rfc2047.el (rfc2047-syntax-table):
10581         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10582
10583         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10584         rather than `insert-file-contents' and `eval-region'.
10585
10586         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10587         construction.
10588
10589         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10590
10591         * time-date.el: No need to require cl for Emacs 21.
10592
10593 2010-09-29  Julien Danjou  <julien@danjou.info>
10594
10595         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10596         replacement of `gnus-gravatar-relief' to mimic
10597         `gnus-faces-properties-alist'.
10598         Add :version property.
10599
10600 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * mail-source.el (mail-source-report-new-mail):
10603         * message.el (message-default-mail-headers):
10604         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10605
10606         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10607
10608 2010-09-28  Julien Danjou  <julien@danjou.info>
10609
10610         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10611         mail-address contains the same string as real-name.
10612
10613         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10614         non-blank in header, otherwise it'll get stripped.
10615
10616         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10617         real-name, and then for mail address rather than doing : or , search.
10618
10619 2010-09-27  Julien Danjou  <julien@danjou.info>
10620
10621         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10622         right completing-read function.
10623         (gnus-use-ido): New variable
10624         (gnus-completing-read-with-default): Remove.
10625         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10626         (gnus-agent-add-group):
10627         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10628         * mm-view.el (mm-view-pkcs7-decrypt):
10629         * mm-util.el (mm-codepage-setup):
10630         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10631         * mml-smime.el (mml-smime-openssl-sign-query):
10632         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10633         (mml-insert-multipart):
10634         * gnus-msg.el (gnus-summary-yank-message):
10635         * gnus-int.el (gnus-start-news-server):
10636         * mm-decode.el (mm-interactively-view-part):
10637         * gnus-dired.el (gnus-dired-attach):
10638         * gnus.el (gnus-read-method):
10639         * gnus-bookmark.el (gnus-bookmark-jump):
10640         * gnus-art.el (gnus-mime-view-part-as-type)
10641         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10642         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10643         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10644         * nnmairix.el (nnmairix-create-server-and-default-group)
10645         (nnmairix-update-groups, nnmairix-get-server)
10646         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10647         (nnmairix-get-group-from-file-path):
10648         * nnrss.el (nnrss-find-rss-via-syndic8):
10649         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10650         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10651         (gnus-group-browse-foreign-server):
10652         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10653         (gnus-summary-execute-command, gnus-summary-respool-article)
10654         (gnus-read-move-group-name):
10655         * gnus-score.el (gnus-summary-increase-score)
10656         (gnus-summary-score-effect):
10657         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10658
10659 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10662         x-focus-frame.
10663
10664         * nnimap.el (auth-source-forget-user-or-password)
10665         (auth-source-user-or-password): Autoload.
10666
10667         * message.el (message-from-style, message-interactive)
10668         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10669         (message-yank-prefix, message-indentation-spaces, message-signature)
10670         (message-signature-file): Add comment.
10671
10672 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10673
10674         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10675         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10676         new articles.
10677
10678         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10679         parts.
10680         (nnimap-request-article): Work with the t setting, too.
10681
10682         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10683         that you don't get flashes of other buffers.
10684         (gnus-summary-show-complete-article): Intern before setting.
10685
10686 2010-09-27  David Engster  <dengste@eml.cc>
10687
10688         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10689         well as HEADERS.
10690         (nnmairix-retrieve-headers): Provide new argument for the above.
10691
10692 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10693
10694         * gnus-sum.el (gnus-summary-move-article): Don't alter
10695         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10696         group.
10697
10698         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10699
10700         * message.el (message-cite-prefix-regexp): Revert my last edit.
10701
10702         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10703         variable instead of the Gnus variable.
10704
10705         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10706
10707         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10708
10709         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10710         since some servers don't like it.
10711         (nnimap-open-connection): Forget credentials if the server says the
10712         password was wrong.
10713         (nnimap-parse-line): Protect against invalid data.
10714
10715         * gnus-sum.el (gnus-summary-move-article): Add comment.
10716         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10717         nothing alters it while scanning for new messages.
10718
10719         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10720         which may or may not help.
10721         (nnimap-open-connection): If we're doing a stream connection, and then
10722         discover we're on a STARTTLS-capable server, then open a STARTTLS
10723         connection instead.
10724
10725 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10726
10727         * nnimap.el (utf7): Require.
10728
10729         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10730         prefix.
10731
10732 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10733
10734         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10735
10736 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10737
10738         * nnimap.el (nnimap-request-accept-article): Message the error on
10739         error.
10740
10741 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10744
10745 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * nndoc.el (nndoc-request-list): Return success always.
10748
10749         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10750         `fetch-old' -- we only want to fetch the articles we've requested.
10751         The rest are in the agent, probably.
10752         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10753         disappeared server" to something low.  It's not important.
10754
10755         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10756         arrived before the FETCH data.
10757
10758         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10759         target here, because we don't know the Gnus name of the group.
10760
10761         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10762         for the correct group.
10763
10764         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10765
10766         * gnus.el (gnus): Give a final warning after startup.
10767
10768         * gnus-util.el (gnus-action-message-log): New variable.
10769         (gnus-message): Use it.
10770         (gnus-final-warning): New function.
10771
10772         * nnimap.el (nnimap-open-connection): Record the greeting.
10773         (nnimap): Add greeting.
10774
10775 2010-09-26  Julien Danjou  <julien@danjou.info>
10776
10777         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10778         arguments.
10779         (gnus-html-wash-images): Fix spec computing to include start/end.
10780
10781         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10782
10783 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10784
10785         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10786         deletion.
10787         (nnimap-retrieve-headers): Don't select the group, because that's
10788         already done by nnimap-possibly-change-group.
10789
10790         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10791         (gnus-picon-transform-address): Use it.
10792
10793         * mail-source.el (mail-source-value): Revert previous patch.
10794
10795         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10796         on failure.
10797         (nnimap-open-connection): Look up both virtual and physical server name
10798         credentials.
10799
10800         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10801
10802 2009-02-07  Dave Love  <fx@gnu.org>
10803
10804         * tls.el (open-tls-stream): Don't query killing process.
10805
10806 2009-02-08  Dave Love  <fx@gnu.org>
10807
10808         * gnus-win.el (gnus-window-to-buffer-helper)
10809         (gnus-all-windows-visible-p): Function needn't be a symbol.
10810
10811         * mail-source.el (mail-source-value): Function needn't be a symbol.
10812
10813 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10814
10815         * message.el (message-cite-prefix-regexp): Remove } from the cite
10816         prefix.
10817
10818         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10819         highlight again, so that the highlight is correct.
10820
10821         * gnus-picon.el (gnus-picon): Remove again.
10822         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10823
10824         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10825         doing the header highlightling, so that the background color of the
10826         picon is correct.
10827
10828         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10829         (gnus-picon): Ditto.
10830         (gnus-picon): Reinstate.  The background color for picons is white.
10831         (gnus-picon-insert-glyph): Make the background white.
10832
10833         * nnml.el (nnml-open-nov): Don't return dead buffers.
10834
10835         * auth-source.el (auth-source-create): Query the user for whether to
10836         store the credentials.
10837
10838         * netrc.el (netrc-store-data): New function.
10839
10840         * auth-source.el (auth-source-user-or-password): Use the existing auth
10841         sources, if any, for creation.
10842
10843         * gnus.el (gnus-group-fast-parameter): Return the last matching
10844         parameter instead of the first matching parameter.
10845
10846 2010-09-26  Julien Danjou  <julien@danjou.info>
10847
10848         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10849
10850 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851
10852         * mml2015.el (mml2015-use): Remove gpg support.
10853
10854         * mml1991.el (mml1991-function-alist): Remove gpg function.
10855         (mml1991-gpg-sign): Remove.
10856
10857 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10858
10859         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10860         (gnus-browse-unsubscribe-current-group): Document it.
10861         (gnus-browse-unsubscribe-group): Use it.
10862
10863 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864
10865         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10866         address to the To list for easier response.
10867
10868         * gnus.el (gnus-play-startup-jingle): Remove.
10869         (gnus-splash): Don't play jingle.
10870         (gnus): Silence gnus-load message.
10871
10872         * gnus-art.el (gnus-treat-play-sounds): Remove.
10873
10874         * gnus.el (gnus-play-jingle): Remove audio support.
10875
10876         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10877
10878         * earcon.el: Remove -- no users.
10879
10880         * gnus-audio.el: Remove -- no users of this package.
10881
10882         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10883
10884         * gnus-start.el (gnus-setup-news): Remove nocem support.
10885
10886         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10887
10888         * gnus.el (gnus-use-nocem): Remove.
10889
10890         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10891         Remove.
10892
10893         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10894         uses NoCeM any more.
10895
10896         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10897         (gnus-button-ctan-handler): Ditto.
10898         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10899         (gnus-button-ctan-directory-regexp): Ditto.
10900         (gnus-button-handle-ctan): Ditto.
10901         (gnus-button-tex-level): Ditto.
10902         (gnus-button-alist): Remove CTAN stuff.
10903
10904 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10905
10906         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10907         nnimap-streaming test.
10908
10909         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10910         servers twice.
10911
10912         * nnimap.el (nnimap-open-connection): Add more error reporting when
10913         nnimap fails early.
10914
10915         * nnheader.el (nnheader-get-report-string): New function.
10916         (nnheader-get-report): Use it.
10917
10918         * gnus-int.el (gnus-check-server): Say what the error was when opening
10919         failed.
10920
10921         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10922         using streaming.
10923
10924 2010-09-25  Julien Danjou  <julien@danjou.info>
10925
10926         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10927         gnus-window-inside-pixel-edges.
10928
10929 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10930
10931         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10932
10933         * mm-decode.el (mm-save-part): Allow saving to other directories the
10934         normal Emacs way.
10935
10936         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10937         Suggested by Jay Berkenbilt.
10938
10939         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10940         there isn't a single byte.
10941
10942         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10943         just do it.  It doesn't really seem to matter what the user responds
10944         here, I think, so it's just a confusing question.
10945
10946         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10947         non-streaming case.
10948
10949         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10950         (gnus-article-encrypt-body): Use it.
10951
10952         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10953         keystroke.
10954
10955         * nnimap.el (nnimap-find-wanted-parts-1):
10956         Use gnus-fetch-partial-articles.
10957
10958         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10959
10960         * nnimap.el (nnimap-insert-partial-structure): New function.
10961         (nnimap-get-partial-article): New function.
10962         (nnimap-request-article): Use it.
10963         (nnimap-wait-for-response): Return whether the wait was successful.
10964         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10965         retrieval wasn't successful.
10966         (nnimap-retrieve-group-data-early): Allow throttling servers.
10967         (nnimap-streaming): New variable.
10968         (nnimap-fetch-partial-articles): Remove.
10969
10970         * mm-decode.el (mm-with-part): Protect against killed buffers.
10971
10972         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10973         for prettier summary display.
10974
10975 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10976
10977         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10978
10979 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10980
10981         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10982         apparently third-party libraries depend on it.
10983
10984         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10985         before starting negotiation.
10986
10987         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10988         privacy reasons.
10989         (gnus-treat-mail-gravatar): Ditto.
10990
10991         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10992         buffer when inserting images.  Inserting text into the headers, for
10993         instance, can make them invalid.
10994
10995 2010-09-25  Julien Danjou  <julien@danjou.info>
10996
10997         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10998         variables.
10999
11000         * nnheader.el: Remove useless variables news-reply-yank-from and
11001         news-reply-yank-message-id.
11002
11003         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11004         variables.
11005
11006         * mml1991.el: Remove useless mml1991-verbose.
11007
11008         * gnus.el: Remove useless variable gnus-use-generic-from.
11009         Remove obsolete variable gnus-topic-indentation.
11010
11011         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11012
11013         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11014
11015         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11016
11017         * gnus-group.el: Remove useless gnus-group-icon-cache.
11018         Remove useless gnus-ephemeral-group-server.
11019
11020         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11021
11022         * mml2015.el: Remove useless mml2015-verbose.
11023
11024         * mml-smime.el: Remove useless mml-smime-verbose.
11025
11026         * gnus.el: Remove useless gnus-local-domain.
11027
11028         * gnus-gravatar.el (gnus-gravatar-transform-address):
11029         Use gnus-gravatar-size.
11030
11031         * gnus-art.el: Remove useless gnus-treat-translate.
11032
11033 2010-09-24  Julien Danjou  <julien@danjou.info>
11034
11035         * gnus-sum.el: Add support for Gravatars.
11036
11037         * gnus-art.el: Add support for Gravatars.
11038
11039         * gnus-gravatar.el: Add this file.
11040
11041         * gravatar.el: Add this file.
11042
11043 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11044
11045         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11046
11047         * gnus-group.el (gnus-group-fetch-faq): Remove.
11048
11049         * gnus.el (gnus-group-faq-directory): Remove.
11050
11051         * gnus-group.el (gnus-group-fetch-charter): Remove.
11052
11053         * gnus.el (gnus-group-charter-alist): Remove.
11054
11055         * gnus-group.el (gnus-group-archive-directory): Remove.
11056         (gnus-group-recent-archive-directory): Ditto.
11057         (gnus-group-make-archive-group): Remove.
11058
11059         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11060
11061         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11062         use the same article number for all the cached articles.
11063
11064         * nnimap.el (nnimap-command): Register the last command time so
11065         that we can use it for idling NOOPs.
11066         (nnimap-open-connection): Start the keeplive timer.
11067         (nnimap-make-process-buffer): Store all the process buffers.
11068         (nnimap-keepalive): New function.
11069
11070         * starttls.el (starttls-open-stream): Add autoload cookie.
11071
11072 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11073
11074         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11075         handling.
11076
11077 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11078
11079         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11080         its data structures.
11081
11082         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11083         instead of the cl.el copy-list.
11084         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11085         equalp.
11086
11087 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11090         and tool-bar-local-item-from-menu.
11091
11092         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11093         mode-line-highlight face for Emacs.
11094
11095         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11096         loading gnus-sum.elc; fix comment for canlock-verify.
11097         (gnus-article-jump-to-part): Use read-number.
11098         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11099         Remove Emacs pre-21 compatible code for help-echo.
11100         (gnus-article-next-page-1): No need to adjust the number of lines.
11101         (gnus-article-describe-bindings): Always use help-buffer.
11102
11103         * gnus-audio.el (gnus-audio-inline-sound):
11104         * gnus-cus.el (gnus-custom-mode):
11105         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11106
11107         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11108
11109         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11110         compatible code.
11111
11112 2010-09-24  Glenn Morris  <rgm@gnu.org>
11113
11114         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11115         visiting the fcc file in rmail-mode.
11116
11117         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11118
11119 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * nnir.el: Silence the byte compiler.
11122
11123         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11124         alias to browse-url-url-encode-chars if any.
11125         (gnus-html-encode-url): Use it.
11126
11127 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128
11129         * gnus-start.el (gnus-use-backend-marks): New variable.
11130         (gnus-get-unread-articles-in-group): Use it.
11131
11132         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11133         makeover.
11134
11135 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11136
11137         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11138
11139 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11140
11141         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11142         Remove.
11143         (gnus-setup-news-hook):
11144         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11145
11146         * gnus-int.el (gnus-request-update-info): Protect against backends not
11147         having the function.
11148
11149         * nnimap.el (nnimap-stream): Mention starttls.
11150         (nnimap-open-connection): Add starttls support.
11151
11152 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11153
11154         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11155
11156 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11157
11158         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11159         BODYSTRUCTUREs.
11160         (nnimap-transform-headers): Unfold quoted {42} headers.
11161
11162         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11163         the info.
11164         (gnus-get-unread-articles): Only call updatep on backends that support
11165         it.
11166
11167         * nnweb.el (nnweb-request-update-info): NOOP.
11168
11169         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11170
11171         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11172         since it only deals with marks.
11173
11174         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11175         gnus-request-marks, and make a new gnus-request-update-info.
11176
11177         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11178         the active instead of the high number, which is usually too low.
11179
11180 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11181
11182         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11183         * encrypt.el: Remove.
11184
11185 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11186
11187         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11188         server in symbolic form.
11189
11190         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11191
11192 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11193
11194         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11195         (nnimap-update-info): Fix up code slightly.
11196
11197         * gnus-int.el (gnus-open-server): Add tracing for performance
11198         debugging.
11199
11200         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11201         (gnus-group-insert-group-line): Pass the real group name so that it
11202         gets the right data.
11203
11204         * gnus-start.el (gnus-get-unread-articles): Don't have
11205         `gnus-get-unread-articles-in-group' update info, since that can be
11206         really slow and doesn't seem to be needed?
11207
11208 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11209
11210         * time-date.el (date-to-time): Try using parse-time-string first before
11211         using the slower timezone-make-date-arpa-standard.
11212
11213 2010-09-22  Julien Danjou  <julien@danjou.info>
11214
11215         * gnus-group.el (gnus-group-insert-group-line):
11216         Call gnus-group-highlight-line.
11217         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11218         default hook list.
11219         (gnus-group-update-eval-form): Add new function.
11220         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11221         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11222
11223 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11226         immediate, then expire all articles.
11227         (nnimap-update-info): Fix off-by-one errors.
11228         (nnimap-flags-to-marks): Would return no marks lists for group with no
11229         flags.  Instead return the other data.
11230
11231 2010-09-22  Julien Danjou  <julien@danjou.info>
11232
11233         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11234         Only return an icon.
11235         (gnus-group-insert-group-line): Compute icon to return.
11236
11237         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11238         (gnus-html-image-fetched): Only cache if
11239         gnus-html-image-automatic-caching is set.
11240         (gnus-html-image-fetched): Check for errors.
11241
11242 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11243
11244         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11245         once per method on `g'.  This ensures that backends like nnfolder don't
11246         open all their folders.
11247
11248         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11249         (nnimap-request-list): Nix out group in the correct buffer.
11250         (nnimap-parse-flags): Implement by using `read' instead of
11251         hand-parsing.
11252         (nnimap-flags-to-marks): Pass on permanent-flags.
11253         (nnimap-make-process-buffer): Record the server name.
11254         (nnimap-parse-flags): Fix typo.
11255         (nnimap-request-scan): Run split on the server in general, not just a
11256         single group.
11257
11258         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11259         parameter, and propagate this downwards.
11260
11261         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11262         since EXAMINE changes it on the server.
11263
11264         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11265         this command might take a while.
11266
11267 2010-09-22  Julien Danjou  <julien@danjou.info>
11268
11269         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11270         harmful if you have 2 images side-by-side, they can't be properly
11271         update on text deletion.  Using text-property is safer here.
11272         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11273         data.
11274
11275 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11276
11277         * nnimap.el (nnimap-expunge-inbox): Remove.
11278         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11279         (nnimap-expunge): Flip default to t.
11280
11281         * gnus.el (gnus-method-to-server): Don't push things to the cache
11282         unless it's unique.
11283         (gnus-server-to-method): Ditto.
11284
11285 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11286
11287         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11288
11289 2010-09-22  Julien Danjou  <julien@danjou.info>
11290
11291         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11292         get the start of data.
11293         (gnus-html-encode-url): Add this function to encode special chars in
11294         URL.
11295         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11296         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11297
11298         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11299         default.
11300         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11301
11302         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11303         images alt-text.
11304         (gnus-html-put-image): Put alt-text as help-echo.
11305
11306 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11309         * mm-util.el (mm-decompress-buffer):
11310         * nnir.el (nnir-run-find-grep):
11311         * pop3.el (pop3-list): Use 3rd arg of split-string.
11312
11313         * time-date.el (format-seconds): Comment fix.
11314
11315         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11316         and byte-optimize-form-code-walker.
11317         (dgnushack-make-auto-load): Don't advise make-autoload.
11318
11319         * lpath.el: Remove Emacs 21 stuff.
11320
11321 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11322
11323         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11324         outside the active range.  Suggested by Dan Christensen.
11325
11326         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11327         slightly later to avoid double-getting it.
11328
11329         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11330         previous patch.
11331
11332         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11333
11334 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11335
11336         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11337
11338 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11339
11340         * gnus-int.el (gnus-open-server): Give a better error message in the
11341         "go offline" case.
11342
11343         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11344         marks for nnimap, which is seldom the right thing to do.
11345
11346         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11347         (gnus-same-method-different-name): New function.
11348
11349         * nnimap.el (parse-time): Require.
11350
11351         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11352         method in the presence of many similar methods.
11353
11354         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11355
11356         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11357         nnml-inhibit-expiry.
11358
11359         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11360         find out whether methods are equal.
11361
11362         * nnimap.el (nnimap-find-expired-articles): New function.
11363         (nnimap-process-expiry-targets): New function.
11364         (nnimap-request-move-article): Request the article before looking at
11365         what the Message-ID is.  Fix found by Andrew Cohen.
11366         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11367
11368         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11369         for oldness in addition to being a predicate.
11370
11371         * nnimap.el (nnimap-request-group): When we have zero articles, return
11372         the right data to Gnus.
11373         (nnimap-request-expire-articles): Only delete articles immediately if
11374         the target is 'delete.
11375
11376         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11377         method, this would bug out.
11378
11379         * gnus-group.el (gnus-group-expunge-group): Rename from
11380         gnus-group-nnimap-expunge, and implemented as a normal interface
11381         function.
11382
11383         * gnus-int.el (gnus-request-expunge-group): New function.
11384
11385         * nnimap.el (nnimap-request-create-group): Implement.
11386         (nnimap-request-expunge-group): New function.
11387
11388 2010-09-21  Julien Danjou  <julien@danjou.info>
11389
11390         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11391         (gnus-html-cache-expired): Add new function.
11392         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11393         wethever we should display image for fetch it.
11394         Compute alt-text earlier to pass it to the fetching function too.
11395         (gnus-html-schedule-image-fetching): Change function argument to only
11396         get one image at a time, not a list.
11397         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11398         cache.
11399         (gnus-html-get-image-data): New function to retrieve image data from
11400         cache.
11401         (gnus-html-put-image): Change buffer argument to use image data rather
11402         than file, and place image above region rather than inserting a new
11403         one.  Do not take alt-text as argument, since it's useless now: we place
11404         the image above alt-text.
11405         (gnus-html-prune-cache): Remove.
11406         (gnus-html-show-images): Start to fetch image when we find one, do not
11407         push into a temporary list.
11408         (gnus-html-prefetch-images): Only fetch image if they have expired.
11409         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11410         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11411
11412 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11415
11416 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11417
11418         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11419         spec inser "*" if the group isn't active instead of 0.
11420
11421         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11422         opening the server.
11423         (nnimap-request-delete-group): Implement group deletion.
11424         (nnimap-transform-headers): Return the size of the entire message in
11425         the Bytes header, not just the size of the first part.
11426         (nnimap-request-move-article): When moving an article from nnimap,
11427         request the article first so the accepting form has an article to
11428         accept.  Reported by Dan Christensen.
11429         (nnimap-command): Make sure that the error message doesn't error out.
11430
11431 2010-09-20  David Edmondson  <dme@dme.org>
11432
11433         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11434         we haven't requested anything.
11435
11436 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11437
11438         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11439         "".  Fix found by Andrew Cohen.
11440
11441         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11442         instead of -encode-string.
11443
11444 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11447
11448         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11449         by mm-subst-char-in-string.
11450
11451 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11452
11453         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11454         waiting for the connection string.
11455
11456         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11457         arriving.
11458
11459         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11460         bogus characters.  This allows selecting certain Gmail groups.
11461
11462         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11463         (nnimap-fetch-partial-articles): New variable.
11464         (nnimap-open-connection): When looking for credentials, also use the
11465         nnimap-server-port.
11466         (nnimap-request-article): Return the group/article number, so that Gnus
11467         `^' works as expected.
11468         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11469
11470         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11471         comments.
11472         (gnus-methods-sloppily-equal): New function.
11473         (gnus): When using the development version of Gnus, load the gnus-load
11474         file.
11475
11476         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11477         `gnus-open-server' on each method before trying to scan them etc.
11478         This ensures that all the backend parameters are set correctly.
11479
11480         * nnimap.el (nnimap-authenticator): New variable.
11481         (nnimap-open-connection): Allow anonymous login.
11482         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11483         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11484
11485         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11486         patch, found by Knut Anders Hatlen.
11487
11488 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11489
11490         * gnus-agent.el (gnus-agent-batch-confirmation)
11491         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11492         to gnus-message.
11493         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11494         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11495         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11496         * gnus-int.el (gnus-open-server): Likewise.
11497         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11498         (gnus-score-check-syntax): Likewise.
11499         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11500         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11501         Likewise.
11502         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11503
11504 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11505
11506         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11507         calling conventions so that prefetch doesn't bug out.
11508
11509 2010-09-19  Julien Danjou  <julien@danjou.info>
11510
11511         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11512         rather than `subst-char-in-region' in order to be able to replace ASCII
11513         char by UTF-8 ones.
11514
11515         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11516         than curl.
11517         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11518         the right URL and ALT text on images.
11519         (gnus-html-wash-tags): Fix tag case.
11520         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11521         (gnus-article-html): Add -o display_ins_del=2 option.
11522         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11523
11524 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11525
11526         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11527         the extra mail headers, which sometimes seem to happen for unknown
11528         reasons.
11529
11530         * mail-parse.el (mail-header-encode-parameter): Define as
11531         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11532         (or most, perhaps?) mail readers don't understand the latter, but do
11533         understand the former.
11534
11535         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11536         to nil, so that no methods are automatically agentized.  I think this
11537         is probably what most users want.
11538
11539         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11540         from url-retrieve, for instance about invalid URLs.
11541
11542         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11543         groups that have no articles.
11544         (nnimap-request-article): Check that we really got an article when we
11545         requested one.
11546
11547         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11548         doesn't exist.
11549
11550         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11551         nntp buffer so the agent can save it.
11552         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11553         that CRLF doesn't get translated to \n.
11554         (nnimap-open-connection): Don't make 'shell commands only send \n.
11555
11556 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11557
11558         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11559         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11560         Update var name.
11561         (nnml-generate-nov-file): Use dolist.
11562         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11563         Use with-current-buffer.
11564
11565 2010-09-18  Julien Danjou  <julien@danjou.info>
11566
11567         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11568         parallel.
11569
11570 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11571
11572         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11573         the range update right.
11574         (nnimap-request-group): Don't make `M-g' bug out on group with no
11575         marks.
11576         (nnoo): Require, so that other packages can require nnimap.
11577         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11578         command we're looking for.  This helps when the server sends more
11579         responses after we've gotten everything we expected.
11580         (nnimap): Add a `newlinep' field to keep track of end-of-line
11581         conventions.
11582         Don't send CRLF to things that don't want it.
11583         (nnimap-request-accept-article): Ditto.
11584
11585 2010-09-18  Julien Danjou  <julien@danjou.info>
11586
11587         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11588         than curl to retrieve images.
11589
11590 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11591
11592         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11593         the marks.
11594         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11595         (nnimap-wait-for-connection): New function.
11596         (nnimap-open-connection): If we have PREAUTH, don't query for login
11597         credentials.
11598         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11599         when doing a partial update.
11600
11601 2010-09-18  Julien Danjou  <julien@danjou.info>
11602
11603         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11604         tags.
11605
11606 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11607
11608         * nnimap.el (nnimap-credentials): New function.
11609         (nnimap-open-connection): Use the new function to look for credentials
11610         also on the numeric equivalents of "imap" and "imaps".
11611
11612         * gnus-start.el (gnus-activate-group): Send the info to
11613         gnus-request-group.
11614
11615         * nnimap.el (nnimap-request-group): Have the "check" version of the
11616         function parse flags and update the info, so that a `M-g' get a total
11617         resync of all flags from the group.
11618
11619         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11620         to allow backends to alter the info on group selection.  Also alter all
11621         the backend -request-group functions to take the parameter.
11622
11623         * nnimap.el (nnimap-store-info): New function.
11624         (nnimap-update-info): Store the info for later usage.
11625         (nnimap-request-group): Use the stored info for the dont-check case, so
11626         that we don't retrieve all marks when we enter a group.
11627
11628         * nnimap.el: Use deffoo instead of defun for interface functions.
11629
11630         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11631         update the group info.  This makes the nndraft groups, for instance, go
11632         back to their old behavior.
11633
11634         * gnus-sum.el (gnus-select-newsgroup): Indent.
11635
11636         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11637         in.
11638         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11639         nothing.
11640
11641         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11642         from methods that are denied.
11643
11644         * gnus-int.el (gnus-method-denied-p): New function.
11645
11646         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11647         store the password instead of netrc.
11648         (nnimap-open-connection): Don't error out when we can't make a
11649         connections.
11650
11651         * auth-source.el (auth-source-create): In the password prompt, say what
11652         we're querying for.  Also prompt for user name if that hasn't been
11653         given.
11654
11655         * nnimap.el (nnimap-with-process-buffer): Remove.
11656
11657 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11658
11659         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11660         method when we're reading from the agent.
11661
11662         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11663
11664         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11665         that's probably most useful for users.
11666
11667         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11668         "failed" all the time.
11669
11670         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11671         ...)) with (with-current-buffer ... ).
11672
11673         * nntp.el (nntp-open-server): Return whether the open was successful or
11674         not.
11675
11676         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11677         select an unread unseen article first.
11678
11679         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11680         /etc/services, supply some sensible port defaults.
11681
11682         * dgnushack.el: Define netrc-credentials.
11683
11684 2010-09-17  Julien Danjou  <julien@danjou.info>
11685
11686         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11687
11688 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11689
11690         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11691         doesn't have any parameters.
11692
11693 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11696         only upcased checks.
11697
11698         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11699
11700         * nnimap.el (nnimap-open-shell-stream): New function.
11701         (nnimap-open-connection): Use it.
11702         (nnimap-transform-headers): Get the number of lines in each message.
11703         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11704         number of lines.
11705         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11706         problem.
11707
11708         * utf7.el (utf7-encode): Autoload.
11709
11710         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11711         to allow the mail splitting to not return a default group.  This is
11712         useful for nnimap, which will leave unmatched mail in the inbox.
11713
11714         * nnimap.el: Rewritten.
11715
11716         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11717         nnimap usage.
11718
11719         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11720         if the move is internal, so that nnimap can do fast internal moves.
11721
11722         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11723         data.
11724         (gnus-read-active-for-groups): Support finishing the early retrieval of
11725         data.
11726
11727         * gnus-range.el (gnus-range-nconcat): New function.
11728
11729         * gnus-int.el (gnus-finish-retrieve-group-infos)
11730         (gnus-retrieve-group-data-early): New functions.
11731
11732 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11733
11734         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11735         (nnrss-retrieve-groups):
11736         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11737         (pop3-quit): Use with-current-buffer.
11738
11739 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11742         instead of nnheader-accept-process-output.
11743
11744         * dgnushack.el (dgnushack-compile): Add comment.
11745
11746         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11747
11748         * gnus-html.el (gnus-html-schedule-image-fetching)
11749         (gnus-html-prefetch-images): Replace process-kill-without-query by
11750         gnus-set-process-query-on-exit-flag.
11751
11752 2010-09-16  Romain Francoise  <romain@orebokech.com>
11753
11754         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11755
11756 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11757
11758         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11759         parameter to unintern is mandatory-ish in Emacs 24.
11760
11761         * gnus-html.el (gnus-html-schedule-image-fetching)
11762         (gnus-html-prefetch-images): Check for curl before using it.
11763
11764         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11765         depend on curl, which isn't essential.
11766
11767         * imap.el: Revert back to version
11768         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11769         seem problematic.
11770
11771 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11772
11773         * gnus-registry.el (gnus-registry-install-shortcuts):
11774         Explicitly pass `obarray' to `unintern' to avoid a warning.
11775
11776 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11777
11778         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11779         change.
11780
11781         * nnrss.el (nnrss-request-list): Remove this function and related
11782         functions, including the moreover stuff.
11783
11784 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11785
11786         * nnrss.el (nnrss-retrieve-groups): New function.
11787
11788 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11789
11790         * .dir-locals.el: Add no-byte-compile cookie.
11791
11792 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * time-date.el (format-seconds): Comment fix.
11795
11796         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11797         for back end that doesn't support request-scan.
11798
11799 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11800
11801         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11802         then do request scans from the backends.
11803
11804         * netrc.el (netrc-credentials): New conveniency function.
11805
11806         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11807         avoid running a hook per line, since this takes a lot of time,
11808         profiling shows.
11809         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11810         directly if gnus-visual-p is true.
11811
11812 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11815         groups; replace mapcar with dolist which is a bit faster; pass groups
11816         info to gnus-read-active-file-1.
11817         (gnus-read-active-file-1): Scan only specified groups if the new
11818         optional arg `infos' is given.
11819
11820 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11821
11822         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11823
11824         * pop3.el (pop3-movemail): Remove.
11825         (pop3-streaming-movemail): Rename to pop3-movemail.
11826
11827         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11828         don't restrict end-tag searches to the end of the line.
11829
11830 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11833         articles of every unchecked group to t, which means unknown since the
11834         server has never been opened.
11835
11836 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11837
11838         * gnus-html.el (gnus-html-show-alt-text): New command.
11839         (gnus-html-browse-image): Ditto.
11840         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11841         to browse the image directly.
11842         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11843         better.
11844
11845         * gnus-async.el (gnus-async-article-callback):
11846         Call `gnus-html-prefetch-images' unconditionally.
11847
11848         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11849         before feeding URLs to curl.
11850
11851 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11854         internal images as deletable by `W D D'.
11855
11856         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11857         (gnus-async-article-callback): Fix typo.
11858
11859 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11860
11861         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11862         current line to work around bugs in the output from w3m.
11863
11864         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11865         for groups that want that.
11866
11867         * nntp.el (nntp-wait-for-string): Supply a timeout for
11868         accept-process-output to ensure progress.
11869
11870         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11871         level to get unread articles from, then use that for foreign groups,
11872         too.
11873
11874         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11875         confuses the rest of the function.
11876
11877         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11878         for the methods that support -retrieve-groups, too.
11879
11880         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11881
11882 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11885         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11886
11887         * pop3.el: Require cl when compiling.
11888         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11889
11890 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11891
11892         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11893         that aren't going to be activated.
11894         (gnus-get-unread-articles): Fix up the last commit.
11895
11896         * gnus-html.el (gnus-article-html): Allow calling without specifying
11897         the handle.  In that case, dissect the buffer first.
11898
11899         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11900
11901         * nnimap.el (nnimap-open-connection): Revert the change that would look
11902         into authinfo for imaps instead of imap.
11903
11904         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11905         say that you don't want to call gnus-request-group with don-check, but
11906         do check the reponse.  This is for virtual groups only.
11907         (gnus-get-unread-articles): Count the archive groups as secondary, so
11908         that they're activated the same way as before.
11909
11910         * imap.el (imap-message-map): Removed optional buffer parameter, since
11911         no callers use it.
11912         (imap-message-get): Ditto.
11913         (imap-message-put): Ditto.
11914         (imap-mailbox-map): Ditto.
11915         (imap-mailbox-put): Ditto.
11916         (imap-mailbox-get): Ditto.
11917         (imap-mailbox-get): Revert last change for this function.
11918
11919         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11920         case-insensitively.
11921         (nnimap-debug): Remove.
11922
11923         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11924         callers to use `imap-fetch' instead.  According to the comments, this
11925         should be safe, since all other IMAP clients use the 1:* syntax.
11926         (imap-enable-exchange-bug-workaround): Remove.
11927         (imap-debug): Remove -- doesn't seem very useful.
11928
11929         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11930         mail from a file, and the file doesn't exist.
11931
11932         * imap.el (imap-log): New convenience function used throughout instead
11933         of repeating the same code all over the place.
11934
11935         * pop3.el (pop3-streaming-movemail): Return t for success.
11936
11937         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11938         .authinfo if we're using ssl connection.
11939
11940         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11941         already have if we're in a main Gnus `g' run.
11942
11943         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11944
11945 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11948
11949         * nnmh.el (nnmh-request-list-1): Bind `file'.
11950
11951         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11952         alias to set-process-query-on-exit-flag or process-kill-without-query.
11953         (pop3-open-server): Use it.
11954
11955 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11956
11957         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11958         box to the Incoming file.  Fixes mistake in previous checkin.
11959
11960         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11961         request loop (for debugging purposes) removed.
11962
11963         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11964         culprit is more visible.
11965         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11966         (nnml-add-incremental-nov): New functions to do "incremental" nov
11967         updates, where we just append to the end of the existing nov files
11968         without reading/writing them in full.
11969
11970         * mail-source.el (mail-source-delete-crash-box): Really only check the
11971         incoming files once in a while.
11972
11973         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11974
11975         * mail-source.el (mail-source-delete-crash-box): Only check the
11976         incoming files for deletion once per day to save a lot of file
11977         accesses.
11978
11979         * pop3.el (pop3-logon): Fix up unbound variable typo.
11980
11981         * mail-source.el (pop3-streaming-movemail): Autoload.
11982
11983         * pop3.el (pop3-streaming-movemail):
11984         Respect pop3-leave-mail-on-server.
11985
11986         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11987         retrieval.
11988
11989         * pop3.el (pop3-process-filter): Remove unused function.
11990         (pop3-streaming-movemail, pop3-send-streaming-command)
11991         (pop3-wait-for-messages, pop3-write-to-file)
11992         (pop3-number-of-responses): New functions for streaming pop3
11993         retrieval.
11994
11995         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11996         come from no known methods.
11997         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11998         list.
11999
12000         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12001         message sizes.
12002         (pop3-movemail): Use erase-buffer instead of looping and deleting
12003         regions, which seems rather odd.
12004
12005         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12006         file once per `g' run.
12007
12008         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12009         directories.  This makes the draft queue directory work.
12010
12011         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12012         data from the backends, so that we only request the list of groups from
12013         each method once.  This should speed things up considerably.
12014
12015         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12016         detect that it's not implemented.
12017
12018         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12019         we actually do recurse down into the tree, but don't stat all leaf
12020         nodes.
12021
12022         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12023         then say so instead of bugging out.
12024
12025         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12026         files exist before trying to read them.
12027
12028         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12029         around <pre_int>.
12030
12031         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12032
12033         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12034
12035 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12036
12037         * mm-util.el (mm-image-load-path): Just return the image directories,
12038         not all directories in the path in addition to the image directories.
12039         (mm-image-load-path): Maintain a cache of the image directories so that
12040         the `g' command in Gnus doesn't have to stat dozens of directories each
12041         time.
12042
12043         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12044         (gnus-html-wash-tags): Add a new `i' command to insert images.
12045         (gnus-html-insert-image): New command and keystroke.
12046         (gnus-html-redisplay-with-images): New command and keystroke.
12047         (gnus-html-show-images): Rename command.
12048         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12049         spacers.
12050         (gnus-html-wash-tags): Decode entities at the end, so that entities
12051         inside the tags don't mess up the rest of the "parsing".
12052
12053         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12054         so that nnimap methods aren't agentized by default.  There's apparently
12055         many problems related to agent/imap behavior.
12056
12057         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12058
12059         * gnus-html.el: Doc fix.
12060
12061 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12064         specifier-spec-list for Emacs 21.
12065
12066         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12067         glyph-width and glyph-height instead of display-graphic-p and
12068         image-size; make avoidance of displaying small images work for XEmacs.
12069
12070         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12071         for XEmacs.
12072
12073         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12074         of symbol that holds plist data.
12075         (gnus-process-plist): Remove plist of process after getting it.
12076
12077 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12078
12079         * message.el (message-generate-hashcash): Change default to
12080         'opportunistic if hashcash is installed.
12081
12082         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12083         (gnus-html-put-image): Only call image-size once, since it's somewhat
12084         time-consuming on remote X servers.
12085
12086 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12089         type on data, not a file name.
12090
12091         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12092         window-pixel-edges for Emacs 21.
12093
12094         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12095         decoded contents.
12096         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12097
12098 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12099
12100         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12101         group line format, since it isn't very interesting.
12102
12103         * gnus-agent.el (gnus-agent-short-article),
12104         (gnus-agent-long-article): Increase values for these two variables,
12105         since most people are likely to have more network connection and
12106         storage than before.
12107
12108         * gnus.el (gnus-refer-article-method): Change default to 'current.
12109         When referring an article, the common behavior is to refer it from the
12110         current select method, not the native select method.  The chances of
12111         the native select method having the message in question is rather slim
12112         these days.
12113
12114         * gnus-sum.el (gnus-auto-select-subject): Change default to
12115         `unseen-or-unread'.  I think it's likely that most people want to
12116         select an unseen article over a previously seen, but unread one.
12117
12118         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12119         means that in the article buffer none of the minor mode elements will
12120         be shown, usually, and this is not desirable in most cases.
12121
12122         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12123         that commands like `d' (and the like) go to the next line in the
12124         buffer, instead of the next unread article.  I think this is the
12125         behavior that is most natural for most users.
12126         (gnus-single-article-buffer): Change default to nil, so that people can
12127         have as many article buffers open as they have summary buffer.  I think
12128         this is the most natural way for the groups to behave.
12129
12130         * message.el (message-generate-new-buffers): Change default to
12131         `unsent', so that all new message buffers start their names with the
12132         string "*unsent", and it's easier to find the buffers if you move from
12133         them.
12134
12135 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12136
12137         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12138         small.  They're probably tracking images.
12139         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12140         (gnus-html-rescale-image): Yet another try at getting the image sizing
12141         right.
12142
12143         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12144         nntp-marks-file-name is nil.
12145
12146 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12147
12148         * gnus-html.el (gnus-html-wash-tags)
12149         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12150         Better logging.
12151
12152 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12153
12154         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12155
12156         * gnus-html.el (gnus-html-wash-tags): Check the value of
12157         gnus-blocked-images in the summary buffer.
12158
12159 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12160
12161         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12162
12163 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12166         like "a", it seems like.
12167         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12168         since it needs to be picked from the correct buffer.
12169
12170         * nnwfm.el: Remove.
12171
12172         * nnlistserv.el: Remove.
12173
12174 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12175
12176         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12177         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12178
12179 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12180
12181         * nnkiboze.el: Remove.
12182
12183         * nndb.el: Remove.
12184
12185         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12186         alt text.
12187         (gnus-html-rescale-image): Try to get the rescaling logic right for
12188         images that are just wide and not tall.
12189
12190         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12191         overshadow variable bindings.
12192
12193 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12194
12195         * gnus-html.el (gnus-html-wash-tags)
12196         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12197         Add extra logging.
12198
12199 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12200
12201         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12202         (gnus-max-image-proportion): New variable.
12203         (gnus-html-rescale-image): New function.
12204         (gnus-html-put-image): Rescale images.
12205
12206 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12207
12208         Fix up some byte-compiler warnings.
12209         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12210         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12211         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12212         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12213         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12214         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12215         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12216
12217 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-html.el (gnus-article-html): Decode contents by charset.
12220
12221 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12224         (gnus-html-frame-width, gnus-blocked-images):
12225         * message.el (message-prune-recipient-rules): Add custom version.
12226         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12227
12228         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12229         functions.
12230
12231         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12232         gnus-process-get.
12233
12234 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12235
12236         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12237         instead of lsub directly.
12238
12239 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12240
12241         * nnwarchive.el: Remove.
12242
12243         * gnus-soup.el: Remove.
12244
12245         * nnsoup.el: Remove.
12246
12247         * nnultimate.el: Remove.
12248
12249         * gnus-html.el (gnus-blocked-images): New variable.
12250
12251         * message.el (message-prune-recipients): New function.
12252         (message-prune-recipient-rules): New variable.
12253
12254         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12255         guess whether a long line is natural text or not.
12256
12257         * gnus-html.el (gnus-html-schedule-image-fetching):
12258         Use gnus-process-plist and friends for compatibility.
12259
12260 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12261
12262         * gnus-html.el: Require packages that define macros used in this file.
12263         (gnus-article-mouse-face): Declare to silence byte-compiler.
12264         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12265         process-get.
12266         (gnus-html-put-image): Use plist-get to avoid getf.
12267         (gnus-html-prefetch-images): Use with-current-buffer.
12268
12269 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * gnus-ems.el: Provide compatibility functions for
12272         gnus-set-process-plist.
12273
12274         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12275         header-line-format for XEmacs 21.4.
12276
12277         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12278         * gnus.el (gnus-valid-select-methods):
12279         * message.el (message-send-mail-partially-limit):
12280         * mm-decode.el (mm-text-html-renderer):
12281         * mml.el (mml-insert-mime-headers-always):
12282         * smiley.el (smiley-regexp-alist): Bump custom version.
12283
12284 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12285
12286         * gnus-html.el: Require mm-url.
12287         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12288         with the url to `url'.
12289         (gnus-html-wash-tags): Support cid: URLs/images.
12290
12291 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12292
12293         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12294         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12295         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12296
12297         * gnus-move.el: Remove file, since it doesn't really work.
12298
12299         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12300         UTF-8.  This seems to fix problems with some German web feeds.
12301
12302         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12303         at the top so that the proper colors are applied.
12304
12305         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12306         don't have dots in their names.
12307
12308         * gnus-art.el (gnus-article-view-part): Doc fix.
12309
12310         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12311         XEmacs-compatible.
12312         (gnus-html-put-image): Don't do images on non-graphic displays.
12313
12314         * nnslashdot.el: Remove this unused backend.
12315
12316         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12317         actions.
12318         (gnus-undo-register-1): Revert last change.
12319
12320         * gnus-group.el (gnus-group-completing-read): Protect against not
12321         having completion-styles bound.
12322
12323         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12324         make broken recipients happier.
12325
12326         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12327
12328         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12329         point parameter.
12330
12331         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12332
12333         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12334         completion-styles for group selection.
12335
12336 2009-02-04  Andreas Schwab  <schwab@suse.de>
12337
12338         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12339         headers and regexp-quote the match if necessary.
12340
12341 2009-03-24  Miles Bader  <miles@gnu.org>
12342
12343         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12344         the blinking smiley.
12345
12346 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12347
12348         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12349         blink smiley.
12350
12351 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12352
12353         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12354         where the dribbel file lives exists.
12355
12356         * message.el (message-send-mail-partially-limit): Change the default to
12357         nil, since most people don't want this.
12358
12359         * mm-url.el (mm-url-decode-entities): Also decode entities like
12360         &#x3212.
12361
12362 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12363
12364         * gnus-sum.el (gnus-summary-idna-message):
12365         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12366         Hyperlink urls in docstrings with URL `...'.
12367
12368 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12369
12370         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12371         functions.
12372
12373 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12374
12375         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12376         say what the mouseover text should be.
12377
12378         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12379         version of the mm-w3m-safe-url-regexp variable to only download images
12380         in the groups where we want that to happen.
12381
12382         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12383
12384         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12385         easier debugging.
12386         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12387         big pictures in the article buffer.
12388
12389         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12390         gnus-article-html.
12391         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12392         w3m.
12393
12394         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12395
12396 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12397
12398         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12399         which doesn't exist.
12400
12401         * message.el (message-inhibit-ecomplete): New variable to allow some
12402         function to inhibit ecomplete address storage.
12403         (message-resend): Disable ecomplete message storage when resending
12404         messages.
12405
12406         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12407
12408 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12411         Save excursion while copying, moving, and deleting articles in order to
12412         prevent the cursor from jumping to unforeseen place.
12413
12414 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * lpath.el: No need to bind bookmark-current-buffer,
12417         bookmark-yank-point and bookmark-make-record-function.
12418
12419 2010-08-17  Glenn Morris  <rgm@gnu.org>
12420
12421         * gnus-sync.el: Require gnus components whose functions are used.
12422
12423         * gnus-art.el (bookmark-make-record-function):
12424         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12425         Declare for compiler.
12426
12427         * mm-url.el (mml-compute-boundary): Autoload.
12428
12429 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12432
12433 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12434
12435         Typo fix "hoo4a" -> "hook".
12436
12437         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12438
12439 2010-08-14  Glenn Morris  <rgm@gnu.org>
12440
12441         * gnus-sync.el (gnus-sync): Fix defgroup version.
12442
12443 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12444
12445         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12446
12447         * gnus-sync.el: Fix docs.
12448         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12449         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12450
12451 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12452
12453         Optimizations for gnus-sync.el.
12454
12455         * gnus-sync.el: Add docs about gnus-sync-backend
12456         possibilities.
12457         (gnus-sync-save): Remove unnecessary message.
12458         (gnus-sync-read): Optimize and show what groups were skipped.
12459
12460 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12461
12462         Minor bug fixes for gnus-sync.el.
12463
12464         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12465         Don't read the sync on get-new-news.
12466
12467         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12468         quiet.
12469
12470         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12471         (fix typo).
12472
12473 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12474
12475         Make saving and restoring of hidden threads work with overlays.
12476         Patch applied by Ted Zlatanov.
12477
12478         * gnus-sum.el (gnus-hidden-threads-configuration)
12479         (gnus-restore-hidden-threads-configuration): Update to deal with text
12480         properties, rather than searching for a magic character.
12481
12482 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12483
12484         New gnus-sync.el library for synchronization of marks.
12485
12486         * gnus-sync.el: New library for synchronization of marks.
12487
12488         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12489         renamed from `gnus-registry-grep-in-list'.
12490
12491         * gnus-registry.el (gnus-registry-follow-group-p):
12492         Use `gnus-grep-in-list'.
12493
12494         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12495
12496 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12499         determining charset of text fails.
12500
12501 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * nnmail.el (nnmail-get-new-mail-1): Revert.
12504
12505         * nnml.el (nnml-active-number): Make sure names of newly created groups
12506         in nnml-group-alist are encoded.
12507
12508 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12511         containing non-ASCII characters in active file for nnml back end.
12512
12513 2010-07-24  David Engster  <dengste@eml.cc>
12514
12515         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12516         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12517
12518 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12519
12520         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12521         tag (Bug#6654).
12522
12523 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12526         the article buffer, not the summary buffer.
12527
12528 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12531         Emacs 23 as well.
12532
12533 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12536         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12537
12538 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12539
12540         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12541         Patch applied by Karl Fogel.
12542
12543         * gnus-sum.el (gnus-summary-bookmark-make-record):
12544         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12545
12546 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12547
12548         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12549         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12550         C-w still not working correctly from Article buffers; Thierry's
12551         patch to fix that will be applied after this.
12552
12553         * gnus-art.el (bookmark-make-record-function): New local variable.
12554
12555         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12556         article buffer.
12557         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12558
12559 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12560
12561         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12562         on changes in bookmark.el.
12563
12564 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12567         `no-log' instead of message not to log prompt string.
12568
12569 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12570
12571         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12572         the *other* type of HTML form submission.
12573
12574 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12575
12576         * auth-source.el (auth-source-pick): If choice does not contain a
12577         questioned keyword, set the check to t.
12578
12579 2010-06-12  Romain Francoise  <romain@orebokech.com>
12580
12581         * gnus-util.el (gnus-date-get-time): Move up before first use.
12582
12583 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12586         (gnus-article-edit-part): Bind it to make last part that is substituted
12587         or deleted visible.
12588         (gnus-mime-display-single): Buttonize part of which id equals to
12589         gnus-mime-buttonized-part-id.
12590
12591 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12592
12593         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12594         (gnus-dd-mmm): Use gnus-date-get-time.
12595         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12596         simplify logic.
12597         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12598         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12599
12600 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12601
12602         * auth-source.el (top): Autoload `secrets-list-collections',
12603         `secrets-create-item', `secrets-delete-item'.
12604         (auth-sources): Fix tag string.
12605         (auth-get-source, auth-source-retrieve, auth-source-create)
12606         (auth-source-delete): New defuns.
12607         (auth-source-pick): Rewrite in order to avoid 2 passes.
12608         (auth-source-forget-user-or-password): New parameter USERNAME.
12609         (auth-source-user-or-password): New parameters CREATE-MISSING and
12610         DELETE-EXISTING.  Retrieve password interactively, if needed.
12611
12612 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12613
12614         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12615         deleting unused directories when gnus-expert-user is t.
12616
12617 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12620         for each temp file when gnus-article-browse-delete-temp is ask.
12621
12622 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12623
12624         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12625         Replace Lisp calls to delete-backward-char by calls to delete-char.
12626
12627 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12628
12629         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12630
12631 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12632
12633         * password-cache.el (password-cache-remove): Fix docstring.
12634
12635 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12638         article unless decoding article to be saved.
12639
12640 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12643         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12644         generated within the mm-with-unibyte-current-buffer macro.
12645
12646 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12649         to nil when we're in a mml-preview buffer and no group is selected.
12650
12651 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12652
12653         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12654         when catching the `C-g'.  Reported by "Leo".
12655
12656 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * message.el (message-forward-make-body-plain)
12659         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12660         multibyte-string-p.
12661
12662         * lpath.el: Revert.
12663
12664 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * message.el (message-forward-make-body-mml): Assume original message
12667         is multibyte string; error on unibyte.
12668         (message-forward-make-body-plain): Ditto; don't add excessive newline
12669         in body end.
12670
12671         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12672
12673 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12674
12675         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12676         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12677
12678 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * mm-extern.el (mm-extern-url): Don't use
12681         mm-with-unibyte-current-buffer.
12682         (mm-extern-cache-contents): Use with-current-buffer instead of
12683         save-excursion + set-buffer.
12684
12685 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * mm-util.el (mm-emacs-mule): Remove.
12688
12689 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12690
12691         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12692         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12693         change.
12694
12695 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12698         bind the default value of enable-multibyte-characters to nil.
12699
12700 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * message.el (message-forward-make-body-plain)
12703         (message-forward-make-body-mml):
12704         Don't use mm-with-unibyte-current-buffer.
12705
12706 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12707
12708         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12709
12710 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12711
12712         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12713         (Bug#5592).
12714
12715 2010-05-07  Julien Danjou  <julien@danjou.info>
12716
12717         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12718         it to mm-pipe-part.
12719
12720         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12721         it is given.
12722
12723 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * binhex.el (binhex-decode-region-internal):
12726         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12727         (dns-query):
12728         * nnweb.el (nnweb-gmane-search):
12729         * pgg-parse.el (pgg-parse-armor):
12730         * pgg.el (pgg-verify-region):
12731         * sha1.el (sha1-string-external):
12732         * uudecode.el (uudecode-decode-region-internal):
12733         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12734         XEmacs.
12735
12736         * gnus-art.el (gnus-article-browse-html-parts):
12737         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12738         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12739         make-temp-file.
12740
12741         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12742         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12743         compiling.
12744
12745         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12746         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12747         XEmacs when compiling.
12748
12749         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12750         gnus-pick-mode-off-hook for XEmacs when compiling.
12751         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12752         gnus-binary-mode-off-hook for XEmacs when compiling.
12753
12754         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12755         Return nil if char-charset is not available.
12756
12757         * imap.el (imap-disable-multibyte)
12758         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12759         macros.
12760
12761         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12762         instead of encode-coding-string.
12763
12764         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12765         'xemacs) instead of mm-emacs-mule to switch function definitions.
12766         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12767
12768         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12769         bind temporary-file-directory for XEmacs;
12770         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12771         timer-set-function for XEmacs 21.4 and SXEmacs;
12772         bind timer-list for XEmacs 21.4 and SXEmacs;
12773         fbind char-charset and find-charset-region for non-Mule XEmacs;
12774         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12775         encode-coding-region and encode-coding-string for XEmacs having no
12776         file-coding feature.
12777
12778 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12779
12780         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12781
12782 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12785         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12786
12787 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12788
12789         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12790         alias `jka-compr-delete-temp-file' no longer exists.
12791
12792 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12793
12794         Use define-minor-mode in Gnus where applicable.
12795         * mml.el (mml-mode): Use define-minor-mode.
12796         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12797         (gnus-undo-mode): Use define-minor-mode.
12798         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12799         (gnus-dead-summary-mode): Use define-minor-mode.
12800         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12801         Initialize in declaration.
12802         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12803         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12804         (gnus-mailing-list-mode): Use define-minor-mode.
12805         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12806         (gnus-draft-mode): Use define-minor-mode.
12807         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12808         (gnus-dired-mode): Use define-minor-mode.
12809
12810 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12811
12812         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12813         handles on recursive mml-to-mime translation and check them for
12814         boundary delimiter collisions.  Reported by Greg Troxel.
12815
12816 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12819
12820 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12821
12822         * mm-util.el (mm-find-buffer-file-coding-system):
12823         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12824
12825 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12826
12827         * message.el (message-generate-headers): Record insertion of optional
12828         headers as well.  Otherwise the check to prevent repeated insertion of
12829         optional headers is a no-op.
12830
12831 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12832
12833         * smime.el: Don't mention CVS.
12834
12835         * nnrss.el (nnrss-fetch): Don't mention CVS.
12836
12837         * nnir.el: Don't mention CVS.
12838
12839 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12840
12841         * gnus-sum.el (gnus-summary-bookmark-make-record):
12842         Add `location' field.
12843
12844 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * lpath.el: Fbind bookmark-default-handler,
12847         bookmark-get-bookmark-record, bookmark-make-record-default,
12848         bookmark-prop-get for Emacs <23 and XEmacs.
12849
12850 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12851
12852         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12853         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12854         Use with-current-buffer to silence the byte-compiler.
12855         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12856         bother to require `gnus'.
12857         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12858
12859 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12860
12861         * gnus-sum.el (gnus-summary-bookmark-make-record)
12862         (gnus-summary-bookmark-jump): New functions.
12863         (gnus-summary-mode): Setup bookmark support.
12864
12865 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12866
12867         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12868         if set.
12869
12870 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12873         gnus-article-browse-html-save-cid-image; make it work recursively for
12874         forwarded messages as well.
12875         (gnus-article-browse-html-parts): Work when prefix arg is given.
12876         (gnus-article-browse-html-article): Doc fix.
12877
12878 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12879
12880         * message.el (message-default-mail-headers)
12881         (message-default-headers): Carry the value mail-default-headers over
12882         into message-default-mail-headers, rather than message-default-headers.
12883
12884 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12885
12886         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12887         charset.
12888
12889         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12890         charset into the <meta> tag when the article is encoded to utf-8.
12891
12892 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * gnus-art.el (gnus-article-browse-delete-temp-files):
12895         Delete directories as well.
12896         (gnus-article-browse-html-parts): Work for images that do not specify
12897         file names; delete temp directory when quitting; insert header at the
12898         right place; use file: scheme for image files.
12899
12900 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12901
12902         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12903         (gnus-article-browse-html-parts): Use it to make temporary cid image
12904         files in addition to html file so that browser may display them.
12905
12906 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12909
12910 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12911
12912         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12913
12914 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12915
12916         * auth-source.el (auth-sources): Change default to be simpler.
12917         Explain about Secret Service API sources.  Improve Customize options.
12918         (auth-source-pick): Change to accept any number of search parameters.
12919         Implement fallbacks iteratively, not recursively.  Add scoring on the
12920         second pass and sort by score.  Call Secret Service API when needed.
12921         (auth-source-user-or-password): Use it.  Call Secret Service API
12922         directly when needed to get the user name and the password.
12923
12924 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12925
12926         * message.el (message-interactive): Doc fix.
12927         (message-qmail-inject-args): Reflow.
12928         (message-kill-to-signature): Fix typo in docstring.
12929
12930         * smiley.el (smiley-buffer): Fix typo in docstring.
12931
12932 2010-03-24  Glenn Morris  <rgm@gnu.org>
12933
12934         * mail-source.el (gnus-message): Declare.
12935         (mail-source-delete-old-incoming): Require gnus-util.
12936
12937 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12940
12941         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12942
12943         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12944         password-cache's default if it is not bound.
12945         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12946         password-cache-expiry's default if it is not bound.
12947
12948         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12949         available in Emacs 21.
12950
12951         * lpath.el: Suppress compiler warnings for:
12952         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12953         XEmacs;
12954         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12955         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12956         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12957
12958 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12959
12960         * auth-source.el (auth-sources): Fix up definition so extra parameters
12961         are always inline.
12962
12963 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12964
12965         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12966         wasn't updated after mismatch.  Clear cached mailbox info correctly
12967         when uidvalidity changes.
12968         (nnimap-group-prefixed-name): New function to avoid some code
12969         duplication.
12970         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12971         (nnimap-request-group): Use it.
12972         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12973         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12974         with many imap folders.  This is done by caching the group status from
12975         the imap server persistently in a group parameter `imap-status'.  (This
12976         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12977         but not persistently, so every Gnus startup was still very slow.)
12978
12979 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12980
12981         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12982         delete the extra newline.  Otherwise editing of :string and :number
12983         types don't work.
12984
12985 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12986
12987         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12988         secrets.el dependency.
12989         (auth-sources): Add optional user name.  Add secrets.el configuration
12990         choice (unused right now).
12991
12992 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12993
12994         * gnus-sum.el (gnus-summary-make-menu-bar):
12995         Let `gnus-registry-install-shortcuts' fill in the functions.
12996
12997         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12998         warnings.
12999         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13000         (gnus-registry-install-shortcuts): Populate and use it in a
13001         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13002
13003 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13004
13005         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13006         In-place substitutions for the group name encoding/decoding.
13007         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13008         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13009         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13010         (nnimap-update-unseen, nnimap-request-list)
13011         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13012         (nnimap-request-set-mark, nnimap-split-to-groups)
13013         (nnimap-split-articles, nnimap-request-newgroups)
13014         (nnimap-request-create-group, nnimap-request-accept-article)
13015         (nnimap-request-delete-group, nnimap-request-rename-group)
13016         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13017         `encoded-mbx' for consistency.
13018         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13019         variable `imap-current-mailbox'.
13020
13021         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13022         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13023
13024 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13025
13026         * pop3.el (pop3-display-message-size-flag): Display message size byte
13027         counts during POP3 download.
13028         (pop3-movemail): Use it.
13029         (pop3-list): Implement listing of available messages.
13030
13031 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13032
13033         * nnir.el (nnir-get-article-nov-override-function): New function to
13034         override the normal NOV retrieval.
13035         (nnir-retrieve-headers): Use it.
13036
13037 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13038
13039         * auth-source.el (netrc-machine-user-or-password): Autoload.
13040
13041 2010-03-19  Glenn Morris  <rgm@gnu.org>
13042
13043         Stop message.el from loading about 40 libraries it doesn't always need.
13044         The general approach is to autoload rather than require, and to
13045         require in the specific functions rather than the file.  (Bug#5642)
13046
13047         * gmm-utils.el: Don't require wid-edit.
13048         (widget-create-child-value, widget-convert, widget-default-get):
13049         Autoload.
13050
13051         * gnus-util.el: Don't require time-date, netrc.
13052         (message-fetch-field, gnus-group-name-decode): Declare rather than
13053         autoloading.
13054         (gnus-fetch-field): Require message.
13055         (gnus-decode-newsgroups): Require gnus-group.
13056
13057         * ietf-drums.el: Don't require time-date.
13058
13059         * message.el: Don't require hashcash, canlock, ecomplete.
13060         Do require mail-utils.  Require nnheader only when compiling.
13061         (smtpmail-default-smtp-server): Remove declaration.
13062         (message-send-mail-function): Check smtpmail-default-smtp-server
13063         is bound rather than requiring smtpmail.
13064         (message-auto-save-directory, message-insert-signature):
13065         Use expand-file-name rather than nnheader-concat.
13066         (nnheader-insert-file-contents): Autoload.
13067         (hashcash-wait-async): Declare.
13068         (message-send-mail): Only call gnus-setup-posting-charset if
13069         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13070         (message-send-mail-with-sendmail): Require sendmail.
13071         (canlock-password, canlock-password-for-verify): Declare.
13072         (message-canlock-password): Require canlock.
13073         (nnheader-get-report): Autoload.
13074         (gnus-setup-posting-charset): Declare.
13075         (message-send-news): Require gnus-msg.
13076         (message-make-references, message-make-in-reply-to): Use mail-header-id
13077         rather than the alias mail-header-message-id.
13078         (ecomplete-add-item, ecomplete-save): Declare.
13079         (message-put-addresses-in-ecomplete): Require ecomplete.
13080         (ecomplete-display-matches): Autoload.
13081
13082         * mm-decode.el: Don't require mailcap, gnus-util.
13083         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13084         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13085         Autoload.
13086         (mailcap-mime-extensions): Declare.
13087
13088         * mm-encode.el: Don't require mailcap.
13089         (mailcap-extension-to-mime): Autoload.
13090
13091         * mml-sec.el: Don't require password-cache.
13092
13093         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13094         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13095         (mml-minibuffer-read-type): Require mailcap.
13096         (mml-preview): Require gnus-msg.
13097
13098         * mml1991.el: Require password-cache.
13099         (password-cache-expiry): Remove declaration.
13100
13101         * mml2015.el: Require password-cache.
13102         (password-cache-expiry): Remove declaration.
13103
13104         * nneething.el (mailcap): Require mailcap.
13105
13106         * nnheader.el (declare-function): Add compatibility stub.
13107         (message-remove-header): Declare rather than autoload.
13108         (nnheader-replace-header): Require message.
13109
13110         * nnimap.el (declare-function): Add compatibility stub.
13111         (netrc-parse, netrc-machine-user-or-password): Declare.
13112         (nnimap-open-connection): Require netrc.
13113
13114         * nntp.el (declare-function): Add compatibility stub.
13115         (netrc-parse, netrc-machine, netrc-get): Declare.
13116         (nntp-send-authinfo): Require netrc.
13117
13118         * rfc2047.el: Don't require qp.
13119         (quoted-printable-encode-region, quoted-printable-decode-string):
13120         Autoload.
13121
13122         * sieve-mode.el: Don't require easymenu.
13123         (easy-menu-add-item): Autoload it.
13124
13125         * spam-stat.el (time-to-number-of-days): Autoload it.
13126
13127 2010-03-19  Glenn Morris  <rgm@gnu.org>
13128
13129         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13130
13131 2010-03-18  Glenn Morris  <rgm@gnu.org>
13132
13133         * hashcash.el (declare-function): Remove duplicate definition.
13134
13135 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13136
13137         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13138         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13139         value if any backslash escapes).
13140
13141 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13144         if it is available.  (bug#5647)
13145
13146         * lpath.el: Suppress compiler warning for coding-system-from-name for
13147         Emacs 21 and XEmacs.
13148
13149 2010-03-14  Juri Linkov  <juri@jurta.org>
13150
13151         * hmac-def.el:
13152         * hmac-md5.el:
13153         * netrc.el: Fix keywords.
13154
13155 2010-02-26  Glenn Morris  <rgm@gnu.org>
13156
13157         * message.el (message-send-mail-function): Change the default, so that
13158         it inherits from a customized send-mail-function.  (Bug#5643)
13159
13160 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13161
13162         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13163         shell-command-to-string signals an error (bug#5299).
13164
13165 2010-02-24  Glenn Morris  <rgm@gnu.org>
13166
13167         * message.el (message-smtpmail-send-it)
13168         (message-send-mail-with-mailclient): Doc fixes.
13169
13170 2010-02-16  Glenn Morris  <rgm@gnu.org>
13171
13172         * message.el (message-default-mail-headers): Change the default value
13173         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13174
13175 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13178         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13179
13180 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13181
13182         * time-date.el (date-to-time): Doc fix (Bug#5408).
13183
13184 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13185
13186         * message.el (message-mail): Just pass yank-action on to message-setup.
13187         (message-setup): Handle (FUN . ARGS) form of yank-action.
13188         (message-with-reply-buffer, message-widen-reply)
13189         (message-yank-original): Handle non-buffer values of
13190         message-reply-buffer (Bug#4080).
13191         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13192
13193 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13194
13195         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13196         Fix typo in docstring.
13197
13198 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13199
13200         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13201         response.
13202
13203 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13206
13207         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13208
13209         * message.el (message-check-news-header-syntax): Protect against a
13210         string that `rfc822-addresses' returns when parsing fails.
13211
13212 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13215         (gnus-previous-char-property-change): New functions.
13216
13217         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13218
13219 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13220
13221         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13222         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13223
13224 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13225
13226         * message.el (message-exchange-point-and-mark): Rework last change to
13227         avoid using optional arg of exchange-point-and-mark, for backward
13228         compatibility.
13229
13230 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13231
13232         * message.el (message-exchange-point-and-mark):
13233         Call exchange-point-and-mark with an argument rather than setting
13234         mark-active by hand (Bug#5175).
13235
13236 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * nntp.el (nntp-service-to-port): Work for service expressed with
13239         numeric string; replace [:digit:] with [0-9] for XEmacs.
13240
13241 2009-12-17  Glenn Morris  <rgm@gnu.org>
13242
13243         * gnus-group.el (gnus-bug-group-download-format-alist):
13244         Change emacs entry to debbugs.gnu.org.  Bump :version.
13245
13246 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13247
13248         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13249
13250 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * message.el (message-info): Explain why we use `Info-goto-node'.
13253
13254 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13257
13258 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13259
13260         * message.el (message-completion-in-region): New compatibility function.
13261         (message-expand-group): Use it.
13262
13263 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13266         with no unread article should be listed if the 2nd arg `predicate' is
13267         given.
13268
13269 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13272
13273 2009-11-29  Juri Linkov  <juri@jurta.org>
13274
13275         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13276         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13277         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13278
13279 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13280
13281         * sha1.el (sha1-string-external): default-directory "/" in case
13282         otherwise non-existent.  process-connection-type pipe for touch of
13283         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13284
13285 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13286
13287         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13288         it's comms related and sgml-mode.el has "comm" on that basis too.
13289
13290 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13293         containing tspecial characters if they have been already quoted.
13294
13295 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13296
13297         * dns-mode.el (auto-mode-alist): Purecopy string.
13298
13299 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13300
13301         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13302
13303 2009-10-24  Glenn Morris  <rgm@gnu.org>
13304
13305         * gnus-art.el (help-xref-stack-item): Define for compiler.
13306
13307 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13308
13309         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13310
13311 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13314
13315 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13318         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13319
13320 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13323         (gnus-overlays-in): New alias to overlays-in.
13324
13325         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13326         gnus-overlay-get, and gnus-delete-overlay.
13327         (gnus-summary-show-thread): Make it work as well for systems in which
13328         next-single-char-property-change is not available.
13329         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13330
13331         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13332         (gnus-overlay-get): New alias to extent-property.
13333         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13334
13335         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13336         SXEmacs.
13337
13338         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13339         SXEmacs.
13340
13341 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13342
13343         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13344
13345 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13346
13347         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13348         and XEmacs that don't have `remove-overlays'.
13349
13350 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13351
13352         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13353         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13354         selective display.  Use overlays instead.
13355
13356 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13357
13358         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13359
13360 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13361
13362         * spam-stat.el (spam-stat-load): Fix typo in message.
13363
13364 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13365
13366         * dig.el (dig-invoke): Fix typo in docstring.
13367         (query-dig): Reflow docstring.
13368
13369 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13370
13371         * gnus-art.el (gnus-article-encrypt-body):
13372         * message.el (message-check-recipients):
13373         * mm-util.el (mm-codepage-setup):
13374         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13375         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13376
13377 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13378
13379         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13380         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13381         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13382         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13383         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13384
13385 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13386
13387         * dig.el: Add "Keywords: comm", as per net-utils.el.
13388
13389 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13390
13391         * dig.el (dig-mode): Use define-derived-mode.
13392
13393 2009-09-19  Glenn Morris  <rgm@gnu.org>
13394
13395         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13396
13397 2009-09-18  Glenn Morris  <rgm@gnu.org>
13398
13399         * gnus-diary.el (gnus-diary-check-message):
13400         * message.el (message-insert-formatted-citation-line):
13401         * nnbabyl.el (top-level):
13402         * nndiary.el (nndiary-schedule):
13403         Fix typos in condition-case handlers.
13404
13405 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13408         configuration that provides the sole article window in a frame;
13409         position point correctly after deleting a part.
13410
13411 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13412
13413         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13414         (spam-resolve-registrations-routine): Use it to unregister articles
13415         that change status.
13416
13417 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13420         with XEmacs.
13421         (parse-time-string-chars): Use it.
13422
13423 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13424
13425         * imap.el (imap-interactive-login): Better messages.
13426         (imap-open): Fix bug with renamed buffer on reconnect.
13427         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13428         for easier debugging and cleaner code.  On successful (guessed based on
13429         server capabilities) secondary authentication, set imap-state
13430         correctly.
13431         (imap-last-authenticator): Define imap-last-authenticator as a variable
13432         to avoid warnings.
13433
13434 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * nnrss.el (nnrss-request-article): Remove binding of
13437         default-enable-multibyte-characters that has gotten needless by
13438         the 2007-07-13 change in rfc2047-encode-message-header.
13439
13440         * mml.el (mml-insert-multipart): Error on the message header.
13441         (mml-insert-part): Error on the message header; position point at
13442         the end of a MIME tag.
13443
13444 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * time-date.el (autoload): Expand define-obsolete-function-alias into
13447         defalias and make-obsolete for old Emacsen that Gnus supports.
13448         (with-no-warnings): Define it for old Emacsen.
13449         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13450         is available.
13451         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13452         float-time is available; suppress compile warning for time-to-seconds.
13453
13454         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13455         (gnus-float-time): Alias to float-time if it exists.
13456
13457         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13458         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13459         float-time is available; suppress compile warning for time-to-seconds.
13460
13461         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13462         XEmacs.
13463
13464 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13465
13466         * imap.el (imap-message-map): Docstring fix.
13467
13468 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13471         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13472         Add the optional argument `encoding' that overrides the default.
13473
13474         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13475         mm-encode-buffer.
13476
13477 2009-09-04  Glenn Morris  <rgm@gnu.org>
13478
13479         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13480         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13481         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13482         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13483         * mm-util.el (mm-with-unibyte-current-buffer)
13484         (mm-find-buffer-file-coding-system):
13485         * yenc.el (yenc-decode-region): Use default-value rather than
13486         default-enable-multibyte-characters.
13487
13488 2009-09-03  Glenn Morris  <rgm@gnu.org>
13489
13490         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13491         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13492         than default-enable-multibyte-characters.
13493
13494 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13495
13496         * gnus-art.el (gnus-article-read-summary-keys):
13497         Fix gnus-buffer-configuration's value temporarily used.
13498
13499 2009-09-02  Glenn Morris  <rgm@gnu.org>
13500
13501         * gnus-util.el (gnus-float-time): New function.
13502         * gnus-delay.el (gnus-delay-article):
13503         * gnus-sum.el (gnus-thread-latest-date):
13504         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13505         * nnspool.el (nnspool-request-newgroups):
13506         Use gnus-float-time rather than time-to-seconds.
13507         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13508
13509         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13510         (gnus-header-subject-face, gnus-header-newsgroups-face)
13511         (gnus-header-name-face, gnus-header-content-face):
13512         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13513         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13514         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13515         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13516         (gnus-cite-face-11):
13517         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13518         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13519         (gnus-server-closed-face, gnus-server-denied-face)
13520         (gnus-server-offline-face):
13521         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13522         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13523         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13524         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13525         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13526         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13527         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13528         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13529         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13530         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13531         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13532         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13533         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13534         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13535         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13536         (gnus-summary-high-undownloaded-face)
13537         (gnus-summary-low-undownloaded-face)
13538         (gnus-summary-normal-undownloaded-face)
13539         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13540         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13541         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13542         (gnus-splash-face):
13543         * message.el (message-header-to-face, message-header-cc-face)
13544         (message-header-subject-face, message-header-newsgroups-face)
13545         (message-header-other-face, message-header-name-face)
13546         (message-header-xheader-face, message-separator-face)
13547         (message-cited-text-face, message-mml-face):
13548         * sieve-mode.el (sieve-control-commands-face)
13549         (sieve-action-commands-face, sieve-test-commands-face)
13550         (sieve-tagged-arguments-face):
13551         * spam.el (spam-face):
13552         Mark face aliases with "-face" in the name as obsolete.
13553
13554 2009-09-01  Glenn Morris  <rgm@gnu.org>
13555
13556         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13557         than goto-line.
13558
13559 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13562         Don't move point if the command is invoked inside the message header.
13563
13564 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13565
13566         * imap.el (imap-send-command): Simplify.
13567         (imap-wait-for-tag): point-max -> buffer-size.
13568
13569 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13570
13571         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13572         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13573         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13574         * nnir.el (nnir-swish-e-index-file):
13575         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13576         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13577         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13578         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13579         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13580         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13581
13582 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13585         Don't save excursion.
13586
13587 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13588
13589         * nnheader.el (nnheader-find-file-noselect):
13590         * mm-util.el (mm-insert-file-contents):
13591         Use (default-value 'major-mode) instead of default-major-mode.
13592
13593 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13594
13595         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13596
13597 2009-08-26  Glenn Morris  <rgm@gnu.org>
13598
13599         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13600         than placing in files.el.
13601
13602 2009-08-25  Glenn Morris  <rgm@gnu.org>
13603
13604         * nnir.el (top-level): Don't require cl at run-time.
13605         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13606         Replace cl-function substitute with gnus-replace-in-string.
13607         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13608         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13609         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13610         simplified expansions.
13611
13612 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13613
13614         * dig.el (dig): Add autoload cookie.
13615
13616 2009-08-22  Glenn Morris  <rgm@gnu.org>
13617
13618         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13619         goto-line.
13620
13621 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13622
13623         * parse-time.el (parse-time-string-chars): Save match data.
13624
13625 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13626
13627         * parse-time.el (parse-time-string-chars): Compute using character
13628         classes, to handle non-ascii characters (Bug#3190).
13629
13630 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13633
13634         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13635         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13636         (gnus-mm-display-part, gnus-mime-display-single)
13637         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13638         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13639
13640         * gnus-sum.el
13641         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13642         (gnus-summary-move-article): Add expirable mark to articles copied or
13643         moved to group that has auto-expire turned on if the option is non-nil.
13644
13645 2009-07-24  Glenn Morris  <rgm@gnu.org>
13646
13647         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13648         Fix typo.  (Bug#3903)
13649
13650 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13653         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13654         that should not be used for draft articles.
13655         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13656         that has no concern in minor mode keys.
13657         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13658         Abolish.
13659
13660 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13663         article without making inquiry to a user for unknown encoding.
13664
13665         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13666         (nnmaildir--scan): Assume i-node and device number that file-attributes
13667         returns might be cons-cell.
13668
13669         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13670
13671         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13672
13673 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13674
13675         * auth-source.el: Remove docs now in auth.texi.  Don't use
13676         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13677         `auth-source-hide-passwords' and use them.
13678
13679 2009-07-15  Glenn Morris  <rgm@gnu.org>
13680
13681         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13682
13683 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13686         excessive whitespace from the default values of title and description.
13687
13688 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13691         mail-fetch-field to fetch Content-Description header in order to
13692         exclude newlines.
13693
13694 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13695
13696         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13697         format used by GnuPG 2.0.11.
13698
13699 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13702         to deleted part.
13703
13704 2009-05-30  David Engster  <dengste@eml.cc>
13705
13706         * nnmairix.el: Remove old documentation in the commentary block.
13707         (nnmairix-request-group): Do not update active file for nnml back ends.
13708         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13709         end so that overview files are ignored.
13710         (nnmairix-update-groups): Make updating the groups more robust by using
13711         marks.
13712         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13713         with dollar characters in message-id.
13714
13715 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13718         2008-12-25 in dns.el.
13719
13720 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13721
13722         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13723         could happen if the text is only composed of spaces and/or tabs.
13724
13725 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13726
13727         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13728         when sending a queued message to avoid extra mml tags.
13729
13730 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13733
13734 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13737         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13738         rmail-toggle-header for XEmacs;
13739         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13740
13741 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * gnus-dired.el: Remove autoload for gnus-setup-message.
13744         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13745         displaying Gnus logo; always use compose-mail.
13746
13747 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13750
13751 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13754         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13755         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13756         available.
13757         (gnus-nocem-epg-verify): New function.
13758
13759 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13762
13763 2009-02-15  Glenn Morris  <rgm@gnu.org>
13764
13765         * gnus-util.el (rmail-insert-rmail-file-header)
13766         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13767         autoloads.
13768         (rmail-default-rmail-file): Remove unnecessary declaration.
13769         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13770
13771 2009-02-14  Glenn Morris  <rgm@gnu.org>
13772
13773         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13774         variable (only used in gnus-util, which declares it anyway).
13775         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13776         which was only needed by gnus-art (changed to not use it any more).
13777         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13778         only used in gnus-util, which autoloads it itself.
13779         (rmail-update-summary): Fix autoload.
13780
13781         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13782         rather than rmail-output-to-rmail-file.
13783
13784 2009-02-07  Glenn Morris  <rgm@gnu.org>
13785
13786         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13787         autoload of function that no longer exists.
13788         (rmail-toggle-header): Declare.
13789         (message-forward-rmail-make-body): Handle mbox Rmail.
13790
13791 2009-01-31  Glenn Morris  <rgm@gnu.org>
13792
13793         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13794         2009-01-09 change.
13795
13796 2009-01-31  Dave Love  <fx@gnu.org>
13797
13798         * imap.el (imap-fetch-safe): Bind debug-on-error.
13799         (imap-debug): Add imap-fetch-safe.
13800
13801 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13802
13803         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13804         (auth-source-forget-all-cached): New convenience function.
13805         (auth-source-user-or-password): Accept list of modes or a single mode.
13806
13807         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13808         auth-source modes.
13809
13810         * netrc.el (netrc-machine-user-or-password): Use list of
13811         auth-source modes.
13812
13813         * nnimap.el (nnimap-open-connection): Use list of
13814         auth-source modes.
13815
13816         * nntp.el (nntp-send-authinfo): Use list of
13817         auth-source modes.
13818
13819 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13820
13821         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13822         now.
13823
13824 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13827         coding system in XEmacs; add a workaround for XEmacs.
13828
13829         * lpath.el: Fbind coding-system-aliasee.
13830
13831 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13834         of current-language-environment.
13835
13836 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13837
13838         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13839         available at runtime.
13840
13841 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13844
13845 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13846
13847         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13848         the greatest positive fixnum value doesn't work under an XEmacs with
13849         bignum support; use the most-positive-fixnum constant instead,
13850         available since Emacs 21.1 with cl and XEmacs 21.1.
13851
13852 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13855         XEmacs gets not to work.
13856
13857 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * mm-util.el (mm-coding-system-priorities): Allow the value like
13860         "Japanese (UTF-8)" of current-language-environment.
13861
13862 2009-01-09  Glenn Morris  <rgm@gnu.org>
13863
13864         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13865         with last-command-event.
13866
13867 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13868
13869         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13870         in the doc string.
13871
13872         * message.el (message-fix-before-sending): Amend comment.
13873
13874 2009-01-08  Dave Love  <fx@gnu.org>
13875
13876         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13877
13878 2009-01-07  David Engster  <dengste@eml.cc>
13879
13880         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13881         simplified server definitions by converting it via
13882         gnus-server-to-method.
13883
13884 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13887         parameter's operands.
13888
13889 2009-01-06  David Engster  <dengste@eml.cc>
13890
13891         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13892         primary select method (for gnus-group-mark-article-as-read).
13893
13894 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13895
13896         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13897         `(gnus)Face', not `(gnus)X-Face'.
13898
13899 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * mm-util.el (mm-ucs-to-char): New function.
13902
13903         * mm-url.el (mm-url-decode-entities): Use it.
13904
13905         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13906         unicode-to-char.
13907
13908 2009-01-05  Dave Love  <fx@gnu.org>
13909
13910         * time-date.el: Require cl for `declare'.
13911
13912 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13915         Dave Love.
13916
13917 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13918
13919         * message.el (message-fix-before-sending): Add `eight-bit' to
13920         illegible-text check.
13921
13922 2009-01-03  Michael Olson  <mwolson@gnu.org>
13923
13924         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13925         `headers' is nil.  This can occur if the IMAP server does not have
13926         permissions to read messages from a folder, but can write new messages
13927         to the folder.
13928         (nnimap-request-article-part): Do not insert `data' if it is nil.
13929
13930         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13931         characters which will confuse `read', so skip past them.
13932
13933 2009-01-01  Dave Love  <fx@gnu.org>
13934
13935         * imap.el (imap-string-to-integer): Fix typo.
13936         (imap-fetch-safe): New function.
13937         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13938
13939         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13940
13941         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13942         (imap-parse-greeting): Fix doc strings.
13943         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13944         (imap-parse-flag-list): Make messages unique.
13945         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13946
13947         * nnimap.el: Fix author email.
13948         (nnimap-split-rule): Add FIXME comment.
13949         (nnimap-debug): Fix doc string.
13950
13951 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13952
13953         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13954
13955 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13956
13957         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13958         nslookup if resolv.conf isn't available.
13959         (dns-query): Rename from query-dns.
13960         (dns-query-cached): Rename from query-dns-cached.
13961
13962 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13965         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13966         to check if those variables exist (first appeared in Emacs 18.50).
13967
13968 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * mm-util.el (mm-line-number-at-pos): New function.
13971
13972         * spam-report.el (spam-report-process-queue): Use it.
13973
13974 2008-12-24  David Engster  <dengste@eml.cc>
13975
13976         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13977         parameters that haven't existed as variables as buffer-local variables.
13978
13979 2008-12-23  Dave Love  <fx@gnu.org>
13980
13981         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13982         cadar.
13983
13984         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13985         imap-starttls-p.
13986         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13987
13988 2008-12-22  Dave Love  <fx@gnu.org>
13989
13990         * imap.el: Fix author email.  Doc fixes.
13991         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13992         reply.
13993
13994 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13995
13996         * spam-report.el (spam-report-gmane-max-requests): New constant.
13997         (spam-report-gmane-wait): New variable.
13998         (spam-report-gmane-ham, spam-report-gmane-spam)
13999         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14000         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14001         the server.
14002
14003         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14004         Add explanations.
14005
14006         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14007         nnheader-accept-process-output and nnheader-read-timeout if available.
14008         (pop3-movemail): Use it.
14009
14010         * message.el (message-check-news-body-syntax): Fix signature check if
14011         there's an attachment.
14012
14013 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * mm-util.el: Add comments to the mm- emulating functions.
14016
14017 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14018
14019         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14020         Reported by Stephen Berman <stephen.berman@gmx.net>.
14021
14022 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * mm-util.el (mm-substring-no-properties): New function.
14025         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14026         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14027         (mm-string-to-multibyte): Doc fix.
14028
14029         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14030
14031 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * mml.el (mml-attach-file): Strip text properties from file name.
14034         (Bug#1574)
14035
14036 2008-12-16  Glenn Morris  <rgm@gnu.org>
14037
14038         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14039
14040 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14043         knows since the charset specified might be a bogus alias that
14044         mm-charset-synonym-alist provides.
14045
14046 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14047
14048         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14049         "ISO_8859-1".
14050
14051         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14052
14053 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * mm-util.el (mm-charset-eval-alist):
14056         Define it before mm-charset-to-coding-system.
14057         (mm-charset-to-coding-system): Add optional argument `silent';
14058         define it before mm-charset-override-alist.
14059         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14060         default value if it can be used in Emacs currently running;
14061         silence mm-charset-to-coding-system.
14062
14063 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14066         `allow-override' which says whether to use `mm-charset-override-alist'.
14067         (rfc2047-decode-encoded-words): Use it.
14068
14069         * mm-util.el (mm-charset-override-alist): Fix custom type;
14070         add `(gb2312 . gbk)' to choices.
14071
14072 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14075         fast.
14076
14077         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14078
14079         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14080
14081 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14082
14083         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14084         on links.
14085
14086         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14087
14088 2008-12-03  Lute Kamstra  <lute@gnu.org>
14089
14090         * sha1.el: Remove leading * from docstrings of defcustoms,
14091         deffaces, defconsts and defuns.
14092
14093 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14096         users' addresses that don't have domain parts.
14097         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14098         rather than message-narrow-to-head since there will be the message
14099         header separator.
14100
14101 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14102
14103         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14104         since the result is inserted in a unibyte buffer anyway.
14105         (nnimap-demule-use-string-to-multibyte): Remove.
14106         (nnimap-demule): Alias it to mm-string-to-multibyte.
14107
14108 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14109
14110         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14111         variable for debugging bug#464 and bug#1174.
14112         (nnimap-demule): Use it.
14113
14114 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14117         score calculation correctly.
14118
14119 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14120
14121         * message.el (message-send-mail): Just set the buffer to unibyte
14122         rather than use mm-with-unibyte-current-buffer which does a lot more.
14123         (message-send-mail-partially): Don't bother with
14124         mm-with-unibyte-current-buffer since it's already been made unibyte by
14125         message-send-mail.
14126
14127 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14128
14129         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14130
14131 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14132
14133         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14134
14135 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14138         require itself and to remove `with-no-warnings'.
14139
14140 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14141
14142         * starttls.el (starttls-any-program-available): Get the name of the
14143         available TLS layer program.
14144         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14145         well as the host name in the "opening" message.
14146
14147         * auth-source.el (auth-source-cache, auth-source-do-cache)
14148         (auth-source-user-or-password): Cache passwords and logins by default,
14149         allow override with `auth-source-do-cache'.
14150         (auth-source-forget-user-or-password): Allow users to remove cache
14151         entries if needed.
14152
14153 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14154
14155         * md4.el (md4-buffer): Fix typo in docstring.
14156         (md4, md4-64): Doc fixes.
14157         (md4-pack-int32): Reflow docstring.
14158
14159 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14160
14161         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14162         condition-case to only the forward-sexp call.
14163
14164 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14165
14166         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14167         quotes contained.  Make it more robust regardless by an extra
14168         condition-case wrapper.
14169
14170 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14173
14174 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * nnml.el (nnml-request-expire-articles): Check if the function set to
14177         `nnmail-expiry-target' returns the symbol `delete'.
14178
14179         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14180
14181         * nnmail.el (nnmail-expiry-target): Fix custom type.
14182
14183 2008-10-02  Glenn Morris  <rgm@gnu.org>
14184
14185         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14186         Silence compiler warning.
14187
14188 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14189
14190         * tls.el (open-tls-stream): Show the actual command being
14191         executed, instead of the format string.
14192
14193 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * lpath.el: Fbind codepage-setup for Emacs 23.
14196
14197 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14198
14199         * mml.el (mml-menu): Don't assume mml2015 is bound.
14200
14201 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14204         exists.
14205
14206 2008-09-27  Glenn Morris  <rgm@gnu.org>
14207
14208         * gnus-util.el (mail-header-remove-comments): Autoload it.
14209
14210 2008-09-27  Andreas Schwab  <schwab@suse.de>
14211
14212         * gnus-util.el (gnus-split-references): Strip comments.
14213         (gnus-parent-id): Likewise.
14214
14215 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * message.el (message-confirm-send): Fix version.
14218
14219 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * message.el (message-idna-to-ascii-rhs-1): Use
14222         mail-extract-address-components rather than mail-header-parse-addresses
14223         that is an alias by default to ietf-drums-parse-addresses that does not
14224         support non-ASCII names in headers' contents.
14225
14226 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14227
14228         * message.el (message-confirm-send): Fix variable documentation to
14229         avoid the "y/n" wording.
14230
14231 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14232
14233         * message.el (message-set-auto-save-file-name): Save to a different
14234         filename so multiple messages (especially drafts) can be recovered.
14235
14236 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14237
14238         * message.el (message-confirm-send): Add appropriate version.
14239
14240 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14241
14242         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14243         defvar.
14244
14245 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14246
14247         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14248         (mm-pkcs7-enveloped-magic): Ditto.
14249
14250 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14251
14252         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14253         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14254
14255 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14256
14257         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14258         default, it's better.
14259
14260 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14261
14262         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14263         summary line gnus-number property and ignore them (with a warning
14264         message).
14265
14266 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14269         macro caddr in the interactive form since it won't be expanded.
14270
14271 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14274         `charset'; fix name of function called recursively.
14275         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14276
14277 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14280         (gnus-mime-set-charset-parameters): New function.
14281         (gnus-mime-view-part-as-charset): Use it to correctly display part
14282         specifying wrong charset.
14283
14284 2008-09-08  David Engster  <dengste@eml.cc>
14285
14286         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14287         in completing-read for back end server.
14288
14289 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14290
14291         * message.el (message-confirm-send): New variable to confirm sending a
14292         message.
14293         (message-send): Use it.
14294
14295 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14296
14297         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14298
14299 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14302
14303 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14304
14305         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14306         prevent tracking too many groups.
14307         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14308         Use it.
14309
14310 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14311
14312         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14313         moving point to the bottom of the window in order to avoid recentering.
14314
14315 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14318
14319         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14320         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14321         (gnus-article-beginning-of-window): Fix calculation.
14322
14323 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * gnus-msg.el (gnus-summary-supersede-article)
14326         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14327         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14328         message header.
14329
14330 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14331
14332         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14333         pending output coming after the status change.
14334
14335 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14336
14337         * message.el:
14338         * gnus-start.el:
14339         * gnus-registry.el: Remove VMS support.
14340
14341 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14344         macro.
14345         (rfc2104-hash): Use it.
14346
14347 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14348
14349         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14350         (gnus-summary-sort-by-most-recent-date): New commands.
14351         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14352         and menu entries.
14353
14354 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14357         don't redisplay article for raw contents; remove plural articles stuff.
14358
14359         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14360         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14361         on gnus-summary-save-article; display results properly.
14362
14363 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * lpath.el: No need to fbind ns-focus-frame.
14366
14367 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14370
14371 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-art.el (gnus-summary-save-in-pipe):
14374         Consider gnus-save-all-headers.
14375
14376 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14377
14378         * gnus-util.el (ns-focus-frame): Remove declaration.
14379         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14380         like x.
14381
14382 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14383
14384         * rfc2104.el (rfc2104-zero): Delete defconst.
14385         (rfc2104-hex-alist): Likewise.
14386         (rfc2104-hex-to-int): Delete func.
14387         (rfc2104-hexstring-to-bitstring): Likewise.
14388         (rfc2104-nybbles): New defconst.
14389         (rfc2104-hash): Rewrite for speed.
14390
14391 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * tls.el (open-tls-stream): Make it work with the 2nd argument
14394         BUFFER that is a string but does not exist as a buffer object, as
14395         mentioned in the doc-string.
14396
14397 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14400         SXEmacs.
14401
14402 2008-07-16  Glenn Morris  <rgm@gnu.org>
14403
14404         * gnus-util.el (ns-focus-frame): Declare for compiler.
14405
14406 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14409         set as a group parameter.
14410         (gnus-summary-save-in-pipe): Work when it is called independently.
14411         (gnus-summary-pipe-to-muttprint): Don't modify
14412         gnus-summary-pipe-output-default-command.
14413
14414 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14415
14416         * message.el (message-send-mail-with-sendmail):
14417         Display the error message.
14418
14419 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-art.el (gnus-default-article-saver):
14422         Add gnus-summary-save-in-pipe to choices.
14423         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14424         gnus-summary-pipe-output-default-command as the default command.
14425         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14426         instead of gnus-last-shell-command.
14427
14428         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14429         New user option.
14430         (gnus-summary-muttprint-program): Mention the value will be changed.
14431         (gnus-summary-save-article): Force showing of all headers.
14432         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14433
14434 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14435
14436         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14437
14438 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14439
14440         * nnimap.el (nnimap-id):
14441         * sieve-manage.el (sieve-manage-open): Doc fixes.
14442
14443 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14444
14445         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14446         if available.
14447
14448 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14449
14450         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14451
14452         * nnkiboze.el (nnkiboze-generate-group):
14453         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14454
14455         * nnmairix.el: Require CL.
14456
14457 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * dgnushack.el: Autoload get-display-table and put-display-table for
14460         XEmacs 21.5.
14461
14462         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14463         21.4 and SXEmacs.
14464
14465 2008-06-15  David Engster  <dengste@eml.cc>
14466
14467         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14468
14469 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14470
14471         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14472         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14473         runtime choice under XEmacs.
14474
14475         * gnus-sum.el (gnus-summary-set-display-table):
14476         Use `gnus-put-display-table', `gnus-get-display-table',
14477         `gnus-set-display-table' for the display table, instead of `aset'.
14478
14479         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14480         Use `gnus-put-display-table', `gnus-get-display-table',
14481         `gnus-set-display-table' for the display table.
14482
14483 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14484
14485         * nnmairix.el: Add autoloads.
14486
14487 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * nnmairix.el (nnmairix-delete-recreate-group)
14490         (nnmairix-update-and-clear-marks): Fix error messages.
14491
14492 2008-06-14  David Engster  <dengste@eml.cc>
14493
14494         * nnmairix.el: Upgrade to version 0.6.
14495         (nnmairix-group-toggle-propmarks-this-group)
14496         (nnmairix-group-toggle-readmarks-this-group)
14497         (nnmairix-group-delete-recreate-this-group)
14498         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14499         (nnmairix-remove-tick-mark-original-article): New commands.
14500         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14501         (nnmairix-propagate-marks-to-nnmairix-groups)
14502         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14503         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14504         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14505         functions needed for marks propagation and manipulation of read marks.
14506         (nnmairix-update-groups): New function.
14507         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14508         (nnmairix-determine-original-group-from-registry)
14509         (nnmairix-determine-original-group-from-path)
14510         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14511         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14512         New helper functions.
14513         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14514         keystrokes for new commands.
14515         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14516         (nnmairix-request-group): Check allow-fast group parameter.
14517         (nnmairix-request-create-group): Set allow-fast group parameter if
14518         nnmairix-allowfast-default is set.
14519         (nnmairix-close-group): Propagate marks upon closing if needed.
14520         (nnmairix-group-toggle-threads-this-group): Use new.
14521         nnmairix-group-toggle-parameter helper function.
14522         (nnmairix-search): Better check for empty search result.
14523         (nnmairix-goto-original-article): Use new helper functions for
14524         determining original article.
14525         (nnmairix-show-original-article): Make sure message-id is in brackets.
14526         (nnmairix-call-mairix-binary): Change variable name.
14527         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14528         helper function.
14529         (nnmairix-widget-toggle-activate): Fix doc string.
14530
14531 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * nnir.el: Require edmacro when compiling with XEmacs.
14534         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14535         available in Emacs 21.
14536
14537 2008-06-11  Glenn Morris  <rgm@gnu.org>
14538
14539         * gnus-util.el (x-focus-frame):
14540         * gnus.el (image-size):
14541         * mm-decode.el (image-size): Declare.
14542
14543         * gnus-picon.el (declare-function): Add compat definition.
14544         (image-size): Declare.
14545
14546         * gnus-group.el (tool-bar-map):
14547         * gnus-sum.el (tool-bar-map): Define for compiler.
14548
14549         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14550
14551         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14552
14553         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14554         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14555         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14556         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14557         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14558         * sieve-manage.el, spam-report.el, spam.el:
14559         Remove unnecessary eval-and-compile of autoloads.
14560
14561 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14562
14563         * auth-source.el: Precise Tramp doc.
14564
14565 2008-06-07  Glenn Morris  <rgm@gnu.org>
14566
14567         * nnmairix.el: Remove unnecessary eval-when-compile.
14568
14569 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * lpath.el: Fbind propertize for XEmacs 21.4.
14572
14573 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14574
14575         * nnir.el: Move here from ../contrib.
14576
14577 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14578
14579         * gnus-util.el (gnus-read-shell-command): New function.
14580         * mm-decode.el (mm-pipe-part):
14581         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14582
14583 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14586
14587 2008-06-03  Glenn Morris  <rgm@gnu.org>
14588
14589         * pop3.el (nnheader-accept-process-output): Autoload it.
14590
14591 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14594         are not 2-digit hexadecimal characters that follow `%'s.
14595
14596 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14597
14598         * message.el (message-bogus-recipient-p): Fix type in doc string.
14599         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14600         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14601         Improve custom options.
14602         (message-bogus-recipient-p): Adjust accordingly.
14603
14604 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14605
14606         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14607         long-form month and day names.
14608
14609 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * dgnushack.el: Autoload debug, eudc-expand-inline and
14612         pgg-snarf-keys-region for XEmacs.
14613
14614         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14615
14616         * nnmairix.el: Require edmacro when compiling with XEmacs.
14617
14618 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14621         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14622
14623 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14624
14625         * auth-source.el: Add more docs.
14626
14627         * netrc.el (netrc-machine): Always match if the port is not given.
14628
14629 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14630
14631         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14632         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14633         retrieval faster in some cases, but might make CPU usage larger.
14634         If this has any bad side effects, we might revert this change.
14635
14636         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14637         seems to make mail retrieval much, much faster.
14638         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14639         unconditionally.
14640
14641         * gnus-draft.el (gnus-group-send-queue):
14642         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14643
14644 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14647
14648         * message.el (message-bogus-address-regexp): Fix and improve custom
14649         type.
14650         (message-setup-hook): Add message-check-recipients as custom option.
14651
14652 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14653
14654         * message.el (message-cite-function): Remove bogus autoload which crept
14655         in during merge from v5-10.
14656
14657 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14658
14659         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14660
14661         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14662
14663         * auth-source.el: Preliminary Tramp docs.
14664         (auth-sources): Change the default auth-sources to use
14665         EPA .gpg files.
14666
14667 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14668
14669         * nntp.el: Autoload `auth-source-user-or-password'.
14670         (nntp-send-authinfo): Use it.
14671
14672         * nnimap.el: Autoload `auth-source-user-or-password'.
14673         (nnimap-open-connection): Use it.
14674
14675         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14676         for the gnus-message function.
14677         (auth-source-user-or-password): Use it.
14678
14679 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14680
14681         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14682         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14683         (rfc2104-hash): Use it.
14684
14685 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14686
14687         * gnus-art.el (gnus-article-toggle-truncate-lines):
14688         Don't use `iff' in docstring.
14689
14690 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14691
14692         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14693
14694         * gnus-util.el (gnus-extract-address-component-name)
14695         (gnus-extract-address-component-email): Convenience functions around
14696         `gnus-extract-address-components'.
14697
14698         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14699         Use `gnus-extract-address-component-email' to fix bug of comparing full
14700         sender name to `user-mail-address'.
14701
14702 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14703
14704         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14705         catch/throw to optimize.
14706         (gnus-registry-find-keywords): Just use member to find a keyword.
14707
14708 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14709
14710         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14711         is current before calling gnus-server-prepare.
14712         (gnus-server-setup-buffer, gnus-server-update-server)
14713         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14714
14715 2008-05-04  Juri Linkov  <juri@jurta.org>
14716
14717         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14718         (mailcap-file-default-commands): Use mailcap-replace-in-string
14719         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14720         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14721
14722 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14723
14724         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14725
14726 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14727
14728         * gnus.el: Bump version to 0.11.
14729
14730 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14731
14732         * gnus.el: No Gnus v0.10 is released.
14733
14734 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14735
14736         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14737         hooks.
14738         (gnus-update-read-articles): Speed up non-marks-using users.
14739         (gnus-use-marks): Define gnus-use-marks.
14740         (gnus-propagate-marks): Rename variable to something more sensible.
14741
14742 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14743
14744         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14745         (gmm-image-load-path-for-library): Fix typos in docstrings.
14746         (gmm-message): Reflow docstring.
14747
14748 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14749
14750         * mail-source.el (mail-source-set-1, mail-source-bind):
14751         Move auth-source code out of the macro to clean it up and fix bugs.
14752
14753 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14754
14755         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14756         by sender if it's equal to user-mail-address, it's likely to be
14757         useless.
14758
14759         * mail-source.el (mail-source-bind): Don't use user or password if they
14760         are not bound.  Unintern them if they are nil.  Don't use server unless
14761         it's bound, and default it to empty string otherwise.
14762
14763 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14764
14765         * mail-source.el: Load auth-source.el.
14766         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14767         get user name or password, if auth-sources is set up.
14768
14769         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14770         strategy of splitting with parent.
14771         (gnus-registry-split-fancy-with-parent)
14772         (gnus-registry-post-process-groups): Use it and fix prior
14773         bug (returning a list as the split result).
14774
14775         * auth-source.el (auth-sources): Remove server parameter.
14776         (auth-source-pick, auth-source-user-or-password)
14777         (auth-source-user-or-password-imap)
14778         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14779         (auth-source-user-or-password-sftp)
14780         (auth-source-user-or-password-smtp): Remove server parameter.
14781
14782 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14783
14784         * smime.el (smime-sign-region, smime-encrypt-region)
14785         (smime-decrypt-region):
14786         Remove redundant calls to `generate-new-buffer-name'.
14787
14788 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14789
14790         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14791         Don't use QP for message/rfc822.
14792         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14793
14794 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14795
14796         * sieve-manage.el (sieve-string-bytes): Remove.
14797         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14798         correct byte-length only if the process's coding-system is the same as
14799         the one used internally by Emacs to represent strings.
14800
14801 2008-04-22  Juri Linkov  <juri@jurta.org>
14802
14803         * mailcap.el (mailcap-file-default-commands): New function.
14804
14805 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * message.el (message-signature-separator, message-cite-function):
14808         Change custom version.
14809
14810 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14811
14812         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14813         commands.
14814         (tls-checktrust): Ditto.
14815
14816 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14817
14818         * mm-decode.el (mm-display-external): Make temp file read-only.
14819
14820 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14823         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14824         `C-c C-f d'.
14825
14826 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14827
14828         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14829
14830 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * gnus.el: Bump version to 0.9.
14833
14834 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14835
14836         * gnus.el: No Gnus v0.8 is released.
14837
14838 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14839
14840         * mail-source.el (mail-source-value):
14841         Prefer fboundp to functionp so it works with macros as well.
14842
14843 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14844
14845         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14846         Fix last change in case the element is not even a symbol.
14847
14848 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14849
14850         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14851         Prefer fboundp to functionp so it works with macros as well.
14852
14853 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14854
14855         * auth-source.el: Add docs.
14856         (auth-sources): Modify format to support server.
14857         (auth-source-pick, auth-source-user-or-password)
14858         (auth-source-user-or-password-imap)
14859         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14860         (auth-source-user-or-password-sftp)
14861         (auth-source-user-or-password-smtp): Add server parameter.
14862
14863 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14864
14865         * gnus-registry.el: Initialize the registry when gnus-registry-install
14866         is t.
14867
14868 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * compface.el (uncompface): Make buffer unibyte.
14871
14872 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14873
14874         * mail-source.el (mail-source-value):
14875         Prefer fboundp to functionp so it works with macros as well.
14876
14877 2008-04-05  Glenn Morris  <rgm@gnu.org>
14878
14879         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14880
14881 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14882
14883         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14884         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14885
14886         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14887         multibyteness after rather than before erasing it.
14888
14889         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14890         mm-with-multibyte.
14891         (gnus-request-article-this-buffer): Make sure the proper decoding is
14892         used if gnus-original-article-buffer happens to be unibyte.
14893
14894         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14895         default-enable-multibyte-characters.
14896
14897         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14898         default-enable-multibyte-characters.
14899
14900         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14901
14902         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14903
14904 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14905
14906         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14907         Fix last change in case the element is not even a symbol.
14908
14909 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14910
14911         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14912         (imap-message-copyuid-1): Use it.
14913         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14914         J. Williams in
14915         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14916
14917         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14918         imap-enable-exchange-bug-workaround.
14919         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14920
14921 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14922
14923         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14924         a 100 byte status-checks into a 2-3MB transfer for each group.
14925         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14926         to enable bug workaround or not.
14927         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14928
14929 2008-03-31  Glenn Morris  <rgm@gnu.org>
14930
14931         * message.el (mml2015-use): Declare for compiler.
14932         (message-info): Require mml2015 when appropriate.
14933
14934 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14937         whitespace.
14938
14939 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14940
14941         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14942         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14943         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14944         (nntp-service-to-port): New function.
14945         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14946         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14947         (nntp-open-netcat-stream): New function.
14948         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14949
14950 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14951
14952         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14953
14954 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14955
14956         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14957
14958 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14959
14960         * dns.el (dns-write): Use set-buffer-multibyte.
14961
14962 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14963
14964         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14965
14966 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14967
14968         * message.el (message-signature-separator): Change default.
14969         Improve custom type.
14970         (message-cite-function): Change default to
14971         message-cite-original-without-signature.
14972
14973         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14974         toggle.
14975
14976         * message.el (message-check-news-body-syntax): Fix signature check.
14977         (message-setup-1): Mark buffer as unmodified _after_ running
14978         message-setup-hook and handling message-alternative-emails.
14979         (message-shorten-references): Be more strict when building list of
14980         valid references to comply with GNKSA.
14981
14982         * gnus-group.el (gnus-read-ephemeral-bug-group)
14983         (gnus-read-ephemeral-debian-bug-group)
14984         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14985
14986         * message.el (message-info): Don't use booleanp which isn't supported
14987         in Emacs 21 and XEmacs.
14988
14989 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14990
14991         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14992         gnus-group-gmane-group-download-format.
14993         (gnus-group-read-ephemeral-gmane-group): Rename from
14994         gnus-group-read-ephemeral-gmane-group.
14995         (gnus-read-ephemeral-gmane-group-url): Rename from
14996         gnus-group-read-ephemeral-gmane-group-url.
14997         (gnus-bug-group-download-format-alist): New variable.
14998         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14999         (gnus-read-ephemeral-emacs-bug-group): New commands.
15000
15001 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15004         (gnus-visible-headers): Improve custom type.
15005
15006 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * mml.el (mml-menu): Add workarounds for XEmacs.
15009
15010         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15011         X-Boundary header.
15012
15013         * message.el (message-simplify-recipients): Fix previous commit.
15014
15015 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15016
15017         * mm-util.el (mm-set-buffer-multibyte): New function.
15018         * mm-decode.el (mm-copy-to-buffer): Use it.
15019
15020         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15021         Prefer fboundp to functionp so it works with macros as well.
15022
15023 2008-03-19  Glenn Morris  <rgm@gnu.org>
15024
15025         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15026         Accidentally removed in the sync process with Emacs.
15027
15028 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * message.el (message-alter-recipients-discard-bogus-full-name):
15031         New function.
15032         (message-alter-recipients-function): New variable.
15033         (message-get-reply-headers): Use it.
15034         (message-replace-header): New helper function.
15035         (message-recipients-without-full-name): New variable.
15036         (message-simplify-recipients): New command.
15037
15038         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15039
15040         * message.el (message-info): Handle EasyPG manual.
15041
15042         * mml.el (mml-menu): Add entry for EasyPG.
15043
15044 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15045
15046         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15047         parameter.
15048
15049         * message.el (message-disassociate-draft): Specify drafts group name
15050         fully.
15051
15052 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15053
15054         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15055         Eliminate unnecessary duplicates from the match list.
15056
15057 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15060
15061         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15062
15063         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15064         args of `how-many' of which the XEmacs version doesn't take; declare
15065         Info-index-next as function.
15066
15067 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15068
15069         * gnus-score.el (gnus-score-headers): Fix handling of
15070         gnus-inhibit-slow-scoring.
15071
15072         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15073         string.
15074         (gnus-button-url-regexp): Improve handling of parenthesis.
15075         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15076         (gnus-button-handle-info-keystrokes): Handle index entries.
15077
15078 2008-03-15  Glenn Morris  <rgm@gnu.org>
15079
15080         * parse-time.el (parse-time-string): Simplify.
15081
15082 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15085         Incoming* files.
15086
15087 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15088
15089         * auth-source.el (auth-sources): Rename from auth-source-choices.
15090         (auth-source-pick): Use it.
15091
15092 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15093
15094         * binhex.el (binhex-decode-region-internal):
15095         * uudecode.el (uudecode-decode-region-internal):
15096         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15097         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15098         setting default-enable-multibyte-characters.
15099
15100 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15101
15102         * auth-source.el (auth-source-protocols)
15103         (auth-source-protocols-customize, auth-source-choices): Add and
15104         modified variable customizations and defaults.
15105         (auth-source-pick, auth-source-user-or-password)
15106         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15107         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15108         (auth-source-user-or-password-sftp)
15109         (auth-source-user-or-password-smtp): Use new variables and provide an
15110         interface to netrc.el.
15111
15112 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15115         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15116         Make sure the nntp port to specify is a string.
15117
15118 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15119
15120         * nntp.el: Use with-current-buffer.
15121         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15122         dubious mm-with-unibyte-current-buffer.
15123         (nntp-with-open-group-function): New function extracted from
15124         nntp-with-open-group macro.
15125         (nntp-with-open-group): Use the function, so it's easier to debug.
15126         Add indentation and debugging info.
15127         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15128         Recommend the use of the netcat alternatives.
15129
15130         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15131         Avoid mm-string-as-multibyte as well.
15132
15133         * nnweb.el (nnweb-insert-html):
15134         Remove use of nnheader-string-as-multibyte.
15135
15136         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15137         (nnheader-string-as-multibyte): Remove.
15138
15139         * mm-view.el: Use inhibit-read-only.
15140         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15141         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15142         or unibyte-string.
15143
15144         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15145         (mm-uu-yenc-extract): Use with-current-buffer.
15146
15147         * gnus-soup.el (gnus-soup-send-packet): Don't use
15148         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15149
15150         * nnmh.el: Use with-current-buffer.
15151         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15152         mm-string-as-multibyte on the output of mm-encode-coding-string.
15153
15154         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15155         (nnimap-request-move-article): Use with-current-buffer.
15156
15157         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15158         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15159         conversion uses string-make-unibyte rather than string-as-unibyte.
15160
15161         * gnus-msg.el: Use with-current-buffer.
15162
15163         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15164
15165 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15166
15167         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15168         string for caching if it is 'PIN.
15169
15170 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * lpath.el: Consider the case without Emacs/W3.
15173
15174 2008-03-08  Glenn Morris  <rgm@gnu.org>
15175
15176         * time-date.el (date-to-time, time-subtract, time-add)
15177         (safe-date-to-time): Doc fixes.
15178
15179 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15180
15181         * mail-source.el (mail-source-delete-old-incoming-confirm):
15182         Change default to nil.
15183         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15184
15185 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * lpath.el: Rearrange.
15188
15189         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15190         (gnus-article-goto-prev-page): Work for articles having ^L's.
15191
15192         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15193
15194         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15195
15196 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15197
15198         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15199         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15200         (gnus-bookmark-jump): Adjust some variable names.
15201
15202 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15203
15204         * auth-source.el: New package.
15205         (auth-source-choices): Add customization entry point variable.
15206
15207         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15208         bug.
15209
15210 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15211
15212         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15213         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15214         (gnus-registry-install-shortcuts): Rename from
15215         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15216         the `gnus-registry-mark-map' keymap dynamically from
15217         `gnus-registry-marks'.  The generated functions update the summary line
15218         when a registry mark is added or deleted, and will call
15219         `gnus-registry-install-p' (see the comments in the code).
15220         (gnus-registry-user-format-function-M): Use concat intelligently.
15221
15222         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15223         the registry mark functions.
15224
15225 2008-03-05  Glenn Morris  <rgm@gnu.org>
15226
15227         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15228         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15229         gnus-art.
15230         (top-level): No need to load own source when compiling.
15231
15232 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15233
15234         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15235         Suggested by <chris.anderton@zetnet.co.uk>.
15236
15237 2008-03-04  Glenn Morris  <rgm@gnu.org>
15238
15239         * gnus-sum.el (top-level): No need to require gnus when compiling,
15240         since unconditionally required near start of file.
15241         (gnus-summary-display-while-building): Move definition before use.
15242
15243 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15244
15245         * gnus-registry.el (gnus-registry-user-format-function-M):
15246         Add formatting function.
15247
15248 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15249
15250         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15251         with plists.
15252         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15253         Use new format.
15254
15255 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15258         `where-is-internal' that returns a range of key sequences.
15259
15260 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15261
15262         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15263
15264         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15265         (gnus-summary-jump-to-group): Consider windows on other displayed
15266         frames as well.  Similar changes might be needed elsewhere, but that's
15267         the one I've bumped into during my use.
15268
15269         * nndoc.el (nndoc-oe-dbx-type-p):
15270         * gnus-msg.el (gnus-debug):
15271         * gnus-group.el (gnus-update-group-mark-positions):
15272         Use mm-string-to-multibyte.
15273
15274 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15275
15276         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15277         doesn't handle NotDashEscaped.
15278
15279         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15280         (mml-dnd-attach-options): Fix typo in custom choice.
15281
15282         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15283         Change nndoc-article-type to mbox.
15284         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15285
15286         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15287         to nil, instead of html2text.
15288
15289         * imap.el (imap-debug): Add `imap-ping-server'.
15290
15291         * gnus-bookmark.el: Add FIXMEs.
15292
15293         * message.el (message-form-letter-separator)
15294         (message-send-form-letter-delay): New variables.
15295         (message-send-form-letter): Use them.  New command to send form
15296         letters.  Requested by Uwe Siart.
15297         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15298
15299 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15300
15301         * Update copyright years.
15302
15303 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15304
15305         Sync from EMACS_22_BASE.
15306
15307         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15308
15309 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15310
15311         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15312         empty author.
15313
15314 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15315
15316         * gnus-registry.el (gnus-registry-marks): Add variable for
15317         customization of marks and their appearance.
15318         (gnus-registry-read-mark): Use it.
15319         (gnus-registry-do-marks): Add utility function to loop through
15320         `gnus-registry-marks'.
15321         (gnus-registry-install-shortcuts-and-menus): Add function to install
15322         shortcuts and menus.
15323         (gnus-registry-initialize): Use it.
15324         (gnus-registry-default-mark): Clarify documentation.
15325
15326 2008-02-29  Glenn Morris  <rgm@gnu.org>
15327
15328         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15329         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15330         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15331         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15332         Change defcustom :version from 23.0 to 23.1.
15333
15334 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15335
15336         * gnus-registry.el (gnus-registry-follow-group-p)
15337         (gnus-registry-post-process-groups): Add functions to aid registry
15338         splitting and improve logging.  Clarify behavior in function
15339         documentation.
15340         (gnus-registry-split-fancy-with-parent): Use them.
15341
15342 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15343
15344         * gnus-art.el: Use with-current-buffer.
15345
15346 2008-02-27  David Engster  <dengste@eml.cc>
15347
15348         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15349         Express real group name in the response.
15350
15351 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15354         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15355         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15356         autoload gnus-registry-fetch-group when compiling.
15357         (nnmairix-request-group-with-article-number-correction):
15358         Remove unreferenced argument passed to nnmairix-call-backend.
15359
15360 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15361
15362         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15363         (mm-uu-extract): Improve face for low color ttys.
15364         Reported by Sascha Wilde.
15365
15366 2008-02-27  Glenn Morris  <rgm@gnu.org>
15367
15368         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15369         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15370         variables to defconsts.  Convert comments to doc-strings.
15371         (nnmairix-last-server, nnmairix-current-server): Convert from free
15372         variables to defvars.  Convert comments to doc-strings.
15373         (gnus-registry-fetch-group): Autoload.
15374         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15375         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15376         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15377         caddr.
15378         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15379         nnmairix-request-group-with-article-number-correction call.
15380         (nnmairix-fast, nnmairix-group): New, less general names, for free
15381         variables passed from nnmairix-request-group to
15382         nnmairix-request-group-with-article-number-correction.  Declare.
15383         (nnmairix-request-group-with-article-number-correction):
15384         Use nnmairix-fast, nnmairix-group rather than fast, group.
15385
15386 2008-02-26  David Engster  <dengste@eml.cc>
15387
15388         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15389         version 0.5.
15390
15391 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15392
15393         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15394         instead of making an extra function call.  Don't add the current group
15395         to articles only when they have the group.  Use
15396         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15397         Reported by David <de_bb@arcor.de>.
15398
15399 2008-02-24  Miles Bader  <miles@gnu.org>
15400
15401         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15402         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15403         (mm-find-mime-charset-region):
15404         * mm-bodies.el (mm-encode-body):
15405         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15406
15407 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15410         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15411
15412 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15413
15414         * mail-source.el (mail-source-delete-incoming): Change default.
15415         Supplement doc string.
15416
15417         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15418
15419 2008-02-14  Glenn Morris  <rgm@gnu.org>
15420
15421         * time-date.el (format-seconds): New function.
15422
15423 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15424
15425         * nnmail.el (nnmail-message-id-cache-file): Derive from
15426         `gnus-home-directory'.
15427
15428 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15429
15430         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15431         Document negative prefix.
15432
15433         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15434
15435 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15436
15437         * message.el (message-unsent-separator): Add the Exim bounce
15438         separator.
15439
15440 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15441
15442         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15443         list.
15444         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15445         recipient/signer list.
15446
15447 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * Makefile.in (datarootdir): Define.
15450         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15451         name that might contain whitespace.
15452
15453 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15456         fbound (Emacs 23 unicode), signal an error.
15457
15458 2008-02-08  Glenn Morris  <rgm@gnu.org>
15459
15460         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15461
15462 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15463
15464         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15465         ports to the calls to `netrc-machine-user-or-password' in addition to
15466         "imap" and "imaps".
15467
15468 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15469
15470         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15471
15472         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15473
15474 2008-02-01  Kenichi Handa  <handa@m17n.org>
15475
15476         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15477         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15478         (rfc2104-hash): Convert the result of concat to unibyte string.
15479
15480 2008-02-01  Dave Love  <fx@gnu.org>
15481
15482         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15483         coding-system-for-read.
15484         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15485
15486 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15487
15488         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15489         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15490         <hanche@math.ntnu.no>.
15491
15492 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15495
15496         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15497
15498 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15499
15500         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15501         * message.el (message-beginning-of-line): Use featurep instead of bound
15502         tests in order to resolve conditionals at compile time.
15503
15504 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15505
15506         * mail-source.el (mail-sources): Add `group' choice.
15507
15508         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15509         parameter `in-group' to control into which group the articles go.
15510         Add treatment of `group' mail-source.
15511
15512 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15515
15516         * mm-decode.el (mm-dissect-buffer): Decode description.
15517
15518         * mml.el (mml-to-mime): Encode message header first.
15519
15520 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15523         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15524
15525         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15526         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15527
15528 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15529
15530         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15531
15532 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15535         prefix keys.
15536         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15537         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15538         gnus-xmas.el.
15539
15540         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15541         (gnus-xmas-article-describe-bindings): New function.
15542         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15543         gnus-xmas-article-describe-bindings.
15544
15545         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15546
15547 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15548
15549         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15550         Add new variables for article mark management.
15551         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15552         list of extra data entries which, when present, will indicate that the
15553         article ID should not be trimmed from the registry.
15554         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15555         functions.
15556         (gnus-registry-read-mark): New function to read a mark name from the
15557         user.
15558         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15559         (gnus-registry-set-article-mark-internal): New functions to add and
15560         remove marks.
15561         (gnus-registry-get-article-marks): New function to show the marks for
15562         an article, or retrieve them for further use.
15563
15564 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15567         keys when no argument is given.
15568
15569 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * imap.el (imap-ping-server): New variable.
15572         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15573         (imap-ping-server): Minor doc string fixes.
15574
15575 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15576
15577         * imap.el (imap-ping-server): New function.
15578         (imap-opened): Call imap-ping-server.
15579
15580 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15581
15582         * gnus-sum.el (gnus-article-sort-by-random)
15583         (gnus-thread-sort-by-random): Fix doc strings.
15584         Reported by jidanni@jidanni.org.
15585
15586 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-art.el (gnus-article-describe-bindings): New function.
15589         (gnus-article-read-summary-keys): Use it.
15590         (gnus-article-mode-map): Bind `C-h b' to it.
15591
15592 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15595         XEmacs.
15596         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15597         Protect against non-character events.
15598
15599         * lpath.el: Fbind map-keymap for Emacs 21.
15600
15601 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15602
15603         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15604         New command.
15605         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15606         instead of END.  Change name of the temp file.
15607         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15608         customizable.
15609
15610 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15613         bind `S W' to gnus-article-wide-reply-with-original; set default
15614         binding to gnus-article-read-summary-send-keys.
15615         (gnus-article-read-summary-keys): Fix the order of keys; display
15616         continuation keys correctly in the echo area; describe bindings
15617         correctly when keys end with `C-h'.
15618         (gnus-article-read-summary-send-keys): New function.
15619         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15620         Work for gnus-article-read-summary-send-keys; display continuation keys
15621         correctly in the echo area.
15622         (gnus-article-reply-with-original): Ignore prefix argument.
15623         (gnus-article-wide-reply-with-original): New function.
15624
15625         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15626         Emacs 21.
15627
15628 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15631         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15632
15633 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15634
15635         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15636         (gnus-group-read-ephemeral-gmane-group): New command.
15637
15638 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15639
15640         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15641
15642 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * message.el (message-send-mail-function): Increase custom version.
15645
15646         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15647         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15648
15649 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15650
15651         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15652         for the cases where imap-authenticate is called with a nil buffer
15653         parameter.
15654
15655 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15658         html parts correctly; support forwarded messages.
15659         (gnus-article-browse-html-article): Remove work buffers.
15660
15661         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15662         compiling.
15663         (netrc-bound-and-true-p): New macro.
15664         (netrc-parse): Use it instead of bound-and-true-p that is not available
15665         in XEmacs 21.4.
15666
15667 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15668
15669         * gnus-registry.el (gnus-registry-mark-article)
15670         (gnus-registry-article-marks): Add functionality to mark articles
15671         through the Gnus registry.
15672
15673         * encrypt.el: Clarify documentation for the new pgg method.
15674         (encrypt-file-alist): Add PGG option.
15675         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15676         functionality.  Abstract password key and messaging to external
15677         functions.
15678         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15679         (encrypt-message-method-and-cipher): Add new convenience external
15680         functions.
15681         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15682         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15683
15684         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15685         (netrc-parse): Use encrypt-file-alist to determine if
15686         encrypt-find-model or encrypt-insert-file-contents should be used.
15687
15688         * encrypt.el: Clarify documentation.  Load password-cache or
15689         password, whichever one is found first, instead of autoloading.
15690
15691 2007-12-19  Glenn Morris  <rgm@gnu.org>
15692
15693         * mml.el (message-options-set, message-narrow-to-head)
15694         (message-in-body-p, message-mail-p, message-encode-message-body):
15695         Autoload.
15696         (message-remove-header, message-narrow-to-headers-or-head)
15697         (message-subscribed-p, message-make-mail-followup-to)
15698         (message-position-on-field, message-news-p)
15699         (message-options-set-recipient, message-generate-headers)
15700         (message-sort-headers): Declare as functions.
15701
15702 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15703
15704         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15705         convention in doc string.
15706
15707 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15710         title to html parts.
15711         (gnus-article-browse-html-article): Pass message header to it.
15712
15713         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15714
15715 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15716
15717         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15718         or password compatible with XEmacs.
15719
15720 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15721
15722         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15723         format document.
15724         (gnus-mime-delete-part): Don't write description line if empty.
15725         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15726
15727 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15728
15729         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15730         (gnus-summary-mark-read-and-unread-as-read)
15731         (gnus-summary-mark-current-read-and-unread-as-read)
15732         (gnus-summary-mark-unread-as-ticked): Doc fix.
15733         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15734
15735 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15736
15737         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15738         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15739
15740 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15741
15742         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15743         yes-or-no-p.
15744
15745 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * mm-decode.el (mm-add-meta-html-tag): New function.
15748         (mm-save-part-to-file, mm-pipe-part): Use it.
15749
15750         * gnus-art.el (gnus-article-browse-delete-temp-files):
15751         Use gnus-y-or-n-p instead of y-or-n-p.
15752         (gnus-article-browse-html-parts): Work with message/external-body; use
15753         mm-add-meta-html-tag.
15754
15755 2007-12-11  Glenn Morris  <rgm@gnu.org>
15756
15757         * gnus-cache.el: Require gnus-sum not just when compiling.
15758
15759         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15760
15761         * gnus-int.el (gnus-server-opened, gnus-status-message):
15762         Move definitions before use.
15763
15764         * mm-decode.el: Require gnus-util.
15765         (mm-remove-part): Only call delete-annotation on XEmacs.
15766
15767         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15768
15769         * nnmail.el: Require gnus-int.
15770
15771         * spam.el: Move `require's before `eval-when-compile's.
15772
15773         * gnus-ems.el (gnus-alive-p):
15774         * gnus-fun.el (message-goto-eoh):
15775         * gnus-util.el (gnus-group-name-decode):
15776         * mail-source.el (gnus-compress-sequence):
15777         * message.el (Info-goto-node, format-spec):
15778         * mm-bodies.el (message-options-get):
15779         * mm-decode.el (mm-view-pkcs7):
15780         * mm-util.el (gmm-write-region):
15781         * mml-smime.el (mml-compute-boundary)
15782         (gnus-completing-read-with-default):
15783         * mml.el (widget-button-press, gnus-make-hashtable):
15784         * mml1991.el (mm-decode-content-transfer-encoding)
15785         (mm-encode-content-transfer-encoding)
15786         (message-options-get, message-options-set):
15787         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15788         * nnfolder.el (gnus-request-group):
15789         * nnheader.el (ietf-drums-unfold-fws):
15790         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15791         * smime.el (gnus-run-mode-hooks):
15792         * spam-stat.el (gnus-message): Autoload.
15793
15794         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15795         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15796         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15797         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15798         Add declare-function compatibility definition.
15799
15800         * gnus-cache.el (nnvirtual-find-group-art):
15801         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15802         (gnus-add-image, gnus-add-wash-type):
15803         * gnus-group.el (nnkiboze-score-file):
15804         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15805         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15806         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15807         (message-tokenize-header, gnus-get-buffer-create)
15808         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15809         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15810         * gnus.el (gnus-group-decoded-name):
15811         * mail-source.el (imap-capability):
15812         * mm-bodies.el (message-options-set):
15813         * mm-decode.el (gnus-configure-windows):
15814         * mm-extern.el (message-goto-body):
15815         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15816         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15817         (epg-sub-key-validity, message-options-set):
15818         * mml.el (widget-event-point, gnus-configure-windows):
15819         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15820         * mml2015.el (epg-check-configuration, epg-configuration)
15821         (message-options-set):
15822         * nndb.el (nndb-request-article):
15823         * nnfolder.el (gnus-request-create-group):
15824         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15825         * nnmaildir.el (gnus-group-mark-article-read):
15826         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15827         * rfc1843.el (message-fetch-field):
15828         * spam.el (gnus-extract-address-components):
15829         Declare as functions.
15830
15831 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15834
15835         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15836
15837         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15838         bind show-trailing-whitespace for XEmacs.
15839
15840 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15841
15842         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15843         new no-op macro for backward compatibility.
15844
15845         * imap.el (imap-string-to-integer): New function.
15846
15847 2007-12-09  Glenn Morris  <rgm@gnu.org>
15848
15849         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15850
15851         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15852         * message.el, mm-view.el, sieve-manage.el, smime.el:
15853         Add declare-function compatibility definition.
15854
15855         * gnus-art.el (w3-region, w3m-region, Info-menu):
15856         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15857         * gnus-sum.el (gnus-get-predicate):
15858         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15859         * message.el (mail-abbrev-in-expansion-header-p):
15860         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15861         (w3m-detect-meta-charset, w3m-region):
15862         * sieve-manage.el (password-read, password-cache-add)
15863         (password-cache-remove):
15864         * smime.el (password-read-and-add): Declare as functions.
15865
15866 2007-12-08  David Kastrup  <dak@gnu.org>
15867
15868         * gnus-sum.el (gnus-summary-simplify-subject-query):
15869         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15870         `message'.
15871
15872 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15875         it to bind idna-program, installation-directory, defined-colors, and
15876         face-attribute for XEmacs of the version that compiles defcustom forms.
15877
15878 2007-12-07  Glenn Morris  <rgm@gnu.org>
15879
15880         * gnus-art.el (article-make-date-line): Revert previous change.
15881
15882 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15883
15884         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15885
15886 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15887
15888         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15889         Call gnus-add-to-range ranges only once with a prepared article-list.
15890
15891 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15892
15893         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15894         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15895         group names with backslashes.
15896         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15897
15898 2007-12-06  Deepak Goel  <deego3@gmail.com>
15899
15900         * gnus-art.el (article-make-date-line):
15901         * gnus-start.el (gnus-load):
15902         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15903
15904 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * gnus-art.el (gnus-use-idna):
15907         * gnus-start.el (gnus-site-init-file):
15908         * message.el (message-use-idna):
15909         * mm-uu.el (mm-uu-hide-markers):
15910         * smiley.el (smiley-style): Revert changes that suppress warnings.
15911
15912 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15915         specify charset to html source.
15916         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15917
15918 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15921         idna-program in order to suppress byte compile warning issued by XEmacs
15922         that came to byte compile the default value section of defcustom forms
15923         recently.
15924
15925         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15926         value of installation-directory.
15927
15928         * message.el (message-use-idna): Don't directly refer to the value of
15929         idna-program.
15930
15931         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15932
15933         * smiley.el (smiley-style): Don't directly call face-attribute.
15934
15935 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15936
15937         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15938
15939         * gnus-dired.el: Reduce Gnus dependencies.
15940         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15941         Don't require.  Use autoloads instead.
15942         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15943         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15944         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15945         (gnus-dired-mode): Adjust doc string.
15946         (gnus-dired-mail-mode): New variable.
15947         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15948         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15949         (gnus-dired-mail-buffers): New function.  Return mail or message
15950         composition buffers.
15951         (gnus-dired-attach): Use it.
15952         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15953         NO-DECODE.
15954         (gnus-dired-print): Use `gnus-print-buffer' depending on
15955         `gnus-dired-mail-mode'.
15956
15957 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * rfc2047.el (rfc2047-encoded-word-regexp)
15960         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15961         explaining what regexp patterns are for.
15962
15963 2007-12-04  Glenn Morris  <rgm@gnu.org>
15964
15965         * password.el: Move to password-cache.el.
15966
15967         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15968         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15969         * mml-smime.el (password-read, password-cache-add)
15970         (password-cache-remove):
15971         No need to autoload, since mml-sec requires password.
15972
15973         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15974         * message.el (gnus-extract-address-components):
15975         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15976
15977         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15978         password.
15979
15980 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15981
15982         * mailcap.el: Reduce dependencies.
15983         (mail-header-parse-content-type): Autoload.
15984         (mailcap-delete-duplicates): New alias.
15985         (mailcap-mime-info): Add optional argument NO-DECODE.
15986         (mailcap-mime-types): Use mailcap-delete-duplicates.
15987
15988         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15989
15990 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15991
15992         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15993         (imap-parse-status): Upcase status-att for servers that sends them
15994         lower-case (e.g., MS Exchange 2007).
15995
15996 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15997
15998         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15999         function.
16000
16001         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16002         (gnus-uu-yenc-article): New function.
16003
16004         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16005
16006         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16007
16008 2007-12-02  Glenn Morris  <rgm@gnu.org>
16009
16010         * binhex.el (binhex): New custom group.
16011         (binhex-decoder-program, binhex-decoder-switches)
16012         (binhex-use-external): Move to the binhex custom group.
16013
16014         * uudecode.el (uudecode): New custom group.
16015         (uudecode-decoder-program, uudecode-decoder-switches)
16016         (uudecode-use-external): Move to the uudecode custom group.
16017
16018         * netrc.el (top-level): Don't load `encrypt' features.
16019         (netrc-parse): Don't use encrypt.
16020         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16021
16022         * encrypt.el: Remove file.
16023
16024 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16025
16026         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16027         matches on patches.
16028
16029         * gnus-art.el (gnus-article-browse-html-article):
16030         Mention `mm-text-html-renderer' in the doc string.
16031
16032         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16033         string.  Add comments.
16034
16035         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16036         if rhs is ASCII.
16037
16038 2007-12-01  Glenn Morris  <rgm@gnu.org>
16039
16040         * mail-source.el (top-level): Require format-spec before
16041         eval-when-compile.
16042
16043 2007-11-30  Glenn Morris  <rgm@gnu.org>
16044
16045         * encrypt.el: Require password, rather than autoloading password-read.
16046
16047 2007-11-29  Glenn Morris  <rgm@gnu.org>
16048
16049         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16050         (sasl-make-client, sasl-next-step, sasl-step-data)
16051         (sasl-step-set-data): Declare as functions.
16052
16053 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16056
16057 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16058
16059         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16060         certs should be verified and what is to be done in the event of a
16061         verification failure.
16062
16063         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16064         caller can indicate whether the cache should be disregarded for this
16065         call.  This way the result of the call is reproducible at all times and
16066         can be considered a canonical server name for the supplied method.
16067         (gnus-agent-method-p): Canonicalize server names by pushing their
16068         method through `gnus-method-to-server' using the no-cache argument.
16069
16070         * gnus-srvr.el (gnus-server-insert-server-line):
16071         Call `gnus-method-to-server' with `no-cache' argument.
16072
16073         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16074         gnus-agent-possibly-synchronize-flags as this should be called when the
16075         server is actually being opened.
16076         (gnus-agent-possibly-synchronize-flags)
16077         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16078         flags file of an agentized server to the latter function.
16079
16080         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16081         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16082         after a connection has been established successfully.
16083
16084 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * gnus-art.el (article-display-face): Force to display face if called
16087         interactively; check if gnus-article-x-face-too-ugly matches author.
16088         (article-display-x-face): Display face even if From header is missing
16089         as article-display-face does.
16090
16091 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16092
16093         * hashcash.el (message-narrow-to-headers-or-head)
16094         (message-fetch-field, message-goto-eoh)
16095         (message-narrow-to-headers): Declare as functions.
16096
16097 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16098
16099         * mail-source.el (mail-sources): Default to fetch from file for
16100         compatibility with default of nnmail-spool-file.
16101
16102 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16105         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16106         to look for encoded word that should be encoded again.
16107         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16108         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16109         encoding pattern.
16110         (rfc2047-decode-region): Switch strict regexp and loose one according
16111         to rfc2047-allow-irregular-q-encoded-words.
16112
16113 2007-11-25  Romain Francoise  <romain@orebokech.com>
16114
16115         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16116
16117 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16118
16119         * tls.el (tls-program): Provide more custom choices from
16120         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16121         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16122
16123 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16124
16125         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16126         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16127
16128         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16129         `nnmail-spool-file'.
16130
16131         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16132         `nnmail-spool-file'.
16133
16134         * gnus-move.el (gnus-change-server): Ditto.
16135
16136         * gnus-kill.el (gnus-batch-score): Ditto.
16137
16138         * gnus-cache.el (gnus-jog-cache): Ditto.
16139
16140         * gnus-msg.el (gnus-summary-reply):
16141         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16142
16143 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16144
16145         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16146         version.  Minor improvement to doc strings.
16147         (tls-program): Add comment.
16148
16149 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16150
16151         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16152         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16153         mismatch between the hostname provided in the certificate and the name
16154         of the host connnecting to.
16155         (open-tls-stream): Use them.  Check certificates against trusted root
16156         certificates.
16157
16158 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16159
16160         * gnus-cache.el (gnus-cache-generate-nov-databases):
16161         Use nnml-generate-nov-databases-directory instead of
16162         nnml-generate-nov-databases-1.
16163
16164 2007-11-24  Glenn Morris  <rgm@gnu.org>
16165
16166         * message.el (message-tool-bar-retro): Update for rename
16167         mail_send.xpm->mail-send.xpm.
16168
16169 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16170
16171         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16172         `smime-ldap-search' for Emacs 22 and up.
16173
16174 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16175
16176         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16177
16178         * message.el (message-send-mail-function): Fix error convention.
16179         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16180         (message-widen-reply, message-send-mail, message-talkative-question)
16181         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16182         (message-clone-locals, message-send-news): Use with-current-buffer.
16183         (message-insert-or-toggle-importance): Remove unused var `valid'.
16184         (message-make-references): Remove unused var `new-references'.
16185         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16186
16187 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16188
16189         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16190         (spam-split-symbolic-return-positive): Reflow docstring.
16191         (spam-backends, spam-summary-exit-behavior)
16192         (spam-mark-ham-unread-before-move-from-spam-group)
16193         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16194         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16195         (spam-clear-cache, spam-backend-check, spam-install-backend)
16196         (spam-install-statistical-backend, spam-list-of-processors)
16197         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16198         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16199         (spam-check-crm114, spam-initialize, spam-unload-hook):
16200         Fix typos in docstrings.
16201
16202 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16205         been checked if they have never been read and those group levels are
16206         higher than the one that a user specified.
16207
16208 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16211         foreign groups unless a group level is specified by a user.
16212         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16213
16214 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16215
16216         * message.el (message-send-mail-function): Require sendmail.
16217
16218 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16219
16220         * message.el (message-send-mail-function): Check for smtpmail too.
16221
16222         * utf7.el (utf7-encode, utf7-decode): Use coding system
16223         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16224
16225         * message.el (message-send-mail-function): New function.
16226         (message-send-mail-function): Set default using
16227         message-send-mail-function.  Adjust doc string.
16228         (message-send-mail-with-mailclient): New function.
16229
16230 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16231
16232         * smime.el (from):
16233         * rfc2047.el (message-posting-charset):
16234         * qp.el (mm-use-ultra-safe-encoding):
16235         * pop3.el (parse-time-months):
16236         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16237         * nnml.el (files):
16238         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16239         (jka-compr-compression-info-list, ange-ftp-path-format)
16240         (efs-path-regexp):
16241         * nndiary.el (files):
16242         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16243         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16244         (epg-digest-algorithm-alist, inhibit-redisplay)
16245         (password-cache-expiry):
16246         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16247         (pgg-output-buffer, password-cache-expiry):
16248         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16249         (efs-path-regexp):
16250         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16251         (inhibit-redisplay):
16252         * mm-uu.el (file-name, start-point, end-point, entry)
16253         (gnus-newsgroup-name, gnus-newsgroup-charset):
16254         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16255         (latin-unity-ucs-list):
16256         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16257         (mm-uu-binhex-decode-function):
16258         * message.el (gnus-message-group-art, gnus-list-identifiers)
16259         (rmail-enable-mime-composing, gnus-local-organization)
16260         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16261         (gnus-read-active-file, facemenu-add-face-function)
16262         (facemenu-remove-face-function, gnus-article-decoded-p)
16263         (tool-bar-mode):
16264         * mail-source.el (display-time-mail-function):
16265         * gnus-util.el (nnmail-pathname-coding-system)
16266         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16267         (gnus-original-article-buffer, gnus-user-agent)
16268         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16269         (xemacs-codename, sxemacs-codename, emacs-program-version):
16270         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16271         * gnus-start.el (gnus-agent-covered-methods)
16272         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16273         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16274         (gnus-newsgroup-headers, gnus-group-list-mode)
16275         (gnus-group-mark-positions, gnus-newsgroup-data)
16276         (gnus-newsgroup-unreads, nnoo-state-alist)
16277         (gnus-current-select-method, mail-sources)
16278         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16279         (nnmail-spool-file, gnus-cache-active-hashtb):
16280         * gnus-mh.el (mh-lib-progs):
16281         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16282         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16283         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16284         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16285         (gnus-group-buffer):
16286         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16287         (font-lock-set-defaults):
16288         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16289         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16290         (gnus-summary-post-menu, total-parts, type, condition, length):
16291         * gnus-agent.el (gnus-agent-read-agentview):
16292         * flow-fill.el (show-trailing-whitespace):
16293         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16294         eval-and-compile wrappers for byte compiler pacifiers.
16295
16296         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16297         (mm-display-inline-fontify): Check for featurep 'xemacs not
16298         extent-list.
16299
16300         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16301         itimer-list.
16302         (mm-create-image-xemacs): Only do something for XEmacs.
16303         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16304
16305         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16306
16307         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16308         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16309
16310 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16311
16312         * nnimap.el (nnimap-split-download-body):
16313         * gnus-demon.el (gnus-demon):
16314         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16315
16316 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16319         New macros.
16320         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16321         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16322         copy data from unibyte buffer to multibyte current buffer.
16323         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16324         to copy data from unibyte current buffer to multibyte buffer.
16325         (nntp-make-process-buffer): Make process buffer unibyte.
16326
16327         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16328
16329 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16330
16331         * pop3.el (pop3-open-server): Accept and process data more robustly at
16332         connection start to avoid spurious "POP SSL connection failed" errors.
16333
16334 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16337         read group names.
16338
16339 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16342
16343 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16346         (nnmail-save-active): Use a unibyte buffer when saving active file,
16347         which may contain non-ASCII group names.
16348
16349         * nnml.el (nnml-request-group): Decode group names in messages.
16350
16351 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16352
16353         * message.el (message-citation-line-function)
16354         (message-insert-formatted-citation-line): Fix spelling of
16355         `message-insert-formated-citation-line'.
16356
16357 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16358
16359         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16360
16361 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16364         nnmail-pathname-coding-system.
16365
16366         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16367         that a user enters; decode group names in messages.
16368
16369         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16370
16371 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16372
16373         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16374
16375         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16376
16377         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16378         risky local variable.
16379
16380         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16381
16382 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16383
16384         * encrypt.el: Improve documentation to fix function name typo.
16385         Reported by Daiki Ueno <ueno@unixuser.org>.
16386
16387 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16388
16389         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16390         even if the point is not in the last page of an article.
16391         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16392         back to the previous page.
16393
16394 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16395
16396         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16397
16398 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16401
16402 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16403
16404         * message.el (message-check-news-body-syntax):
16405         Avoid mm-string-as-multibyte.
16406         (message-hide-headers): Don't assume (point-min)==1.
16407
16408 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16409
16410         * message.el (message-remove-blank-cited-lines): Fix if remove is
16411         given.
16412         (message-bogus-address-regexp): New variable.
16413         (message-bogus-recipient-p): New function.
16414         (message-check-recipients): New command.
16415         (message-syntax-checks): Add `bogus-recipient'.
16416         (message-fix-before-sending): Add `bogus-recipient'.
16417
16418         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16419         (gnus-treat-body-boundary): Don't test window-system.
16420
16421 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16422
16423         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16424
16425 2007-10-28  Miles Bader  <miles@gnu.org>
16426
16427         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16428         at compile-time too.
16429
16430 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16431
16432         * gnus-msg.el (gnus-message-setup-hook):
16433         Add `message-remove-blank-cited-lines' to options.
16434
16435 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16436
16437         * message.el (message-remove-blank-cited-lines): New function.
16438         Suggested by Karl Plästerer.
16439
16440 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16443         mapc.
16444
16445         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16446         (top-level): Use mapc to set functions to be traced for debugging.
16447
16448         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16449         called for effect with while loop.
16450
16451         * message.el (message-talkative-question): Replace mapcar called for
16452         effect with mapc.
16453
16454         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16455         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16456         called for effect with dolist.
16457
16458         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16459
16460         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16461         gnus-extra-headers and nnmail-extra-headers.
16462
16463         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16464         called for effect with dolist.
16465         (top-level): Use mapc to set functions to be traced for debugging.
16466
16467         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16468         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16469         dolist.
16470
16471         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16472         Replace mapcar called for effect with mapc.
16473         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16474         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16475         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16476         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16477
16478         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16479         remove-if that's a cl function.
16480
16481         * webmail.el (webmail-debug): Replace mapcar called for effect with
16482         dolist.
16483
16484         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16485         with mapc.
16486
16487 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16490         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16491         with while loop.
16492
16493         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16494         functions from article-* functions.
16495         (gnus-multi-decode-header): Replace mapcar called for effect with
16496         dolist.
16497
16498         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16499         (gnus-bookmark-show-details): Replace mapcar called for effect with
16500         while loop.
16501
16502         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16503         called for effect with while loop.
16504
16505         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16506         with dolist.
16507
16508         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16509         Replace mapcar called for effect with dolist.
16510
16511         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16512
16513         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16514         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16515         Replace mapcar called for effect with dolist.
16516         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16517         mapc.
16518
16519         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16520         Replace mapcar called for effect with dolist.
16521         (gnus-topic-list): Replace mapcar called for effect with mapc.
16522
16523         * gnus.el: Use mapc instead of mapcar to add autoloads.
16524
16525 2007-10-23  Richard Stallman  <rms@gnu.org>
16526
16527         * gnus-group.el (gnus-group-highlight): Mark as risky.
16528
16529 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * gnus.el (gnus-server-to-method): Return method found first in
16532         gnus-newsrc-alist.
16533
16534         * gnus-art.el (gnus-article-highlight-signature)
16535         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16536         button overlay without the front stickiness.
16537
16538 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16539
16540         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16541         overview buffer needed a catch to receive its throw.
16542         (gnus-agent-flush-cache): Declare as interactive to make this function
16543         easier to use.
16544
16545 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16546
16547         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16548         `next-line'.
16549
16550 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16553         exclude address matching message-dont-reply-to-names.
16554
16555 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * gnus-util.el (gnus-string<): New function.
16558
16559         * gnus-sum.el (gnus-article-sort-by-author)
16560         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16561
16562 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16565         the frame-focus tag is set in gnus-buffer-configuration.
16566
16567 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16570         the front stickiness.
16571
16572 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16575         url pattern; remove duplicate one.
16576         (gnus-article-extend-url-button): New function.
16577         (gnus-article-add-buttons): Use it.
16578         (gnus-button-push): Use concatenated url that it makes.
16579
16580 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16581
16582         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16583
16584 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16585
16586         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16587         Don't hardcode point-min==1.
16588
16589 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16590
16591         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16592         Fix comment about "iso8859-1".
16593
16594 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16595
16596         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16597         ones returned from the verify-function.
16598
16599         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16600         Call mml2015-extract-cleartext-signature if extraction failed.
16601
16602 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16603
16604         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16605         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16606         failed.
16607
16608 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16609
16610         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16611
16612 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16613
16614         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16615         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16616         recommends to use EasyPG instead of PGG.
16617
16618         * pgg.el: Revert to revision 6.23.2.16.
16619
16620         * pgg-def.el: Revert to revision 6.6.2.14.
16621
16622         * pgg-gpg.el: Revert to revision 6.23.2.34.
16623
16624 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16625
16626         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16627         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16628         thread for both the null and zero (kill/expire thread) universal prefix
16629         cases.
16630         (gnus-summary-expire-thread): Add new function to expire a thread,
16631         using gnus-summary-kill-thread.
16632         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16633         shortcuts for gnus-summary-expire-thread.
16634         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16635         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16636
16637 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16638
16639         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16640         extras value, so an extras entry can be deleted.
16641         (gnus-registry-delete-extra-entry): Use it.
16642         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16643         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16644         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16645         storage through the gnus-registry, and provide an appropriate API for
16646         it.
16647
16648 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16651         Suggested by Leo <sdl.web@gmail.com>.
16652
16653         * gnus.el: Do.
16654
16655 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16658         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16659
16660         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16661
16662         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16663         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16664
16665 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16668         newline.
16669         (nnmbox-request-accept-article): Don't change article in source buffer;
16670         narrow to header to use message-fetch-field rather than
16671         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16672         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16673         as delimiters; make sure article ends with newline.
16674         (nnmbox-delete-mail): Correct last position of article to be deleted;
16675         ignore X-Gnus-Newsgroup header in article body.
16676         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16677         positions; make sure article ends with newline.
16678
16679         * message.el (message-display-abbrev): Don't infloop when a user
16680         inserts SPC in the beginning of header.
16681
16682         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16683         coding-system-for-read and coding-system-for-write for XEmacs having no
16684         file-coding feature.
16685
16686         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16687
16688 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16689
16690         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16691         list of groups not followed by default.  Fix type to be regexp.
16692         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16693
16694 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16695
16696         * hmac-def.el (define-hmac-function): Switch from old-style to
16697         new-style backquotes.
16698
16699         * md4.el (md4-make-step): Likewise.
16700
16701 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16704         raw-text coding system when saving .newsrc file, which may contain
16705         non-ASCII group names.
16706
16707 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-cus.el (gnus-score-extra): New widget.
16710         (gnus-score-extra-convert): New function.
16711         (gnus-score-customize): Use it for Extra.
16712
16713 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16714
16715         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16716         (mml2015-mailcrypt-clear-verify): Use it.
16717         (mml2015-gpg-clear-verify): Use it.
16718         (mml2015-pgg-clear-verify): Use it.
16719         (mml2015-epg-clear-verify): Replace the current part with the output
16720         from GnuPG; don't extract the plaintext by itself.
16721
16722         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16723         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16724         mml2015-clear-verify-function; don't touch the armor headers or
16725         dash-escaped text here.
16726
16727 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16730         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16731         parts, or application/octet-stream as a last resort.
16732         (gnus-mime-view-part-as-type): Don't toggle display.
16733         (gnus-mime-view-part-as-charset): Don't turn off display before
16734         querying charset.
16735
16736         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16737         stuff to undisplayer function in Emacs.
16738         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16739
16740         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16741         text/calendar parts.
16742
16743 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16746         decoding text/calendar parts.
16747
16748         * message.el (message-forward-make-body-mime): Always mark body as
16749         having no illegible text; remove signed-or-encrypted argument.
16750         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16751
16752         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16753         (mml-generate-mime-1): Don't encode body if it is specified to be in
16754         raw form; don't make buffer be unibyte when inserting multibyte string.
16755
16756 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16757
16758         * sha1.el: Fix up comment style.
16759         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16760         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16761
16762         * hex-util.el: Fix up comment style.
16763         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16764
16765         * gnus-salt.el: Use with-current-buffer.
16766         (gnus-pick-setup-message): Fix long-standing typo.
16767
16768 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * imap.el (imap-logout-timeout): New variable.
16771         (imap-logout, imap-logout-wait): New functions.
16772         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16773
16774         * nnimap.el (nnimap-logout-timeout): New server variable.
16775         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16776         nnimap-logout-timeout.
16777
16778         * gnus-art.el (gnus-article-summary-command-nosave)
16779         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16780
16781 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * gnus.el (gnus-maximum-newsgroup): New variable.
16784
16785         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16786         according to gnus-maximum-newsgroup.
16787
16788         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16789         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16790         Limit the range of articles according to gnus-maximum-newsgroup.
16791
16792 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16793
16794         * gnus-art.el (gnus-sticky-article): Fix problems described in
16795         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16796         Don't perform gnus-configure-windows here; reuse existing sticky
16797         article buffer.
16798
16799         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16800         it doesn't exist in gnus-article-mode.
16801
16802 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16803
16804         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16805         (gnus-agent-decoded-group-name): New function.
16806         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16807         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16808
16809 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16810
16811         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16812         Add binding for gnus-sticky-article.
16813         (gnus-summary-exit): Don't kill sticky article buffers.
16814
16815         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16816         article buffer.
16817         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16818         (gnus-kill-sticky-article-buffers): New commands.
16819
16820 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * nntp.el (nntp-xref-number-is-evil): New server variable.
16823         (nntp-find-group-and-number): If it is non-nil, don't trust article
16824         numbers in the Xref header.
16825
16826 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * gnus-agent.el (gnus-agent-read-group): New function.
16829         (gnus-agent-flush-group, gnus-agent-expire-group)
16830         (gnus-agent-regenerate-group): Use it.
16831         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16832         nnmail-pathname-coding-system.
16833
16834 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16837
16838         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16839         that are unread as unread, and also as selected so that information of
16840         marks having been changed by a user may be updated when exiting group.
16841
16842 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16843
16844         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16845
16846 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16849         calculated ignoring signature parts to gnus-treat-article.
16850
16851 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16854         a point here in order to keep the window start.
16855         (gnus-insert-mime-security-button): Make a button overlay without the
16856         front stickiness.
16857         (gnus-mime-display-security): Goto the end of a button.
16858
16859         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16860
16861 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16864         group-name-at-point.
16865         (gnus-group-completing-read): New function that offers decoded
16866         non-ASCII group names for completion.
16867         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16868         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16869         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16870         (gnus-group-fetch-control): Use it.
16871         (gnus-fetch-group): Use group-name-at-point for the initial value
16872         rather than the default value; use gnus-alive-p.
16873
16874         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16875         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16876         (gnus-summary-post-news): Use gnus-group-completing-read.
16877
16878         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16879         (gnus-read-move-group-name): Decode group name for completion.
16880
16881 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16882
16883         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16884         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16885         Yamaoka slightly modified the code).
16886
16887 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16890         (nnmail-split-incoming): Bind it.
16891
16892         * nnml.el (nnml-group-name-charset): New function.
16893         (nnml-decoded-group-name): Use it; don't decode group name if
16894         nnmail-group-names-not-encoded-p is non-nil.
16895         (nnml-encoded-group-name): New function.
16896         (nnml-group-pathname): Inline nnml-decoded-group-name.
16897         (nnml-request-expire-articles): Decode group name in message.
16898         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16899         nnmail-pathname-coding-system.
16900         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16901         not decoded ones according to nnmail-group-names-not-encoded-p.
16902         (nnml-generate-active-info): Use nnml-encoded-group-name.
16903
16904 2007-08-08  Glenn Morris  <rgm@gnu.org>
16905
16906         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16907         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16908         doc-strings and comments.
16909
16910 2007-07-25  Glenn Morris  <rgm@gnu.org>
16911
16912         * Relicense all FSF files to GPLv3 or later.
16913
16914 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * gnus-sum.el (gnus-summary-move-article):
16917         Make gnus-summary-respool-article work.
16918
16919 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16920
16921         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16922         string.
16923
16924 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16925
16926         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16927         that should be ignored when comparing distant RSS articles with local
16928         ones.
16929         (nnrss-make-hash-index): New function.  Create a hash index according
16930         to the ignored fields.
16931         (nnrss-check-group): Use it.
16932
16933 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16936
16937         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16938
16939         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16940         the new optional argument ENCODED is non-nil.
16941         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16942         coding system for encoding group name.
16943         (gnus-group-make-rss-group): Pass un-encoded group name to
16944         gnus-group-make-group.
16945         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16946         encoded.
16947
16948         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16949         Encode group name to which articles are moved or copied.
16950         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16951         coding system for encoding Newsgroup, Followup-To and Xref headers.
16952
16953         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16954         marks; use nnheader-file-coding-system to write a file.
16955         (nnagent-retrieve-headers): Bind file-name-coding-system to
16956         nnmail-pathname-coding-system.
16957
16958         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16959
16960         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16961         (nnml-request-article, nnml-request-create-group)
16962         (nnml-request-rename-group, nnml-find-id)
16963         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16964         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16965         (nnml-save-marks): Use nnml-group-pathname instead of
16966         nnmail-group-pathname.
16967
16968         (nnml-request-create-group, nnml-request-expire-articles)
16969         (nnml-request-move-article, nnml-request-delete-group)
16970         (nnml-deletable-article-p, nnml-possibly-create-directory)
16971         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16972         (nnml-open-marks): Bind file-name-coding-system to
16973         nnmail-pathname-coding-system.
16974
16975         (nnml-request-article): Pass server argument to nnml-find-group-number.
16976         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16977         Pass server argument to nnml-possibly-create-directory.
16978         (nnml-request-accept-article): Pass server argument to
16979         nnml-active-number and nnml-save-mail.
16980         (nnml-find-group-number): Pass server argument to nnml-find-id.
16981         (nnml-request-update-info): Pass server argument to
16982         nnml-marks-changed-p.
16983
16984         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16985         (nnml-save-mail, nnml-active-number): Add server argument.
16986
16987         (nnml-request-delete-group): Warn if group is missing.
16988         (nnml-get-nov-buffer): Decode group name.
16989         (nnml-generate-active-info): Encode group name.
16990         (nnml-open-marks): Decode group name in messages.
16991
16992 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16995         if it is not specified.
16996         (gnus-article-pipe-part, gnus-article-save-part)
16997         (gnus-article-interactively-view-part, gnus-article-copy-part)
16998         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16999         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17000         (gnus-article-replace-part, gnus-article-delete-part)
17001         (gnus-article-view-part-as-type): Pass raw prefix argument to
17002         gnus-article-part-wrapper.
17003
17004 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * gnus-agent.el (gnus-agent-save-active):
17007         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17008
17009         * gnus-cache.el (gnus-cache-save-buffers)
17010         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17011         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17012         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17013         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17014         (gnus-cache-generate-active, gnus-cache-rename-group)
17015         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17016         (gnus-cache-update-overview-total-fetched-for):
17017         Bind file-name-coding-system to nnmail-pathname-coding-system.
17018         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17019         New variables.
17020         (gnus-cache-decoded-group-name): New function.
17021         (gnus-cache-file-name): Use it.
17022         (gnus-cache-generate-active): Use non-decoded group name for active.
17023
17024         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17025         right place.
17026         (gnus-write-active-file): Don't break non-ASCII group names.
17027
17028         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17029         nnmail-pathname-coding-system.
17030
17031         * lpath.el: Bind default-file-name-coding-system,
17032         file-name-coding-system and language-info-alist for XEmacs.
17033
17034         * gnus-uu.el (gnus-uu-decode-save): Typo.
17035
17036 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17039
17040 2007-07-14  David Kastrup  <dak@gnu.org>
17041
17042         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17043         finishing actions if we did not edit the article.
17044
17045 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17048         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17049         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17050         (gnus-agent-flush-group, gnus-agent-flush-cache)
17051         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17052         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17053         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17054         (gnus-agent-regenerate-group)
17055         (gnus-agent-update-files-total-fetched-for)
17056         (gnus-agent-update-view-total-fetched-for):
17057         Bind file-name-coding-system to nnmail-pathname-coding-system.
17058         (gnus-agent-group-pathname): Don't encode file names by
17059         nnmail-pathname-coding-system.
17060         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17061         coding-system-for-write instead of buffer-file-coding-system to
17062         gnus-agent-file-coding-system.
17063
17064         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17065         Decode group name.
17066
17067         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17068
17069         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17070         (gnus-read-newsrc-el-file): Make group names unibyte.
17071
17072         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17073         nnmail-pathname-coding-system.
17074
17075         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17076         (nnrss-request-delete-group): Bind file-name-coding-system to
17077         nnmail-pathname-coding-system.
17078         (nnrss-read-server-data, nnrss-read-group-data):
17079         Bind file-name-coding-system correctly.
17080         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17081
17082         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17083         (nntp-server-to-method-cache): New variable.
17084         (nntp-group-pathname): New function that decodes non-ASCII group names.
17085         (nntp-possibly-create-directory, nntp-marks-changed-p)
17086         (nntp-save-marks, nntp-open-marks): Use it.
17087         (nntp-possibly-create-directory, nntp-open-marks):
17088         Bind file-name-coding-system to nnmail-pathname-coding-system.
17089         (nntp-open-marks): Decode group names when bootstrapping marks.
17090
17091         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17092         Newsgroups and Followup-To headers.
17093
17094 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17097         (gnus-server-closed-face, gnus-server-denied-face)
17098         (gnus-server-offline-face): Remove variable.
17099         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17100
17101         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17102         of modifying message-stack directly for XEmacs.
17103
17104         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17105         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17106         if the coding-system argument is nil for XEmacs.
17107
17108         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17109         mm-charset-override-alist.
17110
17111         * rfc2047.el: Don't require base64; require rfc2045 for the function
17112         rfc2045-encode-string.
17113         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17114         to quote the parameter value.
17115
17116 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17119         form in gnus-group-name-charset-method-alist.
17120
17121         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17122         overrides the default layout edit-form.
17123
17124         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17125
17126         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17127
17128 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17131         as unfetched articles.
17132
17133 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17134
17135         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17136
17137 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17140         original back end that keeps marks in the local system.
17141
17142 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17145         arg of pop-to-buffer for XEmacs.
17146         (gnus-article-read-summary-keys): Ditto; don't restore window
17147         configuration if summary command ends up with neither article buffer
17148         nor summary buffer; describe bindings if summary keys end with C-h.
17149
17150 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * message.el (message-fix-before-sending): Skip raw message part to be
17153         forwarded while checking illegible text.
17154         (message-forward-make-body-mime, message-forward-make-body):
17155         Mark signed or encrypted raw message as having no illegible text.
17156
17157 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17160         (gnus-message-with-timestamp-1): New macro.
17161         (gnus-message-with-timestamp): New function.
17162         (gnus-message): Use them.
17163
17164         * nnheader.el (nnheader-message): Use them.
17165
17166 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17167
17168         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17169         .newsrc.eld file.
17170
17171 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17172
17173         * gnus-agent.el (gnus-agent-fetch-headers)
17174         (gnus-agent-retrieve-headers):
17175         Bind gnus-decode-encoded-address-function to identity.
17176
17177         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17178         available also when the server returns simply a dot.
17179
17180         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17181
17182 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17185
17186 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * gnus-ems.el (gnus-x-splash): Make it work.
17189
17190         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17191         from being used.
17192
17193         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17194
17195 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17198         4th and the 5th arguments.
17199
17200         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17201         the front stickiness.
17202         (gnus-article-summary-command-nosave): Correct the order of the
17203         arguments passed to pop-to-buffer.
17204         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17205         summary command ends up with the article buffer.
17206
17207         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17208         the same faces.
17209
17210 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17211
17212         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17213
17214 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17215
17216         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17217         * gnus-sum.el (gnus-summary-highlight):
17218         * pgg.el (pgg-sign-region, pgg-sign):
17219         * mail-source.el (mail-source-delete-old-incoming-confirm):
17220         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17221
17222 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17223
17224         * gnus-art.el (gnus-mime-view-part-externally)
17225         (gnus-mime-view-part-internally): Fix predicate function passed to
17226         completing-read.
17227
17228         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17229
17230         * gnus.el (gnus-update-message-archive-method): Add :version.
17231
17232 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * gnus.el (gnus-update-message-archive-method): New variable.
17235
17236         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17237         according to gnus-message-archive-method if
17238         gnus-update-message-archive-method is non-nil.
17239
17240 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17243         Suggested by Loic Dachary <loic@dachary.org>.
17244         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17245
17246 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * message.el (message-pop-to-buffer): Add switch-function argument.
17249         (message-mail): Pass switch-function argument to it.
17250
17251 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17252
17253         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17254         Improve doc string.
17255
17256 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17259         (gnus-header-content):
17260         * gnus-cite.el (gnus-cite-10):
17261         * gnus-srvr.el (gnus-server-closed):
17262         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17263         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17264         (gnus-group-mail-3-empty, gnus-group-mail-low)
17265         (gnus-group-mail-low-empty, gnus-splash):
17266         * message.el (message-header-to, message-header-cc)
17267         (message-header-subject, message-header-other, message-header-name)
17268         (message-header-xheader, message-separator, message-cited-text)
17269         (message-mml): Lighten colors of faces used for dark background.
17270
17271 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17272
17273         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17274         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17275
17276 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17277
17278         * message.el (message-narrow-to-headers-or-head):
17279         Ignore mail-header-separator in the body.
17280
17281 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17284         same as window size.
17285
17286 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17287
17288         * message.el (message-font-lock-keywords): Use message-header-xheader
17289         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17290         ahead of the anything pattern, to get it recognized.
17291
17292 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17295         spam.el loads uses it in the compiled defadvice form.
17296
17297 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17298
17299         * gnus-sum.el (gnus-articles-to-read)
17300         (gnus-summary-insert-old-articles): Don't truncate group name for
17301         `read-string'.
17302
17303         * gnus-util.el (gnus-limit-string): Delete this function.
17304
17305         * gnus-sum.el (gnus-simplify-subject-fully):
17306         Use `truncate-string-to-width' instead.
17307
17308 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17309
17310         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17311         Tell if, on summary exit, the next group has to be selected.
17312         (gnus-summary-exit): Use it.
17313
17314 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17315
17316         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17317         non-break space.
17318
17319 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17322         Check if group is not a directory.
17323         (nnfolder-request-expire-articles): Don't delete articles if the target
17324         group is not available.
17325
17326         * nnml.el (nnml-request-create-group): Properly check if group is not a
17327         file.
17328         (nnml-request-expire-articles): Don't delete articles if the target
17329         group is not available.
17330
17331         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17332         Don't quote characters that are within parentheses.
17333
17334 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17335
17336         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17337         (gnus-handle-ephemeral-exit): Select article according to it.
17338
17339 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17340
17341         * message.el (message-insert-formated-citation-line): Remove newline.
17342         (message-citation-line-format): Add final \n here so that the user can
17343         avoid a blank line.
17344
17345 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17346
17347         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17348         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17349         Update lanl/arXiv support.
17350
17351 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17352
17353         * gnus.el: Bump version number.
17354
17355 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17356
17357         * gnus.el (gnus-version-number): Bump version.
17358
17359 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17360
17361         * gnus.el: No Gnus v0.6 is released.
17362
17363 2007-04-27  Didier Verna  <didier@xemacs.org>
17364
17365         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17366         * gmm-utils.el (gmm-regexp-concat): ... here.
17367         * message.el: Don't require 'gnus-util.
17368         (message-dont-reply-to-names): Handle name change above.
17369         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17370
17371 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17372
17373         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17374         since the initial value varies according to the system.
17375
17376 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17379
17380 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17381
17382         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17383
17384 2007-04-24  Didier Verna  <didier@xemacs.org>
17385
17386         Improve the type of gnus-ignored-from-addresses.
17387         * gnus-util.el (gnus-orify-regexp): New function.
17388         * message.el (gnus-util): Require it.
17389         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17390         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17391         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17392
17393 2007-04-24  Didier Verna  <didier@xemacs.org>
17394
17395         * gnus-sum.el:
17396         * gnus-utils.el: Fix some trailing whitespaces.
17397
17398 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17401         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17402         article's Message-ID; refer parent article in summary buffer.
17403
17404         * message.el (message-bounce): Call mime-to-mml.
17405
17406         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17407         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17408         optimize and/or forms properly.
17409
17410 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17411
17412         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17413         URL.
17414
17415 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17418
17419 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17422         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17423         displayed of multipart/alternative part if it is invoked from summary
17424         buffer.
17425
17426         * mm-view.el (mm-inline-text-html-render-with-w3m)
17427         (mm-inline-text-html-render-with-w3m-standalone)
17428         (mm-inline-render-with-function): Use mail-parse-charset by default.
17429
17430 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17431
17432         * parse-time.el (parse-time-string-chars): Check if CHAR
17433         is less than the length of parse-time-syntax.
17434
17435 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17436
17437         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17438         from gnus-newsgroup-processable.
17439
17440 2007-04-16  Didier Verna  <didier@xemacs.org>
17441
17442         * gnus-msg.el (gnus-configure-posting-styles):
17443         Handle message-signature-directory properly with :file syntax.
17444         Reported by "Leo".
17445
17446 2007-04-11  Didier Verna  <didier@xemacs.org>
17447
17448         New user option: message-signature-directory.
17449         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17450         * message.el (message-insert-signature): Ditto.
17451         * message.el (message-signature-file): Doc update.
17452         * message.el (message-signature-directory): New.
17453
17454 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * gnus-msg.el (gnus-inews-yank-articles):
17457         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17458
17459 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * message.el (message-yank-original): Make sure cited text ends with
17462         newline; don't exchange point and mark.
17463
17464 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17465
17466         * tls.el (open-tls-stream): Properly handle case where there
17467         is no associated buffer.
17468
17469 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17470
17471         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17472         message-yank-original, make sure (< mark TEXT point).
17473
17474 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17475
17476         * message.el (message-fill-column): New variable.
17477         (message-mode): Use it.  Add comment on a possible new hook.
17478
17479         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17480         (nnmail-get-new-mail): Reformat.
17481
17482         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17483
17484         * gmm-utils.el: Fix Commentary.
17485         (gmm-tool-bar-from-list): Fix typo in doc string.
17486
17487 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17488
17489         * message.el (message-yank-original): Don't switch point and mark
17490         unnecessarily to put point and mark as documented.
17491
17492 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17493
17494         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17495         from the message heads.
17496
17497 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17498
17499         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17500         article buffer does not have a window.  This may not be the best
17501         solution but is certainly better than setting the start of the null,
17502         that is the current, window.
17503
17504 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17507         (gnus-draft-setup): Run it.
17508
17509         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17510         gnus-score-fast-scoring.  Allow regexp.
17511         (gnus-score-headers): Use it.
17512
17513         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17514         XEmacs.
17515
17516         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17517         string.
17518         (gnus-button-alist): Also catch `<f1> k ...'.
17519         (gnus-treat-display-x-face): Fix doc string.
17520
17521 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17522
17523         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17524         evaluation of gnus-extended-version to ensure correct generation of the
17525         User-Agent header when message-generate-headers-first is used.
17526
17527 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17528
17529         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17530         hashcash-path is nil.  Don't call callback with incorrect number of
17531         parameters if val is 0.
17532
17533 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17534
17535         * message.el (message-required-news-headers):
17536         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17537
17538 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17539
17540         * tls.el (open-tls-stream): In handshake-waiting loop,
17541         don't wait more if there is output available to process.
17542
17543 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17544
17545         * tls.el (tls-program): Doc fix.
17546
17547 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17548
17549         * message.el (message-generate-new-buffers): Change the meaning of the
17550         nil value; add `standard' to the choices; treat t as `unique'; improve
17551         doc string.
17552         (gnus-select-frame-set-input-focus): Autoload.
17553         (message-buffer-name): Search for the existing message buffer if
17554         message-generate-new-buffers is nil or `standard'; treat the value t of
17555         message-generate-new-buffers as `unique'.
17556         (message-pop-to-buffer): Raise the frame already displaying the message
17557         buffer; clear the echo area after querying.
17558         (message-setup): Pass the `continue' argument to compose-mail.
17559         (message-mail): Prefer `switch-function' if it is given; search for the
17560         existing message buffer if the `continue' argument is non-nil; pass
17561         continue and switch-function arguments to compose-mail by way of
17562         message-setup.
17563         (message-mail-other-window): Adjust argument of message-setup.
17564         (message-mail-other-frame): Ditto.
17565
17566 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17567
17568         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17569         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17570         to turn font-lock on when turning gnus-message-citation-mode on.
17571
17572 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17573
17574         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17575         (mml-smime-function-alist): New variable; add epg as the backend.
17576         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17577         mml-smime- functions instead.
17578         * mm-view.el: Require smime.
17579
17580 2007-03-05  Didier Verna  <didier@xemacs.org>
17581
17582         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17583         instead of just inheritance for posting styles.
17584         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17585
17586 2007-02-24  Chris Moore  <dooglus@gmail.com>
17587
17588         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17589         * pgg-pgp.el (pgg-pgp-encrypt-region):
17590         * pgg-gpg.el (pgg-gpg-encrypt-region):
17591         Check pgg-encrypt-for-me if no other recipients.
17592
17593 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17594
17595         * tls.el (tls-certtool-program): Fix custom type.
17596
17597 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17600         and point-at-eol instead of line-(beginning|end)-position.
17601
17602         * assistant.el (assistant-parse-buffer): Ditto.
17603
17604         * netrc.el (netrc-parse-services): Ditto.
17605
17606 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17607
17608         * mml2015.el (mml2015-epg-find-usable-key): New function.
17609         (mml2015-epg-sign): Use it.
17610         (mml2015-epg-encrypt): Use it.
17611
17612 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * message.el (message-make-in-reply-to): Quote name containing
17615         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17616         if there are special characters.  Reported by NAKAJI Hiroyuki
17617         <nakaji@jp.freebsd.org>.
17618
17619 2007-02-27  Didier Verna  <didier@xemacs.org>
17620
17621         Include the group parameters as well as the topic ones in the
17622         inheritance filter process.
17623         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17624         argument GROUP-PARAMS-LIST.
17625         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17626
17627 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * nntp.el (nntp-never-echoes-commands)
17630         (nntp-open-connection-functions-never-echo-commands): New variables.
17631         (nntp-send-command): Use them.
17632
17633 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17634
17635         * mml2015.el (mml2015-epg-verify): Simplify.
17636
17637 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * mml.el (mml-content-disposition-alist): New user option.
17640         (mml-content-disposition): New function.
17641         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17642         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17643
17644 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17645
17646         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17647         verification.
17648
17649 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17650
17651         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17652         articles posted in the last 24 hours.
17653
17654 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17655
17656         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17657
17658 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17659
17660         * nntp.el (nntp-send-command): Don't wait for echoes when
17661         nntp-open-ssl-stream is used.
17662
17663 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17666         (gnus-message-add-citation-keywords)
17667         (gnus-message-remove-citation-keywords): Remove.
17668         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17669         directly, make the variables in font-lock-defaults buffer-local, add
17670         gnus-message-citation-keywords to them and then update the value of
17671         font-lock-keywords.
17672
17673 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * message.el (message-cite-original-1): Don't call
17676         gnus-article-highlight-citation.
17677
17678         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17679         citations; fix line count.
17680
17681 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17684         (gnus-message-add-citation-keywords)
17685         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17686         versions of font-lock-add-keywords and font-lock-remove-keywords to
17687         work with XEmacs correctly.
17688
17689 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * gnus-cite.el (gnus-cite-face-list): Set the values of
17692         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17693         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17694         (gnus-message-cite-prefix-regexp): New variable.
17695         (gnus-message-search-citation-line): Use it; protect against long
17696         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17697         the 0th match data for Emacs.
17698         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17699         (gnus-message-add-citation-keywords): Append keywords rather than
17700         prepending; emulate font-lock-add-keywords if it is not available.
17701         (gnus-message-remove-citation-keywords):
17702         Emulate font-lock-remove-keywords if it is not available.
17703
17704         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17705
17706         * message.el (message-cite-prefix-regexp): Set the value of
17707         gnus-message-cite-prefix-regexp.
17708
17709 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17710
17711         * nnweb.el (nnweb-google-parse-1): Update parser.
17712
17713 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17714
17715         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17716
17717 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17718
17719         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17720         regexp.
17721
17722 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17725         string-to-multibyte.
17726         (uudecode-decode-region-internal): Use it.
17727
17728         * lpath.el: Fbind string-as-multibyte for XEmacs.
17729
17730 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17731
17732         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17733         Fix custom choice.
17734
17735         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17736
17737 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17738
17739         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17740
17741         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17742         `write-region' to respect `mm-inhibit-file-name-handlers'.
17743
17744 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17745
17746         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17747         Use gnus-home-directory instead of "~/" or "$HOME".
17748
17749 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17750
17751         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17752         to mention filename.
17753         Add comments at beginning regarding usage.
17754         (encrypt-write-file-contents): Change interactive so a string is
17755         acceptable.  If the file has no associated model, show an error instead
17756         of a nonsense prompt.
17757
17758 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17759
17760         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17761         Thanks to Yoshihiko Yamada for kind notification of this typo.
17762
17763 2007-01-12  Kenichi Handa  <handa@m17n.org>
17764
17765         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17766         multibyte buffer.
17767
17768 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17769
17770         * gnus-score.el (gnus-score-fast-scoring): New variable.
17771         (gnus-score-headers): Use it.
17772
17773         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17774
17775         * message.el (message-cite-original-1):
17776         Call gnus-article-highlight-citation if requested.
17777         (message-make-from): Allow name and address as optional arguments.
17778
17779         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17780
17781         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17782         bugs to doc string.
17783         (gnus-button-alist): Add mid\\|message-id.
17784         (gnus-button-fetch-group): Extend for use in
17785         `browse-url-browser-function'.
17786         (gnus-button-url-regexp): Try to catch paired parentheses like in
17787         Wikipedia URLs.
17788
17789         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17790         Suggested by Simon Krahnke <overlord@gmx.li>.
17791
17792 2007-01-13  Romain Francoise  <romain@orebokech.com>
17793
17794         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17795         Update copyright.
17796
17797 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17798
17799         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17800
17801 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17802
17803         * gnus-registry.el (gnus-registry-unfollowed-groups)
17804         (gnus-registry-split-fancy-with-parent): Fix documentation.
17805
17806 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17807
17808         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17809         from nnweb groups.
17810
17811 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17812
17813         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17814         Xref urls.  Erase buffer before requesting head.
17815
17816         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17817
17818 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17819
17820         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17821         customizable.
17822
17823 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17824
17825         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17826         no signing key is found.
17827         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17828         no encrypting and/or signing key is found.
17829
17830 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17831
17832         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17833
17834 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17835
17836         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17837         headers read from disk with the ones newly found in the current search.
17838         This should no longer cause problems, because the article numbers in
17839         Gmane's `nov.php' output are ignored since the previous change.
17840
17841 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17842
17843         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17844
17845 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17846
17847         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17848         replace-regexp-in-string; bind url-version; fbind display-images-p and
17849         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17850         find-face and set-itimer-function for Emacs; bind itimer-list for
17851         Emacs.
17852
17853         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17854
17855 2007-01-01  Romain Francoise  <romain@orebokech.com>
17856
17857         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17858
17859 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17860
17861         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17862         `define-minor-mode' macro definition expanded properly.
17863         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17864         exclude it there.
17865
17866         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17867         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17868         `fboundp' test.
17869         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17870         This is OK to autoload in (S)XEmacs now.
17871
17872 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17873
17874         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17875         keystroke.
17876         (gnus-summary-limit-to-singletons): Fix typo.
17877
17878         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17879         else fails.
17880
17881 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17882
17883         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17884         docstring.
17885
17886         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17887         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17888         (gnus-summary-insert-dormant-articles): Fix typo in message.
17889
17890 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17891
17892         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17893         nil for XEmacs.
17894         (gnus-message-citation-mode): Don't autoload in XEmacs.
17895
17896         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17897
17898 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17899
17900         * nnimap.el (nnimap-expunge-search-string):
17901         Mention nnimap-search-uids-not-since-is-evil in docstring.
17902
17903 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17904
17905         * spam.el: Revert to make-obsolete-variable because
17906         define-obsolete-variable-alias is not supported in Emacs 21.
17907
17908         * spam.el (spam-ifile-path, spam-ifile-database-path)
17909         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17910         make-obsolete-variable.
17911         (spam-bsfilter-path, spam-bsfilter-program)
17912         (spam-spamassassin-path, spam-spamassassin-program)
17913         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17914         Don't use "path" inappropriately.
17915         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17916         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17917         variable names.
17918
17919 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17920
17921         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17922         summary buffer.
17923
17924         * password.el (password-cache-remove): Use clear-string to burn
17925         password, if available.
17926
17927 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17928
17929         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17930
17931         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17932
17933         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17934         (gnus-message-highlight-citation): Move defcustom here from
17935         gnus-cite.el.
17936         (gnus-message-citation-mode): Autoload.
17937
17938         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17939         checks to make it compile with XEmacs.
17940         (gnus-message-citation-mode): New minor mode.
17941         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17942         (gnus-message-highlight-citation): New variables.
17943         (gnus-message-search-citation-line)
17944         (gnus-message-add-citation-keywords)
17945         (gnus-message-remove-citation-keywords)
17946         (turn-on-gnus-message-citation-mode)
17947         (turn-off-gnus-message-citation-mode): New functions.
17948
17949 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17950
17951         * gnus-cite.el: Enable highlighting of different citation levels in
17952         message-mode.
17953
17954 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17955
17956         * message.el (message-make-fqdn): Fix comment.
17957         (message-bogus-system-names): Add ".local".
17958
17959         * spam.el (spam-ifile-path, spam-ifile-program)
17960         (spam-ifile-database-path, spam-ifile-database)
17961         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17962         Don't use "path" inappropriately.
17963         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17964         strings.
17965         (spam-check-ifile, spam-ifile-register-with-ifile)
17966         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17967         Use new variable names.
17968
17969         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17970         (gnus-treat-display-smileys): Simplify using
17971         gnus-image-type-available-p.
17972
17973         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17974         available.
17975
17976         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17977         Use `display-images-p' if available.
17978
17979 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17980
17981         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17982         one after turning on the buffer's multibyteness instead of decoding
17983         them directly in the unibyte buffer that causes unexpected conversion
17984         in Emacs 23 (unicode).
17985
17986 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17987
17988         * message.el (message-generate-hashcash): Fix custom type.
17989
17990 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17991
17992         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17993
17994 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17995
17996         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17997         disconnect icons.  Add help text.
17998
17999 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18000
18001         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18002         negated to be consistent with the others we handle.
18003
18004 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18005
18006         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18007         version of gnus-summary-buffer to something, so that we can use two
18008         article buffers at the same time.
18009
18010 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18011
18012         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18013         trigger all the extra headers.
18014         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18015         sorting.
18016
18017 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18018
18019         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18020         solid groups.
18021
18022 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18023
18024         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18025
18026 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18027
18028         * legacy-gnus-agent.el: Add Copyright notice.
18029
18030 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18031
18032         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18033
18034 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18035
18036         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18037
18038         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18039         to make it work reliably in CVS Emacs.
18040         (gnus-summary-limit-strange-charsets-predicate)
18041         (gnus-summary-limit-to-predicate): New functions.
18042
18043 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18044
18045         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18046         specifying array size.
18047         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18048         array if it is too small.
18049         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18050         (gnus-sort-threads-loop): New function.
18051
18052 2006-12-06  Chris Moore  <dooglus@gmail.com>
18053
18054         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18055         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18056
18057 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18058
18059         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18060         options.
18061
18062 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18063
18064         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18065         DOS-ing the recipient.
18066
18067         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18068         the headers when creating the mapping to avoid mismappings.
18069         (nnweb-gmane-create-mapping): Always nix out old mapping.
18070
18071 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18074         and mm-verify-option to never.
18075
18076 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * message.el (message-signed-or-encrypted-p): New function.
18079         (message-forward-make-body): Use it.
18080
18081         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18082         Replace encode-coding-string with mm-encode-coding-string.
18083
18084 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * nneething.el (nneething-decode-file-name):
18087         Replace decode-coding-string with mm-decode-coding-string.
18088
18089         * gnus-int.el (gnus-open-server): Say failed server's name.
18090
18091 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18092
18093         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18094         strings to a single string.  Quote `errors-file-name'.
18095         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18096         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18097         Adjust calls.  Use `shell-quote-argument'.
18098
18099 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18100
18101         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18102         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18103
18104         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18105         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18106         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18107         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18108         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18109         (gnus-subscribe-newsgroup, gnus-1):
18110         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18111         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18112         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18113         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18114
18115 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18116
18117         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18118         keystroke.
18119         (gnus-summary-limit-to-bodies): Implement headersp.
18120
18121 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18122
18123         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18124
18125 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18128
18129 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18130
18131         * message.el (message-generate-hashcash): Expand range of values to
18132         include `opportunistic'.
18133         (message-send-mail): Use it.
18134
18135 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18136
18137         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18138         and comment it.
18139
18140         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18141
18142 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18143
18144         * gnus-util.el (gnus-extract-address-components): Improve comment.
18145
18146 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * gnus-util.el (gnus-extract-address-components): Work with address in
18149         which the name portion contains @.
18150
18151         * lpath.el: Fbind custom-autoload.
18152
18153 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18154
18155         * gnus.el (gnus-start): Move custom group up.
18156         (gnus-select-method): Don't autoload, but make it available for
18157         `customize-variable'.
18158         (gnus-getenv-nntpserver): Don't autoload.
18159
18160 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18161
18162         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18163
18164 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * message.el (message-sendmail-extra-arguments): New variable.
18167         (message-send-mail-with-sendmail): Use it.
18168
18169 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18170
18171         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18172         mm-with-unibyte-current-buffer to make string unibyte.
18173
18174         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18175         mm-string-as-multibyte.
18176
18177 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18178
18179         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18180         Reported by Werner Koch <wk@gnupg.org>.
18181
18182 2006-11-14  Daiki Ueno  <ueno@p360>
18183
18184         * mml2015.el: Autoload epa-select-keys when compiling.
18185
18186 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18187
18188         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18189         message-options.
18190         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18191
18192 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18193
18194         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18195         EasyPG (< 0.0.6).
18196         (mml2015-always-trust): New user option.
18197         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18198         prompt.
18199
18200 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * nntp.el (nntp-authinfo-force): New variable.
18203         (nntp-send-authinfo): Use it.
18204
18205 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18206
18207         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18208         decode encoded words.  Improve prompt.  Add comment about forwarding.
18209         (message-replacement-char): Move up.
18210
18211 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18212
18213         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18214         instead of gnus-intersection because arguments of gnus-sorted-nunion
18215         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18216
18217 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18218
18219         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18220         (message-simplify-subject-functions):
18221         Enable message-strip-subject-encoded-words by default.
18222
18223 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18224
18225         * message.el (message-strip-subject-encoded-words): New function.
18226         (message-simplify-subject-functions): New variable.
18227         (message-simplify-subject): Use it.  Fix typo in doc string.
18228         Support message-strip-subject-encoded-words.
18229
18230 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18231
18232         * gnus-diary.el (gnus-diary-delay-format-function):
18233         * nndiary.el (nndiary-reminders):
18234         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18235
18236 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18237
18238         * gnus-art.el (article-hide-boring-headers): Fetch date from
18239         gnus-original-article-buffer to avoid problems with localized date
18240         strings.
18241
18242 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18245
18246 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18247
18248         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18249         New variables.
18250         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18251         (mm-charset-synonym-alist): Move some entries to
18252         mm-codepage-iso-8859-list.
18253         (mm-charset-synonym-alist, mm-charset-override-alist):
18254         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18255
18256 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18259
18260 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18261
18262         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18263         with Emacs 21 and XEmacs.
18264
18265 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18266
18267         * spam.el (spam-parse-address): New function for better parsing,
18268         catching errors, etc.
18269         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18270
18271 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18272
18273         * mm-view.el: Add interactive arg to html2text autoload.
18274
18275 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18276
18277         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18278
18279 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18280
18281         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18282         New variables.
18283         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18284         (mm-charset-synonym-alist): Move some entries to
18285         mm-codepage-iso-8859-list.
18286
18287         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18288
18289 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18290
18291         * message.el (message-citation-line-format)
18292         (message-insert-formated-citation-line): Fix implementation of %E, %N
18293         and %n according to the doc string.
18294
18295 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18296
18297         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18298         Use car-safe to avoid bad parses.
18299
18300 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18303         names.
18304
18305         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18306
18307 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18308
18309         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18310         header.
18311
18312         * message.el (message-draft-headers): Add Date.
18313         (message-headers-to-generate): Fix typo in docstring.
18314
18315         * nndraft.el (nndraft-required-headers): New variable.
18316         (nndraft-generate-headers): Use it.
18317
18318         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18319
18320 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18321
18322         * gnus-registry.el (gnus-registry-wash-for-keywords)
18323         (gnus-registry-find-keywords): New functions to allow easy searching of
18324         articles that are in the registry.
18325
18326 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18327
18328         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18329         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18330         Reported by Damien Elmes <damien@repose.cx>.
18331
18332 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18333
18334         * gnus.el (gnus-mime): Remove unused custom group.
18335
18336 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18337
18338         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18339         "blank line" when searching for end of armor headers.
18340
18341 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * gmm-utils.el (gmm-write-region): Fix variable name.
18344
18345 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18346
18347         * gmm-utils.el (gmm-write-region): New function based on compatibility
18348         code from `mm-make-temp-file'.
18349
18350         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18351
18352         * nnmaildir.el (nnmaildir--update-nov)
18353         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18354         Use `gmm-write-region'.
18355
18356 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18357
18358         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18359         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18360
18361         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18362
18363         * message.el (message-replacement-char): New variable.
18364         (message-fix-before-sending): Use it.
18365         (message-simplify-subject): New function to remove duplicate code.
18366         (message-reply, message-followup): Use it.
18367
18368         * gnus-sum.el (gnus-summary-make-menu-bar):
18369         Clarify gnus-summary-limit-to-articles.
18370
18371 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18372
18373         * gnus-util.el (gnus-with-local-quit): New macro.
18374
18375         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18376
18377 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18378
18379         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18380         ignore non-string data.
18381
18382 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18383
18384         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18385         non-string data (needs to be done in the registry too).
18386
18387 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18388
18389         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18390         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18391         (gnus-registry-split-fancy-with-parent)
18392         (gnus-registry-fetch-simplified-message-subject-fast)
18393         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18394         Remove text properties on ingress into the registry and when it's saved.
18395         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18396         registry from entries with no groups.
18397
18398 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18399
18400         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18401         function to remove string properties.
18402
18403 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18404
18405         * gmm-utils.el (gmm): Adjust custom version.
18406
18407         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18408         Adjust custom version.
18409
18410         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18411
18412 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18413
18414         * gnus-art.el (gnus-insert-prev-page-button)
18415         (gnus-insert-next-page-button): Simplify.  Reformat.
18416
18417 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18418
18419         * gnus-art.el (gnus-insert-prev-page-button)
18420         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18421
18422 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18423
18424         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18425
18426 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18427
18428         * gnus-art.el (gnus-insert-mime-button)
18429         (gnus-insert-mime-security-button):
18430         Apply gnus-article-button-face to MIME and security buttons.
18431
18432 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18433
18434         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18435         readable.
18436
18437 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18438
18439         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18440
18441 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18442
18443         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18444         `browse-url-of-file' instead of `browse-url'.
18445
18446 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18447
18448         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18449         regexp.  Articles containing quotation were cut prematurely.
18450
18451 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * message.el (message-cite-original-1): Use nobody by default for the
18454         value of From header.
18455         (message-reply): Ditto.
18456
18457 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18458
18459         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18460         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18461         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18462
18463 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18464
18465         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18466         mails in the doc string.  Add some URLs in comment.
18467         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18468
18469 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18470
18471         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18472         backslashes handling and the way to find boundaries of quoted strings.
18473
18474 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18475
18476         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18477         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18478         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18479         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18480
18481 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18482
18483         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18484         doc string.
18485         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18486
18487 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * lpath.el: Fbind epg-check-configuration.
18490
18491 2006-09-06  Simon Josefsson  <jas@extundo.com>
18492
18493         * mml2015.el (mml2015-use): Doc fix, mention epg.
18494
18495 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18496
18497         * mml2015.el (mml2015-use): Default to epg, if available.
18498
18499 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18500
18501         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18502         message-sender.
18503         (mml1991-epg-encrypt): Ditto.
18504         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18505         message-sender.
18506         (mml2015-epg-encrypt): Ditto.
18507
18508 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18509
18510         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18511         several common directories.
18512
18513 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18514
18515         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18516         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18517
18518 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * gnus-art.el (article-decode-encoded-words): Make it fast.
18521
18522 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18525
18526         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18527         in quoted string into `\'.
18528
18529 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18530
18531         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18532         Use standard-syntax-table.
18533
18534 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * gnus-art.el (gnus-decode-address-function): New variable.
18537         (article-decode-encoded-words): Use it to decode headers which are
18538         assumed to contain addresses.
18539         (gnus-mime-delete-part): Remove useless `or'.
18540
18541         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18542         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18543         (gnus-nov-parse-line): Use it to decode From header.
18544         (gnus-get-newsgroup-headers): Ditto.
18545         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18546
18547         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18548         (mail-decode-encoded-address-string): New alias.
18549
18550         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18551         New function.
18552         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18553         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18554         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18555         (rfc2047-decode-string): Ditto.
18556         (rfc2047-decode-address-region): New function.
18557         (rfc2047-decode-address-string): New function.
18558
18559 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18560
18561         * message.el (message-caesar-buffer-body): Allow rotating headers.
18562
18563         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18564
18565         * message.el (message-insert-formated-citation-line): Fix %f.
18566         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18567
18568 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18569
18570         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18571         (gnus-bookmark-mouse-available-p): New macro.
18572         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18573         (gnus-bookmark-bmenu-show-infos): Use it.
18574         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18575         (gnus-bookmark-bmenu-hide-infos): Ditto.
18576         (gnus-bookmark-remove-properties): New function.
18577         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18578         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18579         (gnus-bookmark-write-file): Bind coding-system-for-write.
18580         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18581         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18582         group before selecting it.
18583         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18584         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18585         quit-window if it is not available; use gnus-mouse-2 and bind it to
18586         gnus-bookmark-bmenu-select-by-mouse.
18587         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18588         (gnus-bookmark-bmenu-select-by-mouse): New function.
18589
18590 2006-08-13  Romain Francoise  <romain@orebokech.com>
18591
18592         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18593         space.
18594
18595 2006-08-10  Romain Francoise  <romain@orebokech.com>
18596
18597         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18598         (dns-mode-soa-auto-increment-serial): New user option.
18599         (dns-mode-soa-maybe-increment-serial): New function.
18600         (dns-mode): Add the latter to `write-contents-functions'.
18601
18602 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * compface.el (uncompface): Use binary rather than raw-text-unix.
18605
18606 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * compface.el (uncompface): Make sure the eol conversion doesn't take
18609         place when communicating with the external programs.
18610         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18611
18612 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18615
18616 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18617
18618         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18619         Make it more robust by parsing author and date independently.
18620
18621 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18622
18623         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18624
18625 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18626
18627         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18628         first matching secret key.
18629         (mml2015-epg-encrypt): Ditto.
18630
18631         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18632         first matching secret key.
18633         (mml1991-epg-encrypt): Ditto.
18634
18635         * mml2015.el (mml2015-encrypt-to-self): New user option.
18636         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18637         mml2015-epg-encrypt-to-self is set.
18638
18639         * mml1991.el (mml1991-encrypt-to-self): New variable.
18640         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18641         mml1991-epg-encrypt-to-self is set.
18642
18643         * mml2015.el (mml2015-signers): New user option.
18644         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18645         (mml2015-epg-encrypt): Allow to select signing keys.
18646
18647         * mml1991.el (mml1991-signers): New variable.
18648         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18649         (mml1991-epg-encrypt): Allow to select signing keys.
18650
18651 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * nnheader.el (nnheader-insert-head): Make it work even if the file
18654         uses CRLF for the line-break code.
18655
18656 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18657
18658         * mml2015.el: Require mml-sec instead of password.
18659         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18660         (mml2015-cache-passphrase): Inherit the default value from
18661         mml-secure-cache-passphrase.
18662         (mml2015-passphrase-cache-expiry): Inherit the default value from
18663         mml-secure-passphrase-cache-expiry.
18664
18665         * mml1991.el: Require mml-sec instead of password.
18666         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18667         (mml1991-cache-passphrase): Inherit the default value from
18668         mml-secure-cache-passphrase.
18669         (mml1991-passphrase-cache-expiry): Inherit the default value from
18670         mml-secure-passphrase-cache-expiry.
18671
18672         * mml-sec.el: Require password.
18673         (mml-secure-verbose): New user option.
18674         (mml-secure-cache-passphrase): New user option.
18675         (mml-secure-passphrase-cache-expiry): New user option.
18676
18677 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18678             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18679
18680         * pgg-def.el (pgg-truncate-key-identifier):
18681         Truncate the key ID to 8 letters from the end.
18682
18683 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18684
18685         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18686         workaround for the url package included with Emacs.
18687
18688         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18689
18690 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18693         correctly.  This fixes a bug caused by the 2006-05-12 change.
18694
18695 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18696
18697         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18698         some information about the error when saying that the `bogus' mail
18699         group will be used.
18700
18701 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18702
18703         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18704         string.
18705
18706 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18707
18708         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18709
18710 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18711
18712         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18713
18714 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18715
18716         * mml1991.el (mml1991-function-alist): Add epg.
18717         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18718         (mml1991-epg-encrypt): New functions.
18719
18720 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18721
18722         * mml2015.el (mml2015-verbose): New variable.
18723         (mml2015-cache-passphrase): Ditto.
18724         (mml2015-passphrase-cache-expiry): Ditto.
18725         (mml2015-function-alist): Add epg.
18726         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18727         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18728         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18729         New functions.
18730
18731 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18732
18733         * message.el (message-cite-original-1): Preserve region when removing
18734         quoted text due to X-No-Archive in order to avoid bogus attribution
18735         when citing multiple messages.
18736
18737 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18738
18739         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18740         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18741
18742 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18743
18744         * gnus-diary.el (gnus-user-format-function-d)
18745         (gnus-user-format-function-D): Autoload.
18746
18747         * imap.el (Commentary): Fix typo.
18748
18749         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18750         2006-04-22 contribution.
18751
18752 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18753
18754         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18755         It didn't really fix the bogosity I'm seeing with solid web groups.
18756
18757 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18758
18759         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18760         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18761         created using server names.  If we use the feature without declaring
18762         it, Gnus does not properly manage server and group state.
18763
18764         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18765         bound.
18766
18767 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18768
18769         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18770         looking up the method using GROUP's prefix before inventing a new one.
18771         It is used on killed/unknown groups in various places where returning
18772         an all-new method isn't expected by the caller.
18773
18774         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18775         and match semantics of gnus-group-real-prefix.
18776
18777 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18778
18779         * nnmail.el (nnmail-broken-references-mailers): New variable.
18780         (nnmail-ignore-broken-references): New function generalizing
18781         nnmail-fix-eudora-headers.
18782         (nnmail-fix-eudora-headers): Now obsolete.
18783
18784         * gnus-art.el (gnus-button-handle-custom):
18785         Support `customize-apropos*'.
18786
18787 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18788
18789         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18790
18791         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18792         articles.
18793
18794 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18795
18796         * message.el (message-cite-reply-above): New variable.
18797         (message-yank-original): Use it.
18798
18799 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18800
18801         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18802
18803 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18804
18805         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18806         as read.
18807
18808         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18809
18810 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18813         (gnus-bookmark-default-file): Use gnus-directory.
18814         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18815         Remove "*" in doc string.
18816         (gnus-bookmark-write-file): Simplify.
18817         (gnus-bookmark-maybe-sort-alist): Use `when'.
18818         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18819         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18820         Add FIXME about Emacs 21 and XEmacs compatibility.
18821         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18822         compatibility.
18823         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18824         compatibility.
18825         (gnus-bookmark-menu-heading): Fix version.
18826
18827 2006-06-19  Bastien Guerry  <bzg@altern.org>
18828
18829         * gnus-bookmark.el: New file.
18830
18831 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18832
18833         * message.el (message-syntax-checks): Doc fix.
18834
18835 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18836
18837         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18838         unsubscribed groups as if they were killed ones.  It causes duplicate
18839         entries in gnus-newsrc-alist.
18840
18841 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * message.el (message-syntax-checks): Doc fix.
18844         (message-send-mail): Add check for continuation headers.
18845         (message-check-news-header-syntax): Fix regexp used to check for
18846         continuation headers.
18847
18848 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18849
18850         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18851
18852 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18853
18854         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18855
18856 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18857
18858         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18859         default-truncate-lines.
18860
18861 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18864         to fill the utf-8 entry.
18865
18866         * lpath.el: Fbind unicode-precedence-list.
18867
18868 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18869
18870         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18871
18872 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18873
18874         * gnus-agent.el (directory-files-and-attributes): Move all the way
18875         forward (the third and final move).
18876         (gnus-agent-read-agentview): Trap reconstruction errors due to
18877         nonexistent directory.  Handle by returning nil.
18878
18879 2006-05-30  Didier Verna  <didier@xemacs.org>
18880
18881         * message.el (message-dont-reply-to-names): Update the custom type.
18882         * message.el (message-dont-reply-to-names): New defsubst: potentially
18883         convert a list of regexps into a single one.
18884         * message.el (message-get-reply-headers): Use it.
18885         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18886
18887 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18888
18889         * gnus-agent.el (directory-files-and-attributes): Move forward.
18890
18891 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18892
18893         * gnus-ml.el (gnus-mailing-list-subscribe)
18894         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18895         (gnus-mailing-list-message): Fix doc strings.
18896
18897 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18898
18899         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18900         of doing it manually.
18901
18902 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18903
18904         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18905         comment.
18906
18907 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18908
18909         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18910         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18911         (gnus-agent-read-local): All symbols allocated in my-obarray.
18912         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18913         (gnus-agent-regenerate-group): Check numeric names to see if they are
18914         messages or groups.
18915         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18916         better way of do this...)
18917
18918         * gnus-cache.el (gnus-agent-total-fetched-for):
18919         Ignore 'dummy.group' (there should be a better way of do this...)
18920
18921 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18924         (gnus-saved-headers): Ditto.
18925         (gnus-default-article-saver): Mention functions may have properties.
18926         (gnus-article-save): Override gnus-save-all-headers and
18927         gnus-saved-headers by :headers property which saver function may have.
18928         (gnus-summary-save-in-file): Add :headers property.
18929         (gnus-summary-write-to-file): Ditto.
18930
18931         * gnus-sum.el (gnus-summary-save-article): Bind
18932         gnus-prompt-before-saving to t when saving many articles in a file;
18933         always show all headers.
18934
18935         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18936
18937 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18938
18939         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18940         marks.
18941
18942         * message.el (message-indent-citation): Add optional arguments to allow
18943         using it outside of message buffers.
18944
18945         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18946         (gnus-article-treat-unfold-headers): Use it.
18947         (gnus-article-truncate-lines): New variable.
18948         (gnus-article-mode): Use it.
18949         (gnus-article-toggle-truncate-lines): New function.
18950
18951         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18952         Add gnus-article-toggle-truncate-lines.
18953
18954         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18955         coding system in XEmacs, use binary.
18956
18957 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18960         after-load-alist.
18961
18962         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18963         this function should save decoded articles.
18964         (gnus-summary-write-to-file): Use property to specify this function
18965         should save decoded articles and specify gnus-summary-save-in-file
18966         should be used to save articles other than the first one when saving
18967         many articles.
18968         (gnus-summary-save-body-in-file): Use property to specify this
18969         function should save decoded articles.
18970         (gnus-summary-write-body-to-file): Use property to specify this
18971         function should save decoded articles and specify
18972         gnus-summary-save-body-in-file should be used to save articles other
18973         than the first one when saving many articles.
18974
18975         * gnus-sum.el (gnus-summary-save-article): Simplify.
18976
18977 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18978
18979         * gnus-art.el (gnus-default-article-saver):
18980         Add gnus-summary-write-body-to-file.
18981         (gnus-article-save-coding-system): Don't use coding system object
18982         in XEmacs.
18983         (gnus-read-save-file-name): Add optional `dir-var' argument which
18984         specifies directory in which files are saved; work even if optional
18985         `variable' argument is not specified.
18986         (gnus-summary-write-to-file): Read file name.
18987         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18988         (gnus-summary-write-body-to-file): New function.
18989
18990         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18991         (gnus-summary-local-variables): Add it.
18992         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18993         (gnus-summary-save-article): Remove optional `decode' argument;
18994         determine whether to decode articles by the value of
18995         gnus-default-article-saver; when saving many files using
18996         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18997         it first and use gnus-summary-save-in-file or
18998         gnus-summary-save-body-in-file thereafter unless
18999         gnus-prompt-before-saving is always; move point to article which
19000         will be saved.
19001         (gnus-summary-save-article-file): Revert.
19002         (gnus-summary-write-article-file): Revert.
19003         (gnus-summary-save-article-body-file): Revert.
19004         (gnus-summary-write-article-body-file): New function.
19005
19006 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19007
19008         * gnus-art.el (gnus-default-article-saver): Doc fix.
19009         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19010         from gnus-summary-save-article-coding-system, and default to a
19011         certain coding system.
19012         (gnus-output-to-file): Add coding cookie and encode text according
19013         to gnus-article-save-coding-system; don't use mm-append-to-file.
19014
19015         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19016         gnus-art.el and rename to gnus-article-save-coding-system.
19017         (gnus-summary-save-article): Require gnus-art; don't show all
19018         headers if it decodes articles; don't add coding cookie here;
19019         don't bind mm-text-coding-system-for-write.
19020         (gnus-summary-save-article-file): Save decoded articles.
19021         (gnus-summary-write-article-file): When saving many files, use
19022         gnus-summary-write-to-file first and gnus-summary-save-in-file
19023         thereafter unless gnus-prompt-before-saving is always.
19024         (gnus-summary-save-article-body-file): Save decoded articles.
19025
19026         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19027
19028 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19029
19030         * nnrss.el (nnrss-check-group): Bind hash-index.
19031
19032 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19033
19034         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19035         its hash index.  Store this hash in `nnrss-group-data'.
19036         (nnrss-read-group-data): Update accordingly.
19037
19038 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19039
19040         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19041         entry.
19042
19043         * gnus-sum.el (gnus-summary-make-menu-bar):
19044         Add gnus-article-browse-html-article.
19045
19046 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19047
19048         * gnus-sum.el (gnus-summary-mime-map):
19049         Add gnus-article-browse-html-article.
19050
19051         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19052
19053 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19054
19055         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19056         suitable coding systems in customize.
19057
19058 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19059
19060         * mail-source.el (mail-sources): Fix custom type.
19061
19062 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19063
19064         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19065         (gnus-summary-expire-articles-now): Shorten prompt.
19066
19067         * gmm-utils.el (wid-edit): Require.
19068         (defun-gmm): Rename from `gmm-defun-compat'.
19069         (gmm-image-search-load-path): Use it.
19070         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19071
19072 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19073
19074         * gnus-sum.el (gnus-summary-save-article-coding-system):
19075         New variable.
19076         (gnus-summary-save-article): Add optional `decode' argument.
19077         If it is set and gnus-summary-save-article-coding-system is non-nil,
19078         save decoded article.
19079         (gnus-summary-write-article-file): Save decoded article if
19080         gnus-summary-save-article-coding-system is non-nil.
19081
19082         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19083         type.
19084
19085 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19088
19089 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19090
19091         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19092         first to test gnus-single-article-buffer which may be buffer-local.
19093
19094         * gnus-sum.el (gnus-summary-setup-buffer):
19095         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19096         group; make gnus-article-buffer, gnus-article-current, and
19097         gnus-original-article-buffer always buffer-local.
19098         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19099         group.
19100         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19101
19102 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19103
19104         * nnml.el (nnml-request-compact-group): Compressed files might not
19105         have .gz extension.
19106
19107 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19108
19109         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19110         (mm-copy-to-buffer): Use with-current-buffer.
19111         (mm-display-part): Simplify.
19112         (mm-inlinable-p): Add optional arg `type'.
19113
19114 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19115
19116         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19117         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19118         Try harder to show the attachment internally or externally using
19119         gnus-mime-view-part-as-type.
19120
19121 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19122
19123         * message.el (message-from-style, message-signature-separator)
19124         (message-user-organization-file, message-send-mail-function)
19125         (message-citation-line-function, message-yank-prefix)
19126         (message-indent-citation-function, message-signature)
19127         (message-signature-file, message-signature-insert-empty-line):
19128         Remove autoloads.
19129
19130         * gnus-art.el (gnus-buttonized-mime-types):
19131         Remove "multipart/signed".  Revert 2006-04-26 change.
19132
19133 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19134
19135         * gnus.el (gnus-version-number): Bump version.
19136
19137 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19138
19139         * gnus.el: No Gnus v0.5 is released.
19140
19141 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19142
19143         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19144         fetching articles by message-id.
19145
19146 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19147
19148         * message.el (hashcash): Require hashcash as normal.
19149
19150         * ecomplete.el (ecomplete-highlight-match-line):
19151         Use point-at-eol.
19152         (ecomplete-highlight-match-line): Use `highlight', because that
19153         face exists in both Emacs and XEmacs.
19154
19155         * message.el (message-display-abbrev): Use point-at-bol.
19156
19157         * mail-source.el: Don't require timer/timer-funcs.
19158
19159         * gnus-async.el: Ditto.
19160
19161         * password.el: Ditto.
19162
19163         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19164
19165         * mm-url.el: Ditto.
19166
19167         * gnus-xmas.el: Don't require timer-funcs.
19168
19169         * mm-util.el: Require timer/timer-funcs.
19170
19171 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19172
19173         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19174         Close.
19175
19176 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19179         unibyte after clear-decrypt function runs.
19180
19181         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19182         returns as a unibyte string.
19183
19184 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19185
19186         * lpath.el: Revert.
19187
19188         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19189         (pgg-gpg-process-sentinel): Revert.
19190
19191         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19192         (pgg-pgp-lookup-key): Revert.
19193
19194         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19195         (pgg-pgp5-lookup-key): Revert.
19196
19197         * pgg.el (pgg-fetch-key): Revert.
19198
19199 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * lpath.el: Fbind string-as-multibyte for XEmacs.
19202
19203         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19204         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19205         (mml1991-pgg-encrypt): Ditto.
19206
19207         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19208         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19209         a multibyte buffer.
19210
19211         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19212         (pgg-pgp-lookup-key): Ditto.
19213
19214         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19215         (pgg-pgp5-lookup-key): Ditto.
19216
19217         * pgg.el (pgg-fetch-key): Ditto.
19218
19219 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19220
19221         * message.el (message-user-organization-file): Check several
19222         locations of the organization file.
19223
19224         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19225         Add gnus-article-view-part-as-type.
19226
19227         * gnus-art.el (gnus-article-view-part-as-type): New function.
19228
19229         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19230         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19231
19232         * mml.el: Simplify autoload.
19233         (mml-mode): defvar dnd-protocol-alist instead of using
19234         symbol-value.
19235         (mml-default-directory): New variable.
19236         (mml-minibuffer-read-file): Use it.
19237         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19238
19239         * message.el (message-citation-line-format): New variable.
19240         (message-insert-formated-citation-line): New function.
19241         (message-citation-line-function):
19242         Add `message-insert-formated-citation-line' to custom type.
19243
19244         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19245         to doc string.
19246
19247         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19248         depending on mm-verify-option.
19249
19250 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19253         binding pgg-* variables; reimplement the section which prevents
19254         MIME header from being signed.
19255         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19256         pgg-text-mode; remove a blank line at the top of body.
19257
19258         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19259         lines at the top of body; use gnus-newsgroup-charset if there's no
19260         Charset header.
19261
19262 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19263
19264         * message.el (message-self-insert-commands): Doc fix.
19265
19266         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19267         (mm-uu-pgp-encrypted-test): Ditto.
19268         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19269         between header and body; return application/pgp-encrypted handle
19270         if decryption failed; decode decrypted body by charset.
19271
19272         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19273         element match to application/pgp-*.
19274
19275 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19276
19277         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19278         HTML.
19279
19280 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19281
19282         * mail-source.el (mail-source-call-script): Message the error
19283         string.
19284
19285 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19286
19287         * gnus-util.el (gnus-byte-compile): Use it.
19288
19289 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19290
19291         * gnus-util.el (kill-empty-logs): New function.
19292
19293 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19294
19295         * message.el (message-mail-alias-type): Doc fix.
19296         (message-mail-alias-type-p): New function.
19297         (message-send): Use it.
19298         (message-mode): Ditto.
19299         (message-strip-forbidden-properties): Ditto.
19300
19301         * ecomplete.el (ecomplete-database-file-coding-system):
19302         New variable.
19303         (ecomplete-save): Use it.
19304         (ecomplete-setup): Use it.
19305
19306 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19307
19308         * message.el (message-self-insert-commands): New variable.
19309         (message-strip-forbidden-properties): Use it.
19310
19311 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19312
19313         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19314         that doesn't make XEmacs choke.
19315
19316 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19317
19318         * gnus-util.el (gnus-replace-in-string):
19319         Prefer replace-regexp-in-string over of replace-in-string.
19320
19321 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19322
19323         * gnus-util.el (gnus-select-frame-set-input-focus):
19324         Use select-frame-set-input-focus if it is available in XEmacs; use
19325         definition defined in Emacs 22 for old Emacsen.
19326
19327         * dgnushack.el: Autoload unmorse-region for XEmacs.
19328
19329         * lpath.el: Bind cursor-in-non-selected-windows and
19330         select-frame-set-input-focus for XEmacs.
19331
19332 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19333
19334         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19335
19336 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19337
19338         * gnus-registry.el (gnus-registry-cache-save): Remove text
19339         properties when saving via the temp buffer.
19340
19341 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19342
19343         * message.el (message-generate-hashcash): Honor custom type.
19344
19345 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19346
19347         * message.el (message-generate-hashcash): Default to non-nil when
19348         hashcash is found.
19349
19350         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19351         (gnus-refer-thread-limit): Increase default to 500.
19352
19353         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19354
19355         * flow-fill.el (fill-flowed): Allow delete-space.
19356
19357 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19358
19359         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19360         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19361         Remove autoloads.
19362
19363 2006-04-18  Simon Josefsson  <jas@extundo.com>
19364
19365         * message.el (message-generate-hashcash): Default to.
19366
19367 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19368
19369         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19370         concatenating segments rather than before concatenating them.
19371
19372 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19373
19374         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19375
19376 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19377
19378         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19379
19380         * message.el (message-forward-make-body-plain):
19381         Allow message-forward-ignored-headers to be a list.
19382         (message-remove-ignored-headers): Factor out into function.
19383         (message-forward-make-body-mml): Use it.
19384
19385         * imap.el (imap-quote-specials): New function.
19386         (imap-login-auth): Quote specials.
19387
19388         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19389         (rfc2231-parse-string): Allow concatanation of parameters that
19390         aren't contiguous.  The test case is
19391           (mail-header-parse-content-type "message/external-body;
19392             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19393             access-type=LOCAL-FILE;
19394             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19395
19396 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19397
19398         * nntp.el (nntp-accept-process-output): Return the value of
19399         `nnheader-accept-process-output'.
19400
19401 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19402
19403         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19404         (gnus-button-alist): Recognize more diff formats.
19405         (gnus-button-patch): Strip directory.
19406
19407 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19408
19409         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19410         Emacs 22 when setting focus.
19411
19412 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19413
19414         * gnus-art.el (gnus-article-treat-types): Do treatment of
19415         text/x-verbatim parts.
19416         (gnus-button-patch): New command.
19417
19418         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19419         addresses that contain invalid characters.
19420
19421 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19422
19423         * message.el (message-put-addresses-in-ecomplete):
19424         Use gnus-replace-in-string.
19425         (message-is-yours-p): Use the more correct
19426         mail-header-parse-address instead of
19427         mail-extract-address-components.
19428         (message-put-addresses-in-ecomplete): Fix typo.
19429
19430         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19431         keystroke.
19432
19433         * gnus-art.el (gnus-treatment-function-alist): Change order of
19434         newsgroups/generic header folding to avoid double-folding.
19435
19436         * message.el (message-hidden-headers): Add X-Draft-From.
19437
19438         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19439         New command.
19440         (gnus-summary-repeat-search-article-backward): New command.
19441
19442         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19443         groups in the parent topic.
19444
19445 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19446
19447         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19448         (spam-extra-header-to-number): Return the CRM114 number as a
19449         number instead of a string.
19450
19451 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19452
19453         * gnus-art.el (gnus-face-properties-alist): Move here from
19454         gnus-fun.
19455
19456         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19457
19458 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19459
19460         * message.el (message-strip-forbidden-properties): Only display on
19461         self-insert-command.
19462
19463         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19464         reindent.
19465         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19466
19467 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19468
19469         * smiley.el (smiley-style): Fix typo.
19470
19471 2006-03-23  Kenichi Handa  <handa@m17n.org>
19472
19473         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19474         instead of set-buffer-multibyte.
19475
19476 2006-03-23  Kenichi Handa  <handa@m17n.org>
19477
19478         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19479         buffer and then decode the buffer text if necessary.
19480         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19481         first, and after mm-encode-body, change the buffer to unibyte.
19482
19483 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19484
19485         * hashcash.el (hashcash-insert-payment-async-2):
19486         Use message-goto-eoh instead of doing it manually.
19487         (mail-add-payment): Use message-narrow-to-header instead of trying
19488         to do the same itself.
19489
19490         * message.el (message-hidden-headers): Add Face.
19491
19492         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19493         reparenting code.
19494         (gnus-summary-reparent-children): Refactored out code.
19495         (gnus-summary-thread-map): New keystroke.
19496         (gnus-summary-reparent-children): Make into command.
19497
19498         * smiley.el (smiley-style): Default to `medium' if using a large
19499         font.
19500
19501         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19502         does it itself.
19503
19504         * message.el (message-point-in-header-p): Simplify definition.
19505
19506 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19507
19508         * nnagent.el (nnagent-request-set-mark): Silence log file
19509         writing.
19510         (nnagent-request-set-mark): Use write-region instead of
19511         append-to-file.
19512
19513         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19514         strange select method.
19515
19516         * ecomplete.el (ecomplete-display-matches): Get highlightling
19517         right.
19518         (ecomplete-display-matches): Use literals.
19519         (ecomplete-display-matches): Disable message logging.
19520
19521         * message.el (message-display-abbrev): Small optimization.
19522
19523         * ecomplete.el (ecomplete-display-matches): Allow automatic
19524         display.
19525
19526         * message.el (message-strip-forbidden-properties):
19527         Display abbrevs.
19528         (message-display-abbrev): Get automatic display right.
19529
19530         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19531         keystrokes.
19532
19533 2006-04-13  Romain Francoise  <romain@orebokech.com>
19534
19535         TODO: Backport to v5-10!
19536
19537         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19538         Move here (and rename) from gnus-registry.el.
19539
19540         * gnus-registry.el: Require gnus-util.
19541         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19542
19543 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19544
19545         * gnus-group.el (gnus-group-catchup-current):
19546         Change if-then-else-if-then-else into cond.
19547         (gnus-group-catchup): Indent.
19548         (group-name-at-point): New function.
19549         (gnus-fetch-group): Provide default from thing at point.
19550
19551 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19552
19553         * message.el (message-display-abbrev): Fix regexp.
19554
19555         * ecomplete.el (ecomplete-highlight-match-line):
19556         Reimplement choosing.
19557         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19558         dead variables.
19559
19560         * message.el (message-newline-and-indent): Remove debugging.
19561         (message-display-abbrev): Use new implementation.
19562
19563 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19564
19565         * gnus-art.el (gnus-article-mode):
19566         Set cursor-in-non-selected-windows to nil.
19567
19568         * smiley.el: Revert previous change.
19569         (smiley-data-directory): defvar it before using it in the
19570         defcustom of `smiley-style'.
19571
19572 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19573
19574         * message.el (message-newline-and-indent): New function.
19575
19576         * ecomplete.el: Implement more bits.
19577
19578         * message.el (message-put-addresses-in-ecomplete): Clean up the
19579         string.
19580
19581         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19582
19583         * gnus-sum.el (gnus-summary-save-parts):
19584         Bind gnus-summary-save-parts-counter and use it to make unique file
19585         names.
19586
19587         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19588
19589         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19590         parameter to say whether to actually parse the individual
19591         addresses.
19592
19593         * message.el (message-put-addresses-in-ecomplete): New function.
19594         (ecomplete): Require.
19595         (message-mail-alias-type): Add ecomplete as an option.
19596
19597 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19598
19599         * flow-fill.el (fill-flowed): Remove trailing space from blank
19600         quoted lines.
19601
19602 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19603
19604         * smiley.el (smiley-style): Move definition later to avoid a
19605         compilation warning.
19606
19607 2006-04-12  Kenichi Handa  <handa@m17n.org>
19608
19609         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19610         buffer and then decode the buffer text if necessary.
19611         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19612         first, and after mm-encode-body, change the buffer to unibyte.
19613         Use mm-disable-multibyte instead of set-buffer-multibyte.
19614
19615 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19616
19617         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19618         Content-Type header instead of Content-Disposition header.
19619         (gnus-mime-inline-part): Ditto.
19620         (gnus-mime-view-part-as-charset): Ignore charset that the part
19621         specifies.
19622
19623         * mm-decode.el (mm-display-part): Work with external parts and
19624         usual parts similarly.
19625
19626         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19627         instead of gnus-display-mime.
19628
19629         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19630         instead of with-temp-buffer.
19631
19632         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19633         tag to summarized topics part in order to encode non-ASCII text.
19634
19635 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19636
19637         * smiley.el (smiley-style): New variable.
19638         (smiley-directory): New function.
19639         (smiley-data-directory): Derive from `smiley-style' using
19640         `smiley-directory'.
19641         (smiley-regexp-alist): Add new entries.
19642
19643         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19644         (gnus-article-browse-delete-temp): Add :version.
19645
19646 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19647
19648         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19649         the sieve region.
19650
19651 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19652
19653         * gnus.el (gnus-version-number): Bump version.
19654
19655 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19656
19657         * gnus.el: No Gnus v0.4 is released.
19658
19659 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19660
19661         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19662         layout.
19663
19664         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19665         unknown charset.
19666
19667         * message.el (message-header-synonyms): Add Original-To to the
19668         default.
19669
19670         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19671         optional parameter.
19672
19673 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19674
19675         * gnus-fun.el (gnus): Require it for gnus-directory.
19676
19677 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19678
19679         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19680
19681 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19682
19683         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19684
19685 2006-04-05  Simon Josefsson  <jas@extundo.com>
19686
19687         * password.el (password-reset): New function.
19688
19689 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19690
19691         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19692         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19693
19694 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19695
19696         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19697         Some whitespace was matched into the url, which broke browsing hits
19698         > 100 when mm-url-use-external was nil.
19699
19700 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19701
19702         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19703         Check gnus-extra-headers for 'Newsgroups.
19704
19705         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19706         bound.
19707
19708 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19709
19710         * pgg-gpg.el: Clean up process buffers every time gpg processes
19711         complete.
19712
19713 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19714
19715         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19716         doc string.
19717
19718 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19719
19720         * pgg-gpg.el (pgg-gpg-process-filter)
19721         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19722
19723         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19724         lines, temporary fix.
19725
19726 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19727
19728         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19729
19730 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19731
19732         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19733         default-enable-multibyte-characters.  This reverts the change from
19734         revision 6.17 which is no longer necessary because the passphrase
19735         is sent separately now.  GnuPG messages are unreadable under
19736         multibyte locales with default-enable-multibyte-characters set to
19737         nil.
19738
19739 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19740
19741         * message.el (message-tool-bar-gnome): Move "spell".
19742
19743 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19744
19745         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19746         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19747         instead.
19748
19749 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19750
19751         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19752         Improve newsgroups handling for NNTP overviews which don't include
19753         Newsgroups.
19754
19755 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19756
19757         * message.el (message-resend): Bind message-generate-hashcash to nil.
19758
19759 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19760
19761         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19762         when searching for already-paid recipients.
19763
19764 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19765
19766         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19767         passphrases when it is not needed.
19768         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19769         passphrase stuff from gpg, should only be necessary when you use
19770         gpg with a smartcard.
19771
19772 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19773
19774         * mml.el (mml-insert-mime): Ignore cached contents of
19775         message/external-body part.
19776
19777         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19778         (mm-insert-part): Ditto.
19779
19780 2006-03-23  Simon Josefsson  <jas@extundo.com>
19781
19782         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19783         Reiner.
19784         (pgg-gpg-use-agent-p): Use it again.
19785
19786 2006-03-23  Simon Josefsson  <jas@extundo.com>
19787
19788         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19789         older emacsen.
19790         (pgg-gpg-use-agent-p): Don't use it.
19791
19792 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19793
19794         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19795         if we can.
19796
19797 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19798
19799         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19800         (pgg-gpg-update-agent): New function.
19801         (pgg-gpg-use-agent-p): New function.
19802         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19803         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19804         (pgg-gpg-sign-region): Use it.
19805
19806 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19807
19808         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19809         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19810
19811 2006-03-21  Simon Josefsson  <jas@extundo.com>
19812
19813         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19814         <wilde@sha-bang.de>.
19815         (pgg-gpg-use-agent): New variable.
19816         (pgg-gpg-process-region): Use it.
19817         (pgg-gpg-encrypt-region): Likewise.
19818         (pgg-gpg-encrypt-symmetric-region): Likewise.
19819         (pgg-gpg-decrypt-region): Likewise.
19820         (pgg-gpg-sign-region): Likewise.
19821         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19822
19823 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19824
19825         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19826
19827         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19828         Add comment on version.
19829
19830 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19831
19832         * smiley.el: Add missing test smiley.
19833
19834 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * mm-decode.el (mm-with-part): New macro.
19837         (mm-get-part): Use it; work with message/external-body as well.
19838         (mm-save-part): Treat name and filename equally.
19839
19840         * mm-extern.el (mm-extern-cache-contents): New function.
19841         (mm-inline-external-body): Use it; force the part to be displayed;
19842         move undisplayer added to the cached handle to the parent.
19843
19844         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19845         (gnus-mime-view-part-as-type): Work with message/external-body.
19846
19847         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19848
19849 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19850
19851         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19852         images in image-load-path.  [Sync with image.el, revision 1.60, in
19853         Emacs.]
19854
19855 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19856
19857         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19858         path rather than symbol.  Always return list of directories.
19859         Guarantee that image directory comes first.  [Sync with image.el,
19860         revision 1.59, in Emacs.]
19861
19862         * message.el (message-make-tool-bar): Adjust to new API of
19863         `gmm-image-load-path-for-library'.
19864
19865         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19866
19867         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19868
19869 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19870
19871         * gnus-art.el (gnus-article-only-boring-p):
19872         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19873         intangible text.
19874         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19875
19876 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19877
19878         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19879         Use `defun' instead of `gmm-defun-compat'.
19880
19881 2006-03-14  Simon Josefsson  <jas@extundo.com>
19882
19883         * message.el (message-unique-id): Don't use message-number-base36
19884         if (user-uid) is a float.
19885         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19886
19887 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19888
19889         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19890
19891         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19892         empty line between a part and a message part.
19893
19894 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19895
19896         * smiley.el: Add more test smileys.
19897         (smiley-data-directory, smiley-regexp-alist)
19898         (gnus-smiley-file-types): Fix doc strings.
19899         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19900         adding new elements.
19901         (smiley-mouse-map): Unused code.  Make it a comment.
19902
19903 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19904
19905         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19906         scan latest NoCeM messages instead of old ones.
19907         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19908         delimiters that are recently used.
19909         (gnus-nocem-load-cache): Add autoload cookie.
19910
19911         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19912
19913         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19914         level which is larger than gnus-use-nocem is specified.
19915
19916         * gnus-group.el (gnus-group-get-new-news): Ditto.
19917
19918 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19919
19920         * gnus-util.el (gnus-tool-bar-update): New function.
19921
19922         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19923         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19924
19925         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19926
19927         * gnus-group.el (gnus-group-redraw-when-idle)
19928         (gnus-group-redraw-check): Remove.
19929         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19930
19931 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19932
19933         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19934         if optional last element is specified in splits (FIELD VALUE...).
19935
19936 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19937
19938         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19939         to gmm-image-load-path-for-library.  Call with no-error argument.
19940         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19941
19942         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19943
19944         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19945
19946         * gmm-utils.el (gmm-image-load-path): Remove alias.
19947
19948 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19949
19950         * gmm-utils.el (gmm-image-load-path): Add alias.
19951
19952         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19953         nnml-generate-nov-databases-1.
19954         (nnml-generate-nov-databases): Use it.
19955         (nnml-generate-nov-databases-directory): Document no-active
19956         argument.
19957
19958         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19959         directory if path is t.  Add no-error.
19960
19961         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19962         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19963
19964         * gnus-art.el (gnus-article-browse-delete-temp-files):
19965         Simplify resetting gnus-article-browse-html-temp-list.
19966
19967         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19968         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19969         Add example to docstring.  Rename local variables.  Move error
19970         checks to default case in cond and simplify.
19971
19972 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19975         handle is multipart when calling it recursively.
19976         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19977
19978 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19979
19980         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19981         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19982
19983 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19984
19985         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19986         is loaded.
19987
19988         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19989         loaded.
19990
19991 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19992
19993         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19994         to "Emacs 23 (unicode)" in doc string.
19995
19996         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19997         "Emacs 23 (unicode)" in comment.
19998
19999 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20000
20001         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20002
20003         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20004         characters 160 through 255 in Emacs 23.
20005
20006 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20007
20008         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20009         gnus-article-browse-html-temp.
20010         (gnus-article-browse-delete-temp): Make it customizable.
20011         Add `file'.  Adjust doc string.
20012         (gnus-article-browse-delete-temp-files): Add argument.
20013         Allow query for each file.  Adjust doc string.
20014         (gnus-article-browse-html-parts):
20015         Add `gnus-article-browse-delete-temp-files' to
20016         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20017
20018 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20019
20020         * gnus-art.el (gnus-article-browse-html-temp)
20021         (gnus-article-browse-delete-temp): New variables.
20022         (gnus-article-browse-delete-temp-files): New function.
20023         (gnus-article-browse-html-parts): Use it.
20024
20025 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20026
20027         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20028
20029         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20030         string.
20031
20032         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20033         gnus-summary-insert-new-articles when unplugged.
20034         Remove gnus-summary-search-article-forward.
20035
20036         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20037         display-visual-class instead of display-color-cells.
20038
20039 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20040
20041         * dgnushack.el: Autoload customize-group for XEmacs.
20042
20043         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20044         message/* containing non-ASCII text properly.
20045
20046 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20047
20048         * message.el: Require gmm-utils, remove autoloads.
20049         (message-tool-bar): Set default based on
20050         gmm-tool-bar-style.
20051         (message-tool-bar-gnome): Add gmm-customize-mode.
20052
20053         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20054         gmm-tool-bar-style.
20055         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20056
20057         * gnus-group.el (gnus-group-tool-bar): Set default based on
20058         gmm-tool-bar-style.
20059         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20060
20061         * gmm-utils.el (gmm-image-directory): Rename variable from
20062         gmm-image-load-path.
20063         (gmm-image-load-path): Use gmm-image-directory.
20064         (gmm-customize-mode): New function.
20065         (gmm-tool-bar-style): New variable.
20066
20067         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20068         gnus-group-redraw-line-number.
20069         (gnus-group-redraw-check): Simplify.
20070         (gnus-group-tool-bar-update): Remove redraw check.
20071         (gnus-group-make-tool-bar): Add redraw check.
20072
20073 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20074
20075         * gnus-art.el (gnus-button): Add missing parentheses.
20076
20077 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20078
20079         * lpath.el: Fbind line-number-at-pos.
20080
20081 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20082
20083         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20084
20085 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20086
20087         * gnus-art.el (gnus-button): New face.
20088         (gnus-article-button-face): Use it.
20089
20090         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20091         Add gnus-summary-next-page.  Re-order.
20092
20093         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20094         next-node are now included.
20095         (gnus-group-redraw-line-number): New internal variable.
20096         (gnus-group-redraw-check): Helper function for updating the tool
20097         bar.
20098         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20099
20100         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20101
20102         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20103         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20104         Use it to match format of Spamassassin 3.0 and later.
20105         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20106         (spam-check-bogofilter)
20107         (spam-bogofilter-register-with-bogofilter): Fix args of
20108         `gnus-error' calls.
20109
20110 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20111
20112         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20113         unnecessary interaction when sending queued mails.
20114         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20115
20116 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20117
20118         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20119         first or last are nil.
20120
20121 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20122
20123         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20124
20125 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20126
20127         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20128
20129 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20130
20131         * dns.el (query-dns): Protect more against buggy tcp output.
20132
20133 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20134
20135         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20136         nov.php.
20137
20138 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20139
20140         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20141         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20142         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20143         output on the server side.
20144         (nnweb-google-create-mapping): Update regexps and add some
20145         progress indication.
20146
20147 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20148
20149         * gnus-group.el (gnus-group-tool-bar-gnome):
20150         Fix gnus-agent-toggle-plugged.  Re-order icons.
20151         (gnus-group-tool-bar-gnome):
20152         Add gnus-group-{prev,next}-unread-group.
20153         (gnus-group-tool-bar-gnome): Re-order icons.
20154
20155         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20156         Move gnus-summary-insert-new-articles.
20157
20158         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20159         Fix comments.
20160
20161         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20162         also available in Emacs 21.3.
20163
20164         * message.el (message-fix-before-sending): Change "Emacs 22" to
20165         "Emacs 23 (unicode)" in comment.
20166
20167         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20168         "Emacs 23 (unicode)" in comment.
20169
20170         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20171         comment.
20172         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20173
20174         * mm-view.el (mm-fill-flowed): Add :version.
20175
20176 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20177
20178         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20179         and load-path.
20180
20181 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20182
20183         * message.el: Autoload gmm-image-load-path.
20184         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20185         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20186         consitency.
20187
20188         * gmm-utils.el (gmm-image-load-path): Also search in
20189         "../etc/images".  Don't set gmm-image-load-path if we don't find
20190         the image.
20191
20192 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20193
20194         * gmm-utils.el (gmm-image-load-path): Don't make
20195         `gmm-image-load-path' include subdirectories which the second arg
20196         `image' might specify.
20197
20198         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20199         subdirectory to icon file names.
20200
20201         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20202
20203 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20204
20205         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20206         gmm-image-load-path calls.
20207
20208         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20209
20210         * message.el (message-make-tool-bar): Ditto.
20211
20212         * mml.el (mml-preview): Add comment concerning tool bar icons.
20213
20214         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20215         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20216
20217         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20218         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20219
20220         * message.el (message-tool-bar-gnome): Use new icon names.
20221         (message-make-tool-bar): Use `gmm-image-load-path'.
20222
20223         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20224         New functions from MH-E.
20225         (gmm-image-load-path): New variable from MH-E.
20226         (gmm-image-load-path): New function from MH-E.  Add arguments
20227         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20228         *-image-load-path-called-flag.
20229
20230 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20231
20232         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20233
20234 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20235
20236         * nnimap.el (nnimap-request-move-article): Change folder back to
20237         source group before deleting.
20238
20239 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20240
20241         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20242
20243         * gnus-art.el (mm-url-insert-file-contents-external):
20244         Autoload mm-url.
20245
20246         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20247
20248 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20249
20250         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20251         coding system which mm-charset-to-coding-system returns for a
20252         given charset is valid.
20253
20254 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20255
20256         * html2text.el (html2text-remove-tag-list):
20257         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20258
20259 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20260
20261         * gnus-cus.el: Revert 2005-10-17 change.
20262
20263 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20264
20265         * gnus-art.el (article-strip-banner):
20266         Call article-really-strip-banner only when the regexp match is made.
20267
20268 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20269
20270         * gnus-art.el (article-strip-banner):
20271         Use gnus-extract-address-components instead of
20272         mail-header-parse-addresses to make it work with non-ASCII text;
20273         remove mail-encode-encoded-word-string.
20274
20275         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20276         values which are surrounded with \"...\"; make it never cause a
20277         Lisp error; give up parsing of parameters if it failed in
20278         extracting type.
20279
20280 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20281
20282         * smime.el (smime-cert-by-ldap-1): Fix bug where
20283         `smime-ldap-search' returns results without userCertificates.
20284
20285 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20286
20287         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20288
20289 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20290
20291         * spam.el (spam-check-spamassassin-headers): Adapt format for
20292         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20293         <ari@mbf.ocn.ne.jp>.
20294         (spam-list-of-processors): Add spam-use-gmane.
20295
20296 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20297
20298         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20299         make-temp-file; make it work with XEmacs as well.
20300
20301         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20302         mm-make-temp-file.
20303
20304         * mm-decode.el (mm-display-external): Use the 3rd arg of
20305         mm-make-temp-file.
20306         (mm-create-image-xemacs): Ditto.
20307
20308 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20309
20310         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20311         with message-narrow-to-headers.
20312         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20313         (gnus-draft-check-draft-articles): New function.
20314         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20315
20316 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20317
20318         * gnus-art.el (gnus-article-browse-html-parts):
20319         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20320         Don't use suffix argument for mm-make-temp-file for Emacs 21
20321         compatibility.  Remove useless `format'.
20322
20323 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20324
20325         * nnweb.el (nnweb-google-wash-article): Update regexps.
20326         (nnweb-group-alist): Use defvoo instead of defvar.
20327
20328 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20329
20330         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20331         re-loading nn* modules.
20332
20333 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20334
20335         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20336         for `tool-bar-mode' and don't check it's default-value.
20337
20338         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20339
20340         * message.el (message-make-tool-bar): Ditto.
20341
20342         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20343         `substring'.  Shorten tmp-file name.
20344
20345         * gnus.el: Remove bogus comment.
20346
20347 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20348
20349         * gnus-art.el (gnus-article-browse-html-parts): New function.
20350         (gnus-article-browse-html-article): New function for viewing html
20351         articles with a browser.
20352
20353 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20354
20355         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20356         in elisp.
20357         (pgg-gpg-encrypt-symmetric-region): Ditto.
20358         (pgg-gpg-sign-region): Ditto.
20359
20360         * pgg-def.el (pgg-text-mode): New variable.
20361
20362         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20363         (mml2015-pgg-encrypt): Ditto.
20364
20365         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20366         (mml1991-pgg-encrypt): Ditto.
20367
20368 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20369
20370         * nnfolder.el (nnfolder-insert-newsgroup-line):
20371         Use message-make-date instead of current-time-string.
20372
20373         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20374         to gnus-decoded which mm-uu might set.
20375
20376 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20377
20378         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20379         don't decode quoted parameters; remove misimported Emacs code.
20380         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20381         (rfc2231-decode-encoded-string): Don't use split-string which
20382         behaves differently according to Emacs version; use
20383         mm-decode-coding-region to convert charset to coding-system.
20384         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20385         (rfc2231-encode-string): Remove misimported Emacs code.
20386
20387 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20388
20389         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20390         when calling mail-header-parse-content-type.
20391         (article-de-quoted-unreadable): Ditto.
20392         (article-de-base64-unreadable): Ditto.
20393         (article-wash-html): Ditto.
20394
20395         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20396         calling mail-header-parse-content-type and
20397         mail-header-parse-content-disposition.
20398         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20399         mail-header-parse-content-type.
20400
20401         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20402         insert charset and format parameters; encode description after
20403         inserting it to buffer.
20404         (mml-insert-parameter): Fold lines properly even if a parameter is
20405         segmented into two or more lines; change the max column to 76.
20406
20407         * rfc1843.el (rfc1843-decode-article-body): Don't use
20408         ignore-errors when calling mail-header-parse-content-type.
20409
20410         * rfc2231.el (rfc2231-parse-string): Return at least type if
20411         possible; don't cause an error even if it fails in parsing of
20412         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20413         (rfc2231-encode-string): Don't break lines at the beginning, leave
20414         it to mml-insert-parameter.
20415
20416         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20417         calling mail-header-parse-content-type.
20418
20419 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20420
20421         * spam-report.el (spam-report-gmane-use-article-number):
20422         Improve doc string.
20423         (spam-report-gmane-internal): Check if a suitable header was found
20424         in the article.
20425
20426 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20427
20428         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20429         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20430
20431 2006-02-05  Romain Francoise  <romain@orebokech.com>
20432
20433         Update copyright notices of all files in the gnus directory.
20434
20435 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20436
20437         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20438
20439 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20440
20441         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20442         segmented lines of parameter value to cope with Thunderbird 1.5
20443         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20444         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20445         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20446
20447 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20448
20449         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20450         parts.
20451
20452 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20453
20454         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20455         there's only one active file for all servers.
20456         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20457         solid groups.  Gnus might have used a FAST request to select the group.
20458         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20459         and nnweb-search redundantly in the active file.
20460         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20461         (nnweb-request-create-group): Don't use ARGS.
20462         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20463         initializations.  Let nnoo do the work.
20464
20465 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20466
20467         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20468         Say the part has been decoded.
20469
20470         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20471
20472 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20473
20474         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20475         mailcap-viewer-test-cache when there's no 'test clause, since that
20476         will invert the meaning of a "nil" test previously determined by
20477         mailcap-mailcap-entry-passes-test.
20478
20479 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20480
20481         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20482         compiling.
20483
20484         * gnus-sum.el: Ditto.
20485
20486         * message.el: Don't bind tool-bar-map when compiling.
20487
20488 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20489
20490         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20491
20492 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20493
20494         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20495         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20496         current Google Groups.
20497
20498 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20499
20500         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20501         and tool-bar-mode.
20502
20503         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20504         and tool-bar-mode.
20505
20506         * message.el (message-tool-bar-update): Simplify.
20507         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20508
20509         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20510         gnus-summary-buffer.
20511         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20512         gnus-summary-reply.
20513
20514         * gmm-utils.el (gmm): Add :version.
20515
20516 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20517
20518         * Makefile.in (clean): New rule.
20519         (distclean): Use it.
20520
20521 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20522
20523         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20524         Don't autoload.
20525
20526 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20527
20528         * gmm-utils.el (gmm-verbose): Add :group.
20529
20530 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20531
20532         * message.el: Change some comments WRT tool-bars.
20533
20534         * gnus-sum.el (gnus-summary-tool-bar)
20535         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20536         (gnus-summary-tool-bar-zap-list): New variables.
20537         (gnus-summary-make-tool-bar): Complete rewrite using
20538         `gmm-tool-bar-from-list'.
20539
20540         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20541         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20542         New variables.
20543         (gnus-group-make-tool-bar): Complete rewrite using
20544         `gmm-tool-bar-from-list'.
20545         (gnus-group-tool-bar-update): New function.
20546
20547         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20548
20549 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20550
20551         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20552         is dissected into a single part of which the type is the same as
20553         the given one; decode charset.
20554
20555 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20556
20557         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20558         into alists as symbol not string, since that's what
20559         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20560         look for.
20561
20562 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20563
20564         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20565         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20566
20567         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20568
20569 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20570
20571         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20572         (gnus-xmas-mime-security-button-menu): New function.
20573
20574         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20575         (gnus-mime-security-button-menu): New definition.
20576         (gnus-mime-security-button-map): Use them.
20577         (gnus-mime-security-button-menu): New function.
20578         (gnus-insert-mime-security-button): Addition to help echo.
20579         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20580         (gnus-mime-security-pipe-part): New functions.
20581
20582         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20583         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20584
20585         * mm-decode.el (mm-handle-set-disposition): Remove.
20586         (mm-handle-set-description): Remove.
20587
20588 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20589
20590         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20591         (mm-w3m-standalone-supports-m17n-p): New function.
20592         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20593         w3m usage.
20594
20595         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20596         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20597
20598 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20599
20600         * message.el (message-tool-bar-zap-list):
20601         Use gmm-tool-bar-zap-list as custom type.
20602         (message-tool-bar-update): New function.
20603         (message-tool-bar, message-tool-bar-gnome)
20604         (message-tool-bar-retro): Add message-tool-bar-update.
20605         (message-tool-bar-gnome): Add flyspell-buffer.
20606
20607         * gnus-util.el (gnus-error): Describe `args'.
20608
20609         * gmm-utils.el (gmm-error): Describe `args'.
20610         (gmm-tool-bar-zap-list): New widget.
20611         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20612
20613 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20614
20615         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20616         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20617         the number of recursive calls.
20618
20619         * mm-decode.el (mm-handle-set-disposition): New macro.
20620         (mm-handle-set-description): New macro.
20621
20622 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20623
20624         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20625         encoding.
20626
20627 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20628
20629         * message.el (message-tool-bar-zap-list, message-tool-bar)
20630         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20631         (message-tool-bar-local-item-from-menu): Remove.
20632         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20633         (message-make-tool-bar): New function.
20634         (message-mode): Use `message-make-tool-bar'.
20635
20636         * gmm-utils.el: New file.
20637         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20638         (gmm-lazy): New widget copied from `nnmail.el'.
20639         (gmm-tool-bar-from-list): New function for creating customizable
20640         tool bars.
20641         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20642         output.
20643         (gmm): Add :prefix to defgroup.
20644
20645 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20646
20647         * gmm-utils.el (gmm-widget-p): New function.
20648
20649 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20650
20651         * mml.el (mml-attach-file): Describe `description' in doc string.
20652         (mml-menu): Add Emacs MIME manual and PGG manual.
20653
20654 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20655
20656         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20657
20658 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20659
20660         * nntp.el (nntp-end-of-line): Doc fix.
20661
20662 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20663
20664         * imap.el (imap-open): Handle case where buffer is a buffer
20665         object.
20666
20667 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20668
20669         * gnus-delay.el (gnus-delay): Don't autoload.
20670         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20671         to be re-loaded when customizing the `gnus-delay' group.
20672
20673 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20674
20675         * message.el (message-insert-citation-line): Use newlines.
20676
20677 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20678
20679         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20680         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20681         these routines, so the passphrase can be managed externally and
20682         passed in to the system.
20683         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20684         pgg-add-passphrase-to-cache function.
20685
20686         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20687         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20688         these routines, so the passphrase can be managed externally and
20689         passed in to the system.
20690         (pgg-pgp5-sign-region): Use new name of
20691         pgg-add-passphrase-to-cache function.
20692
20693 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20694
20695         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20696         part of the decoded armor to find the key-identifier.
20697         (pgg-gpg-lookup-key-owner): New function to return the
20698         human-readable identifier of a key owner.
20699         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20700         itself.
20701         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20702         the key value) if we have a key and can match it against a secret
20703         key.  Also, added a note pointing out fact that the prompt only
20704         indicates the first matching key.
20705
20706         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20707         pgg-decrypt-region.
20708         (pgg-add-passphrase-to-cache): Rename from
20709         `pgg-add-passphrase-cache' to reduce confusion (all callers
20710         changed).
20711         (pgg-remove-passphrase-from-cache): Rename from
20712         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20713         changed).
20714         (pgg-read-passphrase, pgg-add-passphrase-cache)
20715         (pgg-remove-passphrase-cache): Add informative docstrings.
20716         (pgg-decrypt): Convey provided passphrase in subordinate call to
20717         pgg-decrypt-region.
20718
20719 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20720
20721         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20722         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20723         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20724         'passphrase' argument, so the passphrase can be managed externally
20725         and then passed in to the system.
20726
20727         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20728         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20729         so the passphrase cache can be used reliably with identifiers
20730         besides a pgp packet's key id.
20731
20732         * pgg-gpg.el (pgg-gpg-encrypt-region)
20733         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20734         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20735         these routines, so the passphrase can be managed externally and
20736         passed in to the system.
20737
20738         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20739         'notruncate' argument, so the passphrase cache can be used
20740         reliably with identifiers besides a pgp packet's key id.
20741
20742 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20743
20744         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20745         symmetric encryption.
20746         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20747         encrypted session key.
20748         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20749         message ask for the passphrase in a proper way.
20750
20751         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20752         New user commands for symmetric encryption.
20753
20754 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20755
20756         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20757
20758         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20759
20760 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20761
20762         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20763
20764 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20765
20766         * mm-decode.el (mm-inlined-types): Add application/pgp.
20767         (mm-automatic-display): Ditto.
20768
20769         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20770         part as text.
20771
20772 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20773
20774         * nnrss.el: Update copyright.
20775         (nnrss-opml-import): Query whether to subscribe to each entry.
20776
20777         * gnus-art.el:
20778         * gnus-sum.el:
20779         * gnus-xmas.el:
20780         * messagexmas.el:
20781         * mm-uu.el:
20782         * mm-view.el: Update copyright.
20783
20784 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20785
20786         * message.el (message-info): New function.
20787         (message-mode-menu): Add it.
20788         Update copyright.
20789
20790         * ChangeLog: Fix and update copyright.
20791
20792 2006-01-13  Romain Francoise  <romain@orebokech.com>
20793
20794         * message.el (message-forward-subject-name-subject): Prefer the
20795         address to 'nowhere' if the sender has no name.
20796         Fix typo.  Update copyright year.
20797
20798 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20799
20800         * gnus-art.el (article-wash-html):
20801         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20802         (gnus-article-wash-html-with-w3m-standalone): New function.
20803
20804         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20805         mm-inline-text-html-render-with-w3m-standalone.
20806         (mm-text-html-washer-alist): Map w3m-standalone to
20807         gnus-article-wash-html-with-w3m-standalone.
20808         (mm-inline-text-html-render-with-w3m-standalone): New function.
20809
20810 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20811
20812         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20813         Improve LaTeX.
20814
20815 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20816
20817         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20818         (nnrss-request-article): Render text/plain parts as HTML.
20819
20820         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20821         the buffer.
20822
20823 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20824
20825         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20826         custom definition of `gnus-posting-styles'.
20827
20828         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20829         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20830
20831 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20832
20833         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20834         Use nntp for bug archive.
20835
20836 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20837
20838         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20839         parts.
20840         (nnrss-normalize-date): New function converts ISO 8601 date into
20841         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20842         (nnrss-check-group): Use it.
20843
20844 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20845
20846         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20847
20848         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20849         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20850         (nnrss-insert-w3): Ditto.
20851
20852 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20853
20854         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20855         the articles to be forwarded including the case where neither a
20856         number of articles nor a region is specified.
20857
20858 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * nnrss.el (nnrss-request-article): Fix last change; fill
20861         text/plain parts.
20862
20863 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20864
20865         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20866         in text/plain part.
20867         (nnrss-check-group): Don't add excessive newline to dc:subject.
20868
20869 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20870
20871         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20872         article.
20873
20874 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20875
20876         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20877         (nnml-use-compressed-files, nnml-save-mail): Support other
20878         comression programs such as bzip2.
20879
20880 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20881
20882         * dns.el (query-dns): Make sure we check the buffer size before
20883         removing tcp headers.
20884
20885 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20886
20887         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20888         remove MIME buttons associated with multipart/alternative parts.
20889         (gnus-mime-display-alternative): Tag buttons using `article-type'
20890         text property.
20891
20892         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20893         associated with multipart/alternative parts.
20894
20895         * gnus-art.el (gnus-signature-separator): Fix custom type.
20896
20897         * mm-decode.el (mm-inlined-types): Fix custom type.
20898         (mm-keep-viewer-alive-types): Ditto.
20899         (mm-automatic-display): Ditto.
20900         (mm-attachment-override-types): Ditto.
20901         (mm-inline-override-types): Ditto.
20902         (mm-automatic-external-display): Ditto.
20903
20904 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20905
20906         * spam-report.el (spam-report-user-mail-address)
20907         (spam-report-user-agent): New variables.
20908         (spam-report-url-ping-plain): Use spam-report-user-agent.
20909
20910 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20911
20912         * gnus-art.el (gnus-button-handle-custom): Do not just use
20913         `customize-apropos' for any "M-x customize-*" button but the
20914         function called for.  Accept both the function name and its
20915         argument in order to achieve this.
20916         (gnus-button-alist): Remove support for "custom:" URL's.
20917         Pass function name to `gnus-button-handle-custom' in case of "M-x
20918         customize-*" buttons.
20919
20920 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20921
20922         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20923         multipart/alternative and add xref to mm-discouraged-alternatives
20924         in doc string.
20925
20926         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20927         gnus-buttonized-mime-types in doc string.
20928
20929 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20930
20931         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20932         Suggest image/.* in the doc string.
20933
20934 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20935
20936         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20937         message-marks (Debian bug#342521).
20938
20939 2005-12-12  Simon Josefsson  <jas@extundo.com>
20940
20941         * password.el (password-read-from-cache): Add.
20942         (password-read): Use it.
20943
20944 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20945
20946         * rfc2047.el (rfc2047-charset-to-coding-system):
20947         Recognize us-ascii as a MIME charset.
20948
20949         * mm-bodies.el (mm-decode-content-transfer-encoding):
20950         Protect against the case where the 2nd arg TYPE is nil.
20951
20952 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20953
20954         * pop3.el (pop3-stream-type): Fix custom version.
20955
20956         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20957
20958 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20959
20960         * mm-decode.el (mm-display-external): Add missing cdr.
20961
20962 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20963
20964         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20965         RFC1524) if it is in mailcap or add a suffix according to
20966         mailcap-mime-extensions when generating a temp filename; postpone
20967         deleting a temp file for 2 seconds for some wrappers, shell
20968         scripts, and so on, which might exit right after having started a
20969         viewer command as a background job.
20970
20971 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20972
20973         * nntp.el (nntp-marks-directory): Fix custom group.
20974
20975         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20976         steps when < 10.
20977
20978         * gnus-start.el (gnus-no-server-1):
20979         Mention `gnus-level-default-subscribed' in doc string.
20980
20981 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20982
20983         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20984         parens.
20985
20986 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * gnus-xmas.el (gnus-use-toolbar): Revert.
20989         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20990         gnus-use-toolbar is default.
20991
20992         * messagexmas.el (message-use-toolbar): Revert.
20993         (message-setup-toolbar): Use global default-toolbar if
20994         message-use-toolbar is default.
20995
20996 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20999         according to default-toolbar-visible-p.
21000
21001         * messagexmas.el (message-use-toolbar): Ditto.
21002
21003 2005-11-26  Dave Love  <fx@gnu.org>
21004
21005         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21006         (tls-program, tls-success): Provide openssl alternative.
21007
21008         * starttls.el: Doc fixes.
21009         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21010         SERVICE to PORT.
21011
21012         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21013         port null or service name.
21014         (starttls-negotiate): Autoload.
21015
21016 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21017
21018         * message.el (message-kill-to-signature): Fix interactive spec.
21019
21020 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21021
21022         * pop3.el (pop3-open-server): Recognize a string as a service name.
21023
21024 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21025
21026         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21027
21028 2005-11-23  Dave Love  <fx@gnu.org>
21029
21030         Add pop3s, pop3/starttls.
21031
21032         * pop3.el (pop3-authentication-scheme): Clarify doc.
21033         (open-tls-stream, starttls-open-stream): Autoload.
21034         (pop3-stream-type): New.
21035         (pop3-open-server): Use it.
21036
21037         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21038         for POP.
21039         (mail-source-keyword-map): Add :stream for POP.
21040         (mail-source-fetch-pop): Use pop3-stream-type.
21041
21042 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21043
21044         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21045         of current-time-string.
21046
21047 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21048
21049         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21050         date header.
21051
21052 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21053
21054         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21055         it can seriously impact performance as it bypasses the agent's
21056         local caches.
21057
21058 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21059
21060         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21061         must be explicitly online rather than "not explicitly offline" for
21062         its flags to be synchronized.
21063
21064         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21065         that gnus-uu-unmark-thread will function correctly.
21066
21067         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21068         1024K is instead displayed as 1M.
21069
21070 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21071
21072         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21073
21074 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21075
21076         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21077
21078 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21079
21080         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21081         error message to display actual error condition.
21082         (gnus-agent-save-local): Avoid saving symbols that are bound to
21083         nil as they simply result in a warning message in
21084         gnus-agent-read-local.
21085
21086 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21087
21088         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21089         rather than make-variable-buffer-local for file-precious-flag.
21090
21091 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21092
21093         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21094         for duplicates which are removed.  The invalid sort check then
21095         triggers a rescan after the sort as sorting may have moved
21096         duplicate entries such that they can be cheaply detected.
21097
21098 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21099
21100         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21101
21102 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21103
21104         * gnus-agent.el (gnus-agent-article-alist-save-format):
21105         Change internal variable to a custom variable.  Change default value
21106         from compressed(2) to uncompressed(1).
21107         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21108         support for uncompressed agentview files.  Taken together, reading
21109         the agentview file should now be 6-7 times faster.
21110
21111 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21112
21113         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21114         as a buffer-local variable.  This avoids creating truncated
21115         dribble files as a result of a hang up, eg.
21116
21117 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21118
21119         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21120         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21121         XEmacs.
21122
21123 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21124
21125         * gnus-start.el (gnus-start-draft-setup):
21126         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21127
21128         * gnus.el (gnus-splash): Change custom group.
21129         (gnus-group-get-parameter, gnus-group-parameter-value):
21130         Describe allow-list argument.
21131
21132         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21133         string.
21134
21135 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21136
21137         * gnus-art.el (gnus-default-article-saver): Add user-defined
21138         `function' to custom type.
21139
21140 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21141
21142         * imap.el (imap-open): Handle case where buffer is a buffer
21143         object.
21144
21145 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21146
21147         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21148         long lines.
21149         (gnus-cache-delete-group): Wrap doc strings.
21150
21151         * gnus-agent.el (gnus-agent-rename-group)
21152         (gnus-agent-delete-group): Wrap doc strings.
21153
21154 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21155
21156         * messagexmas.el (message-use-toolbar): Change the valid values
21157         into default, top, bottom, left, and right.
21158         (message-toolbar-thickness): New variable.
21159         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21160         well.
21161         (message-setup-toolbar): Make it work.
21162
21163         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21164         (gnus-use-toolbar): Change the valid values into default, top,
21165         bottom, left, and right.
21166         (gnus-toolbar-thickness): New variable.
21167         (gnus-xmas-setup-toolbar): New function.
21168         (gnus-xmas-setup-group-toolbar): Use it.
21169         (gnus-xmas-setup-summary-toolbar): Use it.
21170
21171 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21172
21173         * gnus-start.el (gnus-1): Add "native" to
21174         gnus-predefined-server-alist.
21175
21176         * gnus.el (gnus-method-to-server): Don't add "native" to the
21177         lists here, because that leads to problems when
21178         gnus-select-method is bound.
21179
21180 2005-11-09  Simon Josefsson  <jas@extundo.com>
21181
21182         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21183         use (not sort-by-date) instead.
21184
21185 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21186
21187         * gnus-delay.el (gnus-delay-group): Don't autoload.
21188         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21189         to be re-loaded when customizing the `gnus-delay' group.
21190
21191 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21192
21193         * message.el: Revert last changes.
21194         (message-insert-citation-line): Use newlines.
21195
21196 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21197
21198         * message.el (message-courtesy-message)
21199         (message-mark-insert-begin, message-mark-insert-end)
21200         (message-elide-ellipsis, message-cancel-message)
21201         (message-add-header, message-change-subject)
21202         (message-cross-post-followup-to-header)
21203         (message-cross-post-insert-note, message-reduce-to-to-cc)
21204         (message-widen-reply, message-delete-not-region)
21205         (message-kill-to-signature, message-insert-signature)
21206         (message-insert-importance-high, message-insert-importance-low)
21207         (message-insert-or-toggle-importance)
21208         (message-insert-disposition-notification-to)
21209         (message-indent-citation, message-yank-original)
21210         (message-cite-original-without-signature, message-cite-original)
21211         (message-insert-citation-line, message-position-on-field)
21212         (message-fix-before-sending, message-send-mail-partially)
21213         (message-send-mail, message-send-mail-with-sendmail)
21214         (message-send-mail-with-qmail, message-send-news)
21215         (message-check-news-header-syntax, message-generate-headers)
21216         (message-insert-courtesy-copy, message-fill-address)
21217         (message-fill-header, message-shorten-references)
21218         (message-setup-1, message-cancel-news)
21219         (message-forward-make-body-plain, message-forward-make-body-mime)
21220         (message-forward-make-body-mml, message-encode-message-body)
21221         (message-forward-make-body-digest-plain)
21222         (message-forward-make-body-digest-mime)
21223         (message-use-alternative-email-as-from): Insert `hard-newline'
21224         instead of ordinary newlines.
21225
21226 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21227
21228         * message.el (message-generate-headers): Downcase the argument
21229         given to message-check-element.
21230
21231 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21232
21233         * nntp.el (nntp-authinfo-rejected): New error condition.
21234         (nntp-wait-for): Use new error condition to signal authentication
21235         error.
21236         (nntp-retrieve-data): Rethrow new error condition to break out of
21237         recursive call to nntp-send-authinfo.
21238
21239 2005-11-08  Romain Francoise  <romain@orebokech.com>
21240
21241         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21242         (gnus-summary-exit-map): Bind to `Z p'.
21243         (gnus-summary-make-menu-bar): Add menu item.
21244
21245 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21246
21247         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21248         (gnus-treat-*): Add `first' in all doc strings.
21249
21250         * gnus-group.el (gnus-group-compact-group): Fix typo.
21251
21252 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21253
21254         * gnus.el (gnus-parameters-case-fold-search): New variable.
21255         (gnus-parameters-get-parameter): Use it.
21256
21257         * gnus-score.el (gnus-home-score-file): Doc fix.
21258
21259 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21260
21261         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21262
21263 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21264
21265         * mm-util.el (mm-special-display-p): New function.
21266
21267         * mml.el (mml-preview): Use it; doc fix.
21268
21269 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21270
21271         * imap.el (imap-open): Handle case where buffer is a buffer object.
21272
21273 2005-10-29  Romain Francoise  <romain@orebokech.com>
21274
21275         * message.el (message-fix-before-sending): Fix comment.
21276
21277 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21278
21279         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21280
21281 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21282
21283         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21284         Used in gnus-score.el.
21285
21286 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21287
21288         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21289
21290 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21291
21292         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21293         whitespace removed in revision 7.8.  Use concatenated string to
21294         protect trailing whitespace.
21295
21296 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21297
21298         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21299         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21300         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21301         Courier IMAP ("some version from 2004").  Mostly based on similar
21302         code in the same function.
21303
21304 2005-10-26  Didier Verna  <didier@xemacs.org>
21305
21306         * gnus-group.el (gnus-group-compact-group): Invalidate original
21307         article buffer.
21308         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21309         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21310         NOV database and in article itself.
21311         Invalidate article backlog.
21312
21313 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21314
21315         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21316
21317 2005-10-26  Simon Josefsson  <jas@extundo.com>
21318
21319         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21320         part of 2004-07-25 change.
21321
21322 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21323
21324         * message.el (message-display-completion-list): New function.
21325         (message-expand-group): Use it; make sure the Completions buffer
21326         is modifiable.
21327 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21328
21329         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21330         user-mail-name is an empty string.
21331
21332 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21333
21334         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21335         depending on gnus-score-decay-constant.
21336
21337         * encrypt.el (encrypt-insert-file-contents)
21338         (encrypt-write-file-contents): Don't use `gnus-message'.
21339
21340         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21341         arguments.
21342         (mm-uu-type-alist): Add message-marks and insert-marks.
21343         Pass arguments to mm-uu-verbatim-marks-extract.
21344         (mm-uu-hide-markers): New variable.
21345         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21346
21347         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21348         (gnus-convert-image-to-face-command): Use "convert" by default to
21349         allow other input image formats.
21350         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21351         accordingly.
21352
21353 2005-10-23  Simon Josefsson  <jas@extundo.com>
21354
21355         * imap.el (imap-gssapi-program): Align command line parameters
21356         with latest GNU SASL.
21357         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21358
21359 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21360
21361         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21362         HTML.
21363         (nnslashdot-request-article): Ditto.
21364
21365         * lpath.el (featurep): Add nobreak-char-display.
21366
21367 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21368
21369         * mail-source.el (mail-source-fetch-pop): Require pop3.
21370         (mail-source-check-pop): Ditto.
21371
21372 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21373
21374         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21375         errors.
21376
21377 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21378
21379         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21380         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21381
21382         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21383
21384         * mm-bodies.el (mm-decode-string):
21385         Call `mm-charset-to-coding-system' with allow-override argument.
21386
21387 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21388
21389         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21390         (rfc2047-charset-to-coding-system): New function.
21391         (rfc2047-decode-encoded-words): New function.
21392         (rfc2047-decode-region): Use them.
21393         (rfc2047-decode-cte): Remove.
21394         (rfc2047-parse-and-decode): Remove.
21395         (rfc2047-decode): Remove.
21396
21397 2005-10-15  Kenichi Handa  <handa@m17n.org>
21398
21399         * rfc2047.el (rfc2047-decode-cte): New function.
21400         (rfc2047-decode-region): Change the way to decode successive
21401         encoded-words: decode B- or Q-encoding in each encoded-word,
21402         concatenate them, and decode it as charset.
21403
21404 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21405
21406         * lpath.el: Fbind codepage-setup for XEmacs.
21407
21408 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21409
21410         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21411         widget-move-and-invoke.
21412         (gnus-custom-mode): Use gnus-custom-map.
21413
21414 2005-10-15  Bill Wohler  <wohler@newt.com>
21415
21416         * message.el (message-tool-bar-map): Rename image file from
21417         mail_send to mail/send.
21418
21419 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21420
21421         * message.el (message-expand-group): Pass the common
21422         prefix substring of completion to `display-completion-list'.
21423
21424 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21425
21426         * mml-sec.el (mml-secure-method): New internal variable.
21427         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21428         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21429         New functions using mml-secure-method.
21430
21431         * mml.el (mml-mode-map): Add key bindings for those functions.
21432         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21433         Harder <harder@myrealbox.com>.
21434         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21435         Goto end of message if point is the headers of the message.
21436
21437         * message.el (message-in-body-p): New function.
21438
21439         * assistant.el: Autoload gnus-util and netrc.
21440
21441         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21442         Use `mm-charset-override-alist' only when decoding.
21443
21444         * mm-bodies.el (mm-decode-body):
21445         Call `mm-charset-to-coding-system' with allow-override argument.
21446
21447         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21448         `filename' from Content-Disposition if Content-Type doesn't
21449         provide `name'.
21450         (gnus-mime-view-part-as-type): Set default instead of
21451         initial-input.
21452
21453 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21454
21455         * format-spec.el (format-spec): Propagate text properties of % spec.
21456
21457 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21458
21459         * gnus-art.el (gnus-treat-predicate): Add `first'.
21460
21461 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21462
21463         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21464         (mm-charset-override-alist): New variable.
21465         (mm-charset-to-coding-system): Use it.
21466         (mm-codepage-setup): New helper function.
21467         (mm-charset-eval-alist): New variable.
21468         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21469         Warn about unknown charsets.
21470
21471         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21472
21473 2005-10-04  David Hansen  <david.hansen@gmx.net>
21474
21475         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21476         (nnrss-check-group): Ditto.
21477
21478 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21479
21480         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21481         Rename x-gnus-verbatim to x-verbatim.
21482         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21483
21484         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21485         x-verbatim.
21486
21487         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21488
21489         * gnus-util.el (gnus-remove-duplicates): Remove.
21490
21491         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21492         instead of gnus-remove-duplicates.
21493
21494         * message.el (message-remove-duplicates): Remove.
21495         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21496         message-remove-duplicates.
21497
21498         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21499         available, else use implementation from `delete-dups'.
21500
21501         * message.el (message-insert-expires): New function.
21502         (message-mode-map): Add key binding.
21503         (message-mode-field-menu): Add menu entry.
21504         (message-mode): Document it.
21505         (message-make-expires-date): Use `message-make-date'.
21506
21507 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21508
21509         * message.el (message-make-expires-date): New function.
21510
21511 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21512
21513         * Makefile.in (list-installed-shadows): New entry.
21514         (install): Use it.
21515         (remove-installed-shadows): New entry.
21516
21517         * dgnushack.el (dgnushack-default-load-path): New variable.
21518         (dgnushack-find-lisp-shadows): New function.
21519         (dgnushack-remove-lisp-shadows): New function.
21520
21521 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21522
21523         * Makefile.in (install-el-elc): New entry.
21524         (install): Use it so that .el files are necessarily installed.
21525
21526 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21527
21528         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21529
21530 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21531
21532         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21533         function rather than the diff-mode.el package.
21534         (mm-display-external): Use with-current-buffer.
21535         (mm-viewer-completion-map, mm-viewer-completion-map):
21536         Move initialization inside declaration.
21537
21538 2005-09-29  Simon Josefsson  <jas@extundo.com>
21539
21540         * spam.el: Load hashcash when compiling, to avoid warnings.
21541         Don't autoload mail-check-payment.
21542         (spam-check-hashcash): Define unconditionally, since hashcash.el
21543         is part of Gnus now.  Ignore errors from payment checking.
21544
21545 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21546
21547         * message.el (message-bold-region, message-unbold-region):
21548         Rename from `bold-region' and `unbold-region'.
21549
21550         * message.el: Remove useless autoloads.
21551
21552 2005-09-28  Simon Josefsson  <jas@extundo.com>
21553
21554         * message.el (message-use-idna): Default to t.
21555         (message-use-idna): Test whether encoding works too.  Doc fix.
21556
21557 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21558
21559         * nntp.el (nntp-warn-about-losing-connection): Remove.
21560
21561 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21562
21563         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21564         customizable.  Change default value.
21565         (mm-uu-diff-groups-regexp): Change default value.
21566         (mm-uu-type-alist): Add doc string.
21567         (mm-uu-configure): Add doc string.  Make it interactive.
21568         (mm-uu-tex-groups-regexp): New variable.
21569         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21570         (mm-uu-type-alist): Add LaTeX documents.
21571         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21572         of "text/verbatim".
21573         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21574
21575         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21576         instead of "text/verbatim".
21577
21578         * message.el (message-mark-inserted-region)
21579         (message-mark-insert-file): Use slrn style marks when called with
21580         prefix argument.
21581
21582 2005-09-27  Simon Josefsson  <jas@extundo.com>
21583
21584         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21585
21586 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21587
21588         * message.el (message-remove-duplicates): New function.
21589         Implementation borrowed from `gnus-remove-duplicates'.
21590         (message-idna-to-ascii-rhs): Also encode idna addresses in
21591         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21592         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21593         only ask about the same idna domain once per header and also tell
21594         in what header to replace the idna domain.
21595
21596         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21597         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21598         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21599         a header is decoded and not just the last one.
21600
21601 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21602
21603         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21604         has been decoded.
21605
21606         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21607         (mm-insert-part): Don't modify text if it has been decoded.
21608
21609         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21610         decoded.
21611
21612         * mm-view.el (mm-inline-text): Don't strip text props unless
21613         decoding enriched or richtext parts.
21614
21615 2005-09-25  Romain Francoise  <romain@orebokech.com>
21616
21617         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21618         * gnus-start.el (gnus-subscribe-interactively):
21619         * gnus-uu.el (gnus-uu-grab-articles):
21620         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21621         space.
21622
21623 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21624
21625         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21626         * mm-view.el (mm-view-pkcs7-decrypt):
21627         * gnus-sum.el (gnus-summary-limit-to-extra)
21628         (gnus-summary-respool-article, gnus-read-move-group-name):
21629         * gnus-score.el (gnus-summary-increase-score):
21630         * gnus-util.el (gnus-completing-read-with-default):
21631         * gnus-art.el (gnus-read-save-file-name)
21632         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21633         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21634         * message.el (message-check-news-header-syntax):
21635         Follow convention for reading with the minibuffer.
21636
21637 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21638
21639         * spam-report.el (spam-report-url-ping-plain):
21640         Use gnus-extended-version as User-Agent.
21641
21642         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21643         default value is nil.
21644
21645         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21646         (mm-uu-verbatim-marks-extract): New function.
21647         (mm-uu-extract): New face.
21648         (mm-uu-copy-to-buffer): Use it.
21649
21650         * spam-report.el (spam-report-gmane-ham): Rename from
21651         `spam-report-gmane-unspam'.
21652         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21653         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21654
21655         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21656         Autoload.
21657         (spam-report-gmane-unregister-routine):
21658         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21659
21660 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21661
21662         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21663         (spam-report-gmane-unregister-routine): Add support for gmane
21664         unregistration.
21665
21666         * spam-report.el (spam-report-gmane-unspam)
21667         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21668         (spam-report-gmane): Change to take a single article and do unspam
21669         registration.
21670
21671 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21672
21673         * mm-url.el (mm-url-decode-entities): Fix regexp.
21674
21675 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21676
21677         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21678         default to nil, to be able to use Gnus at all.  If the default
21679         switches to something else, then the function should be fixed not
21680         be exceedingly slow.
21681
21682 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21683
21684         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21685         fail hard.
21686
21687         * spam-report.el: Add better Keywords line.
21688
21689         * spam.el: Add Maintainer and better Keywords line.
21690
21691 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21692
21693         * gnus-art.el (gnus-article-replace-part)
21694         (gnus-mime-replace-part): New functions.
21695         (gnus-mime-action-alist, gnus-mime-button-commands)
21696         (gnus-mime-save-part-and-strip): Add file argument.
21697         (gnus-article-part-wrapper): Add interactive argument.
21698
21699         * gnus-sum.el (gnus-summary-mime-map):
21700         Add `gnus-article-replace-part'.
21701
21702 2005-09-19  Didier Verna  <didier@xemacs.org>
21703
21704         The nnml compaction feature:
21705         * nnml.el (nnml-request-compact-group): New function.
21706         * nnml.el (nnml-request-compact): New function.
21707         * gnus-int.el (gnus-request-compact-group): New function.
21708         * gnus-int.el (gnus-request-compact): New function.
21709         * gnus-group.el (gnus-group-compact-group): New function.
21710         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21711         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21712         * gnus-srvr.el (gnus-server-compact-server): New function.
21713         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21714         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21715
21716 2005-09-18  Deepak Goel  <deego@gnufans.org>
21717
21718         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21719         format spec.
21720
21721 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21722
21723         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21724
21725 2005-09-15  Romain Francoise  <romain@orebokech.com>
21726
21727         * message.el (message-fill-paragraph): Clarify docstring.
21728
21729 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21730
21731         * gnus-art.el (gnus-mime-display-part): Protect against broken
21732         MIME messages.
21733
21734 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21735
21736         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21737         before parsing header.
21738
21739 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21740
21741         * html2text.el (html2text-replace-list): Add new entities.
21742
21743 2005-09-11  Romain Francoise  <romain@orebokech.com>
21744
21745         * message.el (message-alternative-emails): Improve docstring.
21746         (message-setup-1): Call `message-use-alternative-email-as-from'
21747         after `message-setup-hook' to give it precedence over posting
21748         styles, etc.
21749         (message-use-alternative-email-as-from): Add docstring.
21750         Remove the original From header if present.
21751
21752         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21753         (nnml-save-mail): Use it.
21754
21755         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21756         articles.  Add new argument `silent'.
21757         (gnus-uu-mark-all): Report the total number of marked articles.
21758
21759 2005-09-10  Romain Francoise  <romain@orebokech.com>
21760
21761         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21762         (gnus-uu-mark-series): Likewise.
21763
21764 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21765
21766         * spam-report.el (spam-report-gmane): Fix generation of spam
21767         report URL.
21768
21769 2005-09-10  Simon Josefsson  <jas@extundo.com>
21770
21771         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21772         t, based on discussion on the ding list with Robert Epprecht
21773         <epprecht@solnet.ch>.
21774
21775 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21776
21777         * spam-report.el (spam-report-gmane): Make it work without
21778         X-Report-Spam header.  Gmane now only provides Archived-At.
21779         This is only used if `spam-report-gmane-use-article-number' is nil.
21780         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21781
21782         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21783         make `gnus-summary-sort-by-recipient' work with threading.
21784
21785         * nnweb.el (nnweb-google-wash-article): Print a message if article
21786         is not available.
21787
21788 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21789
21790         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21791         change.  Decode text/* parts content before displaying.
21792
21793 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21794
21795         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21796
21797 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21798
21799         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21800
21801         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21802         url-package-name, url-package-version,
21803         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21804         w3m-display-inline-images, and w3m-minor-mode-map.
21805
21806 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21807
21808         * message.el (message-tab-body-function): Fix mismatched custom type.
21809
21810         * gnus.el (gnus-group-change-level-function): Ditto.
21811
21812         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21813
21814         * gnus-art.el (gnus-signature-limit)
21815         (gnus-article-mime-part-function): Ditto.
21816
21817 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21818
21819         * mml.el (mml-mode): Silence the byte compiler.
21820
21821         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21822         using `(sit-for 0)' before moving the point to the specified part;
21823         skip unbuttonized parts.
21824         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21825         return to the summary window if gnus-auto-select-part is non-nil.
21826
21827 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21828
21829         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21830         New variables.
21831         (mml-dnd-attach-file, mml-mode): Use them.
21832
21833         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21834         Make fetching article by MID work again for Google Groups.
21835         Add FIXME concerning gnus-group-make-web-group.
21836
21837         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21838         Don't depend on Gnus by using mail-extract-address-components if
21839         gnus-extract-address-components is not bound.
21840
21841 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21842
21843         * gnus-art.el (gnus-mime-display-security): Don't display the
21844         signature, but only the signed part.
21845
21846 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21847
21848         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21849
21850         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21851         list, not listp.
21852
21853 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21854
21855         * mm-encode.el (mm-encode-content-transfer-encoding):
21856         Likewise when encoding.
21857
21858         * mm-bodies.el (mm-decode-content-transfer-encoding):
21859         De-canonicalize CRLF for all text content types, not just
21860         text/plain.
21861
21862 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21863
21864         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21865         valid article; point arrow and cursor at the MIME button.
21866
21867 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21868
21869         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21870         Suggested by Dan Christensen <jdc@uwo.ca>.
21871
21872         * mm-decode.el (mm-save-part): Enable change of prompt.
21873
21874 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21875
21876         * gnus-msg.el (gnus-inews-add-send-actions):
21877         Make `message-post-method' lambda parameter ARG `&optional'.
21878
21879 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21880
21881         * gnus-sum.el (gnus-summary-mime-map):
21882         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21883         gnus-article-jump-to-part.
21884
21885         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21886         (gnus-article-edit-part): Use it.
21887         (gnus-article-part-wrapper): Add no-handle argument.
21888         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21889         New functions.
21890
21891 2005-08-29  Romain Francoise  <romain@orebokech.com>
21892
21893         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21894         docstring.
21895         (gnus-face-from-file): Likewise.
21896
21897 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21898
21899         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21900         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21901         non-nil.
21902         (gnus-auto-select-part): New variable.
21903         (gnus-article-jump-to-part): New function.
21904         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21905         (gnus-mime-delete-part): Allow selecting specified part after
21906         deleting or stripping parts.
21907         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21908         part if argument is bogus.
21909
21910 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21911
21912         * gnus-art.el (w3m-minor-mode-map):
21913         * gnus-spec.el (gnus-newsrc-file-version):
21914         * gnus-util.el (nnmail-active-file-coding-system)
21915         (gnus-original-article-buffer, gnus-user-agent):
21916         * gnus.el (gnus-ham-process-destinations)
21917         (gnus-parameter-ham-marks-alist)
21918         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21919         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21920         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21921         * mm-decode.el (gnus-current-window-configuration):
21922         * mm-extern.el (gnus-article-mime-handles):
21923         * mm-url.el (url-current-object, url-package-name)
21924         (url-package-version):
21925         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21926         (smime-keys, w3m-cid-retrieve-function-alist)
21927         (w3m-current-buffer, w3m-display-inline-images)
21928         (w3m-minor-mode-map):
21929         * mml-smime.el (gnus-extract-address-components):
21930         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21931         (gnus-newsrc-hashtb, message-default-charset)
21932         (message-deletable-headers, message-options)
21933         (message-posting-charset, message-required-mail-headers)
21934         (message-required-news-headers):
21935         * mml1991.el (mc-pgp-always-sign):
21936         * mml2015.el (mc-pgp-always-sign):
21937         * nnheader.el (nnmail-extra-headers):
21938         * rfc1843.el (gnus-decode-encoded-word-function)
21939         (gnus-decode-header-function, gnus-newsgroup-name):
21940         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21941
21942 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21943
21944         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21945         the end of the date treatments.
21946
21947 2005-08-15  Simon Josefsson  <jas@extundo.com>
21948
21949         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21950         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21951         Capello and Romain Francoise.
21952         (pgg-fetch-key-function): Remove, not used?
21953         (pgg-insert-url-with-w3): Require url, to get
21954         url-insert-file-contents regardless of where it is defined.
21955
21956 2005-08-13  Romain Francoise  <romain@orebokech.com>
21957
21958         * message.el (message-cite-original-1): New function.
21959         (message-cite-original): Use it.
21960         (message-cite-original-without-signature): Ditto.
21961
21962 2005-08-08  Romain Francoise  <romain@orebokech.com>
21963
21964         * message.el (message-yank-empty-prefix): New variable.
21965         (message-indent-citation): Use it.
21966         (message-cite-original-without-signature): Respect X-No-Archive.
21967
21968 2005-08-08  Simon Josefsson  <jas@extundo.com>
21969
21970         * pgg.el: Autoload url-insert-file-contents instead of loading
21971         w3/url.
21972         (pgg-insert-url-with-w3): Don't load url here.
21973
21974 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21975
21976         * message.el (message-kill-to-signature): Don't insert newline at
21977         bol.
21978         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21979
21980 2005-08-06  Romain Francoise  <romain@orebokech.com>
21981
21982         * message.el (message-user-fqdn): Fix typo in docstring.
21983
21984 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21985
21986         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21987
21988         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21989
21990 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21991
21992         * mm-bodies.el (mm-encode-body): Use coding system rather than
21993         charset to encode text.
21994
21995         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21996         number of charsets if utf-8 is available (XEmacs).
21997
21998 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21999
22000         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22001         taken from `gnus-button-mid-or-mail-regexp'.
22002         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22003         (gnus-button-alist): Improve regexp for domain part of the MIDs
22004         for news:localpart@domain buttons.
22005         (gnus-button-ctan-directory-regexp): Update.
22006
22007 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * sieve-manage.el (sieve-manage-interactive-login):
22010         Use make-local-variable rather than make-variable-buffer-local.
22011         (sieve-manage-open): Ditto.
22012         (sieve-manage-authenticate): Ditto.
22013
22014         * mml.el (mml-generate-mime-1): Make the content type default to
22015         text/plain if the filename is not specified.
22016
22017 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22018
22019         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22020         instead of insert-buffer.
22021
22022         * message.el (message-yank-original): Ditto; set the mark at the
22023         end of the yanked message.
22024
22025 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22026
22027         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22028         lines to scroll rather than to stop it.
22029
22030         * mml.el (mml-generate-default-type): Add doc string.
22031         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22032         default to application/octet-stream when determining the content
22033         type if it is not specified for the part or the mml contents; add
22034         a comment about mml-generate-default-type.
22035
22036 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22037
22038         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22039         make it default to application/octet-stream when determining the
22040         content type if it is not specified for the external contents.
22041
22042 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22043
22044         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22045         segmented parameter but also other parameters might be there.
22046
22047 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22048
22049         * mm-decode.el (mm-display-external): Delete temp file, directory
22050         and buffer immediately if the external process is exited.
22051
22052 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22053
22054         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22055         fewer lines than that of scroll-margin.
22056         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22057
22058 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22059
22060         * gnus-art.el (gnus-article-next-page): Revert.
22061         (gnus-article-beginning-of-window): New macro.
22062         (gnus-article-next-page-1): Use it.
22063         (gnus-article-prev-page): Ditto.
22064         (gnus-article-edit-part): Use insert-buffer-substring instead of
22065         insert-buffer.
22066         (gnus-article-edit-exit): Ditto.
22067
22068         * gnus-util.el (gnus-beginning-of-window): Remove.
22069         (gnus-end-of-window): Remove.
22070
22071         * lpath.el: Don't bind header-line-format and scroll-margin.
22072
22073 2005-07-25  Simon Josefsson  <jas@extundo.com>
22074
22075         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22076         to have the url package without w3.  Reported by Daiki Ueno
22077         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22078
22079 2005-07-20  Didier Verna  <didier@xemacs.org>
22080
22081         * gnus-diary.el: Remove the description comment (nndiary is now
22082         properly documented in the Gnus manual).
22083         Fix the spelling of "Back End".
22084         * nndiary.el: Ditto.
22085         Fix the copyright notice.
22086
22087 2005-07-18  Romain Francoise  <romain@orebokech.com>
22088
22089         * gnus-sum.el (gnus-summary-to-prefix)
22090         (gnus-summary-newsgroup-prefix): New variables.
22091         (gnus-summary-from-or-to-or-newsgroups): Use them.
22092
22093 2005-07-17  Romain Francoise  <romain@orebokech.com>
22094
22095         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22096         space as it's generally not especially interesting to the user.
22097
22098 2005-07-16  Romain Francoise  <romain@orebokech.com>
22099
22100         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22101         nil to avoid prompting and file modification if one of the
22102         messages at the top of the nnfolder file contains a copyright
22103         notice.
22104         Update copyright notice.
22105
22106         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22107         instead of `current-time-string' as the latter creates a time
22108         string that is not RFC 2822 compliant (it lacks the zone).
22109         Update copyright notice.
22110
22111 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22112
22113         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22114         for text/rtf.  Display default in prompt.  Pass default for M-n.
22115
22116         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22117
22118 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22119
22120         * gnus-msg.el (gnus-button-mailto):
22121         Remove save-selected-window-window hackery because it relies on
22122         save-selected-window internals.
22123
22124 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22125
22126         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22127         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22128         (gnus-article-prev-page): Ditto.
22129
22130         * gnus-util.el (gnus-beginning-of-window): New function.
22131         (gnus-end-of-window): New function.
22132
22133         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22134
22135 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22136
22137         * gnus-score.el (gnus-score-edit-all-score):
22138         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22139         gnus-message.
22140
22141 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22142
22143         * gnus-msg.el (gnus-button-mailto):
22144         Remove save-selected-window-window hackery because it relies on
22145         save-selected-window internals.
22146
22147 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22148
22149         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22150         add-minor-mode.
22151         (gnus-binary-mode): Ditto.
22152
22153         * gnus-topic.el (gnus-topic-mode): Ditto.
22154
22155 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22156
22157         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22158         (gnus-article-prev-page): Take scroll-margin into consideration.
22159
22160 2005-07-04  Lute Kamstra  <lute@gnu.org>
22161
22162         Update FSF's address in GPL notices.
22163
22164 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22165
22166         * gnus.el (gnus-exit):
22167         * gnus-group.el (gnus-group-icons):
22168         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22169
22170         * gnus-nocem.el (gnus-nocem):
22171         * message.el (message-various, message-buffers, message-sending)
22172         (message-interface, message-forwarding, message-insertion)
22173         (message-headers, message-news, message-mail):
22174         * pgg-gpg.el (pgg-gpg):
22175         * pgg-parse.el (pgg-parse):
22176         * pgg-pgp.el (pgg-pgp):
22177         * pgg-pgp5.el (pgg-pgp5):
22178         * pop3.el (pop3): Finish `defgroup' description with period.
22179
22180 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22181
22182         * gnus-art.el (article-display-face): Improve the efficiency.
22183         (article-display-x-face): Ditto; remove gray x-face stuff.
22184
22185 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22186
22187         * gnus-art.el (article-display-face): Correct the position in
22188         which Faces are inserted.
22189
22190 2005-06-29  Didier Verna  <didier@xemacs.org>
22191
22192         * gnus-art.el (article-display-face): Display faces in correct
22193         order.
22194
22195 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22196
22197         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22198         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22199         (gnus-nocem-check-article): Fetch the Type header.
22200         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22201         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22202         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22203         make sure gnus-nocem-hashtb is initialized.
22204         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22205         (gnus-nocem-unwanted-article-p): Ditto.
22206
22207         * pgg.el (pgg-verify): Return the verification result.
22208
22209 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22210
22211         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22212         is ascii.
22213
22214 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22215
22216         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22217         `show-nonbreak-escape'.
22218
22219 2005-06-23  Lute Kamstra  <lute@gnu.org>
22220
22221         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22222
22223         * dig.el (dig-mode):
22224         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22225
22226 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22227
22228         * nnimap.el (nnimap-split-download-body): Fix spellings.
22229
22230 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22231
22232         * gnus-art.el (gnus-article-encrypt-body):
22233         * gnus-cus.el (gnus-score-customize):
22234         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22235         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22236
22237 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22238
22239         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22240         header by looking for magic "MII" at the beginning.
22241
22242 2005-06-16  Miles Bader  <miles@gnu.org>
22243
22244         * gnus-xmas.el (gnus-xmas-group-startup-message):
22245         Use renamed gnus-splash face.
22246
22247         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22248         (assistant-field-face): New backward-compatibility alias for renamed
22249         face.
22250         (assistant-render-text): Use renamed assistant-field face.
22251
22252         * spam.el (spam): Remove "-face" suffix from face name.
22253         (spam-face): New backward-compatibility alias for renamed face.
22254         (spam-face, spam-initialize): Use renamed spam face.
22255
22256         * message.el (message-header-to, message-header-cc)
22257         (message-header-subject, message-header-newsgroups)
22258         (message-header-other, message-header-name)
22259         (message-header-xheader, message-separator, message-cited-text)
22260         (message-mml): Remove "-face" suffix from face names.
22261         (message-header-to-face, message-header-cc-face)
22262         (message-header-subject-face, message-header-newsgroups-face)
22263         (message-header-other-face, message-header-name-face)
22264         (message-header-xheader-face, message-separator-face)
22265         (message-cited-text-face, message-mml-face):
22266         New backward-compatibility aliases for renamed faces.
22267         (message-font-lock-keywords): Use renamed message faces.
22268
22269         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22270         (sieve-test-commands, sieve-tagged-arguments):
22271         Remove "-face" suffix from face names.
22272         (sieve-control-commands-face, sieve-action-commands-face)
22273         (sieve-test-commands-face, sieve-tagged-arguments-face):
22274         New backward-compatibility aliases for renamed faces.
22275         (sieve-control-commands-face, sieve-action-commands-face)
22276         (sieve-test-commands-face, sieve-tagged-arguments-face):
22277         Use renamed sieve faces.
22278
22279         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22280         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22281         (gnus-group-news-3-empty, gnus-group-news-4)
22282         (gnus-group-news-4-empty, gnus-group-news-5)
22283         (gnus-group-news-5-empty, gnus-group-news-6)
22284         (gnus-group-news-6-empty, gnus-group-news-low)
22285         (gnus-group-news-low-empty, gnus-group-mail-1)
22286         (gnus-group-mail-1-empty, gnus-group-mail-2)
22287         (gnus-group-mail-2-empty, gnus-group-mail-3)
22288         (gnus-group-mail-3-empty, gnus-group-mail-low)
22289         (gnus-group-mail-low-empty, gnus-summary-selected)
22290         (gnus-summary-cancelled, gnus-summary-high-ticked)
22291         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22292         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22293         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22294         (gnus-summary-low-undownloaded)
22295         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22296         (gnus-summary-low-unread, gnus-summary-normal-unread)
22297         (gnus-summary-high-read, gnus-summary-low-read)
22298         (gnus-summary-normal-read, gnus-splash):
22299         Remove "-face" suffix from face names.
22300         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22301         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22302         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22303         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22304         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22305         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22306         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22307         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22308         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22309         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22310         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22311         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22312         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22313         (gnus-summary-normal-ticked-face)
22314         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22315         (gnus-summary-normal-ancient-face)
22316         (gnus-summary-high-undownloaded-face)
22317         (gnus-summary-low-undownloaded-face)
22318         (gnus-summary-normal-undownloaded-face)
22319         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22320         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22321         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22322         (gnus-splash-face):
22323         New backward-compatibility aliases for renamed faces.
22324         (gnus-group-startup-message): Use renamed gnus faces.
22325
22326         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22327         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22328         (gnus-server-agent): Remove "-face" suffix from face names.
22329         (gnus-server-agent-face, gnus-server-opened-face)
22330         (gnus-server-closed-face, gnus-server-denied-face)
22331         (gnus-server-offline-face):
22332         New backward-compatibility aliases for renamed faces.
22333         (gnus-server-agent-face, gnus-server-opened-face)
22334         (gnus-server-closed-face, gnus-server-denied-face)
22335         (gnus-server-offline-face): Use renamed gnus faces.
22336
22337         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22338         Remove "-face" suffix from face names.
22339         (gnus-picon-xbm-face, gnus-picon-face):
22340         New backward-compatibility aliases for renamed faces.
22341
22342         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22343         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22344         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22345         (gnus-cite-11): Remove "-face" suffix from face names.
22346         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22347         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22348         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22349         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22350         New backward-compatibility aliases for renamed faces.
22351         (gnus-cite-attribution-face, gnus-cite-face-list)
22352         (gnus-article-boring-faces): Use renamed gnus faces.
22353
22354         * gnus-art.el (gnus-signature, gnus-header-from)
22355         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22356         (gnus-header-content): Remove "-face" suffix from face names.
22357         (gnus-signature-face, gnus-header-from-face)
22358         (gnus-header-subject-face, gnus-header-newsgroups-face)
22359         (gnus-header-name-face, gnus-header-content-face):
22360         New backward-compatibility aliases for renamed faces.
22361         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22362
22363         * gnus-sum.el (gnus-summary-selected-face)
22364         (gnus-summary-highlight): Use renamed gnus faces.
22365         * gnus-group.el (gnus-group-highlight): Likewise.
22366
22367 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22368
22369         * gnus-sieve.el (gnus-sieve-article-add-rule):
22370         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22371         * spam-stat.el (spam-stat-buffer-change-to-spam)
22372         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22373
22374         * message.el (message-is-yours-p):
22375         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22376
22377 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22378
22379         * mm-view.el (mm-inline-text): Withdraw the last change.
22380
22381 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22382
22383         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22384         executing enriched-decode.
22385
22386 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22387
22388         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22389         charset of tar files.
22390
22391 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22392
22393         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22394
22395 2005-06-04  Lute Kamstra  <lute@gnu.org>
22396
22397         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22398         information is never recorded.
22399
22400 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22401
22402         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22403
22404 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22405
22406         * pop3.el (pop3-apop): Run md5 in the binary mode.
22407
22408         * starttls.el (starttls-set-process-query-on-exit-flag):
22409         Use eval-and-compile.
22410
22411 2005-05-31  Simon Josefsson  <jas@extundo.com>
22412
22413         * smime.el (smime-replace-in-string): Define.
22414         (smime-cert-by-ldap-1): Use it.
22415
22416 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22417
22418         * gnus-art.el (article-display-x-face): Replace
22419         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22420
22421         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22422         set-process-query-on-exit-flag or process-kill-without-query.
22423
22424         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22425         loop instead of replace-regexp.
22426
22427         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22428         instead of process-kill-without-query if it is available.
22429
22430         * lpath.el: Fbind ldap-search-entries.
22431
22432         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22433         instead of find-file-hooks if it is available.
22434
22435         * mml1991.el: Bind pgg-default-user-id when compiling.
22436
22437         * mml2015.el: Bind pgg-default-user-id when compiling.
22438
22439         * nndraft.el (nndraft-request-associate-buffer):
22440         Use write-contents-functions instead of write-contents-hooks if it is
22441         available.
22442
22443         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22444         instead of find-file-hooks if it is available.
22445
22446         * nntp.el (nntp-open-connection): Replace
22447         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22448         (nntp-open-ssl-stream): Ditto.
22449         (nntp-open-tls-stream): Ditto.
22450
22451         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22452         set-process-query-on-exit-flag or process-kill-without-query.
22453         (starttls-open-stream-gnutls): Use it instead of
22454         process-kill-without-query.
22455         (starttls-open-stream): Ditto.
22456
22457 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22458
22459         * smime.el (smime-cert-by-ldap-1): Don't use
22460         replace-regexp-in-string.
22461
22462 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22463
22464         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22465
22466         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22467         in PEM format.  Adjust to the XEmacs compatibility.
22468
22469 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22470
22471         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22472         by `string-to-number'.
22473         * gnus-agent.el (gnus-agent-regenerate-group)
22474         (gnus-agent-fetch-articles): Ditto.
22475         * gnus-art.el (gnus-button-fetch-group): Ditto.
22476         * gnus-cache.el (gnus-cache-generate-active)
22477         (gnus-cache-articles-in-group): Ditto.
22478         * gnus-group.el (gnus-group-set-current-level)
22479         (gnus-group-insert-group-line): Ditto.
22480         * gnus-score.el (gnus-score-set-expunge-below)
22481         (gnus-score-set-mark-below, gnus-summary-score-effect)
22482         (gnus-summary-score-entry): Ditto.
22483         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22484         (gnus-soup-pack): Ditto.
22485         * gnus-spec.el (gnus-xmas-format): Ditto.
22486         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22487         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22488         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22489         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22490         * nndb.el (nndb-get-remote-expire-response): Ditto.
22491         * nndiary.el (nndiary-parse-schedule-value)
22492         (nndiary-string-to-number, nndiary-request-replace-article)
22493         (nndiary-request-article): Ditto.
22494         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22495         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22496         * nneething.el (nneething-make-head): Ditto.
22497         * nnfolder.el (nnfolder-request-article)
22498         (nnfolder-retrieve-headers): Ditto.
22499         * nnheader.el (nnheader-file-to-number): Ditto.
22500         * nnkiboze.el (nnkiboze-request-article): Ditto.
22501         * nnmail.el (nnmail-process-unix-mail-format)
22502         (nnmail-process-babyl-mail-format): Ditto.
22503         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22504         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22505         (nnmh-request-create-group, nnmh-request-list-1)
22506         (nnmh-request-group, nnmh-request-article): Ditto.
22507         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22508         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22509         * nnsoup.el (nnsoup-make-active): Ditto.
22510         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22511         * nntp.el (nntp-find-group-and-number)
22512         (nntp-retrieve-headers-with-xover): Ditto.
22513         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22514         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22515         (pgg-format-key-identifier): Ditto.
22516         * pop3.el (pop3-last, pop3-stat): Ditto.
22517         * qp.el (quoted-printable-decode-region): Ditto.
22518
22519         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22520         of concat.
22521
22522 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22523
22524         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22525
22526         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22527
22528         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22529
22530         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22531
22532         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22533
22534         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22535
22536         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22537         (gnus-carpal-mode): Ditto.
22538
22539         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22540         (gnus-browse-mode): Ditto.
22541
22542         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22543
22544         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22545
22546 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22547
22548         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22549
22550 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22551
22552         * gnus-util.el (gnus-run-mode-hooks): New function.
22553
22554         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22555
22556         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22557         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22558
22559 2005-05-27  Lute Kamstra  <lute@gnu.org>
22560
22561         * dns-mode.el (dns-mode): Specify customization group.
22562
22563 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22564
22565         * gnus-agent.el (gnus-agent-make-mode-line-string):
22566         Use mode-line-highlight as mouse-face.
22567
22568 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22569
22570         * canlock.el (canlock): Change the parent group to news.
22571
22572         * deuglify.el (gnus-outlook-deuglify): Add :group.
22573
22574         * dig.el (dig): Add :group.
22575
22576         * dns-mode.el (dns-mode): Add :group.
22577
22578         * encrypt.el (encrypt): Add :group.
22579
22580         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22581         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22582         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22583         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22584         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22585
22586         * gnus-diary.el (gnus-diary): Add :group.
22587
22588         * gnus.el (gnus-group-news-1-face): Add :group.
22589         (gnus-group-news-1-empty-face): Ditto.
22590         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22591         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22592         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22593         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22594         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22595         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22596         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22597         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22598         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22599         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22600         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22601         (gnus-summary-high-ticked-face): Ditto.
22602         (gnus-summary-low-ticked-face): Ditto.
22603         (gnus-summary-normal-ticked-face): Ditto.
22604         (gnus-summary-high-ancient-face): Ditto.
22605         (gnus-summary-low-ancient-face): Ditto.
22606         (gnus-summary-normal-ancient-face): Ditto.
22607         (gnus-summary-high-undownloaded-face): Ditto.
22608         (gnus-summary-low-undownloaded-face): Ditto.
22609         (gnus-summary-normal-undownloaded-face): Ditto.
22610         (gnus-summary-high-unread-face): Ditto.
22611         (gnus-summary-low-unread-face): Ditto.
22612         (gnus-summary-normal-unread-face): Ditto.
22613         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22614         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22615
22616         * hashcash.el (hashcash): New custom group.
22617         (hashcash-default-payment): Add :group.
22618         (hashcash-payment-alist): Ditto.
22619         (hashcash-default-accept-payment): Ditto.
22620         (hashcash-accept-resources): Ditto.
22621         (hashcash-path): Ditto.
22622         (hashcash-extra-generate-parameters): Ditto.
22623         (hashcash-double-spend-database): Ditto.
22624         (hashcash-in-news): Ditto.
22625
22626         * message.el (message-minibuffer-local-map): Add :group.
22627
22628         * netrc.el (netrc): Add :group.
22629
22630         * sieve-manage.el (sieve-manage-log): Add :group.
22631         (sieve-manage-default-user): Diito.
22632         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22633         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22634         (sieve-manage-authenticators): Ditto.
22635         (sieve-manage-authenticator-alist): Ditto.
22636         (sieve-manage-default-port): Ditto.
22637
22638         * sieve-mode.el (sieve-control-commands-face): Add :group.
22639         (sieve-action-commands-face): Ditto.
22640         (sieve-test-commands-face): Ditto.
22641         (sieve-tagged-arguments-face): Ditto.
22642
22643         * smime.el (smime): Add :group.
22644
22645         * spam-report.el (spam-report): Add :group.
22646
22647         * spam.el (spam, spam-face): Add :group.
22648
22649 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22650
22651         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22652         return \n.\n.\n at the end of articles.  Protect against that.
22653         (nntp-with-open-group): Allow debugging.
22654
22655         * nnheader.el (mail-header-set-extra): Make into a function
22656         because I just could't understand how to quote the list properly.
22657
22658         * dns.el (query-dns-cached): New function.
22659
22660 2005-05-26  Lute Kamstra  <lute@gnu.org>
22661
22662         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22663
22664 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22665
22666         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22667
22668         * gnus-art.el: Don't autoload mail-extract-address-components.
22669
22670         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22671         eval-and-compile to evaluate it.
22672
22673         * hashcash.el: Don't autoload executable-find.
22674
22675         * nndb.el: Don't declare the nndb back end two or more times; don't
22676         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22677
22678         * nntp.el: Autoload format-spec instead of format; use
22679         eval-and-compile to evaluate autoload forms.
22680
22681 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22682
22683         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22684
22685 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22686
22687         * gnus.el (gnus-version-number): Bump version.
22688
22689 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22690
22691         * gnus.el: No Gnus v0.3 is released.
22692
22693 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22694
22695         * lpath.el (featurep): Bind show-nonbreak-escape.
22696
22697 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22698
22699         * gnus-art.el (gnus-article-edit-part): Disable undo.
22700
22701 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22702
22703         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22704         gnus-article-date-lapsed-new-header is t if date timer is active;
22705         skip headers in which the original date value is empty.
22706         (gnus-article-save-original-date): Redefine it as a macro.
22707         (gnus-display-mime): Use it.
22708
22709 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22710
22711         * gnus-art.el (article-date-ut): Support converting date in
22712         forwarded parts as well.
22713         (gnus-article-save-original-date): New function.
22714         (gnus-display-mime): Use it.
22715
22716 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22717
22718         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22719         enclosure element of <item>.
22720
22721 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22722
22723         * message.el (message-kill-buffer-query): Rename from
22724         `message-kill-buffer-query-if-modified'.  Add :version.
22725
22726 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22727
22728         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22729         window layout.
22730
22731 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22732
22733         * mml.el: Autoload dnd when compiling.
22734
22735 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22736
22737         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22738         x-dnd-*.
22739
22740 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22741
22742         * qp.el (quoted-printable-encode-region): Save excursion.
22743
22744 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22745
22746         * message.el (message-kill-buffer-query-if-modified): Add new variable
22747         so the user can kill a modified message buffer quickly.
22748         (message-kill-buffer): Use it.
22749
22750 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22751
22752         * lpath.el: Fbind display-time-event-handler; don't fbind
22753         string-to-multibyte.
22754
22755         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22756
22757 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22758
22759         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22760         contained in text because xml.el decodes entities) with LFs.
22761
22762 2005-04-11  Lute Kamstra  <lute@gnu.org>
22763
22764         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22765         differently.
22766
22767 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22768
22769         * mm-util.el (mm-detect-coding-region): Typo.
22770
22771 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22772
22773         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22774
22775 2005-04-06  Deepak Goel  <deego@gnufans.org>
22776
22777         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22778         user-function allow user modifications of the scores.
22779         (spam-stat-score-buffer-user): New function, to allow
22780         user-computed modifications to the score.
22781         (spam-stat-score-buffer-user-functions): List of additional
22782         scoring functions.
22783         (spam-stat-error-holder): Global temporary error holder.
22784         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22785         variable.
22786
22787 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22788
22789         * gnus-registry.el (gnus-registry-clean-empty-function)
22790         (gnus-registry-trim, gnus-registry-fetch-groups)
22791         (gnus-registry-delete-group): Groups that match
22792         `gnus-registry-ignored-groups' are removed from the registry
22793         entries, not just ignored for splitting.  This helps clean up the
22794         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22795         to get all the groups a message ID is in.
22796
22797         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22798         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22799         (spam-stat-score-buffer-user-functions): Add :number custom type.
22800
22801 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22802
22803         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22804         argument in XEmacs.
22805
22806         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22807         (nnrss-request-group): Decode group name first.
22808         (nnrss-request-article): Make a text/plain article if mml-to-mime
22809         failed.
22810         (nnrss-get-encoding): Return a compatible encoding according to
22811         nnrss-compatible-encoding-alist.
22812         (nnrss-find-el): Use consp instead of listp.
22813         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22814
22815 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22816
22817         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22818         which Emacs 20 doesn't support.
22819         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22820
22821 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22822
22823         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22824         silence the byte compiler inside the defun.
22825
22826         * gnus-demon.el (parse-time-string): Add autoload.
22827
22828         * gnus-delay.el (parse-time-string): Add autoload.
22829
22830         * gnus-art.el (parse-time-string): Add autoload.
22831
22832         * nnultimate.el (parse-time): Require for `parse-time-string'.
22833
22834 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22835
22836         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22837
22838         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22839
22840         * smime.el (smime-ldap-host-list): Add :version.
22841
22842 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22843
22844         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22845         pass it to `gnus-browse-read-group'.
22846         (gnus-browse-read-group): Add NUMBER argument and pass it to
22847         `gnus-group-read-ephemeral-group'.
22848
22849         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22850         argument and pass it to `gnus-group-read-group'.
22851
22852 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22853
22854         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22855         mm-xemacs-find-mime-charset-1 if we have the mule feature
22856         available at runtime.
22857
22858 2005-03-25  Werner Lemberg  <wl@gnu.org>
22859
22860         * nnmaildir.el: Replace `illegal' with `invalid'.
22861
22862 2005-03-23  Lute Kamstra  <lute@gnu.org>
22863
22864         * time-date.el: Add comment on time value formats.
22865         Don't require parse-time.
22866         (with-decoded-time-value): New macro.
22867         (encode-time-value): New function.
22868         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22869         (days-to-time): Return a valid time value when arg is huge.
22870         (time-since): Use time-subtract.
22871         (time-to-number-of-days): Use time-to-seconds.
22872
22873 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22874
22875         * gnus-start.el (gnus-display-time-event-handler):
22876         Check display-time-timer at runtime rather than only at load time
22877         in case display-time-mode is turned off in the mean time.
22878
22879 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22880
22881         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22882         used.
22883
22884         * nneething.el (nneething-map-file-directory): Derive from
22885         `gnus-directory'.
22886
22887         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22888         the To/Cc button.
22889
22890 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22891
22892         * nnmaildir.el (nnmaildir-request-accept-article):
22893         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22894
22895 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22896
22897         * gnus-async.el: Require timer-funcs at compile time when in
22898         XEmacs for `run-with-idle-timer'.
22899
22900 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22901
22902         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22903         autoloaded function.
22904
22905 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22906
22907         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22908
22909 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22910
22911         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22912
22913 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22914
22915         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22916         Add gnus-expert-user to default.
22917
22918 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22919
22920         * nnimap.el (nnimap-open-server): Ditto.
22921
22922         * imap.el (imap-authenticate): Fix typo.
22923
22924 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22925
22926         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22927         buffer (since IMAP server might return FETCH response out of
22928         order, and the nntp buffer must be sorted).
22929
22930 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22931
22932         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22933         comparison on string.
22934
22935         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22936         (gnus-agent-score): Rename category keywords to match gnus-cus.
22937         (gnus-agent-summary-fetch-series): Modify to protect against
22938         gnus-agent-summary-fetch-group clearing processable flags.
22939         (gnus-agent-synchronize-group-flags): Update live group buffer as
22940         synchronization may occur due to the user toggle the plugged
22941         status.
22942         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22943         successfully downloaded.
22944         (gnus-agent-expire-group-1): Avoid using markers when the overview
22945         is in ascending order; greatly improves performance.
22946         (gnus-agent-regenerate-group):
22947         Use gnus-agent-synchronize-group-flags to reset read status in both
22948         gnus and server.
22949         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22950
22951 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22952
22953         * message.el: Don't autoload former message-utils variables.
22954         (message-strip-subject-trailing-was): Change doc string.
22955
22956         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22957         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22958         (nnweb-google-search): Add "hl=en" here.
22959         (nnweb-google-parse-1, nnweb-google-create-mapping):
22960         Don't hardcode URL.
22961
22962 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22963
22964         * message.el (message-get-reply-headers, message-followup):
22965         Mention related variables `message-use-followup-to' and
22966         `message-use-mail-followup-to', in the information buffer.
22967
22968         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22969         of broken groups(-beta).google.com.
22970
22971 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22972
22973         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22974         parameter to invoked gnus-request-move-article; remove the
22975         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22976         all at once instead of once per article.
22977         (gnus-summary-remove-process-mark): Accept a list of articles as
22978         well as a single article for processing.
22979
22980         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22981         parameter.
22982
22983         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22984
22985         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22986
22987         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22988         parameter.
22989
22990         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22991         parameter.
22992
22993         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22994         parameter and remove the gnus-sum-hint-move-is-internal variable.
22995
22996         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22997         parameter.
22998
22999         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23000         parameter.
23001
23002         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23003         parameter.
23004
23005         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23006
23007         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23008         parameter.
23009
23010         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23011         parameter.
23012
23013 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23014
23015         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23016         a more conservative way.
23017
23018 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23019
23020         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23021         buffer, so it moves the window's cursor.
23022
23023 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23024
23025         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23026         `mm-dissect-multipart' and receive the from field as an (optional)
23027         argument from `mm-dissect-multipart'.
23028         (mm-dissect-multipart): Receive the from field as an argument and
23029         pass it on when we call `mm-dissect-buffer' on MIME parts.
23030         Fixes verification/decryption of signed/encrypted MIME parts.
23031
23032 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23033
23034         * gnus-sum.el (gnus-summary-move-article):
23035         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23036         whatever it calls (right now, only nnimap-request-move article
23037         respects it).
23038
23039         * nnimap.el (nnimap-request-move-article):
23040         When gnus-sum-hint-move-is-internal is set, don't do the extra
23041         nnimap-request-article.
23042
23043 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23044
23045         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23046
23047         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23048         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23049
23050         * gnus-sum.el (gnus-summary-caesar-message):
23051         Apply `gnus-treat-article' after rotation.
23052
23053         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23054         doc string.
23055
23056 2005-02-22  Simon Josefsson  <jas@extundo.com>
23057
23058         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23059         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23060         <arne@arnested.dk>.
23061         (encrypt): Add password-cache and password-cache-expiry as group
23062         members.
23063
23064 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23065
23066         * smime.el (smime-ldap-host-list): Doc fix.
23067         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23068         cache) password.
23069         (smime-sign-region): Use it.
23070         (smime-decrypt-region): Use it.
23071         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23072         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23073         fails.
23074         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23075         certificate from DER to PEM format rather than calling openssl.
23076
23077         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23078
23079         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23080         for signing/encryption.
23081
23082         * mml.el (mml-parse-1): Use them.
23083
23084 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23085
23086         * nnrss.el (nnrss-verbose): Remove.
23087         (nnrss-request-group): Use `nnheader-message' instead.
23088
23089 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23090
23091         * nnrss.el (nnrss-verbose): New variable.
23092         (nnrss-request-group): Make it say nnrss is requesting a group.
23093
23094 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23095
23096         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23097         Handle news URL with given port correctly.
23098
23099 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23100
23101         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23102         containing special characters.
23103
23104         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23105
23106         * mml.el (mime-to-mml): Ditto.
23107
23108         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23109         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23110         (rfc2047-decode-region): Quote decoded words containing special
23111         characters when rfc2047-quote-decoded-words-containing-tspecials
23112         is non-nil.
23113
23114 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23115
23116         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23117
23118         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23119
23120 2005-02-15  Simon Josefsson  <jas@extundo.com>
23121
23122         * nnimap.el (nnimap-debug): Doc fix.
23123
23124         * imap.el (imap-debug): Doc fix.
23125
23126 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23127
23128         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23129
23130 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23131
23132         * gnus.el (spam-contents): Improve docs for spam-contents
23133         parameter in its variable incarnation.
23134
23135 2005-02-14  Simon Josefsson  <jas@extundo.com>
23136
23137         * smime-ldap.el: Use require instead of load-library for ldap.
23138         (smime-ldap-search): Indent.
23139         (smime-ldap-search-internal): Shorten line.
23140
23141         * smime.el (smime-cert-by-dns): Add doc-string.
23142         (smime-cert-by-ldap-1): Indent.
23143
23144         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23145         mml-smime-get-dns-ldap.
23146         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23147
23148 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23149
23150         * smime.el: Require smime-ldap.
23151         (smime-ldap-host-list): New variable.
23152         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23153
23154         * mml-smime.el (mml-smime-encrypt-query): New function.
23155         (mml-smime-encrypt-query): Use it.
23156
23157         * smime-ldap.el: New file.
23158
23159 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23160
23161         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23162
23163 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23164
23165         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23166         argument in doc string.  Make query for type more clear.
23167
23168 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23169
23170         * gnus.el (gnus-group-startup-message): Search for gnus images in
23171         etc/images/gnus.
23172         * mm-util.el (mm-image-load-path): Likewise.
23173         * smiley.el (smiley-data-directory): Search for smilies in
23174         etc/images/smilies.
23175
23176 2005-02-09  Kim F. Storm  <storm@cua.dk>
23177
23178         Change Emacs release version from 21.4 to 22.1 throughout.
23179         Change Emacs development version from 21.3.50 to 22.0.50.
23180
23181 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23182
23183         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23184
23185         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23186         non-Mule XEmacs as well.
23187         (mm-decompress-buffer): Signal an error intentionally if it does
23188         not decompress compressed data because auto-compression-mode is
23189         disabled.
23190
23191 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23192
23193         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23194         an ID in the registry even if it has no groups.
23195
23196 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23197
23198         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23199         merge it into mm-decompress-buffer.
23200         (gnus-mime-copy-part): Use the MIME part charset, the value which
23201         a user specified or gnus-newsgroup-charset for decoding, like
23202         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23203         save-buffer what was used.  Suggested by Kevin Ryde
23204         <user42@zip.com.au>.
23205         (gnus-mime-inline-part): Allow the name parameter as well as the
23206         filename parameter; force decompressing of compressed data; always
23207         display contents being not decoded as unibyte.
23208
23209         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23210         as well as the filename parameter.
23211
23212         * mm-util.el (mm-decompress-buffer):
23213         Merge gnus-mime-jka-compr-maybe-uncompress.
23214         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23215         of compressed data.
23216
23217 2005-02-08  Simon Josefsson  <jas@extundo.com>
23218
23219         * imap.el (imap-log): Doc fix.
23220
23221 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23222
23223         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23224         the coding cookies; decompress compressed parts.
23225
23226         * mml.el (mml-generate-mime-1): Add the charset parameter according
23227         to the value which a user specified manually or the coding cookie.
23228
23229         * mm-util.el (mm-string-to-multibyte): New function.
23230         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23231         (mm-coding-system-to-mime-charset): New function.
23232         (mm-decompress-buffer): New function.
23233         (mm-find-buffer-file-coding-system): New function.
23234
23235         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23236         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23237         parts.
23238
23239 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23240
23241         * mm-view.el (mm-display-inline-fontify): Decode a part according
23242         to the charset parameter.
23243
23244 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23245
23246         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23247         prefix arg is neither nil nor a number, as info specifies.
23248
23249 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23250
23251         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23252         timestamps.
23253
23254 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23255
23256         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23257         groups error checking and notify user.
23258
23259 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23260
23261         * message.el (message-send-mail-function): Check existence of
23262         sendmail-program first before using default value
23263         `message-send-mail-with-sendmail'.  Otherwise use more generic
23264         `smtpmail-send-it'.
23265
23266 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23267
23268         * nntp.el (nntp-request-update-info): Always return nil.
23269
23270 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23271
23272         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23273
23274 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23275
23276         * message.el (message-beginning-of-line): Change the behavior when
23277         invoked between BOL and : so that it first moves backward.
23278
23279 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23280
23281         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23282         article buffer when editing of the article is discarded.
23283         (gnus-article-prepare): Revert.
23284
23285 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23286
23287         * gnus-art.el (gnus-article-prepare):
23288         Remove message-strip-forbidden-properties from the local hook.
23289
23290 2005-01-27  Simon Josefsson  <jas@extundo.com>
23291
23292         * password.el (password-cache-add): Only start one timer per key.
23293         Reported by Derek Atkins <warlord@MIT.EDU>.
23294
23295 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23296
23297         * run-at-time.el: Remove.  It is no longer needed as
23298         timer-funcs.el in the xemacs-base package has a working version of
23299         `run-at-time'.
23300
23301         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23302
23303         * password.el: Require timer-funcs instead of run-at-time in
23304         XEmacs.
23305         Remove `password-run-at-time' macro.
23306         (password-cache-add): Use `run-at-time' instead of
23307         `password-run-at-time'.
23308
23309         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23310         Remove `nnheader-cancel-function-timers' alias,
23311         `cancel-function-timers' exists in XEmacs in timer-funcs.
23312
23313         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23314         for `run-with-idle-timer'.
23315
23316         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23317         for `run-at-time'.
23318
23319         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23320         for `with-timeout'.
23321
23322         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23323         the same as for XEmacs 21.4.
23324         No need to ignore `run-with-idle-timer', this function exists in
23325         XEmacs now in timer-funcs.el in the xemacs-base package.
23326         (dgnushack-compile): No need to delete
23327         run-at-time.el from the list of files to compile because it
23328         doesn't exist anymore.
23329
23330 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23331
23332         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23333         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23334
23335 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23336
23337         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23338         sensitively.
23339
23340 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23341
23342         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23343
23344 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23345
23346         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23347         which will be inserted according to the multibyteness of a buffer
23348         rather than the type of contents.  Suggested by ARISAWA Akihiro
23349         <ari@mbf.ocn.ne.jp>.
23350
23351         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23352         of string which old xml.el may return rather than a string.
23353
23354 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23355
23356         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23357
23358 2005-01-16  Simon Josefsson  <jas@extundo.com>
23359
23360         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23361         idn/idna.el isn't available.
23362         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23363         <michael@waxrat.com>.
23364
23365         * hashcash.el: Remove non-FSF copyright header.
23366
23367         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23368         (hashcash-generate-payment): Use it.
23369         (hashcash-generate-payment-async): Use it.
23370
23371 2005-01-15  Simon Josefsson  <jas@extundo.com>
23372
23373         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23374         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23375
23376         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23377         gnus-summary-idna-message.
23378         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23379         (gnus-summary-idna-message): New function.
23380
23381 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23382
23383         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23384         gnus-novice-user.
23385
23386 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23387
23388         * nnrss.el (nnrss-request-delete-group): Delete entries in
23389         nnrss-group-alist as well.
23390         (nnrss-save-server-data): Insert newline.
23391
23392 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23393
23394         * gnus.el (gnus-user-agent): Use list of symbols instead of
23395         symbols.  Display full version number for (S)XEmacs.
23396         Optionally display (S)XEmacs codename.
23397
23398         * gnus-util.el (gnus-emacs-version): Update for new
23399         `gnus-user-agent'.
23400
23401         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23402         Gnus version.
23403
23404 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23405
23406         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23407         which is unreadable in some setups.
23408
23409 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23410
23411         * gnus-spec.el (gnus-update-format-specifications): Flush the
23412         group format spec cache if it doesn't support decoded group names.
23413
23414 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23415
23416         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23417         Allow to apply decay on score files matching a regexp.
23418
23419 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23420
23421         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23422         compatibility in %g and %c.
23423
23424 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23425
23426         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23427         name for only %g and %c.
23428         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23429         of gnus-tmp-group to decoded group name.
23430         (gnus-group-make-rss-group): Exclude `/'s from group names.
23431
23432 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23433
23434         * nnrss.el (nnrss-get-encoding): Fix regexp.
23435
23436 2004-12-27  Simon Josefsson  <jas@extundo.com>
23437
23438         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23439         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23440         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23441
23442 2004-12-17  Kim F. Storm  <storm@cua.dk>
23443
23444         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23445
23446         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23447
23448 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23449
23450         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23451
23452 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23453
23454         * nnrss.el: Require rfc2047 and mml.
23455         (nnrss-file-coding-system): New variable.
23456         (nnrss-format-string): Redefine it as an inline function.
23457         (nnrss-decode-group-name): New function.
23458         (nnrss-string-as-multibyte): Remove.
23459         (nnrss-retrieve-headers): Decode group name; don't use
23460         nnrss-format-string.
23461         (nnrss-request-group): Decode group name.
23462         (nnrss-request-article): Decode group name; allow a Message-ID as
23463         well as an article number; don't use nnrss-format-string; encode a
23464         Message-ID string which may contain non-ASCII characters; use
23465         mml-to-mime to compose a MIME article.
23466         (nnrss-request-expire-articles): Decode group name.
23467         (nnrss-request-delete-group): Decode group name.
23468         (nnrss-fetch): Clarify error message.
23469         (nnrss-read-server-data): Use insert-file-contents instead of load;
23470         bind file-name-coding-system; use multibyte buffer.
23471         (nnrss-save-server-data): Bind coding-system-for-write to the
23472         value of nnrss-file-coding-system; bind file-name-coding-system;
23473         add coding cookie.
23474         (nnrss-read-group-data): Use insert-file-contents instead of load;
23475         bind file-name-coding-system; use multibyte buffer.
23476         (nnrss-save-group-data): Bind coding-system-for-write to the
23477         value of nnrss-file-coding-system; bind file-name-coding-system.
23478         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23479         make it work with non-ASCII text.
23480         (nnrss-find-el): Make it work with old xml.el as well.
23481
23482 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23483
23484         * nnrss.el (nnrss-get-encoding): New function.
23485         (nnrss-fetch): Use unibyte buffer initially; bind
23486         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23487         decode contents according to the encoding attribute.
23488         (nnrss-save-group-data): Add coding cookie.
23489         (nnrss-mime-encode-string): New function.
23490         (nnrss-check-group): Use it to encode subject and author.
23491
23492 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23493
23494         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23495         imaginary variable.
23496
23497 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23498
23499         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23500         correctly even if there are wide characters.
23501
23502 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23503
23504         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23505         downcased symbol names; make a new cache instead of reusing
23506         bbdb-hashtable.
23507
23508 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23509
23510         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23511         concatenating segments rather than before concatenating them.
23512         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23513
23514         * message.el (message-get-reply-headers): Bind `extra'.
23515
23516 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23517
23518         * message.el (message-extra-wide-headers): New variable.
23519         (message-get-reply-headers): Use it.
23520
23521 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23522
23523         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23524         (gnus-agent-group-pathname): Ditto.
23525
23526         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23527
23528         * gnus-group.el (gnus-group-make-group): Decode group name.
23529         (gnus-group-make-rss-group): Register the group data after opening
23530         the nnrss group.
23531
23532 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23533
23534         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23535         by expiry now get marked as read.
23536
23537 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23538
23539         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23540
23541 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23542
23543         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23544         unify Latin characters in XEmacs.
23545         (mm-find-mime-charset-region): Use it.
23546
23547 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23548
23549         * gnus-util.el (gnus-delete-directory): New function.
23550
23551         * gnus-agent.el (gnus-agent-delete-group): Use it.
23552
23553         * gnus-cache.el (gnus-cache-delete-group): Use it.
23554
23555 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23556
23557         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23558         names.
23559
23560 2004-12-16  Simon Josefsson  <jas@extundo.com>
23561
23562         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23563
23564 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23565
23566         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23567
23568         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23569         (gnus-group-set-current-level): Decode group name.
23570
23571 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23572
23573         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23574         failed.
23575
23576 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23577
23578         * gnus-group.el (gnus-group-delete-group): Decode group name.
23579         (gnus-group-make-rss-group): Encode group name.
23580         (gnus-group-catchup-current): Decode group name.
23581         (gnus-group-kill-group): Decode group name.
23582
23583 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23584
23585         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23586
23587 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23588
23589         * gnus-group.el (gnus-group-make-rss-group):
23590         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23591
23592         * gnus-start.el (gnus-setup-news): Honor user's setting to
23593         gnus-message-archive-method.  Suggested by Lute Kamstra
23594         <lute@gnu.org>.
23595
23596 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23597
23598         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23599         global counterparts of the buffer-local variables.
23600
23601 2004-11-16  Romain Francoise  <romain@orebokech.com>
23602
23603         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23604         counterparts of the buffer-local variables.
23605
23606 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23607
23608         * message.el (message-forbidden-properties): Fix typo in doc
23609         string.
23610
23611 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23612
23613         * gnus-util.el (gnus-replace-in-string): Add doc string.
23614
23615         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23616         to avoid problems when splitting mails with many recipients.
23617
23618 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23619
23620         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23621         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23622
23623 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23624
23625         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23626         if there is no hashtable in memory or file modification time is
23627         newer than cached timestamp.
23628
23629 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23630
23631         * gnus-sum.el (gnus-summary-limit-to-recipient):
23632         Implement not-matching option.
23633
23634 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23635
23636         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23637         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23638         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23639         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23640         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23641         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23642
23643 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23644
23645         * message.el (message-forward-make-body-mml): Remove headers
23646         according to message-forward-ignored-headers if a message is decoded.
23647
23648 2004-12-02  Romain Francoise  <romain@orebokech.com>
23649
23650         * message.el (message-forward-make-body-plain): Always remove
23651         headers according to message-forward-ignored-headers.
23652
23653 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23654
23655         * spam.el (spam-summary-prepare-exit): Remove the
23656         gnus-summary-limit pop for now, it has problems with ham marks for
23657         me.
23658
23659 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23660
23661         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23662         correctly.
23663
23664 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23665
23666         * format-spec.el (format-spec): Message the char.
23667
23668 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23669
23670         * gnus-art.el (gnus-split-methods): Reformat comments.
23671
23672         * spam.el (spam-summary-prepare-exit): Remove article limits
23673         before exiting the summary buffer.
23674
23675 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23676
23677         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23678         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23679
23680         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23681         order to silence the byte compiler.
23682
23683         * spam.el: Fix the way to silence the byte compiler, which
23684         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23685         bbdb-search-simple, spam-BBDB-register-routine,
23686         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23687         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23688         spam-stat-buffer-is-spam, spam-stat-load,
23689         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23690         spam-stat-save and spam-stat-split-fancy.
23691
23692 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23693
23694         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23695         which may confuse users.
23696         (canlock-password-for-verify): Ditto.
23697
23698         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23699
23700         * gnus-art.el (gnus-emphasis-alist): Ditto.
23701
23702         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23703
23704         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23705
23706         * gnus-start.el (gnus-save-killed-list): Ditto.
23707
23708         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23709         (gnus-sum-thread-tree-root): Ditto.
23710         (gnus-sum-thread-tree-false-root): Ditto.
23711         (gnus-sum-thread-tree-single-indent): Ditto.
23712
23713         * message.el (message-courtesy-message): Ditto.
23714         (message-archive-note): Ditto.
23715         (message-subscribed-address-file): Ditto.
23716         (message-user-fqdn): Ditto.
23717
23718         * spam-report.el (spam-report-gmane-regex): Ditto.
23719
23720         * spam.el (spam-blackhole-good-server-regex): Ditto.
23721
23722 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23723
23724         * mml.el (mml-preview): Widen the message buffer before copying
23725         the contents to the preview buffer; sort headers before previewing.
23726
23727         * message.el (message-hidden-headers): Fix the way to avoid a bug
23728         in the `repeat' widget in Emacs 21.3 or earlier.
23729
23730 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23731
23732         * message.el (message-hidden-headers): Default to "^References:".
23733         Improve customization type.  Suggested by Reiner Steib
23734         <Reiner.Steib@gmx.de>.
23735
23736 2004-11-25  Romain Francoise  <romain@orebokech.com>
23737
23738         * message.el (message-strip-forbidden-properties): Remove check for
23739         obsolete `message-hidden' text property, hidden headers are not
23740         accessible in the buffer anymore.
23741
23742 2004-11-22  Romain Francoise  <romain@orebokech.com>
23743
23744         * message.el (message-header-format-alist): Add `From' in list
23745         so that it can be sorted.
23746         (message-fix-before-sending): Widen and sort headers before
23747         sending.
23748         (message-hide-headers): Use narrowing to hide headers by moving
23749         them to the top of the buffer and narrowing to the region
23750         underneath.
23751
23752 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23753
23754         * message.el (message-strip-forbidden-properties):
23755         Bind buffer-read-only (etc) to nil.
23756
23757 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23758
23759         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23760         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23761
23762 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23763
23764         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23765
23766 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23767
23768         * dns.el (query-dns): Use sit-for to time instead of
23769         accept-process-output, since that doesn't seem to work on udp
23770         sockets.
23771
23772 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23773
23774         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23775
23776 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23777
23778         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23779         doc string.  Improve doc string.
23780
23781 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23782
23783         * nntp.el (nntp-request-update-info): Return nil if
23784         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23785         may not call gnus-activate-group which uselessly issues the GROUP
23786         commands for all nntp groups and wastes time.  Reported by Romain
23787         Francoise <romain@orebokech.com>.
23788
23789         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23790
23791 2004-11-15  Simon Josefsson  <jas@extundo.com>
23792
23793         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23794         headers separately.
23795         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23796         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23797
23798 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23799
23800         * gnus-start.el (gnus-convert-old-newsrc):
23801         Assign legacy-gnus-agent to 5.10.7.
23802
23803 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23804
23805         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23806         start of the lines.
23807
23808 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23809
23810         * hashcash.el (hashcash-default-payment): Change default to 20.
23811         (hashcash-default-accept-payment): Change default to 20.
23812         (hashcash-process-alist): New variable.
23813         (hashcash-generate-payment-async): Add.
23814         (hashcash-already-paid-p): Add.
23815         (hashcash-insert-payment): Don't generate payments twice.
23816         (hashcash-insert-payment-async): Add.
23817         (hashcash-insert-payment-async-2): Add.
23818         (hashcash-cancel-async): Add.
23819         (hashcash-wait-async): Add.
23820         (hashcash-processes-running-p): Add.
23821         (hashcash-wait-or-cancel): Add.
23822         (mail-add-payment): New optional argument.  Conditionally start
23823         asynchronous calculation.
23824         (mail-add-payment-async): Add.
23825
23826         * message.el (message-send-mail): Wait for asynchronous hashcash
23827         results.  Don't clobber existing X-Hashcash headers.
23828         (message-setup-1): Call mail-add-payment-async when
23829         message-generate-hashcash is non-nil.
23830
23831 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23832
23833         * message.el (message-use-alternative-email-as-from): Examine the
23834         From header as well; use message-make-from in order to include a
23835         user's full name.
23836
23837 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23838
23839         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23840         default; improve customization type.
23841         (gnus-emphasis-custom-with-format): New macro.
23842         (gnus-emphasis-custom-value-to-external): New function.
23843         (gnus-emphasis-custom-value-to-internal): New function.
23844
23845 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23846
23847         * dns.el (query-dns): Resolve reverse addresses.
23848
23849 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23850
23851         * gnus-group.el (gnus-group-get-new-news): Use it.
23852
23853         * gnus-start.el (gnus-check-reasonable-setup): New function.
23854
23855 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23856
23857         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23858         "Args out of range" error.  Reported by Arnaud Giersch
23859         <arnaud.giersch@free.fr>.
23860
23861 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23862
23863         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23864
23865 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23866
23867         * spam.el (spam group): Add :version.
23868
23869         * pgg-def.el (pgg group): Add :version.
23870
23871 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23872
23873         * gnus-art.el (gnus-article-edit-article): Don't associate the
23874         article buffer with a draft file.  This is a temporary measure
23875         against the 2004-08-22 change to gnus-article-edit-mode.
23876
23877 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23878
23879         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23880         (html2text-format-tags): Remove unused variable `attr'.
23881
23882 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23883
23884         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23885
23886         * tls.el (tls-process-connection-type, tls-success)
23887         (tls-certtool-program): Add :version.
23888
23889         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23890         (starttls-extra-arguments, starttls-process-connection-type)
23891         (starttls-connect, starttls-failure, starttls-success): Add :version.
23892
23893         * spam-stat.el (spam-stat): Add :version.
23894
23895         * sieve.el (sieve): Add :version.
23896
23897         * sha1.el (sha1): Add :version.
23898         (sha1-use-external): Remove redundant version.
23899
23900         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23901         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23902         (nnmail-split-fancy-match-partial-words)
23903         (nnmail-split-lowercase-expanded): Add :version.
23904
23905         * nndiary.el (nndiary): Add :version.
23906
23907         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23908
23909         * mml-sec.el (mml-default-sign-method)
23910         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23911         Add :version.
23912
23913         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23914
23915         * mm-url.el (mm-url-use-external, mm-url-program)
23916         (mm-url-arguments): Add :version.
23917
23918         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23919         (mm-attachment-file-modes, mm-decrypt-option)
23920         (mm-w3m-safe-url-regexp): Add :version.
23921
23922         * message.el (message-cite-prefix-regexp)
23923         (message-sendmail-envelope-from, message-minibuffer-local-map)
23924         (message-user-fqdn, message-completion-alist): Add :version.
23925
23926         * gnus-win.el (gnus-configure-windows-hook)
23927         (gnus-use-frames-on-any-display): Add :version.
23928
23929         * gnus-art.el (gnus-article-address-banner-alist)
23930         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23931         (gnus-treat-from-picon, gnus-treat-mail-picon)
23932         (gnus-treat-x-pgp-sig): Add :version.
23933
23934         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23935         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23936         (gnus-summary-article-delete-hook)
23937         (gnus-summary-display-while-building): Add :version.
23938
23939         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23940         (gnus-get-top-new-news-hook): Add :version.
23941
23942         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23943         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23944
23945         * gnus-registry.el (gnus-registry): Add :version.
23946
23947         * gnus-spec.el (gnus-use-correct-string-widths)
23948         (gnus-make-format-preserve-properties): Add :version.
23949
23950         * gnus.el (gnus-group-charter-alist)
23951         (gnus-group-fetch-control-use-browse-url)
23952         (gnus-install-group-spam-parameters): Add :version.
23953
23954         * gnus-diary.el (gnus-diary): Add :version.
23955
23956         * gnus-delay.el (gnus-delay): Add :version.
23957
23958         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23959         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23960         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23961         Add :version.
23962
23963         * gnus-agent.el (gnus-agent-max-fetch-size)
23964         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23965         (gnus-agent-prompt-send-queue): Add :version.
23966
23967         * deuglify.el (gnus-outlook-deuglify): Add :version.
23968
23969         * html2text.el: Beautify code.  Improve doc strings.
23970         Some checkdoc cleanup.
23971         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23972
23973 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23974
23975         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23976
23977 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23978
23979         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23980         when package is loaded.
23981
23982         * spam.el (spam-summary-score-preferred-header): Add global preference
23983         for people who want to override the default SpamAssassin over
23984         Bogofilter preference (when both are set).
23985         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23986         (spam-user-format-function-S):
23987         Check spam-summary-score-preferred-header.
23988         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23989         (spam-user-format-function-S): Format the score correctly.
23990
23991 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23992
23993         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23994         signature file.  Suggested by Manoj Srivastava
23995         <srivasta@golden-gryphon.com>.
23996
23997         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23998         iso-2022-jp even in the Japanese language environment.
23999         Suggested by Jason Rumney <jasonr@gnu.org>.
24000
24001 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24002
24003         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24004         use the same characters as the dummy marks; make it free from
24005         getting affected by the language environment.
24006         (gnus-summary-read-group-1): Update mark positions only when the
24007         format spec is updated.
24008
24009         * gnus-spec.el (gnus-update-format-specifications): Return a list
24010         of updated types.
24011
24012 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24013
24014         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24015         of boundp to check if display-warning is available.
24016
24017 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24018
24019         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24020
24021 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24022
24023         * nnspool.el (nnspool-spool-directory): Use news-path if the
24024         news-directory variable is not bound.
24025
24026         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24027         function instead of display-warning if it is not available.
24028
24029 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24030
24031         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24032         v5-10: Use `point-at-bol'.
24033
24034 2004-10-26  Simon Josefsson  <jas@extundo.com>
24035
24036         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24037         <chenggao@gmail.com>.
24038
24039 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24040
24041         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24042         instead.
24043
24044 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24045
24046         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24047         to remove a server from the nnimap-server-buffer-alist.
24048         (nnimap-open-connection, nnimap-close-server): Use it.
24049
24050         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24051
24052 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24053
24054         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24055         running the major-mode function.
24056
24057 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24058
24059         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24060         dummy marks in the right way.
24061
24062 2004-10-18  David Edmondson  <dme@dme.org>
24063
24064         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24065         excessively.
24066
24067 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24068
24069         * gnus-util.el (gnus-split-references): Accept a nil references
24070         string and go on blissfully.
24071
24072         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24073         cases where the references string is non-nil but has no references.
24074
24075         * encrypt.el: Add autoload tags.
24076
24077         * spam.el (spam-resolve-registrations-routine): Remove article
24078         from unregistration list too.  Reported by David Hanak
24079         <dhanak@isis.vanderbilt.edu>
24080
24081 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24082
24083         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24084         nil.  Change custom type.
24085
24086 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24087
24088         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24089
24090         * gnus-sum.el (gnus-summary-move-article): Use it.
24091
24092 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24093
24094         * encrypt.el: Add autoload cookies.
24095
24096         * spam.el (spam-backend-article-list-property)
24097         (spam-backend-get-article-todo-list)
24098         (spam-backend-put-article-todo-list)
24099         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24100         Resolve registrations separately.
24101         (spam-register-routine): Format comments.
24102         (spam-unregister-routine, spam-register-routine): Always call with
24103         specific-articles, no default list.
24104         (spam-summary-prepare-exit): Use the spam-classifications function.
24105
24106         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24107         gnus-encrypt.el.
24108
24109         * encrypt.el: Copied from gnus-encrypt.el.
24110
24111         * gnus-encrypt.el: Commented that it's obsolete.
24112
24113 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24114
24115         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24116         (gnus-score-save): Use it.
24117
24118         * message.el (message-bury): Use `window-dedicated-p'.
24119
24120 2004-10-15  Simon Josefsson  <jas@extundo.com>
24121
24122         * pop3.el (top-level): Don't require nnheader.
24123         (pop3-read-timeout): Add.
24124         (pop3-accept-process-output): Add.
24125         (pop3-read-response, pop3-retr): Use it.
24126
24127 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24128
24129         * spam.el (spam-register-routine): Move comment.
24130         (spam-verify-bogofilter): Use 'unknown for the initial
24131         spam-bogofilter-valid state, not 'never.
24132
24133         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24134         for netrc-machine.
24135
24136         * nnimap.el (nnimap-open-connection):
24137         Use netrc-machine-user-or-password.
24138
24139 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24140
24141         * gnus-registry.el (gnus-registry-unload-hook):
24142         Set as a variable with add-hook.
24143
24144         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24145         of news-path.
24146
24147         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24148
24149         * spam.el: Delete duplicate `provide'.
24150         (spam-unload-hook): Set as a variable with add-hook.
24151
24152 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24153
24154         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24155         in the doc string.
24156
24157         * message.el (message-ignored-news-headers)
24158         (message-ignored-supersedes-headers)
24159         (message-ignored-resent-headers)
24160         (message-forward-ignored-headers): Improve custom type.
24161
24162 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24163
24164         * message.el (message-tokenize-header): Fix 2004-09-06 change
24165         which used point-min in the wrong place.
24166
24167 2004-10-12  Simon Josefsson  <jas@extundo.com>
24168
24169         * tls.el (tls-certtool-program): New variable.
24170         (tls-certificate-information): New function, based on
24171         ssl-certificate-information.
24172
24173 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24174
24175         * compface.el: Move the version of ELisp-based uncompface program
24176         to the contrib directory because of the copyright problem.
24177
24178 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24179
24180         * message.el (message-kill-buffer): Raise the current frame.
24181
24182 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24183
24184         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24185
24186         * gnus.el (message-y-or-n-p): Autoload.
24187
24188         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24189         (pop3-password-required, pop3-authentication-scheme)
24190         (pop3-leave-mail-on-server): Make customizable.
24191         (pop3): New custom group.
24192         (pop3-retr): Remove `sleep-for' statements.
24193         Suggested by Dave Love <fx@gnu.org>.
24194
24195         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24196         Windows/DOS.
24197
24198         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24199         (imap-parse-body): Fix incorrect use of `assert'.
24200         Suggested by Dave Love <fx@gnu.org>.
24201
24202         * mml.el (mml-minibuffer-read-disposition): Require match.
24203         Suggested by Dave Love <fx@gnu.org>.
24204
24205 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24206
24207         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24208         doc string.
24209
24210 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24211
24212         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24213
24214 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24215
24216         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24217         instead of calling `mm-insert-inline', to decode text/* parts
24218         before displaying them.
24219
24220 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24221
24222         * mm-uu.el (mm-uu-text-plain-type): New variable.
24223         (mm-uu-pgp-signed-extract-1): Use it.
24224         (mm-uu-pgp-encrypted-extract-1): Use it.
24225         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24226         bind mm-uu-text-plain-type with that value.
24227         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24228         mm-uu-dissect.
24229
24230 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24231
24232         * gnus-group.el (gnus-update-group-mark-positions):
24233         * gnus-sum.el (gnus-update-summary-mark-positions):
24234         * message.el (message-check-news-body-syntax):
24235         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24236         of string-as-multibyte.
24237
24238 2004-10-05  Juri Linkov  <juri@jurta.org>
24239
24240         * gnus-group.el (gnus-update-group-mark-positions):
24241         * gnus-sum.el (gnus-update-summary-mark-positions):
24242         * message.el (message-check-news-body-syntax):
24243         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24244         8-bit unibyte values to a multibyte string for search functions.
24245
24246 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24247
24248         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24249         (mm-uu-dissect-text-parts): New function.
24250
24251         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24252         dissect text parts.
24253
24254         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24255         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24256
24257         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24258
24259         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24260         Use gnus-current-topics instead of gnus-current-topic.
24261
24262 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24263
24264         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24265
24266 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24267
24268         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24269         where appropriate.
24270
24271         * nnml.el (nnml-generate-active-info): do.
24272
24273         * nndiary.el (nndiary-generate-active-info): do.
24274
24275         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24276         (gnus-topic-move): do.
24277
24278         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24279         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24280
24281         * gnus-srvr.el (gnus-server-prepare)
24282         (gnus-server-open-all-servers): do.
24283
24284         * gnus-msg.el (gnus-summary-cancel-article)
24285         (gnus-summary-resend-message)
24286         (gnus-summary-mail-crosspost-complaint): do.
24287
24288         * gnus-move.el (gnus-change-server): do.
24289
24290         * gnus-group.el (gnus-group-unmark-all-groups)
24291         (gnus-group-set-current-level): do.
24292
24293 2004-10-04  Simon Josefsson  <jas@extundo.com>
24294
24295         * message.el (message-generate-hashcash): Doc fix.
24296
24297 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24298
24299         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24300         avoid infinite recursion via gnus-get-function.
24301
24302 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24303
24304         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24305
24306         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24307
24308         * nnmail.el (nnmail-split-history): do.
24309
24310         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24311         (nnml-request-delete-group): do.
24312
24313         * nnslashdot.el (nnslashdot-read-groups): do.
24314
24315         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24316         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24317
24318         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24319         (nnspool-sift-nov-with-sed): Use last.
24320         (nnspool-retrieve-headers-with-nov): Use mapc.
24321         (nnspool-request-newgroups): Use dolist.
24322         (nnspool-request-group): Use last.
24323
24324         * nntp.el (nntp-read-server-type): Use dolist.
24325
24326         * nnvirtual.el (nnvirtual-create-mapping)
24327         (nnvirtual-update-read-and-marked): Use dolist.
24328         (nnvirtual-convert-headers): Simplify.
24329
24330 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24331
24332         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24333         Add support for sync'ing tick marks.
24334
24335 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24336
24337         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24338         there's no visible header.
24339
24340 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24341
24342         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24343         When necessary, pass full group name to gnus-request-set-marks.
24344
24345 2004-10-01  Simon Josefsson  <jas@extundo.com>
24346
24347         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24348         acroread.
24349
24350 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24351
24352         * spam-report.el (spam-report-gmane): Fix interactive.
24353
24354         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24355
24356         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24357         when writing file.
24358         (gnus-agent-synchronize-flags): Don't default to being
24359         interactive.
24360
24361 2004-09-30  Simon Josefsson  <jas@extundo.com>
24362
24363         * message.el (message-generate-hashcash): Add.
24364         (message-send-mail): Use it, call mail-add-payment.
24365
24366 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24367
24368         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24369
24370 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24371
24372         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24373         gnus-requst-update-info with explicit code to sync the in-memory
24374         info read flags with the marks being sync'd to the backend.
24375
24376         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24377
24378 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24379
24380         * spam.el (spam-verify-bogofilter): Add new function.
24381         (spam-check-bogofilter)
24382         (spam-bogofilter-register-with-bogofilter): Use it.
24383         (spam-verify-bogofilter): Add small fixes.
24384
24385 2004-09-28  Simon Josefsson  <jas@extundo.com>
24386
24387         * hashcash.el (hashcash-generate-payment): Revert.
24388
24389 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24390
24391         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24392         Use gnus-extract-references instead of gnus-split-references.
24393
24394         * gnus-util.el (gnus-extract-references): Add new function, analogous
24395         to gnus-split-references but extracts only the message-ID without
24396         anything extra.
24397
24398         * hashcash.el (hashcash-generate-payment)
24399         (hashcash-check-payment): Do the right thing if hashcash-path is
24400         nil (because the hashcash program could not be found).
24401
24402         * spam.el (spam-use-hashcash): Remove comment.
24403
24404 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24405
24406         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24407         (gnus-cache-enter-article, gnus-cache-remove-article)
24408         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24409
24410         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24411
24412         * gnus-art.el (article-hide-boring-headers)
24413         (article-translate-strings, article-display-face)
24414         (gnus-article-mime-match-handle-first)
24415         (gnus-article-highlight-headers)
24416         (gnus-article-add-buttons-to-head): do.
24417
24418 2004-09-27  Simon Josefsson  <jas@extundo.com>
24419
24420         * hashcash.el: New version, from
24421         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24422         ../contrib/.
24423
24424 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24425
24426         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24427
24428 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24429
24430         * gnus-dup.el (gnus-dup-open): Use mapc.
24431         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24432
24433         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24434         Reported by Stefan Wiens <s.wi@gmx.net>.
24435
24436         * gnus.el (gnus-shutdown): Use dolist.
24437
24438         * gnus-undo.el (gnus-undo): Use mapc.
24439
24440         * nnrss.el (nnrss-generate-active): do.
24441
24442         * message.el (message-cite-original-without-signature)
24443         (message-cite-original): Use mapc.
24444         (message-do-actions, message-make-forward-subject): Use dolist.
24445
24446 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24447
24448         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24449         deletion to remove entire duplicate line.  Fixes merged article
24450         number bug.
24451
24452 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24453
24454         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24455         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24456         first ask if you want to open a server and then, even when you
24457         responded with no, asking if you want to synchronize the server's
24458         flags.
24459         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24460         multi-line expressions.
24461         (gnus-agent-synchronize-group-flags): New internal function.
24462         Updates marks in memory (in the info structure) AND in the
24463         backend.
24464
24465         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24466
24467         * nnagent.el (nnagent-request-set-mark):
24468         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24469         method, to ensure that synchronization updates marks in the
24470         backend and in the info (in memory) structure.
24471
24472 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24473
24474         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24475         convention fully; don't miss the root article of a thread; make
24476         the X-Draft-From header with correct article numbers.
24477
24478 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24479
24480         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24481         unless plugged.  Disable the agent so that an open failure causes
24482         an error.
24483
24484         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24485         Revert 2004-09-21 change.  The backend must be opened while
24486         synchronizing flags even when the backend stores the flags
24487         locally.
24488
24489 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24490
24491         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24492         in `header' match.  Reported by Svend Tollak Munkejord.
24493
24494         * message.el (message-cite-original): Fix use of
24495         `message-cite-articles-with-x-no-archive'.
24496
24497 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24498
24499         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24500         (gnus-window-to-buffer): Ditto.
24501
24502         * mml.el (mml-preview-buffer): New variable.
24503         (mml-preview): Manage window layout with gnus-buffer-configuration.
24504
24505         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24506         X-Draft-From header even if those articles aren't quoted.
24507
24508 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24509
24510         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24511         (gnus-request-set-mark, gnus-request-update-mark): Use new
24512         g-s-t-u-l-m to decide to use backend even when unplugged.
24513
24514 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24515
24516         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24517         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24518
24519 2004-09-20  Simon Josefsson  <jas@extundo.com>
24520
24521         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24522         "utf-16-le".
24523
24524 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24525
24526         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24527
24528 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24529
24530         * uudecode.el (uudecode-use-external): Add :version.
24531
24532         * smime.el (smime-CA-file, smime-encrypt-cipher)
24533         (smime-dns-server): Add :version.
24534
24535         * smiley.el (gnus-smiley-file-types): Add :version.
24536
24537         * sha1.el (sha1-use-external): Add :version.
24538
24539         * pgg-def.el (pgg-query-keyserver): Add :version.
24540
24541         * nnmail.el (nnmail-fancy-expiry-targets)
24542         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24543         Add :version.
24544
24545         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24546         (nnimap-retrieve-groups-asynchronous): Add :version.
24547         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24548
24549         * mml.el (mml-content-disposition-parameters)
24550         (mml-insert-mime-headers-always): Add :version.
24551
24552         * mm-util.el (mm-coding-system-priorities): Add :version.
24553
24554         * mm-decode.el (mm-inline-text-html-with-images)
24555         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24556         (mm-verify-option): Add :version.
24557         (mm-text-html-renderer): Change :version.
24558
24559         * message.el (message-fcc-externalize-attachments)
24560         (message-required-headers, message-draft-headers)
24561         (message-subject-trailing-was-query)
24562         (message-subject-trailing-was-ask-regexp)
24563         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24564         (message-mark-insert-end, message-archive-header)
24565         (message-archive-note, message-cross-post-default)
24566         (message-cross-post-note, message-followup-to-note)
24567         (message-cross-post-note-function, message-use-mail-followup-to)
24568         (message-subscribed-address-functions)
24569         (message-subscribed-address-file, message-subscribed-addresses)
24570         (message-subscribed-regexps, message-allow-no-recipients)
24571         (message-yank-cited-prefix, message-signature-insert-empty-line)
24572         (message-hidden-headers, message-hierarchical-addresses)
24573         (message-mail-user-agent, message-use-idna)
24574         (message-valid-fqdn-regexp)
24575         (message-strip-special-text-properties, message-header-synonyms)
24576         (message-beginning-of-line, message-tab-body-function): Add :version.
24577         (message-insert-canlock, message-wide-reply-confirm-recipients):
24578         Change :version.
24579
24580         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24581         and :version.
24582         (mail-source-delete-old-incoming-confirm)
24583         (mail-source-movemail-program): Add :version.
24584
24585         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24586         (gnus-agent-cache, gnus-agent): Change :version.
24587
24588         * gnus-util.el (gnus-use-byte-compile): Change :version.
24589
24590         * gnus-sum.el (gnus-summary-make-false-root-always)
24591         (gnus-summary-default-high-score)
24592         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24593         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24594         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24595         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24596         (gnus-sum-thread-tree-single-indent)
24597         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24598         (gnus-sum-thread-tree-leaf-with-other)
24599         (gnus-sum-thread-tree-single-leaf): Add :version.
24600         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24601         (gnus-article-loose-mime): Change :version.
24602
24603         * gnus-start.el (gnus-backup-startup-file)
24604         (gnus-save-startup-file-via-temp-buffer): Add :version.
24605
24606         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24607         (gnus-server-offline-face): Add :version.
24608
24609         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24610
24611         * gnus-msg.el (gnus-gcc-externalize-attachments)
24612         (gnus-debug-files, gnus-debug-exclude-variables)
24613         (gnus-discouraged-post-methods): Change :version.
24614         (gnus-confirm-mail-reply-to-news)
24615         (gnus-confirm-treat-mail-like-news): Add :version.
24616
24617         * gnus-int.el (gnus-server-unopen-status): Add :version.
24618
24619         * gnus-group.el (gnus-group-jump-to-group-prompt)
24620         (gnus-large-ephemeral-newsgroup)
24621         (gnus-fetch-old-ephemeral-headers): Add :version.
24622
24623         * gnus-fun.el (gnus-x-face-directory)
24624         (gnus-convert-pbm-to-x-face-command)
24625         (gnus-convert-image-to-x-face-command)
24626         (gnus-convert-image-to-face-command): Add :version.
24627
24628         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24629
24630         * gnus-cite.el (gnus-cite-blank-line-after-header)
24631         (gnus-article-boring-faces): Add :version.
24632
24633         * gnus-art.el (gnus-buttonized-mime-types)
24634         (gnus-inhibit-mime-unbuttonizing)
24635         (gnus-treat-display-face)
24636         (gnus-treat-body-boundary): Change :version.
24637         (gnus-body-boundary-delimiter, gnus-picon-databases)
24638         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24639         (gnus-treat-date-english, gnus-treat-fold-headers)
24640         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24641         (gnus-treat-mail-picon, gnus-treat-wash-html)
24642         (gnus-article-encrypt-protocol)
24643         (gnus-use-idna, gnus-article-over-scroll)
24644         (gnus-mime-display-multipart-alternative-as-mixed)
24645         (gnus-mime-display-multipart-related-as-mixed)
24646         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24647         (gnus-ctan-url, gnus-button-ctan-handler)
24648         (gnus-button-handle-ctan-bogus-regexp)
24649         (gnus-button-ctan-directory-regexp)
24650         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24651         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24652         (gnus-button-man-level, gnus-button-emacs-level)
24653         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24654
24655         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24656         (gnus-agent-go-online): Change :version.
24657         (gnus-agent-expire-unagentized-dirs)
24658         (gnus-agent-auto-agentize-methods): Add :version.
24659
24660         * flow-fill.el (fill-flowed-display-column)
24661         (fill-flowed-encode-column): Add :version.
24662
24663         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24664         (gnus-outlook-deuglify-unwrap-max)
24665         (gnus-outlook-deuglify-cite-marks)
24666         (gnus-outlook-deuglify-unwrap-stop-chars)
24667         (gnus-outlook-deuglify-no-wrap-chars)
24668         (gnus-outlook-deuglify-attrib-cut-regexp)
24669         (gnus-outlook-deuglify-attrib-verb-regexp)
24670         (gnus-outlook-deuglify-attrib-end-regexp)
24671         (gnus-outlook-display-hook): Add :version.
24672
24673         * binhex.el (binhex-use-external): Add :version.
24674
24675 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24676
24677         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24678         and `invisible'.
24679
24680 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24681
24682         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24683         in gnus-registry-trim.
24684
24685 2004-09-13  Simon Josefsson  <jas@extundo.com>
24686
24687         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24688
24689         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24690
24691         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24692         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24693         <yamaoka@jpl.org>.
24694         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24695         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24696         <yamaoka@jpl.org>.
24697
24698         * sieve.el (sieve-manage-mode): Ditto.
24699
24700 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24701
24702         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24703
24704 2004-09-11  Simon Josefsson  <jas@extundo.com>
24705
24706         * dns-mode.el: Add.
24707
24708         * mm-view.el (mm-display-dns-inline): Add.
24709
24710         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24711         (mm-automatic-display): Ditto.
24712
24713         * mailcap.el (mailcap-mime-data): Add text/dns.
24714         (mailcap-mime-extensions): Map .soa to text/dns.
24715
24716 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24717
24718         * gnus-art.el (article-decode-mime-words, article-babel)
24719         (gnus-article-highlight-signature, gnus-article-add-buttons)
24720         (gnus-signature-toggle): Remove unnecessary bindings of
24721         `inhibit-read-only' inherited from v5.10 merge.
24722
24723 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24724
24725         * nntp.el (nntp): New customization group.
24726         (nntp-authinfo-file): Add customization group.
24727
24728         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24729
24730         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24731
24732         * gnus.el (to-address, to-list, subscribed)
24733         (large-newsgroup-initial): Ditto.
24734
24735         * flow-fill.el (fill-flowed-display-column)
24736         (fill-flowed-encode-column): Ditto.
24737
24738 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24739
24740         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24741         Use point-min rather than 1.
24742         (message-send-mail): Use buffer-size rather than point-max.
24743
24744         * gnus-sum.el (gnus-summary-search-article-forward):
24745         Signal a specific `search-failed' rather than a generic `error'.
24746
24747         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24748         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24749         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24750
24751 2004-09-10  Simon Josefsson  <jas@extundo.com>
24752
24753         * nndb.el (require): Remove tcp and duplicate cl.
24754
24755 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24756
24757         * gnus-agent.el (directory-files-and-attributes): Move forward.
24758
24759 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24760
24761         * gnus-agent.el (directory-files-and-attributes):
24762         Optionally defined to support XEmacs.
24763
24764 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24765
24766         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24767         to avoid run-time CL dependencies.
24768         (gnus-agent-unfetch-articles): New function.
24769         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24770         article numbers even when local .overview file is missing.
24771         (gnus-agent-read-article-number): New function.  Only accepts
24772         27-bit article numbers.
24773         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24774         Use gnus-agent-read-article-number.
24775         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24776         from backend while recognizing that article numbers in .overview
24777         must be valid.
24778         (gnus-agent-update-files-total-fetched-for):
24779         Use directory-files-and-attributes to improve performance.
24780         * gnus-int.el (gnus-request-move-article):
24781         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24782         improve performance.
24783
24784         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24785         some users confused by references to .newsrc when they only have a
24786         .newsrc.eld file.
24787         (gnus-convert-mark-converter-prompt)
24788         (gnus-convert-converter-needs-prompt): Fix use of property list.
24789         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24790         New function.  Used internally to only display 'gnus converting
24791         files' message when actually necessary.
24792
24793         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24794         methods now autoloaded.
24795
24796 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24797
24798         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24799         identifiers.
24800
24801 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24802
24803         * gnus-picon.el: Fix indentation and closing parenthesis.
24804
24805 2004-09-01  Simon Josefsson  <jas@extundo.com>
24806
24807         * message.el (message-canlock-generate): Require sha1, not
24808         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24809         to require within a function.  Sadly, if sha1.el isn't loaded, the
24810         let binding in m-c-g will hide the defcustom definition, which is
24811         bad.)
24812
24813         * canlock.el: Require sha1, not sha1-el.
24814
24815         * message.el: Don't autoload sha1 (there is a autoload cookie in
24816         sha1.el).
24817
24818         * sha1-el.el: Rename to sha1.el.
24819
24820 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24821
24822         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24823
24824 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24825
24826         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24827
24828 2004-08-30  Kim F. Storm  <storm@cua.dk>
24829
24830         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24831
24832         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24833         Add :group 'nnimap.
24834
24835 2004-08-30  Andreas Schwab  <schwab@suse.de>
24836
24837         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24838         ?* and ?\;.
24839
24840         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24841         and ?\' to symbol instead of whitespace.
24842
24843 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24844
24845         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24846
24847         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24848         instead of re-search-forward.
24849
24850         * gnus-uu.el (gnus-uu-save-article): Ditto.
24851         (gnus-uu-post-encode-uuencode): Ditto.
24852
24853         * html2text.el (html2text-clean-list-items): Ditto.
24854         (html2text-clean-dtdd): Ditto.
24855         (html2text-format-tags): Ditto.
24856
24857         * message.el (message-send-mail-with-sendmail): Fix regexp.
24858         (message-fill-field-general): Use search-forward instead of
24859         re-search-forward.
24860         (unbold-region): Ditto.
24861
24862         * nnrss.el (nnrss-request-article): Ditto.
24863
24864         * nnslashdot.el (nnslashdot-request-article): Ditto.
24865
24866         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24867
24868         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24869         "Unrecognized menu descriptor" error in XEmacs.
24870
24871 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24872
24873         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24874         parent article of a sparse article in the thread hashtb.
24875
24876 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24877
24878         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24879         (nnmail-expand-newtext): Lowercase expanded entries if
24880         nnmail-split-lowercase-expanded is non-nil.
24881
24882 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24883
24884         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24885
24886         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24887         of gnus-tmp-news-method into string under XEmacs.  It will be
24888         passed to gnus-correct-length which takes only a string argument.
24889
24890 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24891
24892         * gnus-util.el (gnus-bind-print-variables): New macro.
24893         (gnus-prin1): Use it.
24894         (gnus-prin1-to-string): Use it.
24895         (gnus-pp): New function.
24896         (gnus-pp-to-string): New function.
24897
24898         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24899         Replace pp-to-string with gnus-pp-to-string.
24900         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24901         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24902         * gnus-msg.el (gnus-debug): Ditto.
24903         * gnus-score.el (gnus-score-save): Ditto.
24904         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24905         gnus-pp-to-string.
24906         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24907         with gnus-pp.
24908         * score-mode.el (gnus-score-pretty-print): Ditto.
24909         * webmail.el (webmail-debug): Ditto.
24910
24911 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24912
24913         * gnus-art.el (article-display-face, article-display-x-face):
24914         Use buffer-read-only.
24915
24916 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24917
24918         * gnus-art.el (article-hide-list-identifiers):
24919         Bind inhibit-read-only as t.
24920
24921 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24922
24923         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24924
24925 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24926
24927         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24928         (gnus-narrow-to-page): Don't assume point-min == 1.
24929         (gnus-article-edit-mode): Derive from message-mode.
24930
24931         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24932         point-min == 1.
24933
24934         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24935         Disable incorrect use of `assert'.
24936
24937         * message.el (message-mode): Set comment-start-skip.
24938
24939
24940 2004-08-22  Sam Steingold  <sds@gnu.org>
24941
24942         * pop3.el (pop3-leave-mail-on-server): New user variable.
24943         (pop3-movemail): Delete mail only when it is nil.
24944
24945 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24946
24947         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24948
24949         * mml.el (mml-preview): Use `pop-to-buffer'.
24950
24951         * message.el (message-goto-mail-followup-to): Insert after "To".
24952         (message-carefully-insert-headers): Add comment.
24953
24954         * gnus.el: Remove unused variable `gnus-article-check-size'.
24955
24956         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24957
24958         * gnus-art.el (gnus-button-alist):
24959         Improve `gnus-button-handle-library' entry.
24960
24961 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24962
24963         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24964         Use downcase, since XEmacs capitalizes error messages differently.
24965
24966 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24967
24968         * nntp.el: Add (require 'gnus) due to reference to
24969         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24970
24971 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24972
24973         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24974         Bind `mm-fill-flowed'.
24975
24976         * mm-decode.el (mm-dissect-singlepart): Check it.
24977
24978 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24979
24980         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24981         'imap' for netrc parsing.
24982
24983 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24984
24985         * mailcap.el (mailcap-mime-data): Mark as risky.
24986
24987 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24988
24989         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24990         may be included in the encoded word.
24991         (rfc2047-encode): Don't append a space if the encoded word
24992         includes close parenthesis.
24993
24994 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24995
24996         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24997         of text within parentheses.
24998
24999 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25000
25001         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25002         (gnus-encrypt-write-file-contents): Make the password key the file
25003         name PLUS the cipher, not just the cipher.  Also remove failed
25004         passwords from the cache.
25005
25006 2004-08-06  Simon Josefsson  <jas@extundo.com>
25007
25008         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25009         Doc fix.
25010
25011 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25012
25013         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25014         LWSP.
25015
25016 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25017
25018         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25019         Try to append in-reply-to: data to the references: header.
25020
25021         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25022         (netrc-parse): Use gnus-encrypt.el functions.
25023
25024         * gnus-encrypt.el: Add new file for encryption support; currently
25025         does only a few GPG ciphers and an internal XOR cipher.
25026
25027         * password.el: Add comments on using password-read-and-add.
25028         (password-read-and-add): Add function to read and add the
25029         password to the cache at once.
25030
25031 2004-07-28  Simon Josefsson  <jas@extundo.com>
25032
25033         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25034         parameter (but don't use it, for now).
25035
25036         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25037         instead of hard coding to nil.
25038
25039 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25040
25041         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25042         as mm-inline-image-xemacs does.
25043
25044 2004-07-26  Simon Josefsson  <jas@extundo.com>
25045
25046         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25047         Revert part of 2004-07-17 change below.
25048
25049 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25050
25051         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25052         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25053
25054 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25055
25056         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25057         quotes that actually start with ">" at the beginning of the
25058         lines.
25059
25060 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25061
25062         * rfc2047.el (rfc2047-encode-region): Fix last change.
25063         (rfc2047-encode-parameter): Remove useless concat.
25064
25065 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25066
25067         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25068         encode special characters; fix some kind of misconfigured headers;
25069         signal a real error if debug-on-quit or debug-on-error is non-nil.
25070         (rfc2047-encode-max-chars): New variable.
25071         (rfc2047-encode-1): Use it.
25072         (rfc2047-encode-parameter): New function.
25073
25074         * mml.el (mml-insert-parameter): Remove an excessive space.
25075
25076 2004-07-17  Simon Josefsson  <jas@extundo.com>
25077
25078         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25079         Kai Grossjohann <kai@emptydomain.de>.
25080         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25081         (gnus-group-make-menu-bar): Ditto.
25082
25083         * gnus-util.el (gnus-group-server): Add.
25084
25085 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25086
25087         * message.el (message-clone-locals): Clone sendmail and smtp
25088         variables.
25089
25090 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25091
25092         * rfc2047.el (rfc2047-encode-region): Fix last change.
25093
25094 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25095
25096         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25097         characters as non-special.
25098
25099 2004-07-09  Simon Josefsson  <jas@extundo.com>
25100
25101         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25102         Users will lose all flag changes made while unplugged with
25103         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25104         good default.  See numerous reports on ding mailing list.
25105
25106 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25107
25108         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25109         add generate-head-function and generate-article-function to the
25110         rfc822-forward entry.
25111         (nndoc-rfc822-forward-generate-article): New function.
25112         (nndoc-rfc822-forward-generate-head): New function.
25113
25114         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25115
25116 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25117
25118         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25119         respect display group parameter and gnus-summary-expunge-below.
25120         (gnus-articles-to-read): Remove unused reference to display group
25121         parameter.
25122
25123 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25124
25125         * nnheader.el (nnheader-uniquify-message-id): New experimental
25126         variable.
25127         (nnheader-nov-read-message-id): Use it.
25128
25129         * spam-report.el (spam-report-gmane): Add interactive.
25130
25131 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25132
25133         * mm-encode.el (mm-content-transfer-encoding-defaults):
25134         Use qp-or-base64 for the application/* types.
25135
25136 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25137
25138         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25139
25140 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25141
25142         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25143         trim value.
25144
25145 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25146
25147         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25148         New macro and function.
25149         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25150
25151 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25152
25153         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25154         after-load-alist.
25155
25156 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25157
25158         * gnus-group.el (gnus-group-get-new-news-this-group):
25159         Don't update info that isn't there.
25160
25161 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25162
25163         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25164         entry.
25165
25166 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25167
25168         * mm-view.el (mm-inline-render-with-function): Use multibyte
25169         buffer; decode html source by charset.
25170
25171         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25172
25173         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25174         Mule-UCS is loaded under XEmacs.
25175         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25176
25177 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25178
25179         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25180
25181 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25182
25183         * mm-util.el (mm-coding-system-p): Return a coding-system.
25184         (mm-mime-mule-charset-alist): Use shift_jis instead of
25185         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25186         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25187         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25188         instead of japanese-shift-jis and iso-latin-1 respectively in
25189         order to share the default value with both Emacs and XEmacs-mule.
25190         (mm-mule-charset-to-mime-charset):
25191         Make mm-coding-system-priorities effective.
25192         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25193         while predicating of candidates upon the priorities.
25194
25195 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25196
25197         * gnus-sum.el (gnus-summary-make-menu-bar):
25198         Add gnus-uu-invert-processable.
25199
25200         * gnus.el: Autoload gnus-uu-invert-processable.
25201
25202 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25203
25204         * mm-util.el (mm-with-multibyte-buffer): New macro.
25205
25206         * rfc2047.el (rfc2047-encode-string): Use it.
25207         (rfc2047-encode-region): Move point to the end of the region after
25208         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25209
25210 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25211
25212         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25213         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25214
25215 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25216
25217         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25218         (gnus-cite-parse): Ignore quoted envelope From_.
25219         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25220
25221 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25222
25223         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25224         invalid addresses.
25225
25226 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25227
25228         * spam.el: Change section markers, revise TODO list.
25229         (spam-backends): Make new master list of all installed backends.
25230         (spam-summary-exit-behavior): Add new variable to determine how
25231         messages moves are done at summary exit.
25232         (spam-move-spam-nonspam-groups-only)
25233         (spam-process-ham-in-nonham-groups)
25234         (spam-process-ham-in-spam-groups): Remove variables, the
25235         spam-summary-exit-behavior variable should be used to manage this
25236         behavior.
25237         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25238         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25239         and spam-old-spam-articles.
25240         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25241         Add empty variables, placeholders for the backends they represent.
25242         (spam-set-difference): Move, unchanged.
25243         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25244         unless the user has a processor variable.
25245         (spam-classifications, spam-classification-valid-p)
25246         (spam-backend-properties, spam-backend-property-valid-p)
25247         (spam-backend-function-type-valid-p)
25248         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25249         (spam-report-articles-gmane, spam-report-articles-resend):
25250         Remove functions, they are not needed.
25251         (spam-install-backend-super, spam-backend-list)
25252         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25253         (spam-backend-function, spam-backend-ham-registration-function)
25254         (spam-backend-spam-registration-function)
25255         (spam-backend-ham-unregistration-function)
25256         (spam-backend-spam-unregistration-function)
25257         (spam-backend-statistical-p, spam-backend-mover-p)
25258         (spam-install-backend-alias, spam-install-checkonly-backend)
25259         (spam-install-mover-backend, spam-install-nocheck-backend)
25260         (spam-install-backend, spam-install-statistical-backend)
25261         (spam-install-statistical-checkonly-backend): Add backend installation
25262         support.
25263         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25264         (spam-group-processor-p): Use the new backend code and respect the
25265         summary exit behavior.
25266         (spam-mark-spam-as-expired-and-move-routine): Remove.
25267         (spam-summary-prepare): Change to use the new spam-old-articles
25268         variable.
25269         (spam-copy-or-move-routine, spam-copy-spam-routine)
25270         (spam-move-spam-routine, spam-copy-ham-routine)
25271         (spam-move-ham-routine): Add code to copy/move ham or spam.
25272         (spam-fetch-field-fast): Improve doc and code, plus allow the
25273         'number request.
25274         (spam-list-of-checks, spam-list-of-statistical-checks):
25275         Remove variables.
25276         (spam-split, spam-find-spam): Use the new backend code.
25277         (spam-registration-functions): Remove variable.
25278         (spam-unregister-routine): Add convenience wrapper.
25279         (spam-log-undo-registration, spam-register-routine)
25280         (spam-log-processing-to-registry)
25281         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25282         where possible.
25283         (spam-check-gmane-xref, spam-check-regex-headers)
25284         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25285         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25286         (spam-check-bogofilter-headers, spam-check-spamoracle)
25287         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25288         (spam-check-crm114-headers): Use the spam-split-group that
25289         spam-split prepares, no need to determine it every time.
25290
25291         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25292         to the nnheader-parse-naked-head call.
25293
25294         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25295
25296         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25297         the nnheader-nov-read-message-id call.
25298
25299 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25300
25301         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25302         gnus-activate-group twice.  Suggested by Markus Peter
25303         <warp@spin.de>.
25304
25305 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25306
25307         * gnus-art.el (gnus-article-time-format): Exchange the order of
25308         day and month in the default value; fix customization type.
25309         (article-date-ut): Use add-text-properties.
25310         (article-make-date-line): Use message-make-date instead of
25311         current-time-string.
25312
25313         * message.el (message-fetch-field): Don't use set-text-properties.
25314         (message-make-date): Simplify.
25315
25316         * messagexmas.el (message-xmas-make-date): New function.
25317         (message-xmas-redefine): Defalias message-make-date to it.
25318
25319 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25320
25321         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25322         (rfc2047-encode-region): Treat text within parentheses as special;
25323         show the original text when error has occurred.
25324
25325         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25326         already-computed method to gnus-activate-group.
25327
25328         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25329         same select-methods identical Lisp objects.
25330
25331         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25332         object when modifying the info.
25333
25334 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25335
25336         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25337         gnus-opened-servers since it has never been opened with the new
25338         configuration yet.
25339
25340 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25341
25342         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25343         arg to nnheader-generate-fake-message-id.
25344
25345 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25346
25347         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25348         number and build a fake message ID localized to a group and
25349         article number (so it's repeatable from that point on).
25350         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25351         ID format.
25352
25353         * gnus-sum.el (gnus-get-newsgroup-headers):
25354         Call nnheader-generate-fake-message-id with the article number.
25355
25356 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25357
25358         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25359         end-of-buffer.
25360
25361 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25362
25363         * message.el (message-ignored-supersedes-headers): Add Approved.
25364
25365 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25366
25367         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25368         goto-char.
25369         (rfc2047-encode): Fold the line before encoding.
25370
25371 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25372
25373         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25374         folding -- not all headers can be folded, and this should be done
25375         by the message composition mode.  Probably.  I think.
25376
25377 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25378
25379         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25380         fast.
25381
25382         * gnus-ems.el (gnus-remove-image): Don't use
25383         message-text-with-property; remove only the image found first.
25384
25385         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25386         found first.
25387
25388 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25389
25390         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25391
25392 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25393
25394         * message.el (message-text-with-property): Make it fast and accept
25395         optional arguments.
25396         (message-strip-forbidden-properties): Use it.
25397         (message-fix-before-sending): Follow the m-t-w-p change.
25398
25399         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25400
25401 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25402
25403         * gnus-art.el (article-hide-headers): Don't change the buffer
25404         mistakenly when performing mml-preview even if
25405         gnus-single-article-buffer is nil.
25406
25407 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25408
25409         * message.el (message-expand-name-databases): New user option.
25410         (message-expand-name): Use it.
25411
25412 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25413
25414         * spam.el (spam-report-articles-resend)
25415         (spam-report-resend-register-routine): Allow ham reporting.
25416         (spam-report-resend-register-ham-routine): Add wrapper.
25417         (spam-registration-functions): Add ham resending functions.
25418         (spam-list-of-processors): Add ham resend processor.
25419
25420         * gnus.el (ham-resend-to): Add new group parameter.
25421         (spam-process): Add ham resend option.
25422
25423         * spam-report.el (spam-report-resend): Allow reporting ham.
25424         (spam-report-resend-ham): Add wrapper.
25425
25426 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25427
25428         * message.el (message-cite-articles-with-x-no-archive):
25429         New variable.
25430         (message-cite-original): Use it.
25431
25432 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25433
25434         * message.el (message-cite-original): Respect X-No-Archive.
25435
25436 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25437
25438         * gnus-art.el (article-hide-headers): Refer to the values for
25439         gnus-ignored-headers and gnus-visible-headers in the summary
25440         buffer since a user may have set them as group parameters.
25441
25442 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25443
25444         * assistant.el (assistant-node-name): Add convenience function.
25445         (assistant-render-text, assistant-render-node): Add error handling,
25446         plus handle multiple next nodes.
25447         (assistant-find-next-node): Comment out for now.
25448         (assistant-find-next-nodes): Add function, returns list of next
25449         nodes.
25450
25451 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25452
25453         * mail-source.el (mail-source-directory): Fix doc-string.
25454
25455 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25456
25457         * assistant.el (assistant-render-text, assistant-eval): Add :set
25458         widget type, which is different because it takes and returns a
25459         list.  Much hilarity ensues.
25460
25461 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25462
25463         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25464
25465         * gnus-group.el (gnus-group-get-new-news-this-group):
25466         Add doc-string.
25467
25468         * gnus-start.el (gnus-activate-group): Add doc-string.
25469
25470 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25471
25472         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25473
25474 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25475
25476         * assistant.el (assistant-render-text): Try to add a :set
25477         widget, more to come.
25478
25479         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25480         strings.
25481         (spam-report-articles-resend)
25482         (spam-register-routine): Do registration iff any articles warrant
25483         it.
25484         (spam-summary-prepare-exit): Change log message for nil group
25485         destinations.
25486
25487 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25488
25489         * spam.el (spam-report-resend-register-routine):
25490         Allow spam-report-resend-to to be a group parameter or a global value.
25491
25492 2004-05-26  Simon Josefsson  <jas@extundo.com>
25493
25494         * starttls.el: Merge with my GNUTLS based starttls.el.
25495         (starttls-gnutls-program, starttls-use-gnutls)
25496         (starttls-extra-arguments, starttls-process-connection-type)
25497         (starttls-connect, starttls-failure, starttls-success):
25498         New variables.
25499         (starttls-program, starttls-extra-args): Doc fix.
25500         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25501         New functions.
25502         (starttls-negotiate, starttls-open-stream):
25503         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25504         function if it is set.
25505
25506 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25507
25508         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25509         structured fields.
25510
25511 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25512
25513         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25514
25515 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25516
25517         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25518         Add variable.
25519         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25520         assigning the spam-mark to new messages.
25521
25522 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25523
25524         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25525
25526 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25527
25528         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25529
25530         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25531         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25532         default.
25533
25534 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25535
25536         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25537         correct data.
25538
25539 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25540
25541         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25542         (spam-group-processor-p): Fix function.
25543         (spam-group-processor-multiple-p)
25544         (spam-group-spam-processor-report-gmane-p)
25545         (spam-group-spam-processor-report-resend-p)
25546         (spam-group-spam-processor-bogofilter-p)
25547         (spam-group-spam-processor-blacklist-p)
25548         (spam-group-spam-processor-ifile-p)
25549         (spam-group-ham-processor-ifile-p)
25550         (spam-group-spam-processor-spamoracle-p)
25551         (spam-group-spam-processor-crm114-p)
25552         (spam-group-ham-processor-bogofilter-p)
25553         (spam-group-spam-processor-stat-p)
25554         (spam-group-ham-processor-stat-p)
25555         (spam-group-ham-processor-whitelist-p)
25556         (spam-group-ham-processor-BBDB-p)
25557         (spam-group-ham-processor-spamoracle-p)
25558         (spam-group-ham-processor-copy-p): Remove functions with some
25559         prejudice against unneeded code.
25560         (spam-report-articles-resend)
25561         (spam-report-resend-register-routine): Allow the group/topic
25562         spam-resend-to value to override spam-report-resend-to.
25563         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25564         properly now.
25565
25566         * gnus.el (spam-resend-to): Add group/topic parameter.
25567         (spam-process): Move the OBSOLETE processors to the end of the
25568         choices.
25569
25570 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25571
25572         * spam-report.el (spam-report-resend-to, spam-report-resend):
25573         Start with resend-to set to nil, and then ask the user if necessary.
25574         (spam-report-resend): spam-report-resend takes a list of articles, not
25575         separate article numbers.
25576
25577 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25578
25579         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25580         addition to emacs-w3m.
25581
25582 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25583
25584         * assistant.el (assistant-authinfo-data): New function.
25585         (assistant-eval): Eval for entire assistant.
25586
25587         * netrc.el (netrc-services-file): New variable.
25588         (netrc-parse-services): New function.
25589         (netrc-find-service-name): New function.
25590         (netrc-find-service-number): New function.
25591         (netrc-port-equal): New function.
25592         (netrc-machine): Use it.
25593
25594         * nnimap.el (nnimap-open-connection): Use netrc.
25595
25596         * gnus-util.el (gnus-netrc-get): Remove aliases.
25597
25598         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25599
25600         * assistant.el (wid-edit): Fix compilation.
25601
25602         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25603
25604 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25605
25606         * gnus-util.el (gnus-set-file-modes): New function.  (small
25607         patch).
25608
25609 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25610
25611         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25612
25613         * assistant.el (assistant-render-node): Fix up rendering and
25614         read-only text.
25615         (assistant-render-node): Reset.
25616         (assistant-make-read-only): Not sticky.
25617
25618 2004-05-20  Danny Siu  <dsiu@adobe.com>
25619
25620         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25621         centered even when gnus-auto-center-summary is t.
25622
25623 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25624
25625         * dns.el (dns-get-txt-answer): New function.
25626         (dns-read-txt): Ditto.
25627         (query-dns): Use it.
25628
25629 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25630
25631         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25632         active for foreign groups even if the group level is higher than
25633         the specified value.
25634
25635 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25636
25637         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25638         non-active groups.
25639
25640         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25641
25642 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25643
25644         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25645
25646 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25647
25648         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25649         (spam-crm114-header, spam-crm114-spam-switch)
25650         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25651         (spam-crm114-positive-spam-header)
25652         (spam-crm114-database-directory, spam-list-of-processors)
25653         (spam-group-spam-processor-crm114-p)
25654         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25655         (spam-generic-score, spam-list-of-checks)
25656         (spam-list-of-statistical-checks, spam-registration-functions)
25657         (spam-check-crm114-headers, spam-crm114-score)
25658         (spam-check-crm114, spam-crm114-register-with-crm114)
25659         (spam-crm114-register-spam-routine)
25660         (spam-crm114-unregister-spam-routine)
25661         (spam-crm114-register-ham-routine)
25662         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25663
25664 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25665
25666         * gnus.el: Add spam-use-crm114.
25667
25668         * spam.el (spam-list-of-processors, spam-registration-functions):
25669         Add spam-use-resend.
25670         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25671         (spam-report-articles-gmane): Add doc fix.
25672         (spam-report-articles-resend, spam-report-resend-register-routine):
25673         Add wrappers around spam-report-resend-to.
25674
25675         * spam-report.el (spam-report-resend-to, spam-report-resend):
25676         Add support for resending spam.
25677         (spam-report-gmane): Fix line length >80.
25678
25679         * gnus.el (spam-process): Add spam-use-resend.
25680
25681 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25682
25683         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25684         number of processed spam messages.
25685         (spam-ham-copy-or-move-routine): Return the number of processed
25686         ham messages.
25687         (spam-summary-prepare-exit): Use the above values to decide
25688         whether status messages shouled be displayed.
25689
25690 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25691
25692         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25693         `rfc2047-encoding-function-alist' in order to avoid conflicting
25694         with the old version.
25695         (rfc2047-encode-region): Concatenate words containing non-ASCII
25696         characters in structured fields; don't encode space-delimited
25697         ASCII words even in unstructured fields; don't break words at
25698         char-category boundaries.
25699         (rfc2047-encode-1): New function.
25700         (rfc2047-encode): Use it; encode text so that it occupies the
25701         maximum width within 76-column; work correctly on Q encoding for
25702         iso-2022-* charsets.
25703         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25704         sure not to break a line just after the header name.
25705         (rfc2047-b-encode-region): Remove.
25706         (rfc2047-b-encode-string): New function.
25707         (rfc2047-q-encode-region): Remove.
25708         (rfc2047-q-encode-string): New function.
25709
25710         * mm-util.el (mm-replace-in-string): New function.
25711
25712 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25713
25714         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25715         Really get it right.
25716         (gnus-inews-make-draft): Really.
25717
25718 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25719
25720         * nnmh.el (nnmh-request-list-1): Don't check the link count
25721         before descending.  (small patch)
25722
25723 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25724
25725         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25726         stuff.
25727
25728         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25729         Match on real group name.
25730
25731         * gnus-art.el (gnus-signature-limit): Doc fix.
25732
25733         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25734
25735         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25736
25737 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25738
25739         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25740         isn't a string.
25741
25742 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25743
25744         * gnus-draft.el (gnus-draft-send):
25745         Bind rfc2047-encode-encoded-words.
25746
25747         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25748         (rfc2047-encodable-p): Say that =? needs encoding.
25749         (rfc2047-encode-encoded-words): New variable.
25750
25751         * gnus-group.el (gnus-group-select-group): Doc fix.
25752
25753         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25754
25755         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25756         to nil.
25757
25758         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25759
25760         * nnheader.el (nnheader-get-lines-and-char): New function.
25761
25762 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25763
25764         * gnus-msg.el (gnus-summary-followup-with-original):
25765         Document yanking of region when active.
25766
25767 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25768
25769         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25770         groups if the group level is higher than the specified value.
25771
25772 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25773
25774         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25775         (gnus-group-jump-to-group): Add prefix argument using
25776         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25777         non-active group.
25778
25779         * compface.el (uncompface): Be verbose when changing
25780         `uncompface-use-external'.
25781
25782         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25783         handle manual section.
25784
25785 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25786
25787         * gnus-art.el (gnus-button-alist): Revert previous change.
25788
25789 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25790
25791         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25792
25793 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25794
25795         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25796         whether backend can accept message.
25797
25798         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25799
25800 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25801
25802         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25803         Avoid creating directory when nntp-marks-is-evil is true.
25804         Reported by Reiner Steib.
25805
25806 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25807
25808         * gnus-picon.el (gnus-picon-insert-glyph):
25809         Add optional `nostring' argument.
25810
25811 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25812
25813         * gnus-picon.el (gnus-picon-style): New variable.
25814         (gnus-picon-transform-address): Support `gnus-picon-style'.
25815
25816 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25817
25818         * message.el (message-fill-field): Return point.
25819         (message-generate-headers): Go to end of field.
25820
25821         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25822         stuff for non-living groups.
25823
25824 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25825
25826         * gnus-art.el (gnus-article-followup-with-original)
25827         (gnus-article-reply-with-original): gnus-mark-active-p ->
25828         gnus-region-active-p.
25829
25830 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25831
25832         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25833         only when there is spam or ham to be processed.
25834
25835 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25836
25837         * mail-source.el (mail-source-delete-crash-box): Refactor.
25838         (mail-source-fetch): Use it.
25839         (mail-source-fetch-file): Ditto.
25840         (mail-source-fetch-directory): Run postscript in loop.
25841         (mail-source-fetch-pop): Delete.
25842         (mail-source-fetch-maildir): Ditto.
25843         (mail-source-fetch-imap): Ditto.
25844
25845         * imap.el (imap-authenticators): Comment out sasl.
25846
25847         * message.el (message-skip-to-next-address): New function.
25848         (message-fill-header-address): Refactor.
25849         (message-fill-address): Use it.
25850         (message-delete-address): Use it.
25851         (message-fill-header-general): Refactor.
25852         (message-fill-field-address): Rename.
25853         (message-narrow-to-field): Find the start of the header.
25854         (message-header-format-alist): Don't pre-fill.
25855         (message-fill-header): Remove.
25856         (message-insert-header): New function.
25857         (message-shorten-references): Use it.
25858
25859         * rfc2047.el (rfc2047-field-value): Strip props.
25860
25861         * mail-parse.el (mail-header-make-address): New alias.
25862
25863         * ietf-drums.el (ietf-drums-make-address): New function.
25864
25865         * imap.el: Add compiler directives.
25866
25867         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25868
25869         * gnus-art.el (article-decode-idna-rhs): Don't use
25870         message-idna-inside-rhs-p.
25871
25872 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25873
25874         * message.el (message-idna-inside-rhs-p): Remove.
25875         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25876
25877         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25878         false positives.
25879
25880 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25881
25882         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25883
25884 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25885
25886         * nneething.el (nneething-file-name): Don't create spurious
25887         files.
25888
25889         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25890         (gnus-inews-do-gcc): Remove sleep.
25891
25892         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25893         part under point.
25894
25895         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25896         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25897
25898 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25899
25900         * spam.el (spam-summary-prepare-exit): Fix (length).
25901
25902 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25903
25904         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25905         as expired without moving it" message when there are spam
25906         messages left.
25907
25908 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25909
25910         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25911         header is not nil.
25912
25913 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25914
25915         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25916         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25917         (nntp-marks-changed-p): New arg SERVER.
25918         (nntp-request-update-info): Adjust caller.
25919
25920 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25921
25922         * nntp.el (nntp-save-marks): Pass missing arg.
25923
25924 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25925
25926         * nntp.el: Support marks.
25927         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25928         (nntp-marks-modtime, nntp-marks-directory): New variables.
25929         (nntp-request-set-mark, nntp-request-update-info)
25930         (nntp-possibly-create-directory, nntp-marks-changed-p)
25931         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25932         New functions.
25933
25934 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25935
25936         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25937         (gnus-xmas-redefine): Rename.
25938
25939         * gnus-score.el (gnus-score-insert-help):
25940         Use gnus-select-lowest-window.
25941
25942         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25943         appt-select-lowest-window and rename to gnus-select-lowest-window.
25944
25945         * gnus.el: do.
25946
25947 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25948
25949         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25950         encodings of MIME-encoded words, in order to improve
25951         interoperability with several broken MUAs.
25952
25953 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25954
25955         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25956         tags, only when charsets are not specified in headers.
25957         (mm-inline-text-html-render-with-w3m): Ditto.
25958
25959         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25960         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25961
25962 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25963
25964         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25965         instead of MIME-decoded from fields when checking
25966         `gnus-article-address-banner-alist'.
25967
25968 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25969
25970         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25971         description rather than subject.
25972
25973 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25974
25975         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25976
25977 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25978
25979         * gnus.el (gnus-version-number): Bump.
25980
25981 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25982
25983         * gnus.el: No Gnus v0.2 is released.
25984
25985 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25986
25987         * gnus-agent.el (gnus-agent-read-agentview):
25988         Inline gnus-uncompress-range.
25989
25990 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25991
25992         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25993         `exec-installed-p'.
25994
25995 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25996
25997         * gnus.el (spam-process, spam-autodetect-methods):
25998         Add bsfilter and bsfilter-headers.
25999
26000         * spam.el (spam-bsfilter): New customize group.
26001         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26002         (spam-bsfilter-header, spam-bsfilter-probability-header)
26003         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26004         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26005         (spam-bsfilter-database-directory): New options.
26006         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26007         (spam-list-of-statistical-checks, spam-registration-functions):
26008         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26009         (spam-bsfilter-score): New command.
26010         (spam-check-bsfilter-headers, spam-check-bsfilter)
26011         (spam-bsfilter-register-with-bsfilter)
26012         (spam-bsfilter-register-spam-routine)
26013         (spam-bsfilter-unregister-spam-routine)
26014         (spam-bsfilter-register-ham-routine)
26015         (spam-bsfilter-unregister-ham-routine): New functions.
26016         (spam-generic-score): Support bsfilter; Accept an optional argument
26017         to recalcurate spam score even if scoring header has already been
26018         added.
26019         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26020         optional argument to recalcurate spam score even if scoring header
26021         has already been added.
26022
26023 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26024
26025         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26026         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26027         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26028         link is missing.
26029
26030 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26031
26032         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26033         (html2text-get-attr): Rewrite.
26034
26035         * message.el (message-setup-1): Remove redundant put-text-property
26036         on mail-header-separator.
26037
26038 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26039
26040         * gnus-registry.el (gnus-registry-cache-whitespace)
26041         (gnus-registry-action, gnus-registry-spool-action)
26042         (gnus-registry-split-fancy-with-parent): Change message levels
26043         from 5 to 3 or 7, as needed.
26044
26045         * spam.el (spam-summary-prepare-exit)
26046         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26047         (spam-split, spam-find-spam, spam-log-undo-registration)
26048         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26049         level from 5 to 6.
26050
26051 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26052
26053         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26054         2004-03-04 change).
26055
26056 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26057
26058         * sieve-manage.el (sieve-manage-open):
26059         * nnweb.el (nnweb-insert-html):
26060         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26061         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26062         * nnspool.el (nnspool-request-group):
26063         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26064         * nnml.el (nnml-request-update-info):
26065         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26066         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26067         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26068         (nnimap-request-set-mark):
26069         * nnfolder.el (nnfolder-request-update-info):
26070         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26071         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26072         * gnus-uu.el (gnus-uu-find-articles-matching):
26073         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26074         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26075         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26076         * gnus-nocem.el (gnus-nocem-scan-groups):
26077         * gnus-int.el (gnus-start-news-server):
26078         * gnus-group.el (gnus-group-make-kiboze-group)
26079         (gnus-group-browse-foreign-server):
26080         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26081         Use mapc when appropriate.
26082
26083 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26084             Adam Sjøgren  <asjo@koldfront.dk>
26085             Wes Hardaker  <wes@hardakers.net>
26086             Michael Shields  <shields@msrl.com>
26087
26088         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26089         may need for spam sorting and scoring.
26090         (spam-user-format-function-S): Add user format function suitable for
26091         general use.
26092         (spam-article-sort-by-spam-status): Add sorting function for summary
26093         sorting.
26094         (spam-extra-header-to-number): Add function to get a score from a
26095         header.
26096         (spam-summary-score): Add function to get a numeric score from the
26097         headers.
26098         (spam-generic-score): Fix function doc, was in wrong place.
26099         (spam-initialize): Take symbols when it's run, and install the
26100         extra headers that spam-necessary-extra-headers thinks we need.
26101
26102 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26103
26104         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26105         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26106
26107 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26108
26109         * gnus-sum.el (gnus-set-global-variables)
26110         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26111         (gnus-article-get-xrefs, gnus-summary-best-group)
26112         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26113         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26114         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26115         Use with-current-buffer.
26116
26117 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26118
26119         * spam.el (spam-summary-prepare-exit): Simplify logic.
26120         (spam-fetch-article-header): Read the article header if it's not
26121         available.
26122         (spam-list-articles): Simplify logic.
26123         (spam-filelist-register-routine): Fix bug with unregister-list.
26124
26125         * gnus-registry.el: Fix comments at beginning.
26126
26127 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26128
26129         * message.el (message-cater-to-broken-inn): Remove.
26130         (message-shorten-references): Make sure the total folded length of
26131         References is shorter than 998 characters to cater to a bug in INN
26132         2.3.  Also, don't pretend that references aren't folded -- this
26133         hasn't worked for a while.
26134
26135 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26136
26137         * gnus-agent.el (gnus-agentize):
26138         gnus-agent-send-mail-real-function no longer set to current value
26139         of message-send-mail-function but rather a lambda that calls
26140         message-send-mail-function.  The change makes the agent real-time
26141         responsive to user changes to message-send-mail-function.
26142
26143 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26144
26145         * legacy-gnus-agent.el
26146         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26147         help from Florian Weimer <fw@deneb.enyo.de>
26148
26149 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26150
26151         * nnmail.el (nnmail-cache-insert): Revert last change.
26152
26153 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26154
26155         * nnmail.el (nnmail-cache-insert): Always check whether
26156         nnmail-cache-ignore-groups matches a group name.
26157
26158 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26159
26160         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26161         (spam-find-spam, spam-log-processing-to-registry)
26162         (spam-log-registered-p, spam-log-unregistration-needed-p)
26163         (spam-log-undo-registration): Use gnus-message instead of
26164         gnus-error, none of these errors are fatal.
26165
26166         * gnus-registry.el (gnus-registry-clean-empty-function)
26167         (gnus-registry-clean-empty): Remove only empty entries without
26168         extra data.
26169
26170 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26171
26172         * spam-stat.el (spam-stat-buffer-change-to-spam)
26173         (spam-stat-buffer-change-to-non-spam): Change (error) to
26174         (gnus-message 8) invocation.
26175
26176 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26177
26178         * nntp.el (nntp-via-netcat-command): New variable.
26179         (nntp-via-netcat-switches): New variable.
26180         (nntp-open-via-rlogin-and-netcat): New function.
26181         (nntp-open-connection-function): Doc fix.
26182         (nntp-telnet-command): Doc fix.
26183         (nntp-end-of-line): Doc fix.
26184         (nntp-via-rlogin-command): Doc fix.
26185         (nntp-via-user-name): Doc fix.
26186         (nntp-via-address): Doc fix.
26187
26188 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26189
26190         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26191         error in Emacs 21.1.
26192
26193 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26194
26195         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26196
26197 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26198
26199         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26200         (gnus-agent-with-refreshed-group): New macro.
26201         (gnus-agent-rename-group): New function.
26202         (gnus-agent-delete-group): New function.
26203         (gnus-agent-save-group-info): Use gnus-command-method when
26204         `method' parameter is nil.  Don't write nil entries into the
26205         active file.
26206         (gnus-agent-get-group-info): New function.
26207         (gnus-agent-fetch-articles):
26208         Use gnus-agent-update-files-total-fetched-for to increment disk space
26209         used.
26210         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26211         Use gnus-agent-update-view-total-fetched-for to increment disk space
26212         used.
26213         (gnus-agent-get-local): Add optional parameters to avoid calling
26214         gnus-group-real-name and gnus-find-method-for-group.
26215         (gnus-agent-set-local): Delete stored entry if either min, or max,
26216         are nil.
26217         (gnus-agent-fetch-session): Reworded error/quit messages.
26218         On quit, use gnus-agent-regenerate-group to record existance of any
26219         articles fetched to disk before the quit occurred.
26220         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26221         gnus-agent-update-view-total-fetched-for, and
26222         gnus-agent-update-files-total-fetched-for to decrement disk space
26223         used.
26224         (gnus-agent-retrieve-headers):
26225         Use gnus-agent-update-view-total-fetched-for to increment disk space
26226         used.
26227         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26228         with gnus-agent-update-files-total-fetched-for to decrement disk
26229         space and fresh group buffer.
26230         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26231         (gnus-agent-need-update-total-fetched-for): New variable.
26232         (gnus-agent-update-files-total-fetched-for): New function.
26233         (gnus-agent-update-view-total-fetched-for): New function.
26234         (gnus-agent-total-fetched-for): New function.
26235
26236         * gnus-cache.el (gnus-cache-save-buffers):
26237         Use gnus-cache-update-overview-total-fetched-for to change disk space
26238         used by this group.
26239         (gnus-cache-possibly-enter-article):
26240         Use gnus-cache-update-file-total-fetched-for to increment disk space
26241         used by this group.
26242         (gnus-cache-possibly-remove-article):
26243         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26244         used by this group.
26245         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26246         (gnus-cache-rename-group): New function.
26247         (gnus-cache-delete-group): New function.
26248         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26249         (gnus-cache-need-update-total-fetched-for): New variable.
26250         (gnus-cache-with-refreshed-group): New macro.
26251         (gnus-cache-update-file-total-fetched-for): New function.
26252         (gnus-cache-update-overview-total-fetched-for): New function.
26253         (gnus-cache-rename-group-total-fetched-for): New function.
26254         (gnus-cache-delete-group-total-fetched-for): New function.
26255         (gnus-cache-total-fetched-for): New function.
26256
26257         * gnus-group.el: Require gnus-sum and autoload functions to
26258         resolve warnings when gnus-group.el compiled alone.
26259         (gnus-group-line-format): Document new %F.
26260         (size of Fetched data) group line format; identifies disk space
26261         used by agent and cache.
26262         (gnus-group-line-format-alist): Define new F format.
26263         (gnus-total-fetched-for): New function.
26264         (gnus-group-delete-group): No longer update
26265         gnus-cache-active-altered as gnus-request-delete-group now keeps
26266         the cache in sync.
26267         (gnus-group-list-active): Let the agent store a server's active
26268         list if currently plugged.
26269
26270         * gnus-int.el (gnus-request-delete-group):
26271         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26272         local disk in sync with the server.
26273         (gnus-request-rename-group):
26274         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26275         local disk in sync with the server.
26276
26277         * gnus-start.el (gnus-get-unread-articles):
26278         Cosmetic simplification to logic.
26279
26280         * gnus-util.el (gnus-rename-file): New function.
26281
26282 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26283
26284         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26285
26286 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26287
26288         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26289         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26290
26291 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26292
26293         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26294         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26295
26296 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26297
26298         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26299
26300 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26301
26302         * spam.el (spam-set-difference): Add function to replace
26303         gnus-set-difference in spam.el.
26304         (spam-summary-prepare-exit): Use spam-set-difference.
26305
26306 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26307
26308         * gnus-registry.el (gnus-registry-cache-file): Update to use
26309         gnus-dribble-directory OR gnus-home-directory OR ~.
26310         (gnus-registry-split-fancy-with-parent): Fix doc.
26311
26312 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26313
26314         * message.el (message-exchange-point-and-mark):
26315         Use message-mark-active-p.  Suggested by Jesper Harder
26316         <harder@ifa.au.dk>.
26317
26318 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26319
26320         * message.el (message-exchange-point-and-mark): Don't activate
26321         region if it was inactive.  Suggested by Hiroshi Fujishima
26322         <pooh@nature.tsukuba.ac.jp>.
26323
26324 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26325
26326         * gnus-art.el (article-display-face): Display Faces in the same
26327         order as X-Faces.
26328
26329 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26330
26331         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26332
26333 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26334
26335         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26336         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26337         (gnus-article-mime-hierarchy): Remove.
26338         (gnus-article-mime-hierarchy-next): Remove.
26339         (gnus-article-mode): Revert 2004-03-19 change.
26340         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26341         (gnus-insert-mime-button): Revert 2004-03-19 change.
26342         (gnus-mime-accumulate-hierarchy): Remove.
26343         (gnus-mime-enter-multipart): Remove.
26344         (gnus-mime-leave-multipart): Remove.
26345         (gnus-mime-display-part): Revert 2004-03-19 change.
26346         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26347
26348         * mml.el (mml-preview): Revert 2004-03-19 change.
26349
26350 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26351
26352         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26353
26354 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26355
26356         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26357         t while entering a file name using the mm-with-multibyte macro.
26358         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26359
26360         * mm-util.el (mm-with-multibyte): New macro.
26361
26362 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26363
26364         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26365         New user option.
26366         (gnus-mime-multipart-functions): Doc and customization fix.
26367         (gnus-article-mime-hierarchy): New variable.
26368         (gnus-article-mime-hierarchy-next): New variable.
26369         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26370         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26371         gnus-article-mime-hierarchy-next to nil.
26372         (gnus-insert-mime-button): Show hierarchy numbers.
26373         (gnus-mime-accumulate-hierarchy): New function.
26374         (gnus-mime-enter-multipart): New function.
26375         (gnus-mime-leave-multipart): New function.
26376         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26377         (gnus-mime-display-alternative): Show hierarchy numbers.
26378
26379         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26380         gnus-article-mime-hierarchy-next to nil.
26381
26382 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26383
26384         * dns.el: Don't require gnus-xmas.
26385
26386 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26387
26388         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26389         inline PGP.
26390         (mml-menu): Disable mml-quote-region if mark is inactive.
26391
26392 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26393
26394         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26395         when the group's active is not available.
26396
26397 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26398
26399         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26400         error.
26401
26402 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26403
26404         * imap.el (imap-store-password): New variable.
26405         (imap-interactive-login): Use it.
26406         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26407
26408 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26409
26410         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26411         window-start and hscroll to summary window.
26412
26413 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26414
26415         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26416         conversion message to newsrc-dribble when an actual conversion is
26417         performed.
26418
26419 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26420
26421         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26422
26423 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26424
26425         * mm-decode.el (mm-complicated-handles): New function reviving
26426         former definition of mm-multiple-handles.
26427
26428         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26429         (gnus-mime-delete-part): Use it.
26430
26431 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26432
26433         * gnus-agent.el (gnus-agent-read-local):
26434         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26435         avoid the implicit assumption that they will always be equal.
26436         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26437         coding-system-for-write, as the with-temp-file macro first prints
26438         to a buffer then saves the buffer.
26439
26440 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26441
26442         * gnus-art.el (gnus-article-edit-part): New function.
26443         (gnus-mime-save-part-and-strip): Use it; do query instead of
26444         signaling an error; don't use mm-multiple-handles.
26445         (gnus-mime-delete-part): Ditto.
26446
26447 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26448
26449         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26450         old file versions.
26451         (gnus-group-prepare-hook): Remove function that converted list
26452         form of gnus-agent-expire-days to group properties.
26453
26454         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26455         (gnus-request-accept-article): Re-indented.
26456
26457         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26458         converters to handle old agent file formats.  Add logic for a
26459         "backup before upgrading warning".
26460         (gnus-convert-mark-converter-prompt): Developers can mark
26461         functions as needing (default), or not needing,
26462         gnus-convert-old-newsrc's "backup before upgrading warning".
26463         (gnus-convert-converter-needs-prompt): Tests whether the user
26464         should be protected from potentially irreversable changes by the
26465         function.
26466
26467         * legacy-gnus-agent.el: New.  Provides converters that are only
26468         loaded when gnus-convert-old-newsrc needs to call them.
26469
26470 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26471
26472         * mail-source.el (mail-source-touch-pop): Doc fix.
26473
26474         * message.el (message-smtpmail-send-it): Doc fix.
26475
26476 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26477
26478         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26479
26480         * nnmail.el (nnmail-split-fancy): do.
26481
26482         * gnus-kill.el (gnus-kill, gnus-execute): do.
26483
26484 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26485
26486         * gnus-sum.el (gnus-widget-reversible-match)
26487         (gnus-widget-reversible-to-internal)
26488         (gnus-widget-reversible-to-external): New functions.
26489         (gnus-widget-reversible): New widget.
26490         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26491
26492 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26493
26494         * gnus-sum.el (gnus-thread-sort-functions)
26495         (gnus-article-sort-functions): Document `(not F)' items.
26496
26497 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26498
26499         * spam.el (spam-use-gmane-xref): Add new backend.
26500         (spam-gmane-xref-spam-group): Add variable to control the name of the
26501         Gmane spam group.
26502         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26503         (spam-regex-headers-spam, spam-regex-headers-ham)
26504         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26505         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26506         backends and checks.
26507         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26508
26509         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26510         an autodetect method.
26511
26512 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26513
26514         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26515         articles are being added to a group.
26516         (gnus-request-replace-article): Inform the agent that articles
26517         need to be uncached as the cached contents are no longer valid.
26518
26519 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26520
26521         * binhex.el: Don't autoload executable-find.
26522
26523         * canlock.el: Don't autoload mail-fetch-field.
26524
26525         * dgnushack.el: Autoload c-mode for XEmacs.
26526
26527         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26528
26529         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26530         rmail-dont-reply-to and rmail-output.
26531
26532         * gnus-score.el: Don't autoload ffap-string-at-point.
26533
26534         * gnus-setup.el: Don't autoload sc-cite-original.
26535
26536         * imap.el: Don't autoload base64-decode-string,
26537         base64-encode-string and md5.
26538
26539         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26540         and rmail-msg-restore-non-pruned-header.
26541
26542         * mm-decode.el: Don't autoload executable-find.
26543
26544         * mm-url.el: Don't autoload executable-find.
26545
26546         * mm-view.el: Don't autoload diff-mode.
26547
26548         * nndb.el: Don't autoload news-reply-mode, news-setup,
26549         cancel-timer and telnet.
26550
26551         * password.el: Don't autoload run-at-time for Emacs.
26552
26553         * sha1-el.el: Don't autoload executable-find.
26554
26555         * sieve-mode.el: Don't autoload c-mode.
26556
26557         * uudecode.el: Don't autoload executable-find.
26558
26559 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26560
26561         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26562         (gnus-agent-possibly-alter-active): Avoid null in numeric
26563         comparison.
26564         (gnus-agent-set-local): Refuse to save null in local object table.
26565         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26566         list of articles that will be marked as unread.
26567
26568 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26569
26570         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26571
26572 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26573
26574         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26575         language tags.
26576
26577 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26578
26579         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26580         Don't bind "obarray".
26581
26582         * gnus-sum.el (gnus-thread-sort-functions):
26583         Add `gnus-thread-sort-by-most-recent-number' and
26584         `gnus-thread-sort-by-most-recent-date'.
26585         Reported by Kai Grossjohann <kai@emptydomain.de>.
26586
26587 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26588
26589         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26590
26591 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26592
26593         * gnus-cus.el (gnus-agent-customize-category):
26594         Remove ignore-errors macro reference that required cl to be loaded at
26595         run-time.
26596
26597         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26598         single-interval range of the form (min . max).  Previously the
26599         range had to look like ((min . max)).  Likewise, return
26600         (min . max) rather than ((min . max)).
26601         (gnus-range-map): Use gnus-range-normalize to accept
26602         single-interval range.
26603
26604         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26605         the cache, but not the agent, now appear with their usual face.
26606
26607         * dgnushack.el (loaddir): New variable that is bound to the
26608         directory containing the dgnushack.el file.  Use loaddir, rather
26609         than srcdir, to update load-path.  Change lets dgnushack compile
26610         code in directories other than GNUS/lisp.
26611
26612 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26613
26614         * lpath.el: Don't bind w3m-safe-url-regexp.
26615
26616         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26617         w3m-safe-url-regexp variable buffer-local.
26618
26619         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26620
26621 2004-02-27  Simon Josefsson  <jas@extundo.com>
26622
26623         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26624         gnus-group-real-prefix.
26625         (gnus-summary-move-article): Use it, instead of
26626         gnus-group-real-prefix.
26627
26628 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26629
26630         * lpath.el: Bind w3m-safe-url-regexp.
26631
26632         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26633         w3m-safe-url-regexp variable buffer-local and set it as the value
26634         of mm-w3m-safe-url-regexp.
26635
26636         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26637
26638         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26639         parsing gnus-posting-styles when the message is not for replying.
26640
26641         * dgnushack.el: Autoload sgml-mode for XEmacs.
26642
26643         * nnrss.el (nnrss-opml-export):
26644         Use mm-set-buffer-file-coding-system instead of
26645         set-buffer-file-coding-system.
26646
26647 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26648
26649         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26650         of checkdoc.el).
26651         * nnrss.el: do.
26652         * gnus-mlspl.el: do.
26653         * gnus-ml.el: do.
26654         * gnus-srvr.el: do.
26655
26656         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26657
26658 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26659
26660         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26661         Corrections to custom-manual links.
26662
26663         * gnus-art.el (gnus-article): Ditto.
26664
26665         * mm-decode.el (mime-display, mime-security): Ditto.
26666
26667 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26668
26669         * flow-fill.el: Typo.
26670
26671 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26672
26673         * spam-wash.el: New file.
26674
26675 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26676
26677         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26678
26679 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26680
26681         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26682         to be run with new-articles as LIST1, not LIST2.
26683         (spam-registration-functions): Add spam-use-ham-copy as a nil
26684         registration backend.
26685
26686 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26687
26688         * spam-stat.el (spam-stat-washing-hook): New option.
26689         (spam-stat-buffer-words): Use it.
26690         (spam-stat-process-directory, spam-stat-test-directory):
26691         Use insert-file-contents-literally.
26692         (spam-stat-coding-system): New variable.
26693         (spam-stat-load, spam-stat-save): Use it.
26694
26695 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26696
26697         * spam-report.el (spam-report-plug-agent):
26698         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26699
26700 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26701
26702         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26703         Allow / in mailto URLs.
26704
26705 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26706
26707         * spam-report.el (spam-report-process-queue): Fix interactive use.
26708         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26709         (spam-report-unplug-agent): Doc fixes.
26710         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26711         (spam-report-agentize, spam-report-deagentize): Autoload.
26712
26713 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26714
26715         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26716
26717         * message.el (message-setup-fill-variables): Add mml tags to
26718         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26719         <ajk@iu.edu>.
26720         (message-mode): Don't modify paragraph-separate there.
26721
26722 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26723
26724         * compface.el (uncompface-use-external): Default to undecided.
26725         (uncompface-use-external-threshold): New variable.
26726         (uncompface-float-time): New macro.
26727         (uncompface): Determine whether to use the external decoder if
26728         uncompface-use-external is undecided.
26729
26730 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26731
26732         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26733         after images.
26734
26735         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26736
26737 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26738
26739         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26740
26741         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26742
26743         * gnus-sum.el (gnus-summary-limit-to-age)
26744         (gnus-summary-limit-children): do.
26745
26746         * gnus-int.el (gnus-request-scan): do.
26747
26748         * gnus-group.el (gnus-group-suspend): do.
26749
26750         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26751
26752         * gnus-cite.el (gnus-cite-parse-attributions): do.
26753
26754         * gnus-agent.el (gnus-summary-set-agent-mark)
26755         (gnus-agent-regenerate-group): do.
26756
26757         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26758
26759         * binhex.el (binhex-decode-region-internal): do.
26760
26761 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26762
26763         * gnus-fun.el (gnus-face-properties-alist): New user option.
26764         (gnus-display-x-face-in-from): Use it.
26765
26766         * gnus-art.el (article-display-face): Ditto.
26767
26768         * compface.el (uncompface-use-external): Default to nil.
26769
26770 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26771
26772         * nntp.el (nntp-erase-buffer): New function.
26773         (nntp-retrieve-data, nntp-send-command)
26774         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26775         (nntp-possibly-change-group): Use it.
26776
26777         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26778         Use with-current-buffer.
26779
26780 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26781
26782         * compface.el: Merge the ELisp-based uncompface program.
26783         (compface): New customization group.
26784         (uncompface-use-external): New user option.
26785         (uncompface): Call uncompface-internal if uncompface-use-external
26786         is nil.
26787         (uncompface-internal): New function.  Note that there are also
26788         some other functions and variables added for this function.
26789
26790 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26791
26792         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26793         if necessary.
26794
26795 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26796
26797         * spam-report.el (spam-report-unplug-agent)
26798         (spam-report-plug-agent, spam-report-deagentize)
26799         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26800         Add support for the Agent in spam-report: when unplugged, report to a
26801         file; when plugged, submit all the requests.
26802
26803         * spam.el (spam-register-routine): Fix message about
26804         registration.
26805
26806 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26807
26808         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26809         dependencies.
26810         (rfc2047-encode): Use it.
26811
26812         * gnus-art.el (gnus-button-marker-list): Move before first
26813         reference.
26814
26815         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26816         (imap-parse-body): Fix format string mismatch.
26817
26818         * gnus-score.el (gnus-summary-increase-score): do.
26819
26820         * nnrss.el (nnrss-close): New function.
26821
26822 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26823
26824         * nnrss.el (nnrss-make-filename): New function.
26825         (nnrss-request-delete-group, nnrss-read-server-data)
26826         (nnrss-save-server-data, nnrss-read-group-data)
26827         (nnrss-save-group-data): Use it.
26828         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26829         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26830         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26831
26832 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26833
26834         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26835
26836 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26837
26838         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26839         files.
26840
26841         * message.el (message-generate-headers-first): Don't quote nil
26842         and t in docstrings.
26843
26844         * imap.el (imap-id): do.
26845
26846         * gnus-agent.el (gnus-agent-consider-all-articles)
26847         (gnus-agent-queue-mail): do.
26848
26849 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26850
26851         * spam-report.el (spam-report-process-queue): New function.
26852         Process requests from `spam-report-requests-file'.
26853         (spam-report-process-queue): Doc fix.
26854
26855 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26856
26857         * spam.el (spam-register-routine)
26858         (spam-log-processing-to-registry, spam-log-registered-p)
26859         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26860         Change "check" to "spam-check" for semi-clarity.
26861
26862 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26863
26864         * pop3.el: Require nnheader.
26865
26866         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26867
26868         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26869
26870         * gnus-picon.el: Require cl.
26871
26872         * gnus-fun.el: Require gnus-ems and gnus-util.
26873
26874         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26875
26876         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26877
26878         * gnus-art.el (gnus-article-edit-mode): Define before first
26879         reference.
26880
26881 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26882
26883         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26884         (gnus-uu-post-encoded): Use point-at-bol.
26885
26886         * gnus-topic.el (gnus-group-active-topic-p): do.
26887
26888         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26889
26890         * gnus-group.el (gnus-group-kill-region): do.
26891
26892         * gnus-art.el (article-date-ut): do.
26893
26894         * message.el (message-fetch-field): Remove redundant
26895         case-fold-search binding.
26896         (message-narrow-to-field): Simplify.
26897
26898 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26899
26900         * spam.el (spam-directory): Derive from `gnus-directory'.
26901
26902         * spam-report.el (spam-report-url-to-file)
26903         (spam-report-requests-file): New function and variable for offline
26904         reporting.
26905         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26906         and user defined function.
26907         (spam-report-url-ping-mm-url): Remove doubled slash.
26908
26909 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26910
26911         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26912
26913 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26914
26915         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26916         Fix format string mismatch.
26917
26918         * sieve.el (sieve-deactivate-all): do.
26919
26920         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26921
26922         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26923
26924         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26925
26926         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26927
26928 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26929
26930         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26931         the list of checks.
26932
26933 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26934
26935         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26936         padding.
26937
26938 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26939
26940         * mm-view.el (mm-fill-flowed): New variable.
26941         (mm-inline-text): Use it.
26942
26943 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26944
26945         * spam.el (spam-spamassassin-register-ham-routine)
26946         (spam-spamassassin-register-spam-routine): Fix function names.
26947
26948 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26949
26950         * gnus.el (gnus-tmp-grouplens): Remove.
26951         (gnus-summary-line-format): Remove grouplens.
26952
26953         * gnus-group.el (gnus-group-line-format): Ditto.
26954
26955         * gnus-spec.el (gnus-format-specs): Ditto.
26956         (gnus-update-format-specifications): Flush the group format spec
26957         cache if there's the grouplens stuff.
26958         (gnus-parse-simple-format): Replace %l with the empty string.
26959
26960 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26961
26962         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26963         omission.
26964
26965 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26966
26967         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26968         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26969
26970 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26971
26972         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26973         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26974         New macros and functions.
26975         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26976         Handle > NLINK_MAX messages.
26977         * nnmaildir.el (nnmaildir-request-set-mark):
26978         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26979
26980 2004-01-25  Alex Schroeder  <alex@gnu.org>
26981
26982         * spam-stat.el (spam-stat-process-directory-age): New option.
26983         (spam-stat-process-directory): Use it.
26984
26985 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26986
26987         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26988         (spam-stat-save): Accept prefix argument.
26989
26990 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26991
26992         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26993         links" error.
26994
26995 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26996
26997         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26998         the rest of the and/or forms.
26999
27000 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27001
27002         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27003         compatibility with old .newsrc.eld files.
27004
27005         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27006
27007         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27008
27009         * gnus-start.el (gnus-1): do.
27010
27011         * gnus-group.el (gnus-group-line-format-alist): do.
27012
27013         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27014
27015         * gnus-gl.el: Remove.
27016
27017 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27018
27019         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27020         marks consisting of a single range {for example, (3 . 5)} rather
27021         than a list of a single range { ((3 . 5)) }.
27022
27023 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27024
27025         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27026         Use with-current-buffer.
27027         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27028         avoid consing a string.
27029
27030         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27031         Remove obsolete entries for big5 and gb2312.
27032
27033 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27034
27035         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27036         uncompressed list.
27037
27038 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27039
27040         * spam-stat.el (spam-stat-strip-xref): New function.
27041         (spam-stat-process-directory): Use it.
27042
27043         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27044         here -- it's done in message-fetch-field.
27045
27046 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27047
27048         * gnus-agent.el (gnus-agent-queue-mail)
27049         (gnus-agent-prompt-send-queue): New variables.
27050         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27051         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27052         "nndraft:queue" along to gnus-draft-send.
27053         Use gnus-agent-prompt-send-queue.
27054         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27055         is "nndraft:queue".  Suggested by Gaute Strokkenes
27056         <gs234@srcf.ucam.org>
27057
27058         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27059         (agent-enable-undownloaded-faces): Add.
27060         (gnus-agent-cat-groups): Use eval-and-compile, not
27061         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27062         method of gnus-agent-cat-groups even when the buffer has been
27063         evaled.
27064         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27065         delete gnus-agent-save-active-1.
27066         (gnus-agent-save-groups): Delete.  Identical to
27067         gnus-agent-save-active.
27068         (gnus-agent-write-active): No longer adjust agent's copy of active
27069         file as agent's adjustments are now stored in their own
27070         file.  Remove optional parameter.
27071         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27072         servers.  Add use of min/max range limits from server's local
27073         file.
27074         (gnus-agent-save-alist): Remove unused optional argument.
27075         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27076         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27077         (gnus-agent-set-local): A per-server file that keeps min/max range
27078         limits for articles known to the agent.  Provides a fast mechanism
27079         for altering many active ranges.
27080         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27081         active file (local makes it unnecessary).
27082         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27083
27084         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27085         (agent-enable-undownloaded-faces): Add.
27086
27087         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27088         disable it when sending to "nndraft:queue".
27089         (gnus-group-send-queue): Add safety check to avoid sending queue
27090         when unplugged.
27091
27092         * gnus-group.el (gnus-group-catchup): Use new
27093         gnus-sequence-of-unread-articles, not
27094         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27095         numbers of articles.  Use gnus-range-map to avoid having to
27096         uncompress the unread list.
27097         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27098         Fix invalid ange-ftp reference.
27099
27100         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27101         (gnus-sorted-range-intersection): Intersection of two ranges
27102         without requiring that they first be uncompressed.
27103
27104         * gnus-start.el (gnus-activate-group): Unless blocked by the
27105         caller, possibly expand the active range to include both cached
27106         and agentized articles.
27107         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27108         multiple version-dependent converters.
27109         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27110         gnus-agent-save-active.
27111         (gnus-save-newsrc-file): Save dirty agent range limits.
27112
27113         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27114         gnus-agent-possibly-alter-active.
27115         (gnus-adjust-marked-articles): Faster handling of simple lists.
27116
27117 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27118
27119         * spam-stat.el (spam-stat-test-directory): New optional argument
27120         displays a list of files detected.  Suggested by Andrew Cohen
27121         <cohen@andy.bu.edu>.
27122         (spam-stat-buffer-words-with-scores): Don't narrow and change
27123         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27124
27125 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27126
27127         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27128         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27129         (spam-spamassassin-arguments)
27130         (spam-spamassassin-spam-flag-header)
27131         (spam-spamassassin-positive-spam-flag-header)
27132         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27133         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27134         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27135         (spam-list-of-processors, spam-list-of-checks)
27136         (spam-list-of-statistical-checks, spam-registration-functions)
27137         (spam-check-spamassassin-headers, spam-check-spamassassin)
27138         (spam-spamassassin-score)
27139         (spam-spamassassin-register-with-sa-learn)
27140         (spam-spamassassin-register-spam-routine)
27141         (spam-spamassassin-register-ham-routine)
27142         (spam-assassin-register-spam-routine)
27143         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27144         (spam-bogofilter-score): Fix to show article before scoring.
27145
27146 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27147
27148         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27149         default scoring function.
27150         (spam-generic-score): Call spam-spamassassin-score if
27151         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27152         spam-bogofilter-score otherwise.
27153
27154         * gnus.el (spam-process, spam-autodetect-methods):
27155         Add spamassassin and spamassassin-headers.
27156
27157 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27158
27159         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27160         Suppress unnecessary messages.
27161
27162 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27163
27164         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27165         make-hash-table.
27166
27167 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27168
27169         * canlock.el (base64-encode-string): Don't autoload it.
27170
27171 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27172
27173         * run-at-time.el: Remove useless (require 'itimer),
27174         eval-and-compile and (featurep 'xemacs).
27175
27176 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27177
27178         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27179         GROUP is a virtual group.
27180
27181 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27182
27183         * gnus.el: Autoload `message-y-or-n-p'.
27184
27185 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27186
27187         * pgg-parse.el: Remove unnecessary (require 'custom).
27188
27189         * pgg-def.el: do.
27190
27191         * nnmail.el: do.
27192
27193         * gnus-undo.el: do.
27194
27195         * gnus-picon.el: do.
27196
27197         * gnus-util.el: do.
27198
27199 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27200
27201         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27202
27203 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27204
27205         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27206         handle, as well as a list.
27207
27208         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27209         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27210         (mm-w3m-cid-retrieve): Simplify.
27211
27212 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27213
27214         * message.el (message-kill-to-signature): Allow prefix arg to
27215         specify number of lines to keep before signature.
27216
27217 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27218
27219         * message.el (message-kill-to-signature): Change docstring.
27220
27221 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27222
27223         * canlock.el: Always require sha1-el.
27224         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27225
27226         * message.el: Autoload sha1 only when compiling.
27227
27228         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27229         eudc-expand-inline for XEmacs.
27230
27231 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27232
27233         * message.el (message-canlock-generate): Require sha1-el.
27234
27235 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27236
27237         * message.el (message-expand-name): Silence the byte compiler.
27238
27239         * lpath.el: Add detect-coding-system.
27240
27241         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27242         cus-edit.
27243
27244 2004-01-13  Simon Josefsson  <jas@extundo.com>
27245
27246         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27247         Invoke gnus-score-mode.
27248         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27249
27250         * gnus-range.el (gnus-compress-sequence): Doc fix.
27251         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27252
27253 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27254
27255         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27256
27257 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27258
27259         * spam.el (spam-get-article-as-string): Update to use
27260         gnus-request-article-this-buffer, much simpler.
27261         (spam-get-article-as-buffer): Remove.
27262
27263 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27264
27265         * message.el (message-expand-name): Use EUDC if the user uses that.
27266
27267 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27268
27269         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27270         character for the encoding to avoid consing a string.
27271
27272         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27273         unnecessarily.
27274
27275         * mm-util.el (mm-replace-chars-in-string): Remove.
27276
27277         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27278         of mm-replace-chars-in-string.
27279
27280 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27281
27282         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27283
27284         * mm-util.el (mm-subst-char-in-string): Support inplace.
27285
27286         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27287         a new string in every iteration.  Use shy groups.
27288
27289 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27290
27291         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27292         * gnus-soup.el (gnus-soup-group-brew):
27293         * gnus-msg.el (gnus-put-message):
27294         * gnus-move.el (gnus-group-move-group-to-server):
27295         * gnus-kill.el (gnus-batch-score):
27296         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27297         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27298         (gnus-group-update-group, gnus-group-read-group)
27299         (gnus-group-make-group, gnus-group-make-help-group)
27300         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27301         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27302         (gnus-group-sort-by-unread, gnus-group-catchup)
27303         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27304         (gnus-group-yank-group, gnus-group-set-info)
27305         (gnus-group-list-groups):
27306         * gnus.el (gnus-generate-new-group-name):
27307         * gnus-delay.el (gnus-delay-send-queue):
27308         * nnvirtual.el (nnvirtual-catchup-group):
27309         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27310         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27311         (gnus-group-prepare-topics, gnus-topic-check-topology):
27312         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27313         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27314         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27315         (gnus-group-make-articles-read):
27316         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27317         (gnus-group-change-level, gnus-kill-newsgroup)
27318         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27319         (gnus-get-unread-articles, gnus-make-articles-unread)
27320         (gnus-make-ascending-articles-unread): Use accessor
27321         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27322         to get group information for improved readability.
27323
27324
27325 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27326
27327         * gnus-art.el (article-decode-mime-words, article-babel)
27328         (gnus-article-highlight-signature, gnus-article-add-buttons)
27329         (gnus-signature-toggle): Use gnus-with-article-buffer.
27330
27331         * gnus-art.el (gnus-article-highlight-headers)
27332         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27333
27334         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27335         (gnus-article-set-globals, gnus-request-article-this-buffer)
27336         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27337         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27338         (gnus-mime-display-alternative): Use with-current-buffer.
27339
27340 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27341
27342         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27343         also under 80 char limit, and call gnus-error if needed.
27344         (spam-fetch-article-header): Fix - it was a
27345         buffer-local variable (gnus-newsgroup-data).
27346         (spam-find-spam): Use spam-generate-fake-headers, forget about
27347         spam-insert-fake-headers.
27348         (spam-insert-fake-headers): Remove.
27349
27350 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27351
27352         * deuglify.el (gnus-article-outlook-unwrap-lines)
27353         (gnus-outlook-rearrange-article)
27354         (gnus-outlook-repair-attribution-outlook)
27355         (gnus-outlook-repair-attribution-block)
27356         (gnus-outlook-repair-attribution-other): Remove redundant
27357         save-excursion.
27358
27359 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27360
27361         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27362         (spam-fetch-field-subject-fast)
27363         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27364         (spam-fetch-article-header): Add functions to deal with Gnus
27365         internals for fast retrieval of article header data.
27366         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27367
27368 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27369
27370         * pop3.el (pop3-md5): Remove.
27371         (pop3-apop): Replace pop3-md5 with md5.
27372
27373         * mm-bodies.el: base64 is always built-in.
27374
27375         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27376         Use with-current-buffer.
27377
27378 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27379
27380         * canlock.el (canlock-insert-header): Remove excessive grouping in
27381         regexp.
27382
27383         * gnus-sum.el (gnus-summary-read-document): Ditto.
27384
27385         * gnus-uu.el (gnus-uu-part-number): Ditto.
27386
27387         * html2text.el (html2text-remove-tags): Ditto.
27388         (html2text-format-tags): Ditto.
27389         (html2text-format-single-elements): Ditto.
27390
27391         * mml.el (mml-parse-1): Ditto.
27392
27393 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27394
27395         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27396
27397         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27398
27399         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27400
27401         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27402
27403 2003-11-15  Simon Josefsson  <jas@extundo.com>
27404
27405         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27406         (pgg-gpg-lookup-key): Use regexp match instead of
27407         split-string (split-string is different between emacs 21.2 and
27408         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27409
27410 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27411
27412         * gnus-art.el (gnus-mime-view-all-parts)
27413         (gnus-article-part-wrapper, gnus-article-view-part):
27414         Use with-current-buffer.
27415
27416 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27417
27418         * spam.el (spam-disable-spam-split-during-ham-respool)
27419         (spam-spamoracle-database, spam-cache-lookups)
27420         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27421         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27422         (spam-group-ham-marks, spam-group-spam-marks)
27423         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27424         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27425         also add spam-use-blackholes to the statistical checks.
27426         (spam-fetch-field-fast): Add interface to fetching fields, may
27427         become a macro.
27428         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27429         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27430         (spam-insert-fake-headers): Fake an article when needed.
27431         (spam-find-spam): Fake article when possible.
27432         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27433         (spam-check-bogofilter-headers): Use message-fetch-field instead
27434         of nnmail-fetch-field.
27435
27436 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27437
27438         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27439
27440 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27441
27442         * spam.el (spam-split): Do not require spam-use-CHECK to be
27443         enabled if that check is passed to spam-split explicitly; also
27444         fix so 'spam doesn't get converted to spam-split-group when
27445         spam-split-symbolic-return is t.
27446         (spam-find-spam): Find registrations of the article and use those
27447         instead of re-running spam-split to find the spam/ham
27448         classification of the article.
27449         (spam-log-processing-to-registry, spam-log-registered-p)
27450         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27451         Use gnus-error instead of gnus-message.
27452         (spam-log-registration-type): Add function to determine the
27453         classification of a message based on registry entries; will
27454         return nil if both 'spam and 'ham are found.
27455         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27456         a reasonably fast local cache without the loading errors.
27457         (spam-cache-lookups): Set to t by default.
27458         (spam-find-spam): Don't try to guess spam-cache-lookups.
27459         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27460         spam-caches entry.
27461         (spam-filelist-build-cache, spam-filelist-check-cache):
27462         Fix caching of whitelist/blacklist entries.
27463         (spam-check-whitelist, spam-check-blacklist):
27464         Invoke spam-from-listed-p with a type, not a cache variable.
27465         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27466
27467 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27468
27469         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27470
27471         * nnmail.el (nnmail-split-fancy): do.
27472
27473         * mml.el (mml-parse): do.
27474
27475         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27476         (gnus-score-adaptive): do.
27477
27478 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27479
27480         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27481         (gnus-mime-button-map): Don't set keymap parent.
27482         (gnus-button-ctan-directory-regexp): Use shy grouping.
27483         (gnus-prev-page-map): Don't set keymap parent.
27484         (gnus-prev-page-map): Remove duplicated one.
27485         (gnus-next-page-map): Don't set keymap parent.
27486         (gnus-mime-security-button-map): Ditto.
27487
27488         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27489         version number.
27490
27491         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27492
27493 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27494
27495         * canlock.el (canlock-sha1-function): Remove.
27496         (canlock-sha1-function-for-verify): Remove.
27497         (canlock-openssl-program): Remove.
27498         (canlock-openssl-args): Remove.
27499         (canlock-ignore-errors): Remove.
27500         (canlock-sha1-with-openssl): Remove.
27501         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27502         (canlock-verify): Don't use canlock-ignore-errors.
27503
27504         * sha1-el.el (sha1-string-external): Make it can return a string
27505         in binary form.
27506         (sha1-region-external): Ditto.
27507         (sha1-string-internal): Ditto.
27508         (sha1-region-internal): Ditto.
27509         (sha1-region): Ditto.
27510         (sha1-string): Ditto.
27511         (sha1): Ditto.
27512
27513 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27514
27515         * spam.el (spam-report-articles-gmane): New command.
27516
27517 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27518
27519         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27520
27521         * run-at-time.el (run-at-time-saved): Remove.
27522         (run-at-time): Doc fix.
27523
27524 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27525
27526         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27527         (gnus-summary-limit-map): Add it.
27528         (gnus-summary-make-menu-bar): do.
27529
27530 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27531
27532         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27533         Make attempt at some caching support (done for BBDB only now).
27534         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27535         addresses to be checked.
27536         (spam-clear-cache-BBDB): Add function, to be invoked by
27537         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27538         (spam-check-BBDB): Check and use the caches, if
27539         spam-cache-lookups is on, remove superfluous (provide).
27540
27541 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27542
27543         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27544
27545 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27546
27547         * run-at-time.el (run-at-time-saved): Move to after the definition
27548         of `run-at-time'.
27549
27550         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27551
27552 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27553
27554         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27555         mm-w3m-local-map-property.
27556
27557         * mm-view.el (mm-w3m-mode-map): Remove.
27558         (mm-w3m-local-map-property): Remove.
27559         (mm-inline-text-html-render-with-w3m): Don't use
27560         mm-w3m-local-map-property.
27561
27562 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27563
27564         * run-at-time.el: New file.
27565
27566         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27567         under Emacs.
27568
27569         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27570         of gnus-set-text-properties.
27571
27572         * gnus-uu.el (gnus-uu-save-article): Ditto.
27573
27574         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27575
27576         * gnus-cite.el (gnus-cite-parse): Ditto.
27577
27578         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27579         of gnus-.
27580
27581         * gnus-xmas.el (run-at-time): Require run-at-time.
27582
27583         * gnus.el: Change calls to nnheader-run-at-time and
27584         password-run-at-time throughout to use run-at-time directly.
27585
27586         * password.el: Remove definition of run-at-time.
27587
27588         * nnheaderxm.el: Remove definition of run-at-time.
27589
27590 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27591
27592         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27593         in prompt.
27594
27595 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27596
27597         * messagexmas.el (message-xmas-redefine): Alias
27598         `message-make-caesar-translation-table' to
27599         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27600         version.
27601
27602         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27603         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27604         `gnus-xmas-set-text-properties'.
27605         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27606         `gnus-xmas-completing-read'.
27607         (gnus-xmas-completing-read): Removed.
27608         (gnus-xmas-open-network-stream): Removed.
27609
27610         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27611         XEmacs version.
27612
27613         * dns.el (dns-make-network-process): Use `open-network-stream'
27614         instead of `gnus-xmas-open-network-stream'.
27615
27616         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27617
27618         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27619
27620 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27621
27622         * gnus-art.el (gnus-mime-display-alternative)
27623         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27624         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27625         Don't use gnus-local-map-property.
27626
27627         * gnus-util.el (gnus-local-map-property): Remove.
27628
27629         * mm-view.el (mm-view-pkcs7-decrypt):
27630         Replace gnus-completing-read-maybe-default with completing-read.
27631
27632         * gnus-util.el (gnus-completing-read): do.
27633         (gnus-completing-read-maybe-default): Remove.
27634
27635 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27636
27637         * password.el: Only autoload `run-at-time' if not XEmacs.
27638         Only autoload the itimer functions if XEmacs.
27639
27640 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27641
27642         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27643         XEmacsen.
27644
27645         * dgnushack.el: Autoload executable-find for XEmacs.
27646
27647 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27648
27649         * gnus-art.el (gnus-read-string): Remove.
27650         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27651         read-string.
27652
27653 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27654
27655         * netrc.el: Autoload password-read.
27656         (netrc): Add configuration group.
27657         (netrc-encoding-method, netrc-openssl-path):
27658         Add variables for encoding and decoding of files with symmetric
27659         ciphers.
27660         (netrc-encode): Add assistant function to encode a file with
27661         netrc-encoding-method.
27662         (netrc-parse): Add interactive parameter, added optional
27663         decoding if netrc-encoding-method is non-nil but otherwise
27664         behavior is standard.
27665         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27666         Do s/encode/encrypt/ everywhere.
27667
27668         * spam.el: Remove executable-find autoload.
27669
27670 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27671
27672         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27673
27674         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27675
27676 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27677
27678         * gnus-art.el (gnus-treat-ansi-sequences)
27679         (article-treat-ansi-sequences): New variable and function.
27680         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27681
27682         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27683         Use it.
27684
27685 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27686
27687         * mm-util.el (mm-quote-arg): Remove.
27688
27689         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27690         shell-quote-argument.
27691
27692         * gnus-uu.el (gnus-uu-command): do.
27693
27694         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27695
27696         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27697         with make-char.
27698
27699         * mm-util.el (mm-make-char): Remove.
27700
27701         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27702         add-minor-mode.
27703
27704         * gnus-undo.el (gnus-undo-mode): do.
27705
27706         * gnus-topic.el (gnus-topic-mode): do.
27707
27708         * gnus-sum.el (gnus-dead-summary-mode): do.
27709
27710         * gnus-start.el (gnus-slave-mode): do.
27711
27712         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27713
27714         * gnus-ml.el (gnus-mailing-list-mode): do.
27715
27716         * gnus-gl.el (gnus-grouplens-mode): do.
27717
27718         * gnus-draft.el (gnus-draft-mode): do.
27719
27720         * gnus-dired.el (gnus-dired-mode): do.
27721
27722         * gnus-ems.el (gnus-add-minor-mode): Remove.
27723
27724         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27725         Replace gnus-char-width with char-width.
27726
27727         * gnus-ems.el (gnus-char-width): Remove.
27728
27729         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27730         Replace gnus-char-width with char-width.
27731
27732         * gnus-ems.el (gnus-char-width): Remove.
27733
27734         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27735         definition.
27736         Remove Emacs 20 hash table compatibility code.
27737
27738         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27739         20 compatibility code.
27740
27741         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27742
27743         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27744
27745         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27746         Replace with point-at-{eol,bol}.
27747
27748         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27749
27750         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27751
27752         * flow-fill.el (fill-flowed-point-at-bol)
27753         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27754
27755         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27756         Replace with point-at-{eol,bol} throughout all files.
27757
27758 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27759
27760         * ntlm.el (ntlm-string-as-unibyte): New macro.
27761         (ntlm-build-auth-response): Use it.
27762
27763         Remove Emacs 20 stuff:
27764         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27765         (butlast, mapc, remove): Remove the compiler macros.
27766         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27767         of delq and copy-sequence.
27768         * gnus-art.el (popup-menu): Remove the compiler macro.
27769         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27770         Emacs 20.
27771
27772 2004-01-05  Simon Josefsson  <jas@extundo.com>
27773
27774         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27775         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27776         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27777         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27778         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27779         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27780         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27781         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27782         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27783         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27784         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27785         string-xor into ntlm-string-xor.
27786         Suggested by Jesper Harder <harder@myrealbox.com>.
27787
27788         * ntlm.el: Don't include poem.
27789
27790         * md4.el (print-int32, print-string-hexa): Remove.
27791         Suggested by Jesper Harder <harder@myrealbox.com>.
27792
27793         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27794
27795         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27796         probably breaks emacs with DL patch, but do we care? Is anyone
27797         still using the DL stuff?)
27798
27799         * sieve-manage.el: Use the password package.
27800         (sieve-manage-read-passwd): Remove.
27801         (sieve-manage-interactive-login): Use password.  Re-add
27802         condition-case around loop.
27803
27804         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27805         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27806         Use the password package.
27807
27808 2003-02-19  Simon Josefsson  <jas@extundo.com>
27809
27810         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27811         token.
27812
27813 2002-08-07  Simon Josefsson  <jas@extundo.com>
27814
27815         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27816         (sieve-manage-authenticators)
27817         (sieve-manage-authenticator-alist): Add some SASL mechs.
27818         (sieve-sasl-auth): New function.
27819         (sieve-manage-cram-md5-auth)
27820         (sieve-manage-plain-auth): Rewrite using SASL library.
27821         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27822         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27823         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27824         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27825
27826 2004-01-05  Simon Josefsson  <jas@extundo.com>
27827
27828         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27829         New files.
27830
27831 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27832
27833         * gnus-group.el (gnus-no-groups-message): Update.
27834
27835         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27836
27837 2003-11-09  Simon Josefsson  <jas@extundo.com>
27838
27839         * imap.el: Support for ID IMAP extension (RFC 2971).
27840         (imap-local-variables): Add imap-id.
27841         (imap-id): New variable.
27842         (imap-id): New function.
27843         (imap-parse-response): Parse untagged ID response.
27844         * nnimap.el (nnimap-id): New variable.
27845         (nnimap-open-connection): Use it.
27846
27847 2003-12-28  Simon Josefsson  <jas@extundo.com>
27848
27849         * gnus-score.el (gnus-score-edit-all-score): New.
27850         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27851
27852 2004-01-04  Simon Josefsson  <jas@extundo.com>
27853
27854         * password.el: Add.
27855
27856 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27857
27858         * dns.el (dns-query-types): Fix typo.
27859         (dns-query-types): New function.
27860         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27861         PTR and SOA replies, see RFC 1035.
27862
27863 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27864
27865         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27866
27867         * Move to Changelog.2.
27868
27869 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27870
27871         * gnus.el (gnus-version-number): Bump version.
27872
27873 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27874
27875         * gnus.el: No Gnus v0.1 is released.
27876
27877 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27878
27879         * gnus.el: No Gnus v0.0 is released.
27880
27881 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27882
27883         * gnus.el (gnus-version-number): Bump.
27884         (gnus-version): No.
27885
27886 See ChangeLog.2 for earlier changes.
27887
27888   Copyright (C) 2004-2015 Free Software Foundation, Inc.
27889
27890   This file is part of GNU Emacs.
27891
27892   GNU Emacs is free software: you can redistribute it and/or modify
27893   it under the terms of the GNU General Public License as published by
27894   the Free Software Foundation, either version 3 of the License, or
27895   (at your option) any later version.
27896
27897   GNU Emacs is distributed in the hope that it will be useful,
27898   but WITHOUT ANY WARRANTY; without even the implied warranty of
27899   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27900   GNU General Public License for more details.
27901
27902   You should have received a copy of the GNU General Public License
27903   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27904
27905 ;; Local Variables:
27906 ;; coding: utf-8
27907 ;; fill-column: 79
27908 ;; add-log-time-zone-rule: t
27909 ;; End: