12c0d1120e1cff0e1e37fbff45605b7dd1c19494
[gnus] / lisp / ChangeLog
1 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
2
3         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
4
5         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
6
7         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
8         be added to the backlog.
9
10 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
11
12         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
13         target with a recursive make call.
14
15 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
16
17         * nnimap.el (nnimap-header-parameters): Refactor and request
18         X-GM-LABELS if it's been announced.
19         (nnimap-transform-headers): Gather and output GM-LABELS.
20
21 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
22
23         * mm-decode.el (mm-display-part): Make non-string methods work.
24         Non-string methods are funcalled and work just fine, the test was
25         bogus.
26         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
27         whole frame.
28
29 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
30
31         * nnimap.el (nnimap-request-accept-article): Allow respooling using
32         nnimap.
33
34         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
35         request rescans when being run interactively.
36
37         * nnimap.el (nnimap-request-group): Don't rescan the group here,
38         because that can be very slow in large groups.
39
40         * gnus-int.el (gnus-request-group-scan): New backend function.
41
42         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
43
44 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
45
46         * gnus-group.el (gnus-group-suspend): Close all backends.
47
48 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
49
50         * dgnushack.el (dgnushack-compile-file): New function.
51         (dgnushack-compile): Use it (bug#19514).
52
53 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
56
57 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
58
59         * registry.el: Don't use <class> as a variable.
60
61 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
62
63         system-name's returned value can vary
64         Also, the system-name variable is now obsolete.
65         Fixes Bug#19438.
66         * message.el (message-make-fqdn):
67         * nnvirtual.el (nnvirtual-retrieve-headers)
68         (nnvirtual-update-xref-header):
69         Prefer (system-name) to system-name, and avoid naming
70         locals 'system-name'.
71
72 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
73
74         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
75         lines don't get overlong when responding.
76
77 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * registry.el (cl-remf, cl-loop, cl-subseq):
80         Alias to remf, loop, and subseq respectively for old Emacsen.
81
82 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
83
84         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind
85         coding-system-for-read and coding-system-for-write only around
86         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
87
88 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
89
90         * registry.el (registry-db): Set default slot later.
91         This is because its value is not a literal integer.
92
93 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
94
95         * registry.el (registry-db): Fix default registry-db max-size.
96
97 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
98
99         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
100         add warning.
101
102         * gnus-art.el: Fix up compiler warnings.
103         (article-display-face, article-display-x-face): Remove unused `face'.
104         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
105         (article-date-ut): Remove unused var `first'.
106         (gnus-article-prepare): Remove unused var `gnus-article'.
107         (gnus-mime-save-part-and-strip): Remove unused var `param'.
108         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
109         `coding-system' along with corresponding dead code.
110         (gnus-mime-view-part-externally): Remove unused var
111         `mm-user-display-methods'.
112         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
113         (gnus-display-mime): Remove unused var `handle'.
114         (gnus-mime-display-alternative): Remove unused var `props'.
115         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
116         (gnus-article-edit-done): Remove unused var `p'.
117         (gnus-url-mailto): Remove unused var `to'.
118         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
119         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
120
121 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
122
123         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
124         slots into a :max-size slot.
125         (registry-db-version): Add new variable for database version number.
126         (registry-prune): Use :max-size slot. Accept and use a sort-function
127         argument.
128         (registry-collect-prune-candidates): Add new function for finding
129         non-precious pruning candidates.
130         (registry-prune-hard-candidates, registry-prune-soft-candidates):
131         Remove obsolete functions.
132         (initialize-instance): Upgrade registry version when starting.
133
134         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
135         (gnus-registry-max-pruned-entries): Remove obsolete variable.
136         (gnus-registry-cache-file): Change default
137         filename extension to "eieio".
138         (gnus-registry-read): Add new function, split out from
139         `gnus-registry-load', that does the actual object reading.
140         (gnus-registry-load): Use it. Add condition case handler to check for
141         old filename extension and rename to the new one.
142         (gnus-registry-default-sort-function): New variable to specify a sort
143         function to use when pruning.
144         (gnus-registry-save, gnus-registry-insert): Use it.
145         (gnus-registry-sort-by-creation-time): Define a default sort function.
146
147         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
148         Adjust test for new object signature.
149         (gnustest-registry-pruning-test): Add new pruning test.
150         (gnustest-registry-sort-function): Default sort function for testing.
151         (gnustest-registry-pruning-sort-test): New test for sorting.
152
153 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * gnus-art.el (gnus-article-mime-handles): Refactored out into own
156         function for reuse.
157         (gnus-mime-buttonize-attachments-in-header): Adjusted.
158
159 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * message.el (message-change-subject): Really check whether the subject
162         changed.
163
164 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
167         PDFs.
168         (mailcap-view-mime): New function.
169
170 2014-12-01  Glenn Morris  <rgm@gnu.org>
171
172         * gnus-cloud.el (gnus-cloud): Add :version tag.
173
174 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * gnus-art.el (gnus-use-idna):
177         * gnus-sum.el (gnus-summary-idna-message):
178         * message.el (message-use-idna):
179         Protect against nil value for idna-program.
180
181         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
182
183 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
184
185         * auth-source.el (auth-source-macos-keychain-search-items): Return
186         result of `auth-source-macos-keychain-result-append' (bug#19074).
187
188 2014-11-25  Glenn Morris  <rgm@gnu.org>
189
190         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
191         Add :version tag.
192
193 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * pop3.el (pop3-open-server): Warn unless encrypted.
196
197         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
198
199 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
200
201         Port new time stamp handling to Emacs 23.2.
202         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
203         * time-date.el (time-add, time-subtract, time-less-p):
204         Use eval-and-compile, not eval-when-compile.
205
206 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
207
208         * message.el (message-valid-fqdn-regexp): Add non-internaional new
209         TLDs.
210
211 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
212
213         Port new time stamp handling to old Emacs and to XEmacs.
214         This is needed for Gnus, which copies time-date.el and which
215         runs on older Emacs implementations.
216         * time-date.el (with-decoded-time-value):
217         Handle 'nil' and floating-point arg more compatibly with new Emacs.
218         (encode-time-value, with-decoded-time-value):
219         Obsolete only if new Emacs.
220         (time-add, time-subtract, time-less-p): Define if not new Emacs.
221
222         Improve time stamp handling, and be more consistent about it.
223         This implements a suggestion made in:
224         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
225         Among other things, this means timer.el no longer needs to
226         autoload the time-date module.
227         * time-date.el (seconds-to-time, days-to-time, time-since)
228         (with-decoded-time-value):
229         Treat 'nil' as current time.  This is mostly for XEmacs.
230         (encode-time-value, with-decoded-time-value): Obsolete.
231         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
232         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
233
234 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
237         discarding changes in ephemeral groups.
238
239         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
240         things the user isn't interested in.
241
242 2014-11-13  Julien Danjou  <jd@abydos>
243
244         * gnus-notifications.el (gnus-notifications-notify): Provide both
245         app-icon and image-path.
246
247 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
248
249         * mm-url.el (mm-url-encode-multipart-form-data):
250         Restore to handle "multipart/form-data" by eww.
251
252 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
253
254         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
255         Landscheidt.
256
257 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
258
259         Simplify use of current-time and friends.
260         * gnus-delay.el (gnus-delay-article):
261         * gnus-sum.el (gnus-summary-read-document):
262         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
263         * message.el (message-make-expires-date):
264         Omit unnecessary call to current-time.
265         * gnus-util.el (gnus-float-time): Simplify to an alias because
266         time-to-seconds now behaves like float-time with respect to nil arg.
267         (gnus-seconds-year): Don't call current-time twice to get the current
268         time stamp, as this can lead to inconsistent results.
269         * time-date.el (time-to-seconds) [!float-time]:
270         Use current time if arg is nil, to be compatible with float-time.
271         (time-date--day-in-year): New function, with most of the guts of
272         the old time-to-day-in-year.
273         (time-to-day-in-year): Use it.
274         (time-to-days): Use it, to avoid decoding the same time stamp twice.
275
276 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * gnus.el (gnus-mode-line-buffer-identification):
279         Don't add image data for a non-graphic display (bug#18813).
280
281 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
284         load-path, it blocks autoloading of find-image (bug#18813).
285
286 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
287
288         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
289         to keep connection open (bug#18728).
290
291 2014-10-20  Glenn Morris  <rgm@gnu.org>
292
293         * Merge in all changes up to 24.4 release.
294
295 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
296
297         * message.el (message-insert-signature): Use `newline' instead of
298         inserting explicit "\n".
299
300 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
301
302         * gnus-icalendar.el: Support vcal format timezones.
303         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
304         compute dates with associated timezone.
305         (gnus-icalendar-event-from-ical): Compute all timezones.
306
307 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
308
309         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
310         check the newsrc.eld file's timestamp before saving it.
311         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
312         timestamp has changed to be newer.
313
314 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
315
316         * gnus-icalendar.el (gnus-icalendar-identities):
317         Include message-alternative-emails.
318
319 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
322         New compatibility functions.
323         (ntlm-build-auth-response): Use them.
324
325 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
326
327         * ntlm.el (ntlm-build-auth-request):
328         Add NTLM2 Session support.  (Bug#15603)
329
330 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
331
332         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
333         expired messages only when it was built in reverse order.
334
335 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
336
337         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
338         last so it can be used in `message-send-hook'.
339
340 2014-09-29  Daiki Ueno  <ueno@gnu.org>
341
342         * mml.el (mml-parse-1): Error out if unknown mode is specified in
343         <#secure> tag (bug#18513).
344
345 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * parse-time.el: Require cl when compiling.
348
349 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         Use cl-lib as much as possible following the 2014-09-26 change
352         in the Emacs trunk.
353         * parse-time.el: Try requiring cl-lib.
354         (parse-time-incf): Alias to cl-incf or incf.
355         (digit-char-p): Remove.
356         (parse-time-integer): Alias to cl-parse-integer or the one defined.
357         (parse-integer): Rename to parse-time-integer.
358         (parse-time-tokenize, parse-time-rules, parse-time-string)
359         Use parse-time-incf and parse-time-integer.
360
361 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
362
363         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
364         of ":delete".
365
366 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * gnus-art.el (gnus-article-browse-html-save-cid-content)
369         (gnus-article-browse-html-parts):
370         Revert last change that breaks links other than cid contents.
371
372 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * gnus-art.el (gnus-article-browse-html-save-cid-content)
375         (gnus-article-browse-html-parts): Make cid file names relative.
376
377 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * mm-view.el (mm-display-inline-fontify): Make the working buffer
380         temporarily displayed when running a mode function (at least org-mode
381         requires it).
382
383 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
384
385         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
386         the gnus-summary-article-expire-hook should be told where the function
387         is going. In particular, the Gnus registry might want to know.
388
389 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
390
391         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
392
393 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
394
395         * gnus-sum.el (gnus-summary-expire-articles): Revert.
396
397 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
398
399         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
400         the gnus-summary-article-expire-hook should be told where the function
401         is going. In particular, the Gnus registry might want to know.
402
403 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
404
405         Don't mishandle year-9999 dates (Bug#18176).
406         * parse-time.el (parse-time-rules):
407         Allow years up to most-positive-fixnum.
408         * time-date.el (date-to-time):
409         Pass "Specified time is not representable" errors through.
410
411 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
412
413         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
414         groups and t.
415
416 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * gnus-utils.el (gnus-recursive-directory-files):
419         Unify hard or symbolic links (bug#18063).
420
421 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
422
423         * gnus-msg.el (gnus-configure-posting-style):
424         Allow string replacements in values when matching against a header.
425
426 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
429         the dribble buffer even when it is shrunk a lot.
430         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
431
432 2014-06-26  Glenn Morris  <rgm@gnu.org>
433
434         * mm-util.el (help-function-arglist): Remove outdated declaration.
435
436 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
437
438         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
439         attribute values.  (Bug#17834)
440
441 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
442
443         * gnus-sum.el (gnus-summary-edit-article-done):
444         Prefer point-marker to copy-marker of point.
445
446 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * Makefile.in (install-el, install-el-elc): Compress .el files.
449         (uninstall): Remove compressed .el files.
450
451 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
454         (gnus-article-read-summary-keys):
455         Don't bug out when there is no article in the summary buffer.
456         (gnus-mime-buttonize-attachments-in-header):
457         Improve criterion that finds parts to display.
458
459         * gnus-art.el (gnus-mm-display-part):
460         * mm-decode.el (mm-shr):
461         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
462         (mm-insert-inline): Revert last changes.
463
464 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * gnus-art.el (gnus-mm-display-part):
467         * mm-decode.el (mm-shr):
468         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
469         (mm-insert-inline): Set insertion type of end-marker, not only
470         start-marker, of undisplayer so as to stay after inserted text.
471
472 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
473
474         * html2text.el (html2text-get-attr): Fix typo when splitting value from
475         attribute. (Bug#17613)
476
477 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
478
479         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
480         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
481
482 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
485         delete next part button; keep spacing between buttons.
486
487 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
490         Work for the last MIME part in an article.
491         (gnus-mime-display-single): Suppress excessive newlines between parts.
492
493         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
494         by leading or trailing newline.
495
496 2014-05-12  Sam Steingold  <sds@gnu.org>
497
498         * time-date.el (seconds-to-string): New function to pretty print time
499         delay in seconds.
500
501 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
504         while prompting a user for a file name, etc.
505         (gnus-mime-display-single): Display part with a common appearance no
506         matter whether MIME button is omitted or not; don't add duplicate entry
507         to gnus-article-mime-handle-alist.
508         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
509
510 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
511
512         * mml2015.el (mml2015-display-key-image): New variable.
513
514 2014-05-08  Glenn Morris  <rgm@gnu.org>
515
516         * gnus-fun.el (gnus-grab-cam-face):
517         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
518         This is CVE-2014-3421.
519
520 2014-05-04  Glenn Morris  <rgm@gnu.org>
521
522         * gnus-registry.el (gnus-registry-install-p): Doc fix.
523
524 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
527         the displaying state of a part.
528         (gnus-mm-display-part): Don't insert a newline in the beginning of
529         a part like gnus-mime-inline-part doesn't; work for XEmacs.
530
531         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
532         (mm-shr): Make undisplayer unbreakable.
533
534         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
535         insert excessive newline.
536         (mm-inline-text-html-render-with-w3m, mm-inline-text)
537         (mm-insert-inline): Make undisplayer unbreakable.
538
539 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
540
541         * gnus.el: Ma Gnus v0.11 is released.
542
543 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
544
545         * gnus-art.el (gnus-mm-display-part):
546         Highlight header attachment buttons.
547
548 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
551         a part; redisplay a button (enbugged in 2014-02-05).
552
553 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
554
555         * auth-source.el (auth-source-search, auth-source-search-backends):
556         Treat :max 0 as an indicator that a boolean return is wanted, as
557         documented. Reported by Joe Bloggs.
558
559 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * gnus-icalendar.el: Require gnus-art.
562
563 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
564
565         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
566         (gnus-icalendar--update-org-event): put event timestamp in
567         the org entry body instead of the drawer.
568         (gnus-icalendar-event--get-attendee-names): list of participants should
569         contain even attendees without common name attribute.
570         (gnus-icalendar--update-org-event): don't generate duplicates of empty
571         property tags in org drawers.
572
573 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * gmm-utils.el (gmm-format-time-string): New function.
576
577         * message.el (message-insert-formatted-citation-line): Use the original
578         author's time zone to express a date string.
579
580 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
581
582         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
583         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
584         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
585         Silence compiler warnings.
586         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
587
588 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
589
590         * mml.el: Require url when compiling.
591
592         * gnus-cloud.el (gnus-cloud-parse-version-1):
593         Use plist-get rather than CL's getf.
594         (gnus-activate-group, gnus-subscribe-group): Declare.
595
596         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
597
598 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
601         buttons when toggling the header off.
602
603 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
604
605         * tls.el (tls-program): Reflow docstring.
606
607 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
608
609         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
610         groups work again.
611
612 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
613
614         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
615         999 correctly (i.e. "1,342").
616
617 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
618
619         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
620         out if the directory doesn't exist.
621
622 2014-03-07  Daiki Ueno  <ueno@gnu.org>
623
624         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
625         commands here; instead, only check if epg-config.el is available.
626
627 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
628
629         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
630         messages with embedded images.
631         (mml-generate-mime): Don't bug out if you don't have libxml.
632
633 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
634
635         * message.el (message-make-html-message-with-image-files): New command.
636
637 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
638
639         * gnus-group.el (gnus-group-make-group): Clarify prompt.
640
641         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
642
643 2014-02-23  David Engster  <deng@randomsample.de>
644
645         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
646         to stay compatible with older Emacsen, so replace `cl-loop' with
647         `loop'.
648
649 2014-02-22  Daniel Colascione  <dancol@dancol.org>
650
651         * auth-source.el (auth-source-secrets-listify-pattern): New function.
652         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
653         instead, build list of patterns.
654
655 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
658         Display header attachment buttons by gnus-article-prepare-display
659         rather than gnus-article-prepare so as to view in mml-preview as well.
660
661 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
662
663         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
664         in `auth-sources' means and link to EPA docs.
665
666 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
667
668         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
669         (bug#12375).
670
671 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
674         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
675
676 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
677
678         * message.el (message-tab): Mention what happens on normal tabs
679         (bug#11297).
680
681 2014-02-08  Glenn Morris  <rgm@gnu.org>
682
683         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
684
685 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
688         buttons that are hidden in unselected alternative part as well.
689         (gnus-mime-display-alternative): Redraw attachment buttons in header.
690
691         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
692
693 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
694
695         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
696         keystroke.
697         (gnus-server-toggle-cloud-server): Only allow clouding applicable
698         types.
699
700         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
701         with an empty string.
702
703 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
706         buffer-local in some buffers, so bind it explicitly in the buffer we're
707         trying to cancel the article in (bug#10808).
708
709 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
712         New functions.
713
714         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
715         New user option.
716         (gnus-mime-buttonize-attachments-in-header): New function.
717         (gnus-article-prepare): Use it.
718         (gnus-mime-inline-part): Suppress extra newline.
719         (gnus-mm-display-part): Save excursion;
720         remove useless deleting and adding of buttons.
721         (gnus-insert-mime-button): Allow insertion in the middle of a line.
722
723         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
724         Add gnus-mime-buttonize-attachments-in-header.
725
726 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
727
728         * nnimap.el (nnimap-request-articles): New command to download several
729         articles at once.
730
731         * gnus.el (gnus-variable-list): Save Cloud variables.
732
733         * gnus-int.el (gnus-request-accept-article): Doc fix.
734
735 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
736
737         * parse-time.el (parse-time-iso8601-regexp)
738         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
739         it more generally.
740
741 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
742
743         * gnus-cloud.el: New file to provide the Emacs Cloud.
744
745         * dgnushack.el: Silence XEmacs w3 warning.
746
747         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
748         `url-retrieve-synchronously', apparently.
749
750         * dgnushack.el: Silence XEmacs dns.el warning.
751
752         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
753         instead of in all files.
754
755         * dns.el (network-interface-list): Define for XEmacs.
756
757         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
758         XEmacs.
759
760         * nnrss.el (libxml-parse-html-region): Silence compilation error.
761
762 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
763
764         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
765         `gnus-group-split-fancy'.
766
767 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
768
769         * message.el (message-remove-header): Doc fix.
770         (message-forward-included-headers): New variable.
771         (message-remove-ignored-headers): Use it.
772
773 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
774
775         * nnir.el (nnir-request-update-mark): Don't try to update the source
776         group if we can't find it (bug#16611).
777
778 2014-01-31  Dave Abrahams  <dave@boostpro.com>
779
780         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
781
782 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
783
784         * dns.el (dns-servers-up-to-date-p): New function to see whether the
785         network interfaces changed.
786         (dns-query): Use it to flush the data.
787
788 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
789
790         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
791         from random face commands.
792         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
793         Face.
794         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
795         (gnus--random-face-with-type): Generic function returning a face-type
796         as a string.
797         (gnus--insert-random-face-with-type): Generic function inserting a face
798         in a message buffer header.
799         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
800         (gnus-insert-random-x-face-header): Rewritten to use
801         `gnus--insert-random-face-with-type`.
802         (gnus-random-face): Return random (png) Face as string.
803         (nus-insert-random-face-header): Insert random (png) Face in a message
804         buffer.
805
806 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * mm-url.el: Remove all usage of w3.
809
810         * nnrss.el: Ditto.
811
812         * mm-decode.el: Ditto.
813
814         * mm-view.el: Ditto.
815
816         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
817         outdated and all Emacsen have url.el built-in.
818
819         * gnus-setup.el: Remove outdated file.
820
821 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
822
823         * gnus.el: Ma Gnus v0.9 is released.
824
825 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
826
827         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
828
829 2014-01-31  Dave Abrahams  <dave@boostpro.com>
830
831         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
832         in the summary buffer (bug#13769).
833
834 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
837         name if we're using a single article buffer.  Otherwise, it may point
838         to a killed buffer (bug#13756).
839
840 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
841
842         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
843         the match data, just save and restore it explictly (bug#12375).
844
845         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
846         that's needed.
847
848         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
849         the code once (bug#9069).
850
851 2014-01-18  Steinar Bang  <sb@dod.no>
852
853         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
854         reading.
855
856 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
857
858         * message.el (message-bury): Call bury-buffer with no argument
859         in the message-return-action case too.
860
861 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
864         (nnimap-split-fancy, nnimap-split-methods): Declare.
865
866         * mm-util.el (help-function-arglist): Declare.
867
868 2013-12-28  Glenn Morris  <rgm@gnu.org>
869
870         * gnus-sieve.el (gnus-sieve-select-method):
871         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
872         (gravatar-rating, gravatar-size):
873         * message.el (message-minibuffer-local-map):
874         * sieve-manage.el (sieve-manage-authenticators)
875         (sieve-manage-authenticator-alist): Specify custom types.
876
877         * hashcash.el (hashcash-program): Rename from hashcash-path.
878         Update callers.
879
880         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
881         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
882         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
883
884         * auth-source.el (auth-sources):
885         * nnmairix.el (nnmairix-propagate-marks-upon-close):
886         Fix custom types.
887
888         * tls.el (tls-certtool-program): Fix default value.
889
890 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
893         we get proper traces there, too.
894
895 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
896
897         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
898         value of the parameters if the current article has a Reply-To or From
899         field.
900
901 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
902
903         * gnus.el (gnus-group-buffer): Remove duplicate definition.
904
905 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-sum.el (gnus-summary-exit): Stop animations.
908
909 2013-12-19  Juri Linkov  <juri@jurta.org>
910
911         * gnus.el (gnus-suppress-keymap):
912         * gnus-art.el (gnus-article-mode-map):
913         * gnus-group.el (gnus-group-mode-map):
914         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
915         Remove [backspace] key binding because it shadows DEL (bug#16035).
916
917         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
918
919 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
922         Make sure work directory exists.
923         (gnus-uu-digest-mail-forward): Store temporary files in work directory
924         rather than tmp directory.
925         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
926         not necessarily always run, with it.
927
928 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
929
930         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
931         value of gnus-icalendar-additional-identities work without restart.
932
933 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * mm-util.el (mm-make-temp-file):
936         Alias to make-temp-file for modern Emacsen.
937
938 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
941         nnir-article-number and nnir-article-group.
942
943 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
944
945         * message.el (message-send-mail-with-sendmail):
946         Don't kill error buffer if sending fails.
947
948 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
949
950         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
951         (gnus-icalendar-event->org-entry)
952         (gnus-icalendar--update-org-event)
953         (gnus-icalendar-event->gnus-calendar): Distinguish between
954         required/optional/non-participant attendee status.  Fix bug causing
955         the first required event participant to be omitted.
956
957 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * gnus-art.el (article-de-quoted-unreadable)
960         (article-de-base64-unreadable, gnus-mime-copy-part)
961         * gnus-html.el (gnus-article-html)
962         * mm-view.el (mm-inline-text-html-render-with-w3)
963         (mm-inline-text-html-render-with-w3m-standalone)
964         * rfc2231.el (rfc2231-decode-encoded-string):
965         Allow overriding charset by mm-charset-override-alist.
966
967         * gnus-art.el (gnus-article-browse-html-parts):
968         Replace LWSPs with `&nbsp;'s in header.
969
970         Work for broken Chinese articles.
971
972         * gnus-art.el (gnus-article-browse-html-save-cid-content):
973         Exclude broken handles that gnus-summary-enter-digest-group may create.
974         (gnus-article-browse-html-parts):
975         Allow overriding charset by mm-charset-override-alist.
976
977 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
978
979         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
980         (gnus-icalendar-identities): Support additional-identities.
981
982 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
983
984         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
985         org-timestamp for events ending at midnight.
986
987 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
988
989         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
990         .log files.
991
992 2013-11-20  David Engster  <deng@randomsample.de>
993
994         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
995
996 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
997
998         * message.el (message-beginning-of-line):
999         Use beginning-of-visual-line when visual-line-mode is turned on.
1000
1001 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1002
1003         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1004         (gnus-icalendar-event-from-ical)
1005         (gnus-icalendar-event->org-entry)
1006         (gnus-icalendar--update-org-event): Required/optional participation,
1007         list of attendees synced to org.
1008
1009 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1010
1011         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1012         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1013         cancellations to be synced to org if the original appt has an org
1014         outline.
1015
1016 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1017
1018         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1019         (gnus-icalendar-event->org-entry)
1020         (gnus-icalendar--update-org-event)
1021         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1022
1023 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1024
1025         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1026         Fix timezone handling in gnus-icalendar export to org.
1027
1028 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1031
1032 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1035
1036 2013-10-30  Glenn Morris  <rgm@gnu.org>
1037
1038         * gnus-group.el (gnus-group-browse-foreign-server):
1039         * gnus-int.el (gnus-start-news-server):
1040         Silence compiler obsolescence warning.
1041
1042 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1043
1044         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1045         `nnoo-current-server' first, then for the actual `nnimap-address' to
1046         allow netrc entries for the nnoo server to coexist with netrc entries
1047         for the `nnimap-address'.
1048
1049 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * mm-decode.el (mm-dissect-buffer): Revert last change.
1052         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1053         The problem that motivated those changes was attributed to a broken
1054         mail sender, and has been fixed.
1055
1056 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1059         token is missing in the Content-Type header.
1060
1061         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1062
1063 2013-09-18  Glenn Morris  <rgm@gnu.org>
1064
1065         * gnus-util.el (image-size): Declare.
1066
1067 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1070         (gnus-icalendar-event-from-ical)
1071         (gnus-icalendar-event--build-reply-event-body)
1072         (gnus-icalendar-event-reply-from-buffer)
1073         (gnus-icalendar-find-org-event-file)
1074         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1075         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1076
1077         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1078
1079 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1080
1081         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1082         Use save-current-buffer.
1083         (gnus-tree-mode-map): Initialize in the declaration.
1084         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1085         (scroll-in-place): Defvar it.
1086         (gnus-tmp-*): Defvar them.
1087         (gnus-get-tree-buffer): Use derived-mode-p.
1088         (gnus--let-eval): New macro.
1089         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1090         non-prefixed variables.
1091         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1092
1093         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1094         vars since it doesn't seem to be available.
1095         (gnus-set-global-variables, gnus-summary-read-group-1)
1096         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1097         (gnus-summary-display-article, gnus-summary-select-article)
1098         (gnus-summary-next-article, gnus-offer-save-summaries)
1099         (gnus-summary-generic-mark): Use derived-mode-p.
1100         (gnus-summary-read-group-1, gnus-summary-exit)
1101         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1102         Adjust calls to gnus-tree-close and gnus-tree-open.
1103
1104         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1105
1106         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1107         (gnus-agent-mode): Use derived-mode-p.
1108         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1109         gnus-command-method and *-command-method to nil, but bind
1110         gnus-command-method to *-command-method instead!
1111         (gnus-agent-fetch-articles): Remove unused var `id'.
1112         (gnus-agent-fetch-headers): Remove unused arg `force'.
1113         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1114         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1115         (gnus-agent-short-article, gnus-agent-long-article)
1116         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1117         first use.
1118         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1119         `score-param'.
1120         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1121         (gnus-get-predicate): Push in front of the cache, rather than end.
1122         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1123         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1124         (gnus-agent-expire-unagentized-dirs): Don't rebind
1125         gnus-agent-expire-current-dirs since the defvar silences the warning.
1126         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1127         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1128         (gnus-agent-regenerate): Simplify interactive spec and doc.
1129
1130 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * gnus-int.el (gnus-open-server): Silence compiler.
1133
1134         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1135
1136         * message.el (message-display-completion-list): Abolish.
1137         (message-completion-in-region): Use display-completion-list.
1138
1139 2013-09-17  Glenn Morris  <rgm@gnu.org>
1140
1141         * gnus-util.el (gnus-message-with-timestamp-1):
1142         Use `messages-buffer' function if available.  Ignore read-only.
1143
1144 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * message.el (message-expand-group, message-completion-in-region):
1147         Correct the order of start and end of a region.
1148
1149 2013-09-13  Glenn Morris  <rgm@gnu.org>
1150
1151         * mml2015.el (gnus-create-image): Autoload it.
1152
1153         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1154
1155         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1156         (image-size): Declare.
1157
1158 2013-09-12  Glenn Morris  <rgm@gnu.org>
1159
1160         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1161         Avoid using `find', which i) might not be defined at runtime;
1162         ii) does not work, since its default test is eql, not equal.
1163         (gnus-mime-action-alist): Declare.
1164
1165 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1166
1167         * score-mode.el (gnus-score-mode-map): Move initialization
1168         into declaration.
1169         (gnus-score-mode): Use define-derived-mode.
1170         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1171         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1172         into declaration.
1173         (gnus-kill-file-mode): Use define-derived-mode.
1174         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1175         Use derived-mode-p.
1176         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1177         (gnus-group-setup-buffer, gnus-group-name-at-point)
1178         (gnus-group-make-web-group, gnus-group-enter-directory)
1179         (gnus-group-suspend): Use derived-mode-p.
1180         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1181         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1182         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1183         (gnus-article-setup-buffer, gnus-article-prepare)
1184         (gnus-article-prepare-display, gnus-sticky-article)
1185         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1186         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1187         (gnus-article-read-summary-keys): Use derived-mode-p.
1188
1189 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1192
1193 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1196         shift_jis from the default value set for Japanese users.
1197
1198 2013-08-13  Glenn Morris  <rgm@gnu.org>
1199
1200         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1201
1202         * gnus.el (gnus-valid-select-methods): Fix type.
1203
1204         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1205
1206 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * mm-decode.el (mm-display-external): Run a timer for the temp files
1209         deletion after a viewer exits; add a deletion timer for the needsterm
1210         case, too.
1211
1212         * mm-decode.el (mm-display-external): Try to delete temporary files by
1213         using a 1-min. timer.
1214
1215 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1218         New internal variables.
1219         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1220         (mm-display-external): Use it to delete temporary files instead of
1221         using timers.
1222
1223 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1226
1227 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1228
1229         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1230         with cond for backwards compatability.
1231
1232 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * mm-decode.el (mm-display-external): Bind process-connection-type to
1235         nil; don't delete a temp file immediately even if a viewer finishes,
1236         since it may be a shell script, like xdg-open, that launches a real
1237         viewer program belatedly.
1238
1239 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1240
1241         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1242         that we can create nndoc groups that excerpt other groups.
1243
1244 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * gnus-delay.el (gnus-delay-article): Fix typo.
1247
1248         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1249         articles.
1250
1251         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1252         we can get spell-checking etc.
1253
1254 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1257         a single one used for encoding the whole text in a header.
1258
1259 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1262         doesn't work properly on XEmacs.
1263
1264 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1267         before sending.
1268
1269         * dgnushack.el (dgnushack-compile): Add a temporary check for
1270         gnus-icalendar.
1271
1272         * mm-decode.el (mm-command-output): New face.
1273         (mm-display-external): Use it.
1274
1275 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1276
1277         * nnmbox.el (nnmbox-request-article): Don't change point.
1278
1279 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1282         Include `handle' parameter.
1283
1284 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1285
1286         * gnus-icalendar.el: New file.
1287
1288 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1291
1292         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1293         dummy roots, too.
1294
1295 2013-08-01  David Edmondson  <dme@dme.org>
1296
1297         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1298         out on ttys.
1299
1300 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1303         not empty.
1304
1305         * nnrss.el (nnrss-discover-feed): Indent.
1306
1307 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1310
1311 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1314         dirty to ensure nnimap data being saved.
1315
1316 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1317
1318         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1319         menu entry.
1320
1321         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1322         the current thread's total score instead of the current article's
1323         score.
1324
1325         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1326         (gnus-sort-threads-recursively): Delete defcustom.
1327         (gnus-sort-threads-recursive): Adapt accordingly.
1328
1329 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1330
1331         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1332         (gnus-sort-threads-recursive): Use it.
1333         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1334         again.  Now that determines how to sort subthreads.
1335
1336 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1337
1338         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1339         (gnus-sort-threads): Use it.
1340
1341 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1342
1343         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1344         punctuation characters follow parentheses (bug#14950).
1345
1346 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * gnus.el (gnus-continuum-version):
1349         * gnus-msg.el (gnus-extended-version): Simplify.
1350
1351         * gnus.el (gnus-continuum-version-1): Remove.
1352         * gnus-msg.el (gnus-bug): Revert.
1353
1354         Calculate gnus-version correctly on Cygwin.
1355
1356         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1357         (gnus-continuum-version-1): New function, return a string.
1358
1359         * gnus-msg.el (gnus-extended-version, gnus-bug):
1360         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1361
1362 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1363
1364         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1365         (bug#13384).
1366
1367 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1370         that were only relevant in a development version a long time ago.
1371
1372 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1375         that the old Emacs 24s bundle.
1376
1377 2013-07-10  David Engster  <deng@randomsample.de>
1378
1379         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1380         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1381         fixes a bug in Emacs trunk where the 'unexist' marks were always
1382         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1383         Gnus v0.03".
1384
1385 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1386
1387         * gnus.el (gnus-summary-line-format): Reference
1388         `gnus-user-date-format-alist' for the &user-date; format, not
1389         `gnus-summary-user-date-format-alist'.
1390
1391 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1394         delete files (bug#13481).
1395
1396 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1397
1398         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1399
1400 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1401
1402         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1403         display images.
1404
1405         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1406
1407         * message.el (message-cancel-news): According to
1408         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1409         preferred over "cmsg cancel" in the Subject.
1410
1411         * nnir.el (nnir-engines): Note that the group specs are regexps
1412         (bug#13238).
1413
1414         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1415         gotten read-only text properties, ensure that those aren't heeded when
1416         copying stuff over (bug#13434).
1417
1418         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1419         (bug#13762).
1420
1421 2013-07-05  David Kastrup  <dak@gnu.org>
1422
1423         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1424         authinfo file again (important for blank passwords).  This had been
1425         broken with 2013-06-15 change.
1426
1427 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1428
1429         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1430         Revert 2013-01-14 change.
1431
1432 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1433
1434         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1435         of 'create-image' for XEmacs compatibility; check errors when decoding
1436         image.  Reported by Uwe Brauer.
1437
1438 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1441         gnus-button-push revised at 2011-01-19.
1442
1443 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1446         now live in the lisp/net Emacs 24 repository.
1447
1448 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * eww.el (eww-update-header-line-format): Quote % characters.
1451
1452 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * eww.el (eww-process-text-input): Display passwords as asterisks.
1455
1456         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1457
1458 2013-06-19  Tom Tromey  <tromey@redhat.com>
1459
1460         * eww.el (eww-top-url): Remove.
1461         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1462         (eww-render): Set new variables.  Don't set eww-top-url.
1463         (eww-handle-link): Handle "prev", "home", and "contents".
1464         Downcase the rel text.
1465         (eww-top-url): Choose best top URL.
1466
1467 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * eww.el: Rewrite to implement form elements "by hand" instead of
1470         relying in widget.el.  Using widget.el leads to too many
1471         user interface inconsistencies.
1472         (eww-self-insert): Implement entering commands in text fields.
1473         (eww-process-text-input): New function to make text input field editing
1474         work.
1475         (eww-submit): Rewrite to use the new-style form methods.
1476         (eww-select-display): Display the correct selected item.
1477         (eww-change-select): Implement changing the select value.
1478         (eww-toggle-checkbox): Implement radio/checkboxes.
1479         (eww-update-field): Fix compilation error.
1480         (eww-tag-textarea): Implement <textarea>.
1481
1482         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1483         don't shadow mode-specific bindings.
1484
1485         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1486         nothing to push.
1487
1488         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1489
1490 2013-06-19  Glenn Morris  <rgm@gnu.org>
1491
1492         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1493
1494 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1495
1496         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1497
1498 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499
1500         * shr.el (shr-make-table-1): Implement <td rowspan>.
1501         (shr-table-horizontal-line): Allow nil as a value, and change the
1502         default.
1503         (shr-insert-table-ruler): Respect the nil value.
1504
1505 2013-06-18  Tom Tromey  <tromey@barimba>
1506
1507         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1508         New defvars.
1509         (eww-open-file): New defun.
1510         (eww-render): Initialize new variables.
1511         (eww-display-html): Handle "link" and "a".
1512         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1513         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1514         (eww-back-url): Rename from eww-previous-url.
1515         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1516         defuns.
1517
1518 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * shr.el (shr-tag-table): Insert the images after the table, so that
1521         they're not covered by the table colourisation, which often looked
1522         awkward.
1523         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1524         <dd>.
1525         (shr-make-table-1): Implement <td colspan=> support.
1526         (shr-insert-document): Use one less than window width if `shr-width' is
1527         nil, since otherwise things may get one character too wide.
1528
1529 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         * eww.el (eww-detect-charset): Improve regexp; move backward.
1532
1533 2013-06-18  Glenn Morris  <rgm@gnu.org>
1534
1535         * mm-decode.el (widget-convert-button): Autoload.
1536
1537         * sieve-manage.el (mm-enable-multibyte): Autoload.
1538
1539         * shr.el (libxml-parse-html-region): Declare.
1540         (shr-render-buffer): Explicit error if no libxml2 support.
1541
1542 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1543
1544         * auth-source.el (auth-source-current-line): New function.
1545         (auth-source-netrc-parse-entries): When a data token is "machine",
1546         assume we're in the wrong place and abort parsing the current line.
1547
1548 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1551         (eww-convert-widgets): Don't bug out if the first widget starts at the
1552         beginning of the buffer.
1553         (eww-convert-widgets): Fix last patch.
1554         (eww-tag-input): Support <input type=image>.
1555
1556         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1557         (shr-tag-base): Protect against base specs that are degenerate.
1558         (shr-ensure-paragraph): Don't delete empty lines that have text
1559         properties, because these may be input fields.
1560
1561         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1562         we can navigate to them.
1563
1564         * shr.el (shr-colorize-region): Put the colours over the entire region.
1565         (shr-inhibit-decoration): New variable.
1566         (shr-add-font): Use it to inhibit text property decorations while doing
1567         preliminary table renderings.  This speeds up typical Wikipedia page
1568         renderings by 15%.
1569         (shr-tag-span): Don't respect the <title>, because that overwrites the
1570         help-echo from links inside the spans.
1571         (shr-next-link): Use `help-echo' for navigation, so that we can
1572         navigate to form elements, too.
1573
1574         * eww.el (eww-button): New face.
1575         (eww-convert-widgets): Use it to make submit buttons more button-like.
1576
1577         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1578         that Gnus commands work.
1579
1580         * shr.el (shr-render-td): Support horizontal alignment.
1581
1582         * eww.el (eww-put-color): Removed.
1583         (eww-colorize-region): Use `add-face-text-property'.
1584
1585         * shr.el (shr-add-font): Append face data, so that we get the correct
1586         precedence: The innermost value (which is applied first) wins.
1587         (shr-make-overlay): Obsolete function.
1588
1589         * mm-decode.el (mm-convert-shr-links): New function to convert
1590         new-style shr URL links into widgets.
1591         (mm-shr): Use it.
1592
1593         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1594         widget commands, since we're no longer using widgets for links.
1595
1596         * shr.el (shr-next-link): New command.
1597         (shr-previous-link): New command.
1598         (shr-urlify): Don't use `widget-convert', because that's slow.
1599         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1600         because collecting the overlays and reapplying them when generating
1601         tables is slow.
1602         (shr-insert-table): Ditto.
1603
1604 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1605
1606         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1607         * shr.el (browse-url): Require `url'.
1608         * eww.el (url): Require format-spec.
1609
1610 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * eww.el (eww-display-html): Default to using the entire window width.
1613         (eww-browse-url): Don't add a User-Agent header (twice), because that
1614         makes Bing refuse connection.
1615
1616         * shr.el (shr-make-table): Cache the table rendering at the table
1617         level, and not the <td> level.  This is a bit faster.
1618
1619         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1620         #id.
1621
1622         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1623         browsers don't.
1624         (shr-expand-url): Respect #anchor links.
1625         (shr-parse-base): Chop off the anchor before using.
1626         (shr-descend): Respect display: none.
1627         (shr-descend): Allow marking elements that have certain IDs.
1628
1629         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1630
1631         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1632
1633         * eww.el (eww-tag-textarea): Support <textarea>.
1634
1635 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1636
1637         * shr.el (shr-dom-to-xml): Fixed function call.
1638
1639         * eww.el (eww): New group.
1640         (eww-header-line-format): New custom variable.
1641         (eww-current-title): New variable.
1642         (eww-display-html): Update header and handle title tag.
1643         (eww-update-header-line-format): New function.
1644         (eww-tag-title): New function.
1645
1646         * shr.el (shr-dom-to-xml): New function.
1647         (shr-tag-svg): Add support for the SVG tag.
1648         (shr-bullet): New custom variable.
1649         (shr-tag-li): Support custom bullet in unordered lists.
1650
1651 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * shr.el (shr-expand-url): Respect // URLs.
1654
1655         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1656         put a background colour onto the entire buffer.
1657         (eww-render): When being redirected, use the redirect URL as the new
1658         base URL.
1659
1660         * shr.el (shr-parse-base): Fix parsing error.
1661
1662         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1663
1664         * shr.el (shr-parse-base): New function.
1665         (shr-expand-url): Use it to expand relative URLs reliably.
1666
1667 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1668
1669         * auth-source.el (auth-source-search-collection): Fix docstring.
1670         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1671         single-quoted strings and multiline entries.
1672         (auth-source-netrc-parse-next-interesting)
1673         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1674         functions to support parser.
1675
1676 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * eww.el (eww-submit): Get submit button logic right when hitting RET
1679         on non-submit buttons.
1680
1681         * shr.el: Remove shr-preliminary-table-render, since that can't really
1682         be used for anything in practice.
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-14  Glenn Morris  <rgm@gnu.org>
1690
1691         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1692
1693 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1694
1695         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1696         control the maximum size of photo ID image.
1697         (mml2015-epg-key-image-to-string): Respect it.
1698
1699 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1702         instead of the final one so that we can more easily distinguish them.
1703
1704         * eww.el (eww-submit): Compute the submission URL correctly.
1705
1706 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1707
1708         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1709         Use plist-get rather than CL's getf.
1710         (sieve-manage-parse-capability): Avoid CL's remove-if.
1711
1712 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1713
1714         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1715         (sieve-manage-quit).
1716
1717 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1720         last slash.
1721
1722         * eww.el (eww-tag-select): Use the first value as the default value.
1723
1724 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1725
1726         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1727         (eww-mode): Use `define-derived-mode'.
1728         (eww-parse-headers): Parse headers from beginning of buffer so that
1729         file:// links work.
1730
1731 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1734
1735 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1738         to handle them at all.
1739
1740 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1743         work, too.
1744         (eww-tag-select): Implement <select>.
1745
1746 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1747
1748         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1749         stream managing functions by using open-protocol-stream to do most of
1750         the work.  Has the nice benefit of enabling STARTTLS.
1751         Wait for capabilities after STARTTLS: following RFC5804, the server
1752         sends new capabilities after successfully establishing a TLS connection
1753         with the client.  The client should update the cached list of
1754         capabilities, but we just ignore the answer for now.
1755         (sieve-manage-network-p, sieve-manage-network-open)
1756         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1757         (sieve-manage-forward, sieve-manage-streams)
1758         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1759         API, nor called by any other function.
1760         Enable Multibyte for SieveManage buffers: The parser won't properly
1761         handle umlauts and line endings unless multibyte is turned on in the
1762         process buffer.
1763
1764 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * eww.el (eww-tag-input): Support password fields.
1767         (eww-submit): Support POST.
1768
1769 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * eww.el (eww-tag-form): Protect against degenerate forms.
1772
1773         * shr.el (shr-expand-url): Expand URLs that start with a slash
1774         correctly.
1775
1776         * eww.el (eww-submit): Get submit button logic right.
1777
1778         * shr.el (shr-final-table-render): New variable to signal when we're
1779         doing the final table rendering so that we can collect more data at
1780         that point.
1781
1782         * eww.el (eww-submit): Make form submission work.
1783         (eww-tag-input): Implement submit buttons.
1784         (eww-click-radio): Implement radio and checkboxes.
1785         (eww-submit): Handle hidden elements.
1786
1787         * shr.el (shr-descend): Allow other packages to override (or provide)
1788         rendering of elements.
1789         (shr-expand-url): Strip query strings from URLs before expanding them.
1790
1791         * eww.el: Don't require cl-lib.
1792         (eww-tag-form): Start form support.
1793
1794         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1795
1796         * eww.el: Start writing a new, tiny web browser.
1797         (eww-previous-url): New command.
1798         (eww-quit): New command.
1799
1800 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1801
1802         * sieve.el: Put point at beginning of buffer when viewing a script.
1803         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1804         number in sieve-buffer's header.  Fixed code to also work with a string
1805         as port specifier.  Properly close the connection on pressing 'q'.  Make
1806         sieve-manage-quit close the connection and process buffer.  Also, remove
1807         duplicate keybinding for 'q'.
1808
1809 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1810
1811         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1812         make it easier to read.
1813         (mm-pkcs7-enveloped-magic): Ditto.
1814
1815 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1816
1817         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1818         before `image-type-available-p' to avoid loading the image libraries
1819         needlessly.
1820
1821 2013-06-05  David Engster  <deng@randomsample.de>
1822
1823         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1824         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1825         to see whether the group was synced before.
1826
1827 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1828
1829         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1830         when opening the connection.
1831         Suggested by João Távora <joaotavora@gmail.com> in
1832         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1833
1834 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1837         assume Date header begins with "Date", that may be customized into
1838         something like "X-Sent" using gnus-article-time-format.
1839         (article-transform-date): Allow multi-line Date header.
1840
1841 2013-06-02  David Engster  <deng@randomsample.de>
1842
1843         * registry.el (initialize-instance, registry-lookup)
1844         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1845         (registry-lookup-secondary-value, registry-search, registry-delete)
1846         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1847         not wrap methods in `eval-and-compile'.  This breaks due to latest
1848         changes in EIEIO (introduction of eieio-core.el).
1849
1850 2013-05-30  Glenn Morris  <rgm@gnu.org>
1851
1852         * nnmail.el (nnmail-fancy-expiry-target):
1853         Also bind mail-dont-reply-to-names.
1854
1855         * spam-stat.el (spam-stat-save):
1856         No need to tweak font-lock in temp buffers.
1857
1858         * shr.el (shr-put-image): Silence compiler.
1859
1860 2013-05-29  Glenn Morris  <rgm@gnu.org>
1861
1862         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1863
1864         * gnus-group.el (gnus-sequence-of-unread-articles)
1865         (gnus-summary-add-mark, gnus-mark-article-as-read)
1866         (gnus-group-make-articles-read): Declare.
1867
1868         * gnus-sum.el (gnus-parameter-list-identifier)
1869         (gnus-article-stop-animations, gnus-stop-downloads)
1870         (gnus-article-only-boring-p, article-goto-body)
1871         (gnus-flush-original-article-buffer, article-narrow-to-head)
1872         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1873         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1874
1875         * gnus.el: No need to eval-and-compile autoloads.
1876
1877         * gravatar.el (help-function-arglist): Autoload.
1878
1879         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1880
1881         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1882
1883         * spam.el: No need to load spam-report when compiling.
1884         No need to eval-and-compile autoloads.
1885         (spam-report-resend-to): Declare.
1886         (spam-report-resend-register-routine): Require 'spam-report.
1887
1888 2013-05-24  Julien Danjou  <julien@danjou.info>
1889
1890         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1891         setup.
1892
1893 2013-05-23  Glenn Morris  <rgm@gnu.org>
1894
1895         * gnus-util.el (rmail-swap-buffers-maybe)
1896         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1897         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1898         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1899
1900         * mm-decode.el: No need to load term when compiling.
1901         (term-mode, term-char-mode): Declare.
1902
1903         * mm-util.el: No need to load jka-compr when compiling.
1904         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1905
1906         * nnmaildir.el: Require is automatically eval-and-compile.
1907         (nnmail): Require at run-time too.
1908
1909         * registry.el (registry-size): Move definition before use.
1910
1911 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1912
1913         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1914         signed data to conform the standard.  (Bug#14232)
1915
1916 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1917
1918         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1919         double angle quotation mark.
1920
1921 2013-05-20  Glenn Morris  <rgm@gnu.org>
1922
1923         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1924
1925 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1926
1927         * message.el (message-insert-formatted-citation-line): handle finding
1928         first/lastname when more than 2 names appear.
1929
1930 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1931
1932         * shr.el (shr-tag-span): New function.
1933
1934 2013-05-18  Glenn Morris  <rgm@gnu.org>
1935
1936         * message.el (message-mode): Use message-mode-abbrev-table,
1937         with text-mode-abbrev-table as parent.  (Bug#14413)
1938
1939 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * message.el (message-expand-group): Decode group names.
1942
1943 2013-05-16  Julien Danjou  <julien@danjou.info>
1944
1945         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1946         app-icon.
1947
1948 2013-05-15  Glenn Morris  <rgm@gnu.org>
1949
1950         * shr-color.el (shr-color-visible-luminance-min)
1951         (shr-color-visible-distance-min): Use shr-color group.
1952
1953 2013-05-11  Glenn Morris  <rgm@gnu.org>
1954
1955         * gnus-vm.el: Make it loadable without VM.
1956         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1957         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1958
1959 2013-05-09  Glenn Morris  <rgm@gnu.org>
1960
1961         * mml1991.el: Make it loadable.  (Bug#13456)
1962
1963         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1964         * gnus-async.el (gnus-async-post-fetch-function):
1965         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1966         * gnus-html.el (gnus-html-image-cache-ttl):
1967         * gnus-notifications.el (gnus-notifications-timeout):
1968         * gnus-picon.el (gnus-picon-properties):
1969         * gnus-util.el (gnus-completion-styles):
1970         * gnus.el (gnus-other-frame-resume-function):
1971         * message.el (message-user-organization-file)
1972         (message-cite-reply-position):
1973         * nnir.el (nnir-summary-line-format)
1974         (nnir-retrieve-headers-override-function):
1975         * shr-color.el (shr-color-visible-luminance-min):
1976         * shr.el (shr-blocked-images):
1977         * spam-report.el (spam-report-resend-to):
1978         * spam.el (spam-summary-exit-behavior): Fix custom types.
1979
1980         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1981
1982 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1985         because of let-binding help-xref-following.  (Bug#14356)
1986
1987 2013-05-06  Glenn Morris  <rgm@gnu.org>
1988
1989         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1990
1991 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1992
1993         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1994         entering into the registry.
1995
1996 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1997
1998         * gnus.el: Ma Gnus v0.7 is released.
1999
2000 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2003         (Bug#14304)
2004
2005 2013-04-27  Glenn Morris  <rgm@gnu.org>
2006
2007         * gnus.el (gnus-list-debbugs):
2008         Use require rather than autoload.  (Bug#14262)
2009
2010 2013-04-27  Julien Danjou  <julien@danjou.info>
2011
2012         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2013         port to "sieve" now that it has an official IANA port assigned.
2014
2015 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2018         Don't set the MAILHOST environment variable permanently (Bug#14271).
2019
2020 2013-04-26  Glenn Morris  <rgm@gnu.org>
2021
2022         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2023
2024 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2025
2026         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2027         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2028
2029 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2030
2031         * nnir.el (nnir-close-group): Make sure we are in the right group.
2032
2033         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2034         dependency table from all newly retrieved headers.
2035
2036 2013-04-16  David Edmondson  <dme@dme.org>
2037
2038         Support <img src="data:...">.
2039
2040         * shr.el (shr-image-from-data): New function.
2041         (shr-tag-img): Use it.
2042
2043 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2044
2045         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2046         group.
2047
2048 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2051         corresponding to any existing group (Bug#14166).
2052
2053 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2054
2055         * nnir.el (number-sequence): No longer used.
2056         (nnir-request-set-mark): New function.
2057         (nnir-request-update-info): Improve marks updating.
2058         (nnir-request-scan): Don't duplicate marks updating.
2059         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2060         Use 'assq rather than 'assoc.  Quote anonymous function.
2061         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2062         Use 'gnus-group-prefixed-p.
2063         (gnus-summary-create-nnir-group): Make sure server for method is open.
2064
2065 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2066
2067         * nnir.el (gnus-nnir-group-p): New function.
2068         (nnir-possibly-change-group): Use it.
2069
2070         * gnus-msg.el (gnus-setup-message): Use it.
2071
2072 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2075         `initial-input' for the argument name.
2076         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2077
2078 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2079
2080         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2081         (used by MH-E).
2082
2083 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2084
2085         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2086         group.
2087
2088         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2089         fix compilation.
2090
2091 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2092
2093         * nnir.el (nnir-method-default-engines): And another typo.
2094
2095 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2096
2097         * nnir.el (nnir-method-default-engines): Fix typo.
2098
2099 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2100
2101         * nnir.el: Define 'number-sequence for xemacs.
2102         (gnus-summary-create-nnir-group): New function to create an nnir group
2103         from an nnir summary buffer based on the current query.
2104         (nnir-request-create-group): Update to allow nnir group creation based
2105         on the current query.
2106
2107 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * nndraft.el (nndraft-request-expire-articles):
2110         Make expiry target always `delete'.
2111
2112 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2113
2114         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2115         buffer use the posting-style and gcc of the original article group.
2116         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2117
2118         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2119         after other deffoos.
2120
2121 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2122
2123         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2124         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2125         support for real (i.e. not ephemeral) nnir groups.
2126         (gnus-summary-make-nnir-group): New function for initiating searches
2127         from a summary buffer.
2128
2129 2013-03-18  Sam Steingold  <sds@gnu.org>
2130
2131         * message.el (message-bury): Minor cleanup.
2132
2133 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2134
2135         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2136
2137 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2140         nnml-request-list.  (Bug#13873)
2141         (nndir-request-newsgroups): Remove, unused.
2142
2143         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2144
2145 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2146
2147         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2148         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2149         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2150
2151 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2152
2153         * shr.el: Make all the overlays set the `evaporate' property so that
2154         they're removed properly.
2155
2156 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2157
2158         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2159         shell-quote-argument.
2160
2161 2013-02-22  David Engster  <deng@randomsample.de>
2162
2163         * gnus-registry.el (gnus-registry-save): Provide class name when
2164         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2165         `condition-case' to stay compatible with older EIEIO versions which
2166         only accept one argument.
2167
2168 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2169
2170         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2171         (epg-user-id-validity): Autoload.
2172         (mml2015-epg-check-user-id): New function.
2173         (mml2015-epg-check-sub-key): New function split from
2174         mml2015-epg-find-usable-key.
2175         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2176         optional name-is-key-id, to handle the case when user-id is unusable.
2177         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2178
2179 2013-02-17  Glenn Morris  <rgm@gnu.org>
2180
2181         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2182
2183 2013-02-16  Glenn Morris  <rgm@gnu.org>
2184
2185         * shr.el (shr-put-image): Only animate images that specify a delay.
2186         This is consistent with the old image-animated-p behavior.
2187
2188 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2191         for XEmacs.
2192
2193 2013-02-13  Juri Linkov  <juri@jurta.org>
2194
2195         * gnus-art.el (gnus-article-mode-map):
2196         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2197         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2198
2199 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2200
2201         * auth-source.el (auth-source-format-prompt): Don't get confused by
2202         any "\" in replacement text.  (Bug#13637)
2203
2204 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2205
2206         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2207         (gnus-backend-trace): Honour gnus-backend-trace.
2208
2209         * mml.el (mml-insert-part): Insert closing tag.
2210
2211         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2212
2213 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2216         able to find the article, which can happen in debbugs groups,
2217         apparently.
2218
2219 2013-01-16  Glenn Morris  <rgm@gnu.org>
2220
2221         * smiley.el (smiley-style): Make the file loadable in batch mode.
2222
2223 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2224
2225         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2226         imap process running.
2227
2228 2013-01-14  Julien Danjou  <julien@danjou.info>
2229
2230         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2231         Compare addresses against addresses, not against the full From field.
2232
2233 2013-01-13  Richard Stallman  <rms@gnu.org>
2234
2235         * message.el (message-forward-make-body-mime): New args BEG, END
2236         specify what part of FORWARD-BUFFER to use.  Do the work directly
2237         instead of calling `mml-insert-buffer'.
2238
2239 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2240
2241         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2242         cross-reference(s).
2243
2244         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2245         cross-reference(s).
2246
2247 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2248
2249         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2250         and point-max-marker.
2251         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2252
2253 2013-01-11  Julien Danjou  <julien@danjou.info>
2254
2255         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2256         max are almost equal.  Also return the correct value for V which is
2257         already between 0 and 1.
2258
2259 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2260
2261         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2262         to mml2015-encrypt-to-self.
2263         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2264
2265 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2266
2267         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2268         mml-smime-epg-find-usable-secret-key.
2269
2270 2013-01-08  Glenn Morris  <rgm@gnu.org>
2271
2272         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2273
2274 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2275
2276         * mml-smime.el: Support signing by sender.
2277         Requested by Uwe Brauer.
2278         (mml-smime-sign-with-sender): New user option analogous
2279         to mml2015-sign-with-sender.
2280         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2281         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2282         mml2015.el.
2283
2284 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2287         isn't running, because Gnus will probably not know how to handle the
2288         Gcc header (bug#11941).
2289
2290         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2291         articles.
2292
2293 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2296         (nnfolder-generate-active-file): Make this function work with recursive
2297         folder names.
2298
2299 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2300
2301         * nntp.el (nntp-open-connection): Use HELP as the capability command
2302         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2303         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2304
2305 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2306
2307         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2308         place holder since this gives `Invalid face reference: nil' messages.
2309         Use the `default' face instead.  It has the same effect here, even
2310         though it is not no-op.
2311
2312         * gnus-util.el
2313         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2314
2315 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2316
2317         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2318         non-string posting styles (bug#13285).
2319
2320 2012-12-27  Glenn Morris  <rgm@gnu.org>
2321
2322         * plstore.el (plstore-passphrase-callback-function):
2323         Use plstore-get-file.
2324
2325 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2326
2327         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2328         stderr.
2329
2330 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2333
2334         * gnus-compat.el (set-buffer-multibyte): Remove.
2335
2336 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2337
2338         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2339         temporary file to get PGP key image.  Pass no-show-photos when
2340         extracting image to avoid having it pop up twice.
2341
2342 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2343
2344         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2345         eligible for treatment.
2346
2347         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2348         lines.  This makes summary commands with hidden threads work more
2349         reliably.
2350
2351         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2352         button to mark the hidden citations (bug#9395).
2353
2354 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2355
2356         * mml2015.el (mml2015-epg-signature-to-string): New function.
2357         (mml2015-epg-verify-result-to-string): New function.
2358         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2359         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2360         instead of epg-verify-result-to-string.
2361         (epg-signature-key-id, epg-signature-to-string): Autoload.
2362         (epg-verify-result-to-string): Remove autoload.
2363
2364 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2365
2366         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2367         ID image from GPG public key.
2368         (mml2015-epg-key-image-to-string): New function.
2369
2370 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2371
2372         * plstore.el (plstore-passphrase-callback-function): Fix error when
2373         error when plstore-cache-passphrase-for-symmetric-encryption is set
2374         (bug#13264).
2375
2376 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2379         buffer to the article buffer here, because that clobbers multiple
2380         article buffers.
2381
2382         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2383         buffer always points to the right summary buffer.
2384
2385 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2386
2387         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2388         the password (bug#12097).
2389
2390 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2391
2392         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2393         (bug#13263).
2394
2395         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2396         buffer exists before using it (bug#12475).
2397
2398         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2399         offline groups (bug#11937).
2400
2401         * message.el (message-yank-original): When using customize to set the
2402         value of `message-cite-style', the variable it set to a symbol that's
2403         the name of the variable, which must then be dereferenced (bug#12616).
2404
2405 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2406
2407         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2408         the `face' property with a list whose car is the face specified in the
2409         format string and whose cdr is (nil).
2410         * lisp/gnus-util.el
2411         (gnus-put-text-property-excluding-characters-with-faces):
2412         Change accordingly.
2413         (gnus-get-text-property-excluding-characters-with-faces): New function.
2414         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2415         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2416         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2417
2418 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2419
2420         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2421         login methods.
2422         (nnimap-login): Respect the `nnimap-authenticator' variable.
2423
2424         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2425         mark state when moving articles.  Otherwise unticked articles will get
2426         their ticks back after moving.
2427
2428 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2429
2430         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2431
2432         * message.el (message-ignored-news-headers): Always remove
2433         X-Message-SMTP-Method to avoid information leakage if the user
2434         mistakenly inserts the header into news messages.
2435
2436         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2437
2438         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2439         right than four characters, this command would move point to
2440         `point-max'.  Don't do that.
2441
2442         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2443         to nil to allow re-selecting groups that gain articles.
2444         (gnus-bug-group-download-format-alist): Update the URL.
2445
2446 2012-12-23  Andreas Schwab  <schwab@suse.de>
2447
2448         * shr.el (shr-tag-em): Render em as italic, not bold.
2449
2450 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2451
2452         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2453         for reuse.
2454         (gnus-open-server): Use it to add more tracing.
2455         (gnus-finish-retrieve-group-infos): Add backend tracing.
2456         (gnus-backend-trace): Also note the elapsed seconds.
2457
2458 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2459
2460         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2461         Set epa-file-encrypt-to from variable to avoid querying.
2462
2463 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2464
2465         * sieve-mode.el (sieve-font-lock-keywords):
2466         Keywords should be word delimited.  (Bug#13173)
2467
2468 2012-12-13  Andreas Schwab  <schwab@suse.de>
2469
2470         * tls.el (tls-program): Update customize type.
2471
2472 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2475         instead of <pre> to align message header.
2476
2477 2012-12-12  Sam Steingold  <sds@gnu.org>
2478
2479         * gnus.el (gnus-other-frame-resume-function): Add user option.
2480         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2481
2482 2012-12-06  Sam Steingold  <sds@gnu.org>
2483
2484         * gnus-start.el (gnus-before-resume-hook): Add.
2485         (gnus-1): Run it when Gnus is alive.
2486
2487 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2490         * gnus-art.el (article-unsplit-urls)
2491         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2492         * gnus-registry.el (gnus-registry-get-article-marks)
2493         * message.el (message-goto-body): Use it.
2494         (message-called-interactively-p): Remove.
2495
2496         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2497         (spam-stat-score-buffer): Use it.
2498
2499         * spam.el: Silence the warnings against BBDB functions when compiling.
2500
2501         * gnus-score.el (gnus-score-decode-text-parts):
2502         Use append+mapcar instead of the cl function mapcan.
2503
2504 2012-12-05  Sam Steingold  <sds@gnu.org>
2505
2506         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2507         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2508         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2509
2510 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2511
2512         * gmm-utils.el (gmm-called-interactively-p): Revert.
2513         This seems to cause Emacs to get stuck!
2514         * gnus-art.el (article-unsplit-urls)
2515         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2516         * gnus-registry.el (gnus-registry-get-article-marks)
2517         * message.el (message-goto-body)
2518         (message-called-interactively-p): Revert.
2519
2520         * gmm-utils.el (gmm-called-interactively-p): New function.
2521         * gnus-art.el (article-unsplit-urls)
2522         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2523         * gnus-registry.el (gnus-registry-get-article-marks)
2524         * message.el (message-goto-body): Use it.
2525         (message-called-interactively-p): Remove.
2526
2527         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2528         * gnus-sync.el (gnus-sync-lesync-call)
2529         * message.el (message-read-from-minibuffer): Use it.
2530
2531 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * gmm-utils.el (gmm-flet): Remove.
2534         * gnus-sync.el (gnus-sync-lesync-call)
2535         * message.el (message-read-from-minibuffer): Don't use it.
2536
2537 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2540
2541 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2544
2545         * gnus-sync.el (gnus-sync-lesync-call)
2546         * message.el (message-read-from-minibuffer): Use gmm-flet.
2547
2548         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2549
2550         * gnus-util.el (gnus-macroexpand-all): Remove.
2551
2552 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2553
2554         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2555         to TAB, not [tab].
2556         (gnus-summary-article-map): Likewise.
2557
2558         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2559         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2560
2561 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2562
2563         * time-date.el: Commentary fix.
2564
2565 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2566
2567         * color.el: Don't require cl.
2568         (color-complement): `caddr' -> `nth 2'.
2569
2570         * time-date.el (time-to-seconds): De-obsolete.
2571
2572 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * message.el (message-get-reply-headers):
2575         Make sure the reply goes to the author if it is a wide reply.
2576
2577 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2578
2579         * gnus-score.el (gnus-score-body):
2580         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2581         scoring by body.
2582
2583 2012-11-16  Glenn Morris  <rgm@gnu.org>
2584
2585         * gnus-diary.el (nndiary-request-create-group-functions)
2586         (nndiary-request-update-info-functions)
2587         (gnus-subscribe-newsgroup-functions)
2588         (nndiary-request-accept-article-functions):
2589         Use new names for hooks rather than obsolete aliases.
2590
2591 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2594
2595 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2598         in meta tag with the one the part specifies in its header.
2599
2600 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2601
2602         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2603         by default.
2604
2605 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2608         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2609
2610 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2613         and a runtime function for it, of which the XEmacs version takes only
2614         two arguments.
2615
2616 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2617
2618         * nndiary.el (nndiary-request-create-group-functions)
2619         (nndiary-request-update-info-functions)
2620         (nndiary-request-accept-article-functions):
2621         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2622         "-hooks" suffix.
2623
2624 2012-10-19  Julien Danjou  <julien@danjou.info>
2625
2626         * gnus-art.el: Require gnus-util because it uses
2627         `gnus-timer--function'.
2628
2629 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2630
2631         * starttls.el (starttls-extra-arguments): Doc fix.
2632
2633 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2636         it.
2637
2638 2012-10-06  Glenn Morris  <rgm@gnu.org>
2639
2640         * gnus-notifications.el (gnus-notifications):
2641         Add missing group :version tag.
2642         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2643         (gnus-gcc-post-body-encode-hook):
2644         * gnus-sync.el (gnus-sync-lesync-name)
2645         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2646
2647 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2648
2649         * color.el (color-hsl-to-rgb): Fix incorrect results for
2650         small and large hue values.  (Bug#12559)
2651
2652 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         New UIDL implementation.
2655
2656         * mail-source.el (mail-sources, mail-source-keyword-map):
2657         Add :leave as a pop3 keyword.
2658         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2659
2660         * pop3.el (pop3-leave-mail-on-server): Allow number.
2661         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2662         (pop3-movemail): Add UIDL support.
2663         (pop3-send-streaming-command): Take a list of mail numbers instead of
2664         the number of mails.
2665         (pop3-write-to-file): Add X-UIDL header.
2666         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2667         (pop3-uidl-add-xheader): New functions.
2668
2669         * message.el (message-ignored-resent-headers):
2670         Add X-Content-Length and X-UIDL headers.
2671
2672 2012-10-05  Glenn Morris  <rgm@gnu.org>
2673
2674         * color.el (color-name-to-rgb, color-rgb-to-hex)
2675         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2676         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2677         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2678         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2679
2680 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2683         a user about whether to delete temp files if once a user answered as n.
2684
2685 2012-09-25  Chong Yidong  <cyd@gnu.org>
2686
2687         * password-cache.el (password-read-and-add): Use a declare form to mark
2688         this function obsolete.
2689
2690 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * lpath.el: Bind mail-encode-mml for old Emacsen.
2693
2694 2012-09-17  Richard Stallman  <rms@gnu.org>
2695
2696         * message.el (message-in-body-p): Don't set mark or modify buffer.
2697
2698         * mml.el (mml-attach-file): Doc fix.
2699         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2700         Set mail-encode-mml when in Mail mode.
2701         Simplify code to set HEAD and move back to HEAD.
2702         (mml-insert-multipart, mml-insert-part):
2703         Set mail-encode-mml when in Mail mode.
2704
2705 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * gnus-util.el (gnus-timer--function): New function.
2708
2709         * gnus-art.el (gnus-article-stop-animations): Use it.
2710
2711 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2712
2713         Fix glitches caused by addition of psec to timers.
2714         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2715         rather than raw access to timer vector.
2716
2717 2012-09-11  Julien Danjou  <julien@danjou.info>
2718
2719         * gnus-notifications.el (gnus-notifications): Check for nil values in
2720         ignored addresses check.
2721
2722 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2723
2724         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2725
2726 2012-09-07  Chong Yidong  <cyd@gnu.org>
2727
2728         * gnus-util.el
2729         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2730
2731         * gnus-salt.el (gnus-tree-highlight-node):
2732         * gnus-sum.el (gnus-summary-highlight-line):
2733         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2734
2735 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2736
2737         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2738
2739 2012-09-06  Juri Linkov  <juri@jurta.org>
2740
2741         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2742         scheme for buffer names to be more consistent with other group and
2743         article buffer names in Gnus.
2744
2745 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2746
2747         * gnus-util.el
2748         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2749
2750         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2751         Jenkner.
2752
2753         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2754
2755         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2756
2757         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2758
2759 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2762         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2763
2764         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2765         string-prefix-p in Emacs >=23.2.
2766
2767         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2768         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2769         instead of string-match-p.
2770         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2771
2772 2012-09-06  Kenichi Handa  <handa@gnu.org>
2773
2774         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2775         lowercase a..f.
2776
2777 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2778
2779         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2780
2781 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2782
2783         * nnimap.el (nnimap-request-move-article): Decode the group name when
2784         doing internal moves to avoid charset issues.
2785
2786         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2787         TIME is set.
2788
2789 2012-09-05  Juri Linkov  <juri@jurta.org>
2790
2791         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2792         than one group at a time (bug#11961).
2793
2794 2012-09-05  Julien Danjou  <julien@danjou.info>
2795
2796         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2797         this hide the real reason with a message giving absolutely no hint.
2798
2799 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2800
2801         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2802         to the backend (bug#11804).
2803
2804         * message.el (message-insert-newsgroups): Don't insert newsgroup
2805         duplicates (bug#12275).
2806
2807 2012-09-05  John Wiegley  <johnw@newartisans.com>
2808
2809         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2810         sieve rules.
2811
2812 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2813
2814         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2815         function.
2816
2817         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2818
2819         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2820
2821 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2822
2823         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2824         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2825         This should make nnmaildir more usable with offlineimap.
2826
2827 2012-09-05  Julien Danjou  <julien@danjou.info>
2828
2829         * nnimap.el (nnimap-request-list): Revert change that made listing
2830         synchronous.
2831         (nnimap-get-responses): Restore.
2832
2833 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2834
2835         * dgnushack.el: XEmacs 21.5 compilation fix.
2836
2837         * gnus-notifications.el (gnus-notifications-notify): Use it.
2838
2839         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2840         warnings on XEmacs.
2841
2842 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2843
2844         Better seeds for (random).
2845         * gnus-sync.el (gnus-sync-lesync-setup):
2846         * message.el (message-canlock-generate, message-unique-id):
2847         Change (random t) to (random), now that the latter is more random.
2848
2849 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2850
2851         * nnimap.el (nnimap-change-group): Document result value
2852
2853         * auth-source.el (auth-sources): Fix macos keychain access.
2854
2855         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2856         allow the backend `request-head' function to determine the group
2857         name on its own.
2858         (gnus-request-expire-articles): Filter out negative article numbers
2859         during expiry (Bug#11980).
2860
2861         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2862         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2863
2864         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2865         you've found the article when you haven't.
2866
2867         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2868         that nnimap-change-group can return t.
2869
2870 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2871
2872         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2873
2874 2012-08-30  Julien Danjou  <julien@danjou.info>
2875
2876         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2877         `gnus-notifications-timeout'.
2878         (gnus-notifications-timeout): Add.
2879         (gnus-notifications-action): New function.
2880         (gnus-notifications-notify): Add :action using
2881         `gnus-notifications-action'.
2882         (gnus-notifications-id-to-msg): New variable.
2883         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2884         notifications id to messages.
2885
2886 2012-08-30  Kenichi Handa  <handa@gnu.org>
2887
2888         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2889         once.
2890
2891 2012-08-29  Julien Danjou  <julien@danjou.info>
2892
2893         * gnus-notifications.el: New file.
2894         (gnus-notifications-notify): New function.
2895         (gnus-notifications): Use `gnus-notifications-notify'.
2896
2897 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2900         transfer encoding first; bind gnus-newsgroup-charset to the charset
2901         that the article specifies (Bug#12209).
2902
2903 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2906         (gnus-group-customize-done): Encode values posting-style holds.
2907
2908         * gnus-msg.el (gnus-summary-resend-message)
2909         (gnus-configure-posting-styles): Decode values posting-style group
2910         parameter holds.
2911
2912 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2915         `name' and `address' in Resent-From header.
2916
2917 2012-08-14  Chong Yidong  <cyd@gnu.org>
2918
2919         * gnus-art.el (article-display-face): Handle failure in
2920         gnus-create-image (Bug#11802).
2921
2922 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2923
2924         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2925         Use defsetf.
2926
2927 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2928
2929         * auth-source.el (auth-source-plstore-search)
2930         (auth-source-secrets-search): Ignore :require and :type in search spec.
2931
2932 2012-08-06  Julien Danjou  <julien@danjou.info>
2933
2934         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2935         `nnimap-request-move-article'.
2936
2937         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2938         Remove autoload, already handled by gnus.el.
2939
2940         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2941
2942         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2943         supported by nnimap actually.  Reverts previous change.
2944
2945         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2946         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2947         to-buffer argument that is already supported.
2948
2949 2012-08-05  Julien Danjou  <julien@danjou.info>
2950
2951         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2952         Add autoload.
2953
2954 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * gnus.el (gnus-valid-select-methods): Fix custom type.
2957
2958 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2959
2960         * auth-source.el (auth-sources, auth-source-backend-parse)
2961         (auth-source-macos-keychain-search)
2962         (auth-source-macos-keychain-search-items)
2963         (auth-source-macos-keychain-result-append)
2964         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2965         auth-source.el through the /usr/bin/security utility.
2966         (auth-sources): Fix syntax error.
2967         (auth-source-macos-keychain-result-append): Fix variable name.
2968         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2969
2970 2012-07-27  Julien Danjou  <julien@danjou.info>
2971
2972         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2973         Emacs < 24.1
2974
2975 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * message.el (message-kill-address): Don't kill last newline.
2978         (message-skip-to-next-address): Don't move to the next header.
2979         (message-fill-field-address): Work properly.
2980
2981 2012-07-25  Julien Danjou  <julien@danjou.info>
2982
2983         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2984
2985 2012-07-24  Julien Danjou  <julien@danjou.info>
2986
2987         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2988
2989         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2990         (nntp-async-timer-handler): Remove, unused.
2991
2992         * nnimap.el (nnimap-get-responses): Remove, unused.
2993
2994         * nnheader.el (mail-header-set-extra): Remove, unused.
2995
2996         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2997         unused.
2998
2999         * mm-view.el (mm-view-sound-file): Remove, unused.
3000
3001         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3002         (mm-url-encode-multipart-form-data): Remove, unused.
3003
3004         * message.el (message-remove-signature, message-make-host-name)
3005         (message-fill-address): Remove, unused.
3006
3007         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3008         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3009         unused.
3010
3011         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3012         (gnus-xmas-call-region): Remove, unused.
3013
3014         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3015
3016         * gnus-util.el (gnus-extract-address-component-name)
3017         (gnus-extract-address-component-email, gnus-sortable-date)
3018         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3019         (gnus-process-live-p): Remove, unused.
3020
3021         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3022
3023         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3024         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3025         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3026         function.
3027
3028         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3029
3030         * gnus-score.el (gnus-summary-score-crossposting)
3031         (gnus-score-regexp-bad-p): Remove, unused.
3032
3033         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3034
3035         * gnus-range.el (gnus-sublist-p): Remove, unused.
3036
3037         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3038         unused.
3039
3040         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3041
3042         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3043         (gnus-request-associate-buffer): Remove, unused.
3044
3045         * gnus-group.el (gnus-group-set-method-info)
3046         (gnus-group-set-params-info): Remove, unused.
3047
3048         * gnus-fun.el (gnus-shell-command-to-string)
3049         (gnus-shell-command-on-region): Remove, unused.
3050
3051         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3052
3053         * gnus-art.el (gnus-article-text-type-exists-p)
3054         (article-translate-characters, gnus-article-hide-text-of-type)
3055         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3056         Remove, unused.
3057
3058 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3059
3060         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3061
3062 2012-07-21  Julien Danjou  <julien@danjou.info>
3063
3064         * message.el (message-dont-reply-to-names): Replace deprecated
3065         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3066         (message-get-reply-headers): Ditto.
3067
3068 2012-07-18  Julien Danjou  <julien@danjou.info>
3069
3070         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3071         `sieve-upload-and-kill'.
3072
3073         * sieve.el (sieve-bury-buffer): Remove function.
3074         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3075         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3076
3077 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3078
3079         * shr.el (shr-expand-url): Handle URL starting with `//'.
3080
3081 2012-07-13  Chong Yidong  <cyd@gnu.org>
3082
3083         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3084         instead of calling toggle-read-only with a (bogus) argument.
3085
3086 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3087
3088         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3089         of initial input when reading the author to restrict the summary to.
3090
3091 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * mm-decode.el (mm-shr):
3094         Allow overriding charset by mm-charset-override-alist.
3095
3096 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * gnus-art.el (gnus-article-view-part):
3099         Toggle subparts of multipart/alternative part.
3100
3101 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3102
3103         * shr.el (shr-render-buffer): New command.
3104         (shr-visit-file): Use it.
3105
3106 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3109         Set no-byte-compile and no-update-autoloads.
3110
3111 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3114
3115 2012-06-25  Julien Danjou  <julien@danjou.info>
3116
3117         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3118         `nnimap-request-move-articles-find-limit' since we do not use it only
3119         for move operations.
3120         (nnimap-request-accept-article): Use
3121         `nnimap-request-articles-find-limit' to limit search by message-id.
3122
3123 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3124
3125         Support higher-resolution time stamps (Bug#9000).
3126
3127         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3128         VARLIST.  It's optional, for backward compatibility.
3129         (encode-time-value): New optional arg PICO.  New type 3.
3130         (time-to-seconds) [!float-time]: Support the new picoseconds
3131         component if it's used.
3132         (seconds-to-time, time-subtract, time-add):
3133         Support ps-resolution time stamps as well.
3134
3135 2012-06-19  Julien Danjou  <julien@danjou.info>
3136
3137         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3138
3139         * nnimap.el (nnimap-log-buffer): Check that
3140         `window-point-insertion-type' is boundp, since it's not available in
3141         XEmacs.
3142
3143 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3144
3145         * nnimap.el (nnimap-log-buffer): Add this, setting
3146         `window-point-insertion-type' in the buffer to t.
3147         (nnimap-log-command): Use nnimap-log-buffer.
3148
3149 2012-06-19  Julien Danjou  <julien@danjou.info>
3150
3151         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3152         argument to be able to limit the search.
3153         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3154         (nnimap-request-move-articles-find-limit): Add this to limit the search
3155         by Message-Id after a message move.
3156         (nnimap): Add defgroup.
3157
3158 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3159
3160         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3161
3162 2012-06-15  Julien Danjou  <julien@danjou.info>
3163
3164         * nnimap.el (nnimap-find-article-by-message-id): Use
3165         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3166         (nnimap-possibly-change-group): Add read-only argument.
3167         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3168         issuing EXAMINE manually.
3169         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3170         with read-only argument.
3171         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3172         cannot possibly change because we need to be sure that it's either
3173         read-write or read-only.
3174
3175 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3178         being bound to a lambda form.
3179
3180 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3181
3182         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3183         articles when fetch-old is non-nil (bug#11370).
3184
3185 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3186
3187         * gnus-picon.el (gnus-picon-properties): New defcustom.
3188         (gnus-picon-create-glyph): Use it.
3189
3190 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * gnus-group.el (gnus-group-get-new-news): Respect
3193         `gnus-group-use-permanent-levels', as documented (bug#11638).
3194
3195 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3196
3197         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3198         groups (bug#11641).
3199
3200 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3201
3202         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3203         is an integer to avoid later problems.
3204
3205 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3208         locales.
3209
3210         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3211         on a handle.
3212
3213         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3214         address as the default.
3215         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3216
3217         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3218         makes no sense to query the user about internal files.
3219
3220         * gnus-spec.el: Remove all the byte-compilation stuff, since
3221         benchmarking shows that it doesn't help when entering large summary
3222         buffers.
3223
3224         * gnus-xmas.el (gnus-xmas-define): Remove.
3225
3226         * gnus-util.el (gnus-byte-code): Remove.
3227
3228         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3229         grouplens stuff.
3230
3231 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3234         (bug#11514).
3235
3236 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3237
3238         * message.el (message-buffers): Return all buffers derived from Message
3239         to make `gnus-dired-attach' work with mu4e.
3240
3241 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3242
3243         * nntp.el: Stop the `letf' madness.
3244         (nntp--report-1): New var.
3245         (nntp-report): Merge nntp-report-1 into it.
3246         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3247         the nntp-report function.
3248
3249         * auth-source.el: Fix comment-style to follow the convention.
3250
3251 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3252
3253         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3254         (mm-dissect-singlepart): Don't guess the MIME type of
3255         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3256         set.
3257         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3258         toplevel MIME type is multipart/encrypted.
3259
3260 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3263         a string so that Gcc works (bug#11514).
3264
3265 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3266
3267         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3268         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3269
3270 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3271
3272         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3273         jumping to *Server* from a dedicated *Group* window.
3274         (gnus-configure-frame): CSE.
3275
3276         * gnus-registry.el: Minor style cleanup.
3277         (gnus-registry--set/remove-mark): New function, extracted from
3278         gnus-registry-install-shortcuts.
3279         (gnus-registry-install-shortcuts): Use it.
3280
3281 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * nnspool.el (news-path): Use eval-and-compile.
3284
3285 2012-05-24  Glenn Morris  <rgm@gnu.org>
3286
3287         * nnspool.el (news-directory, news-path, news-inews-program):
3288         Move here from paths.el.  Don't see a need for these to be autoloaded.
3289
3290         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3291         Merge in doc from paths.el version.  Don't see any need for this to be
3292         autoloaded, or for the warning about users not setting it.
3293
3294 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3295
3296         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3297         format.  In particular, add an optional argument and a docstring.
3298
3299         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3300
3301         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3302         current before calling `gnus-groups-to-gnus-format'.
3303         Note that this was already the case for `gnus-active-to-gnus-format'.
3304
3305 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3306
3307         Fix minor Y10k bug.
3308         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3309
3310 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3311
3312         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3313         message once it's actually open.
3314
3315 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3316
3317         * gnus.el: Ma Gnus v0.5 is released.
3318
3319 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3320
3321         * auth-source.el (auth-source--aput-1, auth-source--aput)
3322         (auth-source--aget): New functions and macros.
3323         Use them instead of aput/aget.
3324
3325 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3326
3327         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3328
3329 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3330
3331         * plstore.el (plstore-called-interactively-p): New compat macro copied
3332         from message.el.
3333         (plstore-mode): Use it.
3334
3335 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3336
3337         * plstore.el: Revive the editing feature.
3338         (plstore-mode): New mode to edit plstore file.
3339         (plstore-mode-toggle-display, plstore-mode-original)
3340         (plstore-mode-decoded): New command.
3341         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3342         (plstore--insert-buffer, plstore--make): New function.
3343         (plstore-open, plstore-save): Simplify by using them.
3344
3345 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3348
3349 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3350
3351         * tls.el (open-tls-stream): Remove unused binding.
3352
3353 2012-04-16  Glenn Morris  <rgm@gnu.org>
3354
3355         * nndraft.el (nndraft-request-list): Fix declaration.
3356
3357 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3358
3359         * mm-decode.el (mm-dissect-buffer): Doc fix.
3360
3361         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3362         don't have a current group.
3363
3364         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3365         buffer if it doesn't exist.
3366
3367         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3368         given, mark the group as ephemeral with the current window conf.
3369
3370         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3371         buffer exists, which it doesn't if we haven't started Gnus.
3372         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3373
3374 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3375
3376         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3377         type is.
3378
3379         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3380         `unexists' entries.
3381         (gnus-clean-old-newsrc): Fix last checkin.
3382
3383         * nnimap.el (nnimap-update-info): None of the articles below the active
3384         low-water mark exist.
3385
3386         * dgnushack.el: Get rid of XEmacs compilation warning.
3387
3388         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3389         would have gotten if we posted to the group, and use that to compare
3390         against the message we want to cancel (bug#10808).
3391
3392         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3393         on XEmacs.
3394
3395 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3396
3397         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3398         `scroll-margin'.
3399
3400 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3401
3402         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3403         citation prefix within a block of cited text should be considered part
3404         of that block *only* if it is a blank line.
3405
3406 2012-04-09  Chong Yidong  <cyd@gnu.org>
3407
3408         * binhex.el, hashcash.el, uudecode.el:
3409         Remove * characters from the front of variable docstrings.
3410
3411 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3414         before kinsoku-bol characters nor within kinsoku-eol characters.
3415
3416 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3419         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3420         (gnus-sync-read): Use mapc instead of mapcar.
3421
3422         * mm-archive.el: Require mm-decode for some macros.
3423         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3424         the byte compiler.
3425         (mm-archive-decoders): New function that returns the value of
3426         the mm-archive-decoders variable.
3427
3428         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3429         instead.
3430         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3431
3432         * nnimap.el (gnus-refer-thread-use-nnir):
3433         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3434
3435 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3438
3439 2012-03-12  Peter Münster  <pmrb@free.fr>
3440
3441         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3442         (gnus-demon-cancel): Ditto.
3443         (gnus-demon-run-callback): When function cannot be called due to low
3444         idleness, call it when idleness reaches the expected value, instead of
3445         waiting another timer period.
3446         (gnus-demon-init): Add `time' to arguments of call-back.
3447
3448 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3451
3452         * gnus.el: Register gnus-registry functions.
3453
3454         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3455         indent.
3456
3457         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3458         enabled before warping.
3459
3460 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3461
3462         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3463         registry about each article retrieved.
3464
3465         * gnus-int.el (gnus-select-group-with-message-id): New function.
3466         (gnus-try-warping-via-registry): Ditto.
3467         (gnus-warp-to-article): Fall back on the registry.
3468
3469 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3470
3471         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3472         inboxes.
3473
3474 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3477
3478 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3481         gnus-gcc-self-resent-messages may be a group parameter.
3482         (gnus-summary-resend-message): Don't encode encoded words in header
3483         when Gcc'ing resent message.
3484
3485 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * shr.el (shr-insert): Treat non-breaking space just like normal
3488         space.  This seems to produce more pleasing results.
3489         (shr-insert): Only insert a blank line if we're starting from an image.
3490         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3491         (shr-ensure-paragraph): Consider lines with white space to be blank.
3492
3493 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3494
3495         * Makefile.in: Respect DESTDIR.
3496
3497 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3498
3499         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3500         and gnus-gcc-post-body-encode-hook.
3501
3502 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3505         messages that don't exist.
3506
3507         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3508
3509 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3512         Remove.
3513
3514         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3515
3516         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3517
3518 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3521         have a group name.
3522
3523         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3524         a multibyte buffer (bug#7410).
3525         (article-wash-html): Parse the original article buffer to get the
3526         unencoded data (bug#7410).
3527
3528         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3529         .newsrc.el files.
3530
3531 2012-04-05  Bastien Guerry  <bzg@altern.org>
3532
3533         * color.el (color-lighten-name): Fix typo.
3534
3535 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3538         "#" to avoid having them interpreted as comments.
3539
3540 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * shr.el (shr-insert): Update the text state properly to avoid
3543         inserting spurious paragraph starts.
3544
3545 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * shr.el (shr-table-widths): Divide the extra width more fairly over
3548         the TDs (bug#10973).
3549         (shr-render-td): Don't delete too much padding.
3550         (shr-natural-width): Compute the natural width more correctly.
3551         (shr-insert): Allow the natural width to be computed for tables again.
3552         (shr-tag-table-1): Rework how the natural widths are computed by
3553         rendering the table a third time.
3554         (shr-natural-width): Removed.
3555         (shr-buffer-width): New function.
3556         (shr-expand-newlines): Use it.
3557
3558         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3559         using a `gnus-use-full-window' setup (bug#11013).
3560
3561 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3564         24.1 release.
3565
3566 2012-03-10  David Edmondson  <dme@dme.org>
3567
3568         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3569         'Forwarded Message' header and the start of the message.
3570
3571 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3572
3573         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3574         isn't running (bug#10897).
3575
3576 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577
3578         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3579         This is inconsistent with all the other stream functions, which leave
3580         the setting up to the higher levels (if so wanted) (bug#10931).
3581
3582 2012-02-28  Glenn Morris  <rgm@gnu.org>
3583
3584         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3585         mm-decode.el: Standardize possessive apostrophe usage.
3586
3587 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3590
3591 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3592
3593         * parse-time.el (parse-time-string): Allow extractor to return nil.
3594
3595 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3598
3599 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3600
3601         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3602
3603 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3604
3605         * mm-decode.el (mm-shr): Remove "soft hyphens".
3606
3607         * nnimap.el (nnimap-request-list): Return the group names encoded as
3608         utf8.  Otherwise non-European group names don't work.
3609         (nnimap-request-newgroups): Ditto.
3610
3611         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3612         the default in `read-string' (bug#10757).
3613
3614         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3615         topics (bug#10843).
3616
3617         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3618         buffer.  Suggested by Herbert Valerio Riedel.
3619         (nnimap-request-move-article): Delete the message from the correct IMAP
3620         server.
3621
3622 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3623
3624         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3625         Reported by Peter Münster.
3626
3627 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3628
3629         * shr.el (shr-image-fetched): Make sure we really kill the right
3630         buffer.
3631
3632 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3633
3634         * gnus-start.el (gnus-1): Avoid duplicate entries.
3635
3636 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3637
3638         * imap.el: Remove.
3639
3640         * nntp.el (nntp-coding-system-for-read): Remove.
3641         (nntp-coding-system-for-write): Ditto.
3642         (nntp-open-connection): Just use `binary' directly.
3643
3644         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3645         Gnus 0.3.
3646
3647 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3648
3649         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3650         application/octet-stream parts really is.
3651
3652         * gnus-sum.el (gnus-propagate-marks): Remove.
3653
3654 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3655
3656         * shr.el (shr-rescale-image): Undo previous change; see
3657         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3658
3659 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3660
3661         * gnus.el: Ma Gnus v0.3 is released.
3662
3663 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-sum.el (gnus-summary-local-variables): Make
3666         `gnus-newsgroup-unexist' into a local variable.
3667
3668 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3669
3670         * registry.el (registry-usage-test, registry-persistence-test): Move to
3671         tests/gnustest-registry.el.
3672         (registry-make-testable-db, registry-match-test)
3673         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3674
3675         * gnus-registry.el (gnus-registry-misc-test)
3676         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3677
3678         * tests/gnustest-registry.el: New file with the registry and
3679         gnus-registry ERT tests.
3680
3681 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * gnus-msg.el (gnus-summary-resend-message): Make
3684         gnus-summary-resend-message-insert-gcc be last item in
3685         message-header-setup-hook.
3686
3687 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3688
3689         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3690         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3691         Remove.
3692         (nnfolder-open-server): Don't use marks.
3693         (nnfolder-request-delete-group): Ditto.
3694         (nnfolder-request-rename-group): Ditto.
3695         (nnfolder-request-set-mark, nnfolder-request-marks)
3696         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3697         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3698
3699         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3700         (nnml-marks-modtime): Remove.
3701         (nnml-request-delete-group): Don't use marks.
3702         (nnml-request-rename-group): Ditto.
3703         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3704         (nnml-save-marks, nnml-open-marks): Remove.
3705
3706         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3707         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3708         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3709         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3710         (nntp-server-to-method-cache): Remove.
3711
3712         * shr.el (shr-rescale-image): Fix wrong merge.
3713
3714 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3715
3716         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3717         too-wide lines.
3718
3719 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3720
3721         * nnimap.el (nnimap-record-commands): New variable.
3722         (nnimap-log-command): Use it.
3723         (nnimap-make-process-buffer): Add a space to the process buffer.
3724         (nnimap-transform-headers): Don't bug out on header lines containing
3725         stuff that look like IMAP length encodings.
3726
3727         * shr.el (shr-rescale-image): Allow viewing large images.
3728
3729 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3730
3731         * nnml.el (nnml-request-compact-group): Delete the marks file after
3732         compaction (bug#10800).
3733
3734         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3735         group exit.
3736
3737         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3738         QRESYNC/FETCH output.
3739
3740 2012-02-11  Glenn Morris  <rgm@gnu.org>
3741
3742         * sieve-manage.el (sieve-manage-default-stream):
3743         * shr.el (shr):
3744         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3745         (nnir-retrieve-headers-override-function)
3746         (nnir-imap-default-search-key, nnir-notmuch-program)
3747         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3748         (nnir-method-default-engines):
3749         * message.el (message-cite-reply-position):
3750         * gssapi.el (gssapi-program):
3751         * gravatar.el (gravatar):
3752         * gnus-sum.el (gnus-refer-thread-use-nnir):
3753         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3754         (gnus-registry-max-pruned-entries):
3755         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3756         * gnus-int.el (gnus-after-set-mark-hook)
3757         (gnus-before-update-mark-hook):
3758         * gnus-async.el (gnus-async-post-fetch-function):
3759         * auth-source.el (auth-source-cache-expiry):
3760         Add missing :version tags to new defcustoms and defgroups.
3761
3762 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3765         `gnus-newsgroup-unexist'.
3766
3767         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3768         marks.
3769         (gnus-article-special-mark-lists): Put the `unexist' in the special
3770         marks list instead.
3771
3772         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3773         articles in the list of articles to be selected.
3774
3775         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3776         articles.
3777         (nnimap-update-info): Keep track of unexisting articles.
3778         (nnimap-update-qresync-info): Ditto.
3779
3780 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3781
3782         * message.el (message-default-send-mail-function): Made into own
3783         function for reuse by emacsbug.el.
3784
3785 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3786
3787         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3788         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3789
3790 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3791
3792         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3793         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3794
3795         * gnus-compat.el: Define `timer-set-function'.
3796
3797         * mm-decode.el (mm-display-external): Output the text from the command
3798         in the buffer after the command finished.  This makes text-based
3799         commands behave better.
3800
3801 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3802
3803         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3804
3805 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3806
3807         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3808         23.1.
3809
3810 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3813
3814 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3815
3816         * message.el (smtpmail-smtp-user): Silence compiler warning.
3817
3818 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3819
3820         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3821         SMTP user name.
3822
3823 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * gnus-sum.el (gnus-summary-show-thread):
3826         next-single-char-property-change may return nil in XEmacs.
3827         (gnus-summary-article-map): Fix typo.
3828
3829 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3830
3831         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3832         running.
3833
3834         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3835
3836         * gnus.el (gnus-server-extend-method): Don't add an -address component
3837         if the method already has one (bug#9676).
3838
3839 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3840
3841         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3842         of an initial-input for consistency (bug#10757).
3843
3844         * dgnushack.el: Fix XEmacs compilation warning.
3845
3846         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3847
3848         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3849
3850 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3851
3852         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3853         lines that are narrower than the window width.  Otherwise background
3854         "blocks" will look less readable.
3855
3856 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3857
3858         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3859         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3860         have newlines within the strings, and where the UID comes after the
3861         BODYSTRUCTURE element (bug#10537).
3862
3863         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3864         (bug#10732).
3865
3866         * shr.el (shr-insert-document): Add doc string.
3867         (shr-visit-file): Ditto.
3868         (shr-remove-trailing-whitespace): New function.
3869         (shr-insert-document): Use it to clean up trailing whitespace as the
3870         final step (bug#10714).
3871
3872 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3873
3874         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3875         buffer if `gnus-kill-summary-on-exit' is nil.
3876
3877 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3878
3879         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3880         when just reading a single group from "without" Gnus.
3881
3882 2012-02-06  Chong Yidong  <cyd@gnu.org>
3883
3884         * gnus-sum.el (gnus-summary-show-thread):
3885         next-single-char-property-change never returns nil (Bug#8657).
3886
3887 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3888
3889         * message.el (message-multi-smtp-send-mail): New function.
3890         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3891         header to implement multi-SMTP functionality.
3892
3893         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3894         (gnus-agentize): Don't set it.
3895         (gnus-agent-send-mail): Don't use it.
3896
3897         * gnus-sum.el (gnus-summary-widget-backward): New function and
3898         keystroke.
3899
3900         * gnus-compat.el: More the compat functions more compatible.
3901
3902         * shr.el (shr-put-image): Remove underlines from sliced images.
3903         (shr-zoom-image): Compute the region to be replaced more correctly.
3904
3905 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3908         (gnus-summary-resend-message-insert-gcc): New function.
3909         (gnus-summary-resend-message): Modify message-header-setup-hook and
3910         message-sent-hook to make it work for Gcc.
3911         (gnus-inews-do-gcc): Update the number of unread articles of groups
3912         that messages are Gcc'd to.
3913
3914         * message.el (message-resend): Run message-sent-hook to do Gcc.
3915
3916 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3917
3918         * lpath.el: Fix an XEmacs compilation warning.
3919
3920         * gnus-compat.el: Require `help-fns' to fix compilation error.
3921
3922         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3923         a higher level to silence compilation.
3924
3925         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3926         parameter to allow controlling the scaling.
3927
3928         * shr.el (shr-zoom-image): New command and keystroke.
3929         (shr-put-image): Take a `size' flag to say how to scale the image.
3930
3931         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3932         deletion unless already defined.
3933
3934         * gnus.el (gnus-compat): Require it.
3935
3936         * gnus-compat.el: New file.
3937
3938         * gnus-start.el (gnus-clean-old-newsrc): New function.
3939         (gnus-read-newsrc-file): Use it.
3940
3941         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3942         Use recursive deletion.
3943         (mm-dissect-archive): Add support for zip files.
3944
3945         * gnus-util.el (gnus-recursive-directory-files): New function.
3946
3947         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3948         (mm-archive-decoders): Add tgz support.
3949
3950         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3951         Otherwise inserting text into the Gnus buffer can look odd.
3952
3953         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3954
3955         * mm-archive.el (mm-archive-decoders): Add support for tar.
3956
3957         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3958
3959         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3960
3961 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3962
3963         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3964
3965         * mm-archive.el: New file.
3966
3967         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3968
3969         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3970
3971         * message.el (message-goto-*): Make all the `message-goto-*' commands
3972         push the mark before moving point.  This makes it easier to go back to
3973         where you came from after editing whatever you jumped to.
3974
3975 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3976
3977         * gnus.el: Ma Gnus v0.1 is released.
3978
3979 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3980
3981         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3982         without reconnecting.
3983         (nnimap-possibly-change-group): Ditto.
3984         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3985         connection has died before being called.
3986
3987 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3988
3989         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3990         an initial sync unless we're really doing one.
3991
3992         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3993         address parameter if one already exists (bug#9676).
3994
3995         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3996         not the prefix, as documented (bug#10689).
3997
3998 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3999
4000         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4001         the "server".
4002
4003         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4004         the real error message with the useless "previously known to be down".
4005         Which isn't even correct.
4006
4007         * nntp.el (nntp-open-connection): Report the error message if the nntp
4008         server can't be reached.
4009
4010         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4011         groups we do a total scan for.
4012         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4013         doing that.
4014
4015 2012-01-31  Jim Meyering  <jim@meyering.net>
4016
4017         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4018         Correct a comment (insert "not") and hide nominally-doubled "to".
4019
4020 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4021
4022         * gnus.el (gnus-version): Change name to "Ma Gnus".
4023
4024 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4025
4026         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4027         section in the manual.
4028
4029 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4030
4031         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4032         words.
4033         (rfc2047-encode-string): Ditto.
4034         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4035         understand folded filename="..." parameters, for instance.
4036
4037         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4038         the message for greater debuggability.
4039
4040 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4041
4042         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4043         instead of setting it locally, since the latter doesn't seem to have
4044         any effect (most of the time).
4045
4046 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4047
4048         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4049         function call.
4050
4051 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4052
4053         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4054         seconds, and make the repeat clause with HH:MM specs work as
4055         documented.
4056
4057 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4058
4059         * proto-stream.el (proto-stream-capability-open): Fall back on
4060         :end-of-command if :end-of-capability doesn't exist.
4061
4062 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4065         bound globally in old Emacsen and XEmacsen.
4066
4067 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4068
4069         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4070         so that previous errors don't prohibit getting new news.
4071
4072         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4073
4074         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4075
4076 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4077
4078         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4079         buffer, not of the string which is its name.
4080
4081 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4082
4083         * proto-stream.el (proto-stream-capability-open): Wait for
4084         :end-of-capability, not :end-of-command.
4085
4086         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4087         non-server-marks groups.
4088         (gnus-group-make-articles-read): Ditto.
4089
4090         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4091         methods (bug#9676).
4092
4093         * gnus.el (gnus-method-ephemeral-p): New function.
4094
4095 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4098         left-to-right.
4099
4100 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4101
4102         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4103         warning.
4104
4105 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4106
4107         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4108         macroexpand the nnir things, since they haven't been defined yet, and
4109         nnir requires gnus-sum.
4110
4111 2012-01-24  Julien Danjou  <julien@danjou.info>
4112
4113         * color.el (color-rgb-to-hsl): Fix value computing.
4114         (color-hue-to-rgb): New function.
4115         (color-hsl-to-rgb): New function.
4116         (color-clamp, color-saturate-hsl, color-saturate-name)
4117         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4118         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4119
4120 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4121
4122         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4123
4124 2012-01-19  Julien Danjou  <julien@danjou.info>
4125
4126         * color.el (color-name-to-rgb): Use the white color to find the max
4127         color component value and return correctly computed values.
4128         (color-name-to-rgb): Add missing float conversion for max value.
4129
4130 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4131
4132         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4133         logical server name in addition to the actual machine address.
4134
4135         * auth-source.el (auth-source-user-and-password): Add convenience
4136         wrapper to search by just host and optionally user.
4137
4138 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139
4140         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4141         after rendering.
4142
4143 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4144
4145         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4146         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4147         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4148
4149 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4152         (bug#9693).
4153         (gnus-summary-setup-buffer): Document return value (bug#9697).
4154
4155         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4156         since ido doesn't work on symbols (bug#9632).
4157
4158         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4159         when getting a single value as when getting all the values.  This means
4160         that atoms like `gcc-self' work cumulatively, like variable settings,
4161         instead of getting the value from the last matching clause.
4162         (gnus-group-find-parameter): Protect against the group buffer not
4163         existing (bug#9585).
4164
4165 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4166
4167         * gnus-start.el (gnus-activate-group): Document more parameters
4168         (bug#9694).
4169
4170         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4171         (bug#9692).
4172
4173         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4174         article was fetched, so that it can be expired later (bug#9958).
4175         (gnus-agent-summary-fetch-series): Add doc string.
4176         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4177         (bug#9517).
4178
4179         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4180         retrieval is happening.
4181
4182         * gnus.el (gnus-parameters): Doc fix.
4183
4184 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4185
4186         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4187         show the thread after expansion.
4188
4189 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * gnus-art.el (article-narrow-to-head): If the head is completely
4192         empty, narrow to the empty region (bug#9764).
4193
4194         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4195         read, and then mark them as unread only when the unread mark is used.
4196         This makes `C-- T k' actually work, even though it's confusing.
4197
4198         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4199         alive before we try to find its window.
4200
4201 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4202
4203         * mm-decode.el (mm-display-external): Use a longer timeout for the
4204         deletion to allow slow programs to display the file.
4205
4206 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4207
4208         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4209         prompt to be less confusing.
4210
4211         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4212         argument to `message-reply'.  This broke `special-display-*' frame
4213         pop-uping (bug#10238).
4214
4215 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4218         systems, since these allegedly don't work there.
4219
4220 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4221
4222         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4223         live buffer.
4224
4225 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * nnir.el (nnir-retrieve-headers): Protect against the article not
4228         existing on the server (bug#10335).
4229
4230 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4231
4232         * gnus-agent.el (gnus-agent-load-local): Recompute
4233         gnus-agent-article-local on changing method.
4234
4235 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236
4237         * gnus.el (gnus-parameters): Note precedence.
4238
4239 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4240
4241         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4242         in the group buffer.
4243
4244 2012-01-04  Julien Danjou  <julien@danjou.info>
4245
4246         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4247         change.
4248
4249 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4252         too.
4253
4254         * nntp.el (nntp-retrieve-group-data-early): Use it.
4255
4256 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * nntp.el (nntp-retrieval-in-progress): New variable.
4259         (nntp-make-process-buffer): Make it buffer-local.
4260
4261         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4262         2010.
4263         (gnus-demon-init): Use it to compute the time if time is on the form
4264         "04:23".
4265
4266         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4267
4268         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4269         status in the correct buffer.
4270
4271 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4272
4273         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4274         when opening topics (bug#10407).
4275
4276 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4277
4278         * gnus-cus.el (gnus-score-customize):
4279         * gnus-sum.el (gnus-sort-gathered-threads):
4280         * message.el (message-shorten-references):
4281         * nnmairix.el (nnmairix-request-group):
4282         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4283
4284 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4285
4286         * gnus-agent.el (gnus-agent-regenerate-group):
4287         * gnus-int.el (gnus-retrieve-group-data-early):
4288         * mm-util.el (mm-codepage-ibm-list):
4289         * nndiary.el (Commentary, nndiary-get-new-mail):
4290         * nnir.el (nnir):
4291         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4292
4293 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * mm-view.el (mm-display-inline-fontify): Add comment.
4296
4297 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4298
4299         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4300         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4301
4302 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4303
4304         * gnus-art.el (gnus-split-methods):
4305         * gnus-msg.el (gnus-configure-posting-styles):
4306         * gnus-spec.el (gnus-parse-simple-format):
4307         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4308         * message.el (message-do-actions): Spelling fix.
4309
4310 2011-12-15  Juri Linkov  <juri@jurta.org>
4311
4312         * mm-decode.el (mm-inline-media-tests): Add missing
4313         `mm-handle-media-subtype'.
4314
4315 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4316
4317         * gnus-group.el (gnus-group-tool-bar):
4318         * gnus-sum.el (gnus-summary-tool-bar):
4319         * message.el (message-tool-bar):
4320         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4321
4322 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4323
4324         * plstore.el (plstore--insert-buffer): Spelling fix.
4325
4326 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4327
4328         * message.el (message-valid-fqdn-regexp): Update with newly approved
4329         top-level domain names ".tel" and ".asia".
4330
4331 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4334         unconditionally.
4335
4336 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4339         pop-to-buffer-same-window for old Emacsen.
4340
4341 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4342
4343         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4344
4345 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4346
4347         * netrc.el (netrc-credentials): Spelling fix.
4348
4349 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4350
4351         * gnus-fun.el (gnus-fun-ppm-change-string):
4352         * gnus-msg.el (gnus-inews-do-gcc):
4353         * gnus-sum.el (gnus-summary-find-for-reselect):
4354         * gnus.el (gnus-summary-cancelled):
4355         * message.el (message-cancel-hook, message-send-news):
4356         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4357         * nnir.el (nnir-run-hyrex):
4358         * nntp.el (nntp-with-open-group-function):
4359         * pgg.el (pgg-pending-timers): Spelling fix.
4360
4361 2011-12-04  Chong Yidong  <cyd@gnu.org>
4362
4363         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4364         change (Bug#10200).
4365
4366 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * compface.el (uncompface):
4369         * gnus-art.el (gnus-article-x-face-command): Update the header format
4370         of icon data for the most recent icontopbm program.
4371
4372 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-msg.el (gnus-inews-do-gcc):
4375         * message.el (message-send-mail):
4376         * mml.el (mml-generate-mime): Share the value of the buffer-local
4377         `message-options' variable between a draft buffer and temprary working
4378         buffers.
4379
4380 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4381
4382         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4383
4384 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4387         for Cygwin.
4388
4389 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4390
4391         * gnus-group.el (gnus-group-prepare-flat):
4392         * mm-bodies.el (mm-encode-body):
4393         * mml.el (mml-preview):
4394         * nnml.el (nnml-request-compact-group):
4395         * pop3.el (pop3-stream-type): Spelling fix.
4396
4397 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4398
4399         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4400
4401 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4402
4403         * color.el (color-rgb-to-hsl):
4404         * gmm-utils.el (gmm-tool-bar-style):
4405         * gnus-group.el (gnus-group-prepare-flat):
4406         * gnus-topic.el (gnus-topic-prepare-topic):
4407         * mm-decode.el (mm-discouraged-alternatives):
4408         * rfc2047.el (rfc2047-encode-1):
4409         * starttls.el: Spelling fix.
4410
4411 2011-11-24  Glenn Morris  <rgm@gnu.org>
4412
4413         * binhex.el (binhex-begin-line): Give it basic doc-string.
4414
4415         * starttls.el, tls.el: Fix case of "GnuTLS".
4416
4417 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4418
4419         * gnus-group.el (gnus-group-highlight): Fix typo.
4420
4421 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4422
4423         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4424         value of `delete-file', that returns nil for a local file but returns t
4425         for a remote file using ssh.
4426
4427 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4428
4429         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4430
4431 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4434         avoid later breakage.
4435
4436 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4439         article buffers' name.
4440
4441 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4444         by Paul Eggert's spellfixes two days ago.
4445
4446 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4449         doesn't have it.
4450
4451         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4452         buffer-local instead of binding them to avoid warnings.  Also demote
4453         errors (bug#10063).
4454         (font-lock-mode-hook): Shut up byte compiler.
4455
4456 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4457
4458         * mm-util.el (mm-charset-after):
4459         * nnir.el (nnir-run-hyrex):
4460         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4461         (ntlm-get-password-hashes, ntlm-md4hash):
4462         * smime.el: Fix typo.
4463
4464 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4465
4466         * gnus-agent.el (gnus-agent-expire-group-1):
4467         * nndiary.el (nndiary-last-occurence):
4468         * nnimap.el (nnimap-request-set-mark):
4469         * nnmairix.el (nnmairix-only-use-registry):
4470         * gnus-group.el (gnus-group-prepare-flat):
4471         * gnus-sum.el (gnus-decode-encoded-word-methods):
4472         * message.el (message-wash-subject):
4473         * nntp.el (nntp-retrieve-headers-with-xover):
4474         * smime.el (smime-certificate-directory): Spelling fix.
4475
4476 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4477
4478         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4479
4480         * color.el:
4481         * gnus-agent.el (gnus-agent-possibly-alter-active):
4482         * gnus-dired.el (gnus-dired-print):
4483         * mail-parse.el:
4484         * nnmairix.el (nnmairix-request-group):
4485         * shr.el (shr-image-displayer):
4486         * sieve-manage.el:
4487         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4488
4489 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4490
4491         * gnus-sum.el (gnus-auto-select-subject):
4492         * spam-report.el (spam-report-resend): Spelling fix.
4493
4494 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4495
4496         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4497         * gnus-art.el (gnus-default-article-saver):
4498         * gnus-srvr.el (gnus-server-copy-server):
4499         * gnus.el (gnus-sloppily-equal-method-parameters):
4500         * html2text.el (html2text-format-tag-list):
4501         * message.el (message-narrow-to-head):
4502         * nndiary.el:
4503         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4504         * sieve.el: Spelling fix.
4505
4506 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4507
4508         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4509         * gnus-sum.el (gnus-summary-make-menu-bar):
4510         * gnus-uu.el (gnus-uu-decode-postscript)
4511         (gnus-uu-decode-postscript-and-save):
4512         * mailcap.el (mailcap-print-command):
4513         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4514         Fix typos.
4515
4516 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4517
4518         * gnus-art.el (gnus-article-part-wrapper):
4519         * html2text.el (html2text-fix-paragraphs):
4520         * mm-decode.el (mm-image-fit-p):
4521         * rfc2047.el (rfc2047-encode-message-header):
4522         * shr-color.el (shr-color-visible-distance-min)
4523         (shr-color-relative-to-absolute, set-minimum-interval)
4524         (shr-color-visible): Fix typos.
4525
4526 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4527
4528         * gmm-utils.el (gmm-tool-bar-item):
4529         * gnus-art.el (gnus-treat-body-boundary):
4530         * gnus-diary.el (gnus-user-format-function-d):
4531         * gnus-start.el (gnus-get-unread-articles):
4532         * pgg-gpg.el (pgg-gpg-update-agent):
4533         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4534
4535 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4536
4537         * gnus-topic.el (gnus-group-prepare-topics):
4538         * gnus-uu.el (gnus-extract-view):
4539         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4540
4541 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4542
4543         * spam.el: Move BBDB autoloads.
4544         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4545         BBDB 2 and 3.
4546         (spam-check-BBDB): Use it.
4547         (spam-enter-ham-BBDB): Use it.
4548
4549 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4550
4551         * smime.el (smime-draw-buffer): Spelling fix.
4552
4553 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4554
4555         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4556         for scanning exactly one level.
4557         * gnus-start.el (gnus-get-unread-articles): Ditto.
4558
4559 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4562         slightly clearer.
4563
4564 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4565
4566         * gnus-sync.el: More commentary about setup.
4567
4568 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * message.el (message-send-and-exit): Document `arg'.
4571
4572 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4573
4574         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4575
4576 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4577
4578         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4579
4580         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4581         we don't use `bound-and-true-p'.
4582
4583 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4584
4585         * gnus-util.el (gnus-bound-and-true-p): Remove.
4586         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4587         * nnir.el: Use it.
4588         * nnmairix.el: Use it.
4589
4590 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4591
4592         * gnus-sync.el: Improve docs about CouchDB admins.
4593
4594         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4595         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4596         for reasons unknown.
4597         * nnir.el: Use it.
4598         * nnmairix.el: Use it.
4599
4600         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4601         * nnir.el: Ditto.
4602         * nnmairix.el: Ditto.
4603
4604         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4605
4606 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4607
4608         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4609         not needed.  Provide xmlplistread list function to produce XML plist
4610         output for non-Gnus LeSync clients.
4611
4612 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4613
4614         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4615
4616         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4617         and save against it.  Group subscriptions, read marks, other marks,
4618         subscription levels, topic names, and topic offsets (the group's
4619         position within the topic) are saved.  This is an experimental backend
4620         and may change significantly.  Load json.el from the gnus-fallback-lib
4621         if it's not available otherwise.
4622         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4623
4624 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4625
4626         * message.el (message-completion-function): Make sure
4627         message-tab-body-function is not attempted if one of
4628         message-completion-alist fails to find a completion (bug#9158).
4629
4630 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4631
4632         * mml.el (mml-quote-region): Quote <#secure> tag.
4633         (mml-generate-mime-1): Unquote <#secure> tag.
4634
4635 2011-10-20  Chong Yidong  <cyd@gnu.org>
4636
4637         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4638         calling a minor mode from Lisp with nil arg enables it, so we have to
4639         make the wording a bit ambiguous here).
4640
4641 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4642
4643         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4644         * nnir.el (nnir-mode): Use it.
4645         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4646         Use it.
4647
4648         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4649         * nnmairix.el (gnus-registry-enabled): Ditto.
4650
4651 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4652
4653         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4654         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4655         only while we need to find out if it should be t or nil.
4656         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4657         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4658         the registry is installed.  Set it to nil when it's unloaded.
4659         (gnus-registry-install-p): Provide user guidance for the initial value
4660         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4661         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4662         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4663         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4664         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4665         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4666         `gnus-registry-install'.
4667
4668 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4669
4670         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4671         previous change.
4672         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4673         primary key is marked as disabled.
4674
4675 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4676
4677         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4678         primary key is marked as disabled.
4679
4680 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4681
4682         * html2text.el (html2text-clean-anchor): Check for quotes around
4683         `href' value.
4684
4685 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4686
4687         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4688         searching.  Drop `bbdb-cache'.
4689
4690 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * message.el (message-signed-or-encrypted-p): Exclude header when
4693         checking if there is signed or encrypted body in text/plain message.
4694
4695 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4696
4697         * html2text.el (html2text-get-attr): Correctly handle attribute values
4698         containing "=".
4699
4700 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4701
4702         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4703         handle bindings.
4704
4705 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706
4707         * gnus-win.el (gnus-configure-windows): Protect against reading
4708         ephemeral groups outside of Gnus.
4709
4710 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * shr.el (shr-tag-img): Don't get images displayed in tables.
4713
4714 2011-10-03  Glenn Morris  <rgm@gnu.org>
4715
4716         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4717         the "maintainer" version of debbugs.gnu.org reports.
4718
4719 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4722         make asynchronous adjacent image insertion work better.
4723
4724 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4725
4726         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4727         documentation.
4728
4729 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4732         `gnus-asynchronous' isn't shadowed.
4733
4734 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4735
4736         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4737
4738         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4739         (nnimap-insert-partial-structure): The charset parameter isn't
4740         case-sensitive.
4741
4742         * nnheader.el (nnheader-message-maybe): New function.
4743
4744         * shr.el (shr-tag-table): Render totally broken tables better.
4745
4746         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4747         computing the boundary.
4748
4749 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * pop3.el (pop3-number-of-responses): Remove.
4752         (pop3-wait-for-messages): Rewrite to take linear time instead of
4753         exponential time.
4754
4755 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756
4757         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4758         re-fetch images.
4759
4760         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4761         re-fetch images when hitting `g' in Gnus.
4762
4763 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4766         (mml-compute-boundary): Don't check collision if it is non-nil.
4767         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4768         before checking collision.
4769
4770 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * message.el (message-indent-citation): Really make sure there's a
4773         newline at the end.
4774
4775         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4776         Fix suggested by John Wiegley.
4777
4778         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4779
4780         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4781
4782         * message.el (message-default-send-rename-function): Break out into its
4783         own function.
4784
4785         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4786         doesn't work under XEmacs.
4787
4788         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4789         of "imaps" to word around Windows problems.
4790         (nnimap-open-connection-1): Use it.
4791
4792         * message.el (message-indent-citation): Revert last change which made
4793         `F' not work.
4794
4795 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4796
4797         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4798         terminal as well.
4799
4800 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4803         because it displays images using overlays that aren't easy to copy to
4804         the article buffer.
4805
4806 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4807
4808         * message.el (message-indent-citation): Fix empty line removal at the
4809         end of the citation.
4810
4811 2011-09-20  Julien Danjou  <julien@danjou.info>
4812
4813         * auth-source.el (auth-source-netrc-create): Use default value for
4814         password if specified.  Evaluate default.
4815         (auth-source-plstore-create): Ditto.
4816         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4817         value evaluation.
4818         (auth-source-netrc-create): Typo fix.
4819         (auth-source-plstore-create): Ditto.
4820
4821         * password-cache.el (password-cache-remove): Remove entries even if the
4822         value is nil, so that password with a nil value (negative caching) is
4823         possible to invalidate.
4824
4825         * auth-source.el (auth-source-format-cache-entry): New function.
4826
4827 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4830
4831 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4834
4835 2011-09-19  Julien Danjou  <julien@danjou.info>
4836
4837         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4838         which work with things that are not ASCII.
4839
4840 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4841
4842         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4843
4844 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845
4846         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4847         message level.
4848
4849 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4852
4853 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4856
4857 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4860         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4861
4862 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4863
4864         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4865         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4866         articles.
4867
4868 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4869
4870         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4871         (message-mail-other-window, message-mail-other-frame)
4872         (message-news-other-window, message-news-other-frame):
4873         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4874         instead of setting buffer display varibles.
4875
4876 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4879
4880         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4881
4882 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4885         duplicates" to a higher level.
4886
4887         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4888         most egregious messages.
4889
4890 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4893
4894 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4895
4896         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4897         up the file (bug#9351).
4898
4899 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4900
4901         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4902         it does with all other backends, but decode the names immediately after
4903         getting them.
4904
4905         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4906         decoding nnimap groups.
4907
4908         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4909         newsrc file.  It doesn't seem like an important optimization any more.
4910
4911 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4912
4913         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4914         overflows.
4915
4916 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4919         (gnus-interactive-exit): Extend to `quiet'.
4920
4921         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4922
4923         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4924         string.
4925
4926         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4927         renaming function arguments from `this'.
4928
4929         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4930
4931         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4932         has been renamed.
4933         (gnus-lrm-string-p): Include RLM and PDF, too.
4934
4935         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4936         (bug#9225).
4937
4938 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4939
4940         Add autoload cookies for functions used by sendmail.el.
4941         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4942
4943         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4944
4945 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus-art.el (article-date-ut): Work properly even when there are
4948         things like Date header in the body; work for forwarded parts.
4949
4950 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4951
4952         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4953         original-article-buffer.
4954
4955 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4956
4957         * nnir.el (nnir-compose-result): Fix matching of server type.
4958         (nnir-run-swish++): Ditto.
4959         (nnir-run-namazu): Ditto.
4960         (nnir-run-notmuch): Ditto.
4961
4962 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4963
4964         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4965         (bug#9405).
4966
4967         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4968         (bug#9421).
4969
4970         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4971         (bug#9425).
4972
4973         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4974         thing (bug#9426).
4975
4976 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4979         the error message.
4980
4981 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4982
4983         * message.el (message-setup-1): Return t (Bug#9392).
4984
4985 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4986
4987         * gnus-sum.el: When adding article headers to a summary buffer also
4988         update gnus-newsgroup-articles (bug#9386).
4989
4990 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * auth-source.el: Autoload help-mode.
4993
4994 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4995
4996         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4997         names.
4998
4999 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5000
5001         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5002         mm-replace-in-string for compatibility issues.
5003         * mml2015.el (mml2015-epg-verify): Ditto.
5004
5005 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5008
5009         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5010
5011 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012
5013         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5014         continue on and do the clean-up phase (bug#9188).
5015
5016         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5017         just ignore groups that can't be opened instead of erroring out
5018         (bug#9225).
5019
5020         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5021         nil since some many people are fuddy-duddies.
5022
5023         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5024         images.
5025
5026         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5027         instead.
5028
5029         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5030
5031         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5032
5033         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5034         processing.
5035
5036         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5037         buffer to avoid warnings.
5038
5039 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5040
5041         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5042         specified to reduce precision.
5043
5044 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5047         bodystructures (bug#9314).
5048
5049 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5052         Make button keymap non-sticky after buttons.
5053
5054 2011-08-18  David Engster  <dengste@eml.cc>
5055
5056         * nnmairix.el (nnmairix-request-set-mark)
5057         (nnmairix-goto-original-article): Remove adding of article to registry,
5058         since `gnus-registry-add-group' isn't available anymore.
5059         (nnmairix-determine-original-group-from-registry):
5060         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5061         available anymore.
5062
5063 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5064
5065         * starttls.el (starttls-any-program-available): Define as obsolete
5066         function.
5067
5068 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069
5070         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5071         versions which Gnus use when appropriate.
5072
5073         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5074         a pretty destructive command.
5075
5076         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5077
5078 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5079
5080         * message.el (message-fix-before-sending): Make a different warning
5081         about NUL characters (bug#9270).
5082
5083         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5084         from custom (bug#9260).
5085
5086         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5087         things work in Emacs 22 and XEmacs, too.
5088
5089         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5090         default From.
5091
5092         * gnus-spec.el (gnus-lrm-string-p): New macro.
5093         (gnus-lrm-string): New constant.
5094         (gnus-summary-line-format-spec): LRM-ify the from.
5095         (gnus-tilde-max-form): LRM-ify string chopping.
5096
5097         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5098
5099         * message.el (message-is-yours-p): Allow disabling canlock checking
5100         (bug#9295).
5101         (message-shoot-gnksa-feet): Add `canlock-verify'.
5102         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5103         message directory isn't writable (bug#9304).
5104
5105         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5106         non-world-readable.
5107
5108 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5111         articles.
5112
5113 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5114
5115         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5116         copy-list.
5117
5118 2011-08-12  Sam Steingold  <sds@gnu.org>
5119
5120         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5121         in the reverse order to avoid modifying the cache with `nreverse'.
5122         (gnus-all-score-files): Do not modify the value returned by
5123         `gnus-score-find-alist' because it lives in a cache variable.
5124         (gnus-current-home-score-file): No need to `nreverse' the return value
5125         of `gnus-score-find-alist', it is already in the correct order.
5126
5127 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5128
5129         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5130         type MESSAGE and subtype RFC822 is slightly different from those of
5131         type TEXT.
5132
5133 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5134
5135         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5136         This allows article-referral to work from an nnir group.
5137
5138 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5139
5140         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5141
5142 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5143
5144         * mml1991.el (mml1991-epg-find-usable-key)
5145         (mml1991-epg-find-usable-secret-key): New function.
5146         (mml1991-epg-sign): Check if signing key is usable.
5147         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5148
5149 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5150
5151         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5152         server-variables only.  This should fix a bug introduced with commit
5153         e1889675b7f4adf057833c5513c9374134c4e053.
5154         (nnir-run-query): 'nnir-search-engine should not be set from the global
5155         environment.
5156
5157 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5158
5159         * nnir.el (nnir-search-thread): Position point on referring article
5160         line.
5161         (nnir-warp-to-article): Clean up summary buffers.
5162
5163         * nnimap.el (nnimap-request-thread): Whitespace fix.
5164
5165 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5166
5167         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5168
5169 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * starttls.el (starttls-available-p): Rename from
5172         `starttls-any-program-available' and changed return convention.
5173
5174 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5175
5176         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5177         `unix-sync' unless it's defined.
5178
5179 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5180
5181         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5182         `aref' for XEmacs compatibiltiy.
5183
5184 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5187
5188 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5189
5190         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5191         closures, quote the form properly (bug#9194).
5192
5193 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5196         (gnus-summary-insert-new-articles): Protect against servers that are
5197         down.
5198
5199 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5200
5201         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5202         in mm handle if none is specified.
5203
5204 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5205
5206         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5207
5208 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5209
5210         * nnir.el (nnir-search-thread): New function to make an nnir group
5211         based on a thread query.
5212
5213         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5214         of nnir in thread referral.
5215         (gnus-summary-refer-thread): Use it.
5216
5217         * nnimap.el (nnimap-request-thread): Use it.
5218
5219 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * shr.el (shr-tag-comment): Ignore HTML comments.
5222
5223 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5224
5225         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5226         argument.
5227         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5228         Use `nnir-address' to handle server info rather than passing an arg.
5229
5230         * nnimap.el (nnimap-make-thread-query): New utility function to format
5231         an imap thread search query.
5232         (nnimap-request-thread): Use it.
5233
5234         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5235         right select-method if we are not going back to the group buffer.
5236
5237 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5240         enter invalid buffer configurations into the quit form (bug#9107).
5241         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5242         unplugged/plugged.
5243
5244         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5245         keep track of which ones are unread (bug#9061).
5246
5247         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5248         (bug#9055).
5249
5250         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5251         (bug#9041).
5252
5253         * gnus-html.el (mm-util): Require (bug#9073).
5254
5255         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5256         (gnus-summary-refer-thread): Use it to remove duplicates in the
5257         un-threaded view (bug#9053).
5258         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5259
5260 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5261
5262         * nnir.el (nnir-read-server-parm): Use default value from global
5263         variable.  Without this the default search engine parameters aren't
5264         used at all.
5265
5266 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267
5268         * message.el (message-unique-id): Don't use the undocumented return
5269         value from (random t) (bug#9118).
5270
5271 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * message.el (message-auto-save-directory): If the ~/Mail directory
5274         doesn't exist, use ~ as the auto-save directory (bug#4432).
5275
5276         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5277         hasn't already been started.
5278
5279 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5282
5283         * message.el (message-reply): Work around mysterious bug where
5284         `message-mode' seems to overwrite the locally bound `subject' variable.
5285
5286 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5287
5288         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5289         correct group.
5290
5291         * gnus-int.el (gnus-request-thread): Add group argument.
5292
5293         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5294
5295 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5298
5299         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5300         renamed to `debbugs-gnu-*'.
5301
5302 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5303
5304         * plstore.el: Revert the editing feature since it is not urgent.
5305         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5306         (plstore-mode-decoded): Remove.
5307
5308 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5311         isn't very interesting any more, and it leaks potentially secret data.
5312         (gnus-debug): Remove.
5313
5314         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5315         use of :custom-show.
5316
5317 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5318
5319         * plstore.el: Add documentation.
5320         (plstore-mode): New mode to edit plstore file.
5321         (plstore-mode-toggle-display, plstore-mode-original)
5322         (plstore-mode-decoded): New command.
5323         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5324         (plstore--insert-buffer, plstore--make): New function.
5325         (plstore-open, plstore-save): Simplify by using them.
5326
5327 2011-07-06  Glenn Morris  <rgm@gnu.org>
5328
5329         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5330
5331 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5334         no longer is much used.
5335         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5336         Articles".
5337
5338 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5339
5340         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5341         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5342         `notmuch' backend.
5343
5344 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5345
5346         * mm-decode.el (mm-text-html-renderer): Doc fix.
5347
5348         * gnus-msg.el (gnus-bug): Fix the MML tag.
5349
5350         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5351
5352 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5353
5354         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5355         secondary methods if started with `gnus-no-server'.
5356
5357 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5358
5359         * message.el (message-return-action): Fix typo in docstring.
5360
5361 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362
5363         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5364         bug reports at once.
5365
5366         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5367
5368 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * nndraft.el: Require gnus-group.
5371         (nndraft-request-list): Declare.
5372
5373         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5374         no unread article unless it matches gnus-permanently-visible-groups.
5375
5376         * nndraft.el (nndraft-update-unread-articles): New function.
5377         (nndraft-request-associate-buffer): Use it to update the number of
5378         unread articles for the nndraft groups in the group buffer when saving
5379         or killing a draft message.
5380
5381 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5384         systems to binary before writing and reading the mbox files.
5385
5386         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5387         instead of trying to list them all (bug#8978).
5388
5389 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5390
5391         * pop3.el (pop3-open-server): Use :end-of-capability.
5392
5393 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394
5395         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5396         the id is always a number.
5397
5398         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5399
5400         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5401         debbugs mode, if possible.
5402
5403 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5404
5405         * auth-source.el (auth-source-token-passphrase-callback-function):
5406         Reindent.
5407         (epg-context-operation): Remove unnecessary autoload.
5408
5409 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * gnus.el (gnus-list-debbugs): New command.
5412
5413         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5414         mboxstat instead of the maintbox, since the stat seems to be fuller.
5415
5416         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5417         summary buffers.
5418
5419         * message.el (message-get-reply-headers): Delete all duplicates,
5420         instead of the first.
5421         (message-get-reply-headers): Ensure that we have progress while
5422         deleting duplicates.
5423
5424         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5425         gnus-posting-style value from the summary buffer to make it easier to
5426         make that a per-buffer conf.
5427
5428 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5429
5430         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5431         found by setting `shortcut' in 'query.
5432         (nnir-request-article): Use `shortcut' setting when requesting article
5433         by Message-ID.
5434
5435 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5436
5437         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5438         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5439         Bring the pseudo-headers back too.
5440
5441 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5442
5443         * auth-source.el (auth-source-token-passphrase-callback-function):
5444         Simplify and remove EPA dependency.
5445
5446 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5447
5448         * nnir.el (nnir-request-article): Fix error message text.
5449
5450 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5451
5452         * auth-source.el (plstore-delete): Autoload.
5453         (auth-source-plstore-search): Support delete operation.
5454         * plstore.el (plstore-delete): New function.
5455
5456 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5459         mark actually existing articles as unread rather than the ones that
5460         active asserts.
5461
5462 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5463
5464         * nntp.el (nntp-record-command):
5465         * gnus-util.el (gnus-message-with-timestamp-1):
5466         Use format-time-string rather than decoding time stamps by hand.
5467         This is simpler and insulates the code from potential changes to
5468         current-time format.
5469
5470 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5473
5474 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5475
5476         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5477         (plstore-save): Support public key encryption.
5478         (plstore--init-from-buffer): New function.
5479         (plstore-open): Use it; fix error when opening a non-existent file.
5480         (plstore-revert): Use plstore--init-from-buffer.
5481
5482 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5483
5484         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5485
5486 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5489         for old Emacsen.
5490
5491 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5492
5493         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5494         is not fully working.
5495
5496 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5497
5498         * dgnushack.el: Autoload sha1 on XEmacs.
5499
5500         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5501         quit window configuration.
5502
5503         * auth-source.el (epg-context-set-passphrase-callback):
5504         Remove duplicate autoload.
5505
5506 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5507
5508         * nnir.el (nnir-request-article): Allow requesting articles by
5509         Message-ID with nnimap.
5510
5511         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5512         current server.
5513
5514 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * auth-source.el: Autoload EPA/EPG functions.
5517         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5518         changed when EPA/EPG is not available.
5519         (auth-source-backend): Rename "arg" member to "data".
5520         (auth-source-backend-parse, auth-source-plstore-search)
5521         (auth-source-plstore-create): Use it.
5522
5523 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5524
5525         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5526         `gnus-refer-article-methods'.
5527
5528 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5529
5530         * auth-source.el: Require EPA and EPG.
5531         (auth-source-passphrase-alist): New variable.
5532         (auth-source-passphrase-callback-function)
5533         (auth-source-token-passphrase-callback-function): Callbacks for the
5534         netrc field encryption (GPG tokens).
5535         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5536         Symmetric encryption and decryption of the netrc GPG tokens.
5537         (auth-source-netrc-normalize): Use them, simplifying the closure.
5538
5539 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5542         is available.
5543
5544 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5547         non-nil, and `nnimap-split-methods' is nil, use the former.
5548
5549 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5550
5551         * plstore.el (plstore-revert): New function.
5552         (plstore-open): Use it; hide the buffer from user.
5553
5554 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5555
5556         * auth-source.el (auth-source-backend): New member "arg".
5557         (auth-source-backend-parse): Handle new backend 'plstore.
5558         * plstore.el: New file.
5559
5560 2011-06-30  Glenn Morris  <rgm@gnu.org>
5561
5562         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5563
5564 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565
5566         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5567         expiring articles to.
5568
5569         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5570         variations as ASCII (bug#5458).
5571
5572 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5575
5576 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577
5578         * message.el (message-point-in-header-p): Tweak the function to default
5579         to saying that we're not in the headers if there is no separator at
5580         all.  This makes it possible to use the Message version of `M-q' in
5581         buffers with no headers (bug#7987).
5582         (message-point-in-header-p): Fix last checkin to work with an empty
5583         mail-header-separator, too.
5584
5585         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5586         again, save the choice via customize.
5587
5588 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5589
5590         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5591
5592         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5593         ended the connection, bail out before waiting infinitely on a new
5594         connection.
5595
5596 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5597
5598         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5599         reports.
5600
5601         * gnus.el (gnus-bug-package): Use "gnus."
5602         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5603
5604 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5605
5606         * dgnushack.el: Make the timer warning go away on XEmacs.
5607
5608         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5609         animations going on at article exit time.
5610
5611         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5612         since removing it breaks people upgrading.
5613
5614         * shr.el (shr-put-image): Use the new interface for animating images.
5615         (shr-put-image): Animate for 60 seconds.
5616
5617         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5618         avoid compiler warnings.
5619
5620         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5621         error with `find-file-hooks' on Emacs 22.
5622         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5623         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5624         on all architectures.
5625
5626         * spam.el (spam-stat): Require in a normal fashion without binding
5627         `spam-stat-install-hooks' to avoid compilation warnings.
5628
5629         * spam-stat.el (spam-stat-install-hooks): Remove.
5630         (spam-stat-install-hooks): Don't run automatically.
5631
5632 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5633
5634         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5635         and keystroke.
5636
5637 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * auth-source.el (auth-source-netrc-cache): Move forward.
5640
5641 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * proto-stream.el (proto-stream-open-starttls): Use
5644         `gnutls-available-p' to see whether we have built-in support.
5645
5646         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5647         we already know.
5648         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5649         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5650
5651 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5654         %S format, since that looks odd.
5655         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5656         file, especially when saving.
5657
5658 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5659
5660         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5661         article found.
5662
5663 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5664
5665         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5666         `auth-source-save-secrets' with a more sensitive alist that can be
5667         configured per file.  Experimental, so defaults to 'never.
5668         (auth-source-netrc-create): Use it.  Still experimental code.
5669         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5670         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5671
5672 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5673
5674         * auth-source.el (auth-source-save-secrets): New variable to control if
5675         secret tokens should be saved encrypted.
5676         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5677         to `auth-source-netrc-normalize'.
5678         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5679         on the EPA variables being defined.
5680         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5681         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5682         the lexical-let closure.
5683         (auth-source-netrc-create): Create "gpg:" tokens according to
5684         `auth-source-save-secrets'.
5685
5686 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-group.el (gnus-group-update-group): Add new argument
5689         `info-unchanged' that stops updating dribble buffer.
5690
5691         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5692         deletes lines matching to it in dribble buffer.
5693
5694         * gnus-agent.el (gnus-agent-fetch-group-1):
5695         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5696         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5697         * gnus-start.el (gnus-group-change-level):
5698         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5699
5700         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5701         if newsgroup info is not changed.
5702
5703         * gnus-group.el (gnus-group-get-new-news-this-group):
5704         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5705         Don't update dribble buffer.
5706
5707 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5708
5709         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5710         remove entries with groups we ignore.
5711
5712 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5713
5714         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5715         the underline comes at the bottom.
5716
5717 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5718
5719         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5720         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5721         (gnus-registry-article-marks-to-names): Rename from
5722         `gnus-registry-user-format-function-M2'.
5723
5724 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5727         ephemeral group.
5728
5729 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5730
5731         * shr.el (shr-browse-image): Copy the URL if called interactively.
5732
5733 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5736         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5737         done, then unselected articles may be marked as read.
5738
5739         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5740         since not doing this seems to lead to a race condition in pop3-logon.
5741
5742         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5743         so that the call chain it correct when we call "upwards".
5744
5745         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5746         in read-only groups.
5747
5748         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5749
5750         * message.el (message-cite-reply-position): Doc string fix.
5751
5752         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5753         avoid regexp overflow.
5754         (nnimap-transform-split-mail): Ditto.
5755
5756         * pop3.el (pop3-retr): Error out if the server closes the connection.
5757
5758 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5759
5760         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5761         mm-with-unibyte-current-buffer.  The buffer should not contain any
5762         multibyte chars anyway at this stage.
5763
5764 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5767         at the end of lines.
5768
5769 2011-05-29  Julien Danjou  <julien@danjou.info>
5770
5771         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5772
5773 2011-05-27  Glenn Morris  <rgm@gnu.org>
5774
5775         * gnus-group.el (gnus-bug-group-download-format-alist):
5776         Use the "maintainer" version of debian reports as well.
5777
5778 2011-05-26  Glenn Morris  <rgm@gnu.org>
5779
5780         * gnus-group.el (gnus-bug-group-download-format-alist):
5781         Use the "maintainer" version of debbugs.gnu.org reports.
5782
5783 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5786
5787 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5788
5789         * gnus-cus.el (gnus-agent-customize-category):
5790         * gnus-delay.el (gnus-delay-send-queue):
5791         * gnus.el (gnus-other-frame):
5792         Don't quote lambda expressions with `quote'.
5793
5794 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5795
5796         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5797         the thread moves us backwards and so we loop forever.
5798
5799 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5802         whitespace in base64 data lines.
5803
5804 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5805
5806         * gnus-registry.el (gnus-registry-user-format-function-M):
5807         Use `mapconcat'.
5808         (gnus-registry-user-format-function-M2): Use to see the full text of
5809         the marks.  Make "," the mark text separator.
5810
5811         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5812         authentication with auth-source.
5813
5814 2011-05-17  Glenn Morris  <rgm@gnu.org>
5815
5816         * gnus-group.el (gnus-import-other-newsrc-file):
5817         Use insert-file-contents.
5818
5819 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5820
5821         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5822         1000 iterations.
5823
5824 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * nntp.el (nntp-open-connection): Check if process-type is available.
5827
5828 2011-05-16  Julien Danjou  <julien@danjou.info>
5829
5830         * shr.el (shr-tag-del): Add support for del tag.
5831
5832 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * gnus-html.el (gnus-html-put-image): Register a displayer.
5835
5836         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5837
5838 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5839
5840         * registry.el (prune-factor): New initialization parameter defaulting
5841         to 0.1.
5842         (registry-prune-hard): Use it.
5843
5844         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5845         0.1 expicitly.
5846
5847 2011-05-13  Glenn Morris  <rgm@gnu.org>
5848
5849         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5850         is bound, since this function requires sendmail.
5851
5852 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * registry.el (registry-usage-test): Disable pruning test.
5855
5856 2011-05-11  David Engster  <dengste@eml.cc>
5857
5858         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5859         Bind set-network-process-option for XEmacs.
5860
5861 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * registry.el (registry-prune-hard-candidates)
5864         (registry-prune-soft-candidates): Helper methods for registry pruning.
5865         (registry-prune): Use them.  Make the sort function optional.
5866
5867 2011-05-10  Jim Meyering  <meyering@redhat.com>
5868
5869         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5870
5871 2011-05-10  Julien Danjou  <julien@danjou.info>
5872
5873         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5874         symbol and not a list.
5875
5876 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * gnus-art.el (gnus-article-mode): Move binding of
5879         shr-put-image-function here from gnus-article-prepare-display.
5880
5881         * shr.el (shr-put-image-function): New variable.
5882         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5883         (shr-put-image): Return scaled image.
5884
5885         * gnus-art.el (gnus-shr-put-image): New function.
5886         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5887
5888         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5889         original ones, as deletable.
5890
5891 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5892
5893         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5894
5895 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5896
5897         * registry.el (registry-full): Add convenience method.  Fix logic.
5898         (registry-insert): Use it.  Fix logic here too.
5899
5900         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5901         `registry-prune' if `registry-full' returns t.
5902         (gnus-registry-handle-action)
5903         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5904         (gnus-registry-usage-test): Use it.
5905
5906 2011-05-07  Julien Danjou  <julien@danjou.info>
5907
5908         * shr.el (shr-link): Make shr-link inherit from link by default.
5909
5910 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5911
5912         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5913
5914 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5915
5916         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5917         error out because the face is not a list.
5918
5919 2011-05-05  Glenn Morris  <rgm@gnu.org>
5920
5921         * proto-stream.el (gnutls-negotiate): Fix declarations.
5922
5923         * gnus-start.el (gnus-propagate-marks): Declare.
5924
5925 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5926
5927         * registry.el (registry-reindex): Fix percentage message.
5928
5929         * proto-stream.el (network-stream-open-starttls): Adjust to call
5930         `gnutls-negotiate' with :process and :hostname arguments.
5931
5932 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * shr.el: Add shr-link face for links.
5935         (shr-urlify): Use it.
5936
5937         * registry.el (registry-insert): Make error message more helpful.
5938
5939 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940
5941         * gnus-html.el (gnus-html-schedule-image-fetching):
5942         Use url-queue-retrieve, if it exists.
5943
5944         * shr.el (shr-tag-img): Ditto.
5945
5946         * gnus.el: Autoload more gnus-agent functions.
5947
5948         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5949         agent if we haven't already (bug#8502).
5950
5951         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5952         into the Agent, too.
5953
5954         * gnus-agent.el (gnus-agent-store-article): New function.
5955
5956         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5957         and moved from that file for reuse.
5958
5959         * pop3.el (pop3-open-server): Error messages are "-ERR".
5960
5961 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5964         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5965
5966 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5967
5968         * gnus.el: No Gnus v0.17 is released.
5969
5970 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5971
5972         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5973         buffer has moved to a different frame.
5974
5975 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5976
5977         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5978         to get the conversion from unibyte to multibyte buffers to work on
5979         Emacs 22.
5980
5981         * nntp.el (nntp-request-article): Slight clean-up.
5982
5983 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * shr.el (shr-strike-through): New face.
5986         (shr-tag-s): Use it to provide <s> support.
5987         (shr-tag-s): Remove duplicate definition.
5988
5989 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5990
5991         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5992         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5993
5994 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5995
5996         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5997         `gnutls-negotiate'.
5998         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5999
6000 2011-04-23  Glenn Morris  <rgm@gnu.org>
6001
6002         * gnus-sum.el (gnus-extra-headers): Bump :version.
6003
6004 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6005
6006         * shr.el (shr-tag-sup): New function.
6007         (shr-tag-sub): Ditto.
6008
6009 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6012         for the case where `gnus-registry-ignored-groups' is a list of lists,
6013         and don't call `gnus-parameter-registry-ignore' otherwise.
6014
6015 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6016
6017         * nnimap.el (nnimap-user): New backend variable.
6018         (nnimap-open-connection-1): Use it.
6019         (nnimap-credentials): Accept user parameter so it's explicit what user
6020         name is desired.
6021
6022         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6023         default.
6024
6025         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6026         not gnus-registry.el.
6027
6028         * gnus-registry.el: Mention in comments how to modify
6029         `gnus-extra-headers' for proper recipient tracking and that it may
6030         already have To and Cc recently, which it does as of this commit.
6031         (gnus-registry-ignored-groups): Remove defcustom.
6032         Explain why in comments.
6033         (gnus-registry-action): Fix data-header reference to use the extra
6034         headers.  Explain in package commentary how to add To and Cc headers to
6035         the gnus-extra-headers.
6036         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6037         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6038         parameter list or a string list in `gnus-registry-ignored-groups'.
6039         Fix logic error.
6040
6041 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042
6043         * shr.el (shr-expand-url): Protect against null urls.
6044
6045 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * shr.el (shr-base): New binding.
6048         (shr-tag-base): Keep track of <base>.
6049         (shr-expand-url): New function used throughout.
6050
6051 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6052
6053         * gnus-registry.el
6054         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6055         (gnus-registry-ignored-groups): New variable.
6056         (gnus-registry-ignore-group-p): Use it.
6057         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6058         set the destination group to nil (same as delete) if it's ignored.
6059
6060 2011-04-20  David Engster  <dengste@eml.cc>
6061
6062         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6063
6064         * Makefile.in (test-nntp): New rule.
6065         (check): Add it.
6066         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6067
6068 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * gnus-registry.el (gnus-registry-action)
6071         (gnus-registry-fetch-header-fast):
6072         Don't use mail-header that looks an internal function of mailheader.el.
6073
6074 2011-04-19  Glenn Morris  <rgm@gnu.org>
6075
6076         * time-date.el (time-to-days): Remove unused local variables.
6077
6078 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-registry.el: Eliminate cl functions.
6081         (gnus-registry-sort-addresses): New function that replaces mapcan.
6082         (gnus-registry-action, gnus-registry-spool-action)
6083         (gnus-registry-split-fancy-with-parent)
6084         (gnus-registry-fetch-recipients-fast): Use it.
6085         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6086
6087         * registry.el (initialize-instance, registry-lookup)
6088         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6089         (registry-lookup-secondary-value, registry-search, registry-delete)
6090         (registry-insert, registry-reindex, registry-size, registry-prune):
6091         Use eval-and-compile.
6092
6093 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6094
6095         * registry.el (registry-reindex): New method to recreate the secondary
6096         registry indices.
6097
6098         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6099         tracked field changes.
6100         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6101         (gnus-registry-action, gnus-registry-spool-action)
6102         (gnus-registry-handle-action)
6103         (gnus-registry--split-fancy-with-parent-internal)
6104         (gnus-registry-split-fancy-with-parent)
6105         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6106         move, and delete actions, and for fancy splitting with parent.
6107         (gnus-registry-extract-addresses)
6108         (gnus-registry-fetch-recipients-fast)
6109         (gnus-registry-fetch-header-fast): Convenience functions.
6110         (gnus-registry-misc-test): ERT test of
6111         `gnus-registry-extract-addresses'.
6112
6113 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6114
6115         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6116         Track by subject first, then sender.
6117
6118 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6119
6120         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6121
6122         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6123         Lisp.
6124
6125         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6126         (gnus-draft-send): Use it to avoid popping
6127         up frames from gnus-group-send-queue.
6128
6129 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6130
6131         * gnus-registry.el: Updated gnus-registry docs.
6132
6133 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6134
6135         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6136         Fix logic bug.
6137         (gnus-registry-post-process-groups): Fix logging of no results and
6138         quote sender and subject.
6139
6140 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6141
6142         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6143         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6144         gnutls-cli are too slow to be done opportunistically.
6145
6146         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6147         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6148         we had no early-data returned.
6149         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6150         two async commands to the same server at the same time.
6151
6152 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6153
6154         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6155
6156 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6157
6158         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6159         "warning" level.
6160
6161         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6162         (mm-url-insert-file-contents): Don't set the package names.
6163
6164 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * gnus-registry.el (gnus-registry-action): Remove properties and
6167         simplify subject in `gnus-registry-handle-action'.
6168         (gnus-registry-spool-action): Get subject and sender from message if
6169         they are not passed in.
6170         (gnus-registry-handle-action): Remove properties and simplify subject
6171         consistently.
6172
6173 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6174
6175         * registry.el: Require CL before using defmacro*.
6176
6177 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus-art.el (article-treat-date): Assume that
6180         gnus-article-date-headers may be a group parameter.
6181
6182 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6183
6184         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6185
6186         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6187         interactively so the newsrc file can contain foreign groups too.
6188         Useful for debugging but not much for users.
6189
6190 2011-04-07  David Engster  <dengste@eml.cc>
6191
6192         * registry.el (registry-usage-test): Only do
6193         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6194         lexical binding.
6195
6196 2011-04-07  David Engster  <dengste@eml.cc>
6197
6198         * Makefile.in (check, test-registry): New rules for test-suite.
6199
6200 2011-04-06  David Engster  <dengste@eml.cc>
6201
6202         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6203         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6204
6205 2011-04-06  David Engster  <dengste@eml.cc>
6206
6207         * registry.el (initialize-instance): Change :after to :AFTER to be
6208         compatible with old EIEIO version in XEmacs.
6209
6210 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6211
6212         * gnus-registry.el (gnus-registry-post-process-groups)
6213         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6214         and provide better messaging.
6215
6216 2011-04-06  David Engster  <dengste@eml.cc>
6217
6218         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6219         errors.
6220
6221         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6222         dgnushack-compile with error-on-warn enabled, and to signal an error if
6223         clean compilation failed.
6224         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6225         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6226
6227 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6228
6229         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6230         unconditionally anyway, discarding errors.
6231         (gnus-registry-delete-entries): New convenience function.
6232         (gnus-registry-import-eld): Import from old .eld registry.
6233
6234         * registry.el: Don't use ERT if it's not available.  Load it
6235         unconditionally anyway, discarding errors.
6236
6237         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6238         version from the Claudio Bley GnuTLS patch (extra optional parameters
6239         and host name).
6240
6241 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6242
6243         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6244         fixup the parameters that can be customized by the user between
6245         save/read cycles.
6246         (gnus-registry-read): Use it.
6247         (gnus-registry-make-db): Use it.
6248         (gnus-registry-spool-action, gnus-registry-handle-action):
6249         Fix messaging.
6250         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6251         Map references to actual group names with sender and subject tracking.
6252         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6253         (gnus-registry-usage-test): Add subject lookup test.
6254
6255         * registry.el (registry-db, initialize-instance): Set up constructor
6256         instead of :initform arguments for the sake of older Emacsen.
6257         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6258         pre-lexbind merge bug.
6259         (registry-usage-test): Use it.
6260         (initialize-instance, registry-db): Move the non-function initforms
6261         back to the class definition.
6262
6263 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6264
6265         * registry.el: New library to manage gnus-registry-style data.
6266
6267         * gnus-registry.el: Use it (major rewrite).
6268
6269         * nnregistry.el: Use it.
6270
6271         * spam.el: Use it.
6272
6273 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6274
6275         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6276         marks on non-selected articles.
6277
6278 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6279
6280         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6281         parameter to open-protocol-stream.
6282
6283 2011-04-01  Julien Danjou  <julien@danjou.info>
6284
6285         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6286         fundamental-mode.
6287
6288 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6289
6290         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6291         servers.
6292
6293 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6294
6295         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6296         made marks not propagate, again.
6297
6298 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6299
6300         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6301         Make this the default type.
6302         (proto-stream-open-plain): Rename from proto-stream-open-default.
6303         (open-protocol-stream, proto-stream-open-starttls)
6304         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6305         with `plain'.
6306
6307         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6308         value.
6309
6310         * nntp.el (nntp-open-connection-function): Document the fact that some
6311         values are not functions but are instead handled specially.
6312         Recognize nntp-open-plain-stream value.
6313         (nntp-open-connection): Recognize that value.
6314
6315 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6316
6317         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6318         where it seems to be needed.
6319
6320 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6321
6322         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6323         stuff.
6324
6325         * gnus-score.el (gnus-score-string): Fix calling convention of
6326         `gnus-simplify-buffer-fuzzy' after last patches.
6327
6328         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6329         server for articles we didn't get any headers for.  This is a sanity
6330         check.
6331
6332 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6333
6334         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6335         new CAPABILITY, use it.
6336
6337 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6338
6339         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6340         downloading anything.
6341
6342         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6343
6344 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6345
6346         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6347         colors.
6348         (gnus-splash-svg-color-symbols): New function.
6349
6350 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351
6352         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6353         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6354         (gnus-simplify-subject-fuzzy): Use the local
6355         gnus-simplify-subject-fuzzy-regex instead of the global one.
6356         This makes using this variable in group parameters work.
6357
6358 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6359
6360         * gnus-registry.el (gnus-registry-unfollowed-groups):
6361         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6362         archive:sent-YYYY-MM-DD groups).
6363         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6364         tracking if there are more than `gnus-registry-max-track-groups'
6365         matches.
6366
6367 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6368
6369         * message.el (message--yank-original-internal): New function to do the
6370         insertion cleanly inside eval in `message-yank-original'.
6371         (message-yank-original): Use it.
6372
6373 2011-03-29  Julien Danjou  <julien@danjou.info>
6374
6375         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6376         local variables disabled rather than `normal-mode'.
6377
6378 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6379
6380         * imap.el (imap-shell-open, imap-process-connection-type):
6381         Use imap-process-connection-type for 'shell' streams as well as
6382         Kerberos, SSL, other subprocesses.
6383
6384 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6385
6386         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6387         with open-network-stream.
6388         (proto-stream-always-use-starttls): Option removed.
6389         (open-protocol-stream): Return a process object by default.  Provide a
6390         new parameter :return-list specifying a list-type return value, which
6391         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6392         :type `network' to `try-starttls', and `network-only' to `default'.
6393         Make `default' the default, for compatibility with open-network-stream.
6394         Handle the no-parameter case exactly as open-network-stream, with no
6395         additional stream processing.  Search plists using plist-get.
6396         Explicitly add :end-of-commend parameter if it is missing.
6397         (proto-stream-open-default): Rename from
6398         proto-stream-open-network-only.  Return 'default as the type.
6399         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6400         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6401         failed.  Always return a list with a (possibly dead) process as the
6402         first element, for compatibility with open-network-stream.
6403         (proto-stream-open-tls): Use plist-get.  Always return a list.
6404         (proto-stream-open-shell): Return `default' as connection type.
6405         (proto-stream-capability-open): Use plist-get.
6406         (proto-stream-eoc): Function deleted.
6407
6408         * nnimap.el (nnimap-stream, nnimap-open-connection)
6409         (nnimap-open-connection-1): Handle renaming of :type parameter for
6410         open-protocol-stream.
6411         (nnimap-open-connection-1): Pass a :return-list parameter
6412         open-protocol-stream to obtain a list return value.  Parse this list
6413         using plist-get.
6414
6415         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6416         for open-protocol-stream.  Accept open-protocol-stream return value
6417         that is a subprocess object instead of a list.  Handle the case of a
6418         dead returned process.
6419
6420 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6423
6424         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6425
6426 2011-03-21  Julien Danjou  <julien@danjou.info>
6427
6428         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6429         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6430         query.
6431         (mm-inline-text): Render normal text with fontification whenever
6432         possible.
6433
6434         * gnus-sum.el (gnus-summary-save-parts-1):
6435         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6436         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6437         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6438         Use `mm-handle-filename'.
6439
6440         * mm-util.el (mm-handle-filename): New function, return the filename of
6441         an handle.
6442
6443 2011-03-18  Julien Danjou  <julien@danjou.info>
6444
6445         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6446         (gnus-buffer-live-p): Check that buffer is not nil.
6447
6448 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6449
6450         * gnus.el: No Gnus v0.15 is released.
6451
6452 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6453
6454         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6455         avoid warning on XEmacs.
6456
6457         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6458         on XEmacs.
6459
6460         * gnus-art.el: Require mouse, which the build bot seems to say is
6461         needed.
6462
6463         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6464
6465         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6466         XEmacs, since it doesn't have url-retrieve-synchronously.
6467
6468         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6469         since assoc-string doesn't exist in XEmacs.
6470
6471 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6472
6473         * gnus-group.el (gnus-group-list-ticked): New function.
6474         (gnus-group-make-menu-bar): Provide a menu entry for it.
6475         (gnus-group-list-map): Provide a binding for it.
6476
6477 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6478
6479         * shr.el (shr-visit-file): New command.
6480
6481         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6482
6483 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6484
6485         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6486         servers.
6487
6488 2011-03-16  Julien Danjou  <julien@danjou.info>
6489
6490         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6491         inline.
6492
6493         * gnus-art.el (article-hide-list-identifiers):
6494         Use gnus-group-get-list-identifiers.
6495
6496         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6497         (gnus-summary-remove-list-identifiers):
6498         Use gnus-group-get-list-identifiers to get regexp.
6499         (gnus-select-newsgroup, gnus-summary-insert-subject)
6500         (gnus-summary-insert-articles):
6501         Call gnus-summary-remove-list-identifiers unconditionally.
6502
6503 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6506         we're selecting a group with unread articles.
6507
6508         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6509
6510         * gssapi.el: New file separated out from imap.el to provide a general
6511         Kerberos 5 connection facility for Emacs.
6512
6513         * message.el (message-elide-ellipsis): Document the format spec
6514         ellipsis.
6515
6516 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * message.el (message-elide-region): Allow the ellipsis to say how many
6519         lines were removed.
6520
6521 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6522
6523         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6524         window configurations containing buffers that are now dead.
6525
6526         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6527         parsing to avoid integer overflows.
6528         (nnimap-parse-flags): Simplify the last change.
6529         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6530         too large for 32-bit Emacsen.
6531
6532 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6533
6534         * auth-source.el (auth-source-netrc-create):
6535         * message.el (message-yank-original): Fix use of `case'.
6536
6537 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6538
6539         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6540         XEmacs, which was one character too wide.
6541
6542 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6543
6544         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6545         default number of articles to display.
6546         (gnus-articles-to-read): Use pretty names for prompt.
6547
6548 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6549
6550         * gnus-int.el (gnus-open-server): Ditto.
6551
6552         * gnus-start.el (gnus-activate-group): Give a backtrace if
6553         debug-on-quit is set and the user hits `C-g'.
6554         (gnus-read-active-file): Ditto.
6555
6556         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6557
6558 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6559
6560         * message.el (message-yank-original): Use cond instead of CL case.
6561
6562 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6563
6564         * auth-source.el (auth-source-netrc-create): Use usual format for the
6565         default in prompts.
6566
6567 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * lpath.el: Fbind read-char-choice for XEmacs.
6570
6571 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6572
6573         * auth-source.el (auth-source-netrc-create): Show the default in the
6574         prompt when prompting for token creation.
6575
6576 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6577
6578         * auth-source.el (auth-source-format-prompt): Always convert the value
6579         to a string to avoid evaluating non-string arguments.
6580         (auth-source-netrc-create): Offer default properly, not as initial
6581         content in `read-string'.
6582         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6583         of line to determine if we've been run before.  If so, don't run again,
6584         but print a trivial message to indicate the cache was hit instead.
6585
6586 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6587
6588         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6589         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6590         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6591         Gnus.
6592
6593 2011-03-11  Julien Danjou  <julien@danjou.info>
6594
6595         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6596         modified file".
6597
6598 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6599
6600         * auth-source.el (auth-source-read-char-choice): New function to read a
6601         character choice using `dropdown-list', `read-char-choice', or
6602         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6603         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6604         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6605         (auth-source-netrc-saver): Use it.
6606         (auth-source-pick-first-password): New convenience function.
6607
6608 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6609
6610         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6611         parameter in the credentials.
6612         (nnimap-open-connection-1): Use it after a successful login.
6613         (nnimap-credentials): Add IMAP-specific user and password prompt.
6614
6615         * auth-source.el (auth-source-search): Add :require parameter, taking a
6616         list.  Document it and the :save-function return token.  Pass :require
6617         down.  Change the CREATED message from a warning to a debug statement.
6618         (auth-source-search-backends): Pass :require down.
6619         (auth-source-netrc-search): Pass :require down.
6620         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6621         Change save prompt to indicate all modifications saved here are
6622         deletions.
6623         (auth-source-netrc-create): Take user login name as default in user
6624         prompt.  Move all the save functionality to a lexically bound function
6625         under the :save-function token in the returned list.  Set up clearer
6626         default prompts for user, host, port, and secret.
6627         (auth-source-netrc-saver): New function, intended to be wrapped for
6628         :save-function.
6629
6630 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6631
6632         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6633         lines to be spaces instead.
6634
6635 2011-03-07  Julien Danjou  <julien@danjou.info>
6636
6637         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6638         (sieve-sasl-auth): Check that auth-source-search did return something,
6639         or just return an empty string.
6640
6641 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6642
6643         * gnus.el (gnus-interactive): Use read-directory-name.
6644
6645         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6646         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6647         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6648         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6649         Likewise.
6650
6651         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6652
6653 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6654
6655         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6656         onto the list of killed groups, too.  This makes killed nnimap groups,
6657         for instance, more reliably not reappear.
6658
6659         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6660         the parent.
6661
6662         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6663
6664         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6665         really have server-side marks.
6666
6667         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6668         since most backends do not usefully have server-side marks.
6669         (gnus-update-read-articles): Propagate marks to all backends that
6670         really have server-side marks.
6671
6672 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6673
6674         * message.el (message-cite-reply-position, message-cite-style):
6675         New variables.
6676         (message-yank-original): Use the new citation styles.
6677
6678 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6679
6680         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6681         buffer-local issue); don't mark it buffer-local when running under
6682         XEmacs.
6683
6684 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6685
6686         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6687         numbers too big to be `read'.
6688
6689 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6690
6691         * password-cache.el (password-in-cache-p): Add autoload.
6692
6693         * message.el (message-options): Make buffer-local two ways to attempt
6694         to fix a XEmacs bug.
6695
6696 2011-03-02  Julien Danjou  <julien@danjou.info>
6697
6698         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6699
6700 2011-03-01  Julien Danjou  <julien@danjou.info>
6701
6702         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6703         group.
6704         (article-hide-list-identifiers): Use list-identifier group parameter.
6705
6706 2011-02-28  Julien Danjou  <julien@danjou.info>
6707
6708         * sieve.el (sieve-buffer-script-name): New local variable to store
6709         sieve script name.
6710         (sieve-edit-script): Store sieve script name.
6711         (sieve-upload): Use sieve script name when uploading.
6712         (sieve-upload): Use substitute-command-keys.
6713         (sieve-edit-script): Use substitute-command-keys.
6714         (sieve-refresh-scriptlist): Use substitute-command-keys.
6715         (sieve-manage-mode-map): Define keymap properly.
6716         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6717         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6718         Remove commented code about cvs.
6719         (sieve-manage-quit): New function.
6720         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6721
6722 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6723
6724         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6725
6726 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6727
6728         * auth-source.el (auth-source-search): Cache empty result sets.
6729
6730         * password-cache.el (password-in-cache-p): Convenience function to
6731         check if a key is in the cache, even if the value is nil.
6732
6733         * auth-source.el (auth-source-save-behavior): New variable to replace
6734         `auth-source-never-create'.
6735         (auth-source-netrc-create): Use it.
6736         (auth-source-never-save): Remove.
6737
6738 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6739
6740         * nnimap.el (nnimap-stream): Doc fix.
6741         (nnimap-open-connection-1): Reverse the order of the ports to that the
6742         prompted-for port is first.
6743
6744         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6745         retrieval by the no-group selection.
6746
6747         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6748         numerical parameters.
6749
6750 2011-02-25  Julien Danjou  <julien@danjou.info>
6751
6752         * gnus-gravatar.el: Use gnus-with-article-buffer.
6753
6754         * gnus-art.el (gnus-with-article-buffer): Check that the
6755         gnus-article-buffer is alive.
6756
6757 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6758
6759         * auth-source.el (auth-source-creation-prompts): New variable to manage
6760         creation-time prompts.
6761         (auth-source-search): Document it.
6762         (auth-source-format-prompt): Add utility function.
6763         (auth-source-netrc-create): Don't default the user name to
6764         user-login-name.  Use `auth-source-creation-prompts' and some default
6765         prompts for user, host, port, and password (the default generic prompt
6766         remains ugly).
6767         (auth-source-never-save): Add customizable option to never save info.
6768         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6769         mode excursion.
6770
6771 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6774         argument that XEmacs doesn't support.
6775
6776         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6777         compiled for Emacsen having no `libxml-parse-html-region' support.
6778
6779         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6780
6781         * lpath.el: Bind buffer-save-without-query for XEmacs.
6782
6783 2011-02-23  Julien Danjou  <julien@danjou.info>
6784
6785         * gnus-art.el (article-make-date-line): Ignore errors if time is
6786         invalid and not convertible.
6787         (article-make-date-line): Only add lapsed time if time is not nil.
6788
6789 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6790
6791         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6792         `read-char-choice' for backwards compatibility.
6793         (auth-source-netrc-element-or-first): New function to DTRT for
6794         parameter extraction.
6795         (auth-source-netrc-create): Use it and fix multiple parameter print
6796         bug.  Use the default passed from above (given-default) or the
6797         built-in (user-login-name for :user).
6798
6799 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6800
6801         * gnus-start.el (gnus-dribble-read-file):
6802         Set buffer-save-without-query, since we always want to save the dribble
6803         file, probably.
6804
6805         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6806         nnimap.
6807
6808         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6809         -summary- since it's a user-visible variable.
6810
6811         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6812         first time you use the new Gnus.
6813
6814 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6815
6816         * auth-source.el: Don't load netrc.el.
6817         (auth-sources): Search ~/.netrc as well by default.
6818         (auth-source-debug): Add 'trivia option for extra output.
6819         (auth-source-do-trivia): Use it.
6820         (auth-source-search): Simplify logic to use
6821         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6822         appropriate.  Don't keep a running count at this level.  Layer :create
6823         and :delete options appropriately on the first and second passes.
6824         Don't track the backend with the search results.
6825         (auth-source-search-backends): New function to search a list of
6826         backends for a processed spec.
6827         (auth-source-netrc-parse): Cache all netrc files, making
6828         auth-source-netrc-cache an alist keyed by the file name and using the
6829         file mtime as the caching criterion.  Keep the obfuscated data secret
6830         with a lexical bind.
6831         (auth-source-netrc-search): Don't calculate the length of the results
6832         unnecessarily.
6833         (auth-source-search-backends): Fix bug.
6834         (auth-source-netrc-create): Rework prompts.
6835
6836 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6837
6838         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6839         Lower case names of search constraints.
6840         (nnir-run-query): Cache and reuse search constraints for all imap
6841         servers.
6842
6843 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6844
6845         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6846         after exit.
6847         (gnus-setup-message): Define missing variable from last checkin.
6848
6849         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6850         value, show the raw article.
6851
6852 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6853
6854         * gnus.el: No Gnus v0.13 is released.
6855
6856 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6857
6858         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6859         auth-source now accepts numbers.
6860
6861         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6862         spec, too.
6863         (auth-source-ensure-strings): New function.
6864
6865         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6866         (gnus-article-setup-buffer): Always restart the date timer so that user
6867         changes to the frequency is respected.
6868
6869         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6870         port numbers, so make sure it gets that if nnimap-server-port is
6871         explicit.
6872
6873 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6874
6875         * nnimap.el (nnimap-inbox): Doc fix.
6876
6877 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6878
6879         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6880         Autoload.  Add optional arg FRAME, and pass it to color-values.
6881         (color-complement): Caller changed.  Doc fix.
6882         (color-gradient): Rewrite for better clarity and efficiency.
6883
6884 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6885
6886         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6887         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6888         color-lab-to-srgb.
6889
6890 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6891
6892         * color.el: First part of merge from hexrgb.el.
6893         (color-rgb-to-hex): Rename from color-rgb->hex.
6894         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6895         saturation to zero if the value is too small.
6896         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6897         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6898         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6899         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6900         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6901         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6902         (color-cie-de2000): Doc fix.
6903
6904 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6905
6906         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6907         given method as in the group name if we're using an extended method.
6908         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6909         command, if we're using that, instead of waiting for the beginning.
6910
6911         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6912         we're sure to get unique server names, and we don't output two async
6913         commands in the same buffer.  This fixes an NNTP hang for some users.
6914
6915 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6916
6917         * gnus.el: No Gnus v0.11 is released.
6918
6919 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6920
6921         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6922         summary buffer before reading going to the next buffer.  This avoids
6923         putting the point in the group buffer if you `C-g' the command.
6924
6925         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6926         cache (for now) to make ~/.authinfo.gpg files usable.
6927
6928         * nnfolder.el (copyright-update): Define for the compiler.
6929
6930         * auth-source.el (auth-source-search): Fix unbound variable.
6931
6932 2011-02-19  Glenn Morris  <rgm@gnu.org>
6933
6934         * gnus.el (gnus-meta): Doc fix.
6935
6936 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6937
6938         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6939         in case it's not yet loaded.
6940
6941 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6942
6943         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6944         line we're waiting for.
6945
6946 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6947
6948         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6949         face with line-width greater than zero will cause RET in gnus summary
6950         buffer to scroll down article page-wise because auto vscroll happens,
6951         it should be temporally disabled when doing a scroll-up.
6952
6953 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6954
6955         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6956         outputs from the server.
6957
6958 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6959
6960         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6961         later so that bbdb can hook in easier.
6962
6963 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6964
6965         * auth-source.el (auth-source-search): Don't try to create credentials
6966         if the caller doesn't want that.
6967         (auth-source-search): If we don't find a match, don't bug out on
6968         non-bound variables.
6969         (auth-source-search): Only ask a single backend to create the
6970         credentials.
6971
6972         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6973         logging.
6974         (nnimap-credentials): Protect against auth-source-search returning nil.
6975         (nnimap-request-list): Protect against not being able to open the
6976         server.
6977
6978 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6979
6980         * auth-source.el (auth-source-search): Do a two-phase search, one with
6981         no :create to get the responses from all backends.
6982
6983         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6984         when getting credentials.
6985
6986         * gnus-util.el (gnus-delete-duplicates): New function.
6987
6988 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6989
6990         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6991         a creation default, pass the whole port list down.  It will be
6992         completed.
6993
6994         * auth-source.el (auth-source-search): Updated docs to talk about
6995         multiple creation choices.
6996         (auth-source-netrc-create): Accept a list as a value (from the search
6997         parameters) and do completion on that list.  Keep a separate netrc line
6998         with the password obscured for showing the user.
6999
7000         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7001         first choice to `auth-source-search' so it will be used for entry
7002         creation instead of the server's Gnus-specific name.
7003         (nnimap-credentials): Rely on the auth-source library to select which
7004         port is actually wanted in the new netrc entry, so don't override
7005         `auth-source-creation-defaults'.
7006
7007         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7008         :protocol and accept a missing user, host, or port as a wildcard match.
7009         (auth-source-debug): Default to off.
7010
7011         (auth-source-netrc-search, auth-source-netrc-create)
7012         (auth-source-secrets-search, auth-source-secrets-create)
7013         (auth-source-user-or-password, auth-source-backend, auth-sources)
7014         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7015         instead of :protocol.
7016
7017         * nnimap.el (nnimap-credentials): Pass a port default to
7018         `auth-source-search' in case an entry needs to be created.
7019         (nnimap-open-connection-1): Use :port instead of :protocol.
7020
7021 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * auth-source.el: Bind load-path when loading EIEIO from
7024         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7025         21.4 doesn't support, to `require'.
7026         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7027         delete-dups that is not available in XEmacs 21.4.
7028
7029 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7030
7031         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7032         as EIEIO must also be loaded when auth-source.el is being
7033         byte-compiled.
7034
7035 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7036
7037         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7038
7039         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7040
7041         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7042
7043         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7044
7045         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7046
7047         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7048
7049         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7050
7051         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7052         necessary.
7053
7054 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7055
7056         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7057         nil means that nnimap doesn't get updated.
7058
7059 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7060
7061         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7062         result when the user doesn't want to write to the file.
7063         (auth-source-netrc-search): Expect a synthetic result and proceed
7064         accordingly.
7065         (auth-source-cache-expiry): New variable to override
7066         `password-cache-expiry'.
7067         (auth-source-remember): Use it.
7068
7069         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7070         parameter.  Create entry if necessary by using :create t.
7071         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7072
7073 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7074
7075         * auth-source.el (auth-source-debug): Enable by default and don't
7076         mention the obsolete `auth-source-hide-passwords'.
7077         (auth-source-do-warn): New function to debug unconditionally.
7078         (auth-source-do-debug): Use it.
7079         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7080         and for Secrets API entries when the secrets.el library is not
7081         available.
7082
7083 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7084
7085         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7086         (gnus-summary-exit): Kill the correct article buffer on exit from a
7087         `C-d' group.
7088
7089         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7090         gnus-propagate-marks.
7091
7092         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7093         before killing the buffers so that a non-full window conf gets handled
7094         correctly.
7095         (gnus-summary-exit): Ditto.
7096         (gnus-summary-read-group-1): Ditto.
7097
7098         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7099         async code again so that we can debug it properly.
7100
7101         * message.el (message-reply): Take an optional switch-buffer parameter
7102         so that Gnus window confs are respected better.
7103
7104 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7105
7106         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7107         `plist-get' to accept non-list parameters (XEmacs issue).
7108         Fix docstring.
7109         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7110         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7111         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7112         Login collection is "Login" and not "login".
7113
7114 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7115
7116         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7117         multiple headers.
7118
7119         * nnimap.el (nnimap-inhibit-logging): New variable.
7120         (nnimap-log-command): Don't log login commands.
7121
7122         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7123         to have more parameters.
7124
7125         * nnimap.el (nnimap-send-command): Mark the command time for each
7126         command, so that we don't get NOOPs stepping on our toes.
7127
7128         * gnus-art.el (article-date-ut): Get the date from the Date header on
7129         `t'.
7130
7131 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * auth-source.el (auth-source-search): Use copy-sequence instead of
7134         the cl.el copy-list.
7135
7136 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7137
7138         * imap.el: Bring it back (revert
7139         84d800cd31de3064f0ed39617d725709a2f8f42f).
7140
7141 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7142
7143         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7144         Improve prompt.
7145
7146 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7147
7148         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7149         washing status from the default format.  It isn't very informative.
7150
7151 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7152
7153         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7154         Fix Gcc processing on imap.
7155
7156 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7157
7158         * imap.el: Remove file.  All the functionality is in nnimap.el.
7159
7160 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7161
7162         * message.el (message-bury): Don't pop up a new window when selected
7163         window is dedicated.
7164
7165 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7166
7167         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7168
7169 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7170
7171         * sieve-manage.el: Autoload `auth-source-search'.
7172         (sieve-sasl-auth): Use it.
7173
7174 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7175
7176         * nnimap.el: Autoload `auth-source-forget+'.
7177         (nnimap-open-connection-1): Use it if the connection fails.
7178
7179         * auth-source.el: Require `password-cache'.
7180         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7181         obsolete.
7182         (auth-source-magic): Marker for `password-cache' keys.
7183         (auth-source-do-cache): Update docstring.
7184         (auth-source-search): Use and check cache.
7185         (auth-source-forget-all-cached, auth-source-remember)
7186         (auth-source-recall, auth-source-forget, auth-source-forget+)
7187         (auth-source-specmatchp): Caching support functions.
7188         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7189         Remove and obsolete.
7190         (auth-source-user-or-password): Remove caching to further discourage
7191         using it.  Always hide passwords.
7192
7193         * password-cache.el (password-cache-remove): Accept secrets that are
7194         not strings.
7195
7196 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7197
7198         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7199         code for now, since it doesn't work for all users.
7200
7201 2011-02-09  Julien Danjou  <julien@danjou.info>
7202
7203         * message.el (message-options): Make message-options really buffer
7204         local.
7205
7206 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7207
7208         * mail-source.el: Autoload `auth-source-search'.
7209         (mail-source-keyword-map): Note order matters.
7210         (mail-source-set-1): Get all the mail-source source values and
7211         defaults and search auth-source on those if needed.  This can all
7212         probably be simplified.
7213
7214         * nnimap.el: Autoload `auth-source-search'.
7215         (nnimap-credentials): Use it.
7216         (nnimap-open-connection-1): Ask for the virtual server and physical
7217         address in one shot.
7218
7219         * nntp.el: Autoload `auth-source-search'.
7220         (nntp-send-authinfo): Use it.  Note TODO.
7221
7222 2011-02-08  Julien Danjou  <julien@danjou.info>
7223
7224         * shr.el (shr-tag-body): Add support for text attribute in body
7225         markups.
7226
7227         * message.el (message-options): Make message-options a local variable.
7228
7229 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7230
7231         * auth-source.el (auth-source-secrets-search)
7232         (auth-source-user-or-password): Use `append' instead of `nconc'.
7233         (auth-source-user-or-password): Build return list better and protect
7234         against nil :secret.
7235
7236 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7237
7238         * nnimap.el (nnimap-update-info): Refactor slightly.
7239         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7240         (nnimap-update-info): Clean up slightly.
7241         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7242         characters.
7243         (nnimap-process-quirk): Rename function to avoid collision.
7244         (nnimap-update-info): Fix macrology bug-out.
7245         (nnimap-update-info): Simplify split history test.
7246
7247 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7248
7249         * auth-source.el (top): Require 'eieio unconditionally.
7250         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7251         (auth-source-secrets-search): Limit search when `max' is greater than
7252         number of results.
7253
7254 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7255
7256         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7257         part not returning any data.
7258
7259         * proto-stream.el (open-protocol-stream): Document the return value.
7260
7261 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7262
7263         * auth-source.el (auth-source-secrets-search): Add examples.
7264
7265 2011-02-06  Julien Danjou  <julien@danjou.info>
7266
7267         * message.el (message-setup-1): Handle message-generate-headers-first
7268         set to t.
7269
7270 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7271
7272         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7273         API with a string "secrets:collection-name" and with 'default.
7274         (auth-source-backend-parse): Parse "secrets:collection-name" and
7275         'default.  Recurse on parses instead of repeating code.  Use the
7276         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7277         message when ignoring a source.
7278         (auth-source-search): List ignored search keys at the top level.
7279         (auth-source-netrc-create): Use `case' instead of `cond'.
7280         (auth-source-secrets-search): Created with TODOs.
7281         (auth-source-secrets-create): Created with TODOs.
7282         (auth-source-retrieve, auth-source-create, auth-source-delete)
7283         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7284         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7285         (auth-source-user-or-password-sftp)
7286         (auth-source-user-or-password-smtp): Remove.
7287         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7288         around `auth-source-search'.  Not tested thoroughly.
7289
7290 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7291
7292         * auth-source.el: Bring in assoc and eioeio libraries.
7293         (secrets-enabled): New variable to track the status of the Secrets API.
7294         (auth-source-backend): New EIOEIO class to represent a backend.
7295         (auth-source-creation-defaults): New variable to set prompt defaults
7296         during token creation (see the `auth-source-search' docstring for
7297         details).
7298         (auth-sources): Simplify to allow a simple string as a netrc backend
7299         spec.
7300         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7301         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7302         (auth-source-search): Main auth-source API entry point.
7303         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7304         (auth-source-search-collection): Helper function for searching.
7305         (auth-source-netrc-parse, auth-source-netrc-normalize)
7306         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7307         Supports search, create, and delete.
7308         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7309         backend stubs.
7310         (auth-source-user-or-password): Call `auth-source-search' but it's not
7311         ready yet.
7312
7313 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7314
7315         * message.el (message-setup-1): Remove the read-only stuff, since it
7316         doesn't work under XEmacs, for some reason.
7317
7318         * gnus-sum.el (gnus-user-date): Rename back from
7319         gnus-summary-user-date since user code refers to it.
7320
7321         * shr.el (shr-render-td): Store the actual background color used.
7322
7323         * message.el (message-setup-1): Don't bind the constant
7324         -forbidden-properties.
7325         (message-setup-1): Revert previous change, since it needs to bind the
7326         props to insert them.
7327         (message-resend): Allow removing the read-only separator line.
7328
7329 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7330
7331         * nnimap.el (nnimap-request-accept-article): Give an error message if
7332         the APPEND wasn't successful.
7333
7334 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7335
7336         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7337         that have no groups.
7338
7339 2011-02-03  Julien Danjou  <julien@danjou.info>
7340
7341         * gnus-draft.el: Remove progn around gnus-draft-setup.
7342
7343 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7344
7345         * gnus-start.el (gnus-read-active-for-groups): This function is never
7346         called with a nil `infos', so clean that up.
7347         (gnus-get-unread-articles): Request active files from primary/secondary
7348         methods that have no groups (yet).
7349
7350 2011-02-03  Julien Danjou  <julien@danjou.info>
7351
7352         * message.el (message-setup-1): Always generate References first.
7353         (message-mail): Return the return value of message-setup, not always t.
7354         (message-setup-1): Insert mail-header-separator with read-only and
7355         intangible properties set.
7356
7357         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7358         user-date in docstring.
7359
7360         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7361
7362         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7363         docstring.
7364
7365         * gnus.el (gnus-user-date-format-alist): Change default value.
7366         Use defcustom, with type and group.  Move from gnus-util.el.
7367         Rename to gnus-summary-user-date-format-alist.
7368
7369 2011-02-03  Glenn Morris  <rgm@gnu.org>
7370
7371         * nnimap.el (gnus-fetch-headers): Declare.
7372
7373         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7374
7375 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7376
7377         * message.el (message-forward-make-body-digest-plain)
7378         (message-followup, message-reply): Clean up things noted by Stefan.
7379
7380         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7381         gnus-article-update-date-headers is nil.
7382         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7383         it didn't really work with defcustom.
7384         (article-update-date-lapsed): Make sure the window start doesn't move,
7385         either.
7386
7387 2011-02-01  Julien Danjou  <julien@danjou.info>
7388
7389         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7390         format.
7391
7392         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7393         standard in Emacs nowadays.
7394
7395         * color.el (color-gradient): Add a color-gradient function.
7396
7397 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7398
7399         * message.el (message-expand-name): Don't trust the return value of
7400         bbdb-complete-name.
7401         (message-check-news-header-syntax): Remove unused var `start'.
7402         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7403         (message-inhibit-body-encoding): Move to before first use.
7404         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7405         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7406         (Organization, Message-ID, Date, mh-previous-window-config):
7407         Defvar the vars using dynamic scoping.
7408
7409 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7410
7411         * shr.el (shr-render-td): Only do colors at the final rendering.
7412         Should be slightly faster.
7413         (shr-insert-table): Fix up TD background colors when doing the
7414         vertical padding.
7415
7416         * gnus-art.el (article-date-ut): Protect against articles with no Date
7417         header.
7418         (article-update-date-lapsed): Don't use current-column to find the
7419         horizontal position.  It's fragile in the presence of \003 characters.
7420
7421         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7422
7423 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7424
7425         * gnus-art.el (article-transform-date): Rewrite to still work when
7426         there are several rfc2822 parts.
7427         (article-transform-date): Fix infinite recursion.
7428         (article-date-ut): Replace infinitely many Date headers with a single
7429         one when called interactively.
7430
7431         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7432         secure manner.
7433
7434         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7435         move around by not using save-window-excursion.  It seems to work...
7436
7437 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-art.el (article-make-date-line): Work for user-defined format.
7440
7441 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7442
7443         * nntp.el (nntp-retrieve-group-data-early)
7444         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7445         fetching functions.
7446
7447         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7448         thoroughly for all backends that have no known groups.  This should
7449         allow new nnml methods to retrieve mail.
7450
7451         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7452         that Gnus doesn't know exists again.
7453
7454         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7455         (gnus-treat-date-ut): Ditto.
7456         (gnus-article-update-date-header): Rename.
7457         (gnus-treat-date-local): Remove.
7458         (gnus-treat-date-english): Remove.
7459         (gnus-treat-date-lapsed): Remove.
7460         (gnus-treat-date-combined-lapsed): Remove.
7461         (gnus-treat-date-original): Remove.
7462         (gnus-treat-date-iso8601): Remove.
7463         (gnus-treat-date-user-defined): Remove.
7464         (gnus-article-date-headers): New variable to control all the date
7465         header options.
7466         (article-date-ut): Rewrite to allow using the new way to format date
7467         headers(s).
7468
7469 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7470
7471         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7472         method.
7473         (nnmail-article-group): A better test for fanciness.
7474
7475         * nnimap.el (nnimap-request-head): Protect against not finding the
7476         article by Message-ID.
7477
7478 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7479
7480         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7481         keep point at the "same place".
7482
7483 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7484
7485         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7486         data if the group is inactive.
7487
7488 2011-01-28  Julien Danjou  <julien@danjou.info>
7489
7490         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7491         (gnus-all-windows-visible-p): Remove old compatibility code.
7492         (gnus-window-top-edge): Add docstring.
7493
7494         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7495
7496 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7497
7498         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7499         older request-update-info.
7500
7501         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7502
7503 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7504
7505         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7506         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7507
7508 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7509
7510         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7511         groups.  This makes the nndraft:queue group pop up if it's not already
7512         there.
7513
7514         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7515         messages" logic, which was reversed.
7516
7517         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7518         the "same place" even if point is on the line being replaced.
7519         (article-update-date-lapsed): Allow updating both the combined lapsed
7520         and the lapsed headers.
7521         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7522         (article-make-date-line): Limit the number of segments dynamically to
7523         avoid too-long lines.
7524
7525 2011-01-27  Julien Danjou  <julien@danjou.info>
7526
7527         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7528         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7529
7530 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7533         Use plist-get instead of the cl function getf.
7534
7535 2011-01-27  Glenn Morris  <rgm@gnu.org>
7536
7537         * gnus-util.el (float-time): Get rid of compiler warning, again.
7538
7539 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7540
7541         * shr.el (shr-put-color): Special-case background colors: Do put them
7542         at the blank parts at the front of the lines.
7543
7544         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7545         exit hook to nix out all data on readedness on group exit.
7546
7547         * gnus-util.el (float-time): If float-time is bound, always use it on
7548         all Emacsen.  It's unclear why the subrp check was there.
7549         (time-date): Require to make some autoload issues on XEmacs go away.
7550
7551         * shr.el (shr-put-color): Don't do the box padding in tables, since
7552         they're already padded.
7553
7554 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7555
7556         * gnus-art.el (gnus-article-next-page): When the last line of the
7557         article is displayed, scroll down once more instead of going to the
7558         next article at once.
7559         (article-lapsed-string): Refactor out and allow specifying how many
7560         segments you want.
7561         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7562         (gnus-article-update-lapsed-header): New variable.
7563
7564         * shr.el: Revert change that made headings use different-sized faces.
7565         The Emacs display engine isn't advanced enough that, for instance,
7566         tables can comfortably use differently-sized faces.
7567
7568 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7569
7570         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7571         used.
7572         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7573         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7574         we're using an encrypted connection.
7575
7576         * proto-stream.el: Alter the interface functions to also return the
7577         actual stream type used: network or tls.
7578
7579 2011-01-25  Julien Danjou  <julien@danjou.info>
7580
7581         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7582         (mm-display-javascript-inline): New function.
7583
7584         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7585         viewing function.
7586
7587 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * shr.el (shr-expand-newlines): Fix variable name.
7590
7591 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7592
7593         * shr.el (shr-expand-newlines): Make nested boxes work.
7594
7595 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7596
7597         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7598         backgrounds.
7599         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7600         in a more sensible manner.
7601
7602 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7603
7604         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7605         if EPG is loaded.
7606
7607 2011-01-24  Julien Danjou  <julien@danjou.info>
7608
7609         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7610         tags.
7611
7612 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7613
7614         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7615         commands.
7616
7617         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7618         in the article buffer.
7619         (gnus-gravatar-insert): Use blank space from the current buffer to
7620         avoid breaking text properties.  This makes X-Sent updating work again.
7621
7622         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7623
7624 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7625
7626         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7627         fix the bug in url-http.el instead.
7628
7629         * shr.el (shr-image-fetched): Ditto.
7630
7631         * shr.el (shr-image-fetched): Avoid having point move in the article
7632         buffer.
7633
7634         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7635         buffer after being called.  It's apparently being killed by url.el, and
7636         killing it made point move to end-of-buffer in a random buffer.
7637
7638         * shr.el (shr-image-fetched): Ditto.
7639
7640 2011-01-23  Julien Danjou  <julien@danjou.info>
7641
7642         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7643
7644         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7645         text/x-org.
7646
7647 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7648
7649         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7650         (i.e., nnimap) returning nil as the article number.
7651
7652 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7653
7654         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7655         "DelSp" parameter in RFC3676.
7656
7657 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7658
7659         * message.el (message-check-recipients): Display the encoded version of
7660         the bogus address if they differ.
7661
7662         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7663         after sending.
7664
7665         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7666
7667         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7668
7669         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7670         group buffer after sending the queue.
7671
7672         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7673
7674 2011-01-22  Julien Danjou  <julien@danjou.info>
7675
7676         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7677
7678 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7679
7680         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7681         nested related parts.
7682
7683         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7684         unexpired articles.  This fixes the regression that led expiry marks to
7685         disappear from nnfolder groups.
7686
7687 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7688
7689         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7690         Don't confuse the "ret" of "retrograde" with RET.
7691
7692 2011-01-21  Julien Danjou  <julien@danjou.info>
7693
7694         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7695         than mm-insert-inline.
7696
7697 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7700         Widen article buffer.
7701
7702 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7703
7704         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7705         the temp buffer.
7706         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7707
7708 2011-01-20  Julien Danjou  <julien@danjou.info>
7709
7710         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7711
7712         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7713         than mm-insert-inline to insert inline part: this respect
7714         mm-inline-media-tests displayers.
7715
7716         * mm-view.el (mm-display-shell-script-inline): New function.
7717
7718         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7719
7720         * mm-uu.el (mm-uu-type-alist): Add org block.
7721         (mm-uu-org-src-code-block-extract): New function.
7722
7723         * mm-view.el (mm-display-org-inline): New function.
7724
7725         * mm-decode.el (mm-automatic-display): Add text/org.
7726
7727         * mailcap.el (mailcap-mime-extensions): Add .org.
7728
7729 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7732         gnus-article-add-buttons.
7733
7734 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7735
7736         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7737         From header with a date and "nobody" as the sender.
7738
7739 2011-01-19  Julien Danjou  <julien@danjou.info>
7740
7741         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7742         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7743         if you have the same regexp several times.
7744         (gnus-button-push): Fix matching when regexp is symbol.
7745
7746 2011-01-15  Glenn Morris  <rgm@gnu.org>
7747
7748         * message.el (message-mail): A compose-mail function should
7749         accept headers as strings.
7750
7751 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7752
7753         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7754         Add :vert-only tags.
7755         (message-mail): New arg RETURN-ACTION.
7756         (message-return-action): New var.
7757         (message-bury): Use it.
7758         (message-mode): Make it buffer-local.
7759         (message-send-and-exit): Always call message-bury.
7760
7761         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7762         message-mail.
7763
7764 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7765
7766         * nnimap.el (nnimap-convert-partial-article): Protect against
7767         zero-length body parts.
7768
7769         * mm-decode.el (mm-preferred-alternative-precedence):
7770         Discourage showing empty parts.
7771
7772         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7773         and stuff if the backend didn't return the article number.  This fixes
7774         an Exchange-related nnimap bug.
7775
7776         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7777         group window, because it does the wrong thing when a separate frame
7778         displays the group buffer.
7779
7780         * proto-stream.el (open-protocol-stream): Protect against the low-level
7781         transport functions returning nil.
7782
7783 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7784
7785         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7786         (mml2015-epg-find-usable-secret-key): New function.
7787         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7788         mml2015-epg-find-usable-key (Bug#7797).
7789         (mml2015-epg-encrypt): Ditto.
7790
7791 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * dgnushack.el (rot13-string): Fix the way to get the argument.
7794
7795 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7798
7799 2011-01-03  Glenn Morris  <rgm@gnu.org>
7800
7801         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7802
7803         * sieve.el (sieve-open-server): Give a more explicit error if
7804         sieve-manage-open returns nil.  (Bug#7720)
7805
7806 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7807
7808         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7809
7810 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7811
7812         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7813         This avoids sending passwords in plain text over non-encrypted
7814         channels.
7815
7816         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7817
7818         * nnimap.el (nnimap-login): Refactored out into own function, and
7819         implement CRAM-MD5.
7820         (nnimap-wait-for-line): Refactored out.
7821
7822         * mm-view.el (mml-smime): Require.
7823
7824 2010-12-20  David Engster  <deng@eml.cc>
7825
7826         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7827         use EPG to decrypt S/MIME messages instead of openssl.
7828
7829 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7830
7831         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7832
7833         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7834         status is the group clearly is unreachable.
7835
7836         * auth-source.el (auth-source-create): Add the optional second
7837         parameter to `local-variable-p' to be compatible with XEmacs.
7838
7839 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7840
7841         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7842         work when using a compressed nnml folder.
7843
7844 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7845
7846         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7847         backends after sanitising on entry, because this never makes sense:
7848         If the articles have gone missing, then the data no longer exists on
7849         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7850         overwrite anything anyway.
7851
7852         * shr.el (shr-insert-document): Bind shr-width dynamically to
7853         window-width if it's nil.
7854
7855 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7856
7857         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7858         with the meaning of using the full emacs window width for rendering.
7859
7860 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7861
7862         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7863         case when sender is not given.
7864
7865 2010-12-23  Julien Danjou  <julien@danjou.info>
7866
7867         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7868         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7869         the addresses, otherwise we might misplaced the gravatar.
7870
7871 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7872
7873         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7874         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7875         obsolete in Emacs.
7876
7877 2010-12-20  Julien Danjou  <julien@danjou.info>
7878
7879         * gnus-util.el (gnus-rescale-image): Revert last change.
7880
7881 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7882
7883         * binhex.el: Improve commentary (Bug#7482).
7884
7885 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7886
7887         * gnus-group.el (gnus-group-delete-articles): New command.
7888
7889 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7890
7891         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7892
7893 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7896         here, since it's up to the backends to do CRLF removal if their
7897         protocol has it.
7898
7899         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7900
7901 2010-12-17  Julien Danjou  <julien@danjou.info>
7902
7903         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7904         they are from file.  Can also scale up.
7905
7906 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7907
7908         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7909         Restore gnus-use-agent.
7910         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7911
7912         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7913
7914 2010-12-17  Julien Danjou  <julien@danjou.info>
7915
7916         * gravatar.el (gravatar-retrieve-synchronously): New function.
7917         (gravatar-get-data): Make more robust.
7918
7919 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7922
7923 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7926         to really consider the last line.
7927
7928 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7929
7930         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7931         list of recipient keys, or use symmetric encryption if not a list.
7932         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7933         EPA override, replacing the call to `netrc-store-data'.
7934
7935 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7936
7937         * gnus-srvr.el: Avoid passing nil regexp argument to
7938         delete-matching-lines.
7939
7940 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941
7942         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7943         fetching stops when Gnus exits.
7944
7945         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7946         function.
7947         (nnfolder-request-expire-articles): Save all the buffers after doing
7948         expiry.
7949
7950         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7951         the last article", since that led to serious performance regressions
7952         when expiring nnml groups.
7953
7954 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7955
7956         * nnir.el: Improve customizations.
7957
7958 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7961
7962         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7963         group has been killed.
7964         (gnus-group-yank-group): Ditto.
7965
7966         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7967
7968         * nnimap.el (nnimap-request-update-group-status): New function.
7969
7970         * gnus-int.el (gnus-request-update-group-status): New interface
7971         function.
7972
7973         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7974         copying read-ness to the backends.
7975
7976         * nnimap.el (nnimap-quirk): New function.
7977         (nnimap-retrieve-group-data-early): Use it.
7978         (nnimap-quirks): New alist.
7979
7980 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7983         don't delete it within indentation.
7984
7985 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7988         previous line.
7989
7990 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7991
7992         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7993         QRESYNC command by deleting a superfluous space which broke Cyrus
7994         servers.  This change will break other servers that are buggy the other
7995         way around.
7996
7997 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7998
7999         * spam.el: Reindent and fix long lines.
8000         (spam-copy-or-move-routine): Exclude invalid move destinations.
8001
8002 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8003
8004         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8005         installed the registry.
8006
8007 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8010
8011 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8012
8013         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8014         groupname doesn't contain "gmane".
8015
8016 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8019         and netrc-bound-and-true-p bindings.
8020         (netrc-parse): Cache the netrc contents.
8021
8022         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8023         (gnus-1): Don't create the nndrafts group twice.
8024         (gnus-setup-news): There's no need to read the active file here, since
8025         that's done again later on a per-backend basis.
8026         (gnus-start-draft-setup): Make sure that the new group is started out
8027         empty.
8028
8029         * gnus-agent.el (gnus-agentize): Don't create the queue group
8030         automatically on startup.  It'll be created later, if needed.
8031
8032         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8033         of automatically subscribed groups.
8034         (gnus-auto-subscribed-categories): New variable.
8035         (gnus-matches-options-n): Use it.
8036         (gnus-default-subscribed-newsgroups): Remove unused variable.
8037         (gnus-start-draft-setup): Message a bit less.
8038
8039 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8040
8041         * nnir.el (nnir-run-imap): Return article list in order of increasing
8042         UID.
8043
8044 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8045
8046         * gnus-sum.el (gnus-summary-enter-digest-group):
8047         Mention gnus-auto-select-on-ephemeral-exit.
8048
8049         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8050         convention of the network-only option.
8051
8052 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * proto-stream.el (proto-stream-open-network-only): New function to
8055         have a way to specify non-STARTTLS upgrade connections.
8056
8057 2010-12-10  Julien Danjou  <julien@danjou.info>
8058
8059         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8060         email address is nil.
8061
8062         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8063
8064 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8065
8066         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8067         deletion.
8068         (nnir-run-imap): Only need to parse list once.
8069
8070 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * shr.el (shr-tag-script): Ignore <script>.
8073         (shr-tag-label): Add <label> support.
8074
8075 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8078
8079         * shr.el (shr-image-displayer): Work for images lined side by side.
8080
8081 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8082
8083         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8084         parameter, since XEmacs doesn't accept t as a parameter.
8085
8086 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8087
8088         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8089         ids.
8090         (nnir-run-gmane): Simplify groupspec formatting.
8091         (nnir-request-expire-articles): New function.
8092
8093 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8096         overflow, possibly.
8097
8098         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8099         (shr-render-td): Handle td style="" better.
8100         (shr-tag-table): Use the color from the style sheet.
8101         (shr-render-td): Make sure we copy over all the overlays, too.
8102
8103 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8104
8105         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8106         (nnir-request-article): Improve article retrieval.
8107
8108 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * mm-util.el (mm-extra-numeric-entities): New variable.
8111
8112         * mm-url.el (mm-url-decode-entities):
8113         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8114
8115         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8116
8117 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8118
8119         * message.el: Use completion-at-point.
8120         (message-completion-function): New fun, extracted from message-tab.
8121         (message-mode): Use it for completion-at-point-functions.
8122         (message-tab): Use it and completion-at-point.
8123
8124 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8127         character if a non-breakable character follows.
8128
8129 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8132         any stream.
8133
8134         * shr.el (shr-tag-font): Colorize the region.
8135         (shr-tag-body): Ditto.
8136         (shr-tag-font): Actually let the styles be inherited instead of
8137         overwriting them.
8138         (shr-tag-font): Get the background color right.
8139         (shr-tag-style): Ignore all <style> tags for the moment.
8140
8141         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8142         a Message-ID to avoid having nnimap depend on gnus-sum.
8143
8144         * shr.el (shr-descend): Only colorize something if we have a node that
8145         sets colors.
8146
8147 2010-12-06  Julien Danjou  <julien@danjou.info>
8148
8149         * shr.el (shr-render-td): Render td content with shr-descend, so style
8150         will be applied to <td> too.
8151         (shr-colorize-region): Colorize region even if we only have a background.
8152         (shr-tag-body): Fix color and background color inheritance.
8153         Do not recolorize after shr-generic.
8154         (shr-tag-font): Let shr-generic colorize via inheritance.
8155
8156 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8159
8160 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8161
8162         * nnir.el (nnir-request-move-article): Remove obsolete code.
8163
8164 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8167
8168 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8169
8170         * gnus-sum.el (gnus-summary-respool-article): The completion function
8171         expects a list instead of an alist.
8172
8173         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8174         string as the parameter.
8175
8176         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8177
8178         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8179         styles.
8180         (shr-colorize-region): New function.
8181         (shr-insert-background-overlay): Remove.
8182         (shr-render-td): Background setting should be taken care of on a higher
8183         level.
8184         (shr-tag-body): Use post-hoc colorizations.
8185         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8186         (shr-put-color-1): Don't overwrite old colors.
8187         (shr-colorize-region): When the background color isn't explicit, use
8188         a fixed background.
8189
8190         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8191         nnmail variables.
8192
8193 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8194
8195         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8196         unless necessary.
8197
8198 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8199
8200         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8201         server.
8202
8203 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8206         so that TAB works.
8207
8208         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8209         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8210
8211         * shr.el (shr-urlify): Show the URL before the title to avoid
8212         misleading URLs.
8213
8214 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8215
8216         * shr.el (shr-urlify): Display the title in <a> tags.
8217
8218 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8219
8220         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8221
8222 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8223
8224         * nnir.el: Rearrange code to allow macros to be autoloaded by
8225         gnus-sum.el.
8226         (nnir-retrieve-headers-override-function): Make this variable
8227         customizable.
8228         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8229
8230         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8231         from nnir.el.
8232
8233 2010-12-03  Julien Danjou  <julien@danjou.info>
8234
8235         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8236
8237 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8240         allow optional argument `environment'.
8241
8242 2010-12-03  Glenn Morris  <rgm@gnu.org>
8243
8244         * mm-extern.el (message-goto-body): Update declaration.
8245
8246 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * gnus-util.el (gnus-macroexpand-all): New function.
8249
8250         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8251         instead of macroexpand-all that is unavailable in XEmacs.
8252
8253 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8254
8255         * nnir.el (nnir-summary-line-format): New variable.
8256         (nnir-mode): Use it.
8257         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8258         (nnir-article-ids): Reimplement as defsubst.
8259         (nnir-retrieve-headers): Don't mangle the subject header.
8260         (nnir-run-imap): Use 100 as RSV score.
8261         (nnir-run-find-grep): Fix for full server searching.
8262         (nnir-run-gmane): Better restriction to gmane groups.
8263
8264         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8265         summary buffers.
8266
8267 2010-12-02  Julien Danjou  <julien@danjou.info>
8268
8269         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8270
8271         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8272
8273         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8274         support.
8275
8276 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8277
8278         * nnir.el: Update to handle the registry better.
8279         (autoload): Silence byte-compiler.
8280         (nnir-open-server): Add a hook for nnir groups.
8281         (nnir-request-move-article): Don't mangle the header.  Better to use
8282         formatting variables (which will be added in the future).
8283         (nnir-registry-action): Update the registry using the original article
8284         group name.
8285         (nnir-mode): Install nnir-specific hooks for updating the registry.
8286
8287         * gnus-sum.el
8288         (gnus-article-original-subject, gnus-newsgroup-original-name):
8289         Remove obsolete variables.
8290         (gnus-summary-move-article): Remove use of obsolete variables.
8291         (gnus-summary-local-variables): Make move and delete hooks local to
8292         summary buffers.
8293
8294 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8295
8296         * rtree.el: New file.
8297
8298 2010-12-01  Julien Danjou  <julien@danjou.info>
8299
8300         * message.el (message-user-organization): Do not use
8301         gnus-local-organization.
8302
8303         * gnus.el: Remove gnus-local-organization.
8304
8305         * gnus-msg.el: Remove nastygram thing.
8306
8307 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8308
8309         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8310         funcall.
8311
8312 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8315         names.
8316
8317         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8318         characters.
8319
8320         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8321         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8322         Suggested by Štěpán Němec <stepnem@gmail.com>.
8323         (gnus-gravatar-transform-address): Use mail-extract-address-components
8324         that supports non-ASCII names rather than mail-header-parse-addresses.
8325
8326 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8327
8328         * proto-stream.el (open-protocol-stream): All starttls connections are
8329         handled by the network handler.
8330
8331 2010-11-30  Julien Danjou  <julien@danjou.info>
8332
8333         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8334         (nnimap-open-connection-1): Fix PREAUTH.
8335
8336         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8337
8338 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8341         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8342         (shr-insert): Use them.
8343         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8344
8345 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8346
8347         * nnir.el (nnir-request-move-article): Bail out if original group
8348         doesn't support article moves.
8349         (nnir-get-active): Improve active list retrieval.
8350
8351 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8352
8353         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8354
8355 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8356
8357         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8358         seem to accept strings-with-numbers as port numbers.
8359
8360 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8361
8362         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8363         change the registry.
8364
8365 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8368         delete-dups that is not available in XEmacs 21.4.
8369
8370         * mm-util.el (mm-delete-duplicates): Add comment.
8371
8372 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8373
8374         * nnir.el (nnir-ignored-newsgroups): New variable.
8375         (nnir-get-active): Use it.
8376
8377 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8378
8379         * proto-stream.el (proto-stream-open-network): Add some comments.
8380
8381         * nntp.el (nntp-open-connection): Provide a :success condition.
8382
8383         * nnimap.el (nnimap-open-connection-1): Ditto.
8384
8385         * proto-stream.el (proto-stream-open-network): See what the response to
8386         the STARTTLS command is.
8387
8388         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8389         backwards compatibility).
8390         (nnimap-open-connection-1): Really respect nnimap-server-port.
8391
8392         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8393         TLS upgrades we don't really care about the identity of the peer.
8394         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8395         that what we've checked for.
8396         (proto-stream-always-use-starttls): Only default to t if
8397         open-gnutls-stream exists.
8398         (proto-stream-open-network): If STARTTLS failed, then just open a
8399         normal connection.
8400         (proto-stream-open-network): Wait until the greeting before doing
8401         STARTTLS.
8402
8403         * nntp.el (nntp-open-connection): Report what the connection error is.
8404
8405         * proto-stream.el (open-protocol-stream): Rename from
8406         open-proto-stream.
8407
8408 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8409
8410         * nnimap.el (nnimap-stream): Change default to `undecided'.
8411         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8412         first, and then network.
8413         (nnimap-open-connection-1): Respect nnimap-server-port.
8414         (nnimap-open-connection): Be more backwards-compatible.
8415
8416         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8417         (proto-stream-open-starttls): De-duplicate the starttls code.
8418         (proto-stream-open-starttls): Folded back into the main function.
8419         (proto-stream-open-network): Fix typo in the gnutls path.
8420         (proto-stream-command): Refactor out.
8421
8422         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8423
8424         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8425         starttls.el STARTTLS.
8426
8427         * color.el (color-lab->srgb): Fix function call name.
8428
8429         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8430         if we're using tls.el.
8431         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8432         built in, then don't try to establish a STARTTLS connection.
8433
8434         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8435         servers.
8436
8437         * proto-stream.el (open-proto-stream): Use network, not stream.
8438         (open-proto-stream): Add a way to specify what the end of a command is.
8439
8440         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8441         connections types.
8442         (nntp-open-network-stream): Remove.
8443         (nntp-open-ssl-stream): Remove.
8444         (nntp-open-tls-stream): Remove.
8445         (nntp-ssl-program): Remove.
8446
8447         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8448
8449 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8450
8451         * nnir.el: Fix typos.
8452         (nnir-retrieve-headers-override-function): Rename variable to reflect
8453         new semantics.
8454         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8455         macros.
8456         (nnir-request-article, nnir-request-move-article): Use them.
8457         (nnir-categorize): New function.
8458         (nnir-run-query): Use it.
8459         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8460         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8461         sorted.
8462         (nnir-group-full-name): Use gnus-group-full-name instead.
8463         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8464         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8465
8466 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8467
8468         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8469
8470         * proto-stream.el: New library to provide protocol-specific
8471         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8472         protocols.
8473         (open-proto-stream): Complete the documentation.
8474         (proto-stream-open-network): Fix some typos.
8475
8476         * nnimap.el (nnimap-open-connection): Use it.
8477
8478 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8479
8480         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8481         negotiation.
8482
8483 2010-11-26  Julien Danjou  <julien@danjou.info>
8484
8485         * color.el: Rename various rgb functions to srgb.
8486
8487 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8490         names.
8491
8492 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * shr.el (shr-insert): Revert last change.
8495         (shr-find-fill-point): Never leave point being at bol;
8496         relax the kinsoku limitation when rendering tables.
8497
8498 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499
8500         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8501         results from -accept-article.
8502
8503         * shr-color.el: Require cl when compiling.
8504
8505         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8506         checkin.
8507
8508         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8509
8510         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8511
8512         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8513         'add and 'delete to set backend marks.
8514
8515         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8516
8517         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8518
8519         * nntp.el (nntp-request-set-mark): Use it.
8520
8521         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8522
8523         * nnml.el (nnml-request-set-mark): Ditto.
8524
8525         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8526         introduces regressions in article selection.
8527         (nnimap-find-uid-response): New function.
8528         (nnimap-request-accept-article): Use the UID returned, if any.
8529         (nnimap-request-move-article): Use the UID returned, if any.
8530         (nnimap-get-groups): Reimplement to work with folded lines.
8531         (nnimap-find-uid-response): The UID is the last element in the list.
8532         (nnimap-request-set-mark): Extend syntax with 'set.
8533
8534         * nnml.el (nnml-request-set-mark): Ditto.
8535
8536         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8537
8538         * nntp.el (nntp-request-set-mark): Ditto.
8539
8540 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * message.el (message-called-interactively-p): A temporary macro.
8543         (message-goto-body): Use it temporarily.
8544
8545 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8546
8547         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8548         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8549         (nnimap-last-response-string): Fix last unfolding fix.
8550
8551 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * shr.el (shr-insert): Fix the way to fold lines.
8554
8555 2010-11-25  Julien Danjou  <julien@danjou.info>
8556
8557         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8558
8559         * color.el: Rename from color-lab.el
8560         (color-rgb->hex): Add.
8561         (color-complement): Add.
8562         (color-complement-hex): Add.
8563
8564         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8565
8566 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8567
8568         * shr-color.el (shr-color-visible): Don't bug out if the color names
8569         don't exist.
8570
8571 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8574         assuming that article displaying or another mml-preview may be
8575         interrupted for an error or for the like.
8576
8577         * shr.el (shr-get-background): Fix argument name.
8578
8579 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8582
8583         * gnus-sum.el (gnus-summary-include-articles): New function.
8584
8585         * message.el (message-goto-body): called-interactively-p needs a
8586         parameter, so use `any'.
8587
8588         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8589         clear marks before moving, since they're synced from the Gnus side
8590         first.
8591
8592         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8593         (gnus-summary-move-article): Copy over all marks before moving, so that
8594         IMAP doesn't think a new article has arrived.
8595
8596 2010-11-24  Julien Danjou  <julien@danjou.info>
8597
8598         * shr.el (shr-insert-background-overlay): Fix typo.
8599         (shr-render-td): Copy the background before rendering.
8600
8601         * shr-color.el (shr-color-visible): Fix docstring.
8602
8603         * shr.el (shr-tag-table): Add bgcolor support.
8604         (shr-render-td): Add bgcolor support.
8605         (shr-get-background): Add.
8606         (shr-insert-foreground-overlay): Use shr-get-background.
8607
8608         * message.el (message-goto-body): Use called-interactively-p.
8609         (message-in-body-p): message-goto-body returns point.
8610
8611 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8614         Fixes something or other in Emacs 23, and is backwards compatible.
8615
8616         * message.el (message-goto-body): Remove the <#secure special-casing,
8617         which is too special.
8618
8619         * shr.el (shr-parse-style): Drop !important from styles.
8620
8621 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8622
8623         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8624         this function to return incorrect results when calling it with an
8625         explicit article argument different from
8626         (gnus-summary-article-number).
8627
8628 2010-11-24  Julien Danjou  <julien@danjou.info>
8629
8630         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8631         (shr-tag-body): Add background support.
8632         (shr-descend): Add background support.
8633         (shr-tag-title): Add.
8634
8635         * shr-color.el (shr-color-visible): Really return original background
8636         if fixed.
8637
8638 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8639
8640         * shr.el (shr-color-check): Protect against non-existent color names.
8641
8642 2010-11-24  Julien Danjou  <julien@danjou.info>
8643
8644         * color-lab.el: Require 'cl when compiling.
8645
8646         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8647
8648         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8649         matched part.
8650
8651         * color-lab.el: Fix all expt calls to use float type.
8652
8653 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8656         expression to shr-color-check as is.
8657
8658         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8659
8660         * color-lab.el: Add coding cookie.
8661         (float-pi): Use eval-and-compile.
8662
8663         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8664         compiled for Emacsen having no `libxml-parse-html-region' support.
8665
8666 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * shr.el (shr-insert-color-overlay): Split stuff like
8669         "#444444 !important" to find the real color.
8670         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8671         parse <font color="red"> entries.
8672
8673 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8674
8675         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8676         point when parsing headers.
8677
8678         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8679         is positioned properly when parsing headers.
8680
8681 2010-11-23  Julien Danjou  <julien@danjou.info>
8682
8683         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8684
8685         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8686
8687         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8688
8689         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8690         Use shr-color-hue-to-rgb.
8691         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8692
8693 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * shr.el (shr-color->hexadecimal): Autoload.
8696         (shr-descend): Add color to all tags.
8697
8698 2010-11-22  Julien Danjou  <julien@danjou.info>
8699
8700         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8701         shr-color->hexadecimal.
8702
8703         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8704         RGB() or HSL() color representation.
8705
8706         * shr.el (shr-tag-font): Add.
8707         (shr-tag-color-check): New function to get better colors.
8708         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8709         tag-span.
8710
8711         * shr-color.el: New file.
8712
8713         * color-lab.el: New file.
8714
8715         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8716
8717 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8718
8719         * nnir.el: Fix typo in comments.
8720         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8721         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8722
8723 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8726
8727         * nnimap.el (nnimap-get-capabilities): Refactor out.
8728         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8729
8730 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8731
8732         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8733         appearing when `mm-uu-hide-markers' is nil.
8734
8735 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8736
8737         * nnimap.el (nnimap-unselect-group): Make into its own function.
8738         (nnimap-request-rename-group): Unselect group before renaming.
8739         This had gotten lost somewhere.
8740         (nnimap-request-accept-article): Keep track of examined groups, and
8741         unselect the group before APPENDing to read-only groups.
8742         (nnimap-request-move-article): Clear flags before moving so that they
8743         can be re-set later.
8744
8745 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8748         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8749
8750 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-art.el (gnus-mime-display-single):
8753         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8754         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8755         parameter.
8756
8757 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8760         (shr-table-vertical-line): New variable.
8761         (shr-insert-table): Use it.
8762
8763 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * gnus-html.el (gnus-html-wash-images): Don't display images if
8766         gnus-inhibit-images is non-nil; register displayer for cid images.
8767         (gnus-html-display-image): Work for cid image.
8768         (gnus-html-insert-image): Allow arguments.
8769         (gnus-html-put-image): Inhibit read-only.
8770         (gnus-html-prefetch-images): Don't prefetch images if
8771         gnus-inhibit-images is non-nil.
8772
8773 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8774
8775         * shr.el (shr-put-image): Break lines when inserting big pictures.
8776
8777 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8778
8779         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8780         sender, thanks Katsumi Yamaoka.
8781
8782 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8783
8784         * nnir.el (nnir-run-imap): Reverse the article list for each group
8785         rather than the whole list.
8786
8787 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * shr.el (shr-image-displayer): Protect function against non-existent
8790         image source.
8791
8792         * gnus-art.el (gnus-inhibit-images): New user option.
8793         (gnus-mime-display-single): Don't display image if it is non-nil.
8794
8795         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8796         gnus-inhibit-images.
8797
8798         * shr.el (shr-image-displayer): New function.
8799         (shr-tag-img): Use it.
8800
8801 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8802
8803         * mml2015.el (mml2015-epg-sign): Use From header.
8804
8805 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8806
8807         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8808
8809         * gnus-util.el (gnus-find-text-property-region): Return markers.
8810
8811         * shr.el (shr-tag-img): Put a displayer in the text property.
8812
8813         * gnus-util.el (gnus-find-text-property-region): New utility function.
8814
8815         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8816         (gnus-html-show-images): Remove.
8817
8818         * gnus-art.el (gnus-article-show-images): New, more general function.
8819
8820         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8821         image url text properties.
8822
8823         * shr.el: Ditto.
8824
8825         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8826         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8827
8828 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8831         work for two or more articles.
8832
8833 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8836         divide an image that's in an html article to two or more when washing
8837         non-ASCII characters in alt text of it.
8838
8839 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8842         smime-decrypt-region using function argument.
8843         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8844
8845         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8846
8847         * smime.el (smime-decrypt-region): Catch it.
8848
8849 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8850
8851         * smime.el (smime-mode-map): Move initialization into declaration.
8852         (gnus-run-mode-hooks): Don't autoload.
8853         (smime-mode): Use define-derived-mode.
8854
8855 2010-11-11  Glenn Morris  <rgm@gnu.org>
8856
8857         * smime.el (from): Restrict declaration to XEmacs.
8858
8859         * nnir.el (gnus-group-topic-name): Autoload.
8860
8861 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * shr.el (shr-insert): Don't break long line if it is because of
8864         kinsoku-bol characters in the line end.
8865
8866 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8867
8868         * nnir.el (nnir-request-move-article): Fix to provide original group
8869         and subject.
8870         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8871         been retrieved.
8872
8873         * gnus-sum.el (gnus-summary-move-article): Use original group and
8874         subject for virtual articles such as those in an nnir summary buffer.
8875
8876 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8879         least 21.5).
8880
8881         * smime.el (from): Declare it again for XEmacs.
8882
8883 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8884
8885         * message.el (message-resend): Don't disable encoding unless it's
8886         already encoded.
8887
8888         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8889         low-numbered articles.
8890
8891 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * rfc2047.el (rfc2047-syntax-table): Simplify.
8894
8895         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8896
8897         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8898         set-char-table-range for XEmacs.
8899
8900 2010-11-10  Glenn Morris  <rgm@gnu.org>
8901
8902         * time-date.el (time-to-seconds): Always an alias on Emacs,
8903         never a real function.
8904         (with-no-warnings): Remove compat stub, now unused.
8905         (time-less-p): Doc fix.
8906         (time-to-number-of-days): Simplify.
8907
8908         * smime.el (from): Remove unused declaration.
8909
8910         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8911         (gnus-float-time): On Emacs, always an alias.
8912
8913         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8914         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8915
8916 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * dgnushack.el: Don't use ignore-errors in the top level form since it
8919         is unavailable in XEmacs even if cl is loaded.
8920
8921         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8922
8923 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8924
8925         * shr.el (browse-url-mailto): Autoload.
8926
8927         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8928
8929         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8930         regexp doesn't need quoting.
8931
8932 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8933
8934         * message.el (message-subject-trailing-was-ask-regexp)
8935         (message-subject-trailing-was-regexp): Match was: in addition to was.
8936
8937 2010-11-09  Glenn Morris  <rgm@gnu.org>
8938
8939         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8940         (nnbabyl-check-mbox): Use point-at-bol.
8941
8942 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8943
8944         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8945
8946         * message.el (message-mailto): New function.
8947         (message-mailto): Should accept other parameters.
8948         (message-mailto): Remove since it duplicates browse-url-mailto
8949         functionality.
8950
8951 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8952
8953         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8954         methods.
8955         (gnus-read-active-file): Ditto.
8956
8957         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8958         ": " from the prompt.
8959         (gnus-group-make-group): Ditto.
8960
8961 2010-11-07  Glenn Morris  <rgm@gnu.org>
8962
8963         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8964         (gnus-bookmark-kill-line): Use point-at-eol.
8965
8966 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8969         asterisks in From header.
8970
8971 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8974         string to avoid making the From headers syntactically invalid.
8975
8976         * message.el (message-send-mail): Don't insert courtesy messages if the
8977         message already has List-Post and List-ID messages.
8978
8979 2010-11-06  Glenn Morris  <rgm@gnu.org>
8980
8981         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8982         `condition', `type', `length' a prefix.
8983         (gnus-treat-predicate): Update for above name changes.
8984
8985 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8986
8987         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8988         binding.  Handled by `gnus-summary-refer-thread' instead.
8989         (nnir-warp-to-article): New backend function.
8990
8991         * nnimap.el (nnimap-request-thread): Force dependency updating.
8992
8993         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8994         (gnus-summary-refer-thread): Rework to improve thread-referral.
8995
8996         * gnus-int.el (gnus-warp-to-article): New function.
8997
8998         * gnus-sum.el (gnus-summary-article-map): Bind it.
8999
9000 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9001
9002         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9003         gnus-summary-refer-thread.
9004
9005         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9006         headers.
9007         (gnus-summary-limit-include-thread): Prevent articles in thread from
9008         being cut in gnus-cut-threads.
9009         (gnus-summary-refer-thread): Limit retrieved headers to those in
9010         thread.
9011
9012 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013
9014         * message.el (message-send-mail): Use the value of
9015         message-courtesy-message from the message buffer.
9016
9017         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9018
9019         * shr.el (shr-browse-url): Implement mailto: URLs.
9020
9021         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9022         "raw".
9023
9024         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9025         if it's already selected.
9026
9027         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9028
9029 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9032         to measure the length and truncate alt text.
9033
9034 2010-11-03  Glenn Morris  <rgm@gnu.org>
9035
9036         * nndiary.el (nndiary-generate-nov-databases-1)
9037         (nndiary-generate-active-info): Rename dynamic variable `files' to
9038         something less generic.
9039
9040 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9041
9042         * nnir.el (nnir-request-move-article): Call the underlying backend to
9043         move articles from nnir.
9044
9045 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9046
9047         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9048
9049 2010-11-02  Julien Danjou  <julien@danjou.info>
9050
9051         * nnir.el: Remove wais support.
9052
9053 2010-11-02  Glenn Morris  <rgm@gnu.org>
9054
9055         * gnus-html.el: Reorder requirements to quieten compiler.
9056
9057 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9060         properly for XEmacs as well.
9061         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9062         (gnus-article-natural-long-line-p): Use window-width rather than
9063         frame-width.
9064
9065 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9066
9067         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9068         (nnir-read-parms): Don't modify query.
9069         (nnir-run-query): Add ability to search topic on current line.
9070         (nnir-get-active): Clean up.
9071
9072 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9075         degenerate articles.
9076
9077         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9078         (gnus-print-buffer): Just print the buffer as is, without any copying
9079         to a buffer and then re-highlighting.
9080
9081         * nnimap.el (nnimap-request-group): Store the new updated info.
9082         (nnimap-request-group): Select the group when we don't know whether it
9083         exists or not.
9084
9085         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9086         groups.
9087
9088         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9089         groups.
9090
9091         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9092         groups.
9093
9094         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9095         long-lines case by only filling the long lines.
9096
9097         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9098         (bug#7311).
9099
9100 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * shr.el: No need to declare `declare-function' since shr.el is for
9103         only Emacsen that provide `libxml-parse-html-region'.
9104
9105         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9106         effective only in a file it is referred to.
9107
9108 2010-11-01  Glenn Morris  <rgm@gnu.org>
9109
9110         * mm-util.el (gnus-completing-read): Autoload.
9111         (mm-read-coding-system): Simplify Emacs definition.
9112
9113         * nnmail.el (gnus-activate-group):
9114         * nnimap.el (gnutls-negotiate):
9115         * nntp.el (netrc-parse): Fix declarations.
9116
9117 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9120         string-match-p in Emacs >=23.
9121
9122         * gnus-msg.el (gnus-configure-posting-styles):
9123         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9124
9125 2010-11-01  Glenn Morris  <rgm@gnu.org>
9126
9127         * nnir.el (declare-function): Add compat stub.
9128         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9129         (nnir-run-gmane): Require 'mm-url.
9130
9131         * mm-util.el (mm-string-to-multibyte): Simplify.
9132
9133         * shr.el (declare-function): Add compat stub.
9134         (url-cache-create-filename): Declare.
9135         (mm-disable-multibyte, widget-convert-button): Autoload.
9136
9137         * smime.el (ldap-search): Declare.
9138         (smime-cert-by-ldap-1): Require ldap on Emacs.
9139
9140         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9141         (nnimap-keepalive): Use gnus-float-time.
9142
9143         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9144         (mail-source-delete-crash-box): Use gnus-float-time.
9145
9146         * gnus-dired.el (gnus-completing-read): Autoload.
9147
9148         * mm-view.el (gnus-rescale-image): Autoload.
9149
9150         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9151
9152         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9153
9154         * sieve-manage.el: Require 'cl when compiling.
9155
9156         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9157         (gnus-iswitchb-completing-read): Require iswitchb.
9158         (gnus-select-frame-set-input-focus): Silence compiler.
9159
9160 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9161
9162         * message.el (message-subject-trailing-was-query): Change default to t,
9163         since I think that's what most people want.
9164
9165         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9166         appending for easier debugging.
9167         (nnimap-wait-for-connection): Take a regexp.
9168         (nnimap-request-accept-article): Wait for the continuation line before
9169         sending anything unless we're streaming.
9170
9171         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9172         leave the header washing to take place.
9173
9174 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9175
9176         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9177         regular expression match and replace in posting styles.
9178
9179 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9180
9181         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9182         an entire server.
9183         (nnir-get-active): New function.
9184         (nnir-run-imap): Use it.
9185         (nnir-run-gmane): Who knew, gmane search returns an article score!
9186
9187         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9188         server on the current line with nnir.
9189
9190 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191
9192         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9193         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9194         left edge.
9195         (gnus-article-foldable-buffer): Skip past the prefix when determining
9196         raggedness.
9197
9198         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9199         the raw article, and change `C-u g' to show the article without doing
9200         treatments.
9201
9202         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9203         on to `gnus-treat-article'.
9204         (gnus-inhibit-article-treatments): New variable.
9205
9206         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9207
9208         * gnus-art.el (gnus-treatment-function-alist): Have
9209         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9210         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9211         sections.
9212
9213         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9214         parameter.
9215         (gnus-article-fill-cited-long-lines): New function.
9216         (gnus-article-fill-cited-article): Allow filling only long sections.
9217
9218         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9219         and non-punctuation (like after the apostrophe in "'We").
9220
9221         * gnus-sum.el (gnus-summary-select-article): Make sure
9222         gnus-original-article-buffer is alive.
9223
9224         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9225         reflect the order they're in in the digest.
9226
9227         * gnus.el (gnus-group-startup-message): Move point to the start of the
9228         buffer.
9229
9230         * nnimap.el (nnimap-capability): New function.
9231         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9232         is set.
9233
9234 2010-10-31  David Engster  <dengste@eml.cc>
9235
9236         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9237         conform with changes to gnus-completing-read.
9238
9239 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9240
9241         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9242
9243 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9244
9245         * nnir.el: Move defvar, defcustom around to keep file organized
9246         and keep byte-compiler quiet.
9247         (nnir-read-parms): Accept search-engine as arg.
9248         (nnir-run-query): Pass search-engine as arg.
9249         (nnir-search-engine): Remove.
9250
9251 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * shr.el (shr-generic): The text nodes should be text, not :text.
9254
9255         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9256         later in the file.
9257
9258 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9259
9260         * nnir.el: General clean up.  Allow searching with multiple engines.
9261         Allow separate extra-parameters for each engine.
9262         Batch queries when possible.
9263         (nnir-imap-default-search-key, nnir-method-default-engines):
9264         Add customize interface.
9265         (nnir-run-gmane): New engine.
9266         (nnir-engines): Use it.  Qualify all prompts with engine name.
9267         (nnir-search-engine): Remove global variable.
9268         (nnir-run-hyrex): Restore for now.
9269         (nnir-extra-parms, nnir-search-history): New variables.
9270         (gnus-group-make-nnir-group): Use them.
9271         (nnir-group-server): Remove in favor of gnus-group-server.
9272         (nnir-request-group): Avoid searching twice.
9273         (nnir-sort-groups-by-server): New function.
9274
9275 2010-10-30  Julien Danjou  <julien@danjou.info>
9276
9277         * gnus-group.el: Remove gnus-group-fetch-control.
9278
9279         * gnus-start.el (gnus-find-new-newsgroups):
9280         Remove gnus-check-first-time-used.
9281
9282         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9283
9284 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9285
9286         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9287         set on groups that don't have \* permanentflags.
9288
9289 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290
9291         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9292         control the background color.
9293         (shr-tag-img): Ignore very small web bug type images.
9294         (shr-put-image): Add help-echo alt texts to the images.
9295         (shr-tag-video): Show the video poster image.
9296
9297 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9298
9299         * shr.el (shr-table-depth): New variable.
9300         (shr-tag-table-1): Only insert the images after the top-level table.
9301
9302         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9303
9304         * gnus-util.el (gnus-list-memq-of-list): New function.
9305
9306         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9307         selected.
9308         (nnimap-unsplittable-articles): New slot.
9309         (nnimap-new-articles): Use it.
9310
9311 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9312
9313         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9314         move to the previous line on `M-g'.
9315
9316 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9317
9318         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9319         *-request-group, which seems unnecessary.
9320
9321         * nnimap.el (nnimap-quote-specials): Function copied over from
9322         imap.el.
9323         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9324         they support that.  Suggested by Tom Regner.
9325
9326 2010-10-29  Julien Danjou  <julien@danjou.info>
9327
9328         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9329         defalias.
9330         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9331
9332         * gnus.el: Remove `gnus-nntp-service' variable.
9333         (gnus-secondary-servers): Make obsolete.
9334         (gnus-nntp-server): Make obsolete.
9335
9336         * gnus-start.el (gnus-1): Remove x-splash calls.
9337
9338         * gnus-ems.el (gnus-x-splash): Remove.
9339
9340         * gnus.el (gnus-group-startup-message): Simplify/update code.
9341
9342         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9343         definition.
9344
9345         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9346         capability before doing anything.
9347         (gnus-group-insert-group-line): Remove useless
9348         gnus-group-remove-excess-properties.
9349
9350 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9353
9354 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9357         config after reselecting.
9358
9359 2010-10-28  Julien Danjou  <julien@danjou.info>
9360
9361         * shr.el (shr-put-image): Use point even if only inserting text.
9362         (shr-put-image): Save excursion when inserting alt text on non-graphic
9363         display, so the behavior is the same when we are on a graphic display.
9364
9365         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9366
9367 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9370         (gnus-mime-copy-part): Check coding system, not charset.
9371         (gnus-mime-view-part-externally): Never remove part.
9372         (gnus-mime-view-part-internally): Don't remove part here.
9373         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9374         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9375         multipart/alternative.
9376
9377         * mm-decode.el (mm-display-part): Take optional arg `force'.
9378
9379 2010-10-26  Julien Danjou  <julien@danjou.info>
9380
9381         * gnus-group.el (gnus-group-default-list-level): Add this function to
9382         compute the default list level.
9383         (gnus-group-default-list-level): Add possibility to use a function.
9384
9385 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9388
9389         * gnus-group.el (gnus-group-completing-read)
9390         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9391         gnus-replace-in-string.
9392
9393 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * shr.el (shr-tag-div): Add.
9396
9397         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9398
9399 2010-10-25  Julien Danjou  <julien@danjou.info>
9400
9401         * gnus-util.el: Remove `gnus-with-local-quit'.
9402
9403         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9404
9405 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9408         the original article buffer.
9409
9410 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * nnimap.el (nnimap-request-head): New function.
9413         (nnimap-request-move-article): Try to be slightly faster by not
9414         requesting the entire message when moving.
9415         (nnimap-transform-headers): Don't bug out on bodiless articles.
9416         (nnimap-send-command): Have no outstanding messages if the IMAP server
9417         doesn't support streaming.
9418         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9419
9420 2010-10-24  Julien Danjou  <julien@danjou.info>
9421
9422         * message.el (message-default-headers): Fix type.
9423
9424 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9425
9426         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9427         prefetching images.
9428
9429         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9430         backend for unknown groups.  This is mainly useful for nnimap groups.
9431
9432         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9433         group isn't covered by the agent.
9434
9435 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9436
9437         * nnir.el (nnir-method-default-engines): New variable.
9438         (nnir-run-query): Use it.
9439         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9440         (gnus-summary-nnir-goto-thread): Change group if needed.
9441
9442         * gnus-group.el (gnus-group-group-map): Add key binding for
9443         gnus-group-make-nnir-group.
9444
9445 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * shr.el (shr-tag-object): Add.
9448
9449         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9450         original article buffer live.
9451         (gnus-summary-select-article-buffer):
9452         Mention gnus-widen-article-buffer.
9453
9454 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * shr.el (shr-tag-strong): Add.
9457
9458 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9459
9460         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9461         group names.  They mess up the group buffer badly.
9462
9463         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9464
9465         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9466         instead of the summary one.
9467
9468 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * mml.el (mml-preview): Work properly when editing article.
9471
9472         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9473         gnus-have-read-active-file if it's already been in.
9474
9475 2010-10-22  Tom Tromey  <tromey@redhat.com>
9476
9477         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9478         gnus-group-completing-read.
9479
9480 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * message.el (message-mode-map): Don't bind M-; to comment region, to
9483         allow the global comment-dwim to work.
9484
9485 2010-10-21  Julien Danjou  <julien@danjou.info>
9486
9487         * message.el (message-setup-1): Allow message-default-headers to be a
9488         function.
9489
9490 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * shr.el (shr-tag-table): Simplify.
9493
9494 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495
9496         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9497         to avoid trying to snarf invalid stuff.
9498
9499         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9500
9501         * gnus.el (gnus-message-archive-group): Quote value.
9502         (gnus-message-archive-group): Mark as changed.
9503
9504         * shr.el (shr-add-font): Don't put the font properties on the newline
9505         or the indentation.
9506
9507         * message.el (message-fix-before-sending): Change options when sending
9508         non-printable characters.
9509
9510         * gnus.el (gnus-message-archive-method): Change the default to
9511         monthly outgoing groups.
9512
9513         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9514         that have gotten new numbers.
9515
9516         * nnimap.el (nnimap-request-replace-article): New function.
9517
9518 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9521         (nnrss-request-article): Don't use special html washing code.
9522
9523 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * shr.el (shr-tag-table): Remove useless nconc.
9526
9527 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * gnus-art.el (article-wash-html): Simplify and remove the charset
9530         stuff.  Use the normal html rendering code instead of the special html
9531         washing code.
9532
9533         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9534         `gnus-w3m' symbols.
9535         (mm-text-html-washer-alist): Remove.
9536
9537         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9538         (mm-inline-media-tests): Remove use.
9539         (mm-text-html-renderer): Change default to the `shr' symbol.
9540
9541         * mm-view.el (mm-inline-text-html): Remove use.
9542
9543         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9544         `gnus-blocked-images' to be a function.
9545         (gnus-article-wash-function): Remove.
9546
9547 2010-10-20  Julien Danjou  <julien@danjou.info>
9548
9549         * spam.el (spam-list-of-processors): Mark as obsolete.
9550
9551         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9552         (nnimap-insert-partial-structure): Fix boundary detection.
9553
9554 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9555
9556         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9557         run file-truename on remote files.  This can be expensive and even
9558         prevent one from editing drafts if some unrelated buffer has a stale
9559         connection.
9560
9561 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9564         kinsoku-eol regardless of shr-kinsoku-shorten.
9565         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9566         (shr-tag-table): Support caption, thead, and tfoot.
9567
9568 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9571         lines.
9572         (shr-save-contents): New command and keystroke.
9573
9574         * nndoc.el (nndoc-type-alist): Add git support.
9575         (nndoc-git-type-p): New function.
9576         (nndoc-transform-git-article): Ditto.
9577         (nndoc-transform-git-headers): Ditto.
9578         (nndoc-transform-git-headers): Generate Subject headers.
9579
9580         * shr.el (shr-parse-style): New function.
9581         (shr-tag-span): Ditto.
9582
9583         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9584         to `G G' to avoid collisions.
9585
9586 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * shr.el: Load kinsoku if necessary.
9589         (shr-kinsoku-shorten): New internal variable.
9590         (shr-find-fill-point): Make kinsoku shorten text line if
9591         shr-kinsoku-shorten is bound to non-nil.
9592         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9593         shr-indentation too when testing if table is wider than frame width.
9594         (shr-insert-table): Use `string-width' instead of `length' to measure
9595         text width.
9596         (shr-insert-table-ruler): Make sure indentation is done at bol.
9597
9598 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9599
9600         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9601         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9602         undecoded network data.
9603
9604 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9605
9606         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9607         name in the mode line spec so that the mode line menu works
9608         (bug#2431).
9609
9610         * message.el (message-get-reply-headers): If we're fed `to-address',
9611         then always use that.
9612
9613         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9614         aren't so wide as to need to switch off the edit menu.
9615
9616         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9617         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9618
9619         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9620         `M-g'.
9621         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9622         the permanent marks.
9623
9624 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9625
9626         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9627         Splitting according to references/in-reply-to obeys the ignore-groups
9628         variable, while splitting by sender and subject do not.
9629
9630 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631
9632         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9633         alist, so that we can look for non-Unicode chars.
9634         (article-translate-strings): Allow both character and string maps.
9635
9636 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * shr.el (shr-insert): Don't insert space behind a wide character
9639         categorized as kinsoku-bol, or between characters both categorized as
9640         nospace.
9641
9642 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9643
9644         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9645         headers to gnus-newsgroup-headers.
9646
9647 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648
9649         * shr.el (shr-tag-img): Don't align images -- since we're not
9650         rescaling, this often leads to ugly displays.
9651
9652 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9653
9654         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9655         duplicates.
9656
9657 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9658
9659         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9660         call.
9661
9662 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663
9664         * gnus.el: Autoload gnus-html-show-images.
9665
9666         * nnimap.el: Use nnheader-message throughout.
9667
9668         * shr.el (shr-tag-img): Ignore images with no data.
9669
9670 2010-10-15  Julien Danjou  <julien@danjou.info>
9671
9672         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9673         a possibility to disable format=flow encoding when using hard newlines.
9674
9675 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * shr.el (shr-insert): Remove space inserted before or after a
9678         breakable character or at the beginning or the end of a line.
9679         (shr-find-fill-point): Do kinsoku; find the second best point or give
9680         it up if there's no breakable point.
9681
9682 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683
9684         * nnimap.el (nnimap-open-connection): Message when opening connection
9685         for debugging purposes.
9686
9687         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9688         on every setup buffer call to allow this to change from article to
9689         article.
9690
9691         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9692         buffers where we have a wide table.
9693
9694 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9695
9696         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9697         uses *-request-thread.
9698
9699 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9700
9701         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9702         incantation, which is no longer valid.
9703
9704 2010-10-14  Julien Danjou  <julien@danjou.info>
9705
9706         * shr.el: Fix defcustom type (char -> character).
9707
9708 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9709
9710         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9711         programs.
9712
9713 2010-10-14  Julien Danjou  <julien@danjou.info>
9714
9715         * shr.el (shr-tag-a): Use url-link as widget type.
9716
9717         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9718         `gnus-group-get-icon'.
9719
9720 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9723         This should make server editing work better.
9724
9725         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9726
9727         * tls.el (tls-program): Remove spurious %s from openssl.
9728
9729         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9730         (nnimap-parse-flags): Fix regexp.
9731
9732         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9733         probably work for CJVK text, too.
9734
9735         * nnimap.el (nnimap-extend-tls-programs): Remove.
9736         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9737
9738         * tls.el (tls-starttls-switches): Remove starttls hack.
9739         (open-tls-stream): Ditto.
9740         (tls-find-starttls-argument): Ditto.
9741
9742 2010-10-13  Julien Danjou  <julien@danjou.info>
9743
9744         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9745         responses.
9746
9747 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9750
9751         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9752         anything in Emacs.
9753
9754         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9755
9756 2010-10-13  Julien Danjou  <julien@danjou.info>
9757
9758         * shr.el (shr-width): Make shr-width a defcustom with default to
9759         fill-column.
9760         (shr-tag-img): Use shr-width rather than fill-column.
9761
9762 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * dgnushack.el (byte-optimize-apply):
9765         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9766
9767         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9768         position when (X-)Faces exist.
9769         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9770         avatars when called interactively.
9771
9772 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9775         gnus-article-x-face-too-ugly is bound.
9776
9777 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778
9779         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9780
9781         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9782         mailbox that doesn't exist.
9783
9784 2010-10-12  Julien Danjou  <julien@danjou.info>
9785
9786         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9787         (shr-get-image-data): Encode URL properly when fetching from cache.
9788         (shr-tag-img): Use aligned-to spaces to align correctly images.
9789
9790         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9791         before inserting the Gravatar.
9792
9793         * shr.el (shr-tag-img): Add align attribute support for <img>.
9794
9795 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9796
9797         * gnus-gravatar.el (gnus-art): Require.
9798
9799         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9800         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9801         Remove long obsoleted functions.
9802
9803 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9806
9807         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9808
9809         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9810         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9811         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9812         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9813         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9814         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9815         * sieve-manage.el, smime.el, spam.el:
9816         Fix comment for declare-function.
9817
9818 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * nnimap.el (nnimap-request-rename-group): Select group read-only
9821         before renaming it.
9822
9823         * shr.el (shr-insert): Fix up the white space only regexp.
9824
9825         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9826         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9827
9828         * shr.el (shr-current-column): New function.
9829         (shr-find-fill-point): New function.
9830
9831 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9832
9833         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9834         numbers.
9835
9836 2010-10-11  Julien Danjou  <julien@danjou.info>
9837
9838         * shr.el (shr-hr-line): Add.
9839         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9840         display hr lines.
9841         (shr-max-columns): Do not change state to nil if we just inserting
9842         spaces.
9843
9844 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9845
9846         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9847         select the last group.
9848
9849 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9850
9851         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9852
9853 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9854
9855         * dig.el (dig-mode-map): Declare and define in one step.
9856
9857 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9858
9859         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9860         for Gnus.
9861         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9862         (nnimap-update-qresync-info): Mark \Seen articles as read.
9863
9864         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9865         non-variable, too.
9866
9867         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9868         available.
9869         (nnimap-update-info): Rely more on the current active than the param
9870         active to avoid marking articles as read too much.
9871
9872         * auth-source.el (auth-source-create): Use (user-login-name) for the
9873         user name default.
9874
9875         * nnimap.el (nnimap-update-info): If the server doesn't return any
9876         useful info, just use the previous info.
9877         (nnimap-update-info): Prefer old info over start-article.
9878         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9879
9880 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9881
9882         * nnir.el (autoload): Clean up autoloads.
9883         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9884         Use key rather than value.
9885         (nnir-imap-search-other): New variable.
9886         (nnir-read-parm): Use it.
9887         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9888         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9889
9890 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9891
9892         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9893         the process, too.
9894
9895 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9896
9897         * spam.el (gnus-summary-mode-map): Bind to "$".
9898         Suggested by Russ Allbery.
9899
9900         * shr.el: Rework the way things are indented by <li> slightly.
9901
9902         * gnus.el (gnus-group-set-parameter): Fix typo.
9903
9904         * nnimap.el: Start implementing QRESYNC support.
9905
9906 2010-10-09  Julien Danjou  <julien@danjou.info>
9907
9908         * nnir.el (nnir-engines): Fix too many arguments.
9909
9910 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9911
9912         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9913         group is the "last", so that the backends like nnfolder actually save
9914         their folders.
9915
9916         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9917         try to use that for the tls stream.
9918         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9919         UIDVALIDITY and find out which groups are read-only and not.
9920         (nnimap-get-flags): Use the same marks parsing code as the rest of
9921         nnimap.
9922
9923 2010-10-09  Julien Danjou  <julien@danjou.info>
9924
9925         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9926
9927         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9928         retrieving gravatars.
9929
9930         * shr.el (shr-table-corner): Add.
9931         (shr-table-line): Add.
9932         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9933
9934 2010-10-08  Julien Danjou  <julien@danjou.info>
9935
9936         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9937
9938 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9939
9940         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9941
9942         * gnus-sum.el (gnus-mark-article-as-unread)
9943         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9944         (gnus-summary-set-bookmark): Use it.
9945
9946         * gnus-msg.el (gnus-setup-message): Use it.
9947
9948         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9949
9950         * gnus.el (gnus-group-remove-parameter): Use it.
9951
9952         * gnus-group.el (gnus-group-make-web-group): Use it.
9953
9954         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9955
9956         * nnregistry.el: Update docs to mention manual.
9957
9958         * gnus-registry.el: Update docs to mention nnregistry.el.
9959         (gnus-registry-initialize): Don't install nnregistry refer method
9960         automatically.
9961         (gnus-registry-install-nnregistry): Remove it.
9962
9963 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9964
9965         * shr.el (shr-insert): Don't insert double spaces.
9966
9967 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gnus-gravatar.el (gnus-treat-from-gravatar)
9970         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9971         called interactively.
9972
9973         * gnus-art.el (gnus-mime-view-part-externally)
9974         (gnus-mime-view-part-internally): Make predicate function passed to
9975         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9976         of a mime type.
9977
9978         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9979
9980 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9981
9982         * shr.el (require): Require cl when compiling.
9983         (shr-tag-hr): New function.
9984
9985         * nnimap.el (nnimap-update-info): Remove double setting of high.
9986         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9987         This makes nnimap work properly on Courier again.
9988
9989         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9990         the variable for backwards compatibility.
9991
9992         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9993         the file name before using to avoid setting mm-default-directory to
9994         nil.
9995
9996         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9997         bidning gnus-agent variables.
9998
9999         * shr.el (shr-render-td): Use a cache for the table rendering function
10000         to avoid getting an exponential rendering behavior in nested tables.
10001         (shr-insert): Rework the line-breaking algorithm.
10002         (shr-insert): Don't leave trailing spaces.
10003         (shr-insert-table): Also insert empty TDs.
10004         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10005
10006 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10007
10008         * gnus-sum.el (gnus-number): Rename from `number'.
10009         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10010         (gnus-summary-limit-children): Update uses correspondingly.
10011
10012 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10015         (gnus-gravatar-transform-address): Don't show avatars of people of
10016         which mail addresses match gnus-gravatar-too-ugly.
10017
10018 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10019
10020         * shr.el (shr-table-widths): Expand TD elements to fill available
10021         space.
10022
10023 2010-10-07  Julien Danjou  <julien@danjou.info>
10024
10025         * nnimap.el (nnimap-request-rename-group): Add this method.
10026
10027 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10030         name from XEmacs' function-arglist.
10031
10032         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10033         gravatar under XEmacs.
10034
10035 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10036
10037         * auth-source.el: Update docs with TODO items.
10038
10039         * gnus-sync.el: Update docs to explain state and plans.
10040
10041         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10042         Hooks for mark updates.
10043         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10044
10045         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10046         hooks with arguments, which is needed for mark update hooks.
10047
10048 2010-10-06  Julien Danjou  <julien@danjou.info>
10049
10050         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10051         was matched.
10052
10053         * sieve-manage.el: Update example in `Commentary'.
10054
10055         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10056
10057         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10058         not 2000.
10059         (sieve-manage-authenticate): Re-add function.
10060
10061 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10062
10063         * shr.el (shr-insert): Get 'space transition right.
10064         (shr-render-td): Only delete space at the end of the TD.
10065
10066         * nnimap.el (nnimap-open-connection): Prepare to support
10067         open-gnutls-stream.
10068
10069         * shr.el: Rearrange function order to be more logical.
10070
10071 2010-10-06  Julien Danjou  <julien@danjou.info>
10072
10073         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10074         (nnrss-discover-feed): Remove 404 URL in docstring.
10075
10076         * nnir.el: Fix Swish-E URL.
10077         Fix Namazu URL.
10078
10079         * message.el (message-change-subject): Remove 404 URL in a comment.
10080
10081 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10084         called interactively.
10085
10086         * gnus-util.el (gnus-remove-if): Allow hash table.
10087         (gnus-remove-if-not): New function.
10088
10089         * gnus-art.el (gnus-mime-view-part-as-type):
10090         * gnus-score.el (gnus-summary-score-effect):
10091         * gnus-sum.el (gnus-read-move-group-name):
10092         Replace remove-if-not with gnus-remove-if-not.
10093
10094         * gnus-group.el (gnus-group-completing-read):
10095         Regard collection as a hash table if it is not a list.
10096
10097 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10098
10099         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10100
10101         * shr.el: Document the table-rendering algorithm.
10102
10103 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10106         for Emacsen having no `libxml-parse-html-region' support.
10107
10108 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10109
10110         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10111         invalid URLs.
10112
10113         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10114         line-broken.
10115         (shr-tag-img): Ignore image fetching errors.
10116         (shr-overlays-in-region): Compute overlay positions correctly.
10117
10118         * mm-decode.el (mm-shr): Require shr.
10119
10120         * gnus-art.el (gnus-blocked-images): Move variable here.
10121
10122         * shr.el (shr-insert-table): Bind free variable.
10123
10124         * mm-decode.el (mm-shr): Bind shr-content-function.
10125
10126         * shr.el (shr-content-function): New variable.
10127
10128         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10129         added for symmetry.
10130
10131         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10132
10133         * gnus-group.el (gnus-group-make-group): Doc fix.
10134
10135         * nnimap.el (nnimap-request-newgroups): Return success.
10136
10137         * shr.el (shr-find-elements): New function.
10138         (shr-tag-table): Put all the images after the table.
10139         (shr-tag-table): Really inhibit images inside the table.
10140         (shr-collect-overlays): Copy over overlays from the TD elements to the
10141         main document.
10142
10143         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10144         gnus-blocked-images.
10145
10146 2010-10-05  Julien Danjou  <julien@danjou.info>
10147
10148         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10149
10150         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10151         (gnus-html-maximum-image-size): Add this function.
10152         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10153
10154         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10155         server-value of the capability is nil.
10156
10157 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10158
10159         * shr.el (shr-tag-em): Add <EM> tag.
10160
10161 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10162
10163         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10164         customizable.
10165
10166         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10167         handing broken links to browse-url.
10168
10169 2010-10-05  Julien Danjou  <julien@danjou.info>
10170
10171         * gnus-util.el (gnus-emacs-completing-read)
10172         (gnus-iswitchb-completing-read): Use autoload rather than require.
10173
10174 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10177         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10178         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10179         iswitchb-temp-buflist for XEmacs.
10180
10181         * gnus-util.el (gnus-completing-read-function): Exclude
10182         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10183         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10184         XEmacs.
10185
10186         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10187         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10188
10189         * gnus-html.el: Don't require help-fns under XEmacs.
10190         (gnus-html-schedule-image-fetching): Work for XEmacs.
10191
10192         * mm-decode.el (mm-shr): Decode contents by charset.
10193
10194 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10195
10196         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10197         unknown.
10198
10199         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10200         (shr-get-image-data): Ensure against the cache file missing.
10201
10202         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10203         for data.
10204
10205         * spam-report.el (spam-report-url-ping-plain): Don't query about
10206         killing the process.
10207
10208         * shr.el (shr-render-td): Protect against too-wide text.
10209
10210 2010-10-04  Julien Danjou  <julien@danjou.info>
10211
10212         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10213         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10214
10215         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10216         retrieved.
10217
10218 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219
10220         * shr.el (browse-url): Require.
10221         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10222         lines.
10223         (shr-show-alt-text, shr-browse-image): New commands.
10224         (shr-browse-url, shr-copy-url): New commands.
10225
10226         * gnus-sum.el (gnus-widen-article-window): New variable.
10227         (gnus-summary-select-article-buffer): Use it.
10228
10229         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10230         without @ signs.
10231
10232 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10233
10234         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10235
10236 2010-10-04  Julien Danjou  <julien@danjou.info>
10237
10238         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10239         for XEmacs.
10240
10241 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10242
10243         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10244
10245         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10246         (nnimap-close-server): Implement.
10247
10248         * dgnushack.el (iswitchb): Require to shut up the compiler.
10249
10250         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10251         (shr-insert): Tweak line breaking.
10252         (shr-insert): Handle <pre> better.
10253         (shr-tag-li): Get <li> indentation right.
10254         (shr-tag-li): Get <li> indentation even righter.
10255         (shr-tag-blockquote): Ensure paragraph start.
10256         (shr-make-table): Tweak table generation.
10257         (shr-make-table): Fix typo.
10258
10259         * shr.el: Implement table rendering.
10260
10261 2010-10-04  Julien Danjou  <julien@danjou.info>
10262
10263         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10264
10265 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10266
10267         * shr.el (shr-insert): Use string anchors instead of line anchors.
10268
10269 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270
10271         * shr.el: Add headings.
10272         (shr-ensure-paragraph): Actually work.
10273         (shr-tag-li): Make <ul> prettier.
10274         (shr-insert): Get white space at the beginning/end of elements right.
10275         (shr-tag-p): Collapse subsequent <p>s.
10276         (shr-ensure-paragraph): Don't insert double line feeds after blank
10277         lines.
10278         (shr-insert): \t is also space.
10279         (shr-tag-s): Fix "s" tag name function.
10280         (shr-tag-s): Fix face prop name.
10281
10282 2010-10-03  Julien Danjou  <julien@danjou.info>
10283
10284         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10285
10286         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10287         gnus-window-inside-pixel-edges.
10288
10289         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10290         gnus-ems.
10291
10292         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10293
10294         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10295         function.
10296
10297         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10298         resize choice.
10299
10300 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10301
10302         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10303         beginning of the buffer.
10304
10305         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10306         article buffer again.
10307
10308         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10309
10310         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10311         when it's at the start of the buffer.
10312
10313         * shr.el (shr-tag-blockquote): Convert name.
10314         (shr-rescale-image): Use the right image-size variant.
10315
10316         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10317         buffer isn't shown, then select the current article first instead of
10318         bugging out.
10319         (gnus-summary-select-article-buffer): Show both the article and summary
10320         buffers again.
10321
10322         * shr.el (shr-fontize-cont): Protect against regions with no text.
10323         Rename tag functions to shr-tag-* for enhanced security.
10324         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10325
10326 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10327
10328         * shr.el (shr-insert):
10329         * pop3.el (pop3-movemail):
10330         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10331         loaded.
10332
10333 2010-10-03  Glenn Morris  <rgm@gnu.org>
10334
10335         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10336
10337         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10338
10339         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10340
10341         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10342
10343         * gnus-util.el (gnus-make-local-hook): Simplify.
10344
10345 2010-10-02  Julien Danjou  <julien@danjou.info>
10346
10347         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10348         (gnus-ido-completing-read): New function.
10349         (gnus-emacs-completing-read): New function.
10350         (gnus-completing-read): Use gnus-completing-read-function.
10351         Add gnus-completing-read-function.
10352
10353 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10354
10355         * shr.el (shr-insert-document): Autoload.
10356         (shr-img): Be silent.
10357         (shr-insert): Add a newline after every picture before text.
10358         (shr-add-font): Use overlays for combining faces.
10359         (shr-insert): Pass upwards the text start point.
10360
10361         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10362         possible.
10363         (mm-shr): New function.
10364
10365 2010-10-02  Julien Danjou  <julien@danjou.info>
10366
10367         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10368         should go backward.
10369
10370 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10371
10372         * shr.el (shr): Fix typo in provide call.
10373
10374 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10375
10376         * shr.el: New file.
10377
10378         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10379
10380         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10381         completing read.
10382
10383 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10384
10385         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10386         we're being queried about.  Suggested by Dan Jacobson.
10387
10388         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10389         Suggested by Jason Eisner.
10390
10391         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10392         table, too.  Suggested by Stefan Wiens.
10393         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10394         the table unnecessary.  Suggested by Stefan Wiens.
10395
10396         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10397         longer needed, and probably doesn't work either, as pointed out by
10398         Stefan Wiens.
10399         (gnus-summary-exit): Remove call to the clearing function.
10400         (gnus-summary-exit-no-update): Ditto.
10401
10402         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10403         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10404         Reported by Stefan Monnier.
10405         (gnus-summary-save-in-rmail): Ditto.
10406
10407         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10408         article buffer, instead of both the article buffer and the summary
10409         buffer.  Sort of suggested by Dan Jacobson.
10410
10411         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10412
10413         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10414         Suggested by Dan Jacobson.
10415
10416         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10417         documentation clearer.
10418
10419         * message.el (message-shorten-references): Comment on the number "21".
10420         Suggested by Stefan Monnier.
10421
10422         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10423         Suggested by Dan Jacobson.
10424
10425         * gnus.el (gnus-large-newsgroup):
10426         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10427
10428         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10429         externalize attachments.  Bug reported by Steve Wen.
10430
10431         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10432         really message anything to the user.
10433
10434         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10435         directly.
10436
10437         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10438         messages in empty groups.
10439
10440 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10441
10442         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10443         non-UIDNEXT group.
10444
10445 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446
10447         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10448         not the value from the collection.
10449
10450         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10451         values.  This sometimes happens on some groups that have no info.
10452         (nnimap-request-newgroups): New function.
10453
10454 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10455
10456         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10457         check into `gnus-registry-initialize'.
10458         (gnus-registry-initialize): Ditto.
10459         Fix and extend header docs.
10460
10461 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10462
10463         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10464         regexp backtrace overflows.
10465
10466         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10467         for starttls that tls.el implements; i.e. openssl.
10468
10469         * tls.el (tls-starttls-switches): Give up on using starttls with
10470         gnutls-cli.
10471         (tls-program): Add --insecure to be consistent with the defaults from
10472         openssl s_client.  Now all three commands are insecure.
10473
10474 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * lpath.el: Bind completion-styles-alist for XEmacs.
10477
10478         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10479         (gravatar-create-image): New function that's an alias to
10480         gnus-xmas-create-image, gnus-create-image, or create-image.
10481         (gravatar-data->image): Use it.
10482
10483 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10484
10485         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10486         install the nnregistry refer method.
10487         (gnus-registry-install-hooks): Use it.
10488         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10489         unfollowed groups.
10490
10491 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10492
10493         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10494         expanding threads.
10495
10496 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * nnir.el: Use the server names without suffixes (bug#7009).
10499
10500         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10501         unencrypted to STARTTLS, if possible.
10502
10503 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10504
10505         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10506         headers before superseding.
10507
10508 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10509
10510         * nnrss.el (nnrss-use-local): Add documentation.
10511
10512         * nnimap.el (nnimap-extend-tls-programs): New function.
10513         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10514         (nnimap-wait-for-connection): Accept the greeting from the stupid
10515         output from openssl s_client -starttls, too.
10516
10517         * tls.el (tls-starttls-switches): New variable.
10518         (tls-find-starttls-argument): Use it.
10519         (open-tls-stream): Ditto.
10520
10521         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10522         (netrc-machine): Ditto.
10523
10524         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10525         article number.
10526         (nnimap-split-fancy): New variable.
10527         (nnimap-split-incoming-mail): Use it.
10528
10529         * nntp.el (nntp-server-list-active-group): Document.
10530
10531         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10532         SELECT to get the message-id.
10533
10534         * mail-source.el (mail-sources): Remove webmail support.
10535         (defvar): Ditto.
10536         (mail-source-fetcher-alist): Ditto.
10537         (mail-source-fetch-webmail): Remove.
10538
10539         * webmail.el: Remove -- doesn't seem relevant any more.
10540
10541         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10542
10543         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10544         the \r.
10545
10546 2010-09-30  Julien Danjou  <julien@danjou.info>
10547
10548         * gnus-agent.el (gnus-agent-add-group): Fix call to
10549         gnus-completing-read.
10550
10551 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552
10553         * nndoc.el (nndoc-retrieve-groups): New function.
10554
10555         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10556         `default', use nnmail-split-methods.
10557         (nnimap-request-article): Downcase the NILs so that they are nil.
10558
10559         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10560         symbol.
10561
10562         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10563         code, since if the user has requested network, that's what they ought
10564         to get.
10565         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10566         (nnimap-split-rule): Mark as obsolete.
10567
10568         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10569         New variable.
10570
10571         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10572         correct slot, too.
10573
10574 2010-09-29  Julien Danjou  <julien@danjou.info>
10575
10576         * gnus.el (gnus-local-domain): Declare variable obsolete.
10577
10578         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10579         Fix history computing.
10580         (gnus-ido-completing-read): Require ido.
10581
10582 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10583
10584         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10585         build Gnus.
10586
10587         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10588         when interpreting the structures.
10589         (nnimap-request-accept-article): Add \r\n to the lines to make this
10590         work with Cyrus.
10591
10592         * nndraft.el (nndraft-request-expire-articles): Use the group name
10593         instead if "nndraft".  Fix found by Nils Ackermann.
10594
10595 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10596
10597         * nnregistry.el: Add.
10598
10599 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10600
10601         * nnmail.el (group, group-art-list, group-art):
10602         Remove unneeded directives.
10603
10604 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10607         (mm-mime-charset):
10608         * rfc2047.el (rfc2047-syntax-table):
10609         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10610
10611         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10612         rather than `insert-file-contents' and `eval-region'.
10613
10614         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10615         construction.
10616
10617         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10618
10619         * time-date.el: No need to require cl for Emacs 21.
10620
10621 2010-09-29  Julien Danjou  <julien@danjou.info>
10622
10623         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10624         replacement of `gnus-gravatar-relief' to mimic
10625         `gnus-faces-properties-alist'.
10626         Add :version property.
10627
10628 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * mail-source.el (mail-source-report-new-mail):
10631         * message.el (message-default-mail-headers):
10632         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10633
10634         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10635
10636 2010-09-28  Julien Danjou  <julien@danjou.info>
10637
10638         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10639         mail-address contains the same string as real-name.
10640
10641         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10642         non-blank in header, otherwise it'll get stripped.
10643
10644         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10645         real-name, and then for mail address rather than doing : or , search.
10646
10647 2010-09-27  Julien Danjou  <julien@danjou.info>
10648
10649         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10650         right completing-read function.
10651         (gnus-use-ido): New variable
10652         (gnus-completing-read-with-default): Remove.
10653         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10654         (gnus-agent-add-group):
10655         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10656         * mm-view.el (mm-view-pkcs7-decrypt):
10657         * mm-util.el (mm-codepage-setup):
10658         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10659         * mml-smime.el (mml-smime-openssl-sign-query):
10660         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10661         (mml-insert-multipart):
10662         * gnus-msg.el (gnus-summary-yank-message):
10663         * gnus-int.el (gnus-start-news-server):
10664         * mm-decode.el (mm-interactively-view-part):
10665         * gnus-dired.el (gnus-dired-attach):
10666         * gnus.el (gnus-read-method):
10667         * gnus-bookmark.el (gnus-bookmark-jump):
10668         * gnus-art.el (gnus-mime-view-part-as-type)
10669         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10670         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10671         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10672         * nnmairix.el (nnmairix-create-server-and-default-group)
10673         (nnmairix-update-groups, nnmairix-get-server)
10674         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10675         (nnmairix-get-group-from-file-path):
10676         * nnrss.el (nnrss-find-rss-via-syndic8):
10677         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10678         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10679         (gnus-group-browse-foreign-server):
10680         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10681         (gnus-summary-execute-command, gnus-summary-respool-article)
10682         (gnus-read-move-group-name):
10683         * gnus-score.el (gnus-summary-increase-score)
10684         (gnus-summary-score-effect):
10685         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10686
10687 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10690         x-focus-frame.
10691
10692         * nnimap.el (auth-source-forget-user-or-password)
10693         (auth-source-user-or-password): Autoload.
10694
10695         * message.el (message-from-style, message-interactive)
10696         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10697         (message-yank-prefix, message-indentation-spaces, message-signature)
10698         (message-signature-file): Add comment.
10699
10700 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10701
10702         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10703         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10704         new articles.
10705
10706         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10707         parts.
10708         (nnimap-request-article): Work with the t setting, too.
10709
10710         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10711         that you don't get flashes of other buffers.
10712         (gnus-summary-show-complete-article): Intern before setting.
10713
10714 2010-09-27  David Engster  <dengste@eml.cc>
10715
10716         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10717         well as HEADERS.
10718         (nnmairix-retrieve-headers): Provide new argument for the above.
10719
10720 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * gnus-sum.el (gnus-summary-move-article): Don't alter
10723         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10724         group.
10725
10726         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10727
10728         * message.el (message-cite-prefix-regexp): Revert my last edit.
10729
10730         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10731         variable instead of the Gnus variable.
10732
10733         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10734
10735         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10736
10737         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10738         since some servers don't like it.
10739         (nnimap-open-connection): Forget credentials if the server says the
10740         password was wrong.
10741         (nnimap-parse-line): Protect against invalid data.
10742
10743         * gnus-sum.el (gnus-summary-move-article): Add comment.
10744         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10745         nothing alters it while scanning for new messages.
10746
10747         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10748         which may or may not help.
10749         (nnimap-open-connection): If we're doing a stream connection, and then
10750         discover we're on a STARTTLS-capable server, then open a STARTTLS
10751         connection instead.
10752
10753 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754
10755         * nnimap.el (utf7): Require.
10756
10757         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10758         prefix.
10759
10760 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10761
10762         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10763
10764 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10765
10766         * nnimap.el (nnimap-request-accept-article): Message the error on
10767         error.
10768
10769 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10772
10773 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774
10775         * nndoc.el (nndoc-request-list): Return success always.
10776
10777         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10778         `fetch-old' -- we only want to fetch the articles we've requested.
10779         The rest are in the agent, probably.
10780         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10781         disappeared server" to something low.  It's not important.
10782
10783         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10784         arrived before the FETCH data.
10785
10786         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10787         target here, because we don't know the Gnus name of the group.
10788
10789         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10790         for the correct group.
10791
10792         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10793
10794         * gnus.el (gnus): Give a final warning after startup.
10795
10796         * gnus-util.el (gnus-action-message-log): New variable.
10797         (gnus-message): Use it.
10798         (gnus-final-warning): New function.
10799
10800         * nnimap.el (nnimap-open-connection): Record the greeting.
10801         (nnimap): Add greeting.
10802
10803 2010-09-26  Julien Danjou  <julien@danjou.info>
10804
10805         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10806         arguments.
10807         (gnus-html-wash-images): Fix spec computing to include start/end.
10808
10809         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10810
10811 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10812
10813         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10814         deletion.
10815         (nnimap-retrieve-headers): Don't select the group, because that's
10816         already done by nnimap-possibly-change-group.
10817
10818         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10819         (gnus-picon-transform-address): Use it.
10820
10821         * mail-source.el (mail-source-value): Revert previous patch.
10822
10823         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10824         on failure.
10825         (nnimap-open-connection): Look up both virtual and physical server name
10826         credentials.
10827
10828         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10829
10830 2009-02-07  Dave Love  <fx@gnu.org>
10831
10832         * tls.el (open-tls-stream): Don't query killing process.
10833
10834 2009-02-08  Dave Love  <fx@gnu.org>
10835
10836         * gnus-win.el (gnus-window-to-buffer-helper)
10837         (gnus-all-windows-visible-p): Function needn't be a symbol.
10838
10839         * mail-source.el (mail-source-value): Function needn't be a symbol.
10840
10841 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10842
10843         * message.el (message-cite-prefix-regexp): Remove } from the cite
10844         prefix.
10845
10846         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10847         highlight again, so that the highlight is correct.
10848
10849         * gnus-picon.el (gnus-picon): Remove again.
10850         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10851
10852         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10853         doing the header highlightling, so that the background color of the
10854         picon is correct.
10855
10856         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10857         (gnus-picon): Ditto.
10858         (gnus-picon): Reinstate.  The background color for picons is white.
10859         (gnus-picon-insert-glyph): Make the background white.
10860
10861         * nnml.el (nnml-open-nov): Don't return dead buffers.
10862
10863         * auth-source.el (auth-source-create): Query the user for whether to
10864         store the credentials.
10865
10866         * netrc.el (netrc-store-data): New function.
10867
10868         * auth-source.el (auth-source-user-or-password): Use the existing auth
10869         sources, if any, for creation.
10870
10871         * gnus.el (gnus-group-fast-parameter): Return the last matching
10872         parameter instead of the first matching parameter.
10873
10874 2010-09-26  Julien Danjou  <julien@danjou.info>
10875
10876         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10877
10878 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10879
10880         * mml2015.el (mml2015-use): Remove gpg support.
10881
10882         * mml1991.el (mml1991-function-alist): Remove gpg function.
10883         (mml1991-gpg-sign): Remove.
10884
10885 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10886
10887         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10888         (gnus-browse-unsubscribe-current-group): Document it.
10889         (gnus-browse-unsubscribe-group): Use it.
10890
10891 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10892
10893         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10894         address to the To list for easier response.
10895
10896         * gnus.el (gnus-play-startup-jingle): Remove.
10897         (gnus-splash): Don't play jingle.
10898         (gnus): Silence gnus-load message.
10899
10900         * gnus-art.el (gnus-treat-play-sounds): Remove.
10901
10902         * gnus.el (gnus-play-jingle): Remove audio support.
10903
10904         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10905
10906         * earcon.el: Remove -- no users.
10907
10908         * gnus-audio.el: Remove -- no users of this package.
10909
10910         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10911
10912         * gnus-start.el (gnus-setup-news): Remove nocem support.
10913
10914         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10915
10916         * gnus.el (gnus-use-nocem): Remove.
10917
10918         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10919         Remove.
10920
10921         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10922         uses NoCeM any more.
10923
10924         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10925         (gnus-button-ctan-handler): Ditto.
10926         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10927         (gnus-button-ctan-directory-regexp): Ditto.
10928         (gnus-button-handle-ctan): Ditto.
10929         (gnus-button-tex-level): Ditto.
10930         (gnus-button-alist): Remove CTAN stuff.
10931
10932 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10933
10934         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10935         nnimap-streaming test.
10936
10937         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10938         servers twice.
10939
10940         * nnimap.el (nnimap-open-connection): Add more error reporting when
10941         nnimap fails early.
10942
10943         * nnheader.el (nnheader-get-report-string): New function.
10944         (nnheader-get-report): Use it.
10945
10946         * gnus-int.el (gnus-check-server): Say what the error was when opening
10947         failed.
10948
10949         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10950         using streaming.
10951
10952 2010-09-25  Julien Danjou  <julien@danjou.info>
10953
10954         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10955         gnus-window-inside-pixel-edges.
10956
10957 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10958
10959         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10960
10961         * mm-decode.el (mm-save-part): Allow saving to other directories the
10962         normal Emacs way.
10963
10964         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10965         Suggested by Jay Berkenbilt.
10966
10967         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10968         there isn't a single byte.
10969
10970         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10971         just do it.  It doesn't really seem to matter what the user responds
10972         here, I think, so it's just a confusing question.
10973
10974         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10975         non-streaming case.
10976
10977         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10978         (gnus-article-encrypt-body): Use it.
10979
10980         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10981         keystroke.
10982
10983         * nnimap.el (nnimap-find-wanted-parts-1):
10984         Use gnus-fetch-partial-articles.
10985
10986         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10987
10988         * nnimap.el (nnimap-insert-partial-structure): New function.
10989         (nnimap-get-partial-article): New function.
10990         (nnimap-request-article): Use it.
10991         (nnimap-wait-for-response): Return whether the wait was successful.
10992         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10993         retrieval wasn't successful.
10994         (nnimap-retrieve-group-data-early): Allow throttling servers.
10995         (nnimap-streaming): New variable.
10996         (nnimap-fetch-partial-articles): Remove.
10997
10998         * mm-decode.el (mm-with-part): Protect against killed buffers.
10999
11000         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11001         for prettier summary display.
11002
11003 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11004
11005         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11006
11007 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11008
11009         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11010         apparently third-party libraries depend on it.
11011
11012         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11013         before starting negotiation.
11014
11015         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11016         privacy reasons.
11017         (gnus-treat-mail-gravatar): Ditto.
11018
11019         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11020         buffer when inserting images.  Inserting text into the headers, for
11021         instance, can make them invalid.
11022
11023 2010-09-25  Julien Danjou  <julien@danjou.info>
11024
11025         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11026         variables.
11027
11028         * nnheader.el: Remove useless variables news-reply-yank-from and
11029         news-reply-yank-message-id.
11030
11031         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11032         variables.
11033
11034         * mml1991.el: Remove useless mml1991-verbose.
11035
11036         * gnus.el: Remove useless variable gnus-use-generic-from.
11037         Remove obsolete variable gnus-topic-indentation.
11038
11039         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11040
11041         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11042
11043         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11044
11045         * gnus-group.el: Remove useless gnus-group-icon-cache.
11046         Remove useless gnus-ephemeral-group-server.
11047
11048         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11049
11050         * mml2015.el: Remove useless mml2015-verbose.
11051
11052         * mml-smime.el: Remove useless mml-smime-verbose.
11053
11054         * gnus.el: Remove useless gnus-local-domain.
11055
11056         * gnus-gravatar.el (gnus-gravatar-transform-address):
11057         Use gnus-gravatar-size.
11058
11059         * gnus-art.el: Remove useless gnus-treat-translate.
11060
11061 2010-09-24  Julien Danjou  <julien@danjou.info>
11062
11063         * gnus-sum.el: Add support for Gravatars.
11064
11065         * gnus-art.el: Add support for Gravatars.
11066
11067         * gnus-gravatar.el: Add this file.
11068
11069         * gravatar.el: Add this file.
11070
11071 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11072
11073         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11074
11075         * gnus-group.el (gnus-group-fetch-faq): Remove.
11076
11077         * gnus.el (gnus-group-faq-directory): Remove.
11078
11079         * gnus-group.el (gnus-group-fetch-charter): Remove.
11080
11081         * gnus.el (gnus-group-charter-alist): Remove.
11082
11083         * gnus-group.el (gnus-group-archive-directory): Remove.
11084         (gnus-group-recent-archive-directory): Ditto.
11085         (gnus-group-make-archive-group): Remove.
11086
11087         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11088
11089         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11090         use the same article number for all the cached articles.
11091
11092         * nnimap.el (nnimap-command): Register the last command time so
11093         that we can use it for idling NOOPs.
11094         (nnimap-open-connection): Start the keeplive timer.
11095         (nnimap-make-process-buffer): Store all the process buffers.
11096         (nnimap-keepalive): New function.
11097
11098         * starttls.el (starttls-open-stream): Add autoload cookie.
11099
11100 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11101
11102         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11103         handling.
11104
11105 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11106
11107         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11108         its data structures.
11109
11110         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11111         instead of the cl.el copy-list.
11112         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11113         equalp.
11114
11115 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11118         and tool-bar-local-item-from-menu.
11119
11120         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11121         mode-line-highlight face for Emacs.
11122
11123         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11124         loading gnus-sum.elc; fix comment for canlock-verify.
11125         (gnus-article-jump-to-part): Use read-number.
11126         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11127         Remove Emacs pre-21 compatible code for help-echo.
11128         (gnus-article-next-page-1): No need to adjust the number of lines.
11129         (gnus-article-describe-bindings): Always use help-buffer.
11130
11131         * gnus-audio.el (gnus-audio-inline-sound):
11132         * gnus-cus.el (gnus-custom-mode):
11133         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11134
11135         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11136
11137         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11138         compatible code.
11139
11140 2010-09-24  Glenn Morris  <rgm@gnu.org>
11141
11142         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11143         visiting the fcc file in rmail-mode.
11144
11145         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11146
11147 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * nnir.el: Silence the byte compiler.
11150
11151         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11152         alias to browse-url-url-encode-chars if any.
11153         (gnus-html-encode-url): Use it.
11154
11155 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11156
11157         * gnus-start.el (gnus-use-backend-marks): New variable.
11158         (gnus-get-unread-articles-in-group): Use it.
11159
11160         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11161         makeover.
11162
11163 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11164
11165         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11166
11167 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11168
11169         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11170         Remove.
11171         (gnus-setup-news-hook):
11172         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11173
11174         * gnus-int.el (gnus-request-update-info): Protect against backends not
11175         having the function.
11176
11177         * nnimap.el (nnimap-stream): Mention starttls.
11178         (nnimap-open-connection): Add starttls support.
11179
11180 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11181
11182         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11183
11184 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11185
11186         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11187         BODYSTRUCTUREs.
11188         (nnimap-transform-headers): Unfold quoted {42} headers.
11189
11190         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11191         the info.
11192         (gnus-get-unread-articles): Only call updatep on backends that support
11193         it.
11194
11195         * nnweb.el (nnweb-request-update-info): NOOP.
11196
11197         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11198
11199         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11200         since it only deals with marks.
11201
11202         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11203         gnus-request-marks, and make a new gnus-request-update-info.
11204
11205         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11206         the active instead of the high number, which is usually too low.
11207
11208 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11209
11210         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11211         * encrypt.el: Remove.
11212
11213 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11214
11215         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11216         server in symbolic form.
11217
11218         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11219
11220 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11221
11222         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11223         (nnimap-update-info): Fix up code slightly.
11224
11225         * gnus-int.el (gnus-open-server): Add tracing for performance
11226         debugging.
11227
11228         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11229         (gnus-group-insert-group-line): Pass the real group name so that it
11230         gets the right data.
11231
11232         * gnus-start.el (gnus-get-unread-articles): Don't have
11233         `gnus-get-unread-articles-in-group' update info, since that can be
11234         really slow and doesn't seem to be needed?
11235
11236 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11237
11238         * time-date.el (date-to-time): Try using parse-time-string first before
11239         using the slower timezone-make-date-arpa-standard.
11240
11241 2010-09-22  Julien Danjou  <julien@danjou.info>
11242
11243         * gnus-group.el (gnus-group-insert-group-line):
11244         Call gnus-group-highlight-line.
11245         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11246         default hook list.
11247         (gnus-group-update-eval-form): Add new function.
11248         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11249         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11250
11251 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11252
11253         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11254         immediate, then expire all articles.
11255         (nnimap-update-info): Fix off-by-one errors.
11256         (nnimap-flags-to-marks): Would return no marks lists for group with no
11257         flags.  Instead return the other data.
11258
11259 2010-09-22  Julien Danjou  <julien@danjou.info>
11260
11261         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11262         Only return an icon.
11263         (gnus-group-insert-group-line): Compute icon to return.
11264
11265         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11266         (gnus-html-image-fetched): Only cache if
11267         gnus-html-image-automatic-caching is set.
11268         (gnus-html-image-fetched): Check for errors.
11269
11270 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11271
11272         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11273         once per method on `g'.  This ensures that backends like nnfolder don't
11274         open all their folders.
11275
11276         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11277         (nnimap-request-list): Nix out group in the correct buffer.
11278         (nnimap-parse-flags): Implement by using `read' instead of
11279         hand-parsing.
11280         (nnimap-flags-to-marks): Pass on permanent-flags.
11281         (nnimap-make-process-buffer): Record the server name.
11282         (nnimap-parse-flags): Fix typo.
11283         (nnimap-request-scan): Run split on the server in general, not just a
11284         single group.
11285
11286         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11287         parameter, and propagate this downwards.
11288
11289         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11290         since EXAMINE changes it on the server.
11291
11292         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11293         this command might take a while.
11294
11295 2010-09-22  Julien Danjou  <julien@danjou.info>
11296
11297         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11298         harmful if you have 2 images side-by-side, they can't be properly
11299         update on text deletion.  Using text-property is safer here.
11300         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11301         data.
11302
11303 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11304
11305         * nnimap.el (nnimap-expunge-inbox): Remove.
11306         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11307         (nnimap-expunge): Flip default to t.
11308
11309         * gnus.el (gnus-method-to-server): Don't push things to the cache
11310         unless it's unique.
11311         (gnus-server-to-method): Ditto.
11312
11313 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11314
11315         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11316
11317 2010-09-22  Julien Danjou  <julien@danjou.info>
11318
11319         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11320         get the start of data.
11321         (gnus-html-encode-url): Add this function to encode special chars in
11322         URL.
11323         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11324         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11325
11326         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11327         default.
11328         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11329
11330         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11331         images alt-text.
11332         (gnus-html-put-image): Put alt-text as help-echo.
11333
11334 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11337         * mm-util.el (mm-decompress-buffer):
11338         * nnir.el (nnir-run-find-grep):
11339         * pop3.el (pop3-list): Use 3rd arg of split-string.
11340
11341         * time-date.el (format-seconds): Comment fix.
11342
11343         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11344         and byte-optimize-form-code-walker.
11345         (dgnushack-make-auto-load): Don't advise make-autoload.
11346
11347         * lpath.el: Remove Emacs 21 stuff.
11348
11349 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350
11351         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11352         outside the active range.  Suggested by Dan Christensen.
11353
11354         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11355         slightly later to avoid double-getting it.
11356
11357         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11358         previous patch.
11359
11360         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11361
11362 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11363
11364         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11365
11366 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11367
11368         * gnus-int.el (gnus-open-server): Give a better error message in the
11369         "go offline" case.
11370
11371         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11372         marks for nnimap, which is seldom the right thing to do.
11373
11374         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11375         (gnus-same-method-different-name): New function.
11376
11377         * nnimap.el (parse-time): Require.
11378
11379         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11380         method in the presence of many similar methods.
11381
11382         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11383
11384         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11385         nnml-inhibit-expiry.
11386
11387         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11388         find out whether methods are equal.
11389
11390         * nnimap.el (nnimap-find-expired-articles): New function.
11391         (nnimap-process-expiry-targets): New function.
11392         (nnimap-request-move-article): Request the article before looking at
11393         what the Message-ID is.  Fix found by Andrew Cohen.
11394         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11395
11396         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11397         for oldness in addition to being a predicate.
11398
11399         * nnimap.el (nnimap-request-group): When we have zero articles, return
11400         the right data to Gnus.
11401         (nnimap-request-expire-articles): Only delete articles immediately if
11402         the target is 'delete.
11403
11404         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11405         method, this would bug out.
11406
11407         * gnus-group.el (gnus-group-expunge-group): Rename from
11408         gnus-group-nnimap-expunge, and implemented as a normal interface
11409         function.
11410
11411         * gnus-int.el (gnus-request-expunge-group): New function.
11412
11413         * nnimap.el (nnimap-request-create-group): Implement.
11414         (nnimap-request-expunge-group): New function.
11415
11416 2010-09-21  Julien Danjou  <julien@danjou.info>
11417
11418         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11419         (gnus-html-cache-expired): Add new function.
11420         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11421         wethever we should display image for fetch it.
11422         Compute alt-text earlier to pass it to the fetching function too.
11423         (gnus-html-schedule-image-fetching): Change function argument to only
11424         get one image at a time, not a list.
11425         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11426         cache.
11427         (gnus-html-get-image-data): New function to retrieve image data from
11428         cache.
11429         (gnus-html-put-image): Change buffer argument to use image data rather
11430         than file, and place image above region rather than inserting a new
11431         one.  Do not take alt-text as argument, since it's useless now: we place
11432         the image above alt-text.
11433         (gnus-html-prune-cache): Remove.
11434         (gnus-html-show-images): Start to fetch image when we find one, do not
11435         push into a temporary list.
11436         (gnus-html-prefetch-images): Only fetch image if they have expired.
11437         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11438         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11439
11440 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11443
11444 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11445
11446         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11447         spec inser "*" if the group isn't active instead of 0.
11448
11449         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11450         opening the server.
11451         (nnimap-request-delete-group): Implement group deletion.
11452         (nnimap-transform-headers): Return the size of the entire message in
11453         the Bytes header, not just the size of the first part.
11454         (nnimap-request-move-article): When moving an article from nnimap,
11455         request the article first so the accepting form has an article to
11456         accept.  Reported by Dan Christensen.
11457         (nnimap-command): Make sure that the error message doesn't error out.
11458
11459 2010-09-20  David Edmondson  <dme@dme.org>
11460
11461         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11462         we haven't requested anything.
11463
11464 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11465
11466         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11467         "".  Fix found by Andrew Cohen.
11468
11469         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11470         instead of -encode-string.
11471
11472 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11473
11474         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11475
11476         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11477         by mm-subst-char-in-string.
11478
11479 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11480
11481         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11482         waiting for the connection string.
11483
11484         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11485         arriving.
11486
11487         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11488         bogus characters.  This allows selecting certain Gmail groups.
11489
11490         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11491         (nnimap-fetch-partial-articles): New variable.
11492         (nnimap-open-connection): When looking for credentials, also use the
11493         nnimap-server-port.
11494         (nnimap-request-article): Return the group/article number, so that Gnus
11495         `^' works as expected.
11496         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11497
11498         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11499         comments.
11500         (gnus-methods-sloppily-equal): New function.
11501         (gnus): When using the development version of Gnus, load the gnus-load
11502         file.
11503
11504         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11505         `gnus-open-server' on each method before trying to scan them etc.
11506         This ensures that all the backend parameters are set correctly.
11507
11508         * nnimap.el (nnimap-authenticator): New variable.
11509         (nnimap-open-connection): Allow anonymous login.
11510         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11511         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11512
11513         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11514         patch, found by Knut Anders Hatlen.
11515
11516 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11517
11518         * gnus-agent.el (gnus-agent-batch-confirmation)
11519         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11520         to gnus-message.
11521         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11522         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11523         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11524         * gnus-int.el (gnus-open-server): Likewise.
11525         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11526         (gnus-score-check-syntax): Likewise.
11527         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11528         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11529         Likewise.
11530         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11531
11532 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11533
11534         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11535         calling conventions so that prefetch doesn't bug out.
11536
11537 2010-09-19  Julien Danjou  <julien@danjou.info>
11538
11539         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11540         rather than `subst-char-in-region' in order to be able to replace ASCII
11541         char by UTF-8 ones.
11542
11543         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11544         than curl.
11545         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11546         the right URL and ALT text on images.
11547         (gnus-html-wash-tags): Fix tag case.
11548         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11549         (gnus-article-html): Add -o display_ins_del=2 option.
11550         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11551
11552 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553
11554         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11555         the extra mail headers, which sometimes seem to happen for unknown
11556         reasons.
11557
11558         * mail-parse.el (mail-header-encode-parameter): Define as
11559         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11560         (or most, perhaps?) mail readers don't understand the latter, but do
11561         understand the former.
11562
11563         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11564         to nil, so that no methods are automatically agentized.  I think this
11565         is probably what most users want.
11566
11567         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11568         from url-retrieve, for instance about invalid URLs.
11569
11570         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11571         groups that have no articles.
11572         (nnimap-request-article): Check that we really got an article when we
11573         requested one.
11574
11575         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11576         doesn't exist.
11577
11578         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11579         nntp buffer so the agent can save it.
11580         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11581         that CRLF doesn't get translated to \n.
11582         (nnimap-open-connection): Don't make 'shell commands only send \n.
11583
11584 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11585
11586         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11587         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11588         Update var name.
11589         (nnml-generate-nov-file): Use dolist.
11590         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11591         Use with-current-buffer.
11592
11593 2010-09-18  Julien Danjou  <julien@danjou.info>
11594
11595         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11596         parallel.
11597
11598 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11599
11600         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11601         the range update right.
11602         (nnimap-request-group): Don't make `M-g' bug out on group with no
11603         marks.
11604         (nnoo): Require, so that other packages can require nnimap.
11605         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11606         command we're looking for.  This helps when the server sends more
11607         responses after we've gotten everything we expected.
11608         (nnimap): Add a `newlinep' field to keep track of end-of-line
11609         conventions.
11610         Don't send CRLF to things that don't want it.
11611         (nnimap-request-accept-article): Ditto.
11612
11613 2010-09-18  Julien Danjou  <julien@danjou.info>
11614
11615         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11616         than curl to retrieve images.
11617
11618 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11619
11620         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11621         the marks.
11622         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11623         (nnimap-wait-for-connection): New function.
11624         (nnimap-open-connection): If we have PREAUTH, don't query for login
11625         credentials.
11626         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11627         when doing a partial update.
11628
11629 2010-09-18  Julien Danjou  <julien@danjou.info>
11630
11631         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11632         tags.
11633
11634 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11635
11636         * nnimap.el (nnimap-credentials): New function.
11637         (nnimap-open-connection): Use the new function to look for credentials
11638         also on the numeric equivalents of "imap" and "imaps".
11639
11640         * gnus-start.el (gnus-activate-group): Send the info to
11641         gnus-request-group.
11642
11643         * nnimap.el (nnimap-request-group): Have the "check" version of the
11644         function parse flags and update the info, so that a `M-g' get a total
11645         resync of all flags from the group.
11646
11647         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11648         to allow backends to alter the info on group selection.  Also alter all
11649         the backend -request-group functions to take the parameter.
11650
11651         * nnimap.el (nnimap-store-info): New function.
11652         (nnimap-update-info): Store the info for later usage.
11653         (nnimap-request-group): Use the stored info for the dont-check case, so
11654         that we don't retrieve all marks when we enter a group.
11655
11656         * nnimap.el: Use deffoo instead of defun for interface functions.
11657
11658         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11659         update the group info.  This makes the nndraft groups, for instance, go
11660         back to their old behavior.
11661
11662         * gnus-sum.el (gnus-select-newsgroup): Indent.
11663
11664         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11665         in.
11666         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11667         nothing.
11668
11669         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11670         from methods that are denied.
11671
11672         * gnus-int.el (gnus-method-denied-p): New function.
11673
11674         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11675         store the password instead of netrc.
11676         (nnimap-open-connection): Don't error out when we can't make a
11677         connections.
11678
11679         * auth-source.el (auth-source-create): In the password prompt, say what
11680         we're querying for.  Also prompt for user name if that hasn't been
11681         given.
11682
11683         * nnimap.el (nnimap-with-process-buffer): Remove.
11684
11685 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11686
11687         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11688         method when we're reading from the agent.
11689
11690         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11691
11692         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11693         that's probably most useful for users.
11694
11695         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11696         "failed" all the time.
11697
11698         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11699         ...)) with (with-current-buffer ... ).
11700
11701         * nntp.el (nntp-open-server): Return whether the open was successful or
11702         not.
11703
11704         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11705         select an unread unseen article first.
11706
11707         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11708         /etc/services, supply some sensible port defaults.
11709
11710         * dgnushack.el: Define netrc-credentials.
11711
11712 2010-09-17  Julien Danjou  <julien@danjou.info>
11713
11714         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11715
11716 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11717
11718         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11719         doesn't have any parameters.
11720
11721 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11722
11723         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11724         only upcased checks.
11725
11726         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11727
11728         * nnimap.el (nnimap-open-shell-stream): New function.
11729         (nnimap-open-connection): Use it.
11730         (nnimap-transform-headers): Get the number of lines in each message.
11731         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11732         number of lines.
11733         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11734         problem.
11735
11736         * utf7.el (utf7-encode): Autoload.
11737
11738         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11739         to allow the mail splitting to not return a default group.  This is
11740         useful for nnimap, which will leave unmatched mail in the inbox.
11741
11742         * nnimap.el: Rewritten.
11743
11744         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11745         nnimap usage.
11746
11747         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11748         if the move is internal, so that nnimap can do fast internal moves.
11749
11750         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11751         data.
11752         (gnus-read-active-for-groups): Support finishing the early retrieval of
11753         data.
11754
11755         * gnus-range.el (gnus-range-nconcat): New function.
11756
11757         * gnus-int.el (gnus-finish-retrieve-group-infos)
11758         (gnus-retrieve-group-data-early): New functions.
11759
11760 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11761
11762         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11763         (nnrss-retrieve-groups):
11764         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11765         (pop3-quit): Use with-current-buffer.
11766
11767 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11770         instead of nnheader-accept-process-output.
11771
11772         * dgnushack.el (dgnushack-compile): Add comment.
11773
11774         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11775
11776         * gnus-html.el (gnus-html-schedule-image-fetching)
11777         (gnus-html-prefetch-images): Replace process-kill-without-query by
11778         gnus-set-process-query-on-exit-flag.
11779
11780 2010-09-16  Romain Francoise  <romain@orebokech.com>
11781
11782         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11783
11784 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11785
11786         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11787         parameter to unintern is mandatory-ish in Emacs 24.
11788
11789         * gnus-html.el (gnus-html-schedule-image-fetching)
11790         (gnus-html-prefetch-images): Check for curl before using it.
11791
11792         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11793         depend on curl, which isn't essential.
11794
11795         * imap.el: Revert back to version
11796         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11797         seem problematic.
11798
11799 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11800
11801         * gnus-registry.el (gnus-registry-install-shortcuts):
11802         Explicitly pass `obarray' to `unintern' to avoid a warning.
11803
11804 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11805
11806         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11807         change.
11808
11809         * nnrss.el (nnrss-request-list): Remove this function and related
11810         functions, including the moreover stuff.
11811
11812 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * nnrss.el (nnrss-retrieve-groups): New function.
11815
11816 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11817
11818         * .dir-locals.el: Add no-byte-compile cookie.
11819
11820 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * time-date.el (format-seconds): Comment fix.
11823
11824         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11825         for back end that doesn't support request-scan.
11826
11827 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11828
11829         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11830         then do request scans from the backends.
11831
11832         * netrc.el (netrc-credentials): New conveniency function.
11833
11834         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11835         avoid running a hook per line, since this takes a lot of time,
11836         profiling shows.
11837         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11838         directly if gnus-visual-p is true.
11839
11840 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11843         groups; replace mapcar with dolist which is a bit faster; pass groups
11844         info to gnus-read-active-file-1.
11845         (gnus-read-active-file-1): Scan only specified groups if the new
11846         optional arg `infos' is given.
11847
11848 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11849
11850         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11851
11852         * pop3.el (pop3-movemail): Remove.
11853         (pop3-streaming-movemail): Rename to pop3-movemail.
11854
11855         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11856         don't restrict end-tag searches to the end of the line.
11857
11858 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11861         articles of every unchecked group to t, which means unknown since the
11862         server has never been opened.
11863
11864 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11865
11866         * gnus-html.el (gnus-html-show-alt-text): New command.
11867         (gnus-html-browse-image): Ditto.
11868         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11869         to browse the image directly.
11870         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11871         better.
11872
11873         * gnus-async.el (gnus-async-article-callback):
11874         Call `gnus-html-prefetch-images' unconditionally.
11875
11876         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11877         before feeding URLs to curl.
11878
11879 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11882         internal images as deletable by `W D D'.
11883
11884         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11885         (gnus-async-article-callback): Fix typo.
11886
11887 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11888
11889         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11890         current line to work around bugs in the output from w3m.
11891
11892         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11893         for groups that want that.
11894
11895         * nntp.el (nntp-wait-for-string): Supply a timeout for
11896         accept-process-output to ensure progress.
11897
11898         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11899         level to get unread articles from, then use that for foreign groups,
11900         too.
11901
11902         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11903         confuses the rest of the function.
11904
11905         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11906         for the methods that support -retrieve-groups, too.
11907
11908         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11909
11910 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11913         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11914
11915         * pop3.el: Require cl when compiling.
11916         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11917
11918 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919
11920         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11921         that aren't going to be activated.
11922         (gnus-get-unread-articles): Fix up the last commit.
11923
11924         * gnus-html.el (gnus-article-html): Allow calling without specifying
11925         the handle.  In that case, dissect the buffer first.
11926
11927         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11928
11929         * nnimap.el (nnimap-open-connection): Revert the change that would look
11930         into authinfo for imaps instead of imap.
11931
11932         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11933         say that you don't want to call gnus-request-group with don-check, but
11934         do check the reponse.  This is for virtual groups only.
11935         (gnus-get-unread-articles): Count the archive groups as secondary, so
11936         that they're activated the same way as before.
11937
11938         * imap.el (imap-message-map): Removed optional buffer parameter, since
11939         no callers use it.
11940         (imap-message-get): Ditto.
11941         (imap-message-put): Ditto.
11942         (imap-mailbox-map): Ditto.
11943         (imap-mailbox-put): Ditto.
11944         (imap-mailbox-get): Ditto.
11945         (imap-mailbox-get): Revert last change for this function.
11946
11947         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11948         case-insensitively.
11949         (nnimap-debug): Remove.
11950
11951         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11952         callers to use `imap-fetch' instead.  According to the comments, this
11953         should be safe, since all other IMAP clients use the 1:* syntax.
11954         (imap-enable-exchange-bug-workaround): Remove.
11955         (imap-debug): Remove -- doesn't seem very useful.
11956
11957         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11958         mail from a file, and the file doesn't exist.
11959
11960         * imap.el (imap-log): New convenience function used throughout instead
11961         of repeating the same code all over the place.
11962
11963         * pop3.el (pop3-streaming-movemail): Return t for success.
11964
11965         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11966         .authinfo if we're using ssl connection.
11967
11968         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11969         already have if we're in a main Gnus `g' run.
11970
11971         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11972
11973 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11976
11977         * nnmh.el (nnmh-request-list-1): Bind `file'.
11978
11979         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11980         alias to set-process-query-on-exit-flag or process-kill-without-query.
11981         (pop3-open-server): Use it.
11982
11983 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11984
11985         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11986         box to the Incoming file.  Fixes mistake in previous checkin.
11987
11988         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11989         request loop (for debugging purposes) removed.
11990
11991         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11992         culprit is more visible.
11993         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11994         (nnml-add-incremental-nov): New functions to do "incremental" nov
11995         updates, where we just append to the end of the existing nov files
11996         without reading/writing them in full.
11997
11998         * mail-source.el (mail-source-delete-crash-box): Really only check the
11999         incoming files once in a while.
12000
12001         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12002
12003         * mail-source.el (mail-source-delete-crash-box): Only check the
12004         incoming files for deletion once per day to save a lot of file
12005         accesses.
12006
12007         * pop3.el (pop3-logon): Fix up unbound variable typo.
12008
12009         * mail-source.el (pop3-streaming-movemail): Autoload.
12010
12011         * pop3.el (pop3-streaming-movemail):
12012         Respect pop3-leave-mail-on-server.
12013
12014         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12015         retrieval.
12016
12017         * pop3.el (pop3-process-filter): Remove unused function.
12018         (pop3-streaming-movemail, pop3-send-streaming-command)
12019         (pop3-wait-for-messages, pop3-write-to-file)
12020         (pop3-number-of-responses): New functions for streaming pop3
12021         retrieval.
12022
12023         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12024         come from no known methods.
12025         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12026         list.
12027
12028         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12029         message sizes.
12030         (pop3-movemail): Use erase-buffer instead of looping and deleting
12031         regions, which seems rather odd.
12032
12033         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12034         file once per `g' run.
12035
12036         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12037         directories.  This makes the draft queue directory work.
12038
12039         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12040         data from the backends, so that we only request the list of groups from
12041         each method once.  This should speed things up considerably.
12042
12043         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12044         detect that it's not implemented.
12045
12046         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12047         we actually do recurse down into the tree, but don't stat all leaf
12048         nodes.
12049
12050         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12051         then say so instead of bugging out.
12052
12053         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12054         files exist before trying to read them.
12055
12056         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12057         around <pre_int>.
12058
12059         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12060
12061         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12062
12063 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12064
12065         * mm-util.el (mm-image-load-path): Just return the image directories,
12066         not all directories in the path in addition to the image directories.
12067         (mm-image-load-path): Maintain a cache of the image directories so that
12068         the `g' command in Gnus doesn't have to stat dozens of directories each
12069         time.
12070
12071         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12072         (gnus-html-wash-tags): Add a new `i' command to insert images.
12073         (gnus-html-insert-image): New command and keystroke.
12074         (gnus-html-redisplay-with-images): New command and keystroke.
12075         (gnus-html-show-images): Rename command.
12076         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12077         spacers.
12078         (gnus-html-wash-tags): Decode entities at the end, so that entities
12079         inside the tags don't mess up the rest of the "parsing".
12080
12081         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12082         so that nnimap methods aren't agentized by default.  There's apparently
12083         many problems related to agent/imap behavior.
12084
12085         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12086
12087         * gnus-html.el: Doc fix.
12088
12089 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12092         specifier-spec-list for Emacs 21.
12093
12094         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12095         glyph-width and glyph-height instead of display-graphic-p and
12096         image-size; make avoidance of displaying small images work for XEmacs.
12097
12098         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12099         for XEmacs.
12100
12101         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12102         of symbol that holds plist data.
12103         (gnus-process-plist): Remove plist of process after getting it.
12104
12105 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12106
12107         * message.el (message-generate-hashcash): Change default to
12108         'opportunistic if hashcash is installed.
12109
12110         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12111         (gnus-html-put-image): Only call image-size once, since it's somewhat
12112         time-consuming on remote X servers.
12113
12114 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12117         type on data, not a file name.
12118
12119         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12120         window-pixel-edges for Emacs 21.
12121
12122         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12123         decoded contents.
12124         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12125
12126 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12127
12128         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12129         group line format, since it isn't very interesting.
12130
12131         * gnus-agent.el (gnus-agent-short-article),
12132         (gnus-agent-long-article): Increase values for these two variables,
12133         since most people are likely to have more network connection and
12134         storage than before.
12135
12136         * gnus.el (gnus-refer-article-method): Change default to 'current.
12137         When referring an article, the common behavior is to refer it from the
12138         current select method, not the native select method.  The chances of
12139         the native select method having the message in question is rather slim
12140         these days.
12141
12142         * gnus-sum.el (gnus-auto-select-subject): Change default to
12143         `unseen-or-unread'.  I think it's likely that most people want to
12144         select an unseen article over a previously seen, but unread one.
12145
12146         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12147         means that in the article buffer none of the minor mode elements will
12148         be shown, usually, and this is not desirable in most cases.
12149
12150         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12151         that commands like `d' (and the like) go to the next line in the
12152         buffer, instead of the next unread article.  I think this is the
12153         behavior that is most natural for most users.
12154         (gnus-single-article-buffer): Change default to nil, so that people can
12155         have as many article buffers open as they have summary buffer.  I think
12156         this is the most natural way for the groups to behave.
12157
12158         * message.el (message-generate-new-buffers): Change default to
12159         `unsent', so that all new message buffers start their names with the
12160         string "*unsent", and it's easier to find the buffers if you move from
12161         them.
12162
12163 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12166         small.  They're probably tracking images.
12167         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12168         (gnus-html-rescale-image): Yet another try at getting the image sizing
12169         right.
12170
12171         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12172         nntp-marks-file-name is nil.
12173
12174 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12175
12176         * gnus-html.el (gnus-html-wash-tags)
12177         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12178         Better logging.
12179
12180 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12181
12182         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12183
12184         * gnus-html.el (gnus-html-wash-tags): Check the value of
12185         gnus-blocked-images in the summary buffer.
12186
12187 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12188
12189         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12190
12191 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12192
12193         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12194         like "a", it seems like.
12195         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12196         since it needs to be picked from the correct buffer.
12197
12198         * nnwfm.el: Remove.
12199
12200         * nnlistserv.el: Remove.
12201
12202 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12203
12204         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12205         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12206
12207 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12208
12209         * nnkiboze.el: Remove.
12210
12211         * nndb.el: Remove.
12212
12213         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12214         alt text.
12215         (gnus-html-rescale-image): Try to get the rescaling logic right for
12216         images that are just wide and not tall.
12217
12218         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12219         overshadow variable bindings.
12220
12221 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12222
12223         * gnus-html.el (gnus-html-wash-tags)
12224         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12225         Add extra logging.
12226
12227 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12228
12229         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12230         (gnus-max-image-proportion): New variable.
12231         (gnus-html-rescale-image): New function.
12232         (gnus-html-put-image): Rescale images.
12233
12234 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12235
12236         Fix up some byte-compiler warnings.
12237         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12238         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12239         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12240         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12241         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12242         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12243         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12244
12245 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * gnus-html.el (gnus-article-html): Decode contents by charset.
12248
12249 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12252         (gnus-html-frame-width, gnus-blocked-images):
12253         * message.el (message-prune-recipient-rules): Add custom version.
12254         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12255
12256         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12257         functions.
12258
12259         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12260         gnus-process-get.
12261
12262 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12263
12264         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12265         instead of lsub directly.
12266
12267 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12268
12269         * nnwarchive.el: Remove.
12270
12271         * gnus-soup.el: Remove.
12272
12273         * nnsoup.el: Remove.
12274
12275         * nnultimate.el: Remove.
12276
12277         * gnus-html.el (gnus-blocked-images): New variable.
12278
12279         * message.el (message-prune-recipients): New function.
12280         (message-prune-recipient-rules): New variable.
12281
12282         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12283         guess whether a long line is natural text or not.
12284
12285         * gnus-html.el (gnus-html-schedule-image-fetching):
12286         Use gnus-process-plist and friends for compatibility.
12287
12288 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12289
12290         * gnus-html.el: Require packages that define macros used in this file.
12291         (gnus-article-mouse-face): Declare to silence byte-compiler.
12292         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12293         process-get.
12294         (gnus-html-put-image): Use plist-get to avoid getf.
12295         (gnus-html-prefetch-images): Use with-current-buffer.
12296
12297 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * gnus-ems.el: Provide compatibility functions for
12300         gnus-set-process-plist.
12301
12302         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12303         header-line-format for XEmacs 21.4.
12304
12305         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12306         * gnus.el (gnus-valid-select-methods):
12307         * message.el (message-send-mail-partially-limit):
12308         * mm-decode.el (mm-text-html-renderer):
12309         * mml.el (mml-insert-mime-headers-always):
12310         * smiley.el (smiley-regexp-alist): Bump custom version.
12311
12312 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12313
12314         * gnus-html.el: Require mm-url.
12315         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12316         with the url to `url'.
12317         (gnus-html-wash-tags): Support cid: URLs/images.
12318
12319 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12320
12321         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12322         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12323         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12324
12325         * gnus-move.el: Remove file, since it doesn't really work.
12326
12327         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12328         UTF-8.  This seems to fix problems with some German web feeds.
12329
12330         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12331         at the top so that the proper colors are applied.
12332
12333         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12334         don't have dots in their names.
12335
12336         * gnus-art.el (gnus-article-view-part): Doc fix.
12337
12338         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12339         XEmacs-compatible.
12340         (gnus-html-put-image): Don't do images on non-graphic displays.
12341
12342         * nnslashdot.el: Remove this unused backend.
12343
12344         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12345         actions.
12346         (gnus-undo-register-1): Revert last change.
12347
12348         * gnus-group.el (gnus-group-completing-read): Protect against not
12349         having completion-styles bound.
12350
12351         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12352         make broken recipients happier.
12353
12354         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12355
12356         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12357         point parameter.
12358
12359         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12360
12361         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12362         completion-styles for group selection.
12363
12364 2009-02-04  Andreas Schwab  <schwab@suse.de>
12365
12366         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12367         headers and regexp-quote the match if necessary.
12368
12369 2009-03-24  Miles Bader  <miles@gnu.org>
12370
12371         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12372         the blinking smiley.
12373
12374 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12375
12376         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12377         blink smiley.
12378
12379 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12380
12381         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12382         where the dribbel file lives exists.
12383
12384         * message.el (message-send-mail-partially-limit): Change the default to
12385         nil, since most people don't want this.
12386
12387         * mm-url.el (mm-url-decode-entities): Also decode entities like
12388         &#x3212.
12389
12390 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12391
12392         * gnus-sum.el (gnus-summary-idna-message):
12393         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12394         Hyperlink urls in docstrings with URL `...'.
12395
12396 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12397
12398         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12399         functions.
12400
12401 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12402
12403         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12404         say what the mouseover text should be.
12405
12406         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12407         version of the mm-w3m-safe-url-regexp variable to only download images
12408         in the groups where we want that to happen.
12409
12410         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12411
12412         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12413         easier debugging.
12414         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12415         big pictures in the article buffer.
12416
12417         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12418         gnus-article-html.
12419         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12420         w3m.
12421
12422         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12423
12424 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12425
12426         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12427         which doesn't exist.
12428
12429         * message.el (message-inhibit-ecomplete): New variable to allow some
12430         function to inhibit ecomplete address storage.
12431         (message-resend): Disable ecomplete message storage when resending
12432         messages.
12433
12434         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12435
12436 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12439         Save excursion while copying, moving, and deleting articles in order to
12440         prevent the cursor from jumping to unforeseen place.
12441
12442 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * lpath.el: No need to bind bookmark-current-buffer,
12445         bookmark-yank-point and bookmark-make-record-function.
12446
12447 2010-08-17  Glenn Morris  <rgm@gnu.org>
12448
12449         * gnus-sync.el: Require gnus components whose functions are used.
12450
12451         * gnus-art.el (bookmark-make-record-function):
12452         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12453         Declare for compiler.
12454
12455         * mm-url.el (mml-compute-boundary): Autoload.
12456
12457 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12460
12461 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12462
12463         Typo fix "hoo4a" -> "hook".
12464
12465         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12466
12467 2010-08-14  Glenn Morris  <rgm@gnu.org>
12468
12469         * gnus-sync.el (gnus-sync): Fix defgroup version.
12470
12471 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12472
12473         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12474
12475         * gnus-sync.el: Fix docs.
12476         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12477         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12478
12479 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12480
12481         Optimizations for gnus-sync.el.
12482
12483         * gnus-sync.el: Add docs about gnus-sync-backend
12484         possibilities.
12485         (gnus-sync-save): Remove unnecessary message.
12486         (gnus-sync-read): Optimize and show what groups were skipped.
12487
12488 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12489
12490         Minor bug fixes for gnus-sync.el.
12491
12492         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12493         Don't read the sync on get-new-news.
12494
12495         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12496         quiet.
12497
12498         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12499         (fix typo).
12500
12501 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12502
12503         Make saving and restoring of hidden threads work with overlays.
12504         Patch applied by Ted Zlatanov.
12505
12506         * gnus-sum.el (gnus-hidden-threads-configuration)
12507         (gnus-restore-hidden-threads-configuration): Update to deal with text
12508         properties, rather than searching for a magic character.
12509
12510 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12511
12512         New gnus-sync.el library for synchronization of marks.
12513
12514         * gnus-sync.el: New library for synchronization of marks.
12515
12516         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12517         renamed from `gnus-registry-grep-in-list'.
12518
12519         * gnus-registry.el (gnus-registry-follow-group-p):
12520         Use `gnus-grep-in-list'.
12521
12522         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12523
12524 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12527         determining charset of text fails.
12528
12529 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * nnmail.el (nnmail-get-new-mail-1): Revert.
12532
12533         * nnml.el (nnml-active-number): Make sure names of newly created groups
12534         in nnml-group-alist are encoded.
12535
12536 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12539         containing non-ASCII characters in active file for nnml back end.
12540
12541 2010-07-24  David Engster  <dengste@eml.cc>
12542
12543         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12544         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12545
12546 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12547
12548         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12549         tag (Bug#6654).
12550
12551 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12554         the article buffer, not the summary buffer.
12555
12556 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12559         Emacs 23 as well.
12560
12561 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12564         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12565
12566 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12567
12568         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12569         Patch applied by Karl Fogel.
12570
12571         * gnus-sum.el (gnus-summary-bookmark-make-record):
12572         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12573
12574 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12575
12576         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12577         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12578         C-w still not working correctly from Article buffers; Thierry's
12579         patch to fix that will be applied after this.
12580
12581         * gnus-art.el (bookmark-make-record-function): New local variable.
12582
12583         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12584         article buffer.
12585         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12586
12587 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12588
12589         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12590         on changes in bookmark.el.
12591
12592 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12595         `no-log' instead of message not to log prompt string.
12596
12597 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12598
12599         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12600         the *other* type of HTML form submission.
12601
12602 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12603
12604         * auth-source.el (auth-source-pick): If choice does not contain a
12605         questioned keyword, set the check to t.
12606
12607 2010-06-12  Romain Francoise  <romain@orebokech.com>
12608
12609         * gnus-util.el (gnus-date-get-time): Move up before first use.
12610
12611 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12614         (gnus-article-edit-part): Bind it to make last part that is substituted
12615         or deleted visible.
12616         (gnus-mime-display-single): Buttonize part of which id equals to
12617         gnus-mime-buttonized-part-id.
12618
12619 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12620
12621         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12622         (gnus-dd-mmm): Use gnus-date-get-time.
12623         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12624         simplify logic.
12625         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12626         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12627
12628 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12629
12630         * auth-source.el (top): Autoload `secrets-list-collections',
12631         `secrets-create-item', `secrets-delete-item'.
12632         (auth-sources): Fix tag string.
12633         (auth-get-source, auth-source-retrieve, auth-source-create)
12634         (auth-source-delete): New defuns.
12635         (auth-source-pick): Rewrite in order to avoid 2 passes.
12636         (auth-source-forget-user-or-password): New parameter USERNAME.
12637         (auth-source-user-or-password): New parameters CREATE-MISSING and
12638         DELETE-EXISTING.  Retrieve password interactively, if needed.
12639
12640 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12641
12642         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12643         deleting unused directories when gnus-expert-user is t.
12644
12645 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12648         for each temp file when gnus-article-browse-delete-temp is ask.
12649
12650 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12651
12652         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12653         Replace Lisp calls to delete-backward-char by calls to delete-char.
12654
12655 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12656
12657         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12658
12659 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12660
12661         * password-cache.el (password-cache-remove): Fix docstring.
12662
12663 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12666         article unless decoding article to be saved.
12667
12668 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12671         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12672         generated within the mm-with-unibyte-current-buffer macro.
12673
12674 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12677         to nil when we're in a mml-preview buffer and no group is selected.
12678
12679 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12680
12681         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12682         when catching the `C-g'.  Reported by "Leo".
12683
12684 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * message.el (message-forward-make-body-plain)
12687         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12688         multibyte-string-p.
12689
12690         * lpath.el: Revert.
12691
12692 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * message.el (message-forward-make-body-mml): Assume original message
12695         is multibyte string; error on unibyte.
12696         (message-forward-make-body-plain): Ditto; don't add excessive newline
12697         in body end.
12698
12699         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12700
12701 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12702
12703         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12704         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12705
12706 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * mm-extern.el (mm-extern-url): Don't use
12709         mm-with-unibyte-current-buffer.
12710         (mm-extern-cache-contents): Use with-current-buffer instead of
12711         save-excursion + set-buffer.
12712
12713 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * mm-util.el (mm-emacs-mule): Remove.
12716
12717 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12718
12719         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12720         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12721         change.
12722
12723 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12726         bind the default value of enable-multibyte-characters to nil.
12727
12728 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * message.el (message-forward-make-body-plain)
12731         (message-forward-make-body-mml):
12732         Don't use mm-with-unibyte-current-buffer.
12733
12734 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12735
12736         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12737
12738 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12739
12740         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12741         (Bug#5592).
12742
12743 2010-05-07  Julien Danjou  <julien@danjou.info>
12744
12745         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12746         it to mm-pipe-part.
12747
12748         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12749         it is given.
12750
12751 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * binhex.el (binhex-decode-region-internal):
12754         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12755         (dns-query):
12756         * nnweb.el (nnweb-gmane-search):
12757         * pgg-parse.el (pgg-parse-armor):
12758         * pgg.el (pgg-verify-region):
12759         * sha1.el (sha1-string-external):
12760         * uudecode.el (uudecode-decode-region-internal):
12761         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12762         XEmacs.
12763
12764         * gnus-art.el (gnus-article-browse-html-parts):
12765         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12766         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12767         make-temp-file.
12768
12769         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12770         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12771         compiling.
12772
12773         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12774         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12775         XEmacs when compiling.
12776
12777         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12778         gnus-pick-mode-off-hook for XEmacs when compiling.
12779         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12780         gnus-binary-mode-off-hook for XEmacs when compiling.
12781
12782         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12783         Return nil if char-charset is not available.
12784
12785         * imap.el (imap-disable-multibyte)
12786         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12787         macros.
12788
12789         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12790         instead of encode-coding-string.
12791
12792         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12793         'xemacs) instead of mm-emacs-mule to switch function definitions.
12794         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12795
12796         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12797         bind temporary-file-directory for XEmacs;
12798         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12799         timer-set-function for XEmacs 21.4 and SXEmacs;
12800         bind timer-list for XEmacs 21.4 and SXEmacs;
12801         fbind char-charset and find-charset-region for non-Mule XEmacs;
12802         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12803         encode-coding-region and encode-coding-string for XEmacs having no
12804         file-coding feature.
12805
12806 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12807
12808         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12809
12810 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12813         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12814
12815 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12816
12817         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12818         alias `jka-compr-delete-temp-file' no longer exists.
12819
12820 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12821
12822         Use define-minor-mode in Gnus where applicable.
12823         * mml.el (mml-mode): Use define-minor-mode.
12824         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12825         (gnus-undo-mode): Use define-minor-mode.
12826         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12827         (gnus-dead-summary-mode): Use define-minor-mode.
12828         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12829         Initialize in declaration.
12830         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12831         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12832         (gnus-mailing-list-mode): Use define-minor-mode.
12833         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12834         (gnus-draft-mode): Use define-minor-mode.
12835         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12836         (gnus-dired-mode): Use define-minor-mode.
12837
12838 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12839
12840         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12841         handles on recursive mml-to-mime translation and check them for
12842         boundary delimiter collisions.  Reported by Greg Troxel.
12843
12844 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12847
12848 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12849
12850         * mm-util.el (mm-find-buffer-file-coding-system):
12851         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12852
12853 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12854
12855         * message.el (message-generate-headers): Record insertion of optional
12856         headers as well.  Otherwise the check to prevent repeated insertion of
12857         optional headers is a no-op.
12858
12859 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12860
12861         * smime.el: Don't mention CVS.
12862
12863         * nnrss.el (nnrss-fetch): Don't mention CVS.
12864
12865         * nnir.el: Don't mention CVS.
12866
12867 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12868
12869         * gnus-sum.el (gnus-summary-bookmark-make-record):
12870         Add `location' field.
12871
12872 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * lpath.el: Fbind bookmark-default-handler,
12875         bookmark-get-bookmark-record, bookmark-make-record-default,
12876         bookmark-prop-get for Emacs <23 and XEmacs.
12877
12878 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12879
12880         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12881         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12882         Use with-current-buffer to silence the byte-compiler.
12883         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12884         bother to require `gnus'.
12885         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12886
12887 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12888
12889         * gnus-sum.el (gnus-summary-bookmark-make-record)
12890         (gnus-summary-bookmark-jump): New functions.
12891         (gnus-summary-mode): Setup bookmark support.
12892
12893 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12894
12895         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12896         if set.
12897
12898 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12901         gnus-article-browse-html-save-cid-image; make it work recursively for
12902         forwarded messages as well.
12903         (gnus-article-browse-html-parts): Work when prefix arg is given.
12904         (gnus-article-browse-html-article): Doc fix.
12905
12906 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12907
12908         * message.el (message-default-mail-headers)
12909         (message-default-headers): Carry the value mail-default-headers over
12910         into message-default-mail-headers, rather than message-default-headers.
12911
12912 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12913
12914         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12915         charset.
12916
12917         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12918         charset into the <meta> tag when the article is encoded to utf-8.
12919
12920 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * gnus-art.el (gnus-article-browse-delete-temp-files):
12923         Delete directories as well.
12924         (gnus-article-browse-html-parts): Work for images that do not specify
12925         file names; delete temp directory when quitting; insert header at the
12926         right place; use file: scheme for image files.
12927
12928 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12929
12930         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12931         (gnus-article-browse-html-parts): Use it to make temporary cid image
12932         files in addition to html file so that browser may display them.
12933
12934 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12937
12938 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12939
12940         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12941
12942 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12943
12944         * auth-source.el (auth-sources): Change default to be simpler.
12945         Explain about Secret Service API sources.  Improve Customize options.
12946         (auth-source-pick): Change to accept any number of search parameters.
12947         Implement fallbacks iteratively, not recursively.  Add scoring on the
12948         second pass and sort by score.  Call Secret Service API when needed.
12949         (auth-source-user-or-password): Use it.  Call Secret Service API
12950         directly when needed to get the user name and the password.
12951
12952 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12953
12954         * message.el (message-interactive): Doc fix.
12955         (message-qmail-inject-args): Reflow.
12956         (message-kill-to-signature): Fix typo in docstring.
12957
12958         * smiley.el (smiley-buffer): Fix typo in docstring.
12959
12960 2010-03-24  Glenn Morris  <rgm@gnu.org>
12961
12962         * mail-source.el (gnus-message): Declare.
12963         (mail-source-delete-old-incoming): Require gnus-util.
12964
12965 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12968
12969         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12970
12971         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12972         password-cache's default if it is not bound.
12973         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12974         password-cache-expiry's default if it is not bound.
12975
12976         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12977         available in Emacs 21.
12978
12979         * lpath.el: Suppress compiler warnings for:
12980         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12981         XEmacs;
12982         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12983         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12984         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12985
12986 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12987
12988         * auth-source.el (auth-sources): Fix up definition so extra parameters
12989         are always inline.
12990
12991 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12992
12993         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12994         wasn't updated after mismatch.  Clear cached mailbox info correctly
12995         when uidvalidity changes.
12996         (nnimap-group-prefixed-name): New function to avoid some code
12997         duplication.
12998         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12999         (nnimap-request-group): Use it.
13000         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13001         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13002         with many imap folders.  This is done by caching the group status from
13003         the imap server persistently in a group parameter `imap-status'.  (This
13004         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13005         but not persistently, so every Gnus startup was still very slow.)
13006
13007 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13008
13009         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13010         delete the extra newline.  Otherwise editing of :string and :number
13011         types don't work.
13012
13013 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13014
13015         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13016         secrets.el dependency.
13017         (auth-sources): Add optional user name.  Add secrets.el configuration
13018         choice (unused right now).
13019
13020 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13021
13022         * gnus-sum.el (gnus-summary-make-menu-bar):
13023         Let `gnus-registry-install-shortcuts' fill in the functions.
13024
13025         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13026         warnings.
13027         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13028         (gnus-registry-install-shortcuts): Populate and use it in a
13029         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13030
13031 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13032
13033         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13034         In-place substitutions for the group name encoding/decoding.
13035         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13036         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13037         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13038         (nnimap-update-unseen, nnimap-request-list)
13039         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13040         (nnimap-request-set-mark, nnimap-split-to-groups)
13041         (nnimap-split-articles, nnimap-request-newgroups)
13042         (nnimap-request-create-group, nnimap-request-accept-article)
13043         (nnimap-request-delete-group, nnimap-request-rename-group)
13044         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13045         `encoded-mbx' for consistency.
13046         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13047         variable `imap-current-mailbox'.
13048
13049         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13050         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13051
13052 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13053
13054         * pop3.el (pop3-display-message-size-flag): Display message size byte
13055         counts during POP3 download.
13056         (pop3-movemail): Use it.
13057         (pop3-list): Implement listing of available messages.
13058
13059 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13060
13061         * nnir.el (nnir-get-article-nov-override-function): New function to
13062         override the normal NOV retrieval.
13063         (nnir-retrieve-headers): Use it.
13064
13065 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13066
13067         * auth-source.el (netrc-machine-user-or-password): Autoload.
13068
13069 2010-03-19  Glenn Morris  <rgm@gnu.org>
13070
13071         Stop message.el from loading about 40 libraries it doesn't always need.
13072         The general approach is to autoload rather than require, and to
13073         require in the specific functions rather than the file.  (Bug#5642)
13074
13075         * gmm-utils.el: Don't require wid-edit.
13076         (widget-create-child-value, widget-convert, widget-default-get):
13077         Autoload.
13078
13079         * gnus-util.el: Don't require time-date, netrc.
13080         (message-fetch-field, gnus-group-name-decode): Declare rather than
13081         autoloading.
13082         (gnus-fetch-field): Require message.
13083         (gnus-decode-newsgroups): Require gnus-group.
13084
13085         * ietf-drums.el: Don't require time-date.
13086
13087         * message.el: Don't require hashcash, canlock, ecomplete.
13088         Do require mail-utils.  Require nnheader only when compiling.
13089         (smtpmail-default-smtp-server): Remove declaration.
13090         (message-send-mail-function): Check smtpmail-default-smtp-server
13091         is bound rather than requiring smtpmail.
13092         (message-auto-save-directory, message-insert-signature):
13093         Use expand-file-name rather than nnheader-concat.
13094         (nnheader-insert-file-contents): Autoload.
13095         (hashcash-wait-async): Declare.
13096         (message-send-mail): Only call gnus-setup-posting-charset if
13097         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13098         (message-send-mail-with-sendmail): Require sendmail.
13099         (canlock-password, canlock-password-for-verify): Declare.
13100         (message-canlock-password): Require canlock.
13101         (nnheader-get-report): Autoload.
13102         (gnus-setup-posting-charset): Declare.
13103         (message-send-news): Require gnus-msg.
13104         (message-make-references, message-make-in-reply-to): Use mail-header-id
13105         rather than the alias mail-header-message-id.
13106         (ecomplete-add-item, ecomplete-save): Declare.
13107         (message-put-addresses-in-ecomplete): Require ecomplete.
13108         (ecomplete-display-matches): Autoload.
13109
13110         * mm-decode.el: Don't require mailcap, gnus-util.
13111         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13112         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13113         Autoload.
13114         (mailcap-mime-extensions): Declare.
13115
13116         * mm-encode.el: Don't require mailcap.
13117         (mailcap-extension-to-mime): Autoload.
13118
13119         * mml-sec.el: Don't require password-cache.
13120
13121         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13122         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13123         (mml-minibuffer-read-type): Require mailcap.
13124         (mml-preview): Require gnus-msg.
13125
13126         * mml1991.el: Require password-cache.
13127         (password-cache-expiry): Remove declaration.
13128
13129         * mml2015.el: Require password-cache.
13130         (password-cache-expiry): Remove declaration.
13131
13132         * nneething.el (mailcap): Require mailcap.
13133
13134         * nnheader.el (declare-function): Add compatibility stub.
13135         (message-remove-header): Declare rather than autoload.
13136         (nnheader-replace-header): Require message.
13137
13138         * nnimap.el (declare-function): Add compatibility stub.
13139         (netrc-parse, netrc-machine-user-or-password): Declare.
13140         (nnimap-open-connection): Require netrc.
13141
13142         * nntp.el (declare-function): Add compatibility stub.
13143         (netrc-parse, netrc-machine, netrc-get): Declare.
13144         (nntp-send-authinfo): Require netrc.
13145
13146         * rfc2047.el: Don't require qp.
13147         (quoted-printable-encode-region, quoted-printable-decode-string):
13148         Autoload.
13149
13150         * sieve-mode.el: Don't require easymenu.
13151         (easy-menu-add-item): Autoload it.
13152
13153         * spam-stat.el (time-to-number-of-days): Autoload it.
13154
13155 2010-03-19  Glenn Morris  <rgm@gnu.org>
13156
13157         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13158
13159 2010-03-18  Glenn Morris  <rgm@gnu.org>
13160
13161         * hashcash.el (declare-function): Remove duplicate definition.
13162
13163 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13164
13165         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13166         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13167         value if any backslash escapes).
13168
13169 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13172         if it is available.  (bug#5647)
13173
13174         * lpath.el: Suppress compiler warning for coding-system-from-name for
13175         Emacs 21 and XEmacs.
13176
13177 2010-03-14  Juri Linkov  <juri@jurta.org>
13178
13179         * hmac-def.el:
13180         * hmac-md5.el:
13181         * netrc.el: Fix keywords.
13182
13183 2010-02-26  Glenn Morris  <rgm@gnu.org>
13184
13185         * message.el (message-send-mail-function): Change the default, so that
13186         it inherits from a customized send-mail-function.  (Bug#5643)
13187
13188 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13189
13190         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13191         shell-command-to-string signals an error (bug#5299).
13192
13193 2010-02-24  Glenn Morris  <rgm@gnu.org>
13194
13195         * message.el (message-smtpmail-send-it)
13196         (message-send-mail-with-mailclient): Doc fixes.
13197
13198 2010-02-16  Glenn Morris  <rgm@gnu.org>
13199
13200         * message.el (message-default-mail-headers): Change the default value
13201         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13202
13203 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13206         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13207
13208 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13209
13210         * time-date.el (date-to-time): Doc fix (Bug#5408).
13211
13212 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13213
13214         * message.el (message-mail): Just pass yank-action on to message-setup.
13215         (message-setup): Handle (FUN . ARGS) form of yank-action.
13216         (message-with-reply-buffer, message-widen-reply)
13217         (message-yank-original): Handle non-buffer values of
13218         message-reply-buffer (Bug#4080).
13219         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13220
13221 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13222
13223         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13224         Fix typo in docstring.
13225
13226 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13227
13228         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13229         response.
13230
13231 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13234
13235         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13236
13237         * message.el (message-check-news-header-syntax): Protect against a
13238         string that `rfc822-addresses' returns when parsing fails.
13239
13240 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13243         (gnus-previous-char-property-change): New functions.
13244
13245         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13246
13247 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13248
13249         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13250         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13251
13252 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13253
13254         * message.el (message-exchange-point-and-mark): Rework last change to
13255         avoid using optional arg of exchange-point-and-mark, for backward
13256         compatibility.
13257
13258 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13259
13260         * message.el (message-exchange-point-and-mark):
13261         Call exchange-point-and-mark with an argument rather than setting
13262         mark-active by hand (Bug#5175).
13263
13264 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * nntp.el (nntp-service-to-port): Work for service expressed with
13267         numeric string; replace [:digit:] with [0-9] for XEmacs.
13268
13269 2009-12-17  Glenn Morris  <rgm@gnu.org>
13270
13271         * gnus-group.el (gnus-bug-group-download-format-alist):
13272         Change emacs entry to debbugs.gnu.org.  Bump :version.
13273
13274 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13277
13278 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * message.el (message-info): Explain why we use `Info-goto-node'.
13281
13282 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13285
13286 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13287
13288         * message.el (message-completion-in-region): New compatibility function.
13289         (message-expand-group): Use it.
13290
13291 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13294         with no unread article should be listed if the 2nd arg `predicate' is
13295         given.
13296
13297 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13300
13301 2009-11-29  Juri Linkov  <juri@jurta.org>
13302
13303         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13304         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13305         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13306
13307 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13308
13309         * sha1.el (sha1-string-external): default-directory "/" in case
13310         otherwise non-existent.  process-connection-type pipe for touch of
13311         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13312
13313 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13314
13315         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13316         it's comms related and sgml-mode.el has "comm" on that basis too.
13317
13318 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13321         containing tspecial characters if they have been already quoted.
13322
13323 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13324
13325         * dns-mode.el (auto-mode-alist): Purecopy string.
13326
13327 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13328
13329         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13330
13331 2009-10-24  Glenn Morris  <rgm@gnu.org>
13332
13333         * gnus-art.el (help-xref-stack-item): Define for compiler.
13334
13335 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13336
13337         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13338
13339 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13342
13343 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13346         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13347
13348 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13351         (gnus-overlays-in): New alias to overlays-in.
13352
13353         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13354         gnus-overlay-get, and gnus-delete-overlay.
13355         (gnus-summary-show-thread): Make it work as well for systems in which
13356         next-single-char-property-change is not available.
13357         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13358
13359         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13360         (gnus-overlay-get): New alias to extent-property.
13361         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13362
13363         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13364         SXEmacs.
13365
13366         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13367         SXEmacs.
13368
13369 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13370
13371         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13372
13373 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13374
13375         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13376         and XEmacs that don't have `remove-overlays'.
13377
13378 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13379
13380         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13381         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13382         selective display.  Use overlays instead.
13383
13384 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13385
13386         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13387
13388 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13389
13390         * spam-stat.el (spam-stat-load): Fix typo in message.
13391
13392 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13393
13394         * dig.el (dig-invoke): Fix typo in docstring.
13395         (query-dig): Reflow docstring.
13396
13397 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13398
13399         * gnus-art.el (gnus-article-encrypt-body):
13400         * message.el (message-check-recipients):
13401         * mm-util.el (mm-codepage-setup):
13402         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13403         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13404
13405 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13406
13407         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13408         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13409         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13410         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13411         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13412
13413 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13414
13415         * dig.el: Add "Keywords: comm", as per net-utils.el.
13416
13417 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13418
13419         * dig.el (dig-mode): Use define-derived-mode.
13420
13421 2009-09-19  Glenn Morris  <rgm@gnu.org>
13422
13423         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13424
13425 2009-09-18  Glenn Morris  <rgm@gnu.org>
13426
13427         * gnus-diary.el (gnus-diary-check-message):
13428         * message.el (message-insert-formatted-citation-line):
13429         * nnbabyl.el (top-level):
13430         * nndiary.el (nndiary-schedule):
13431         Fix typos in condition-case handlers.
13432
13433 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13436         configuration that provides the sole article window in a frame;
13437         position point correctly after deleting a part.
13438
13439 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13440
13441         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13442         (spam-resolve-registrations-routine): Use it to unregister articles
13443         that change status.
13444
13445 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13448         with XEmacs.
13449         (parse-time-string-chars): Use it.
13450
13451 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13452
13453         * imap.el (imap-interactive-login): Better messages.
13454         (imap-open): Fix bug with renamed buffer on reconnect.
13455         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13456         for easier debugging and cleaner code.  On successful (guessed based on
13457         server capabilities) secondary authentication, set imap-state
13458         correctly.
13459         (imap-last-authenticator): Define imap-last-authenticator as a variable
13460         to avoid warnings.
13461
13462 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * nnrss.el (nnrss-request-article): Remove binding of
13465         default-enable-multibyte-characters that has gotten needless by
13466         the 2007-07-13 change in rfc2047-encode-message-header.
13467
13468         * mml.el (mml-insert-multipart): Error on the message header.
13469         (mml-insert-part): Error on the message header; position point at
13470         the end of a MIME tag.
13471
13472 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * time-date.el (autoload): Expand define-obsolete-function-alias into
13475         defalias and make-obsolete for old Emacsen that Gnus supports.
13476         (with-no-warnings): Define it for old Emacsen.
13477         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13478         is available.
13479         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13480         float-time is available; suppress compile warning for time-to-seconds.
13481
13482         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13483         (gnus-float-time): Alias to float-time if it exists.
13484
13485         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13486         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13487         float-time is available; suppress compile warning for time-to-seconds.
13488
13489         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13490         XEmacs.
13491
13492 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13493
13494         * imap.el (imap-message-map): Docstring fix.
13495
13496 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13499         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13500         Add the optional argument `encoding' that overrides the default.
13501
13502         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13503         mm-encode-buffer.
13504
13505 2009-09-04  Glenn Morris  <rgm@gnu.org>
13506
13507         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13508         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13509         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13510         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13511         * mm-util.el (mm-with-unibyte-current-buffer)
13512         (mm-find-buffer-file-coding-system):
13513         * yenc.el (yenc-decode-region): Use default-value rather than
13514         default-enable-multibyte-characters.
13515
13516 2009-09-03  Glenn Morris  <rgm@gnu.org>
13517
13518         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13519         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13520         than default-enable-multibyte-characters.
13521
13522 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13523
13524         * gnus-art.el (gnus-article-read-summary-keys):
13525         Fix gnus-buffer-configuration's value temporarily used.
13526
13527 2009-09-02  Glenn Morris  <rgm@gnu.org>
13528
13529         * gnus-util.el (gnus-float-time): New function.
13530         * gnus-delay.el (gnus-delay-article):
13531         * gnus-sum.el (gnus-thread-latest-date):
13532         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13533         * nnspool.el (nnspool-request-newgroups):
13534         Use gnus-float-time rather than time-to-seconds.
13535         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13536
13537         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13538         (gnus-header-subject-face, gnus-header-newsgroups-face)
13539         (gnus-header-name-face, gnus-header-content-face):
13540         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13541         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13542         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13543         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13544         (gnus-cite-face-11):
13545         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13546         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13547         (gnus-server-closed-face, gnus-server-denied-face)
13548         (gnus-server-offline-face):
13549         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13550         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13551         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13552         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13553         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13554         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13555         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13556         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13557         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13558         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13559         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13560         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13561         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13562         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13563         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13564         (gnus-summary-high-undownloaded-face)
13565         (gnus-summary-low-undownloaded-face)
13566         (gnus-summary-normal-undownloaded-face)
13567         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13568         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13569         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13570         (gnus-splash-face):
13571         * message.el (message-header-to-face, message-header-cc-face)
13572         (message-header-subject-face, message-header-newsgroups-face)
13573         (message-header-other-face, message-header-name-face)
13574         (message-header-xheader-face, message-separator-face)
13575         (message-cited-text-face, message-mml-face):
13576         * sieve-mode.el (sieve-control-commands-face)
13577         (sieve-action-commands-face, sieve-test-commands-face)
13578         (sieve-tagged-arguments-face):
13579         * spam.el (spam-face):
13580         Mark face aliases with "-face" in the name as obsolete.
13581
13582 2009-09-01  Glenn Morris  <rgm@gnu.org>
13583
13584         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13585         than goto-line.
13586
13587 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13590         Don't move point if the command is invoked inside the message header.
13591
13592 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13593
13594         * imap.el (imap-send-command): Simplify.
13595         (imap-wait-for-tag): point-max -> buffer-size.
13596
13597 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13598
13599         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13600         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13601         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13602         * nnir.el (nnir-swish-e-index-file):
13603         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13604         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13605         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13606         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13607         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13608         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13609
13610 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13613         Don't save excursion.
13614
13615 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13616
13617         * nnheader.el (nnheader-find-file-noselect):
13618         * mm-util.el (mm-insert-file-contents):
13619         Use (default-value 'major-mode) instead of default-major-mode.
13620
13621 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13622
13623         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13624
13625 2009-08-26  Glenn Morris  <rgm@gnu.org>
13626
13627         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13628         than placing in files.el.
13629
13630 2009-08-25  Glenn Morris  <rgm@gnu.org>
13631
13632         * nnir.el (top-level): Don't require cl at run-time.
13633         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13634         Replace cl-function substitute with gnus-replace-in-string.
13635         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13636         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13637         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13638         simplified expansions.
13639
13640 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13641
13642         * dig.el (dig): Add autoload cookie.
13643
13644 2009-08-22  Glenn Morris  <rgm@gnu.org>
13645
13646         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13647         goto-line.
13648
13649 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13650
13651         * parse-time.el (parse-time-string-chars): Save match data.
13652
13653 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13654
13655         * parse-time.el (parse-time-string-chars): Compute using character
13656         classes, to handle non-ascii characters (Bug#3190).
13657
13658 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13661
13662         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13663         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13664         (gnus-mm-display-part, gnus-mime-display-single)
13665         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13666         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13667
13668         * gnus-sum.el
13669         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13670         (gnus-summary-move-article): Add expirable mark to articles copied or
13671         moved to group that has auto-expire turned on if the option is non-nil.
13672
13673 2009-07-24  Glenn Morris  <rgm@gnu.org>
13674
13675         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13676         Fix typo.  (Bug#3903)
13677
13678 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13681         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13682         that should not be used for draft articles.
13683         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13684         that has no concern in minor mode keys.
13685         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13686         Abolish.
13687
13688 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13691         article without making inquiry to a user for unknown encoding.
13692
13693         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13694         (nnmaildir--scan): Assume i-node and device number that file-attributes
13695         returns might be cons-cell.
13696
13697         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13698
13699         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13700
13701 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13702
13703         * auth-source.el: Remove docs now in auth.texi.  Don't use
13704         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13705         `auth-source-hide-passwords' and use them.
13706
13707 2009-07-15  Glenn Morris  <rgm@gnu.org>
13708
13709         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13710
13711 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13714         excessive whitespace from the default values of title and description.
13715
13716 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13719         mail-fetch-field to fetch Content-Description header in order to
13720         exclude newlines.
13721
13722 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13723
13724         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13725         format used by GnuPG 2.0.11.
13726
13727 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13730         to deleted part.
13731
13732 2009-05-30  David Engster  <dengste@eml.cc>
13733
13734         * nnmairix.el: Remove old documentation in the commentary block.
13735         (nnmairix-request-group): Do not update active file for nnml back ends.
13736         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13737         end so that overview files are ignored.
13738         (nnmairix-update-groups): Make updating the groups more robust by using
13739         marks.
13740         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13741         with dollar characters in message-id.
13742
13743 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13746         2008-12-25 in dns.el.
13747
13748 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13749
13750         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13751         could happen if the text is only composed of spaces and/or tabs.
13752
13753 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13754
13755         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13756         when sending a queued message to avoid extra mml tags.
13757
13758 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13761
13762 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13765         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13766         rmail-toggle-header for XEmacs;
13767         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13768
13769 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * gnus-dired.el: Remove autoload for gnus-setup-message.
13772         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13773         displaying Gnus logo; always use compose-mail.
13774
13775 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13778
13779 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13782         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13783         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13784         available.
13785         (gnus-nocem-epg-verify): New function.
13786
13787 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13790
13791 2009-02-15  Glenn Morris  <rgm@gnu.org>
13792
13793         * gnus-util.el (rmail-insert-rmail-file-header)
13794         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13795         autoloads.
13796         (rmail-default-rmail-file): Remove unnecessary declaration.
13797         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13798
13799 2009-02-14  Glenn Morris  <rgm@gnu.org>
13800
13801         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13802         variable (only used in gnus-util, which declares it anyway).
13803         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13804         which was only needed by gnus-art (changed to not use it any more).
13805         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13806         only used in gnus-util, which autoloads it itself.
13807         (rmail-update-summary): Fix autoload.
13808
13809         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13810         rather than rmail-output-to-rmail-file.
13811
13812 2009-02-07  Glenn Morris  <rgm@gnu.org>
13813
13814         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13815         autoload of function that no longer exists.
13816         (rmail-toggle-header): Declare.
13817         (message-forward-rmail-make-body): Handle mbox Rmail.
13818
13819 2009-01-31  Glenn Morris  <rgm@gnu.org>
13820
13821         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13822         2009-01-09 change.
13823
13824 2009-01-31  Dave Love  <fx@gnu.org>
13825
13826         * imap.el (imap-fetch-safe): Bind debug-on-error.
13827         (imap-debug): Add imap-fetch-safe.
13828
13829 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13830
13831         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13832         (auth-source-forget-all-cached): New convenience function.
13833         (auth-source-user-or-password): Accept list of modes or a single mode.
13834
13835         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13836         auth-source modes.
13837
13838         * netrc.el (netrc-machine-user-or-password): Use list of
13839         auth-source modes.
13840
13841         * nnimap.el (nnimap-open-connection): Use list of
13842         auth-source modes.
13843
13844         * nntp.el (nntp-send-authinfo): Use list of
13845         auth-source modes.
13846
13847 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13848
13849         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13850         now.
13851
13852 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13855         coding system in XEmacs; add a workaround for XEmacs.
13856
13857         * lpath.el: Fbind coding-system-aliasee.
13858
13859 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13862         of current-language-environment.
13863
13864 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13867         available at runtime.
13868
13869 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13872
13873 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13874
13875         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13876         the greatest positive fixnum value doesn't work under an XEmacs with
13877         bignum support; use the most-positive-fixnum constant instead,
13878         available since Emacs 21.1 with cl and XEmacs 21.1.
13879
13880 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13883         XEmacs gets not to work.
13884
13885 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * mm-util.el (mm-coding-system-priorities): Allow the value like
13888         "Japanese (UTF-8)" of current-language-environment.
13889
13890 2009-01-09  Glenn Morris  <rgm@gnu.org>
13891
13892         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13893         with last-command-event.
13894
13895 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13896
13897         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13898         in the doc string.
13899
13900         * message.el (message-fix-before-sending): Amend comment.
13901
13902 2009-01-08  Dave Love  <fx@gnu.org>
13903
13904         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13905
13906 2009-01-07  David Engster  <dengste@eml.cc>
13907
13908         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13909         simplified server definitions by converting it via
13910         gnus-server-to-method.
13911
13912 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13915         parameter's operands.
13916
13917 2009-01-06  David Engster  <dengste@eml.cc>
13918
13919         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13920         primary select method (for gnus-group-mark-article-as-read).
13921
13922 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13923
13924         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13925         `(gnus)Face', not `(gnus)X-Face'.
13926
13927 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * mm-util.el (mm-ucs-to-char): New function.
13930
13931         * mm-url.el (mm-url-decode-entities): Use it.
13932
13933         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13934         unicode-to-char.
13935
13936 2009-01-05  Dave Love  <fx@gnu.org>
13937
13938         * time-date.el: Require cl for `declare'.
13939
13940 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13943         Dave Love.
13944
13945 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13946
13947         * message.el (message-fix-before-sending): Add `eight-bit' to
13948         illegible-text check.
13949
13950 2009-01-03  Michael Olson  <mwolson@gnu.org>
13951
13952         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13953         `headers' is nil.  This can occur if the IMAP server does not have
13954         permissions to read messages from a folder, but can write new messages
13955         to the folder.
13956         (nnimap-request-article-part): Do not insert `data' if it is nil.
13957
13958         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13959         characters which will confuse `read', so skip past them.
13960
13961 2009-01-01  Dave Love  <fx@gnu.org>
13962
13963         * imap.el (imap-string-to-integer): Fix typo.
13964         (imap-fetch-safe): New function.
13965         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13966
13967         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13968
13969         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13970         (imap-parse-greeting): Fix doc strings.
13971         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13972         (imap-parse-flag-list): Make messages unique.
13973         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13974
13975         * nnimap.el: Fix author email.
13976         (nnimap-split-rule): Add FIXME comment.
13977         (nnimap-debug): Fix doc string.
13978
13979 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13980
13981         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13982
13983 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13984
13985         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13986         nslookup if resolv.conf isn't available.
13987         (dns-query): Rename from query-dns.
13988         (dns-query-cached): Rename from query-dns-cached.
13989
13990 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13993         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13994         to check if those variables exist (first appeared in Emacs 18.50).
13995
13996 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * mm-util.el (mm-line-number-at-pos): New function.
13999
14000         * spam-report.el (spam-report-process-queue): Use it.
14001
14002 2008-12-24  David Engster  <dengste@eml.cc>
14003
14004         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14005         parameters that haven't existed as variables as buffer-local variables.
14006
14007 2008-12-23  Dave Love  <fx@gnu.org>
14008
14009         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14010         cadar.
14011
14012         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14013         imap-starttls-p.
14014         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14015
14016 2008-12-22  Dave Love  <fx@gnu.org>
14017
14018         * imap.el: Fix author email.  Doc fixes.
14019         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14020         reply.
14021
14022 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * spam-report.el (spam-report-gmane-max-requests): New constant.
14025         (spam-report-gmane-wait): New variable.
14026         (spam-report-gmane-ham, spam-report-gmane-spam)
14027         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14028         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14029         the server.
14030
14031         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14032         Add explanations.
14033
14034         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14035         nnheader-accept-process-output and nnheader-read-timeout if available.
14036         (pop3-movemail): Use it.
14037
14038         * message.el (message-check-news-body-syntax): Fix signature check if
14039         there's an attachment.
14040
14041 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * mm-util.el: Add comments to the mm- emulating functions.
14044
14045 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14046
14047         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14048         Reported by Stephen Berman <stephen.berman@gmx.net>.
14049
14050 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * mm-util.el (mm-substring-no-properties): New function.
14053         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14054         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14055         (mm-string-to-multibyte): Doc fix.
14056
14057         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14058
14059 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * mml.el (mml-attach-file): Strip text properties from file name.
14062         (Bug#1574)
14063
14064 2008-12-16  Glenn Morris  <rgm@gnu.org>
14065
14066         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14067
14068 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14071         knows since the charset specified might be a bogus alias that
14072         mm-charset-synonym-alist provides.
14073
14074 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14075
14076         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14077         "ISO_8859-1".
14078
14079         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14080
14081 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * mm-util.el (mm-charset-eval-alist):
14084         Define it before mm-charset-to-coding-system.
14085         (mm-charset-to-coding-system): Add optional argument `silent';
14086         define it before mm-charset-override-alist.
14087         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14088         default value if it can be used in Emacs currently running;
14089         silence mm-charset-to-coding-system.
14090
14091 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14094         `allow-override' which says whether to use `mm-charset-override-alist'.
14095         (rfc2047-decode-encoded-words): Use it.
14096
14097         * mm-util.el (mm-charset-override-alist): Fix custom type;
14098         add `(gb2312 . gbk)' to choices.
14099
14100 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14103         fast.
14104
14105         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14106
14107         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14108
14109 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14110
14111         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14112         on links.
14113
14114         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14115
14116 2008-12-03  Lute Kamstra  <lute@gnu.org>
14117
14118         * sha1.el: Remove leading * from docstrings of defcustoms,
14119         deffaces, defconsts and defuns.
14120
14121 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14124         users' addresses that don't have domain parts.
14125         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14126         rather than message-narrow-to-head since there will be the message
14127         header separator.
14128
14129 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14130
14131         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14132         since the result is inserted in a unibyte buffer anyway.
14133         (nnimap-demule-use-string-to-multibyte): Remove.
14134         (nnimap-demule): Alias it to mm-string-to-multibyte.
14135
14136 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14137
14138         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14139         variable for debugging bug#464 and bug#1174.
14140         (nnimap-demule): Use it.
14141
14142 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14145         score calculation correctly.
14146
14147 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14148
14149         * message.el (message-send-mail): Just set the buffer to unibyte
14150         rather than use mm-with-unibyte-current-buffer which does a lot more.
14151         (message-send-mail-partially): Don't bother with
14152         mm-with-unibyte-current-buffer since it's already been made unibyte by
14153         message-send-mail.
14154
14155 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14156
14157         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14158
14159 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14160
14161         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14162
14163 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14166         require itself and to remove `with-no-warnings'.
14167
14168 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14169
14170         * starttls.el (starttls-any-program-available): Get the name of the
14171         available TLS layer program.
14172         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14173         well as the host name in the "opening" message.
14174
14175         * auth-source.el (auth-source-cache, auth-source-do-cache)
14176         (auth-source-user-or-password): Cache passwords and logins by default,
14177         allow override with `auth-source-do-cache'.
14178         (auth-source-forget-user-or-password): Allow users to remove cache
14179         entries if needed.
14180
14181 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14182
14183         * md4.el (md4-buffer): Fix typo in docstring.
14184         (md4, md4-64): Doc fixes.
14185         (md4-pack-int32): Reflow docstring.
14186
14187 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14188
14189         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14190         condition-case to only the forward-sexp call.
14191
14192 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14193
14194         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14195         quotes contained.  Make it more robust regardless by an extra
14196         condition-case wrapper.
14197
14198 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14201
14202 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * nnml.el (nnml-request-expire-articles): Check if the function set to
14205         `nnmail-expiry-target' returns the symbol `delete'.
14206
14207         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14208
14209         * nnmail.el (nnmail-expiry-target): Fix custom type.
14210
14211 2008-10-02  Glenn Morris  <rgm@gnu.org>
14212
14213         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14214         Silence compiler warning.
14215
14216 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14217
14218         * tls.el (open-tls-stream): Show the actual command being
14219         executed, instead of the format string.
14220
14221 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * lpath.el: Fbind codepage-setup for Emacs 23.
14224
14225 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14226
14227         * mml.el (mml-menu): Don't assume mml2015 is bound.
14228
14229 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14232         exists.
14233
14234 2008-09-27  Glenn Morris  <rgm@gnu.org>
14235
14236         * gnus-util.el (mail-header-remove-comments): Autoload it.
14237
14238 2008-09-27  Andreas Schwab  <schwab@suse.de>
14239
14240         * gnus-util.el (gnus-split-references): Strip comments.
14241         (gnus-parent-id): Likewise.
14242
14243 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * message.el (message-confirm-send): Fix version.
14246
14247 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * message.el (message-idna-to-ascii-rhs-1): Use
14250         mail-extract-address-components rather than mail-header-parse-addresses
14251         that is an alias by default to ietf-drums-parse-addresses that does not
14252         support non-ASCII names in headers' contents.
14253
14254 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14255
14256         * message.el (message-confirm-send): Fix variable documentation to
14257         avoid the "y/n" wording.
14258
14259 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14260
14261         * message.el (message-set-auto-save-file-name): Save to a different
14262         filename so multiple messages (especially drafts) can be recovered.
14263
14264 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14265
14266         * message.el (message-confirm-send): Add appropriate version.
14267
14268 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14269
14270         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14271         defvar.
14272
14273 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14274
14275         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14276         (mm-pkcs7-enveloped-magic): Ditto.
14277
14278 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14279
14280         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14281         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14282
14283 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14284
14285         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14286         default, it's better.
14287
14288 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14289
14290         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14291         summary line gnus-number property and ignore them (with a warning
14292         message).
14293
14294 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14297         macro caddr in the interactive form since it won't be expanded.
14298
14299 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14302         `charset'; fix name of function called recursively.
14303         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14304
14305 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14308         (gnus-mime-set-charset-parameters): New function.
14309         (gnus-mime-view-part-as-charset): Use it to correctly display part
14310         specifying wrong charset.
14311
14312 2008-09-08  David Engster  <dengste@eml.cc>
14313
14314         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14315         in completing-read for back end server.
14316
14317 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14318
14319         * message.el (message-confirm-send): New variable to confirm sending a
14320         message.
14321         (message-send): Use it.
14322
14323 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14324
14325         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14326
14327 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14330
14331 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14332
14333         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14334         prevent tracking too many groups.
14335         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14336         Use it.
14337
14338 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14339
14340         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14341         moving point to the bottom of the window in order to avoid recentering.
14342
14343 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14346
14347         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14348         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14349         (gnus-article-beginning-of-window): Fix calculation.
14350
14351 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-msg.el (gnus-summary-supersede-article)
14354         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14355         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14356         message header.
14357
14358 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14359
14360         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14361         pending output coming after the status change.
14362
14363 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14364
14365         * message.el:
14366         * gnus-start.el:
14367         * gnus-registry.el: Remove VMS support.
14368
14369 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14372         macro.
14373         (rfc2104-hash): Use it.
14374
14375 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14376
14377         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14378         (gnus-summary-sort-by-most-recent-date): New commands.
14379         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14380         and menu entries.
14381
14382 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14385         don't redisplay article for raw contents; remove plural articles stuff.
14386
14387         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14388         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14389         on gnus-summary-save-article; display results properly.
14390
14391 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * lpath.el: No need to fbind ns-focus-frame.
14394
14395 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14398
14399 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * gnus-art.el (gnus-summary-save-in-pipe):
14402         Consider gnus-save-all-headers.
14403
14404 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14405
14406         * gnus-util.el (ns-focus-frame): Remove declaration.
14407         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14408         like x.
14409
14410 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14411
14412         * rfc2104.el (rfc2104-zero): Delete defconst.
14413         (rfc2104-hex-alist): Likewise.
14414         (rfc2104-hex-to-int): Delete func.
14415         (rfc2104-hexstring-to-bitstring): Likewise.
14416         (rfc2104-nybbles): New defconst.
14417         (rfc2104-hash): Rewrite for speed.
14418
14419 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * tls.el (open-tls-stream): Make it work with the 2nd argument
14422         BUFFER that is a string but does not exist as a buffer object, as
14423         mentioned in the doc-string.
14424
14425 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14428         SXEmacs.
14429
14430 2008-07-16  Glenn Morris  <rgm@gnu.org>
14431
14432         * gnus-util.el (ns-focus-frame): Declare for compiler.
14433
14434 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14437         set as a group parameter.
14438         (gnus-summary-save-in-pipe): Work when it is called independently.
14439         (gnus-summary-pipe-to-muttprint): Don't modify
14440         gnus-summary-pipe-output-default-command.
14441
14442 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14443
14444         * message.el (message-send-mail-with-sendmail):
14445         Display the error message.
14446
14447 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * gnus-art.el (gnus-default-article-saver):
14450         Add gnus-summary-save-in-pipe to choices.
14451         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14452         gnus-summary-pipe-output-default-command as the default command.
14453         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14454         instead of gnus-last-shell-command.
14455
14456         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14457         New user option.
14458         (gnus-summary-muttprint-program): Mention the value will be changed.
14459         (gnus-summary-save-article): Force showing of all headers.
14460         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14461
14462 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14463
14464         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14465
14466 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14467
14468         * nnimap.el (nnimap-id):
14469         * sieve-manage.el (sieve-manage-open): Doc fixes.
14470
14471 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14472
14473         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14474         if available.
14475
14476 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14477
14478         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14479
14480         * nnkiboze.el (nnkiboze-generate-group):
14481         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14482
14483         * nnmairix.el: Require CL.
14484
14485 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * dgnushack.el: Autoload get-display-table and put-display-table for
14488         XEmacs 21.5.
14489
14490         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14491         21.4 and SXEmacs.
14492
14493 2008-06-15  David Engster  <dengste@eml.cc>
14494
14495         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14496
14497 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14498
14499         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14500         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14501         runtime choice under XEmacs.
14502
14503         * gnus-sum.el (gnus-summary-set-display-table):
14504         Use `gnus-put-display-table', `gnus-get-display-table',
14505         `gnus-set-display-table' for the display table, instead of `aset'.
14506
14507         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14508         Use `gnus-put-display-table', `gnus-get-display-table',
14509         `gnus-set-display-table' for the display table.
14510
14511 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14512
14513         * nnmairix.el: Add autoloads.
14514
14515 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * nnmairix.el (nnmairix-delete-recreate-group)
14518         (nnmairix-update-and-clear-marks): Fix error messages.
14519
14520 2008-06-14  David Engster  <dengste@eml.cc>
14521
14522         * nnmairix.el: Upgrade to version 0.6.
14523         (nnmairix-group-toggle-propmarks-this-group)
14524         (nnmairix-group-toggle-readmarks-this-group)
14525         (nnmairix-group-delete-recreate-this-group)
14526         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14527         (nnmairix-remove-tick-mark-original-article): New commands.
14528         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14529         (nnmairix-propagate-marks-to-nnmairix-groups)
14530         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14531         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14532         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14533         functions needed for marks propagation and manipulation of read marks.
14534         (nnmairix-update-groups): New function.
14535         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14536         (nnmairix-determine-original-group-from-registry)
14537         (nnmairix-determine-original-group-from-path)
14538         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14539         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14540         New helper functions.
14541         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14542         keystrokes for new commands.
14543         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14544         (nnmairix-request-group): Check allow-fast group parameter.
14545         (nnmairix-request-create-group): Set allow-fast group parameter if
14546         nnmairix-allowfast-default is set.
14547         (nnmairix-close-group): Propagate marks upon closing if needed.
14548         (nnmairix-group-toggle-threads-this-group): Use new.
14549         nnmairix-group-toggle-parameter helper function.
14550         (nnmairix-search): Better check for empty search result.
14551         (nnmairix-goto-original-article): Use new helper functions for
14552         determining original article.
14553         (nnmairix-show-original-article): Make sure message-id is in brackets.
14554         (nnmairix-call-mairix-binary): Change variable name.
14555         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14556         helper function.
14557         (nnmairix-widget-toggle-activate): Fix doc string.
14558
14559 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * nnir.el: Require edmacro when compiling with XEmacs.
14562         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14563         available in Emacs 21.
14564
14565 2008-06-11  Glenn Morris  <rgm@gnu.org>
14566
14567         * gnus-util.el (x-focus-frame):
14568         * gnus.el (image-size):
14569         * mm-decode.el (image-size): Declare.
14570
14571         * gnus-picon.el (declare-function): Add compat definition.
14572         (image-size): Declare.
14573
14574         * gnus-group.el (tool-bar-map):
14575         * gnus-sum.el (tool-bar-map): Define for compiler.
14576
14577         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14578
14579         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14580
14581         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14582         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14583         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14584         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14585         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14586         * sieve-manage.el, spam-report.el, spam.el:
14587         Remove unnecessary eval-and-compile of autoloads.
14588
14589 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14590
14591         * auth-source.el: Precise Tramp doc.
14592
14593 2008-06-07  Glenn Morris  <rgm@gnu.org>
14594
14595         * nnmairix.el: Remove unnecessary eval-when-compile.
14596
14597 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * lpath.el: Fbind propertize for XEmacs 21.4.
14600
14601 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14602
14603         * nnir.el: Move here from ../contrib.
14604
14605 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14606
14607         * gnus-util.el (gnus-read-shell-command): New function.
14608         * mm-decode.el (mm-pipe-part):
14609         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14610
14611 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14614
14615 2008-06-03  Glenn Morris  <rgm@gnu.org>
14616
14617         * pop3.el (nnheader-accept-process-output): Autoload it.
14618
14619 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14622         are not 2-digit hexadecimal characters that follow `%'s.
14623
14624 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * message.el (message-bogus-recipient-p): Fix type in doc string.
14627         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14628         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14629         Improve custom options.
14630         (message-bogus-recipient-p): Adjust accordingly.
14631
14632 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14633
14634         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14635         long-form month and day names.
14636
14637 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * dgnushack.el: Autoload debug, eudc-expand-inline and
14640         pgg-snarf-keys-region for XEmacs.
14641
14642         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14643
14644         * nnmairix.el: Require edmacro when compiling with XEmacs.
14645
14646 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14649         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14650
14651 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14652
14653         * auth-source.el: Add more docs.
14654
14655         * netrc.el (netrc-machine): Always match if the port is not given.
14656
14657 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14658
14659         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14660         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14661         retrieval faster in some cases, but might make CPU usage larger.
14662         If this has any bad side effects, we might revert this change.
14663
14664         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14665         seems to make mail retrieval much, much faster.
14666         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14667         unconditionally.
14668
14669         * gnus-draft.el (gnus-group-send-queue):
14670         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14671
14672 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14673
14674         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14675
14676         * message.el (message-bogus-address-regexp): Fix and improve custom
14677         type.
14678         (message-setup-hook): Add message-check-recipients as custom option.
14679
14680 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * message.el (message-cite-function): Remove bogus autoload which crept
14683         in during merge from v5-10.
14684
14685 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14686
14687         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14688
14689         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14690
14691         * auth-source.el: Preliminary Tramp docs.
14692         (auth-sources): Change the default auth-sources to use
14693         EPA .gpg files.
14694
14695 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14696
14697         * nntp.el: Autoload `auth-source-user-or-password'.
14698         (nntp-send-authinfo): Use it.
14699
14700         * nnimap.el: Autoload `auth-source-user-or-password'.
14701         (nnimap-open-connection): Use it.
14702
14703         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14704         for the gnus-message function.
14705         (auth-source-user-or-password): Use it.
14706
14707 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14708
14709         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14710         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14711         (rfc2104-hash): Use it.
14712
14713 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14714
14715         * gnus-art.el (gnus-article-toggle-truncate-lines):
14716         Don't use `iff' in docstring.
14717
14718 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14719
14720         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14721
14722         * gnus-util.el (gnus-extract-address-component-name)
14723         (gnus-extract-address-component-email): Convenience functions around
14724         `gnus-extract-address-components'.
14725
14726         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14727         Use `gnus-extract-address-component-email' to fix bug of comparing full
14728         sender name to `user-mail-address'.
14729
14730 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14731
14732         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14733         catch/throw to optimize.
14734         (gnus-registry-find-keywords): Just use member to find a keyword.
14735
14736 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14737
14738         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14739         is current before calling gnus-server-prepare.
14740         (gnus-server-setup-buffer, gnus-server-update-server)
14741         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14742
14743 2008-05-04  Juri Linkov  <juri@jurta.org>
14744
14745         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14746         (mailcap-file-default-commands): Use mailcap-replace-in-string
14747         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14748         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14749
14750 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14751
14752         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14753
14754 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14755
14756         * gnus.el: Bump version to 0.11.
14757
14758 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14759
14760         * gnus.el: No Gnus v0.10 is released.
14761
14762 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14763
14764         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14765         hooks.
14766         (gnus-update-read-articles): Speed up non-marks-using users.
14767         (gnus-use-marks): Define gnus-use-marks.
14768         (gnus-propagate-marks): Rename variable to something more sensible.
14769
14770 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14771
14772         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14773         (gmm-image-load-path-for-library): Fix typos in docstrings.
14774         (gmm-message): Reflow docstring.
14775
14776 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14777
14778         * mail-source.el (mail-source-set-1, mail-source-bind):
14779         Move auth-source code out of the macro to clean it up and fix bugs.
14780
14781 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14782
14783         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14784         by sender if it's equal to user-mail-address, it's likely to be
14785         useless.
14786
14787         * mail-source.el (mail-source-bind): Don't use user or password if they
14788         are not bound.  Unintern them if they are nil.  Don't use server unless
14789         it's bound, and default it to empty string otherwise.
14790
14791 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14792
14793         * mail-source.el: Load auth-source.el.
14794         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14795         get user name or password, if auth-sources is set up.
14796
14797         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14798         strategy of splitting with parent.
14799         (gnus-registry-split-fancy-with-parent)
14800         (gnus-registry-post-process-groups): Use it and fix prior
14801         bug (returning a list as the split result).
14802
14803         * auth-source.el (auth-sources): Remove server parameter.
14804         (auth-source-pick, auth-source-user-or-password)
14805         (auth-source-user-or-password-imap)
14806         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14807         (auth-source-user-or-password-sftp)
14808         (auth-source-user-or-password-smtp): Remove server parameter.
14809
14810 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14811
14812         * smime.el (smime-sign-region, smime-encrypt-region)
14813         (smime-decrypt-region):
14814         Remove redundant calls to `generate-new-buffer-name'.
14815
14816 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14817
14818         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14819         Don't use QP for message/rfc822.
14820         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14821
14822 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14823
14824         * sieve-manage.el (sieve-string-bytes): Remove.
14825         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14826         correct byte-length only if the process's coding-system is the same as
14827         the one used internally by Emacs to represent strings.
14828
14829 2008-04-22  Juri Linkov  <juri@jurta.org>
14830
14831         * mailcap.el (mailcap-file-default-commands): New function.
14832
14833 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14834
14835         * message.el (message-signature-separator, message-cite-function):
14836         Change custom version.
14837
14838 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14839
14840         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14841         commands.
14842         (tls-checktrust): Ditto.
14843
14844 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14845
14846         * mm-decode.el (mm-display-external): Make temp file read-only.
14847
14848 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14851         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14852         `C-c C-f d'.
14853
14854 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14855
14856         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14857
14858 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * gnus.el: Bump version to 0.9.
14861
14862 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * gnus.el: No Gnus v0.8 is released.
14865
14866 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14867
14868         * mail-source.el (mail-source-value):
14869         Prefer fboundp to functionp so it works with macros as well.
14870
14871 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14872
14873         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14874         Fix last change in case the element is not even a symbol.
14875
14876 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14877
14878         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14879         Prefer fboundp to functionp so it works with macros as well.
14880
14881 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14882
14883         * auth-source.el: Add docs.
14884         (auth-sources): Modify format to support server.
14885         (auth-source-pick, auth-source-user-or-password)
14886         (auth-source-user-or-password-imap)
14887         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14888         (auth-source-user-or-password-sftp)
14889         (auth-source-user-or-password-smtp): Add server parameter.
14890
14891 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14892
14893         * gnus-registry.el: Initialize the registry when gnus-registry-install
14894         is t.
14895
14896 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * compface.el (uncompface): Make buffer unibyte.
14899
14900 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14901
14902         * mail-source.el (mail-source-value):
14903         Prefer fboundp to functionp so it works with macros as well.
14904
14905 2008-04-05  Glenn Morris  <rgm@gnu.org>
14906
14907         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14908
14909 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14910
14911         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14912         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14913
14914         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14915         multibyteness after rather than before erasing it.
14916
14917         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14918         mm-with-multibyte.
14919         (gnus-request-article-this-buffer): Make sure the proper decoding is
14920         used if gnus-original-article-buffer happens to be unibyte.
14921
14922         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14923         default-enable-multibyte-characters.
14924
14925         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14926         default-enable-multibyte-characters.
14927
14928         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14929
14930         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14931
14932 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14933
14934         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14935         Fix last change in case the element is not even a symbol.
14936
14937 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14938
14939         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14940         (imap-message-copyuid-1): Use it.
14941         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14942         J. Williams in
14943         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14944
14945         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14946         imap-enable-exchange-bug-workaround.
14947         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14948
14949 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14950
14951         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14952         a 100 byte status-checks into a 2-3MB transfer for each group.
14953         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14954         to enable bug workaround or not.
14955         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14956
14957 2008-03-31  Glenn Morris  <rgm@gnu.org>
14958
14959         * message.el (mml2015-use): Declare for compiler.
14960         (message-info): Require mml2015 when appropriate.
14961
14962 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14965         whitespace.
14966
14967 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14968
14969         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14970         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14971         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14972         (nntp-service-to-port): New function.
14973         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14974         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14975         (nntp-open-netcat-stream): New function.
14976         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14977
14978 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14979
14980         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14981
14982 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14983
14984         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14985
14986 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14987
14988         * dns.el (dns-write): Use set-buffer-multibyte.
14989
14990 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14991
14992         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14993
14994 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14995
14996         * message.el (message-signature-separator): Change default.
14997         Improve custom type.
14998         (message-cite-function): Change default to
14999         message-cite-original-without-signature.
15000
15001         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15002         toggle.
15003
15004         * message.el (message-check-news-body-syntax): Fix signature check.
15005         (message-setup-1): Mark buffer as unmodified _after_ running
15006         message-setup-hook and handling message-alternative-emails.
15007         (message-shorten-references): Be more strict when building list of
15008         valid references to comply with GNKSA.
15009
15010         * gnus-group.el (gnus-read-ephemeral-bug-group)
15011         (gnus-read-ephemeral-debian-bug-group)
15012         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15013
15014         * message.el (message-info): Don't use booleanp which isn't supported
15015         in Emacs 21 and XEmacs.
15016
15017 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15018
15019         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15020         gnus-group-gmane-group-download-format.
15021         (gnus-group-read-ephemeral-gmane-group): Rename from
15022         gnus-group-read-ephemeral-gmane-group.
15023         (gnus-read-ephemeral-gmane-group-url): Rename from
15024         gnus-group-read-ephemeral-gmane-group-url.
15025         (gnus-bug-group-download-format-alist): New variable.
15026         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15027         (gnus-read-ephemeral-emacs-bug-group): New commands.
15028
15029 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15030
15031         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15032         (gnus-visible-headers): Improve custom type.
15033
15034 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15035
15036         * mml.el (mml-menu): Add workarounds for XEmacs.
15037
15038         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15039         X-Boundary header.
15040
15041         * message.el (message-simplify-recipients): Fix previous commit.
15042
15043 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15044
15045         * mm-util.el (mm-set-buffer-multibyte): New function.
15046         * mm-decode.el (mm-copy-to-buffer): Use it.
15047
15048         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15049         Prefer fboundp to functionp so it works with macros as well.
15050
15051 2008-03-19  Glenn Morris  <rgm@gnu.org>
15052
15053         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15054         Accidentally removed in the sync process with Emacs.
15055
15056 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15057
15058         * message.el (message-alter-recipients-discard-bogus-full-name):
15059         New function.
15060         (message-alter-recipients-function): New variable.
15061         (message-get-reply-headers): Use it.
15062         (message-replace-header): New helper function.
15063         (message-recipients-without-full-name): New variable.
15064         (message-simplify-recipients): New command.
15065
15066         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15067
15068         * message.el (message-info): Handle EasyPG manual.
15069
15070         * mml.el (mml-menu): Add entry for EasyPG.
15071
15072 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15073
15074         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15075         parameter.
15076
15077         * message.el (message-disassociate-draft): Specify drafts group name
15078         fully.
15079
15080 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15081
15082         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15083         Eliminate unnecessary duplicates from the match list.
15084
15085 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15088
15089         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15090
15091         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15092         args of `how-many' of which the XEmacs version doesn't take; declare
15093         Info-index-next as function.
15094
15095 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15096
15097         * gnus-score.el (gnus-score-headers): Fix handling of
15098         gnus-inhibit-slow-scoring.
15099
15100         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15101         string.
15102         (gnus-button-url-regexp): Improve handling of parenthesis.
15103         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15104         (gnus-button-handle-info-keystrokes): Handle index entries.
15105
15106 2008-03-15  Glenn Morris  <rgm@gnu.org>
15107
15108         * parse-time.el (parse-time-string): Simplify.
15109
15110 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15113         Incoming* files.
15114
15115 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15116
15117         * auth-source.el (auth-sources): Rename from auth-source-choices.
15118         (auth-source-pick): Use it.
15119
15120 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15121
15122         * binhex.el (binhex-decode-region-internal):
15123         * uudecode.el (uudecode-decode-region-internal):
15124         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15125         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15126         setting default-enable-multibyte-characters.
15127
15128 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15129
15130         * auth-source.el (auth-source-protocols)
15131         (auth-source-protocols-customize, auth-source-choices): Add and
15132         modified variable customizations and defaults.
15133         (auth-source-pick, auth-source-user-or-password)
15134         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15135         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15136         (auth-source-user-or-password-sftp)
15137         (auth-source-user-or-password-smtp): Use new variables and provide an
15138         interface to netrc.el.
15139
15140 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15143         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15144         Make sure the nntp port to specify is a string.
15145
15146 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15147
15148         * nntp.el: Use with-current-buffer.
15149         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15150         dubious mm-with-unibyte-current-buffer.
15151         (nntp-with-open-group-function): New function extracted from
15152         nntp-with-open-group macro.
15153         (nntp-with-open-group): Use the function, so it's easier to debug.
15154         Add indentation and debugging info.
15155         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15156         Recommend the use of the netcat alternatives.
15157
15158         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15159         Avoid mm-string-as-multibyte as well.
15160
15161         * nnweb.el (nnweb-insert-html):
15162         Remove use of nnheader-string-as-multibyte.
15163
15164         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15165         (nnheader-string-as-multibyte): Remove.
15166
15167         * mm-view.el: Use inhibit-read-only.
15168         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15169         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15170         or unibyte-string.
15171
15172         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15173         (mm-uu-yenc-extract): Use with-current-buffer.
15174
15175         * gnus-soup.el (gnus-soup-send-packet): Don't use
15176         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15177
15178         * nnmh.el: Use with-current-buffer.
15179         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15180         mm-string-as-multibyte on the output of mm-encode-coding-string.
15181
15182         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15183         (nnimap-request-move-article): Use with-current-buffer.
15184
15185         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15186         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15187         conversion uses string-make-unibyte rather than string-as-unibyte.
15188
15189         * gnus-msg.el: Use with-current-buffer.
15190
15191         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15192
15193 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15194
15195         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15196         string for caching if it is 'PIN.
15197
15198 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * lpath.el: Consider the case without Emacs/W3.
15201
15202 2008-03-08  Glenn Morris  <rgm@gnu.org>
15203
15204         * time-date.el (date-to-time, time-subtract, time-add)
15205         (safe-date-to-time): Doc fixes.
15206
15207 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * mail-source.el (mail-source-delete-old-incoming-confirm):
15210         Change default to nil.
15211         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15212
15213 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * lpath.el: Rearrange.
15216
15217         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15218         (gnus-article-goto-prev-page): Work for articles having ^L's.
15219
15220         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15221
15222         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15223
15224 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15225
15226         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15227         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15228         (gnus-bookmark-jump): Adjust some variable names.
15229
15230 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15231
15232         * auth-source.el: New package.
15233         (auth-source-choices): Add customization entry point variable.
15234
15235         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15236         bug.
15237
15238 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15239
15240         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15241         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15242         (gnus-registry-install-shortcuts): Rename from
15243         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15244         the `gnus-registry-mark-map' keymap dynamically from
15245         `gnus-registry-marks'.  The generated functions update the summary line
15246         when a registry mark is added or deleted, and will call
15247         `gnus-registry-install-p' (see the comments in the code).
15248         (gnus-registry-user-format-function-M): Use concat intelligently.
15249
15250         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15251         the registry mark functions.
15252
15253 2008-03-05  Glenn Morris  <rgm@gnu.org>
15254
15255         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15256         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15257         gnus-art.
15258         (top-level): No need to load own source when compiling.
15259
15260 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15261
15262         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15263         Suggested by <chris.anderton@zetnet.co.uk>.
15264
15265 2008-03-04  Glenn Morris  <rgm@gnu.org>
15266
15267         * gnus-sum.el (top-level): No need to require gnus when compiling,
15268         since unconditionally required near start of file.
15269         (gnus-summary-display-while-building): Move definition before use.
15270
15271 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15272
15273         * gnus-registry.el (gnus-registry-user-format-function-M):
15274         Add formatting function.
15275
15276 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15277
15278         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15279         with plists.
15280         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15281         Use new format.
15282
15283 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15286         `where-is-internal' that returns a range of key sequences.
15287
15288 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15289
15290         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15291
15292         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15293         (gnus-summary-jump-to-group): Consider windows on other displayed
15294         frames as well.  Similar changes might be needed elsewhere, but that's
15295         the one I've bumped into during my use.
15296
15297         * nndoc.el (nndoc-oe-dbx-type-p):
15298         * gnus-msg.el (gnus-debug):
15299         * gnus-group.el (gnus-update-group-mark-positions):
15300         Use mm-string-to-multibyte.
15301
15302 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15303
15304         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15305         doesn't handle NotDashEscaped.
15306
15307         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15308         (mml-dnd-attach-options): Fix typo in custom choice.
15309
15310         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15311         Change nndoc-article-type to mbox.
15312         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15313
15314         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15315         to nil, instead of html2text.
15316
15317         * imap.el (imap-debug): Add `imap-ping-server'.
15318
15319         * gnus-bookmark.el: Add FIXMEs.
15320
15321         * message.el (message-form-letter-separator)
15322         (message-send-form-letter-delay): New variables.
15323         (message-send-form-letter): Use them.  New command to send form
15324         letters.  Requested by Uwe Siart.
15325         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15326
15327 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15328
15329         * Update copyright years.
15330
15331 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15332
15333         Sync from EMACS_22_BASE.
15334
15335         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15336
15337 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15338
15339         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15340         empty author.
15341
15342 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15343
15344         * gnus-registry.el (gnus-registry-marks): Add variable for
15345         customization of marks and their appearance.
15346         (gnus-registry-read-mark): Use it.
15347         (gnus-registry-do-marks): Add utility function to loop through
15348         `gnus-registry-marks'.
15349         (gnus-registry-install-shortcuts-and-menus): Add function to install
15350         shortcuts and menus.
15351         (gnus-registry-initialize): Use it.
15352         (gnus-registry-default-mark): Clarify documentation.
15353
15354 2008-02-29  Glenn Morris  <rgm@gnu.org>
15355
15356         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15357         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15358         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15359         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15360         Change defcustom :version from 23.0 to 23.1.
15361
15362 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15363
15364         * gnus-registry.el (gnus-registry-follow-group-p)
15365         (gnus-registry-post-process-groups): Add functions to aid registry
15366         splitting and improve logging.  Clarify behavior in function
15367         documentation.
15368         (gnus-registry-split-fancy-with-parent): Use them.
15369
15370 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15371
15372         * gnus-art.el: Use with-current-buffer.
15373
15374 2008-02-27  David Engster  <dengste@eml.cc>
15375
15376         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15377         Express real group name in the response.
15378
15379 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15382         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15383         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15384         autoload gnus-registry-fetch-group when compiling.
15385         (nnmairix-request-group-with-article-number-correction):
15386         Remove unreferenced argument passed to nnmairix-call-backend.
15387
15388 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15389
15390         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15391         (mm-uu-extract): Improve face for low color ttys.
15392         Reported by Sascha Wilde.
15393
15394 2008-02-27  Glenn Morris  <rgm@gnu.org>
15395
15396         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15397         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15398         variables to defconsts.  Convert comments to doc-strings.
15399         (nnmairix-last-server, nnmairix-current-server): Convert from free
15400         variables to defvars.  Convert comments to doc-strings.
15401         (gnus-registry-fetch-group): Autoload.
15402         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15403         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15404         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15405         caddr.
15406         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15407         nnmairix-request-group-with-article-number-correction call.
15408         (nnmairix-fast, nnmairix-group): New, less general names, for free
15409         variables passed from nnmairix-request-group to
15410         nnmairix-request-group-with-article-number-correction.  Declare.
15411         (nnmairix-request-group-with-article-number-correction):
15412         Use nnmairix-fast, nnmairix-group rather than fast, group.
15413
15414 2008-02-26  David Engster  <dengste@eml.cc>
15415
15416         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15417         version 0.5.
15418
15419 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15420
15421         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15422         instead of making an extra function call.  Don't add the current group
15423         to articles only when they have the group.  Use
15424         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15425         Reported by David <de_bb@arcor.de>.
15426
15427 2008-02-24  Miles Bader  <miles@gnu.org>
15428
15429         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15430         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15431         (mm-find-mime-charset-region):
15432         * mm-bodies.el (mm-encode-body):
15433         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15434
15435 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15438         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15439
15440 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15441
15442         * mail-source.el (mail-source-delete-incoming): Change default.
15443         Supplement doc string.
15444
15445         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15446
15447 2008-02-14  Glenn Morris  <rgm@gnu.org>
15448
15449         * time-date.el (format-seconds): New function.
15450
15451 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15452
15453         * nnmail.el (nnmail-message-id-cache-file): Derive from
15454         `gnus-home-directory'.
15455
15456 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15457
15458         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15459         Document negative prefix.
15460
15461         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15462
15463 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15464
15465         * message.el (message-unsent-separator): Add the Exim bounce
15466         separator.
15467
15468 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15469
15470         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15471         list.
15472         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15473         recipient/signer list.
15474
15475 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * Makefile.in (datarootdir): Define.
15478         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15479         name that might contain whitespace.
15480
15481 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15482
15483         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15484         fbound (Emacs 23 unicode), signal an error.
15485
15486 2008-02-08  Glenn Morris  <rgm@gnu.org>
15487
15488         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15489
15490 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15491
15492         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15493         ports to the calls to `netrc-machine-user-or-password' in addition to
15494         "imap" and "imaps".
15495
15496 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15497
15498         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15499
15500         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15501
15502 2008-02-01  Kenichi Handa  <handa@m17n.org>
15503
15504         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15505         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15506         (rfc2104-hash): Convert the result of concat to unibyte string.
15507
15508 2008-02-01  Dave Love  <fx@gnu.org>
15509
15510         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15511         coding-system-for-read.
15512         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15513
15514 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15515
15516         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15517         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15518         <hanche@math.ntnu.no>.
15519
15520 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15523
15524         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15525
15526 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15527
15528         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15529         * message.el (message-beginning-of-line): Use featurep instead of bound
15530         tests in order to resolve conditionals at compile time.
15531
15532 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15533
15534         * mail-source.el (mail-sources): Add `group' choice.
15535
15536         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15537         parameter `in-group' to control into which group the articles go.
15538         Add treatment of `group' mail-source.
15539
15540 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15543
15544         * mm-decode.el (mm-dissect-buffer): Decode description.
15545
15546         * mml.el (mml-to-mime): Encode message header first.
15547
15548 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15551         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15552
15553         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15554         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15555
15556 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15557
15558         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15559
15560 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15561
15562         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15563         prefix keys.
15564         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15565         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15566         gnus-xmas.el.
15567
15568         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15569         (gnus-xmas-article-describe-bindings): New function.
15570         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15571         gnus-xmas-article-describe-bindings.
15572
15573         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15574
15575 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15576
15577         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15578         Add new variables for article mark management.
15579         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15580         list of extra data entries which, when present, will indicate that the
15581         article ID should not be trimmed from the registry.
15582         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15583         functions.
15584         (gnus-registry-read-mark): New function to read a mark name from the
15585         user.
15586         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15587         (gnus-registry-set-article-mark-internal): New functions to add and
15588         remove marks.
15589         (gnus-registry-get-article-marks): New function to show the marks for
15590         an article, or retrieve them for further use.
15591
15592 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15595         keys when no argument is given.
15596
15597 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15598
15599         * imap.el (imap-ping-server): New variable.
15600         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15601         (imap-ping-server): Minor doc string fixes.
15602
15603 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15604
15605         * imap.el (imap-ping-server): New function.
15606         (imap-opened): Call imap-ping-server.
15607
15608 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15609
15610         * gnus-sum.el (gnus-article-sort-by-random)
15611         (gnus-thread-sort-by-random): Fix doc strings.
15612         Reported by jidanni@jidanni.org.
15613
15614 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * gnus-art.el (gnus-article-describe-bindings): New function.
15617         (gnus-article-read-summary-keys): Use it.
15618         (gnus-article-mode-map): Bind `C-h b' to it.
15619
15620 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15623         XEmacs.
15624         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15625         Protect against non-character events.
15626
15627         * lpath.el: Fbind map-keymap for Emacs 21.
15628
15629 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15632         New command.
15633         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15634         instead of END.  Change name of the temp file.
15635         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15636         customizable.
15637
15638 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15641         bind `S W' to gnus-article-wide-reply-with-original; set default
15642         binding to gnus-article-read-summary-send-keys.
15643         (gnus-article-read-summary-keys): Fix the order of keys; display
15644         continuation keys correctly in the echo area; describe bindings
15645         correctly when keys end with `C-h'.
15646         (gnus-article-read-summary-send-keys): New function.
15647         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15648         Work for gnus-article-read-summary-send-keys; display continuation keys
15649         correctly in the echo area.
15650         (gnus-article-reply-with-original): Ignore prefix argument.
15651         (gnus-article-wide-reply-with-original): New function.
15652
15653         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15654         Emacs 21.
15655
15656 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15659         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15660
15661 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15662
15663         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15664         (gnus-group-read-ephemeral-gmane-group): New command.
15665
15666 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15667
15668         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15669
15670 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15671
15672         * message.el (message-send-mail-function): Increase custom version.
15673
15674         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15675         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15676
15677 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15678
15679         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15680         for the cases where imap-authenticate is called with a nil buffer
15681         parameter.
15682
15683 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15686         html parts correctly; support forwarded messages.
15687         (gnus-article-browse-html-article): Remove work buffers.
15688
15689         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15690         compiling.
15691         (netrc-bound-and-true-p): New macro.
15692         (netrc-parse): Use it instead of bound-and-true-p that is not available
15693         in XEmacs 21.4.
15694
15695 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15696
15697         * gnus-registry.el (gnus-registry-mark-article)
15698         (gnus-registry-article-marks): Add functionality to mark articles
15699         through the Gnus registry.
15700
15701         * encrypt.el: Clarify documentation for the new pgg method.
15702         (encrypt-file-alist): Add PGG option.
15703         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15704         functionality.  Abstract password key and messaging to external
15705         functions.
15706         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15707         (encrypt-message-method-and-cipher): Add new convenience external
15708         functions.
15709         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15710         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15711
15712         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15713         (netrc-parse): Use encrypt-file-alist to determine if
15714         encrypt-find-model or encrypt-insert-file-contents should be used.
15715
15716         * encrypt.el: Clarify documentation.  Load password-cache or
15717         password, whichever one is found first, instead of autoloading.
15718
15719 2007-12-19  Glenn Morris  <rgm@gnu.org>
15720
15721         * mml.el (message-options-set, message-narrow-to-head)
15722         (message-in-body-p, message-mail-p, message-encode-message-body):
15723         Autoload.
15724         (message-remove-header, message-narrow-to-headers-or-head)
15725         (message-subscribed-p, message-make-mail-followup-to)
15726         (message-position-on-field, message-news-p)
15727         (message-options-set-recipient, message-generate-headers)
15728         (message-sort-headers): Declare as functions.
15729
15730 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15731
15732         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15733         convention in doc string.
15734
15735 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15738         title to html parts.
15739         (gnus-article-browse-html-article): Pass message header to it.
15740
15741         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15742
15743 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15744
15745         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15746         or password compatible with XEmacs.
15747
15748 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15751         format document.
15752         (gnus-mime-delete-part): Don't write description line if empty.
15753         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15754
15755 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15756
15757         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15758         (gnus-summary-mark-read-and-unread-as-read)
15759         (gnus-summary-mark-current-read-and-unread-as-read)
15760         (gnus-summary-mark-unread-as-ticked): Doc fix.
15761         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15762
15763 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15764
15765         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15766         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15767
15768 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15769
15770         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15771         yes-or-no-p.
15772
15773 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * mm-decode.el (mm-add-meta-html-tag): New function.
15776         (mm-save-part-to-file, mm-pipe-part): Use it.
15777
15778         * gnus-art.el (gnus-article-browse-delete-temp-files):
15779         Use gnus-y-or-n-p instead of y-or-n-p.
15780         (gnus-article-browse-html-parts): Work with message/external-body; use
15781         mm-add-meta-html-tag.
15782
15783 2007-12-11  Glenn Morris  <rgm@gnu.org>
15784
15785         * gnus-cache.el: Require gnus-sum not just when compiling.
15786
15787         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15788
15789         * gnus-int.el (gnus-server-opened, gnus-status-message):
15790         Move definitions before use.
15791
15792         * mm-decode.el: Require gnus-util.
15793         (mm-remove-part): Only call delete-annotation on XEmacs.
15794
15795         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15796
15797         * nnmail.el: Require gnus-int.
15798
15799         * spam.el: Move `require's before `eval-when-compile's.
15800
15801         * gnus-ems.el (gnus-alive-p):
15802         * gnus-fun.el (message-goto-eoh):
15803         * gnus-util.el (gnus-group-name-decode):
15804         * mail-source.el (gnus-compress-sequence):
15805         * message.el (Info-goto-node, format-spec):
15806         * mm-bodies.el (message-options-get):
15807         * mm-decode.el (mm-view-pkcs7):
15808         * mm-util.el (gmm-write-region):
15809         * mml-smime.el (mml-compute-boundary)
15810         (gnus-completing-read-with-default):
15811         * mml.el (widget-button-press, gnus-make-hashtable):
15812         * mml1991.el (mm-decode-content-transfer-encoding)
15813         (mm-encode-content-transfer-encoding)
15814         (message-options-get, message-options-set):
15815         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15816         * nnfolder.el (gnus-request-group):
15817         * nnheader.el (ietf-drums-unfold-fws):
15818         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15819         * smime.el (gnus-run-mode-hooks):
15820         * spam-stat.el (gnus-message): Autoload.
15821
15822         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15823         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15824         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15825         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15826         Add declare-function compatibility definition.
15827
15828         * gnus-cache.el (nnvirtual-find-group-art):
15829         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15830         (gnus-add-image, gnus-add-wash-type):
15831         * gnus-group.el (nnkiboze-score-file):
15832         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15833         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15834         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15835         (message-tokenize-header, gnus-get-buffer-create)
15836         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15837         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15838         * gnus.el (gnus-group-decoded-name):
15839         * mail-source.el (imap-capability):
15840         * mm-bodies.el (message-options-set):
15841         * mm-decode.el (gnus-configure-windows):
15842         * mm-extern.el (message-goto-body):
15843         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15844         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15845         (epg-sub-key-validity, message-options-set):
15846         * mml.el (widget-event-point, gnus-configure-windows):
15847         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15848         * mml2015.el (epg-check-configuration, epg-configuration)
15849         (message-options-set):
15850         * nndb.el (nndb-request-article):
15851         * nnfolder.el (gnus-request-create-group):
15852         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15853         * nnmaildir.el (gnus-group-mark-article-read):
15854         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15855         * rfc1843.el (message-fetch-field):
15856         * spam.el (gnus-extract-address-components):
15857         Declare as functions.
15858
15859 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15862
15863         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15864
15865         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15866         bind show-trailing-whitespace for XEmacs.
15867
15868 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15869
15870         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15871         new no-op macro for backward compatibility.
15872
15873         * imap.el (imap-string-to-integer): New function.
15874
15875 2007-12-09  Glenn Morris  <rgm@gnu.org>
15876
15877         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15878
15879         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15880         * message.el, mm-view.el, sieve-manage.el, smime.el:
15881         Add declare-function compatibility definition.
15882
15883         * gnus-art.el (w3-region, w3m-region, Info-menu):
15884         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15885         * gnus-sum.el (gnus-get-predicate):
15886         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15887         * message.el (mail-abbrev-in-expansion-header-p):
15888         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15889         (w3m-detect-meta-charset, w3m-region):
15890         * sieve-manage.el (password-read, password-cache-add)
15891         (password-cache-remove):
15892         * smime.el (password-read-and-add): Declare as functions.
15893
15894 2007-12-08  David Kastrup  <dak@gnu.org>
15895
15896         * gnus-sum.el (gnus-summary-simplify-subject-query):
15897         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15898         `message'.
15899
15900 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15903         it to bind idna-program, installation-directory, defined-colors, and
15904         face-attribute for XEmacs of the version that compiles defcustom forms.
15905
15906 2007-12-07  Glenn Morris  <rgm@gnu.org>
15907
15908         * gnus-art.el (article-make-date-line): Revert previous change.
15909
15910 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15913
15914 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15915
15916         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15917         Call gnus-add-to-range ranges only once with a prepared article-list.
15918
15919 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15920
15921         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15922         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15923         group names with backslashes.
15924         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15925
15926 2007-12-06  Deepak Goel  <deego3@gmail.com>
15927
15928         * gnus-art.el (article-make-date-line):
15929         * gnus-start.el (gnus-load):
15930         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15931
15932 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * gnus-art.el (gnus-use-idna):
15935         * gnus-start.el (gnus-site-init-file):
15936         * message.el (message-use-idna):
15937         * mm-uu.el (mm-uu-hide-markers):
15938         * smiley.el (smiley-style): Revert changes that suppress warnings.
15939
15940 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15943         specify charset to html source.
15944         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15945
15946 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15949         idna-program in order to suppress byte compile warning issued by XEmacs
15950         that came to byte compile the default value section of defcustom forms
15951         recently.
15952
15953         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15954         value of installation-directory.
15955
15956         * message.el (message-use-idna): Don't directly refer to the value of
15957         idna-program.
15958
15959         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15960
15961         * smiley.el (smiley-style): Don't directly call face-attribute.
15962
15963 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15964
15965         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15966
15967         * gnus-dired.el: Reduce Gnus dependencies.
15968         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15969         Don't require.  Use autoloads instead.
15970         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15971         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15972         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15973         (gnus-dired-mode): Adjust doc string.
15974         (gnus-dired-mail-mode): New variable.
15975         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15976         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15977         (gnus-dired-mail-buffers): New function.  Return mail or message
15978         composition buffers.
15979         (gnus-dired-attach): Use it.
15980         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15981         NO-DECODE.
15982         (gnus-dired-print): Use `gnus-print-buffer' depending on
15983         `gnus-dired-mail-mode'.
15984
15985 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * rfc2047.el (rfc2047-encoded-word-regexp)
15988         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15989         explaining what regexp patterns are for.
15990
15991 2007-12-04  Glenn Morris  <rgm@gnu.org>
15992
15993         * password.el: Move to password-cache.el.
15994
15995         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15996         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15997         * mml-smime.el (password-read, password-cache-add)
15998         (password-cache-remove):
15999         No need to autoload, since mml-sec requires password.
16000
16001         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16002         * message.el (gnus-extract-address-components):
16003         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16004
16005         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16006         password.
16007
16008 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16009
16010         * mailcap.el: Reduce dependencies.
16011         (mail-header-parse-content-type): Autoload.
16012         (mailcap-delete-duplicates): New alias.
16013         (mailcap-mime-info): Add optional argument NO-DECODE.
16014         (mailcap-mime-types): Use mailcap-delete-duplicates.
16015
16016         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16017
16018 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16019
16020         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16021         (imap-parse-status): Upcase status-att for servers that sends them
16022         lower-case (e.g., MS Exchange 2007).
16023
16024 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16025
16026         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16027         function.
16028
16029         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16030         (gnus-uu-yenc-article): New function.
16031
16032         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16033
16034         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16035
16036 2007-12-02  Glenn Morris  <rgm@gnu.org>
16037
16038         * binhex.el (binhex): New custom group.
16039         (binhex-decoder-program, binhex-decoder-switches)
16040         (binhex-use-external): Move to the binhex custom group.
16041
16042         * uudecode.el (uudecode): New custom group.
16043         (uudecode-decoder-program, uudecode-decoder-switches)
16044         (uudecode-use-external): Move to the uudecode custom group.
16045
16046         * netrc.el (top-level): Don't load `encrypt' features.
16047         (netrc-parse): Don't use encrypt.
16048         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16049
16050         * encrypt.el: Remove file.
16051
16052 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16053
16054         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16055         matches on patches.
16056
16057         * gnus-art.el (gnus-article-browse-html-article):
16058         Mention `mm-text-html-renderer' in the doc string.
16059
16060         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16061         string.  Add comments.
16062
16063         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16064         if rhs is ASCII.
16065
16066 2007-12-01  Glenn Morris  <rgm@gnu.org>
16067
16068         * mail-source.el (top-level): Require format-spec before
16069         eval-when-compile.
16070
16071 2007-11-30  Glenn Morris  <rgm@gnu.org>
16072
16073         * encrypt.el: Require password, rather than autoloading password-read.
16074
16075 2007-11-29  Glenn Morris  <rgm@gnu.org>
16076
16077         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16078         (sasl-make-client, sasl-next-step, sasl-step-data)
16079         (sasl-step-set-data): Declare as functions.
16080
16081 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16082
16083         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16084
16085 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16086
16087         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16088         certs should be verified and what is to be done in the event of a
16089         verification failure.
16090
16091         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16092         caller can indicate whether the cache should be disregarded for this
16093         call.  This way the result of the call is reproducible at all times and
16094         can be considered a canonical server name for the supplied method.
16095         (gnus-agent-method-p): Canonicalize server names by pushing their
16096         method through `gnus-method-to-server' using the no-cache argument.
16097
16098         * gnus-srvr.el (gnus-server-insert-server-line):
16099         Call `gnus-method-to-server' with `no-cache' argument.
16100
16101         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16102         gnus-agent-possibly-synchronize-flags as this should be called when the
16103         server is actually being opened.
16104         (gnus-agent-possibly-synchronize-flags)
16105         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16106         flags file of an agentized server to the latter function.
16107
16108         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16109         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16110         after a connection has been established successfully.
16111
16112 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus-art.el (article-display-face): Force to display face if called
16115         interactively; check if gnus-article-x-face-too-ugly matches author.
16116         (article-display-x-face): Display face even if From header is missing
16117         as article-display-face does.
16118
16119 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16120
16121         * hashcash.el (message-narrow-to-headers-or-head)
16122         (message-fetch-field, message-goto-eoh)
16123         (message-narrow-to-headers): Declare as functions.
16124
16125 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16126
16127         * mail-source.el (mail-sources): Default to fetch from file for
16128         compatibility with default of nnmail-spool-file.
16129
16130 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16133         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16134         to look for encoded word that should be encoded again.
16135         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16136         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16137         encoding pattern.
16138         (rfc2047-decode-region): Switch strict regexp and loose one according
16139         to rfc2047-allow-irregular-q-encoded-words.
16140
16141 2007-11-25  Romain Francoise  <romain@orebokech.com>
16142
16143         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16144
16145 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16146
16147         * tls.el (tls-program): Provide more custom choices from
16148         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16149         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16150
16151 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16152
16153         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16154         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16155
16156         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16157         `nnmail-spool-file'.
16158
16159         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16160         `nnmail-spool-file'.
16161
16162         * gnus-move.el (gnus-change-server): Ditto.
16163
16164         * gnus-kill.el (gnus-batch-score): Ditto.
16165
16166         * gnus-cache.el (gnus-jog-cache): Ditto.
16167
16168         * gnus-msg.el (gnus-summary-reply):
16169         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16170
16171 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16172
16173         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16174         version.  Minor improvement to doc strings.
16175         (tls-program): Add comment.
16176
16177 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16178
16179         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16180         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16181         mismatch between the hostname provided in the certificate and the name
16182         of the host connnecting to.
16183         (open-tls-stream): Use them.  Check certificates against trusted root
16184         certificates.
16185
16186 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16187
16188         * gnus-cache.el (gnus-cache-generate-nov-databases):
16189         Use nnml-generate-nov-databases-directory instead of
16190         nnml-generate-nov-databases-1.
16191
16192 2007-11-24  Glenn Morris  <rgm@gnu.org>
16193
16194         * message.el (message-tool-bar-retro): Update for rename
16195         mail_send.xpm->mail-send.xpm.
16196
16197 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16200         `smime-ldap-search' for Emacs 22 and up.
16201
16202 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16203
16204         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16205
16206         * message.el (message-send-mail-function): Fix error convention.
16207         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16208         (message-widen-reply, message-send-mail, message-talkative-question)
16209         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16210         (message-clone-locals, message-send-news): Use with-current-buffer.
16211         (message-insert-or-toggle-importance): Remove unused var `valid'.
16212         (message-make-references): Remove unused var `new-references'.
16213         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16214
16215 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16216
16217         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16218         (spam-split-symbolic-return-positive): Reflow docstring.
16219         (spam-backends, spam-summary-exit-behavior)
16220         (spam-mark-ham-unread-before-move-from-spam-group)
16221         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16222         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16223         (spam-clear-cache, spam-backend-check, spam-install-backend)
16224         (spam-install-statistical-backend, spam-list-of-processors)
16225         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16226         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16227         (spam-check-crm114, spam-initialize, spam-unload-hook):
16228         Fix typos in docstrings.
16229
16230 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16233         been checked if they have never been read and those group levels are
16234         higher than the one that a user specified.
16235
16236 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16239         foreign groups unless a group level is specified by a user.
16240         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16241
16242 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16243
16244         * message.el (message-send-mail-function): Require sendmail.
16245
16246 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16247
16248         * message.el (message-send-mail-function): Check for smtpmail too.
16249
16250         * utf7.el (utf7-encode, utf7-decode): Use coding system
16251         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16252
16253         * message.el (message-send-mail-function): New function.
16254         (message-send-mail-function): Set default using
16255         message-send-mail-function.  Adjust doc string.
16256         (message-send-mail-with-mailclient): New function.
16257
16258 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16259
16260         * smime.el (from):
16261         * rfc2047.el (message-posting-charset):
16262         * qp.el (mm-use-ultra-safe-encoding):
16263         * pop3.el (parse-time-months):
16264         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16265         * nnml.el (files):
16266         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16267         (jka-compr-compression-info-list, ange-ftp-path-format)
16268         (efs-path-regexp):
16269         * nndiary.el (files):
16270         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16271         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16272         (epg-digest-algorithm-alist, inhibit-redisplay)
16273         (password-cache-expiry):
16274         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16275         (pgg-output-buffer, password-cache-expiry):
16276         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16277         (efs-path-regexp):
16278         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16279         (inhibit-redisplay):
16280         * mm-uu.el (file-name, start-point, end-point, entry)
16281         (gnus-newsgroup-name, gnus-newsgroup-charset):
16282         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16283         (latin-unity-ucs-list):
16284         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16285         (mm-uu-binhex-decode-function):
16286         * message.el (gnus-message-group-art, gnus-list-identifiers)
16287         (rmail-enable-mime-composing, gnus-local-organization)
16288         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16289         (gnus-read-active-file, facemenu-add-face-function)
16290         (facemenu-remove-face-function, gnus-article-decoded-p)
16291         (tool-bar-mode):
16292         * mail-source.el (display-time-mail-function):
16293         * gnus-util.el (nnmail-pathname-coding-system)
16294         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16295         (gnus-original-article-buffer, gnus-user-agent)
16296         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16297         (xemacs-codename, sxemacs-codename, emacs-program-version):
16298         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16299         * gnus-start.el (gnus-agent-covered-methods)
16300         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16301         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16302         (gnus-newsgroup-headers, gnus-group-list-mode)
16303         (gnus-group-mark-positions, gnus-newsgroup-data)
16304         (gnus-newsgroup-unreads, nnoo-state-alist)
16305         (gnus-current-select-method, mail-sources)
16306         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16307         (nnmail-spool-file, gnus-cache-active-hashtb):
16308         * gnus-mh.el (mh-lib-progs):
16309         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16310         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16311         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16312         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16313         (gnus-group-buffer):
16314         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16315         (font-lock-set-defaults):
16316         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16317         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16318         (gnus-summary-post-menu, total-parts, type, condition, length):
16319         * gnus-agent.el (gnus-agent-read-agentview):
16320         * flow-fill.el (show-trailing-whitespace):
16321         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16322         eval-and-compile wrappers for byte compiler pacifiers.
16323
16324         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16325         (mm-display-inline-fontify): Check for featurep 'xemacs not
16326         extent-list.
16327
16328         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16329         itimer-list.
16330         (mm-create-image-xemacs): Only do something for XEmacs.
16331         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16332
16333         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16334
16335         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16336         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16337
16338 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16339
16340         * nnimap.el (nnimap-split-download-body):
16341         * gnus-demon.el (gnus-demon):
16342         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16343
16344 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16347         New macros.
16348         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16349         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16350         copy data from unibyte buffer to multibyte current buffer.
16351         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16352         to copy data from unibyte current buffer to multibyte buffer.
16353         (nntp-make-process-buffer): Make process buffer unibyte.
16354
16355         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16356
16357 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16358
16359         * pop3.el (pop3-open-server): Accept and process data more robustly at
16360         connection start to avoid spurious "POP SSL connection failed" errors.
16361
16362 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16365         read group names.
16366
16367 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16368
16369         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16370
16371 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16374         (nnmail-save-active): Use a unibyte buffer when saving active file,
16375         which may contain non-ASCII group names.
16376
16377         * nnml.el (nnml-request-group): Decode group names in messages.
16378
16379 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16380
16381         * message.el (message-citation-line-function)
16382         (message-insert-formatted-citation-line): Fix spelling of
16383         `message-insert-formated-citation-line'.
16384
16385 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16386
16387         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16388
16389 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16392         nnmail-pathname-coding-system.
16393
16394         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16395         that a user enters; decode group names in messages.
16396
16397         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16398
16399 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16402
16403         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16404
16405         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16406         risky local variable.
16407
16408         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16409
16410 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16411
16412         * encrypt.el: Improve documentation to fix function name typo.
16413         Reported by Daiki Ueno <ueno@unixuser.org>.
16414
16415 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16418         even if the point is not in the last page of an article.
16419         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16420         back to the previous page.
16421
16422 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16423
16424         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16425
16426 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16429
16430 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16431
16432         * message.el (message-check-news-body-syntax):
16433         Avoid mm-string-as-multibyte.
16434         (message-hide-headers): Don't assume (point-min)==1.
16435
16436 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16437
16438         * message.el (message-remove-blank-cited-lines): Fix if remove is
16439         given.
16440         (message-bogus-address-regexp): New variable.
16441         (message-bogus-recipient-p): New function.
16442         (message-check-recipients): New command.
16443         (message-syntax-checks): Add `bogus-recipient'.
16444         (message-fix-before-sending): Add `bogus-recipient'.
16445
16446         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16447         (gnus-treat-body-boundary): Don't test window-system.
16448
16449 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16450
16451         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16452
16453 2007-10-28  Miles Bader  <miles@gnu.org>
16454
16455         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16456         at compile-time too.
16457
16458 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16459
16460         * gnus-msg.el (gnus-message-setup-hook):
16461         Add `message-remove-blank-cited-lines' to options.
16462
16463 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16464
16465         * message.el (message-remove-blank-cited-lines): New function.
16466         Suggested by Karl Plästerer.
16467
16468 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16471         mapc.
16472
16473         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16474         (top-level): Use mapc to set functions to be traced for debugging.
16475
16476         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16477         called for effect with while loop.
16478
16479         * message.el (message-talkative-question): Replace mapcar called for
16480         effect with mapc.
16481
16482         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16483         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16484         called for effect with dolist.
16485
16486         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16487
16488         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16489         gnus-extra-headers and nnmail-extra-headers.
16490
16491         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16492         called for effect with dolist.
16493         (top-level): Use mapc to set functions to be traced for debugging.
16494
16495         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16496         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16497         dolist.
16498
16499         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16500         Replace mapcar called for effect with mapc.
16501         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16502         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16503         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16504         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16505
16506         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16507         remove-if that's a cl function.
16508
16509         * webmail.el (webmail-debug): Replace mapcar called for effect with
16510         dolist.
16511
16512         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16513         with mapc.
16514
16515 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16518         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16519         with while loop.
16520
16521         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16522         functions from article-* functions.
16523         (gnus-multi-decode-header): Replace mapcar called for effect with
16524         dolist.
16525
16526         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16527         (gnus-bookmark-show-details): Replace mapcar called for effect with
16528         while loop.
16529
16530         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16531         called for effect with while loop.
16532
16533         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16534         with dolist.
16535
16536         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16537         Replace mapcar called for effect with dolist.
16538
16539         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16540
16541         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16542         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16543         Replace mapcar called for effect with dolist.
16544         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16545         mapc.
16546
16547         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16548         Replace mapcar called for effect with dolist.
16549         (gnus-topic-list): Replace mapcar called for effect with mapc.
16550
16551         * gnus.el: Use mapc instead of mapcar to add autoloads.
16552
16553 2007-10-23  Richard Stallman  <rms@gnu.org>
16554
16555         * gnus-group.el (gnus-group-highlight): Mark as risky.
16556
16557 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * gnus.el (gnus-server-to-method): Return method found first in
16560         gnus-newsrc-alist.
16561
16562         * gnus-art.el (gnus-article-highlight-signature)
16563         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16564         button overlay without the front stickiness.
16565
16566 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16567
16568         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16569         overview buffer needed a catch to receive its throw.
16570         (gnus-agent-flush-cache): Declare as interactive to make this function
16571         easier to use.
16572
16573 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16574
16575         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16576         `next-line'.
16577
16578 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16581         exclude address matching message-dont-reply-to-names.
16582
16583 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * gnus-util.el (gnus-string<): New function.
16586
16587         * gnus-sum.el (gnus-article-sort-by-author)
16588         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16589
16590 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16593         the frame-focus tag is set in gnus-buffer-configuration.
16594
16595 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16598         the front stickiness.
16599
16600 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16603         url pattern; remove duplicate one.
16604         (gnus-article-extend-url-button): New function.
16605         (gnus-article-add-buttons): Use it.
16606         (gnus-button-push): Use concatenated url that it makes.
16607
16608 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16609
16610         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16611
16612 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16613
16614         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16615         Don't hardcode point-min==1.
16616
16617 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16618
16619         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16620         Fix comment about "iso8859-1".
16621
16622 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16623
16624         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16625         ones returned from the verify-function.
16626
16627         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16628         Call mml2015-extract-cleartext-signature if extraction failed.
16629
16630 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16631
16632         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16633         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16634         failed.
16635
16636 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16637
16638         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16639
16640 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16643         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16644         recommends to use EasyPG instead of PGG.
16645
16646         * pgg.el: Revert to revision 6.23.2.16.
16647
16648         * pgg-def.el: Revert to revision 6.6.2.14.
16649
16650         * pgg-gpg.el: Revert to revision 6.23.2.34.
16651
16652 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16653
16654         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16655         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16656         thread for both the null and zero (kill/expire thread) universal prefix
16657         cases.
16658         (gnus-summary-expire-thread): Add new function to expire a thread,
16659         using gnus-summary-kill-thread.
16660         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16661         shortcuts for gnus-summary-expire-thread.
16662         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16663         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16664
16665 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16666
16667         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16668         extras value, so an extras entry can be deleted.
16669         (gnus-registry-delete-extra-entry): Use it.
16670         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16671         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16672         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16673         storage through the gnus-registry, and provide an appropriate API for
16674         it.
16675
16676 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16679         Suggested by Leo <sdl.web@gmail.com>.
16680
16681         * gnus.el: Do.
16682
16683 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16686         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16687
16688         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16689
16690         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16691         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16692
16693 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16696         newline.
16697         (nnmbox-request-accept-article): Don't change article in source buffer;
16698         narrow to header to use message-fetch-field rather than
16699         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16700         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16701         as delimiters; make sure article ends with newline.
16702         (nnmbox-delete-mail): Correct last position of article to be deleted;
16703         ignore X-Gnus-Newsgroup header in article body.
16704         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16705         positions; make sure article ends with newline.
16706
16707         * message.el (message-display-abbrev): Don't infloop when a user
16708         inserts SPC in the beginning of header.
16709
16710         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16711         coding-system-for-read and coding-system-for-write for XEmacs having no
16712         file-coding feature.
16713
16714         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16715
16716 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16717
16718         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16719         list of groups not followed by default.  Fix type to be regexp.
16720         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16721
16722 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16723
16724         * hmac-def.el (define-hmac-function): Switch from old-style to
16725         new-style backquotes.
16726
16727         * md4.el (md4-make-step): Likewise.
16728
16729 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16732         raw-text coding system when saving .newsrc file, which may contain
16733         non-ASCII group names.
16734
16735 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * gnus-cus.el (gnus-score-extra): New widget.
16738         (gnus-score-extra-convert): New function.
16739         (gnus-score-customize): Use it for Extra.
16740
16741 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16742
16743         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16744         (mml2015-mailcrypt-clear-verify): Use it.
16745         (mml2015-gpg-clear-verify): Use it.
16746         (mml2015-pgg-clear-verify): Use it.
16747         (mml2015-epg-clear-verify): Replace the current part with the output
16748         from GnuPG; don't extract the plaintext by itself.
16749
16750         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16751         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16752         mml2015-clear-verify-function; don't touch the armor headers or
16753         dash-escaped text here.
16754
16755 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16758         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16759         parts, or application/octet-stream as a last resort.
16760         (gnus-mime-view-part-as-type): Don't toggle display.
16761         (gnus-mime-view-part-as-charset): Don't turn off display before
16762         querying charset.
16763
16764         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16765         stuff to undisplayer function in Emacs.
16766         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16767
16768         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16769         text/calendar parts.
16770
16771 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16774         decoding text/calendar parts.
16775
16776         * message.el (message-forward-make-body-mime): Always mark body as
16777         having no illegible text; remove signed-or-encrypted argument.
16778         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16779
16780         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16781         (mml-generate-mime-1): Don't encode body if it is specified to be in
16782         raw form; don't make buffer be unibyte when inserting multibyte string.
16783
16784 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16785
16786         * sha1.el: Fix up comment style.
16787         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16788         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16789
16790         * hex-util.el: Fix up comment style.
16791         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16792
16793         * gnus-salt.el: Use with-current-buffer.
16794         (gnus-pick-setup-message): Fix long-standing typo.
16795
16796 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * imap.el (imap-logout-timeout): New variable.
16799         (imap-logout, imap-logout-wait): New functions.
16800         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16801
16802         * nnimap.el (nnimap-logout-timeout): New server variable.
16803         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16804         nnimap-logout-timeout.
16805
16806         * gnus-art.el (gnus-article-summary-command-nosave)
16807         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16808
16809 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * gnus.el (gnus-maximum-newsgroup): New variable.
16812
16813         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16814         according to gnus-maximum-newsgroup.
16815
16816         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16817         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16818         Limit the range of articles according to gnus-maximum-newsgroup.
16819
16820 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16821
16822         * gnus-art.el (gnus-sticky-article): Fix problems described in
16823         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16824         Don't perform gnus-configure-windows here; reuse existing sticky
16825         article buffer.
16826
16827         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16828         it doesn't exist in gnus-article-mode.
16829
16830 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16833         (gnus-agent-decoded-group-name): New function.
16834         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16835         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16836
16837 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16838
16839         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16840         Add binding for gnus-sticky-article.
16841         (gnus-summary-exit): Don't kill sticky article buffers.
16842
16843         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16844         article buffer.
16845         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16846         (gnus-kill-sticky-article-buffers): New commands.
16847
16848 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * nntp.el (nntp-xref-number-is-evil): New server variable.
16851         (nntp-find-group-and-number): If it is non-nil, don't trust article
16852         numbers in the Xref header.
16853
16854 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-agent.el (gnus-agent-read-group): New function.
16857         (gnus-agent-flush-group, gnus-agent-expire-group)
16858         (gnus-agent-regenerate-group): Use it.
16859         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16860         nnmail-pathname-coding-system.
16861
16862 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16865
16866         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16867         that are unread as unread, and also as selected so that information of
16868         marks having been changed by a user may be updated when exiting group.
16869
16870 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16873
16874 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16877         calculated ignoring signature parts to gnus-treat-article.
16878
16879 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16882         a point here in order to keep the window start.
16883         (gnus-insert-mime-security-button): Make a button overlay without the
16884         front stickiness.
16885         (gnus-mime-display-security): Goto the end of a button.
16886
16887         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16888
16889 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16892         group-name-at-point.
16893         (gnus-group-completing-read): New function that offers decoded
16894         non-ASCII group names for completion.
16895         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16896         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16897         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16898         (gnus-group-fetch-control): Use it.
16899         (gnus-fetch-group): Use group-name-at-point for the initial value
16900         rather than the default value; use gnus-alive-p.
16901
16902         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16903         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16904         (gnus-summary-post-news): Use gnus-group-completing-read.
16905
16906         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16907         (gnus-read-move-group-name): Decode group name for completion.
16908
16909 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16910
16911         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16912         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16913         Yamaoka slightly modified the code).
16914
16915 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16918         (nnmail-split-incoming): Bind it.
16919
16920         * nnml.el (nnml-group-name-charset): New function.
16921         (nnml-decoded-group-name): Use it; don't decode group name if
16922         nnmail-group-names-not-encoded-p is non-nil.
16923         (nnml-encoded-group-name): New function.
16924         (nnml-group-pathname): Inline nnml-decoded-group-name.
16925         (nnml-request-expire-articles): Decode group name in message.
16926         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16927         nnmail-pathname-coding-system.
16928         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16929         not decoded ones according to nnmail-group-names-not-encoded-p.
16930         (nnml-generate-active-info): Use nnml-encoded-group-name.
16931
16932 2007-08-08  Glenn Morris  <rgm@gnu.org>
16933
16934         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16935         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16936         doc-strings and comments.
16937
16938 2007-07-25  Glenn Morris  <rgm@gnu.org>
16939
16940         * Relicense all FSF files to GPLv3 or later.
16941
16942 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * gnus-sum.el (gnus-summary-move-article):
16945         Make gnus-summary-respool-article work.
16946
16947 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16948
16949         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16950         string.
16951
16952 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16953
16954         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16955         that should be ignored when comparing distant RSS articles with local
16956         ones.
16957         (nnrss-make-hash-index): New function.  Create a hash index according
16958         to the ignored fields.
16959         (nnrss-check-group): Use it.
16960
16961 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16964
16965         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16966
16967         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16968         the new optional argument ENCODED is non-nil.
16969         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16970         coding system for encoding group name.
16971         (gnus-group-make-rss-group): Pass un-encoded group name to
16972         gnus-group-make-group.
16973         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16974         encoded.
16975
16976         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16977         Encode group name to which articles are moved or copied.
16978         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16979         coding system for encoding Newsgroup, Followup-To and Xref headers.
16980
16981         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16982         marks; use nnheader-file-coding-system to write a file.
16983         (nnagent-retrieve-headers): Bind file-name-coding-system to
16984         nnmail-pathname-coding-system.
16985
16986         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16987
16988         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16989         (nnml-request-article, nnml-request-create-group)
16990         (nnml-request-rename-group, nnml-find-id)
16991         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16992         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16993         (nnml-save-marks): Use nnml-group-pathname instead of
16994         nnmail-group-pathname.
16995
16996         (nnml-request-create-group, nnml-request-expire-articles)
16997         (nnml-request-move-article, nnml-request-delete-group)
16998         (nnml-deletable-article-p, nnml-possibly-create-directory)
16999         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17000         (nnml-open-marks): Bind file-name-coding-system to
17001         nnmail-pathname-coding-system.
17002
17003         (nnml-request-article): Pass server argument to nnml-find-group-number.
17004         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17005         Pass server argument to nnml-possibly-create-directory.
17006         (nnml-request-accept-article): Pass server argument to
17007         nnml-active-number and nnml-save-mail.
17008         (nnml-find-group-number): Pass server argument to nnml-find-id.
17009         (nnml-request-update-info): Pass server argument to
17010         nnml-marks-changed-p.
17011
17012         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17013         (nnml-save-mail, nnml-active-number): Add server argument.
17014
17015         (nnml-request-delete-group): Warn if group is missing.
17016         (nnml-get-nov-buffer): Decode group name.
17017         (nnml-generate-active-info): Encode group name.
17018         (nnml-open-marks): Decode group name in messages.
17019
17020 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17023         if it is not specified.
17024         (gnus-article-pipe-part, gnus-article-save-part)
17025         (gnus-article-interactively-view-part, gnus-article-copy-part)
17026         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17027         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17028         (gnus-article-replace-part, gnus-article-delete-part)
17029         (gnus-article-view-part-as-type): Pass raw prefix argument to
17030         gnus-article-part-wrapper.
17031
17032 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * gnus-agent.el (gnus-agent-save-active):
17035         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17036
17037         * gnus-cache.el (gnus-cache-save-buffers)
17038         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17039         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17040         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17041         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17042         (gnus-cache-generate-active, gnus-cache-rename-group)
17043         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17044         (gnus-cache-update-overview-total-fetched-for):
17045         Bind file-name-coding-system to nnmail-pathname-coding-system.
17046         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17047         New variables.
17048         (gnus-cache-decoded-group-name): New function.
17049         (gnus-cache-file-name): Use it.
17050         (gnus-cache-generate-active): Use non-decoded group name for active.
17051
17052         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17053         right place.
17054         (gnus-write-active-file): Don't break non-ASCII group names.
17055
17056         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17057         nnmail-pathname-coding-system.
17058
17059         * lpath.el: Bind default-file-name-coding-system,
17060         file-name-coding-system and language-info-alist for XEmacs.
17061
17062         * gnus-uu.el (gnus-uu-decode-save): Typo.
17063
17064 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17067
17068 2007-07-14  David Kastrup  <dak@gnu.org>
17069
17070         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17071         finishing actions if we did not edit the article.
17072
17073 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17076         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17077         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17078         (gnus-agent-flush-group, gnus-agent-flush-cache)
17079         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17080         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17081         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17082         (gnus-agent-regenerate-group)
17083         (gnus-agent-update-files-total-fetched-for)
17084         (gnus-agent-update-view-total-fetched-for):
17085         Bind file-name-coding-system to nnmail-pathname-coding-system.
17086         (gnus-agent-group-pathname): Don't encode file names by
17087         nnmail-pathname-coding-system.
17088         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17089         coding-system-for-write instead of buffer-file-coding-system to
17090         gnus-agent-file-coding-system.
17091
17092         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17093         Decode group name.
17094
17095         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17096
17097         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17098         (gnus-read-newsrc-el-file): Make group names unibyte.
17099
17100         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17101         nnmail-pathname-coding-system.
17102
17103         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17104         (nnrss-request-delete-group): Bind file-name-coding-system to
17105         nnmail-pathname-coding-system.
17106         (nnrss-read-server-data, nnrss-read-group-data):
17107         Bind file-name-coding-system correctly.
17108         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17109
17110         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17111         (nntp-server-to-method-cache): New variable.
17112         (nntp-group-pathname): New function that decodes non-ASCII group names.
17113         (nntp-possibly-create-directory, nntp-marks-changed-p)
17114         (nntp-save-marks, nntp-open-marks): Use it.
17115         (nntp-possibly-create-directory, nntp-open-marks):
17116         Bind file-name-coding-system to nnmail-pathname-coding-system.
17117         (nntp-open-marks): Decode group names when bootstrapping marks.
17118
17119         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17120         Newsgroups and Followup-To headers.
17121
17122 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17125         (gnus-server-closed-face, gnus-server-denied-face)
17126         (gnus-server-offline-face): Remove variable.
17127         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17128
17129         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17130         of modifying message-stack directly for XEmacs.
17131
17132         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17133         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17134         if the coding-system argument is nil for XEmacs.
17135
17136         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17137         mm-charset-override-alist.
17138
17139         * rfc2047.el: Don't require base64; require rfc2045 for the function
17140         rfc2045-encode-string.
17141         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17142         to quote the parameter value.
17143
17144 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17147         form in gnus-group-name-charset-method-alist.
17148
17149         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17150         overrides the default layout edit-form.
17151
17152         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17153
17154         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17155
17156 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17157
17158         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17159         as unfetched articles.
17160
17161 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17162
17163         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17164
17165 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17168         original back end that keeps marks in the local system.
17169
17170 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17173         arg of pop-to-buffer for XEmacs.
17174         (gnus-article-read-summary-keys): Ditto; don't restore window
17175         configuration if summary command ends up with neither article buffer
17176         nor summary buffer; describe bindings if summary keys end with C-h.
17177
17178 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17179
17180         * message.el (message-fix-before-sending): Skip raw message part to be
17181         forwarded while checking illegible text.
17182         (message-forward-make-body-mime, message-forward-make-body):
17183         Mark signed or encrypted raw message as having no illegible text.
17184
17185 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17188         (gnus-message-with-timestamp-1): New macro.
17189         (gnus-message-with-timestamp): New function.
17190         (gnus-message): Use them.
17191
17192         * nnheader.el (nnheader-message): Use them.
17193
17194 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17195
17196         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17197         .newsrc.eld file.
17198
17199 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * gnus-agent.el (gnus-agent-fetch-headers)
17202         (gnus-agent-retrieve-headers):
17203         Bind gnus-decode-encoded-address-function to identity.
17204
17205         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17206         available also when the server returns simply a dot.
17207
17208         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17209
17210 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17213
17214 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17215
17216         * gnus-ems.el (gnus-x-splash): Make it work.
17217
17218         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17219         from being used.
17220
17221         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17222
17223 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17224
17225         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17226         4th and the 5th arguments.
17227
17228         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17229         the front stickiness.
17230         (gnus-article-summary-command-nosave): Correct the order of the
17231         arguments passed to pop-to-buffer.
17232         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17233         summary command ends up with the article buffer.
17234
17235         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17236         the same faces.
17237
17238 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17239
17240         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17241
17242 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17243
17244         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17245         * gnus-sum.el (gnus-summary-highlight):
17246         * pgg.el (pgg-sign-region, pgg-sign):
17247         * mail-source.el (mail-source-delete-old-incoming-confirm):
17248         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17249
17250 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * gnus-art.el (gnus-mime-view-part-externally)
17253         (gnus-mime-view-part-internally): Fix predicate function passed to
17254         completing-read.
17255
17256         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17257
17258         * gnus.el (gnus-update-message-archive-method): Add :version.
17259
17260 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * gnus.el (gnus-update-message-archive-method): New variable.
17263
17264         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17265         according to gnus-message-archive-method if
17266         gnus-update-message-archive-method is non-nil.
17267
17268 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17271         Suggested by Loic Dachary <loic@dachary.org>.
17272         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17273
17274 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * message.el (message-pop-to-buffer): Add switch-function argument.
17277         (message-mail): Pass switch-function argument to it.
17278
17279 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17282         Improve doc string.
17283
17284 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17287         (gnus-header-content):
17288         * gnus-cite.el (gnus-cite-10):
17289         * gnus-srvr.el (gnus-server-closed):
17290         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17291         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17292         (gnus-group-mail-3-empty, gnus-group-mail-low)
17293         (gnus-group-mail-low-empty, gnus-splash):
17294         * message.el (message-header-to, message-header-cc)
17295         (message-header-subject, message-header-other, message-header-name)
17296         (message-header-xheader, message-separator, message-cited-text)
17297         (message-mml): Lighten colors of faces used for dark background.
17298
17299 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17300
17301         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17302         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17303
17304 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * message.el (message-narrow-to-headers-or-head):
17307         Ignore mail-header-separator in the body.
17308
17309 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17312         same as window size.
17313
17314 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17315
17316         * message.el (message-font-lock-keywords): Use message-header-xheader
17317         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17318         ahead of the anything pattern, to get it recognized.
17319
17320 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17321
17322         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17323         spam.el loads uses it in the compiled defadvice form.
17324
17325 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17326
17327         * gnus-sum.el (gnus-articles-to-read)
17328         (gnus-summary-insert-old-articles): Don't truncate group name for
17329         `read-string'.
17330
17331         * gnus-util.el (gnus-limit-string): Delete this function.
17332
17333         * gnus-sum.el (gnus-simplify-subject-fully):
17334         Use `truncate-string-to-width' instead.
17335
17336 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17337
17338         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17339         Tell if, on summary exit, the next group has to be selected.
17340         (gnus-summary-exit): Use it.
17341
17342 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17343
17344         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17345         non-break space.
17346
17347 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17350         Check if group is not a directory.
17351         (nnfolder-request-expire-articles): Don't delete articles if the target
17352         group is not available.
17353
17354         * nnml.el (nnml-request-create-group): Properly check if group is not a
17355         file.
17356         (nnml-request-expire-articles): Don't delete articles if the target
17357         group is not available.
17358
17359         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17360         Don't quote characters that are within parentheses.
17361
17362 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17365         (gnus-handle-ephemeral-exit): Select article according to it.
17366
17367 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17368
17369         * message.el (message-insert-formated-citation-line): Remove newline.
17370         (message-citation-line-format): Add final \n here so that the user can
17371         avoid a blank line.
17372
17373 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17374
17375         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17376         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17377         Update lanl/arXiv support.
17378
17379 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17380
17381         * gnus.el: Bump version number.
17382
17383 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17384
17385         * gnus.el (gnus-version-number): Bump version.
17386
17387 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17388
17389         * gnus.el: No Gnus v0.6 is released.
17390
17391 2007-04-27  Didier Verna  <didier@xemacs.org>
17392
17393         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17394         * gmm-utils.el (gmm-regexp-concat): ... here.
17395         * message.el: Don't require 'gnus-util.
17396         (message-dont-reply-to-names): Handle name change above.
17397         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17398
17399 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17402         since the initial value varies according to the system.
17403
17404 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17407
17408 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17409
17410         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17411
17412 2007-04-24  Didier Verna  <didier@xemacs.org>
17413
17414         Improve the type of gnus-ignored-from-addresses.
17415         * gnus-util.el (gnus-orify-regexp): New function.
17416         * message.el (gnus-util): Require it.
17417         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17418         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17419         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17420
17421 2007-04-24  Didier Verna  <didier@xemacs.org>
17422
17423         * gnus-sum.el:
17424         * gnus-utils.el: Fix some trailing whitespaces.
17425
17426 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17429         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17430         article's Message-ID; refer parent article in summary buffer.
17431
17432         * message.el (message-bounce): Call mime-to-mml.
17433
17434         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17435         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17436         optimize and/or forms properly.
17437
17438 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17439
17440         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17441         URL.
17442
17443 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17446
17447 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17450         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17451         displayed of multipart/alternative part if it is invoked from summary
17452         buffer.
17453
17454         * mm-view.el (mm-inline-text-html-render-with-w3m)
17455         (mm-inline-text-html-render-with-w3m-standalone)
17456         (mm-inline-render-with-function): Use mail-parse-charset by default.
17457
17458 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17459
17460         * parse-time.el (parse-time-string-chars): Check if CHAR
17461         is less than the length of parse-time-syntax.
17462
17463 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17466         from gnus-newsgroup-processable.
17467
17468 2007-04-16  Didier Verna  <didier@xemacs.org>
17469
17470         * gnus-msg.el (gnus-configure-posting-styles):
17471         Handle message-signature-directory properly with :file syntax.
17472         Reported by "Leo".
17473
17474 2007-04-11  Didier Verna  <didier@xemacs.org>
17475
17476         New user option: message-signature-directory.
17477         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17478         * message.el (message-insert-signature): Ditto.
17479         * message.el (message-signature-file): Doc update.
17480         * message.el (message-signature-directory): New.
17481
17482 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * gnus-msg.el (gnus-inews-yank-articles):
17485         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17486
17487 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17488
17489         * message.el (message-yank-original): Make sure cited text ends with
17490         newline; don't exchange point and mark.
17491
17492 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17493
17494         * tls.el (open-tls-stream): Properly handle case where there
17495         is no associated buffer.
17496
17497 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17498
17499         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17500         message-yank-original, make sure (< mark TEXT point).
17501
17502 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17503
17504         * message.el (message-fill-column): New variable.
17505         (message-mode): Use it.  Add comment on a possible new hook.
17506
17507         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17508         (nnmail-get-new-mail): Reformat.
17509
17510         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17511
17512         * gmm-utils.el: Fix Commentary.
17513         (gmm-tool-bar-from-list): Fix typo in doc string.
17514
17515 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17516
17517         * message.el (message-yank-original): Don't switch point and mark
17518         unnecessarily to put point and mark as documented.
17519
17520 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17521
17522         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17523         from the message heads.
17524
17525 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17526
17527         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17528         article buffer does not have a window.  This may not be the best
17529         solution but is certainly better than setting the start of the null,
17530         that is the current, window.
17531
17532 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17533
17534         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17535         (gnus-draft-setup): Run it.
17536
17537         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17538         gnus-score-fast-scoring.  Allow regexp.
17539         (gnus-score-headers): Use it.
17540
17541         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17542         XEmacs.
17543
17544         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17545         string.
17546         (gnus-button-alist): Also catch `<f1> k ...'.
17547         (gnus-treat-display-x-face): Fix doc string.
17548
17549 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17550
17551         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17552         evaluation of gnus-extended-version to ensure correct generation of the
17553         User-Agent header when message-generate-headers-first is used.
17554
17555 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17556
17557         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17558         hashcash-path is nil.  Don't call callback with incorrect number of
17559         parameters if val is 0.
17560
17561 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17562
17563         * message.el (message-required-news-headers):
17564         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17565
17566 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17567
17568         * tls.el (open-tls-stream): In handshake-waiting loop,
17569         don't wait more if there is output available to process.
17570
17571 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17572
17573         * tls.el (tls-program): Doc fix.
17574
17575 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * message.el (message-generate-new-buffers): Change the meaning of the
17578         nil value; add `standard' to the choices; treat t as `unique'; improve
17579         doc string.
17580         (gnus-select-frame-set-input-focus): Autoload.
17581         (message-buffer-name): Search for the existing message buffer if
17582         message-generate-new-buffers is nil or `standard'; treat the value t of
17583         message-generate-new-buffers as `unique'.
17584         (message-pop-to-buffer): Raise the frame already displaying the message
17585         buffer; clear the echo area after querying.
17586         (message-setup): Pass the `continue' argument to compose-mail.
17587         (message-mail): Prefer `switch-function' if it is given; search for the
17588         existing message buffer if the `continue' argument is non-nil; pass
17589         continue and switch-function arguments to compose-mail by way of
17590         message-setup.
17591         (message-mail-other-window): Adjust argument of message-setup.
17592         (message-mail-other-frame): Ditto.
17593
17594 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17595
17596         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17597         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17598         to turn font-lock on when turning gnus-message-citation-mode on.
17599
17600 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17601
17602         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17603         (mml-smime-function-alist): New variable; add epg as the backend.
17604         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17605         mml-smime- functions instead.
17606         * mm-view.el: Require smime.
17607
17608 2007-03-05  Didier Verna  <didier@xemacs.org>
17609
17610         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17611         instead of just inheritance for posting styles.
17612         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17613
17614 2007-02-24  Chris Moore  <dooglus@gmail.com>
17615
17616         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17617         * pgg-pgp.el (pgg-pgp-encrypt-region):
17618         * pgg-gpg.el (pgg-gpg-encrypt-region):
17619         Check pgg-encrypt-for-me if no other recipients.
17620
17621 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17622
17623         * tls.el (tls-certtool-program): Fix custom type.
17624
17625 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17626
17627         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17628         and point-at-eol instead of line-(beginning|end)-position.
17629
17630         * assistant.el (assistant-parse-buffer): Ditto.
17631
17632         * netrc.el (netrc-parse-services): Ditto.
17633
17634 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17635
17636         * mml2015.el (mml2015-epg-find-usable-key): New function.
17637         (mml2015-epg-sign): Use it.
17638         (mml2015-epg-encrypt): Use it.
17639
17640 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * message.el (message-make-in-reply-to): Quote name containing
17643         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17644         if there are special characters.  Reported by NAKAJI Hiroyuki
17645         <nakaji@jp.freebsd.org>.
17646
17647 2007-02-27  Didier Verna  <didier@xemacs.org>
17648
17649         Include the group parameters as well as the topic ones in the
17650         inheritance filter process.
17651         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17652         argument GROUP-PARAMS-LIST.
17653         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17654
17655 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * nntp.el (nntp-never-echoes-commands)
17658         (nntp-open-connection-functions-never-echo-commands): New variables.
17659         (nntp-send-command): Use them.
17660
17661 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17662
17663         * mml2015.el (mml2015-epg-verify): Simplify.
17664
17665 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17666
17667         * mml.el (mml-content-disposition-alist): New user option.
17668         (mml-content-disposition): New function.
17669         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17670         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17671
17672 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17673
17674         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17675         verification.
17676
17677 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17678
17679         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17680         articles posted in the last 24 hours.
17681
17682 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17683
17684         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17685
17686 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17687
17688         * nntp.el (nntp-send-command): Don't wait for echoes when
17689         nntp-open-ssl-stream is used.
17690
17691 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17694         (gnus-message-add-citation-keywords)
17695         (gnus-message-remove-citation-keywords): Remove.
17696         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17697         directly, make the variables in font-lock-defaults buffer-local, add
17698         gnus-message-citation-keywords to them and then update the value of
17699         font-lock-keywords.
17700
17701 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * message.el (message-cite-original-1): Don't call
17704         gnus-article-highlight-citation.
17705
17706         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17707         citations; fix line count.
17708
17709 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17712         (gnus-message-add-citation-keywords)
17713         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17714         versions of font-lock-add-keywords and font-lock-remove-keywords to
17715         work with XEmacs correctly.
17716
17717 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * gnus-cite.el (gnus-cite-face-list): Set the values of
17720         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17721         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17722         (gnus-message-cite-prefix-regexp): New variable.
17723         (gnus-message-search-citation-line): Use it; protect against long
17724         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17725         the 0th match data for Emacs.
17726         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17727         (gnus-message-add-citation-keywords): Append keywords rather than
17728         prepending; emulate font-lock-add-keywords if it is not available.
17729         (gnus-message-remove-citation-keywords):
17730         Emulate font-lock-remove-keywords if it is not available.
17731
17732         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17733
17734         * message.el (message-cite-prefix-regexp): Set the value of
17735         gnus-message-cite-prefix-regexp.
17736
17737 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17738
17739         * nnweb.el (nnweb-google-parse-1): Update parser.
17740
17741 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17742
17743         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17744
17745 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17746
17747         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17748         regexp.
17749
17750 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17751
17752         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17753         string-to-multibyte.
17754         (uudecode-decode-region-internal): Use it.
17755
17756         * lpath.el: Fbind string-as-multibyte for XEmacs.
17757
17758 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17759
17760         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17761         Fix custom choice.
17762
17763         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17764
17765 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17766
17767         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17768
17769         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17770         `write-region' to respect `mm-inhibit-file-name-handlers'.
17771
17772 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17773
17774         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17775         Use gnus-home-directory instead of "~/" or "$HOME".
17776
17777 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17778
17779         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17780         to mention filename.
17781         Add comments at beginning regarding usage.
17782         (encrypt-write-file-contents): Change interactive so a string is
17783         acceptable.  If the file has no associated model, show an error instead
17784         of a nonsense prompt.
17785
17786 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17787
17788         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17789         Thanks to Yoshihiko Yamada for kind notification of this typo.
17790
17791 2007-01-12  Kenichi Handa  <handa@m17n.org>
17792
17793         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17794         multibyte buffer.
17795
17796 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17797
17798         * gnus-score.el (gnus-score-fast-scoring): New variable.
17799         (gnus-score-headers): Use it.
17800
17801         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17802
17803         * message.el (message-cite-original-1):
17804         Call gnus-article-highlight-citation if requested.
17805         (message-make-from): Allow name and address as optional arguments.
17806
17807         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17808
17809         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17810         bugs to doc string.
17811         (gnus-button-alist): Add mid\\|message-id.
17812         (gnus-button-fetch-group): Extend for use in
17813         `browse-url-browser-function'.
17814         (gnus-button-url-regexp): Try to catch paired parentheses like in
17815         Wikipedia URLs.
17816
17817         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17818         Suggested by Simon Krahnke <overlord@gmx.li>.
17819
17820 2007-01-13  Romain Francoise  <romain@orebokech.com>
17821
17822         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17823         Update copyright.
17824
17825 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17826
17827         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17828
17829 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17830
17831         * gnus-registry.el (gnus-registry-unfollowed-groups)
17832         (gnus-registry-split-fancy-with-parent): Fix documentation.
17833
17834 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17835
17836         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17837         from nnweb groups.
17838
17839 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17840
17841         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17842         Xref urls.  Erase buffer before requesting head.
17843
17844         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17845
17846 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17847
17848         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17849         customizable.
17850
17851 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17852
17853         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17854         no signing key is found.
17855         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17856         no encrypting and/or signing key is found.
17857
17858 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17859
17860         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17861
17862 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17863
17864         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17865         headers read from disk with the ones newly found in the current search.
17866         This should no longer cause problems, because the article numbers in
17867         Gmane's `nov.php' output are ignored since the previous change.
17868
17869 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17870
17871         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17872
17873 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17876         replace-regexp-in-string; bind url-version; fbind display-images-p and
17877         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17878         find-face and set-itimer-function for Emacs; bind itimer-list for
17879         Emacs.
17880
17881         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17882
17883 2007-01-01  Romain Francoise  <romain@orebokech.com>
17884
17885         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17886
17887 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17888
17889         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17890         `define-minor-mode' macro definition expanded properly.
17891         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17892         exclude it there.
17893
17894         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17895         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17896         `fboundp' test.
17897         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17898         This is OK to autoload in (S)XEmacs now.
17899
17900 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17901
17902         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17903         keystroke.
17904         (gnus-summary-limit-to-singletons): Fix typo.
17905
17906         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17907         else fails.
17908
17909 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17910
17911         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17912         docstring.
17913
17914         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17915         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17916         (gnus-summary-insert-dormant-articles): Fix typo in message.
17917
17918 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17919
17920         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17921         nil for XEmacs.
17922         (gnus-message-citation-mode): Don't autoload in XEmacs.
17923
17924         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17925
17926 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17927
17928         * nnimap.el (nnimap-expunge-search-string):
17929         Mention nnimap-search-uids-not-since-is-evil in docstring.
17930
17931 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17932
17933         * spam.el: Revert to make-obsolete-variable because
17934         define-obsolete-variable-alias is not supported in Emacs 21.
17935
17936         * spam.el (spam-ifile-path, spam-ifile-database-path)
17937         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17938         make-obsolete-variable.
17939         (spam-bsfilter-path, spam-bsfilter-program)
17940         (spam-spamassassin-path, spam-spamassassin-program)
17941         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17942         Don't use "path" inappropriately.
17943         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17944         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17945         variable names.
17946
17947 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17948
17949         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17950         summary buffer.
17951
17952         * password.el (password-cache-remove): Use clear-string to burn
17953         password, if available.
17954
17955 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17956
17957         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17958
17959         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17960
17961         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17962         (gnus-message-highlight-citation): Move defcustom here from
17963         gnus-cite.el.
17964         (gnus-message-citation-mode): Autoload.
17965
17966         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17967         checks to make it compile with XEmacs.
17968         (gnus-message-citation-mode): New minor mode.
17969         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17970         (gnus-message-highlight-citation): New variables.
17971         (gnus-message-search-citation-line)
17972         (gnus-message-add-citation-keywords)
17973         (gnus-message-remove-citation-keywords)
17974         (turn-on-gnus-message-citation-mode)
17975         (turn-off-gnus-message-citation-mode): New functions.
17976
17977 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17978
17979         * gnus-cite.el: Enable highlighting of different citation levels in
17980         message-mode.
17981
17982 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17983
17984         * message.el (message-make-fqdn): Fix comment.
17985         (message-bogus-system-names): Add ".local".
17986
17987         * spam.el (spam-ifile-path, spam-ifile-program)
17988         (spam-ifile-database-path, spam-ifile-database)
17989         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17990         Don't use "path" inappropriately.
17991         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17992         strings.
17993         (spam-check-ifile, spam-ifile-register-with-ifile)
17994         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17995         Use new variable names.
17996
17997         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17998         (gnus-treat-display-smileys): Simplify using
17999         gnus-image-type-available-p.
18000
18001         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18002         available.
18003
18004         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18005         Use `display-images-p' if available.
18006
18007 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18010         one after turning on the buffer's multibyteness instead of decoding
18011         them directly in the unibyte buffer that causes unexpected conversion
18012         in Emacs 23 (unicode).
18013
18014 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18015
18016         * message.el (message-generate-hashcash): Fix custom type.
18017
18018 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18019
18020         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18021
18022 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18023
18024         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18025         disconnect icons.  Add help text.
18026
18027 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18028
18029         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18030         negated to be consistent with the others we handle.
18031
18032 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18033
18034         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18035         version of gnus-summary-buffer to something, so that we can use two
18036         article buffers at the same time.
18037
18038 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18039
18040         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18041         trigger all the extra headers.
18042         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18043         sorting.
18044
18045 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18046
18047         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18048         solid groups.
18049
18050 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18051
18052         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18053
18054 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18055
18056         * legacy-gnus-agent.el: Add Copyright notice.
18057
18058 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18059
18060         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18061
18062 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18063
18064         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18065
18066         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18067         to make it work reliably in CVS Emacs.
18068         (gnus-summary-limit-strange-charsets-predicate)
18069         (gnus-summary-limit-to-predicate): New functions.
18070
18071 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18072
18073         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18074         specifying array size.
18075         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18076         array if it is too small.
18077         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18078         (gnus-sort-threads-loop): New function.
18079
18080 2006-12-06  Chris Moore  <dooglus@gmail.com>
18081
18082         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18083         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18084
18085 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18086
18087         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18088         options.
18089
18090 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18091
18092         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18093         DOS-ing the recipient.
18094
18095         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18096         the headers when creating the mapping to avoid mismappings.
18097         (nnweb-gmane-create-mapping): Always nix out old mapping.
18098
18099 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18100
18101         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18102         and mm-verify-option to never.
18103
18104 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * message.el (message-signed-or-encrypted-p): New function.
18107         (message-forward-make-body): Use it.
18108
18109         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18110         Replace encode-coding-string with mm-encode-coding-string.
18111
18112 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * nneething.el (nneething-decode-file-name):
18115         Replace decode-coding-string with mm-decode-coding-string.
18116
18117         * gnus-int.el (gnus-open-server): Say failed server's name.
18118
18119 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18120
18121         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18122         strings to a single string.  Quote `errors-file-name'.
18123         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18124         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18125         Adjust calls.  Use `shell-quote-argument'.
18126
18127 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18128
18129         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18130         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18131
18132         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18133         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18134         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18135         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18136         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18137         (gnus-subscribe-newsgroup, gnus-1):
18138         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18139         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18140         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18141         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18142
18143 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18144
18145         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18146         keystroke.
18147         (gnus-summary-limit-to-bodies): Implement headersp.
18148
18149 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18150
18151         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18152
18153 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18156
18157 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18158
18159         * message.el (message-generate-hashcash): Expand range of values to
18160         include `opportunistic'.
18161         (message-send-mail): Use it.
18162
18163 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18164
18165         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18166         and comment it.
18167
18168         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18169
18170 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18171
18172         * gnus-util.el (gnus-extract-address-components): Improve comment.
18173
18174 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * gnus-util.el (gnus-extract-address-components): Work with address in
18177         which the name portion contains @.
18178
18179         * lpath.el: Fbind custom-autoload.
18180
18181 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18182
18183         * gnus.el (gnus-start): Move custom group up.
18184         (gnus-select-method): Don't autoload, but make it available for
18185         `customize-variable'.
18186         (gnus-getenv-nntpserver): Don't autoload.
18187
18188 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18189
18190         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18191
18192 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * message.el (message-sendmail-extra-arguments): New variable.
18195         (message-send-mail-with-sendmail): Use it.
18196
18197 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18200         mm-with-unibyte-current-buffer to make string unibyte.
18201
18202         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18203         mm-string-as-multibyte.
18204
18205 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18206
18207         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18208         Reported by Werner Koch <wk@gnupg.org>.
18209
18210 2006-11-14  Daiki Ueno  <ueno@p360>
18211
18212         * mml2015.el: Autoload epa-select-keys when compiling.
18213
18214 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18215
18216         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18217         message-options.
18218         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18219
18220 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18221
18222         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18223         EasyPG (< 0.0.6).
18224         (mml2015-always-trust): New user option.
18225         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18226         prompt.
18227
18228 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * nntp.el (nntp-authinfo-force): New variable.
18231         (nntp-send-authinfo): Use it.
18232
18233 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18234
18235         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18236         decode encoded words.  Improve prompt.  Add comment about forwarding.
18237         (message-replacement-char): Move up.
18238
18239 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18240
18241         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18242         instead of gnus-intersection because arguments of gnus-sorted-nunion
18243         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18244
18245 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18246
18247         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18248         (message-simplify-subject-functions):
18249         Enable message-strip-subject-encoded-words by default.
18250
18251 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18252
18253         * message.el (message-strip-subject-encoded-words): New function.
18254         (message-simplify-subject-functions): New variable.
18255         (message-simplify-subject): Use it.  Fix typo in doc string.
18256         Support message-strip-subject-encoded-words.
18257
18258 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18259
18260         * gnus-diary.el (gnus-diary-delay-format-function):
18261         * nndiary.el (nndiary-reminders):
18262         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18263
18264 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18265
18266         * gnus-art.el (article-hide-boring-headers): Fetch date from
18267         gnus-original-article-buffer to avoid problems with localized date
18268         strings.
18269
18270 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18273
18274 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18275
18276         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18277         New variables.
18278         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18279         (mm-charset-synonym-alist): Move some entries to
18280         mm-codepage-iso-8859-list.
18281         (mm-charset-synonym-alist, mm-charset-override-alist):
18282         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18283
18284 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18285
18286         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18287
18288 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18289
18290         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18291         with Emacs 21 and XEmacs.
18292
18293 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18294
18295         * spam.el (spam-parse-address): New function for better parsing,
18296         catching errors, etc.
18297         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18298
18299 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18300
18301         * mm-view.el: Add interactive arg to html2text autoload.
18302
18303 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18306
18307 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18308
18309         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18310         New variables.
18311         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18312         (mm-charset-synonym-alist): Move some entries to
18313         mm-codepage-iso-8859-list.
18314
18315         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18316
18317 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18318
18319         * message.el (message-citation-line-format)
18320         (message-insert-formated-citation-line): Fix implementation of %E, %N
18321         and %n according to the doc string.
18322
18323 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18324
18325         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18326         Use car-safe to avoid bad parses.
18327
18328 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18331         names.
18332
18333         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18334
18335 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18338         header.
18339
18340         * message.el (message-draft-headers): Add Date.
18341         (message-headers-to-generate): Fix typo in docstring.
18342
18343         * nndraft.el (nndraft-required-headers): New variable.
18344         (nndraft-generate-headers): Use it.
18345
18346         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18347
18348 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18349
18350         * gnus-registry.el (gnus-registry-wash-for-keywords)
18351         (gnus-registry-find-keywords): New functions to allow easy searching of
18352         articles that are in the registry.
18353
18354 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18355
18356         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18357         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18358         Reported by Damien Elmes <damien@repose.cx>.
18359
18360 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18361
18362         * gnus.el (gnus-mime): Remove unused custom group.
18363
18364 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18365
18366         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18367         "blank line" when searching for end of armor headers.
18368
18369 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * gmm-utils.el (gmm-write-region): Fix variable name.
18372
18373 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18374
18375         * gmm-utils.el (gmm-write-region): New function based on compatibility
18376         code from `mm-make-temp-file'.
18377
18378         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18379
18380         * nnmaildir.el (nnmaildir--update-nov)
18381         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18382         Use `gmm-write-region'.
18383
18384 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18385
18386         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18387         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18388
18389         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18390
18391         * message.el (message-replacement-char): New variable.
18392         (message-fix-before-sending): Use it.
18393         (message-simplify-subject): New function to remove duplicate code.
18394         (message-reply, message-followup): Use it.
18395
18396         * gnus-sum.el (gnus-summary-make-menu-bar):
18397         Clarify gnus-summary-limit-to-articles.
18398
18399 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * gnus-util.el (gnus-with-local-quit): New macro.
18402
18403         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18404
18405 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18406
18407         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18408         ignore non-string data.
18409
18410 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18411
18412         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18413         non-string data (needs to be done in the registry too).
18414
18415 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18416
18417         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18418         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18419         (gnus-registry-split-fancy-with-parent)
18420         (gnus-registry-fetch-simplified-message-subject-fast)
18421         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18422         Remove text properties on ingress into the registry and when it's saved.
18423         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18424         registry from entries with no groups.
18425
18426 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18427
18428         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18429         function to remove string properties.
18430
18431 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18432
18433         * gmm-utils.el (gmm): Adjust custom version.
18434
18435         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18436         Adjust custom version.
18437
18438         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18439
18440 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18441
18442         * gnus-art.el (gnus-insert-prev-page-button)
18443         (gnus-insert-next-page-button): Simplify.  Reformat.
18444
18445 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18446
18447         * gnus-art.el (gnus-insert-prev-page-button)
18448         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18449
18450 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18451
18452         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18453
18454 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18455
18456         * gnus-art.el (gnus-insert-mime-button)
18457         (gnus-insert-mime-security-button):
18458         Apply gnus-article-button-face to MIME and security buttons.
18459
18460 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18461
18462         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18463         readable.
18464
18465 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18466
18467         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18468
18469 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18470
18471         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18472         `browse-url-of-file' instead of `browse-url'.
18473
18474 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18475
18476         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18477         regexp.  Articles containing quotation were cut prematurely.
18478
18479 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * message.el (message-cite-original-1): Use nobody by default for the
18482         value of From header.
18483         (message-reply): Ditto.
18484
18485 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18486
18487         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18488         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18489         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18490
18491 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18492
18493         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18494         mails in the doc string.  Add some URLs in comment.
18495         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18496
18497 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18498
18499         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18500         backslashes handling and the way to find boundaries of quoted strings.
18501
18502 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18503
18504         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18505         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18506         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18507         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18508
18509 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18510
18511         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18512         doc string.
18513         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18514
18515 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18516
18517         * lpath.el: Fbind epg-check-configuration.
18518
18519 2006-09-06  Simon Josefsson  <jas@extundo.com>
18520
18521         * mml2015.el (mml2015-use): Doc fix, mention epg.
18522
18523 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18524
18525         * mml2015.el (mml2015-use): Default to epg, if available.
18526
18527 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18528
18529         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18530         message-sender.
18531         (mml1991-epg-encrypt): Ditto.
18532         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18533         message-sender.
18534         (mml2015-epg-encrypt): Ditto.
18535
18536 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18537
18538         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18539         several common directories.
18540
18541 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18542
18543         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18544         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18545
18546 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * gnus-art.el (article-decode-encoded-words): Make it fast.
18549
18550 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18553
18554         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18555         in quoted string into `\'.
18556
18557 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18560         Use standard-syntax-table.
18561
18562 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * gnus-art.el (gnus-decode-address-function): New variable.
18565         (article-decode-encoded-words): Use it to decode headers which are
18566         assumed to contain addresses.
18567         (gnus-mime-delete-part): Remove useless `or'.
18568
18569         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18570         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18571         (gnus-nov-parse-line): Use it to decode From header.
18572         (gnus-get-newsgroup-headers): Ditto.
18573         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18574
18575         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18576         (mail-decode-encoded-address-string): New alias.
18577
18578         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18579         New function.
18580         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18581         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18582         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18583         (rfc2047-decode-string): Ditto.
18584         (rfc2047-decode-address-region): New function.
18585         (rfc2047-decode-address-string): New function.
18586
18587 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18588
18589         * message.el (message-caesar-buffer-body): Allow rotating headers.
18590
18591         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18592
18593         * message.el (message-insert-formated-citation-line): Fix %f.
18594         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18595
18596 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18599         (gnus-bookmark-mouse-available-p): New macro.
18600         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18601         (gnus-bookmark-bmenu-show-infos): Use it.
18602         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18603         (gnus-bookmark-bmenu-hide-infos): Ditto.
18604         (gnus-bookmark-remove-properties): New function.
18605         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18606         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18607         (gnus-bookmark-write-file): Bind coding-system-for-write.
18608         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18609         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18610         group before selecting it.
18611         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18612         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18613         quit-window if it is not available; use gnus-mouse-2 and bind it to
18614         gnus-bookmark-bmenu-select-by-mouse.
18615         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18616         (gnus-bookmark-bmenu-select-by-mouse): New function.
18617
18618 2006-08-13  Romain Francoise  <romain@orebokech.com>
18619
18620         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18621         space.
18622
18623 2006-08-10  Romain Francoise  <romain@orebokech.com>
18624
18625         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18626         (dns-mode-soa-auto-increment-serial): New user option.
18627         (dns-mode-soa-maybe-increment-serial): New function.
18628         (dns-mode): Add the latter to `write-contents-functions'.
18629
18630 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * compface.el (uncompface): Use binary rather than raw-text-unix.
18633
18634 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18635
18636         * compface.el (uncompface): Make sure the eol conversion doesn't take
18637         place when communicating with the external programs.
18638         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18639
18640 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18641
18642         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18643
18644 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18645
18646         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18647         Make it more robust by parsing author and date independently.
18648
18649 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18652
18653 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18654
18655         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18656         first matching secret key.
18657         (mml2015-epg-encrypt): Ditto.
18658
18659         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18660         first matching secret key.
18661         (mml1991-epg-encrypt): Ditto.
18662
18663         * mml2015.el (mml2015-encrypt-to-self): New user option.
18664         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18665         mml2015-epg-encrypt-to-self is set.
18666
18667         * mml1991.el (mml1991-encrypt-to-self): New variable.
18668         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18669         mml1991-epg-encrypt-to-self is set.
18670
18671         * mml2015.el (mml2015-signers): New user option.
18672         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18673         (mml2015-epg-encrypt): Allow to select signing keys.
18674
18675         * mml1991.el (mml1991-signers): New variable.
18676         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18677         (mml1991-epg-encrypt): Allow to select signing keys.
18678
18679 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * nnheader.el (nnheader-insert-head): Make it work even if the file
18682         uses CRLF for the line-break code.
18683
18684 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18685
18686         * mml2015.el: Require mml-sec instead of password.
18687         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18688         (mml2015-cache-passphrase): Inherit the default value from
18689         mml-secure-cache-passphrase.
18690         (mml2015-passphrase-cache-expiry): Inherit the default value from
18691         mml-secure-passphrase-cache-expiry.
18692
18693         * mml1991.el: Require mml-sec instead of password.
18694         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18695         (mml1991-cache-passphrase): Inherit the default value from
18696         mml-secure-cache-passphrase.
18697         (mml1991-passphrase-cache-expiry): Inherit the default value from
18698         mml-secure-passphrase-cache-expiry.
18699
18700         * mml-sec.el: Require password.
18701         (mml-secure-verbose): New user option.
18702         (mml-secure-cache-passphrase): New user option.
18703         (mml-secure-passphrase-cache-expiry): New user option.
18704
18705 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18706             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18707
18708         * pgg-def.el (pgg-truncate-key-identifier):
18709         Truncate the key ID to 8 letters from the end.
18710
18711 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18712
18713         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18714         workaround for the url package included with Emacs.
18715
18716         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18717
18718 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18721         correctly.  This fixes a bug caused by the 2006-05-12 change.
18722
18723 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18724
18725         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18726         some information about the error when saying that the `bogus' mail
18727         group will be used.
18728
18729 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18730
18731         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18732         string.
18733
18734 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18735
18736         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18737
18738 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18739
18740         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18741
18742 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18743
18744         * mml1991.el (mml1991-function-alist): Add epg.
18745         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18746         (mml1991-epg-encrypt): New functions.
18747
18748 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18749
18750         * mml2015.el (mml2015-verbose): New variable.
18751         (mml2015-cache-passphrase): Ditto.
18752         (mml2015-passphrase-cache-expiry): Ditto.
18753         (mml2015-function-alist): Add epg.
18754         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18755         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18756         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18757         New functions.
18758
18759 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18760
18761         * message.el (message-cite-original-1): Preserve region when removing
18762         quoted text due to X-No-Archive in order to avoid bogus attribution
18763         when citing multiple messages.
18764
18765 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18766
18767         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18768         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18769
18770 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18771
18772         * gnus-diary.el (gnus-user-format-function-d)
18773         (gnus-user-format-function-D): Autoload.
18774
18775         * imap.el (Commentary): Fix typo.
18776
18777         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18778         2006-04-22 contribution.
18779
18780 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18781
18782         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18783         It didn't really fix the bogosity I'm seeing with solid web groups.
18784
18785 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18786
18787         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18788         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18789         created using server names.  If we use the feature without declaring
18790         it, Gnus does not properly manage server and group state.
18791
18792         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18793         bound.
18794
18795 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18796
18797         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18798         looking up the method using GROUP's prefix before inventing a new one.
18799         It is used on killed/unknown groups in various places where returning
18800         an all-new method isn't expected by the caller.
18801
18802         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18803         and match semantics of gnus-group-real-prefix.
18804
18805 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18806
18807         * nnmail.el (nnmail-broken-references-mailers): New variable.
18808         (nnmail-ignore-broken-references): New function generalizing
18809         nnmail-fix-eudora-headers.
18810         (nnmail-fix-eudora-headers): Now obsolete.
18811
18812         * gnus-art.el (gnus-button-handle-custom):
18813         Support `customize-apropos*'.
18814
18815 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18816
18817         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18818
18819         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18820         articles.
18821
18822 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18823
18824         * message.el (message-cite-reply-above): New variable.
18825         (message-yank-original): Use it.
18826
18827 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18828
18829         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18830
18831 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18832
18833         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18834         as read.
18835
18836         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18837
18838 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18839
18840         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18841         (gnus-bookmark-default-file): Use gnus-directory.
18842         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18843         Remove "*" in doc string.
18844         (gnus-bookmark-write-file): Simplify.
18845         (gnus-bookmark-maybe-sort-alist): Use `when'.
18846         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18847         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18848         Add FIXME about Emacs 21 and XEmacs compatibility.
18849         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18850         compatibility.
18851         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18852         compatibility.
18853         (gnus-bookmark-menu-heading): Fix version.
18854
18855 2006-06-19  Bastien Guerry  <bzg@altern.org>
18856
18857         * gnus-bookmark.el: New file.
18858
18859 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * message.el (message-syntax-checks): Doc fix.
18862
18863 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18864
18865         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18866         unsubscribed groups as if they were killed ones.  It causes duplicate
18867         entries in gnus-newsrc-alist.
18868
18869 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18870
18871         * message.el (message-syntax-checks): Doc fix.
18872         (message-send-mail): Add check for continuation headers.
18873         (message-check-news-header-syntax): Fix regexp used to check for
18874         continuation headers.
18875
18876 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18877
18878         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18879
18880 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18881
18882         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18883
18884 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18887         default-truncate-lines.
18888
18889 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18890
18891         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18892         to fill the utf-8 entry.
18893
18894         * lpath.el: Fbind unicode-precedence-list.
18895
18896 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18897
18898         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18899
18900 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18901
18902         * gnus-agent.el (directory-files-and-attributes): Move all the way
18903         forward (the third and final move).
18904         (gnus-agent-read-agentview): Trap reconstruction errors due to
18905         nonexistent directory.  Handle by returning nil.
18906
18907 2006-05-30  Didier Verna  <didier@xemacs.org>
18908
18909         * message.el (message-dont-reply-to-names): Update the custom type.
18910         * message.el (message-dont-reply-to-names): New defsubst: potentially
18911         convert a list of regexps into a single one.
18912         * message.el (message-get-reply-headers): Use it.
18913         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18914
18915 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * gnus-agent.el (directory-files-and-attributes): Move forward.
18918
18919 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18920
18921         * gnus-ml.el (gnus-mailing-list-subscribe)
18922         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18923         (gnus-mailing-list-message): Fix doc strings.
18924
18925 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18926
18927         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18928         of doing it manually.
18929
18930 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18931
18932         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18933         comment.
18934
18935 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18936
18937         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18938         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18939         (gnus-agent-read-local): All symbols allocated in my-obarray.
18940         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18941         (gnus-agent-regenerate-group): Check numeric names to see if they are
18942         messages or groups.
18943         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18944         better way of do this...)
18945
18946         * gnus-cache.el (gnus-agent-total-fetched-for):
18947         Ignore 'dummy.group' (there should be a better way of do this...)
18948
18949 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18950
18951         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18952         (gnus-saved-headers): Ditto.
18953         (gnus-default-article-saver): Mention functions may have properties.
18954         (gnus-article-save): Override gnus-save-all-headers and
18955         gnus-saved-headers by :headers property which saver function may have.
18956         (gnus-summary-save-in-file): Add :headers property.
18957         (gnus-summary-write-to-file): Ditto.
18958
18959         * gnus-sum.el (gnus-summary-save-article): Bind
18960         gnus-prompt-before-saving to t when saving many articles in a file;
18961         always show all headers.
18962
18963         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18964
18965 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18966
18967         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18968         marks.
18969
18970         * message.el (message-indent-citation): Add optional arguments to allow
18971         using it outside of message buffers.
18972
18973         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18974         (gnus-article-treat-unfold-headers): Use it.
18975         (gnus-article-truncate-lines): New variable.
18976         (gnus-article-mode): Use it.
18977         (gnus-article-toggle-truncate-lines): New function.
18978
18979         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18980         Add gnus-article-toggle-truncate-lines.
18981
18982         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18983         coding system in XEmacs, use binary.
18984
18985 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18988         after-load-alist.
18989
18990         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18991         this function should save decoded articles.
18992         (gnus-summary-write-to-file): Use property to specify this function
18993         should save decoded articles and specify gnus-summary-save-in-file
18994         should be used to save articles other than the first one when saving
18995         many articles.
18996         (gnus-summary-save-body-in-file): Use property to specify this
18997         function should save decoded articles.
18998         (gnus-summary-write-body-to-file): Use property to specify this
18999         function should save decoded articles and specify
19000         gnus-summary-save-body-in-file should be used to save articles other
19001         than the first one when saving many articles.
19002
19003         * gnus-sum.el (gnus-summary-save-article): Simplify.
19004
19005 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19006
19007         * gnus-art.el (gnus-default-article-saver):
19008         Add gnus-summary-write-body-to-file.
19009         (gnus-article-save-coding-system): Don't use coding system object
19010         in XEmacs.
19011         (gnus-read-save-file-name): Add optional `dir-var' argument which
19012         specifies directory in which files are saved; work even if optional
19013         `variable' argument is not specified.
19014         (gnus-summary-write-to-file): Read file name.
19015         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19016         (gnus-summary-write-body-to-file): New function.
19017
19018         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19019         (gnus-summary-local-variables): Add it.
19020         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19021         (gnus-summary-save-article): Remove optional `decode' argument;
19022         determine whether to decode articles by the value of
19023         gnus-default-article-saver; when saving many files using
19024         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19025         it first and use gnus-summary-save-in-file or
19026         gnus-summary-save-body-in-file thereafter unless
19027         gnus-prompt-before-saving is always; move point to article which
19028         will be saved.
19029         (gnus-summary-save-article-file): Revert.
19030         (gnus-summary-write-article-file): Revert.
19031         (gnus-summary-save-article-body-file): Revert.
19032         (gnus-summary-write-article-body-file): New function.
19033
19034 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * gnus-art.el (gnus-default-article-saver): Doc fix.
19037         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19038         from gnus-summary-save-article-coding-system, and default to a
19039         certain coding system.
19040         (gnus-output-to-file): Add coding cookie and encode text according
19041         to gnus-article-save-coding-system; don't use mm-append-to-file.
19042
19043         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19044         gnus-art.el and rename to gnus-article-save-coding-system.
19045         (gnus-summary-save-article): Require gnus-art; don't show all
19046         headers if it decodes articles; don't add coding cookie here;
19047         don't bind mm-text-coding-system-for-write.
19048         (gnus-summary-save-article-file): Save decoded articles.
19049         (gnus-summary-write-article-file): When saving many files, use
19050         gnus-summary-write-to-file first and gnus-summary-save-in-file
19051         thereafter unless gnus-prompt-before-saving is always.
19052         (gnus-summary-save-article-body-file): Save decoded articles.
19053
19054         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19055
19056 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19057
19058         * nnrss.el (nnrss-check-group): Bind hash-index.
19059
19060 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19061
19062         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19063         its hash index.  Store this hash in `nnrss-group-data'.
19064         (nnrss-read-group-data): Update accordingly.
19065
19066 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19067
19068         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19069         entry.
19070
19071         * gnus-sum.el (gnus-summary-make-menu-bar):
19072         Add gnus-article-browse-html-article.
19073
19074 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19075
19076         * gnus-sum.el (gnus-summary-mime-map):
19077         Add gnus-article-browse-html-article.
19078
19079         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19080
19081 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19082
19083         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19084         suitable coding systems in customize.
19085
19086 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19087
19088         * mail-source.el (mail-sources): Fix custom type.
19089
19090 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19091
19092         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19093         (gnus-summary-expire-articles-now): Shorten prompt.
19094
19095         * gmm-utils.el (wid-edit): Require.
19096         (defun-gmm): Rename from `gmm-defun-compat'.
19097         (gmm-image-search-load-path): Use it.
19098         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19099
19100 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * gnus-sum.el (gnus-summary-save-article-coding-system):
19103         New variable.
19104         (gnus-summary-save-article): Add optional `decode' argument.
19105         If it is set and gnus-summary-save-article-coding-system is non-nil,
19106         save decoded article.
19107         (gnus-summary-write-article-file): Save decoded article if
19108         gnus-summary-save-article-coding-system is non-nil.
19109
19110         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19111         type.
19112
19113 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19116
19117 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19120         first to test gnus-single-article-buffer which may be buffer-local.
19121
19122         * gnus-sum.el (gnus-summary-setup-buffer):
19123         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19124         group; make gnus-article-buffer, gnus-article-current, and
19125         gnus-original-article-buffer always buffer-local.
19126         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19127         group.
19128         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19129
19130 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19131
19132         * nnml.el (nnml-request-compact-group): Compressed files might not
19133         have .gz extension.
19134
19135 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19136
19137         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19138         (mm-copy-to-buffer): Use with-current-buffer.
19139         (mm-display-part): Simplify.
19140         (mm-inlinable-p): Add optional arg `type'.
19141
19142 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19143
19144         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19145         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19146         Try harder to show the attachment internally or externally using
19147         gnus-mime-view-part-as-type.
19148
19149 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19150
19151         * message.el (message-from-style, message-signature-separator)
19152         (message-user-organization-file, message-send-mail-function)
19153         (message-citation-line-function, message-yank-prefix)
19154         (message-indent-citation-function, message-signature)
19155         (message-signature-file, message-signature-insert-empty-line):
19156         Remove autoloads.
19157
19158         * gnus-art.el (gnus-buttonized-mime-types):
19159         Remove "multipart/signed".  Revert 2006-04-26 change.
19160
19161 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19162
19163         * gnus.el (gnus-version-number): Bump version.
19164
19165 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19166
19167         * gnus.el: No Gnus v0.5 is released.
19168
19169 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19170
19171         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19172         fetching articles by message-id.
19173
19174 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19175
19176         * message.el (hashcash): Require hashcash as normal.
19177
19178         * ecomplete.el (ecomplete-highlight-match-line):
19179         Use point-at-eol.
19180         (ecomplete-highlight-match-line): Use `highlight', because that
19181         face exists in both Emacs and XEmacs.
19182
19183         * message.el (message-display-abbrev): Use point-at-bol.
19184
19185         * mail-source.el: Don't require timer/timer-funcs.
19186
19187         * gnus-async.el: Ditto.
19188
19189         * password.el: Ditto.
19190
19191         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19192
19193         * mm-url.el: Ditto.
19194
19195         * gnus-xmas.el: Don't require timer-funcs.
19196
19197         * mm-util.el: Require timer/timer-funcs.
19198
19199 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19200
19201         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19202         Close.
19203
19204 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19205
19206         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19207         unibyte after clear-decrypt function runs.
19208
19209         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19210         returns as a unibyte string.
19211
19212 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19213
19214         * lpath.el: Revert.
19215
19216         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19217         (pgg-gpg-process-sentinel): Revert.
19218
19219         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19220         (pgg-pgp-lookup-key): Revert.
19221
19222         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19223         (pgg-pgp5-lookup-key): Revert.
19224
19225         * pgg.el (pgg-fetch-key): Revert.
19226
19227 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19228
19229         * lpath.el: Fbind string-as-multibyte for XEmacs.
19230
19231         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19232         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19233         (mml1991-pgg-encrypt): Ditto.
19234
19235         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19236         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19237         a multibyte buffer.
19238
19239         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19240         (pgg-pgp-lookup-key): Ditto.
19241
19242         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19243         (pgg-pgp5-lookup-key): Ditto.
19244
19245         * pgg.el (pgg-fetch-key): Ditto.
19246
19247 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19248
19249         * message.el (message-user-organization-file): Check several
19250         locations of the organization file.
19251
19252         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19253         Add gnus-article-view-part-as-type.
19254
19255         * gnus-art.el (gnus-article-view-part-as-type): New function.
19256
19257         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19258         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19259
19260         * mml.el: Simplify autoload.
19261         (mml-mode): defvar dnd-protocol-alist instead of using
19262         symbol-value.
19263         (mml-default-directory): New variable.
19264         (mml-minibuffer-read-file): Use it.
19265         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19266
19267         * message.el (message-citation-line-format): New variable.
19268         (message-insert-formated-citation-line): New function.
19269         (message-citation-line-function):
19270         Add `message-insert-formated-citation-line' to custom type.
19271
19272         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19273         to doc string.
19274
19275         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19276         depending on mm-verify-option.
19277
19278 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19279
19280         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19281         binding pgg-* variables; reimplement the section which prevents
19282         MIME header from being signed.
19283         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19284         pgg-text-mode; remove a blank line at the top of body.
19285
19286         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19287         lines at the top of body; use gnus-newsgroup-charset if there's no
19288         Charset header.
19289
19290 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * message.el (message-self-insert-commands): Doc fix.
19293
19294         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19295         (mm-uu-pgp-encrypted-test): Ditto.
19296         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19297         between header and body; return application/pgp-encrypted handle
19298         if decryption failed; decode decrypted body by charset.
19299
19300         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19301         element match to application/pgp-*.
19302
19303 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19304
19305         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19306         HTML.
19307
19308 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19309
19310         * mail-source.el (mail-source-call-script): Message the error
19311         string.
19312
19313 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19314
19315         * gnus-util.el (gnus-byte-compile): Use it.
19316
19317 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19318
19319         * gnus-util.el (kill-empty-logs): New function.
19320
19321 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19322
19323         * message.el (message-mail-alias-type): Doc fix.
19324         (message-mail-alias-type-p): New function.
19325         (message-send): Use it.
19326         (message-mode): Ditto.
19327         (message-strip-forbidden-properties): Ditto.
19328
19329         * ecomplete.el (ecomplete-database-file-coding-system):
19330         New variable.
19331         (ecomplete-save): Use it.
19332         (ecomplete-setup): Use it.
19333
19334 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19335
19336         * message.el (message-self-insert-commands): New variable.
19337         (message-strip-forbidden-properties): Use it.
19338
19339 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19340
19341         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19342         that doesn't make XEmacs choke.
19343
19344 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19345
19346         * gnus-util.el (gnus-replace-in-string):
19347         Prefer replace-regexp-in-string over of replace-in-string.
19348
19349 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19350
19351         * gnus-util.el (gnus-select-frame-set-input-focus):
19352         Use select-frame-set-input-focus if it is available in XEmacs; use
19353         definition defined in Emacs 22 for old Emacsen.
19354
19355         * dgnushack.el: Autoload unmorse-region for XEmacs.
19356
19357         * lpath.el: Bind cursor-in-non-selected-windows and
19358         select-frame-set-input-focus for XEmacs.
19359
19360 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19363
19364 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19365
19366         * gnus-registry.el (gnus-registry-cache-save): Remove text
19367         properties when saving via the temp buffer.
19368
19369 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19370
19371         * message.el (message-generate-hashcash): Honor custom type.
19372
19373 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19374
19375         * message.el (message-generate-hashcash): Default to non-nil when
19376         hashcash is found.
19377
19378         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19379         (gnus-refer-thread-limit): Increase default to 500.
19380
19381         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19382
19383         * flow-fill.el (fill-flowed): Allow delete-space.
19384
19385 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19386
19387         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19388         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19389         Remove autoloads.
19390
19391 2006-04-18  Simon Josefsson  <jas@extundo.com>
19392
19393         * message.el (message-generate-hashcash): Default to.
19394
19395 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19398         concatenating segments rather than before concatenating them.
19399
19400 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19401
19402         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19403
19404 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19405
19406         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19407
19408         * message.el (message-forward-make-body-plain):
19409         Allow message-forward-ignored-headers to be a list.
19410         (message-remove-ignored-headers): Factor out into function.
19411         (message-forward-make-body-mml): Use it.
19412
19413         * imap.el (imap-quote-specials): New function.
19414         (imap-login-auth): Quote specials.
19415
19416         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19417         (rfc2231-parse-string): Allow concatanation of parameters that
19418         aren't contiguous.  The test case is
19419           (mail-header-parse-content-type "message/external-body;
19420             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19421             access-type=LOCAL-FILE;
19422             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19423
19424 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19425
19426         * nntp.el (nntp-accept-process-output): Return the value of
19427         `nnheader-accept-process-output'.
19428
19429 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19430
19431         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19432         (gnus-button-alist): Recognize more diff formats.
19433         (gnus-button-patch): Strip directory.
19434
19435 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19436
19437         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19438         Emacs 22 when setting focus.
19439
19440 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19441
19442         * gnus-art.el (gnus-article-treat-types): Do treatment of
19443         text/x-verbatim parts.
19444         (gnus-button-patch): New command.
19445
19446         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19447         addresses that contain invalid characters.
19448
19449 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19450
19451         * message.el (message-put-addresses-in-ecomplete):
19452         Use gnus-replace-in-string.
19453         (message-is-yours-p): Use the more correct
19454         mail-header-parse-address instead of
19455         mail-extract-address-components.
19456         (message-put-addresses-in-ecomplete): Fix typo.
19457
19458         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19459         keystroke.
19460
19461         * gnus-art.el (gnus-treatment-function-alist): Change order of
19462         newsgroups/generic header folding to avoid double-folding.
19463
19464         * message.el (message-hidden-headers): Add X-Draft-From.
19465
19466         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19467         New command.
19468         (gnus-summary-repeat-search-article-backward): New command.
19469
19470         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19471         groups in the parent topic.
19472
19473 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19474
19475         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19476         (spam-extra-header-to-number): Return the CRM114 number as a
19477         number instead of a string.
19478
19479 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19480
19481         * gnus-art.el (gnus-face-properties-alist): Move here from
19482         gnus-fun.
19483
19484         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19485
19486 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19487
19488         * message.el (message-strip-forbidden-properties): Only display on
19489         self-insert-command.
19490
19491         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19492         reindent.
19493         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19494
19495 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19496
19497         * smiley.el (smiley-style): Fix typo.
19498
19499 2006-03-23  Kenichi Handa  <handa@m17n.org>
19500
19501         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19502         instead of set-buffer-multibyte.
19503
19504 2006-03-23  Kenichi Handa  <handa@m17n.org>
19505
19506         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19507         buffer and then decode the buffer text if necessary.
19508         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19509         first, and after mm-encode-body, change the buffer to unibyte.
19510
19511 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19512
19513         * hashcash.el (hashcash-insert-payment-async-2):
19514         Use message-goto-eoh instead of doing it manually.
19515         (mail-add-payment): Use message-narrow-to-header instead of trying
19516         to do the same itself.
19517
19518         * message.el (message-hidden-headers): Add Face.
19519
19520         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19521         reparenting code.
19522         (gnus-summary-reparent-children): Refactored out code.
19523         (gnus-summary-thread-map): New keystroke.
19524         (gnus-summary-reparent-children): Make into command.
19525
19526         * smiley.el (smiley-style): Default to `medium' if using a large
19527         font.
19528
19529         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19530         does it itself.
19531
19532         * message.el (message-point-in-header-p): Simplify definition.
19533
19534 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19535
19536         * nnagent.el (nnagent-request-set-mark): Silence log file
19537         writing.
19538         (nnagent-request-set-mark): Use write-region instead of
19539         append-to-file.
19540
19541         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19542         strange select method.
19543
19544         * ecomplete.el (ecomplete-display-matches): Get highlightling
19545         right.
19546         (ecomplete-display-matches): Use literals.
19547         (ecomplete-display-matches): Disable message logging.
19548
19549         * message.el (message-display-abbrev): Small optimization.
19550
19551         * ecomplete.el (ecomplete-display-matches): Allow automatic
19552         display.
19553
19554         * message.el (message-strip-forbidden-properties):
19555         Display abbrevs.
19556         (message-display-abbrev): Get automatic display right.
19557
19558         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19559         keystrokes.
19560
19561 2006-04-13  Romain Francoise  <romain@orebokech.com>
19562
19563         TODO: Backport to v5-10!
19564
19565         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19566         Move here (and rename) from gnus-registry.el.
19567
19568         * gnus-registry.el: Require gnus-util.
19569         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19570
19571 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19572
19573         * gnus-group.el (gnus-group-catchup-current):
19574         Change if-then-else-if-then-else into cond.
19575         (gnus-group-catchup): Indent.
19576         (group-name-at-point): New function.
19577         (gnus-fetch-group): Provide default from thing at point.
19578
19579 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19580
19581         * message.el (message-display-abbrev): Fix regexp.
19582
19583         * ecomplete.el (ecomplete-highlight-match-line):
19584         Reimplement choosing.
19585         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19586         dead variables.
19587
19588         * message.el (message-newline-and-indent): Remove debugging.
19589         (message-display-abbrev): Use new implementation.
19590
19591 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19592
19593         * gnus-art.el (gnus-article-mode):
19594         Set cursor-in-non-selected-windows to nil.
19595
19596         * smiley.el: Revert previous change.
19597         (smiley-data-directory): defvar it before using it in the
19598         defcustom of `smiley-style'.
19599
19600 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19601
19602         * message.el (message-newline-and-indent): New function.
19603
19604         * ecomplete.el: Implement more bits.
19605
19606         * message.el (message-put-addresses-in-ecomplete): Clean up the
19607         string.
19608
19609         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19610
19611         * gnus-sum.el (gnus-summary-save-parts):
19612         Bind gnus-summary-save-parts-counter and use it to make unique file
19613         names.
19614
19615         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19616
19617         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19618         parameter to say whether to actually parse the individual
19619         addresses.
19620
19621         * message.el (message-put-addresses-in-ecomplete): New function.
19622         (ecomplete): Require.
19623         (message-mail-alias-type): Add ecomplete as an option.
19624
19625 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19626
19627         * flow-fill.el (fill-flowed): Remove trailing space from blank
19628         quoted lines.
19629
19630 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19631
19632         * smiley.el (smiley-style): Move definition later to avoid a
19633         compilation warning.
19634
19635 2006-04-12  Kenichi Handa  <handa@m17n.org>
19636
19637         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19638         buffer and then decode the buffer text if necessary.
19639         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19640         first, and after mm-encode-body, change the buffer to unibyte.
19641         Use mm-disable-multibyte instead of set-buffer-multibyte.
19642
19643 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19644
19645         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19646         Content-Type header instead of Content-Disposition header.
19647         (gnus-mime-inline-part): Ditto.
19648         (gnus-mime-view-part-as-charset): Ignore charset that the part
19649         specifies.
19650
19651         * mm-decode.el (mm-display-part): Work with external parts and
19652         usual parts similarly.
19653
19654         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19655         instead of gnus-display-mime.
19656
19657         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19658         instead of with-temp-buffer.
19659
19660         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19661         tag to summarized topics part in order to encode non-ASCII text.
19662
19663 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19664
19665         * smiley.el (smiley-style): New variable.
19666         (smiley-directory): New function.
19667         (smiley-data-directory): Derive from `smiley-style' using
19668         `smiley-directory'.
19669         (smiley-regexp-alist): Add new entries.
19670
19671         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19672         (gnus-article-browse-delete-temp): Add :version.
19673
19674 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19675
19676         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19677         the sieve region.
19678
19679 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19680
19681         * gnus.el (gnus-version-number): Bump version.
19682
19683 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19684
19685         * gnus.el: No Gnus v0.4 is released.
19686
19687 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19688
19689         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19690         layout.
19691
19692         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19693         unknown charset.
19694
19695         * message.el (message-header-synonyms): Add Original-To to the
19696         default.
19697
19698         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19699         optional parameter.
19700
19701 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19702
19703         * gnus-fun.el (gnus): Require it for gnus-directory.
19704
19705 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19706
19707         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19708
19709 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19710
19711         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19712
19713 2006-04-05  Simon Josefsson  <jas@extundo.com>
19714
19715         * password.el (password-reset): New function.
19716
19717 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19718
19719         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19720         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19721
19722 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19723
19724         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19725         Some whitespace was matched into the url, which broke browsing hits
19726         > 100 when mm-url-use-external was nil.
19727
19728 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19729
19730         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19731         Check gnus-extra-headers for 'Newsgroups.
19732
19733         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19734         bound.
19735
19736 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19737
19738         * pgg-gpg.el: Clean up process buffers every time gpg processes
19739         complete.
19740
19741 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19742
19743         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19744         doc string.
19745
19746 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19747
19748         * pgg-gpg.el (pgg-gpg-process-filter)
19749         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19750
19751         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19752         lines, temporary fix.
19753
19754 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19755
19756         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19757
19758 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19759
19760         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19761         default-enable-multibyte-characters.  This reverts the change from
19762         revision 6.17 which is no longer necessary because the passphrase
19763         is sent separately now.  GnuPG messages are unreadable under
19764         multibyte locales with default-enable-multibyte-characters set to
19765         nil.
19766
19767 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19768
19769         * message.el (message-tool-bar-gnome): Move "spell".
19770
19771 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19772
19773         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19774         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19775         instead.
19776
19777 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19778
19779         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19780         Improve newsgroups handling for NNTP overviews which don't include
19781         Newsgroups.
19782
19783 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19784
19785         * message.el (message-resend): Bind message-generate-hashcash to nil.
19786
19787 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19788
19789         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19790         when searching for already-paid recipients.
19791
19792 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19793
19794         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19795         passphrases when it is not needed.
19796         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19797         passphrase stuff from gpg, should only be necessary when you use
19798         gpg with a smartcard.
19799
19800 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19801
19802         * mml.el (mml-insert-mime): Ignore cached contents of
19803         message/external-body part.
19804
19805         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19806         (mm-insert-part): Ditto.
19807
19808 2006-03-23  Simon Josefsson  <jas@extundo.com>
19809
19810         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19811         Reiner.
19812         (pgg-gpg-use-agent-p): Use it again.
19813
19814 2006-03-23  Simon Josefsson  <jas@extundo.com>
19815
19816         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19817         older emacsen.
19818         (pgg-gpg-use-agent-p): Don't use it.
19819
19820 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19821
19822         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19823         if we can.
19824
19825 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19826
19827         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19828         (pgg-gpg-update-agent): New function.
19829         (pgg-gpg-use-agent-p): New function.
19830         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19831         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19832         (pgg-gpg-sign-region): Use it.
19833
19834 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19837         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19838
19839 2006-03-21  Simon Josefsson  <jas@extundo.com>
19840
19841         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19842         <wilde@sha-bang.de>.
19843         (pgg-gpg-use-agent): New variable.
19844         (pgg-gpg-process-region): Use it.
19845         (pgg-gpg-encrypt-region): Likewise.
19846         (pgg-gpg-encrypt-symmetric-region): Likewise.
19847         (pgg-gpg-decrypt-region): Likewise.
19848         (pgg-gpg-sign-region): Likewise.
19849         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19850
19851 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19852
19853         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19854
19855         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19856         Add comment on version.
19857
19858 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19859
19860         * smiley.el: Add missing test smiley.
19861
19862 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19863
19864         * mm-decode.el (mm-with-part): New macro.
19865         (mm-get-part): Use it; work with message/external-body as well.
19866         (mm-save-part): Treat name and filename equally.
19867
19868         * mm-extern.el (mm-extern-cache-contents): New function.
19869         (mm-inline-external-body): Use it; force the part to be displayed;
19870         move undisplayer added to the cached handle to the parent.
19871
19872         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19873         (gnus-mime-view-part-as-type): Work with message/external-body.
19874
19875         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19876
19877 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19878
19879         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19880         images in image-load-path.  [Sync with image.el, revision 1.60, in
19881         Emacs.]
19882
19883 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19884
19885         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19886         path rather than symbol.  Always return list of directories.
19887         Guarantee that image directory comes first.  [Sync with image.el,
19888         revision 1.59, in Emacs.]
19889
19890         * message.el (message-make-tool-bar): Adjust to new API of
19891         `gmm-image-load-path-for-library'.
19892
19893         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19894
19895         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19896
19897 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19898
19899         * gnus-art.el (gnus-article-only-boring-p):
19900         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19901         intangible text.
19902         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19903
19904 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19905
19906         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19907         Use `defun' instead of `gmm-defun-compat'.
19908
19909 2006-03-14  Simon Josefsson  <jas@extundo.com>
19910
19911         * message.el (message-unique-id): Don't use message-number-base36
19912         if (user-uid) is a float.
19913         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19914
19915 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19918
19919         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19920         empty line between a part and a message part.
19921
19922 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19923
19924         * smiley.el: Add more test smileys.
19925         (smiley-data-directory, smiley-regexp-alist)
19926         (gnus-smiley-file-types): Fix doc strings.
19927         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19928         adding new elements.
19929         (smiley-mouse-map): Unused code.  Make it a comment.
19930
19931 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19932
19933         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19934         scan latest NoCeM messages instead of old ones.
19935         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19936         delimiters that are recently used.
19937         (gnus-nocem-load-cache): Add autoload cookie.
19938
19939         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19940
19941         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19942         level which is larger than gnus-use-nocem is specified.
19943
19944         * gnus-group.el (gnus-group-get-new-news): Ditto.
19945
19946 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19947
19948         * gnus-util.el (gnus-tool-bar-update): New function.
19949
19950         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19951         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19952
19953         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19954
19955         * gnus-group.el (gnus-group-redraw-when-idle)
19956         (gnus-group-redraw-check): Remove.
19957         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19958
19959 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19960
19961         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19962         if optional last element is specified in splits (FIELD VALUE...).
19963
19964 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19965
19966         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19967         to gmm-image-load-path-for-library.  Call with no-error argument.
19968         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19969
19970         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19971
19972         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19973
19974         * gmm-utils.el (gmm-image-load-path): Remove alias.
19975
19976 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19977
19978         * gmm-utils.el (gmm-image-load-path): Add alias.
19979
19980         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19981         nnml-generate-nov-databases-1.
19982         (nnml-generate-nov-databases): Use it.
19983         (nnml-generate-nov-databases-directory): Document no-active
19984         argument.
19985
19986         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19987         directory if path is t.  Add no-error.
19988
19989         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19990         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19991
19992         * gnus-art.el (gnus-article-browse-delete-temp-files):
19993         Simplify resetting gnus-article-browse-html-temp-list.
19994
19995         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19996         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19997         Add example to docstring.  Rename local variables.  Move error
19998         checks to default case in cond and simplify.
19999
20000 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20001
20002         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20003         handle is multipart when calling it recursively.
20004         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20005
20006 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20007
20008         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20009         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20010
20011 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20012
20013         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20014         is loaded.
20015
20016         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20017         loaded.
20018
20019 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20020
20021         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20022         to "Emacs 23 (unicode)" in doc string.
20023
20024         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20025         "Emacs 23 (unicode)" in comment.
20026
20027 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20028
20029         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20030
20031         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20032         characters 160 through 255 in Emacs 23.
20033
20034 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20035
20036         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20037         gnus-article-browse-html-temp.
20038         (gnus-article-browse-delete-temp): Make it customizable.
20039         Add `file'.  Adjust doc string.
20040         (gnus-article-browse-delete-temp-files): Add argument.
20041         Allow query for each file.  Adjust doc string.
20042         (gnus-article-browse-html-parts):
20043         Add `gnus-article-browse-delete-temp-files' to
20044         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20045
20046 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20047
20048         * gnus-art.el (gnus-article-browse-html-temp)
20049         (gnus-article-browse-delete-temp): New variables.
20050         (gnus-article-browse-delete-temp-files): New function.
20051         (gnus-article-browse-html-parts): Use it.
20052
20053 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20054
20055         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20056
20057         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20058         string.
20059
20060         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20061         gnus-summary-insert-new-articles when unplugged.
20062         Remove gnus-summary-search-article-forward.
20063
20064         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20065         display-visual-class instead of display-color-cells.
20066
20067 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20068
20069         * dgnushack.el: Autoload customize-group for XEmacs.
20070
20071         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20072         message/* containing non-ASCII text properly.
20073
20074 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20075
20076         * message.el: Require gmm-utils, remove autoloads.
20077         (message-tool-bar): Set default based on
20078         gmm-tool-bar-style.
20079         (message-tool-bar-gnome): Add gmm-customize-mode.
20080
20081         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20082         gmm-tool-bar-style.
20083         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20084
20085         * gnus-group.el (gnus-group-tool-bar): Set default based on
20086         gmm-tool-bar-style.
20087         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20088
20089         * gmm-utils.el (gmm-image-directory): Rename variable from
20090         gmm-image-load-path.
20091         (gmm-image-load-path): Use gmm-image-directory.
20092         (gmm-customize-mode): New function.
20093         (gmm-tool-bar-style): New variable.
20094
20095         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20096         gnus-group-redraw-line-number.
20097         (gnus-group-redraw-check): Simplify.
20098         (gnus-group-tool-bar-update): Remove redraw check.
20099         (gnus-group-make-tool-bar): Add redraw check.
20100
20101 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20102
20103         * gnus-art.el (gnus-button): Add missing parentheses.
20104
20105 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20106
20107         * lpath.el: Fbind line-number-at-pos.
20108
20109 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20110
20111         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20112
20113 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20114
20115         * gnus-art.el (gnus-button): New face.
20116         (gnus-article-button-face): Use it.
20117
20118         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20119         Add gnus-summary-next-page.  Re-order.
20120
20121         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20122         next-node are now included.
20123         (gnus-group-redraw-line-number): New internal variable.
20124         (gnus-group-redraw-check): Helper function for updating the tool
20125         bar.
20126         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20127
20128         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20129
20130         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20131         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20132         Use it to match format of Spamassassin 3.0 and later.
20133         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20134         (spam-check-bogofilter)
20135         (spam-bogofilter-register-with-bogofilter): Fix args of
20136         `gnus-error' calls.
20137
20138 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20139
20140         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20141         unnecessary interaction when sending queued mails.
20142         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20143
20144 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20145
20146         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20147         first or last are nil.
20148
20149 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20150
20151         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20152
20153 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20154
20155         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20156
20157 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20158
20159         * dns.el (query-dns): Protect more against buggy tcp output.
20160
20161 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20162
20163         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20164         nov.php.
20165
20166 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20167
20168         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20169         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20170         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20171         output on the server side.
20172         (nnweb-google-create-mapping): Update regexps and add some
20173         progress indication.
20174
20175 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20176
20177         * gnus-group.el (gnus-group-tool-bar-gnome):
20178         Fix gnus-agent-toggle-plugged.  Re-order icons.
20179         (gnus-group-tool-bar-gnome):
20180         Add gnus-group-{prev,next}-unread-group.
20181         (gnus-group-tool-bar-gnome): Re-order icons.
20182
20183         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20184         Move gnus-summary-insert-new-articles.
20185
20186         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20187         Fix comments.
20188
20189         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20190         also available in Emacs 21.3.
20191
20192         * message.el (message-fix-before-sending): Change "Emacs 22" to
20193         "Emacs 23 (unicode)" in comment.
20194
20195         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20196         "Emacs 23 (unicode)" in comment.
20197
20198         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20199         comment.
20200         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20201
20202         * mm-view.el (mm-fill-flowed): Add :version.
20203
20204 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20207         and load-path.
20208
20209 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20210
20211         * message.el: Autoload gmm-image-load-path.
20212         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20213         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20214         consitency.
20215
20216         * gmm-utils.el (gmm-image-load-path): Also search in
20217         "../etc/images".  Don't set gmm-image-load-path if we don't find
20218         the image.
20219
20220 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20221
20222         * gmm-utils.el (gmm-image-load-path): Don't make
20223         `gmm-image-load-path' include subdirectories which the second arg
20224         `image' might specify.
20225
20226         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20227         subdirectory to icon file names.
20228
20229         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20230
20231 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20232
20233         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20234         gmm-image-load-path calls.
20235
20236         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20237
20238         * message.el (message-make-tool-bar): Ditto.
20239
20240         * mml.el (mml-preview): Add comment concerning tool bar icons.
20241
20242         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20243         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20244
20245         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20246         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20247
20248         * message.el (message-tool-bar-gnome): Use new icon names.
20249         (message-make-tool-bar): Use `gmm-image-load-path'.
20250
20251         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20252         New functions from MH-E.
20253         (gmm-image-load-path): New variable from MH-E.
20254         (gmm-image-load-path): New function from MH-E.  Add arguments
20255         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20256         *-image-load-path-called-flag.
20257
20258 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20259
20260         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20261
20262 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20263
20264         * nnimap.el (nnimap-request-move-article): Change folder back to
20265         source group before deleting.
20266
20267 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20268
20269         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20270
20271         * gnus-art.el (mm-url-insert-file-contents-external):
20272         Autoload mm-url.
20273
20274         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20275
20276 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20279         coding system which mm-charset-to-coding-system returns for a
20280         given charset is valid.
20281
20282 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20283
20284         * html2text.el (html2text-remove-tag-list):
20285         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20286
20287 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20288
20289         * gnus-cus.el: Revert 2005-10-17 change.
20290
20291 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20292
20293         * gnus-art.el (article-strip-banner):
20294         Call article-really-strip-banner only when the regexp match is made.
20295
20296 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20297
20298         * gnus-art.el (article-strip-banner):
20299         Use gnus-extract-address-components instead of
20300         mail-header-parse-addresses to make it work with non-ASCII text;
20301         remove mail-encode-encoded-word-string.
20302
20303         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20304         values which are surrounded with \"...\"; make it never cause a
20305         Lisp error; give up parsing of parameters if it failed in
20306         extracting type.
20307
20308 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20309
20310         * smime.el (smime-cert-by-ldap-1): Fix bug where
20311         `smime-ldap-search' returns results without userCertificates.
20312
20313 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20314
20315         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20316
20317 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20318
20319         * spam.el (spam-check-spamassassin-headers): Adapt format for
20320         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20321         <ari@mbf.ocn.ne.jp>.
20322         (spam-list-of-processors): Add spam-use-gmane.
20323
20324 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20325
20326         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20327         make-temp-file; make it work with XEmacs as well.
20328
20329         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20330         mm-make-temp-file.
20331
20332         * mm-decode.el (mm-display-external): Use the 3rd arg of
20333         mm-make-temp-file.
20334         (mm-create-image-xemacs): Ditto.
20335
20336 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20337
20338         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20339         with message-narrow-to-headers.
20340         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20341         (gnus-draft-check-draft-articles): New function.
20342         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20343
20344 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20345
20346         * gnus-art.el (gnus-article-browse-html-parts):
20347         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20348         Don't use suffix argument for mm-make-temp-file for Emacs 21
20349         compatibility.  Remove useless `format'.
20350
20351 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20352
20353         * nnweb.el (nnweb-google-wash-article): Update regexps.
20354         (nnweb-group-alist): Use defvoo instead of defvar.
20355
20356 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20357
20358         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20359         re-loading nn* modules.
20360
20361 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20362
20363         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20364         for `tool-bar-mode' and don't check it's default-value.
20365
20366         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20367
20368         * message.el (message-make-tool-bar): Ditto.
20369
20370         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20371         `substring'.  Shorten tmp-file name.
20372
20373         * gnus.el: Remove bogus comment.
20374
20375 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20376
20377         * gnus-art.el (gnus-article-browse-html-parts): New function.
20378         (gnus-article-browse-html-article): New function for viewing html
20379         articles with a browser.
20380
20381 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20382
20383         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20384         in elisp.
20385         (pgg-gpg-encrypt-symmetric-region): Ditto.
20386         (pgg-gpg-sign-region): Ditto.
20387
20388         * pgg-def.el (pgg-text-mode): New variable.
20389
20390         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20391         (mml2015-pgg-encrypt): Ditto.
20392
20393         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20394         (mml1991-pgg-encrypt): Ditto.
20395
20396 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20397
20398         * nnfolder.el (nnfolder-insert-newsgroup-line):
20399         Use message-make-date instead of current-time-string.
20400
20401         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20402         to gnus-decoded which mm-uu might set.
20403
20404 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20405
20406         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20407         don't decode quoted parameters; remove misimported Emacs code.
20408         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20409         (rfc2231-decode-encoded-string): Don't use split-string which
20410         behaves differently according to Emacs version; use
20411         mm-decode-coding-region to convert charset to coding-system.
20412         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20413         (rfc2231-encode-string): Remove misimported Emacs code.
20414
20415 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20416
20417         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20418         when calling mail-header-parse-content-type.
20419         (article-de-quoted-unreadable): Ditto.
20420         (article-de-base64-unreadable): Ditto.
20421         (article-wash-html): Ditto.
20422
20423         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20424         calling mail-header-parse-content-type and
20425         mail-header-parse-content-disposition.
20426         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20427         mail-header-parse-content-type.
20428
20429         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20430         insert charset and format parameters; encode description after
20431         inserting it to buffer.
20432         (mml-insert-parameter): Fold lines properly even if a parameter is
20433         segmented into two or more lines; change the max column to 76.
20434
20435         * rfc1843.el (rfc1843-decode-article-body): Don't use
20436         ignore-errors when calling mail-header-parse-content-type.
20437
20438         * rfc2231.el (rfc2231-parse-string): Return at least type if
20439         possible; don't cause an error even if it fails in parsing of
20440         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20441         (rfc2231-encode-string): Don't break lines at the beginning, leave
20442         it to mml-insert-parameter.
20443
20444         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20445         calling mail-header-parse-content-type.
20446
20447 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20448
20449         * spam-report.el (spam-report-gmane-use-article-number):
20450         Improve doc string.
20451         (spam-report-gmane-internal): Check if a suitable header was found
20452         in the article.
20453
20454 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20455
20456         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20457         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20458
20459 2006-02-05  Romain Francoise  <romain@orebokech.com>
20460
20461         Update copyright notices of all files in the gnus directory.
20462
20463 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20464
20465         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20466
20467 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20468
20469         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20470         segmented lines of parameter value to cope with Thunderbird 1.5
20471         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20472         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20473         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20474
20475 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20476
20477         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20478         parts.
20479
20480 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20481
20482         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20483         there's only one active file for all servers.
20484         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20485         solid groups.  Gnus might have used a FAST request to select the group.
20486         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20487         and nnweb-search redundantly in the active file.
20488         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20489         (nnweb-request-create-group): Don't use ARGS.
20490         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20491         initializations.  Let nnoo do the work.
20492
20493 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20494
20495         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20496         Say the part has been decoded.
20497
20498         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20499
20500 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20501
20502         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20503         mailcap-viewer-test-cache when there's no 'test clause, since that
20504         will invert the meaning of a "nil" test previously determined by
20505         mailcap-mailcap-entry-passes-test.
20506
20507 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20508
20509         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20510         compiling.
20511
20512         * gnus-sum.el: Ditto.
20513
20514         * message.el: Don't bind tool-bar-map when compiling.
20515
20516 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20517
20518         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20519
20520 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20521
20522         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20523         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20524         current Google Groups.
20525
20526 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20527
20528         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20529         and tool-bar-mode.
20530
20531         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20532         and tool-bar-mode.
20533
20534         * message.el (message-tool-bar-update): Simplify.
20535         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20536
20537         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20538         gnus-summary-buffer.
20539         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20540         gnus-summary-reply.
20541
20542         * gmm-utils.el (gmm): Add :version.
20543
20544 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20545
20546         * Makefile.in (clean): New rule.
20547         (distclean): Use it.
20548
20549 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20550
20551         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20552         Don't autoload.
20553
20554 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20555
20556         * gmm-utils.el (gmm-verbose): Add :group.
20557
20558 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20559
20560         * message.el: Change some comments WRT tool-bars.
20561
20562         * gnus-sum.el (gnus-summary-tool-bar)
20563         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20564         (gnus-summary-tool-bar-zap-list): New variables.
20565         (gnus-summary-make-tool-bar): Complete rewrite using
20566         `gmm-tool-bar-from-list'.
20567
20568         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20569         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20570         New variables.
20571         (gnus-group-make-tool-bar): Complete rewrite using
20572         `gmm-tool-bar-from-list'.
20573         (gnus-group-tool-bar-update): New function.
20574
20575         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20576
20577 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20578
20579         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20580         is dissected into a single part of which the type is the same as
20581         the given one; decode charset.
20582
20583 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20584
20585         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20586         into alists as symbol not string, since that's what
20587         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20588         look for.
20589
20590 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20591
20592         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20593         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20594
20595         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20596
20597 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20598
20599         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20600         (gnus-xmas-mime-security-button-menu): New function.
20601
20602         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20603         (gnus-mime-security-button-menu): New definition.
20604         (gnus-mime-security-button-map): Use them.
20605         (gnus-mime-security-button-menu): New function.
20606         (gnus-insert-mime-security-button): Addition to help echo.
20607         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20608         (gnus-mime-security-pipe-part): New functions.
20609
20610         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20611         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20612
20613         * mm-decode.el (mm-handle-set-disposition): Remove.
20614         (mm-handle-set-description): Remove.
20615
20616 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20617
20618         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20619         (mm-w3m-standalone-supports-m17n-p): New function.
20620         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20621         w3m usage.
20622
20623         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20624         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20625
20626 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20627
20628         * message.el (message-tool-bar-zap-list):
20629         Use gmm-tool-bar-zap-list as custom type.
20630         (message-tool-bar-update): New function.
20631         (message-tool-bar, message-tool-bar-gnome)
20632         (message-tool-bar-retro): Add message-tool-bar-update.
20633         (message-tool-bar-gnome): Add flyspell-buffer.
20634
20635         * gnus-util.el (gnus-error): Describe `args'.
20636
20637         * gmm-utils.el (gmm-error): Describe `args'.
20638         (gmm-tool-bar-zap-list): New widget.
20639         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20640
20641 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20642
20643         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20644         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20645         the number of recursive calls.
20646
20647         * mm-decode.el (mm-handle-set-disposition): New macro.
20648         (mm-handle-set-description): New macro.
20649
20650 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20651
20652         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20653         encoding.
20654
20655 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20656
20657         * message.el (message-tool-bar-zap-list, message-tool-bar)
20658         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20659         (message-tool-bar-local-item-from-menu): Remove.
20660         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20661         (message-make-tool-bar): New function.
20662         (message-mode): Use `message-make-tool-bar'.
20663
20664         * gmm-utils.el: New file.
20665         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20666         (gmm-lazy): New widget copied from `nnmail.el'.
20667         (gmm-tool-bar-from-list): New function for creating customizable
20668         tool bars.
20669         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20670         output.
20671         (gmm): Add :prefix to defgroup.
20672
20673 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20674
20675         * gmm-utils.el (gmm-widget-p): New function.
20676
20677 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20678
20679         * mml.el (mml-attach-file): Describe `description' in doc string.
20680         (mml-menu): Add Emacs MIME manual and PGG manual.
20681
20682 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20683
20684         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20685
20686 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20687
20688         * nntp.el (nntp-end-of-line): Doc fix.
20689
20690 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20691
20692         * imap.el (imap-open): Handle case where buffer is a buffer
20693         object.
20694
20695 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20696
20697         * gnus-delay.el (gnus-delay): Don't autoload.
20698         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20699         to be re-loaded when customizing the `gnus-delay' group.
20700
20701 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20702
20703         * message.el (message-insert-citation-line): Use newlines.
20704
20705 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20706
20707         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20708         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20709         these routines, so the passphrase can be managed externally and
20710         passed in to the system.
20711         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20712         pgg-add-passphrase-to-cache function.
20713
20714         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20715         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20716         these routines, so the passphrase can be managed externally and
20717         passed in to the system.
20718         (pgg-pgp5-sign-region): Use new name of
20719         pgg-add-passphrase-to-cache function.
20720
20721 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20722
20723         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20724         part of the decoded armor to find the key-identifier.
20725         (pgg-gpg-lookup-key-owner): New function to return the
20726         human-readable identifier of a key owner.
20727         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20728         itself.
20729         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20730         the key value) if we have a key and can match it against a secret
20731         key.  Also, added a note pointing out fact that the prompt only
20732         indicates the first matching key.
20733
20734         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20735         pgg-decrypt-region.
20736         (pgg-add-passphrase-to-cache): Rename from
20737         `pgg-add-passphrase-cache' to reduce confusion (all callers
20738         changed).
20739         (pgg-remove-passphrase-from-cache): Rename from
20740         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20741         changed).
20742         (pgg-read-passphrase, pgg-add-passphrase-cache)
20743         (pgg-remove-passphrase-cache): Add informative docstrings.
20744         (pgg-decrypt): Convey provided passphrase in subordinate call to
20745         pgg-decrypt-region.
20746
20747 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20748
20749         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20750         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20751         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20752         'passphrase' argument, so the passphrase can be managed externally
20753         and then passed in to the system.
20754
20755         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20756         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20757         so the passphrase cache can be used reliably with identifiers
20758         besides a pgp packet's key id.
20759
20760         * pgg-gpg.el (pgg-gpg-encrypt-region)
20761         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20762         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20763         these routines, so the passphrase can be managed externally and
20764         passed in to the system.
20765
20766         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20767         'notruncate' argument, so the passphrase cache can be used
20768         reliably with identifiers besides a pgp packet's key id.
20769
20770 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20771
20772         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20773         symmetric encryption.
20774         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20775         encrypted session key.
20776         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20777         message ask for the passphrase in a proper way.
20778
20779         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20780         New user commands for symmetric encryption.
20781
20782 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20783
20784         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20785
20786         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20787
20788 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20789
20790         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20791
20792 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20793
20794         * mm-decode.el (mm-inlined-types): Add application/pgp.
20795         (mm-automatic-display): Ditto.
20796
20797         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20798         part as text.
20799
20800 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20801
20802         * nnrss.el: Update copyright.
20803         (nnrss-opml-import): Query whether to subscribe to each entry.
20804
20805         * gnus-art.el:
20806         * gnus-sum.el:
20807         * gnus-xmas.el:
20808         * messagexmas.el:
20809         * mm-uu.el:
20810         * mm-view.el: Update copyright.
20811
20812 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20813
20814         * message.el (message-info): New function.
20815         (message-mode-menu): Add it.
20816         Update copyright.
20817
20818         * ChangeLog: Fix and update copyright.
20819
20820 2006-01-13  Romain Francoise  <romain@orebokech.com>
20821
20822         * message.el (message-forward-subject-name-subject): Prefer the
20823         address to 'nowhere' if the sender has no name.
20824         Fix typo.  Update copyright year.
20825
20826 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20827
20828         * gnus-art.el (article-wash-html):
20829         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20830         (gnus-article-wash-html-with-w3m-standalone): New function.
20831
20832         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20833         mm-inline-text-html-render-with-w3m-standalone.
20834         (mm-text-html-washer-alist): Map w3m-standalone to
20835         gnus-article-wash-html-with-w3m-standalone.
20836         (mm-inline-text-html-render-with-w3m-standalone): New function.
20837
20838 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20839
20840         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20841         Improve LaTeX.
20842
20843 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20844
20845         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20846         (nnrss-request-article): Render text/plain parts as HTML.
20847
20848         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20849         the buffer.
20850
20851 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20852
20853         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20854         custom definition of `gnus-posting-styles'.
20855
20856         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20857         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20858
20859 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20860
20861         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20862         Use nntp for bug archive.
20863
20864 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20865
20866         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20867         parts.
20868         (nnrss-normalize-date): New function converts ISO 8601 date into
20869         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20870         (nnrss-check-group): Use it.
20871
20872 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20873
20874         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20875
20876         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20877         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20878         (nnrss-insert-w3): Ditto.
20879
20880 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20881
20882         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20883         the articles to be forwarded including the case where neither a
20884         number of articles nor a region is specified.
20885
20886 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20887
20888         * nnrss.el (nnrss-request-article): Fix last change; fill
20889         text/plain parts.
20890
20891 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20892
20893         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20894         in text/plain part.
20895         (nnrss-check-group): Don't add excessive newline to dc:subject.
20896
20897 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20898
20899         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20900         article.
20901
20902 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20903
20904         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20905         (nnml-use-compressed-files, nnml-save-mail): Support other
20906         comression programs such as bzip2.
20907
20908 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20909
20910         * dns.el (query-dns): Make sure we check the buffer size before
20911         removing tcp headers.
20912
20913 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20914
20915         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20916         remove MIME buttons associated with multipart/alternative parts.
20917         (gnus-mime-display-alternative): Tag buttons using `article-type'
20918         text property.
20919
20920         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20921         associated with multipart/alternative parts.
20922
20923         * gnus-art.el (gnus-signature-separator): Fix custom type.
20924
20925         * mm-decode.el (mm-inlined-types): Fix custom type.
20926         (mm-keep-viewer-alive-types): Ditto.
20927         (mm-automatic-display): Ditto.
20928         (mm-attachment-override-types): Ditto.
20929         (mm-inline-override-types): Ditto.
20930         (mm-automatic-external-display): Ditto.
20931
20932 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20933
20934         * spam-report.el (spam-report-user-mail-address)
20935         (spam-report-user-agent): New variables.
20936         (spam-report-url-ping-plain): Use spam-report-user-agent.
20937
20938 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20939
20940         * gnus-art.el (gnus-button-handle-custom): Do not just use
20941         `customize-apropos' for any "M-x customize-*" button but the
20942         function called for.  Accept both the function name and its
20943         argument in order to achieve this.
20944         (gnus-button-alist): Remove support for "custom:" URL's.
20945         Pass function name to `gnus-button-handle-custom' in case of "M-x
20946         customize-*" buttons.
20947
20948 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20949
20950         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20951         multipart/alternative and add xref to mm-discouraged-alternatives
20952         in doc string.
20953
20954         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20955         gnus-buttonized-mime-types in doc string.
20956
20957 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20958
20959         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20960         Suggest image/.* in the doc string.
20961
20962 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20963
20964         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20965         message-marks (Debian bug#342521).
20966
20967 2005-12-12  Simon Josefsson  <jas@extundo.com>
20968
20969         * password.el (password-read-from-cache): Add.
20970         (password-read): Use it.
20971
20972 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20973
20974         * rfc2047.el (rfc2047-charset-to-coding-system):
20975         Recognize us-ascii as a MIME charset.
20976
20977         * mm-bodies.el (mm-decode-content-transfer-encoding):
20978         Protect against the case where the 2nd arg TYPE is nil.
20979
20980 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20981
20982         * pop3.el (pop3-stream-type): Fix custom version.
20983
20984         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20985
20986 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20987
20988         * mm-decode.el (mm-display-external): Add missing cdr.
20989
20990 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20991
20992         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20993         RFC1524) if it is in mailcap or add a suffix according to
20994         mailcap-mime-extensions when generating a temp filename; postpone
20995         deleting a temp file for 2 seconds for some wrappers, shell
20996         scripts, and so on, which might exit right after having started a
20997         viewer command as a background job.
20998
20999 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21000
21001         * nntp.el (nntp-marks-directory): Fix custom group.
21002
21003         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21004         steps when < 10.
21005
21006         * gnus-start.el (gnus-no-server-1):
21007         Mention `gnus-level-default-subscribed' in doc string.
21008
21009 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21010
21011         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21012         parens.
21013
21014 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21015
21016         * gnus-xmas.el (gnus-use-toolbar): Revert.
21017         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21018         gnus-use-toolbar is default.
21019
21020         * messagexmas.el (message-use-toolbar): Revert.
21021         (message-setup-toolbar): Use global default-toolbar if
21022         message-use-toolbar is default.
21023
21024 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21025
21026         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21027         according to default-toolbar-visible-p.
21028
21029         * messagexmas.el (message-use-toolbar): Ditto.
21030
21031 2005-11-26  Dave Love  <fx@gnu.org>
21032
21033         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21034         (tls-program, tls-success): Provide openssl alternative.
21035
21036         * starttls.el: Doc fixes.
21037         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21038         SERVICE to PORT.
21039
21040         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21041         port null or service name.
21042         (starttls-negotiate): Autoload.
21043
21044 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21045
21046         * message.el (message-kill-to-signature): Fix interactive spec.
21047
21048 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21049
21050         * pop3.el (pop3-open-server): Recognize a string as a service name.
21051
21052 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21053
21054         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21055
21056 2005-11-23  Dave Love  <fx@gnu.org>
21057
21058         Add pop3s, pop3/starttls.
21059
21060         * pop3.el (pop3-authentication-scheme): Clarify doc.
21061         (open-tls-stream, starttls-open-stream): Autoload.
21062         (pop3-stream-type): New.
21063         (pop3-open-server): Use it.
21064
21065         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21066         for POP.
21067         (mail-source-keyword-map): Add :stream for POP.
21068         (mail-source-fetch-pop): Use pop3-stream-type.
21069
21070 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21071
21072         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21073         of current-time-string.
21074
21075 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21076
21077         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21078         date header.
21079
21080 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21081
21082         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21083         it can seriously impact performance as it bypasses the agent's
21084         local caches.
21085
21086 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21087
21088         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21089         must be explicitly online rather than "not explicitly offline" for
21090         its flags to be synchronized.
21091
21092         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21093         that gnus-uu-unmark-thread will function correctly.
21094
21095         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21096         1024K is instead displayed as 1M.
21097
21098 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21099
21100         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21101
21102 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21103
21104         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21105
21106 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21107
21108         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21109         error message to display actual error condition.
21110         (gnus-agent-save-local): Avoid saving symbols that are bound to
21111         nil as they simply result in a warning message in
21112         gnus-agent-read-local.
21113
21114 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21115
21116         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21117         rather than make-variable-buffer-local for file-precious-flag.
21118
21119 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21120
21121         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21122         for duplicates which are removed.  The invalid sort check then
21123         triggers a rescan after the sort as sorting may have moved
21124         duplicate entries such that they can be cheaply detected.
21125
21126 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21127
21128         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21129
21130 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21131
21132         * gnus-agent.el (gnus-agent-article-alist-save-format):
21133         Change internal variable to a custom variable.  Change default value
21134         from compressed(2) to uncompressed(1).
21135         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21136         support for uncompressed agentview files.  Taken together, reading
21137         the agentview file should now be 6-7 times faster.
21138
21139 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21140
21141         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21142         as a buffer-local variable.  This avoids creating truncated
21143         dribble files as a result of a hang up, eg.
21144
21145 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21146
21147         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21148         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21149         XEmacs.
21150
21151 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21152
21153         * gnus-start.el (gnus-start-draft-setup):
21154         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21155
21156         * gnus.el (gnus-splash): Change custom group.
21157         (gnus-group-get-parameter, gnus-group-parameter-value):
21158         Describe allow-list argument.
21159
21160         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21161         string.
21162
21163 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21164
21165         * gnus-art.el (gnus-default-article-saver): Add user-defined
21166         `function' to custom type.
21167
21168 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21169
21170         * imap.el (imap-open): Handle case where buffer is a buffer
21171         object.
21172
21173 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21174
21175         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21176         long lines.
21177         (gnus-cache-delete-group): Wrap doc strings.
21178
21179         * gnus-agent.el (gnus-agent-rename-group)
21180         (gnus-agent-delete-group): Wrap doc strings.
21181
21182 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21183
21184         * messagexmas.el (message-use-toolbar): Change the valid values
21185         into default, top, bottom, left, and right.
21186         (message-toolbar-thickness): New variable.
21187         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21188         well.
21189         (message-setup-toolbar): Make it work.
21190
21191         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21192         (gnus-use-toolbar): Change the valid values into default, top,
21193         bottom, left, and right.
21194         (gnus-toolbar-thickness): New variable.
21195         (gnus-xmas-setup-toolbar): New function.
21196         (gnus-xmas-setup-group-toolbar): Use it.
21197         (gnus-xmas-setup-summary-toolbar): Use it.
21198
21199 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21200
21201         * gnus-start.el (gnus-1): Add "native" to
21202         gnus-predefined-server-alist.
21203
21204         * gnus.el (gnus-method-to-server): Don't add "native" to the
21205         lists here, because that leads to problems when
21206         gnus-select-method is bound.
21207
21208 2005-11-09  Simon Josefsson  <jas@extundo.com>
21209
21210         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21211         use (not sort-by-date) instead.
21212
21213 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21214
21215         * gnus-delay.el (gnus-delay-group): Don't autoload.
21216         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21217         to be re-loaded when customizing the `gnus-delay' group.
21218
21219 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21220
21221         * message.el: Revert last changes.
21222         (message-insert-citation-line): Use newlines.
21223
21224 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21225
21226         * message.el (message-courtesy-message)
21227         (message-mark-insert-begin, message-mark-insert-end)
21228         (message-elide-ellipsis, message-cancel-message)
21229         (message-add-header, message-change-subject)
21230         (message-cross-post-followup-to-header)
21231         (message-cross-post-insert-note, message-reduce-to-to-cc)
21232         (message-widen-reply, message-delete-not-region)
21233         (message-kill-to-signature, message-insert-signature)
21234         (message-insert-importance-high, message-insert-importance-low)
21235         (message-insert-or-toggle-importance)
21236         (message-insert-disposition-notification-to)
21237         (message-indent-citation, message-yank-original)
21238         (message-cite-original-without-signature, message-cite-original)
21239         (message-insert-citation-line, message-position-on-field)
21240         (message-fix-before-sending, message-send-mail-partially)
21241         (message-send-mail, message-send-mail-with-sendmail)
21242         (message-send-mail-with-qmail, message-send-news)
21243         (message-check-news-header-syntax, message-generate-headers)
21244         (message-insert-courtesy-copy, message-fill-address)
21245         (message-fill-header, message-shorten-references)
21246         (message-setup-1, message-cancel-news)
21247         (message-forward-make-body-plain, message-forward-make-body-mime)
21248         (message-forward-make-body-mml, message-encode-message-body)
21249         (message-forward-make-body-digest-plain)
21250         (message-forward-make-body-digest-mime)
21251         (message-use-alternative-email-as-from): Insert `hard-newline'
21252         instead of ordinary newlines.
21253
21254 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21255
21256         * message.el (message-generate-headers): Downcase the argument
21257         given to message-check-element.
21258
21259 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21260
21261         * nntp.el (nntp-authinfo-rejected): New error condition.
21262         (nntp-wait-for): Use new error condition to signal authentication
21263         error.
21264         (nntp-retrieve-data): Rethrow new error condition to break out of
21265         recursive call to nntp-send-authinfo.
21266
21267 2005-11-08  Romain Francoise  <romain@orebokech.com>
21268
21269         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21270         (gnus-summary-exit-map): Bind to `Z p'.
21271         (gnus-summary-make-menu-bar): Add menu item.
21272
21273 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21274
21275         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21276         (gnus-treat-*): Add `first' in all doc strings.
21277
21278         * gnus-group.el (gnus-group-compact-group): Fix typo.
21279
21280 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21281
21282         * gnus.el (gnus-parameters-case-fold-search): New variable.
21283         (gnus-parameters-get-parameter): Use it.
21284
21285         * gnus-score.el (gnus-home-score-file): Doc fix.
21286
21287 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21288
21289         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21290
21291 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21292
21293         * mm-util.el (mm-special-display-p): New function.
21294
21295         * mml.el (mml-preview): Use it; doc fix.
21296
21297 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21298
21299         * imap.el (imap-open): Handle case where buffer is a buffer object.
21300
21301 2005-10-29  Romain Francoise  <romain@orebokech.com>
21302
21303         * message.el (message-fix-before-sending): Fix comment.
21304
21305 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21306
21307         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21308
21309 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21310
21311         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21312         Used in gnus-score.el.
21313
21314 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21315
21316         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21317
21318 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21319
21320         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21321         whitespace removed in revision 7.8.  Use concatenated string to
21322         protect trailing whitespace.
21323
21324 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21325
21326         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21327         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21328         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21329         Courier IMAP ("some version from 2004").  Mostly based on similar
21330         code in the same function.
21331
21332 2005-10-26  Didier Verna  <didier@xemacs.org>
21333
21334         * gnus-group.el (gnus-group-compact-group): Invalidate original
21335         article buffer.
21336         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21337         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21338         NOV database and in article itself.
21339         Invalidate article backlog.
21340
21341 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21342
21343         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21344
21345 2005-10-26  Simon Josefsson  <jas@extundo.com>
21346
21347         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21348         part of 2004-07-25 change.
21349
21350 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21351
21352         * message.el (message-display-completion-list): New function.
21353         (message-expand-group): Use it; make sure the Completions buffer
21354         is modifiable.
21355 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21356
21357         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21358         user-mail-name is an empty string.
21359
21360 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21361
21362         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21363         depending on gnus-score-decay-constant.
21364
21365         * encrypt.el (encrypt-insert-file-contents)
21366         (encrypt-write-file-contents): Don't use `gnus-message'.
21367
21368         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21369         arguments.
21370         (mm-uu-type-alist): Add message-marks and insert-marks.
21371         Pass arguments to mm-uu-verbatim-marks-extract.
21372         (mm-uu-hide-markers): New variable.
21373         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21374
21375         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21376         (gnus-convert-image-to-face-command): Use "convert" by default to
21377         allow other input image formats.
21378         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21379         accordingly.
21380
21381 2005-10-23  Simon Josefsson  <jas@extundo.com>
21382
21383         * imap.el (imap-gssapi-program): Align command line parameters
21384         with latest GNU SASL.
21385         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21386
21387 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21388
21389         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21390         HTML.
21391         (nnslashdot-request-article): Ditto.
21392
21393         * lpath.el (featurep): Add nobreak-char-display.
21394
21395 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21396
21397         * mail-source.el (mail-source-fetch-pop): Require pop3.
21398         (mail-source-check-pop): Ditto.
21399
21400 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21401
21402         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21403         errors.
21404
21405 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21406
21407         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21408         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21409
21410         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21411
21412         * mm-bodies.el (mm-decode-string):
21413         Call `mm-charset-to-coding-system' with allow-override argument.
21414
21415 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21416
21417         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21418         (rfc2047-charset-to-coding-system): New function.
21419         (rfc2047-decode-encoded-words): New function.
21420         (rfc2047-decode-region): Use them.
21421         (rfc2047-decode-cte): Remove.
21422         (rfc2047-parse-and-decode): Remove.
21423         (rfc2047-decode): Remove.
21424
21425 2005-10-15  Kenichi Handa  <handa@m17n.org>
21426
21427         * rfc2047.el (rfc2047-decode-cte): New function.
21428         (rfc2047-decode-region): Change the way to decode successive
21429         encoded-words: decode B- or Q-encoding in each encoded-word,
21430         concatenate them, and decode it as charset.
21431
21432 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21433
21434         * lpath.el: Fbind codepage-setup for XEmacs.
21435
21436 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21437
21438         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21439         widget-move-and-invoke.
21440         (gnus-custom-mode): Use gnus-custom-map.
21441
21442 2005-10-15  Bill Wohler  <wohler@newt.com>
21443
21444         * message.el (message-tool-bar-map): Rename image file from
21445         mail_send to mail/send.
21446
21447 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21448
21449         * message.el (message-expand-group): Pass the common
21450         prefix substring of completion to `display-completion-list'.
21451
21452 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21453
21454         * mml-sec.el (mml-secure-method): New internal variable.
21455         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21456         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21457         New functions using mml-secure-method.
21458
21459         * mml.el (mml-mode-map): Add key bindings for those functions.
21460         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21461         Harder <harder@myrealbox.com>.
21462         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21463         Goto end of message if point is the headers of the message.
21464
21465         * message.el (message-in-body-p): New function.
21466
21467         * assistant.el: Autoload gnus-util and netrc.
21468
21469         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21470         Use `mm-charset-override-alist' only when decoding.
21471
21472         * mm-bodies.el (mm-decode-body):
21473         Call `mm-charset-to-coding-system' with allow-override argument.
21474
21475         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21476         `filename' from Content-Disposition if Content-Type doesn't
21477         provide `name'.
21478         (gnus-mime-view-part-as-type): Set default instead of
21479         initial-input.
21480
21481 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21482
21483         * format-spec.el (format-spec): Propagate text properties of % spec.
21484
21485 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21486
21487         * gnus-art.el (gnus-treat-predicate): Add `first'.
21488
21489 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21490
21491         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21492         (mm-charset-override-alist): New variable.
21493         (mm-charset-to-coding-system): Use it.
21494         (mm-codepage-setup): New helper function.
21495         (mm-charset-eval-alist): New variable.
21496         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21497         Warn about unknown charsets.
21498
21499         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21500
21501 2005-10-04  David Hansen  <david.hansen@gmx.net>
21502
21503         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21504         (nnrss-check-group): Ditto.
21505
21506 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21507
21508         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21509         Rename x-gnus-verbatim to x-verbatim.
21510         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21511
21512         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21513         x-verbatim.
21514
21515         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21516
21517         * gnus-util.el (gnus-remove-duplicates): Remove.
21518
21519         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21520         instead of gnus-remove-duplicates.
21521
21522         * message.el (message-remove-duplicates): Remove.
21523         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21524         message-remove-duplicates.
21525
21526         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21527         available, else use implementation from `delete-dups'.
21528
21529         * message.el (message-insert-expires): New function.
21530         (message-mode-map): Add key binding.
21531         (message-mode-field-menu): Add menu entry.
21532         (message-mode): Document it.
21533         (message-make-expires-date): Use `message-make-date'.
21534
21535 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21536
21537         * message.el (message-make-expires-date): New function.
21538
21539 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21540
21541         * Makefile.in (list-installed-shadows): New entry.
21542         (install): Use it.
21543         (remove-installed-shadows): New entry.
21544
21545         * dgnushack.el (dgnushack-default-load-path): New variable.
21546         (dgnushack-find-lisp-shadows): New function.
21547         (dgnushack-remove-lisp-shadows): New function.
21548
21549 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21550
21551         * Makefile.in (install-el-elc): New entry.
21552         (install): Use it so that .el files are necessarily installed.
21553
21554 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21555
21556         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21557
21558 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21559
21560         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21561         function rather than the diff-mode.el package.
21562         (mm-display-external): Use with-current-buffer.
21563         (mm-viewer-completion-map, mm-viewer-completion-map):
21564         Move initialization inside declaration.
21565
21566 2005-09-29  Simon Josefsson  <jas@extundo.com>
21567
21568         * spam.el: Load hashcash when compiling, to avoid warnings.
21569         Don't autoload mail-check-payment.
21570         (spam-check-hashcash): Define unconditionally, since hashcash.el
21571         is part of Gnus now.  Ignore errors from payment checking.
21572
21573 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21574
21575         * message.el (message-bold-region, message-unbold-region):
21576         Rename from `bold-region' and `unbold-region'.
21577
21578         * message.el: Remove useless autoloads.
21579
21580 2005-09-28  Simon Josefsson  <jas@extundo.com>
21581
21582         * message.el (message-use-idna): Default to t.
21583         (message-use-idna): Test whether encoding works too.  Doc fix.
21584
21585 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21586
21587         * nntp.el (nntp-warn-about-losing-connection): Remove.
21588
21589 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21590
21591         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21592         customizable.  Change default value.
21593         (mm-uu-diff-groups-regexp): Change default value.
21594         (mm-uu-type-alist): Add doc string.
21595         (mm-uu-configure): Add doc string.  Make it interactive.
21596         (mm-uu-tex-groups-regexp): New variable.
21597         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21598         (mm-uu-type-alist): Add LaTeX documents.
21599         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21600         of "text/verbatim".
21601         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21602
21603         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21604         instead of "text/verbatim".
21605
21606         * message.el (message-mark-inserted-region)
21607         (message-mark-insert-file): Use slrn style marks when called with
21608         prefix argument.
21609
21610 2005-09-27  Simon Josefsson  <jas@extundo.com>
21611
21612         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21613
21614 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21615
21616         * message.el (message-remove-duplicates): New function.
21617         Implementation borrowed from `gnus-remove-duplicates'.
21618         (message-idna-to-ascii-rhs): Also encode idna addresses in
21619         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21620         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21621         only ask about the same idna domain once per header and also tell
21622         in what header to replace the idna domain.
21623
21624         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21625         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21626         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21627         a header is decoded and not just the last one.
21628
21629 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21630
21631         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21632         has been decoded.
21633
21634         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21635         (mm-insert-part): Don't modify text if it has been decoded.
21636
21637         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21638         decoded.
21639
21640         * mm-view.el (mm-inline-text): Don't strip text props unless
21641         decoding enriched or richtext parts.
21642
21643 2005-09-25  Romain Francoise  <romain@orebokech.com>
21644
21645         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21646         * gnus-start.el (gnus-subscribe-interactively):
21647         * gnus-uu.el (gnus-uu-grab-articles):
21648         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21649         space.
21650
21651 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21652
21653         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21654         * mm-view.el (mm-view-pkcs7-decrypt):
21655         * gnus-sum.el (gnus-summary-limit-to-extra)
21656         (gnus-summary-respool-article, gnus-read-move-group-name):
21657         * gnus-score.el (gnus-summary-increase-score):
21658         * gnus-util.el (gnus-completing-read-with-default):
21659         * gnus-art.el (gnus-read-save-file-name)
21660         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21661         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21662         * message.el (message-check-news-header-syntax):
21663         Follow convention for reading with the minibuffer.
21664
21665 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21666
21667         * spam-report.el (spam-report-url-ping-plain):
21668         Use gnus-extended-version as User-Agent.
21669
21670         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21671         default value is nil.
21672
21673         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21674         (mm-uu-verbatim-marks-extract): New function.
21675         (mm-uu-extract): New face.
21676         (mm-uu-copy-to-buffer): Use it.
21677
21678         * spam-report.el (spam-report-gmane-ham): Rename from
21679         `spam-report-gmane-unspam'.
21680         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21681         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21682
21683         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21684         Autoload.
21685         (spam-report-gmane-unregister-routine):
21686         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21687
21688 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21689
21690         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21691         (spam-report-gmane-unregister-routine): Add support for gmane
21692         unregistration.
21693
21694         * spam-report.el (spam-report-gmane-unspam)
21695         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21696         (spam-report-gmane): Change to take a single article and do unspam
21697         registration.
21698
21699 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21700
21701         * mm-url.el (mm-url-decode-entities): Fix regexp.
21702
21703 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21704
21705         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21706         default to nil, to be able to use Gnus at all.  If the default
21707         switches to something else, then the function should be fixed not
21708         be exceedingly slow.
21709
21710 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21711
21712         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21713         fail hard.
21714
21715         * spam-report.el: Add better Keywords line.
21716
21717         * spam.el: Add Maintainer and better Keywords line.
21718
21719 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21720
21721         * gnus-art.el (gnus-article-replace-part)
21722         (gnus-mime-replace-part): New functions.
21723         (gnus-mime-action-alist, gnus-mime-button-commands)
21724         (gnus-mime-save-part-and-strip): Add file argument.
21725         (gnus-article-part-wrapper): Add interactive argument.
21726
21727         * gnus-sum.el (gnus-summary-mime-map):
21728         Add `gnus-article-replace-part'.
21729
21730 2005-09-19  Didier Verna  <didier@xemacs.org>
21731
21732         The nnml compaction feature:
21733         * nnml.el (nnml-request-compact-group): New function.
21734         * nnml.el (nnml-request-compact): New function.
21735         * gnus-int.el (gnus-request-compact-group): New function.
21736         * gnus-int.el (gnus-request-compact): New function.
21737         * gnus-group.el (gnus-group-compact-group): New function.
21738         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21739         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21740         * gnus-srvr.el (gnus-server-compact-server): New function.
21741         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21742         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21743
21744 2005-09-18  Deepak Goel  <deego@gnufans.org>
21745
21746         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21747         format spec.
21748
21749 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21750
21751         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21752
21753 2005-09-15  Romain Francoise  <romain@orebokech.com>
21754
21755         * message.el (message-fill-paragraph): Clarify docstring.
21756
21757 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21758
21759         * gnus-art.el (gnus-mime-display-part): Protect against broken
21760         MIME messages.
21761
21762 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21763
21764         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21765         before parsing header.
21766
21767 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21768
21769         * html2text.el (html2text-replace-list): Add new entities.
21770
21771 2005-09-11  Romain Francoise  <romain@orebokech.com>
21772
21773         * message.el (message-alternative-emails): Improve docstring.
21774         (message-setup-1): Call `message-use-alternative-email-as-from'
21775         after `message-setup-hook' to give it precedence over posting
21776         styles, etc.
21777         (message-use-alternative-email-as-from): Add docstring.
21778         Remove the original From header if present.
21779
21780         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21781         (nnml-save-mail): Use it.
21782
21783         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21784         articles.  Add new argument `silent'.
21785         (gnus-uu-mark-all): Report the total number of marked articles.
21786
21787 2005-09-10  Romain Francoise  <romain@orebokech.com>
21788
21789         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21790         (gnus-uu-mark-series): Likewise.
21791
21792 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21793
21794         * spam-report.el (spam-report-gmane): Fix generation of spam
21795         report URL.
21796
21797 2005-09-10  Simon Josefsson  <jas@extundo.com>
21798
21799         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21800         t, based on discussion on the ding list with Robert Epprecht
21801         <epprecht@solnet.ch>.
21802
21803 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21804
21805         * spam-report.el (spam-report-gmane): Make it work without
21806         X-Report-Spam header.  Gmane now only provides Archived-At.
21807         This is only used if `spam-report-gmane-use-article-number' is nil.
21808         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21809
21810         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21811         make `gnus-summary-sort-by-recipient' work with threading.
21812
21813         * nnweb.el (nnweb-google-wash-article): Print a message if article
21814         is not available.
21815
21816 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21817
21818         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21819         change.  Decode text/* parts content before displaying.
21820
21821 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21822
21823         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21824
21825 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21826
21827         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21828
21829         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21830         url-package-name, url-package-version,
21831         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21832         w3m-display-inline-images, and w3m-minor-mode-map.
21833
21834 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21835
21836         * message.el (message-tab-body-function): Fix mismatched custom type.
21837
21838         * gnus.el (gnus-group-change-level-function): Ditto.
21839
21840         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21841
21842         * gnus-art.el (gnus-signature-limit)
21843         (gnus-article-mime-part-function): Ditto.
21844
21845 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21846
21847         * mml.el (mml-mode): Silence the byte compiler.
21848
21849         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21850         using `(sit-for 0)' before moving the point to the specified part;
21851         skip unbuttonized parts.
21852         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21853         return to the summary window if gnus-auto-select-part is non-nil.
21854
21855 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21856
21857         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21858         New variables.
21859         (mml-dnd-attach-file, mml-mode): Use them.
21860
21861         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21862         Make fetching article by MID work again for Google Groups.
21863         Add FIXME concerning gnus-group-make-web-group.
21864
21865         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21866         Don't depend on Gnus by using mail-extract-address-components if
21867         gnus-extract-address-components is not bound.
21868
21869 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21870
21871         * gnus-art.el (gnus-mime-display-security): Don't display the
21872         signature, but only the signed part.
21873
21874 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21875
21876         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21877
21878         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21879         list, not listp.
21880
21881 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21882
21883         * mm-encode.el (mm-encode-content-transfer-encoding):
21884         Likewise when encoding.
21885
21886         * mm-bodies.el (mm-decode-content-transfer-encoding):
21887         De-canonicalize CRLF for all text content types, not just
21888         text/plain.
21889
21890 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21891
21892         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21893         valid article; point arrow and cursor at the MIME button.
21894
21895 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21896
21897         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21898         Suggested by Dan Christensen <jdc@uwo.ca>.
21899
21900         * mm-decode.el (mm-save-part): Enable change of prompt.
21901
21902 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21903
21904         * gnus-msg.el (gnus-inews-add-send-actions):
21905         Make `message-post-method' lambda parameter ARG `&optional'.
21906
21907 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21908
21909         * gnus-sum.el (gnus-summary-mime-map):
21910         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21911         gnus-article-jump-to-part.
21912
21913         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21914         (gnus-article-edit-part): Use it.
21915         (gnus-article-part-wrapper): Add no-handle argument.
21916         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21917         New functions.
21918
21919 2005-08-29  Romain Francoise  <romain@orebokech.com>
21920
21921         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21922         docstring.
21923         (gnus-face-from-file): Likewise.
21924
21925 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21926
21927         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21928         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21929         non-nil.
21930         (gnus-auto-select-part): New variable.
21931         (gnus-article-jump-to-part): New function.
21932         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21933         (gnus-mime-delete-part): Allow selecting specified part after
21934         deleting or stripping parts.
21935         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21936         part if argument is bogus.
21937
21938 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21939
21940         * gnus-art.el (w3m-minor-mode-map):
21941         * gnus-spec.el (gnus-newsrc-file-version):
21942         * gnus-util.el (nnmail-active-file-coding-system)
21943         (gnus-original-article-buffer, gnus-user-agent):
21944         * gnus.el (gnus-ham-process-destinations)
21945         (gnus-parameter-ham-marks-alist)
21946         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21947         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21948         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21949         * mm-decode.el (gnus-current-window-configuration):
21950         * mm-extern.el (gnus-article-mime-handles):
21951         * mm-url.el (url-current-object, url-package-name)
21952         (url-package-version):
21953         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21954         (smime-keys, w3m-cid-retrieve-function-alist)
21955         (w3m-current-buffer, w3m-display-inline-images)
21956         (w3m-minor-mode-map):
21957         * mml-smime.el (gnus-extract-address-components):
21958         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21959         (gnus-newsrc-hashtb, message-default-charset)
21960         (message-deletable-headers, message-options)
21961         (message-posting-charset, message-required-mail-headers)
21962         (message-required-news-headers):
21963         * mml1991.el (mc-pgp-always-sign):
21964         * mml2015.el (mc-pgp-always-sign):
21965         * nnheader.el (nnmail-extra-headers):
21966         * rfc1843.el (gnus-decode-encoded-word-function)
21967         (gnus-decode-header-function, gnus-newsgroup-name):
21968         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21969
21970 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21971
21972         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21973         the end of the date treatments.
21974
21975 2005-08-15  Simon Josefsson  <jas@extundo.com>
21976
21977         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21978         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21979         Capello and Romain Francoise.
21980         (pgg-fetch-key-function): Remove, not used?
21981         (pgg-insert-url-with-w3): Require url, to get
21982         url-insert-file-contents regardless of where it is defined.
21983
21984 2005-08-13  Romain Francoise  <romain@orebokech.com>
21985
21986         * message.el (message-cite-original-1): New function.
21987         (message-cite-original): Use it.
21988         (message-cite-original-without-signature): Ditto.
21989
21990 2005-08-08  Romain Francoise  <romain@orebokech.com>
21991
21992         * message.el (message-yank-empty-prefix): New variable.
21993         (message-indent-citation): Use it.
21994         (message-cite-original-without-signature): Respect X-No-Archive.
21995
21996 2005-08-08  Simon Josefsson  <jas@extundo.com>
21997
21998         * pgg.el: Autoload url-insert-file-contents instead of loading
21999         w3/url.
22000         (pgg-insert-url-with-w3): Don't load url here.
22001
22002 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22003
22004         * message.el (message-kill-to-signature): Don't insert newline at
22005         bol.
22006         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22007
22008 2005-08-06  Romain Francoise  <romain@orebokech.com>
22009
22010         * message.el (message-user-fqdn): Fix typo in docstring.
22011
22012 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22013
22014         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22015
22016         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22017
22018 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22019
22020         * mm-bodies.el (mm-encode-body): Use coding system rather than
22021         charset to encode text.
22022
22023         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22024         number of charsets if utf-8 is available (XEmacs).
22025
22026 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22027
22028         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22029         taken from `gnus-button-mid-or-mail-regexp'.
22030         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22031         (gnus-button-alist): Improve regexp for domain part of the MIDs
22032         for news:localpart@domain buttons.
22033         (gnus-button-ctan-directory-regexp): Update.
22034
22035 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22036
22037         * sieve-manage.el (sieve-manage-interactive-login):
22038         Use make-local-variable rather than make-variable-buffer-local.
22039         (sieve-manage-open): Ditto.
22040         (sieve-manage-authenticate): Ditto.
22041
22042         * mml.el (mml-generate-mime-1): Make the content type default to
22043         text/plain if the filename is not specified.
22044
22045 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22046
22047         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22048         instead of insert-buffer.
22049
22050         * message.el (message-yank-original): Ditto; set the mark at the
22051         end of the yanked message.
22052
22053 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22054
22055         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22056         lines to scroll rather than to stop it.
22057
22058         * mml.el (mml-generate-default-type): Add doc string.
22059         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22060         default to application/octet-stream when determining the content
22061         type if it is not specified for the part or the mml contents; add
22062         a comment about mml-generate-default-type.
22063
22064 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22065
22066         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22067         make it default to application/octet-stream when determining the
22068         content type if it is not specified for the external contents.
22069
22070 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22071
22072         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22073         segmented parameter but also other parameters might be there.
22074
22075 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22076
22077         * mm-decode.el (mm-display-external): Delete temp file, directory
22078         and buffer immediately if the external process is exited.
22079
22080 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22081
22082         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22083         fewer lines than that of scroll-margin.
22084         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22085
22086 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22087
22088         * gnus-art.el (gnus-article-next-page): Revert.
22089         (gnus-article-beginning-of-window): New macro.
22090         (gnus-article-next-page-1): Use it.
22091         (gnus-article-prev-page): Ditto.
22092         (gnus-article-edit-part): Use insert-buffer-substring instead of
22093         insert-buffer.
22094         (gnus-article-edit-exit): Ditto.
22095
22096         * gnus-util.el (gnus-beginning-of-window): Remove.
22097         (gnus-end-of-window): Remove.
22098
22099         * lpath.el: Don't bind header-line-format and scroll-margin.
22100
22101 2005-07-25  Simon Josefsson  <jas@extundo.com>
22102
22103         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22104         to have the url package without w3.  Reported by Daiki Ueno
22105         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22106
22107 2005-07-20  Didier Verna  <didier@xemacs.org>
22108
22109         * gnus-diary.el: Remove the description comment (nndiary is now
22110         properly documented in the Gnus manual).
22111         Fix the spelling of "Back End".
22112         * nndiary.el: Ditto.
22113         Fix the copyright notice.
22114
22115 2005-07-18  Romain Francoise  <romain@orebokech.com>
22116
22117         * gnus-sum.el (gnus-summary-to-prefix)
22118         (gnus-summary-newsgroup-prefix): New variables.
22119         (gnus-summary-from-or-to-or-newsgroups): Use them.
22120
22121 2005-07-17  Romain Francoise  <romain@orebokech.com>
22122
22123         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22124         space as it's generally not especially interesting to the user.
22125
22126 2005-07-16  Romain Francoise  <romain@orebokech.com>
22127
22128         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22129         nil to avoid prompting and file modification if one of the
22130         messages at the top of the nnfolder file contains a copyright
22131         notice.
22132         Update copyright notice.
22133
22134         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22135         instead of `current-time-string' as the latter creates a time
22136         string that is not RFC 2822 compliant (it lacks the zone).
22137         Update copyright notice.
22138
22139 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22140
22141         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22142         for text/rtf.  Display default in prompt.  Pass default for M-n.
22143
22144         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22145
22146 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22147
22148         * gnus-msg.el (gnus-button-mailto):
22149         Remove save-selected-window-window hackery because it relies on
22150         save-selected-window internals.
22151
22152 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22153
22154         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22155         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22156         (gnus-article-prev-page): Ditto.
22157
22158         * gnus-util.el (gnus-beginning-of-window): New function.
22159         (gnus-end-of-window): New function.
22160
22161         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22162
22163 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22164
22165         * gnus-score.el (gnus-score-edit-all-score):
22166         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22167         gnus-message.
22168
22169 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22170
22171         * gnus-msg.el (gnus-button-mailto):
22172         Remove save-selected-window-window hackery because it relies on
22173         save-selected-window internals.
22174
22175 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22176
22177         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22178         add-minor-mode.
22179         (gnus-binary-mode): Ditto.
22180
22181         * gnus-topic.el (gnus-topic-mode): Ditto.
22182
22183 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22184
22185         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22186         (gnus-article-prev-page): Take scroll-margin into consideration.
22187
22188 2005-07-04  Lute Kamstra  <lute@gnu.org>
22189
22190         Update FSF's address in GPL notices.
22191
22192 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22193
22194         * gnus.el (gnus-exit):
22195         * gnus-group.el (gnus-group-icons):
22196         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22197
22198         * gnus-nocem.el (gnus-nocem):
22199         * message.el (message-various, message-buffers, message-sending)
22200         (message-interface, message-forwarding, message-insertion)
22201         (message-headers, message-news, message-mail):
22202         * pgg-gpg.el (pgg-gpg):
22203         * pgg-parse.el (pgg-parse):
22204         * pgg-pgp.el (pgg-pgp):
22205         * pgg-pgp5.el (pgg-pgp5):
22206         * pop3.el (pop3): Finish `defgroup' description with period.
22207
22208 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22209
22210         * gnus-art.el (article-display-face): Improve the efficiency.
22211         (article-display-x-face): Ditto; remove gray x-face stuff.
22212
22213 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22214
22215         * gnus-art.el (article-display-face): Correct the position in
22216         which Faces are inserted.
22217
22218 2005-06-29  Didier Verna  <didier@xemacs.org>
22219
22220         * gnus-art.el (article-display-face): Display faces in correct
22221         order.
22222
22223 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22224
22225         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22226         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22227         (gnus-nocem-check-article): Fetch the Type header.
22228         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22229         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22230         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22231         make sure gnus-nocem-hashtb is initialized.
22232         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22233         (gnus-nocem-unwanted-article-p): Ditto.
22234
22235         * pgg.el (pgg-verify): Return the verification result.
22236
22237 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22238
22239         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22240         is ascii.
22241
22242 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22243
22244         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22245         `show-nonbreak-escape'.
22246
22247 2005-06-23  Lute Kamstra  <lute@gnu.org>
22248
22249         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22250
22251         * dig.el (dig-mode):
22252         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22253
22254 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22255
22256         * nnimap.el (nnimap-split-download-body): Fix spellings.
22257
22258 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22259
22260         * gnus-art.el (gnus-article-encrypt-body):
22261         * gnus-cus.el (gnus-score-customize):
22262         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22263         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22264
22265 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22266
22267         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22268         header by looking for magic "MII" at the beginning.
22269
22270 2005-06-16  Miles Bader  <miles@gnu.org>
22271
22272         * gnus-xmas.el (gnus-xmas-group-startup-message):
22273         Use renamed gnus-splash face.
22274
22275         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22276         (assistant-field-face): New backward-compatibility alias for renamed
22277         face.
22278         (assistant-render-text): Use renamed assistant-field face.
22279
22280         * spam.el (spam): Remove "-face" suffix from face name.
22281         (spam-face): New backward-compatibility alias for renamed face.
22282         (spam-face, spam-initialize): Use renamed spam face.
22283
22284         * message.el (message-header-to, message-header-cc)
22285         (message-header-subject, message-header-newsgroups)
22286         (message-header-other, message-header-name)
22287         (message-header-xheader, message-separator, message-cited-text)
22288         (message-mml): Remove "-face" suffix from face names.
22289         (message-header-to-face, message-header-cc-face)
22290         (message-header-subject-face, message-header-newsgroups-face)
22291         (message-header-other-face, message-header-name-face)
22292         (message-header-xheader-face, message-separator-face)
22293         (message-cited-text-face, message-mml-face):
22294         New backward-compatibility aliases for renamed faces.
22295         (message-font-lock-keywords): Use renamed message faces.
22296
22297         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22298         (sieve-test-commands, sieve-tagged-arguments):
22299         Remove "-face" suffix from face names.
22300         (sieve-control-commands-face, sieve-action-commands-face)
22301         (sieve-test-commands-face, sieve-tagged-arguments-face):
22302         New backward-compatibility aliases for renamed faces.
22303         (sieve-control-commands-face, sieve-action-commands-face)
22304         (sieve-test-commands-face, sieve-tagged-arguments-face):
22305         Use renamed sieve faces.
22306
22307         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22308         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22309         (gnus-group-news-3-empty, gnus-group-news-4)
22310         (gnus-group-news-4-empty, gnus-group-news-5)
22311         (gnus-group-news-5-empty, gnus-group-news-6)
22312         (gnus-group-news-6-empty, gnus-group-news-low)
22313         (gnus-group-news-low-empty, gnus-group-mail-1)
22314         (gnus-group-mail-1-empty, gnus-group-mail-2)
22315         (gnus-group-mail-2-empty, gnus-group-mail-3)
22316         (gnus-group-mail-3-empty, gnus-group-mail-low)
22317         (gnus-group-mail-low-empty, gnus-summary-selected)
22318         (gnus-summary-cancelled, gnus-summary-high-ticked)
22319         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22320         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22321         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22322         (gnus-summary-low-undownloaded)
22323         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22324         (gnus-summary-low-unread, gnus-summary-normal-unread)
22325         (gnus-summary-high-read, gnus-summary-low-read)
22326         (gnus-summary-normal-read, gnus-splash):
22327         Remove "-face" suffix from face names.
22328         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22329         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22330         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22331         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22332         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22333         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22334         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22335         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22336         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22337         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22338         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22339         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22340         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22341         (gnus-summary-normal-ticked-face)
22342         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22343         (gnus-summary-normal-ancient-face)
22344         (gnus-summary-high-undownloaded-face)
22345         (gnus-summary-low-undownloaded-face)
22346         (gnus-summary-normal-undownloaded-face)
22347         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22348         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22349         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22350         (gnus-splash-face):
22351         New backward-compatibility aliases for renamed faces.
22352         (gnus-group-startup-message): Use renamed gnus faces.
22353
22354         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22355         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22356         (gnus-server-agent): Remove "-face" suffix from face names.
22357         (gnus-server-agent-face, gnus-server-opened-face)
22358         (gnus-server-closed-face, gnus-server-denied-face)
22359         (gnus-server-offline-face):
22360         New backward-compatibility aliases for renamed faces.
22361         (gnus-server-agent-face, gnus-server-opened-face)
22362         (gnus-server-closed-face, gnus-server-denied-face)
22363         (gnus-server-offline-face): Use renamed gnus faces.
22364
22365         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22366         Remove "-face" suffix from face names.
22367         (gnus-picon-xbm-face, gnus-picon-face):
22368         New backward-compatibility aliases for renamed faces.
22369
22370         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22371         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22372         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22373         (gnus-cite-11): Remove "-face" suffix from face names.
22374         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22375         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22376         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22377         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22378         New backward-compatibility aliases for renamed faces.
22379         (gnus-cite-attribution-face, gnus-cite-face-list)
22380         (gnus-article-boring-faces): Use renamed gnus faces.
22381
22382         * gnus-art.el (gnus-signature, gnus-header-from)
22383         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22384         (gnus-header-content): Remove "-face" suffix from face names.
22385         (gnus-signature-face, gnus-header-from-face)
22386         (gnus-header-subject-face, gnus-header-newsgroups-face)
22387         (gnus-header-name-face, gnus-header-content-face):
22388         New backward-compatibility aliases for renamed faces.
22389         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22390
22391         * gnus-sum.el (gnus-summary-selected-face)
22392         (gnus-summary-highlight): Use renamed gnus faces.
22393         * gnus-group.el (gnus-group-highlight): Likewise.
22394
22395 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22396
22397         * gnus-sieve.el (gnus-sieve-article-add-rule):
22398         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22399         * spam-stat.el (spam-stat-buffer-change-to-spam)
22400         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22401
22402         * message.el (message-is-yours-p):
22403         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22404
22405 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22406
22407         * mm-view.el (mm-inline-text): Withdraw the last change.
22408
22409 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22410
22411         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22412         executing enriched-decode.
22413
22414 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22415
22416         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22417         charset of tar files.
22418
22419 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22420
22421         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22422
22423 2005-06-04  Lute Kamstra  <lute@gnu.org>
22424
22425         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22426         information is never recorded.
22427
22428 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22429
22430         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22431
22432 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22433
22434         * pop3.el (pop3-apop): Run md5 in the binary mode.
22435
22436         * starttls.el (starttls-set-process-query-on-exit-flag):
22437         Use eval-and-compile.
22438
22439 2005-05-31  Simon Josefsson  <jas@extundo.com>
22440
22441         * smime.el (smime-replace-in-string): Define.
22442         (smime-cert-by-ldap-1): Use it.
22443
22444 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22445
22446         * gnus-art.el (article-display-x-face): Replace
22447         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22448
22449         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22450         set-process-query-on-exit-flag or process-kill-without-query.
22451
22452         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22453         loop instead of replace-regexp.
22454
22455         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22456         instead of process-kill-without-query if it is available.
22457
22458         * lpath.el: Fbind ldap-search-entries.
22459
22460         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22461         instead of find-file-hooks if it is available.
22462
22463         * mml1991.el: Bind pgg-default-user-id when compiling.
22464
22465         * mml2015.el: Bind pgg-default-user-id when compiling.
22466
22467         * nndraft.el (nndraft-request-associate-buffer):
22468         Use write-contents-functions instead of write-contents-hooks if it is
22469         available.
22470
22471         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22472         instead of find-file-hooks if it is available.
22473
22474         * nntp.el (nntp-open-connection): Replace
22475         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22476         (nntp-open-ssl-stream): Ditto.
22477         (nntp-open-tls-stream): Ditto.
22478
22479         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22480         set-process-query-on-exit-flag or process-kill-without-query.
22481         (starttls-open-stream-gnutls): Use it instead of
22482         process-kill-without-query.
22483         (starttls-open-stream): Ditto.
22484
22485 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22486
22487         * smime.el (smime-cert-by-ldap-1): Don't use
22488         replace-regexp-in-string.
22489
22490 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22491
22492         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22493
22494         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22495         in PEM format.  Adjust to the XEmacs compatibility.
22496
22497 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22498
22499         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22500         by `string-to-number'.
22501         * gnus-agent.el (gnus-agent-regenerate-group)
22502         (gnus-agent-fetch-articles): Ditto.
22503         * gnus-art.el (gnus-button-fetch-group): Ditto.
22504         * gnus-cache.el (gnus-cache-generate-active)
22505         (gnus-cache-articles-in-group): Ditto.
22506         * gnus-group.el (gnus-group-set-current-level)
22507         (gnus-group-insert-group-line): Ditto.
22508         * gnus-score.el (gnus-score-set-expunge-below)
22509         (gnus-score-set-mark-below, gnus-summary-score-effect)
22510         (gnus-summary-score-entry): Ditto.
22511         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22512         (gnus-soup-pack): Ditto.
22513         * gnus-spec.el (gnus-xmas-format): Ditto.
22514         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22515         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22516         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22517         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22518         * nndb.el (nndb-get-remote-expire-response): Ditto.
22519         * nndiary.el (nndiary-parse-schedule-value)
22520         (nndiary-string-to-number, nndiary-request-replace-article)
22521         (nndiary-request-article): Ditto.
22522         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22523         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22524         * nneething.el (nneething-make-head): Ditto.
22525         * nnfolder.el (nnfolder-request-article)
22526         (nnfolder-retrieve-headers): Ditto.
22527         * nnheader.el (nnheader-file-to-number): Ditto.
22528         * nnkiboze.el (nnkiboze-request-article): Ditto.
22529         * nnmail.el (nnmail-process-unix-mail-format)
22530         (nnmail-process-babyl-mail-format): Ditto.
22531         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22532         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22533         (nnmh-request-create-group, nnmh-request-list-1)
22534         (nnmh-request-group, nnmh-request-article): Ditto.
22535         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22536         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22537         * nnsoup.el (nnsoup-make-active): Ditto.
22538         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22539         * nntp.el (nntp-find-group-and-number)
22540         (nntp-retrieve-headers-with-xover): Ditto.
22541         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22542         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22543         (pgg-format-key-identifier): Ditto.
22544         * pop3.el (pop3-last, pop3-stat): Ditto.
22545         * qp.el (quoted-printable-decode-region): Ditto.
22546
22547         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22548         of concat.
22549
22550 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22551
22552         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22553
22554         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22555
22556         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22557
22558         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22559
22560         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22561
22562         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22563
22564         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22565         (gnus-carpal-mode): Ditto.
22566
22567         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22568         (gnus-browse-mode): Ditto.
22569
22570         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22571
22572         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22573
22574 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22575
22576         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22577
22578 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22579
22580         * gnus-util.el (gnus-run-mode-hooks): New function.
22581
22582         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22583
22584         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22585         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22586
22587 2005-05-27  Lute Kamstra  <lute@gnu.org>
22588
22589         * dns-mode.el (dns-mode): Specify customization group.
22590
22591 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22592
22593         * gnus-agent.el (gnus-agent-make-mode-line-string):
22594         Use mode-line-highlight as mouse-face.
22595
22596 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22597
22598         * canlock.el (canlock): Change the parent group to news.
22599
22600         * deuglify.el (gnus-outlook-deuglify): Add :group.
22601
22602         * dig.el (dig): Add :group.
22603
22604         * dns-mode.el (dns-mode): Add :group.
22605
22606         * encrypt.el (encrypt): Add :group.
22607
22608         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22609         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22610         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22611         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22612         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22613
22614         * gnus-diary.el (gnus-diary): Add :group.
22615
22616         * gnus.el (gnus-group-news-1-face): Add :group.
22617         (gnus-group-news-1-empty-face): Ditto.
22618         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22619         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22620         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22621         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22622         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22623         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22624         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22625         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22626         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22627         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22628         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22629         (gnus-summary-high-ticked-face): Ditto.
22630         (gnus-summary-low-ticked-face): Ditto.
22631         (gnus-summary-normal-ticked-face): Ditto.
22632         (gnus-summary-high-ancient-face): Ditto.
22633         (gnus-summary-low-ancient-face): Ditto.
22634         (gnus-summary-normal-ancient-face): Ditto.
22635         (gnus-summary-high-undownloaded-face): Ditto.
22636         (gnus-summary-low-undownloaded-face): Ditto.
22637         (gnus-summary-normal-undownloaded-face): Ditto.
22638         (gnus-summary-high-unread-face): Ditto.
22639         (gnus-summary-low-unread-face): Ditto.
22640         (gnus-summary-normal-unread-face): Ditto.
22641         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22642         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22643
22644         * hashcash.el (hashcash): New custom group.
22645         (hashcash-default-payment): Add :group.
22646         (hashcash-payment-alist): Ditto.
22647         (hashcash-default-accept-payment): Ditto.
22648         (hashcash-accept-resources): Ditto.
22649         (hashcash-path): Ditto.
22650         (hashcash-extra-generate-parameters): Ditto.
22651         (hashcash-double-spend-database): Ditto.
22652         (hashcash-in-news): Ditto.
22653
22654         * message.el (message-minibuffer-local-map): Add :group.
22655
22656         * netrc.el (netrc): Add :group.
22657
22658         * sieve-manage.el (sieve-manage-log): Add :group.
22659         (sieve-manage-default-user): Diito.
22660         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22661         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22662         (sieve-manage-authenticators): Ditto.
22663         (sieve-manage-authenticator-alist): Ditto.
22664         (sieve-manage-default-port): Ditto.
22665
22666         * sieve-mode.el (sieve-control-commands-face): Add :group.
22667         (sieve-action-commands-face): Ditto.
22668         (sieve-test-commands-face): Ditto.
22669         (sieve-tagged-arguments-face): Ditto.
22670
22671         * smime.el (smime): Add :group.
22672
22673         * spam-report.el (spam-report): Add :group.
22674
22675         * spam.el (spam, spam-face): Add :group.
22676
22677 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22678
22679         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22680         return \n.\n.\n at the end of articles.  Protect against that.
22681         (nntp-with-open-group): Allow debugging.
22682
22683         * nnheader.el (mail-header-set-extra): Make into a function
22684         because I just could't understand how to quote the list properly.
22685
22686         * dns.el (query-dns-cached): New function.
22687
22688 2005-05-26  Lute Kamstra  <lute@gnu.org>
22689
22690         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22691
22692 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22693
22694         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22695
22696         * gnus-art.el: Don't autoload mail-extract-address-components.
22697
22698         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22699         eval-and-compile to evaluate it.
22700
22701         * hashcash.el: Don't autoload executable-find.
22702
22703         * nndb.el: Don't declare the nndb back end two or more times; don't
22704         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22705
22706         * nntp.el: Autoload format-spec instead of format; use
22707         eval-and-compile to evaluate autoload forms.
22708
22709 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22710
22711         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22712
22713 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22714
22715         * gnus.el (gnus-version-number): Bump version.
22716
22717 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22718
22719         * gnus.el: No Gnus v0.3 is released.
22720
22721 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22722
22723         * lpath.el (featurep): Bind show-nonbreak-escape.
22724
22725 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22726
22727         * gnus-art.el (gnus-article-edit-part): Disable undo.
22728
22729 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22730
22731         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22732         gnus-article-date-lapsed-new-header is t if date timer is active;
22733         skip headers in which the original date value is empty.
22734         (gnus-article-save-original-date): Redefine it as a macro.
22735         (gnus-display-mime): Use it.
22736
22737 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22738
22739         * gnus-art.el (article-date-ut): Support converting date in
22740         forwarded parts as well.
22741         (gnus-article-save-original-date): New function.
22742         (gnus-display-mime): Use it.
22743
22744 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22745
22746         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22747         enclosure element of <item>.
22748
22749 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22750
22751         * message.el (message-kill-buffer-query): Rename from
22752         `message-kill-buffer-query-if-modified'.  Add :version.
22753
22754 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22755
22756         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22757         window layout.
22758
22759 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22760
22761         * mml.el: Autoload dnd when compiling.
22762
22763 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22764
22765         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22766         x-dnd-*.
22767
22768 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22769
22770         * qp.el (quoted-printable-encode-region): Save excursion.
22771
22772 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22773
22774         * message.el (message-kill-buffer-query-if-modified): Add new variable
22775         so the user can kill a modified message buffer quickly.
22776         (message-kill-buffer): Use it.
22777
22778 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22779
22780         * lpath.el: Fbind display-time-event-handler; don't fbind
22781         string-to-multibyte.
22782
22783         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22784
22785 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22786
22787         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22788         contained in text because xml.el decodes entities) with LFs.
22789
22790 2005-04-11  Lute Kamstra  <lute@gnu.org>
22791
22792         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22793         differently.
22794
22795 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22796
22797         * mm-util.el (mm-detect-coding-region): Typo.
22798
22799 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22800
22801         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22802
22803 2005-04-06  Deepak Goel  <deego@gnufans.org>
22804
22805         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22806         user-function allow user modifications of the scores.
22807         (spam-stat-score-buffer-user): New function, to allow
22808         user-computed modifications to the score.
22809         (spam-stat-score-buffer-user-functions): List of additional
22810         scoring functions.
22811         (spam-stat-error-holder): Global temporary error holder.
22812         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22813         variable.
22814
22815 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22816
22817         * gnus-registry.el (gnus-registry-clean-empty-function)
22818         (gnus-registry-trim, gnus-registry-fetch-groups)
22819         (gnus-registry-delete-group): Groups that match
22820         `gnus-registry-ignored-groups' are removed from the registry
22821         entries, not just ignored for splitting.  This helps clean up the
22822         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22823         to get all the groups a message ID is in.
22824
22825         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22826         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22827         (spam-stat-score-buffer-user-functions): Add :number custom type.
22828
22829 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22830
22831         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22832         argument in XEmacs.
22833
22834         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22835         (nnrss-request-group): Decode group name first.
22836         (nnrss-request-article): Make a text/plain article if mml-to-mime
22837         failed.
22838         (nnrss-get-encoding): Return a compatible encoding according to
22839         nnrss-compatible-encoding-alist.
22840         (nnrss-find-el): Use consp instead of listp.
22841         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22842
22843 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22844
22845         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22846         which Emacs 20 doesn't support.
22847         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22848
22849 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22850
22851         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22852         silence the byte compiler inside the defun.
22853
22854         * gnus-demon.el (parse-time-string): Add autoload.
22855
22856         * gnus-delay.el (parse-time-string): Add autoload.
22857
22858         * gnus-art.el (parse-time-string): Add autoload.
22859
22860         * nnultimate.el (parse-time): Require for `parse-time-string'.
22861
22862 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22863
22864         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22865
22866         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22867
22868         * smime.el (smime-ldap-host-list): Add :version.
22869
22870 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22871
22872         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22873         pass it to `gnus-browse-read-group'.
22874         (gnus-browse-read-group): Add NUMBER argument and pass it to
22875         `gnus-group-read-ephemeral-group'.
22876
22877         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22878         argument and pass it to `gnus-group-read-group'.
22879
22880 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22881
22882         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22883         mm-xemacs-find-mime-charset-1 if we have the mule feature
22884         available at runtime.
22885
22886 2005-03-25  Werner Lemberg  <wl@gnu.org>
22887
22888         * nnmaildir.el: Replace `illegal' with `invalid'.
22889
22890 2005-03-23  Lute Kamstra  <lute@gnu.org>
22891
22892         * time-date.el: Add comment on time value formats.
22893         Don't require parse-time.
22894         (with-decoded-time-value): New macro.
22895         (encode-time-value): New function.
22896         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22897         (days-to-time): Return a valid time value when arg is huge.
22898         (time-since): Use time-subtract.
22899         (time-to-number-of-days): Use time-to-seconds.
22900
22901 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22902
22903         * gnus-start.el (gnus-display-time-event-handler):
22904         Check display-time-timer at runtime rather than only at load time
22905         in case display-time-mode is turned off in the mean time.
22906
22907 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22908
22909         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22910         used.
22911
22912         * nneething.el (nneething-map-file-directory): Derive from
22913         `gnus-directory'.
22914
22915         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22916         the To/Cc button.
22917
22918 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22919
22920         * nnmaildir.el (nnmaildir-request-accept-article):
22921         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22922
22923 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22924
22925         * gnus-async.el: Require timer-funcs at compile time when in
22926         XEmacs for `run-with-idle-timer'.
22927
22928 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22929
22930         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22931         autoloaded function.
22932
22933 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22934
22935         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22936
22937 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22938
22939         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22940
22941 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22942
22943         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22944         Add gnus-expert-user to default.
22945
22946 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22947
22948         * nnimap.el (nnimap-open-server): Ditto.
22949
22950         * imap.el (imap-authenticate): Fix typo.
22951
22952 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22953
22954         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22955         buffer (since IMAP server might return FETCH response out of
22956         order, and the nntp buffer must be sorted).
22957
22958 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22959
22960         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22961         comparison on string.
22962
22963         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22964         (gnus-agent-score): Rename category keywords to match gnus-cus.
22965         (gnus-agent-summary-fetch-series): Modify to protect against
22966         gnus-agent-summary-fetch-group clearing processable flags.
22967         (gnus-agent-synchronize-group-flags): Update live group buffer as
22968         synchronization may occur due to the user toggle the plugged
22969         status.
22970         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22971         successfully downloaded.
22972         (gnus-agent-expire-group-1): Avoid using markers when the overview
22973         is in ascending order; greatly improves performance.
22974         (gnus-agent-regenerate-group):
22975         Use gnus-agent-synchronize-group-flags to reset read status in both
22976         gnus and server.
22977         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22978
22979 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22980
22981         * message.el: Don't autoload former message-utils variables.
22982         (message-strip-subject-trailing-was): Change doc string.
22983
22984         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22985         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22986         (nnweb-google-search): Add "hl=en" here.
22987         (nnweb-google-parse-1, nnweb-google-create-mapping):
22988         Don't hardcode URL.
22989
22990 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22991
22992         * message.el (message-get-reply-headers, message-followup):
22993         Mention related variables `message-use-followup-to' and
22994         `message-use-mail-followup-to', in the information buffer.
22995
22996         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22997         of broken groups(-beta).google.com.
22998
22999 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23000
23001         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23002         parameter to invoked gnus-request-move-article; remove the
23003         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23004         all at once instead of once per article.
23005         (gnus-summary-remove-process-mark): Accept a list of articles as
23006         well as a single article for processing.
23007
23008         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23009         parameter.
23010
23011         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23012
23013         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23014
23015         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23016         parameter.
23017
23018         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23019         parameter.
23020
23021         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23022         parameter and remove the gnus-sum-hint-move-is-internal variable.
23023
23024         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23025         parameter.
23026
23027         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23028         parameter.
23029
23030         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23031         parameter.
23032
23033         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23034
23035         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23036         parameter.
23037
23038         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23039         parameter.
23040
23041 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23042
23043         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23044         a more conservative way.
23045
23046 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23047
23048         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23049         buffer, so it moves the window's cursor.
23050
23051 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23052
23053         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23054         `mm-dissect-multipart' and receive the from field as an (optional)
23055         argument from `mm-dissect-multipart'.
23056         (mm-dissect-multipart): Receive the from field as an argument and
23057         pass it on when we call `mm-dissect-buffer' on MIME parts.
23058         Fixes verification/decryption of signed/encrypted MIME parts.
23059
23060 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23061
23062         * gnus-sum.el (gnus-summary-move-article):
23063         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23064         whatever it calls (right now, only nnimap-request-move article
23065         respects it).
23066
23067         * nnimap.el (nnimap-request-move-article):
23068         When gnus-sum-hint-move-is-internal is set, don't do the extra
23069         nnimap-request-article.
23070
23071 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23072
23073         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23074
23075         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23076         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23077
23078         * gnus-sum.el (gnus-summary-caesar-message):
23079         Apply `gnus-treat-article' after rotation.
23080
23081         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23082         doc string.
23083
23084 2005-02-22  Simon Josefsson  <jas@extundo.com>
23085
23086         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23087         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23088         <arne@arnested.dk>.
23089         (encrypt): Add password-cache and password-cache-expiry as group
23090         members.
23091
23092 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23093
23094         * smime.el (smime-ldap-host-list): Doc fix.
23095         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23096         cache) password.
23097         (smime-sign-region): Use it.
23098         (smime-decrypt-region): Use it.
23099         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23100         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23101         fails.
23102         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23103         certificate from DER to PEM format rather than calling openssl.
23104
23105         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23106
23107         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23108         for signing/encryption.
23109
23110         * mml.el (mml-parse-1): Use them.
23111
23112 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23113
23114         * nnrss.el (nnrss-verbose): Remove.
23115         (nnrss-request-group): Use `nnheader-message' instead.
23116
23117 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23118
23119         * nnrss.el (nnrss-verbose): New variable.
23120         (nnrss-request-group): Make it say nnrss is requesting a group.
23121
23122 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23123
23124         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23125         Handle news URL with given port correctly.
23126
23127 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23128
23129         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23130         containing special characters.
23131
23132         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23133
23134         * mml.el (mime-to-mml): Ditto.
23135
23136         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23137         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23138         (rfc2047-decode-region): Quote decoded words containing special
23139         characters when rfc2047-quote-decoded-words-containing-tspecials
23140         is non-nil.
23141
23142 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23143
23144         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23145
23146         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23147
23148 2005-02-15  Simon Josefsson  <jas@extundo.com>
23149
23150         * nnimap.el (nnimap-debug): Doc fix.
23151
23152         * imap.el (imap-debug): Doc fix.
23153
23154 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23155
23156         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23157
23158 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23159
23160         * gnus.el (spam-contents): Improve docs for spam-contents
23161         parameter in its variable incarnation.
23162
23163 2005-02-14  Simon Josefsson  <jas@extundo.com>
23164
23165         * smime-ldap.el: Use require instead of load-library for ldap.
23166         (smime-ldap-search): Indent.
23167         (smime-ldap-search-internal): Shorten line.
23168
23169         * smime.el (smime-cert-by-dns): Add doc-string.
23170         (smime-cert-by-ldap-1): Indent.
23171
23172         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23173         mml-smime-get-dns-ldap.
23174         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23175
23176 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23177
23178         * smime.el: Require smime-ldap.
23179         (smime-ldap-host-list): New variable.
23180         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23181
23182         * mml-smime.el (mml-smime-encrypt-query): New function.
23183         (mml-smime-encrypt-query): Use it.
23184
23185         * smime-ldap.el: New file.
23186
23187 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23188
23189         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23190
23191 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23192
23193         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23194         argument in doc string.  Make query for type more clear.
23195
23196 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23197
23198         * gnus.el (gnus-group-startup-message): Search for gnus images in
23199         etc/images/gnus.
23200         * mm-util.el (mm-image-load-path): Likewise.
23201         * smiley.el (smiley-data-directory): Search for smilies in
23202         etc/images/smilies.
23203
23204 2005-02-09  Kim F. Storm  <storm@cua.dk>
23205
23206         Change Emacs release version from 21.4 to 22.1 throughout.
23207         Change Emacs development version from 21.3.50 to 22.0.50.
23208
23209 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23210
23211         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23212
23213         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23214         non-Mule XEmacs as well.
23215         (mm-decompress-buffer): Signal an error intentionally if it does
23216         not decompress compressed data because auto-compression-mode is
23217         disabled.
23218
23219 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23220
23221         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23222         an ID in the registry even if it has no groups.
23223
23224 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23225
23226         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23227         merge it into mm-decompress-buffer.
23228         (gnus-mime-copy-part): Use the MIME part charset, the value which
23229         a user specified or gnus-newsgroup-charset for decoding, like
23230         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23231         save-buffer what was used.  Suggested by Kevin Ryde
23232         <user42@zip.com.au>.
23233         (gnus-mime-inline-part): Allow the name parameter as well as the
23234         filename parameter; force decompressing of compressed data; always
23235         display contents being not decoded as unibyte.
23236
23237         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23238         as well as the filename parameter.
23239
23240         * mm-util.el (mm-decompress-buffer):
23241         Merge gnus-mime-jka-compr-maybe-uncompress.
23242         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23243         of compressed data.
23244
23245 2005-02-08  Simon Josefsson  <jas@extundo.com>
23246
23247         * imap.el (imap-log): Doc fix.
23248
23249 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23250
23251         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23252         the coding cookies; decompress compressed parts.
23253
23254         * mml.el (mml-generate-mime-1): Add the charset parameter according
23255         to the value which a user specified manually or the coding cookie.
23256
23257         * mm-util.el (mm-string-to-multibyte): New function.
23258         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23259         (mm-coding-system-to-mime-charset): New function.
23260         (mm-decompress-buffer): New function.
23261         (mm-find-buffer-file-coding-system): New function.
23262
23263         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23264         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23265         parts.
23266
23267 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23268
23269         * mm-view.el (mm-display-inline-fontify): Decode a part according
23270         to the charset parameter.
23271
23272 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23273
23274         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23275         prefix arg is neither nil nor a number, as info specifies.
23276
23277 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23278
23279         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23280         timestamps.
23281
23282 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23283
23284         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23285         groups error checking and notify user.
23286
23287 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23288
23289         * message.el (message-send-mail-function): Check existence of
23290         sendmail-program first before using default value
23291         `message-send-mail-with-sendmail'.  Otherwise use more generic
23292         `smtpmail-send-it'.
23293
23294 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23295
23296         * nntp.el (nntp-request-update-info): Always return nil.
23297
23298 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23299
23300         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23301
23302 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23303
23304         * message.el (message-beginning-of-line): Change the behavior when
23305         invoked between BOL and : so that it first moves backward.
23306
23307 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23308
23309         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23310         article buffer when editing of the article is discarded.
23311         (gnus-article-prepare): Revert.
23312
23313 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23314
23315         * gnus-art.el (gnus-article-prepare):
23316         Remove message-strip-forbidden-properties from the local hook.
23317
23318 2005-01-27  Simon Josefsson  <jas@extundo.com>
23319
23320         * password.el (password-cache-add): Only start one timer per key.
23321         Reported by Derek Atkins <warlord@MIT.EDU>.
23322
23323 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23324
23325         * run-at-time.el: Remove.  It is no longer needed as
23326         timer-funcs.el in the xemacs-base package has a working version of
23327         `run-at-time'.
23328
23329         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23330
23331         * password.el: Require timer-funcs instead of run-at-time in
23332         XEmacs.
23333         Remove `password-run-at-time' macro.
23334         (password-cache-add): Use `run-at-time' instead of
23335         `password-run-at-time'.
23336
23337         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23338         Remove `nnheader-cancel-function-timers' alias,
23339         `cancel-function-timers' exists in XEmacs in timer-funcs.
23340
23341         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23342         for `run-with-idle-timer'.
23343
23344         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23345         for `run-at-time'.
23346
23347         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23348         for `with-timeout'.
23349
23350         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23351         the same as for XEmacs 21.4.
23352         No need to ignore `run-with-idle-timer', this function exists in
23353         XEmacs now in timer-funcs.el in the xemacs-base package.
23354         (dgnushack-compile): No need to delete
23355         run-at-time.el from the list of files to compile because it
23356         doesn't exist anymore.
23357
23358 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23359
23360         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23361         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23362
23363 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23364
23365         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23366         sensitively.
23367
23368 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23369
23370         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23371
23372 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23373
23374         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23375         which will be inserted according to the multibyteness of a buffer
23376         rather than the type of contents.  Suggested by ARISAWA Akihiro
23377         <ari@mbf.ocn.ne.jp>.
23378
23379         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23380         of string which old xml.el may return rather than a string.
23381
23382 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23383
23384         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23385
23386 2005-01-16  Simon Josefsson  <jas@extundo.com>
23387
23388         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23389         idn/idna.el isn't available.
23390         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23391         <michael@waxrat.com>.
23392
23393         * hashcash.el: Remove non-FSF copyright header.
23394
23395         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23396         (hashcash-generate-payment): Use it.
23397         (hashcash-generate-payment-async): Use it.
23398
23399 2005-01-15  Simon Josefsson  <jas@extundo.com>
23400
23401         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23402         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23403
23404         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23405         gnus-summary-idna-message.
23406         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23407         (gnus-summary-idna-message): New function.
23408
23409 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23410
23411         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23412         gnus-novice-user.
23413
23414 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23415
23416         * nnrss.el (nnrss-request-delete-group): Delete entries in
23417         nnrss-group-alist as well.
23418         (nnrss-save-server-data): Insert newline.
23419
23420 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23421
23422         * gnus.el (gnus-user-agent): Use list of symbols instead of
23423         symbols.  Display full version number for (S)XEmacs.
23424         Optionally display (S)XEmacs codename.
23425
23426         * gnus-util.el (gnus-emacs-version): Update for new
23427         `gnus-user-agent'.
23428
23429         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23430         Gnus version.
23431
23432 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23433
23434         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23435         which is unreadable in some setups.
23436
23437 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23438
23439         * gnus-spec.el (gnus-update-format-specifications): Flush the
23440         group format spec cache if it doesn't support decoded group names.
23441
23442 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23443
23444         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23445         Allow to apply decay on score files matching a regexp.
23446
23447 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23448
23449         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23450         compatibility in %g and %c.
23451
23452 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23453
23454         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23455         name for only %g and %c.
23456         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23457         of gnus-tmp-group to decoded group name.
23458         (gnus-group-make-rss-group): Exclude `/'s from group names.
23459
23460 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23461
23462         * nnrss.el (nnrss-get-encoding): Fix regexp.
23463
23464 2004-12-27  Simon Josefsson  <jas@extundo.com>
23465
23466         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23467         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23468         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23469
23470 2004-12-17  Kim F. Storm  <storm@cua.dk>
23471
23472         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23473
23474         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23475
23476 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23477
23478         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23479
23480 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23481
23482         * nnrss.el: Require rfc2047 and mml.
23483         (nnrss-file-coding-system): New variable.
23484         (nnrss-format-string): Redefine it as an inline function.
23485         (nnrss-decode-group-name): New function.
23486         (nnrss-string-as-multibyte): Remove.
23487         (nnrss-retrieve-headers): Decode group name; don't use
23488         nnrss-format-string.
23489         (nnrss-request-group): Decode group name.
23490         (nnrss-request-article): Decode group name; allow a Message-ID as
23491         well as an article number; don't use nnrss-format-string; encode a
23492         Message-ID string which may contain non-ASCII characters; use
23493         mml-to-mime to compose a MIME article.
23494         (nnrss-request-expire-articles): Decode group name.
23495         (nnrss-request-delete-group): Decode group name.
23496         (nnrss-fetch): Clarify error message.
23497         (nnrss-read-server-data): Use insert-file-contents instead of load;
23498         bind file-name-coding-system; use multibyte buffer.
23499         (nnrss-save-server-data): Bind coding-system-for-write to the
23500         value of nnrss-file-coding-system; bind file-name-coding-system;
23501         add coding cookie.
23502         (nnrss-read-group-data): Use insert-file-contents instead of load;
23503         bind file-name-coding-system; use multibyte buffer.
23504         (nnrss-save-group-data): Bind coding-system-for-write to the
23505         value of nnrss-file-coding-system; bind file-name-coding-system.
23506         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23507         make it work with non-ASCII text.
23508         (nnrss-find-el): Make it work with old xml.el as well.
23509
23510 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23511
23512         * nnrss.el (nnrss-get-encoding): New function.
23513         (nnrss-fetch): Use unibyte buffer initially; bind
23514         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23515         decode contents according to the encoding attribute.
23516         (nnrss-save-group-data): Add coding cookie.
23517         (nnrss-mime-encode-string): New function.
23518         (nnrss-check-group): Use it to encode subject and author.
23519
23520 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23521
23522         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23523         imaginary variable.
23524
23525 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23526
23527         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23528         correctly even if there are wide characters.
23529
23530 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23531
23532         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23533         downcased symbol names; make a new cache instead of reusing
23534         bbdb-hashtable.
23535
23536 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23537
23538         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23539         concatenating segments rather than before concatenating them.
23540         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23541
23542         * message.el (message-get-reply-headers): Bind `extra'.
23543
23544 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23545
23546         * message.el (message-extra-wide-headers): New variable.
23547         (message-get-reply-headers): Use it.
23548
23549 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23550
23551         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23552         (gnus-agent-group-pathname): Ditto.
23553
23554         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23555
23556         * gnus-group.el (gnus-group-make-group): Decode group name.
23557         (gnus-group-make-rss-group): Register the group data after opening
23558         the nnrss group.
23559
23560 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23561
23562         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23563         by expiry now get marked as read.
23564
23565 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23566
23567         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23568
23569 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23570
23571         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23572         unify Latin characters in XEmacs.
23573         (mm-find-mime-charset-region): Use it.
23574
23575 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23576
23577         * gnus-util.el (gnus-delete-directory): New function.
23578
23579         * gnus-agent.el (gnus-agent-delete-group): Use it.
23580
23581         * gnus-cache.el (gnus-cache-delete-group): Use it.
23582
23583 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23584
23585         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23586         names.
23587
23588 2004-12-16  Simon Josefsson  <jas@extundo.com>
23589
23590         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23591
23592 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23593
23594         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23595
23596         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23597         (gnus-group-set-current-level): Decode group name.
23598
23599 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23600
23601         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23602         failed.
23603
23604 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23605
23606         * gnus-group.el (gnus-group-delete-group): Decode group name.
23607         (gnus-group-make-rss-group): Encode group name.
23608         (gnus-group-catchup-current): Decode group name.
23609         (gnus-group-kill-group): Decode group name.
23610
23611 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23612
23613         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23614
23615 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23616
23617         * gnus-group.el (gnus-group-make-rss-group):
23618         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23619
23620         * gnus-start.el (gnus-setup-news): Honor user's setting to
23621         gnus-message-archive-method.  Suggested by Lute Kamstra
23622         <lute@gnu.org>.
23623
23624 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23625
23626         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23627         global counterparts of the buffer-local variables.
23628
23629 2004-11-16  Romain Francoise  <romain@orebokech.com>
23630
23631         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23632         counterparts of the buffer-local variables.
23633
23634 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23635
23636         * message.el (message-forbidden-properties): Fix typo in doc
23637         string.
23638
23639 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23640
23641         * gnus-util.el (gnus-replace-in-string): Add doc string.
23642
23643         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23644         to avoid problems when splitting mails with many recipients.
23645
23646 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23647
23648         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23649         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23650
23651 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23652
23653         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23654         if there is no hashtable in memory or file modification time is
23655         newer than cached timestamp.
23656
23657 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23658
23659         * gnus-sum.el (gnus-summary-limit-to-recipient):
23660         Implement not-matching option.
23661
23662 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23663
23664         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23665         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23666         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23667         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23668         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23669         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23670
23671 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23672
23673         * message.el (message-forward-make-body-mml): Remove headers
23674         according to message-forward-ignored-headers if a message is decoded.
23675
23676 2004-12-02  Romain Francoise  <romain@orebokech.com>
23677
23678         * message.el (message-forward-make-body-plain): Always remove
23679         headers according to message-forward-ignored-headers.
23680
23681 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23682
23683         * spam.el (spam-summary-prepare-exit): Remove the
23684         gnus-summary-limit pop for now, it has problems with ham marks for
23685         me.
23686
23687 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23688
23689         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23690         correctly.
23691
23692 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23693
23694         * format-spec.el (format-spec): Message the char.
23695
23696 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23697
23698         * gnus-art.el (gnus-split-methods): Reformat comments.
23699
23700         * spam.el (spam-summary-prepare-exit): Remove article limits
23701         before exiting the summary buffer.
23702
23703 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23704
23705         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23706         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23707
23708         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23709         order to silence the byte compiler.
23710
23711         * spam.el: Fix the way to silence the byte compiler, which
23712         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23713         bbdb-search-simple, spam-BBDB-register-routine,
23714         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23715         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23716         spam-stat-buffer-is-spam, spam-stat-load,
23717         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23718         spam-stat-save and spam-stat-split-fancy.
23719
23720 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23721
23722         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23723         which may confuse users.
23724         (canlock-password-for-verify): Ditto.
23725
23726         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23727
23728         * gnus-art.el (gnus-emphasis-alist): Ditto.
23729
23730         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23731
23732         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23733
23734         * gnus-start.el (gnus-save-killed-list): Ditto.
23735
23736         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23737         (gnus-sum-thread-tree-root): Ditto.
23738         (gnus-sum-thread-tree-false-root): Ditto.
23739         (gnus-sum-thread-tree-single-indent): Ditto.
23740
23741         * message.el (message-courtesy-message): Ditto.
23742         (message-archive-note): Ditto.
23743         (message-subscribed-address-file): Ditto.
23744         (message-user-fqdn): Ditto.
23745
23746         * spam-report.el (spam-report-gmane-regex): Ditto.
23747
23748         * spam.el (spam-blackhole-good-server-regex): Ditto.
23749
23750 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23751
23752         * mml.el (mml-preview): Widen the message buffer before copying
23753         the contents to the preview buffer; sort headers before previewing.
23754
23755         * message.el (message-hidden-headers): Fix the way to avoid a bug
23756         in the `repeat' widget in Emacs 21.3 or earlier.
23757
23758 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23759
23760         * message.el (message-hidden-headers): Default to "^References:".
23761         Improve customization type.  Suggested by Reiner Steib
23762         <Reiner.Steib@gmx.de>.
23763
23764 2004-11-25  Romain Francoise  <romain@orebokech.com>
23765
23766         * message.el (message-strip-forbidden-properties): Remove check for
23767         obsolete `message-hidden' text property, hidden headers are not
23768         accessible in the buffer anymore.
23769
23770 2004-11-22  Romain Francoise  <romain@orebokech.com>
23771
23772         * message.el (message-header-format-alist): Add `From' in list
23773         so that it can be sorted.
23774         (message-fix-before-sending): Widen and sort headers before
23775         sending.
23776         (message-hide-headers): Use narrowing to hide headers by moving
23777         them to the top of the buffer and narrowing to the region
23778         underneath.
23779
23780 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23781
23782         * message.el (message-strip-forbidden-properties):
23783         Bind buffer-read-only (etc) to nil.
23784
23785 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23786
23787         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23788         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23789
23790 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23791
23792         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23793
23794 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23795
23796         * dns.el (query-dns): Use sit-for to time instead of
23797         accept-process-output, since that doesn't seem to work on udp
23798         sockets.
23799
23800 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23801
23802         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23803
23804 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23805
23806         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23807         doc string.  Improve doc string.
23808
23809 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23810
23811         * nntp.el (nntp-request-update-info): Return nil if
23812         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23813         may not call gnus-activate-group which uselessly issues the GROUP
23814         commands for all nntp groups and wastes time.  Reported by Romain
23815         Francoise <romain@orebokech.com>.
23816
23817         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23818
23819 2004-11-15  Simon Josefsson  <jas@extundo.com>
23820
23821         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23822         headers separately.
23823         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23824         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23825
23826 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23827
23828         * gnus-start.el (gnus-convert-old-newsrc):
23829         Assign legacy-gnus-agent to 5.10.7.
23830
23831 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23832
23833         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23834         start of the lines.
23835
23836 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23837
23838         * hashcash.el (hashcash-default-payment): Change default to 20.
23839         (hashcash-default-accept-payment): Change default to 20.
23840         (hashcash-process-alist): New variable.
23841         (hashcash-generate-payment-async): Add.
23842         (hashcash-already-paid-p): Add.
23843         (hashcash-insert-payment): Don't generate payments twice.
23844         (hashcash-insert-payment-async): Add.
23845         (hashcash-insert-payment-async-2): Add.
23846         (hashcash-cancel-async): Add.
23847         (hashcash-wait-async): Add.
23848         (hashcash-processes-running-p): Add.
23849         (hashcash-wait-or-cancel): Add.
23850         (mail-add-payment): New optional argument.  Conditionally start
23851         asynchronous calculation.
23852         (mail-add-payment-async): Add.
23853
23854         * message.el (message-send-mail): Wait for asynchronous hashcash
23855         results.  Don't clobber existing X-Hashcash headers.
23856         (message-setup-1): Call mail-add-payment-async when
23857         message-generate-hashcash is non-nil.
23858
23859 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23860
23861         * message.el (message-use-alternative-email-as-from): Examine the
23862         From header as well; use message-make-from in order to include a
23863         user's full name.
23864
23865 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23866
23867         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23868         default; improve customization type.
23869         (gnus-emphasis-custom-with-format): New macro.
23870         (gnus-emphasis-custom-value-to-external): New function.
23871         (gnus-emphasis-custom-value-to-internal): New function.
23872
23873 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23874
23875         * dns.el (query-dns): Resolve reverse addresses.
23876
23877 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23878
23879         * gnus-group.el (gnus-group-get-new-news): Use it.
23880
23881         * gnus-start.el (gnus-check-reasonable-setup): New function.
23882
23883 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23884
23885         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23886         "Args out of range" error.  Reported by Arnaud Giersch
23887         <arnaud.giersch@free.fr>.
23888
23889 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23890
23891         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23892
23893 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23894
23895         * spam.el (spam group): Add :version.
23896
23897         * pgg-def.el (pgg group): Add :version.
23898
23899 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23900
23901         * gnus-art.el (gnus-article-edit-article): Don't associate the
23902         article buffer with a draft file.  This is a temporary measure
23903         against the 2004-08-22 change to gnus-article-edit-mode.
23904
23905 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23906
23907         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23908         (html2text-format-tags): Remove unused variable `attr'.
23909
23910 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23911
23912         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23913
23914         * tls.el (tls-process-connection-type, tls-success)
23915         (tls-certtool-program): Add :version.
23916
23917         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23918         (starttls-extra-arguments, starttls-process-connection-type)
23919         (starttls-connect, starttls-failure, starttls-success): Add :version.
23920
23921         * spam-stat.el (spam-stat): Add :version.
23922
23923         * sieve.el (sieve): Add :version.
23924
23925         * sha1.el (sha1): Add :version.
23926         (sha1-use-external): Remove redundant version.
23927
23928         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23929         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23930         (nnmail-split-fancy-match-partial-words)
23931         (nnmail-split-lowercase-expanded): Add :version.
23932
23933         * nndiary.el (nndiary): Add :version.
23934
23935         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23936
23937         * mml-sec.el (mml-default-sign-method)
23938         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23939         Add :version.
23940
23941         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23942
23943         * mm-url.el (mm-url-use-external, mm-url-program)
23944         (mm-url-arguments): Add :version.
23945
23946         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23947         (mm-attachment-file-modes, mm-decrypt-option)
23948         (mm-w3m-safe-url-regexp): Add :version.
23949
23950         * message.el (message-cite-prefix-regexp)
23951         (message-sendmail-envelope-from, message-minibuffer-local-map)
23952         (message-user-fqdn, message-completion-alist): Add :version.
23953
23954         * gnus-win.el (gnus-configure-windows-hook)
23955         (gnus-use-frames-on-any-display): Add :version.
23956
23957         * gnus-art.el (gnus-article-address-banner-alist)
23958         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23959         (gnus-treat-from-picon, gnus-treat-mail-picon)
23960         (gnus-treat-x-pgp-sig): Add :version.
23961
23962         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23963         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23964         (gnus-summary-article-delete-hook)
23965         (gnus-summary-display-while-building): Add :version.
23966
23967         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23968         (gnus-get-top-new-news-hook): Add :version.
23969
23970         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23971         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23972
23973         * gnus-registry.el (gnus-registry): Add :version.
23974
23975         * gnus-spec.el (gnus-use-correct-string-widths)
23976         (gnus-make-format-preserve-properties): Add :version.
23977
23978         * gnus.el (gnus-group-charter-alist)
23979         (gnus-group-fetch-control-use-browse-url)
23980         (gnus-install-group-spam-parameters): Add :version.
23981
23982         * gnus-diary.el (gnus-diary): Add :version.
23983
23984         * gnus-delay.el (gnus-delay): Add :version.
23985
23986         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23987         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23988         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23989         Add :version.
23990
23991         * gnus-agent.el (gnus-agent-max-fetch-size)
23992         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23993         (gnus-agent-prompt-send-queue): Add :version.
23994
23995         * deuglify.el (gnus-outlook-deuglify): Add :version.
23996
23997         * html2text.el: Beautify code.  Improve doc strings.
23998         Some checkdoc cleanup.
23999         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24000
24001 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24002
24003         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24004
24005 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24006
24007         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24008         when package is loaded.
24009
24010         * spam.el (spam-summary-score-preferred-header): Add global preference
24011         for people who want to override the default SpamAssassin over
24012         Bogofilter preference (when both are set).
24013         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24014         (spam-user-format-function-S):
24015         Check spam-summary-score-preferred-header.
24016         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24017         (spam-user-format-function-S): Format the score correctly.
24018
24019 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24020
24021         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24022         signature file.  Suggested by Manoj Srivastava
24023         <srivasta@golden-gryphon.com>.
24024
24025         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24026         iso-2022-jp even in the Japanese language environment.
24027         Suggested by Jason Rumney <jasonr@gnu.org>.
24028
24029 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24030
24031         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24032         use the same characters as the dummy marks; make it free from
24033         getting affected by the language environment.
24034         (gnus-summary-read-group-1): Update mark positions only when the
24035         format spec is updated.
24036
24037         * gnus-spec.el (gnus-update-format-specifications): Return a list
24038         of updated types.
24039
24040 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24041
24042         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24043         of boundp to check if display-warning is available.
24044
24045 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24046
24047         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24048
24049 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24050
24051         * nnspool.el (nnspool-spool-directory): Use news-path if the
24052         news-directory variable is not bound.
24053
24054         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24055         function instead of display-warning if it is not available.
24056
24057 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24058
24059         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24060         v5-10: Use `point-at-bol'.
24061
24062 2004-10-26  Simon Josefsson  <jas@extundo.com>
24063
24064         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24065         <chenggao@gmail.com>.
24066
24067 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24068
24069         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24070         instead.
24071
24072 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24073
24074         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24075         to remove a server from the nnimap-server-buffer-alist.
24076         (nnimap-open-connection, nnimap-close-server): Use it.
24077
24078         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24079
24080 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24081
24082         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24083         running the major-mode function.
24084
24085 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24086
24087         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24088         dummy marks in the right way.
24089
24090 2004-10-18  David Edmondson  <dme@dme.org>
24091
24092         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24093         excessively.
24094
24095 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24096
24097         * gnus-util.el (gnus-split-references): Accept a nil references
24098         string and go on blissfully.
24099
24100         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24101         cases where the references string is non-nil but has no references.
24102
24103         * encrypt.el: Add autoload tags.
24104
24105         * spam.el (spam-resolve-registrations-routine): Remove article
24106         from unregistration list too.  Reported by David Hanak
24107         <dhanak@isis.vanderbilt.edu>
24108
24109 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24110
24111         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24112         nil.  Change custom type.
24113
24114 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24115
24116         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24117
24118         * gnus-sum.el (gnus-summary-move-article): Use it.
24119
24120 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24121
24122         * encrypt.el: Add autoload cookies.
24123
24124         * spam.el (spam-backend-article-list-property)
24125         (spam-backend-get-article-todo-list)
24126         (spam-backend-put-article-todo-list)
24127         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24128         Resolve registrations separately.
24129         (spam-register-routine): Format comments.
24130         (spam-unregister-routine, spam-register-routine): Always call with
24131         specific-articles, no default list.
24132         (spam-summary-prepare-exit): Use the spam-classifications function.
24133
24134         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24135         gnus-encrypt.el.
24136
24137         * encrypt.el: Copied from gnus-encrypt.el.
24138
24139         * gnus-encrypt.el: Commented that it's obsolete.
24140
24141 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24142
24143         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24144         (gnus-score-save): Use it.
24145
24146         * message.el (message-bury): Use `window-dedicated-p'.
24147
24148 2004-10-15  Simon Josefsson  <jas@extundo.com>
24149
24150         * pop3.el (top-level): Don't require nnheader.
24151         (pop3-read-timeout): Add.
24152         (pop3-accept-process-output): Add.
24153         (pop3-read-response, pop3-retr): Use it.
24154
24155 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24156
24157         * spam.el (spam-register-routine): Move comment.
24158         (spam-verify-bogofilter): Use 'unknown for the initial
24159         spam-bogofilter-valid state, not 'never.
24160
24161         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24162         for netrc-machine.
24163
24164         * nnimap.el (nnimap-open-connection):
24165         Use netrc-machine-user-or-password.
24166
24167 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24168
24169         * gnus-registry.el (gnus-registry-unload-hook):
24170         Set as a variable with add-hook.
24171
24172         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24173         of news-path.
24174
24175         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24176
24177         * spam.el: Delete duplicate `provide'.
24178         (spam-unload-hook): Set as a variable with add-hook.
24179
24180 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24181
24182         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24183         in the doc string.
24184
24185         * message.el (message-ignored-news-headers)
24186         (message-ignored-supersedes-headers)
24187         (message-ignored-resent-headers)
24188         (message-forward-ignored-headers): Improve custom type.
24189
24190 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24191
24192         * message.el (message-tokenize-header): Fix 2004-09-06 change
24193         which used point-min in the wrong place.
24194
24195 2004-10-12  Simon Josefsson  <jas@extundo.com>
24196
24197         * tls.el (tls-certtool-program): New variable.
24198         (tls-certificate-information): New function, based on
24199         ssl-certificate-information.
24200
24201 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24202
24203         * compface.el: Move the version of ELisp-based uncompface program
24204         to the contrib directory because of the copyright problem.
24205
24206 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24207
24208         * message.el (message-kill-buffer): Raise the current frame.
24209
24210 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24211
24212         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24213
24214         * gnus.el (message-y-or-n-p): Autoload.
24215
24216         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24217         (pop3-password-required, pop3-authentication-scheme)
24218         (pop3-leave-mail-on-server): Make customizable.
24219         (pop3): New custom group.
24220         (pop3-retr): Remove `sleep-for' statements.
24221         Suggested by Dave Love <fx@gnu.org>.
24222
24223         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24224         Windows/DOS.
24225
24226         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24227         (imap-parse-body): Fix incorrect use of `assert'.
24228         Suggested by Dave Love <fx@gnu.org>.
24229
24230         * mml.el (mml-minibuffer-read-disposition): Require match.
24231         Suggested by Dave Love <fx@gnu.org>.
24232
24233 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24234
24235         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24236         doc string.
24237
24238 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24239
24240         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24241
24242 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24243
24244         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24245         instead of calling `mm-insert-inline', to decode text/* parts
24246         before displaying them.
24247
24248 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24249
24250         * mm-uu.el (mm-uu-text-plain-type): New variable.
24251         (mm-uu-pgp-signed-extract-1): Use it.
24252         (mm-uu-pgp-encrypted-extract-1): Use it.
24253         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24254         bind mm-uu-text-plain-type with that value.
24255         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24256         mm-uu-dissect.
24257
24258 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24259
24260         * gnus-group.el (gnus-update-group-mark-positions):
24261         * gnus-sum.el (gnus-update-summary-mark-positions):
24262         * message.el (message-check-news-body-syntax):
24263         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24264         of string-as-multibyte.
24265
24266 2004-10-05  Juri Linkov  <juri@jurta.org>
24267
24268         * gnus-group.el (gnus-update-group-mark-positions):
24269         * gnus-sum.el (gnus-update-summary-mark-positions):
24270         * message.el (message-check-news-body-syntax):
24271         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24272         8-bit unibyte values to a multibyte string for search functions.
24273
24274 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24275
24276         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24277         (mm-uu-dissect-text-parts): New function.
24278
24279         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24280         dissect text parts.
24281
24282         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24283         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24284
24285         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24286
24287         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24288         Use gnus-current-topics instead of gnus-current-topic.
24289
24290 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24291
24292         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24293
24294 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24295
24296         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24297         where appropriate.
24298
24299         * nnml.el (nnml-generate-active-info): do.
24300
24301         * nndiary.el (nndiary-generate-active-info): do.
24302
24303         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24304         (gnus-topic-move): do.
24305
24306         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24307         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24308
24309         * gnus-srvr.el (gnus-server-prepare)
24310         (gnus-server-open-all-servers): do.
24311
24312         * gnus-msg.el (gnus-summary-cancel-article)
24313         (gnus-summary-resend-message)
24314         (gnus-summary-mail-crosspost-complaint): do.
24315
24316         * gnus-move.el (gnus-change-server): do.
24317
24318         * gnus-group.el (gnus-group-unmark-all-groups)
24319         (gnus-group-set-current-level): do.
24320
24321 2004-10-04  Simon Josefsson  <jas@extundo.com>
24322
24323         * message.el (message-generate-hashcash): Doc fix.
24324
24325 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24326
24327         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24328         avoid infinite recursion via gnus-get-function.
24329
24330 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24331
24332         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24333
24334         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24335
24336         * nnmail.el (nnmail-split-history): do.
24337
24338         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24339         (nnml-request-delete-group): do.
24340
24341         * nnslashdot.el (nnslashdot-read-groups): do.
24342
24343         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24344         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24345
24346         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24347         (nnspool-sift-nov-with-sed): Use last.
24348         (nnspool-retrieve-headers-with-nov): Use mapc.
24349         (nnspool-request-newgroups): Use dolist.
24350         (nnspool-request-group): Use last.
24351
24352         * nntp.el (nntp-read-server-type): Use dolist.
24353
24354         * nnvirtual.el (nnvirtual-create-mapping)
24355         (nnvirtual-update-read-and-marked): Use dolist.
24356         (nnvirtual-convert-headers): Simplify.
24357
24358 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24359
24360         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24361         Add support for sync'ing tick marks.
24362
24363 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24364
24365         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24366         there's no visible header.
24367
24368 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24369
24370         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24371         When necessary, pass full group name to gnus-request-set-marks.
24372
24373 2004-10-01  Simon Josefsson  <jas@extundo.com>
24374
24375         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24376         acroread.
24377
24378 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24379
24380         * spam-report.el (spam-report-gmane): Fix interactive.
24381
24382         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24383
24384         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24385         when writing file.
24386         (gnus-agent-synchronize-flags): Don't default to being
24387         interactive.
24388
24389 2004-09-30  Simon Josefsson  <jas@extundo.com>
24390
24391         * message.el (message-generate-hashcash): Add.
24392         (message-send-mail): Use it, call mail-add-payment.
24393
24394 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24395
24396         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24397
24398 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24399
24400         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24401         gnus-requst-update-info with explicit code to sync the in-memory
24402         info read flags with the marks being sync'd to the backend.
24403
24404         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24405
24406 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24407
24408         * spam.el (spam-verify-bogofilter): Add new function.
24409         (spam-check-bogofilter)
24410         (spam-bogofilter-register-with-bogofilter): Use it.
24411         (spam-verify-bogofilter): Add small fixes.
24412
24413 2004-09-28  Simon Josefsson  <jas@extundo.com>
24414
24415         * hashcash.el (hashcash-generate-payment): Revert.
24416
24417 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24418
24419         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24420         Use gnus-extract-references instead of gnus-split-references.
24421
24422         * gnus-util.el (gnus-extract-references): Add new function, analogous
24423         to gnus-split-references but extracts only the message-ID without
24424         anything extra.
24425
24426         * hashcash.el (hashcash-generate-payment)
24427         (hashcash-check-payment): Do the right thing if hashcash-path is
24428         nil (because the hashcash program could not be found).
24429
24430         * spam.el (spam-use-hashcash): Remove comment.
24431
24432 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24433
24434         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24435         (gnus-cache-enter-article, gnus-cache-remove-article)
24436         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24437
24438         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24439
24440         * gnus-art.el (article-hide-boring-headers)
24441         (article-translate-strings, article-display-face)
24442         (gnus-article-mime-match-handle-first)
24443         (gnus-article-highlight-headers)
24444         (gnus-article-add-buttons-to-head): do.
24445
24446 2004-09-27  Simon Josefsson  <jas@extundo.com>
24447
24448         * hashcash.el: New version, from
24449         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24450         ../contrib/.
24451
24452 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24453
24454         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24455
24456 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24457
24458         * gnus-dup.el (gnus-dup-open): Use mapc.
24459         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24460
24461         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24462         Reported by Stefan Wiens <s.wi@gmx.net>.
24463
24464         * gnus.el (gnus-shutdown): Use dolist.
24465
24466         * gnus-undo.el (gnus-undo): Use mapc.
24467
24468         * nnrss.el (nnrss-generate-active): do.
24469
24470         * message.el (message-cite-original-without-signature)
24471         (message-cite-original): Use mapc.
24472         (message-do-actions, message-make-forward-subject): Use dolist.
24473
24474 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24475
24476         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24477         deletion to remove entire duplicate line.  Fixes merged article
24478         number bug.
24479
24480 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24481
24482         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24483         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24484         first ask if you want to open a server and then, even when you
24485         responded with no, asking if you want to synchronize the server's
24486         flags.
24487         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24488         multi-line expressions.
24489         (gnus-agent-synchronize-group-flags): New internal function.
24490         Updates marks in memory (in the info structure) AND in the
24491         backend.
24492
24493         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24494
24495         * nnagent.el (nnagent-request-set-mark):
24496         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24497         method, to ensure that synchronization updates marks in the
24498         backend and in the info (in memory) structure.
24499
24500 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24501
24502         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24503         convention fully; don't miss the root article of a thread; make
24504         the X-Draft-From header with correct article numbers.
24505
24506 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24507
24508         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24509         unless plugged.  Disable the agent so that an open failure causes
24510         an error.
24511
24512         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24513         Revert 2004-09-21 change.  The backend must be opened while
24514         synchronizing flags even when the backend stores the flags
24515         locally.
24516
24517 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24518
24519         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24520         in `header' match.  Reported by Svend Tollak Munkejord.
24521
24522         * message.el (message-cite-original): Fix use of
24523         `message-cite-articles-with-x-no-archive'.
24524
24525 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24526
24527         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24528         (gnus-window-to-buffer): Ditto.
24529
24530         * mml.el (mml-preview-buffer): New variable.
24531         (mml-preview): Manage window layout with gnus-buffer-configuration.
24532
24533         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24534         X-Draft-From header even if those articles aren't quoted.
24535
24536 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24537
24538         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24539         (gnus-request-set-mark, gnus-request-update-mark): Use new
24540         g-s-t-u-l-m to decide to use backend even when unplugged.
24541
24542 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24543
24544         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24545         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24546
24547 2004-09-20  Simon Josefsson  <jas@extundo.com>
24548
24549         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24550         "utf-16-le".
24551
24552 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24553
24554         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24555
24556 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24557
24558         * uudecode.el (uudecode-use-external): Add :version.
24559
24560         * smime.el (smime-CA-file, smime-encrypt-cipher)
24561         (smime-dns-server): Add :version.
24562
24563         * smiley.el (gnus-smiley-file-types): Add :version.
24564
24565         * sha1.el (sha1-use-external): Add :version.
24566
24567         * pgg-def.el (pgg-query-keyserver): Add :version.
24568
24569         * nnmail.el (nnmail-fancy-expiry-targets)
24570         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24571         Add :version.
24572
24573         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24574         (nnimap-retrieve-groups-asynchronous): Add :version.
24575         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24576
24577         * mml.el (mml-content-disposition-parameters)
24578         (mml-insert-mime-headers-always): Add :version.
24579
24580         * mm-util.el (mm-coding-system-priorities): Add :version.
24581
24582         * mm-decode.el (mm-inline-text-html-with-images)
24583         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24584         (mm-verify-option): Add :version.
24585         (mm-text-html-renderer): Change :version.
24586
24587         * message.el (message-fcc-externalize-attachments)
24588         (message-required-headers, message-draft-headers)
24589         (message-subject-trailing-was-query)
24590         (message-subject-trailing-was-ask-regexp)
24591         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24592         (message-mark-insert-end, message-archive-header)
24593         (message-archive-note, message-cross-post-default)
24594         (message-cross-post-note, message-followup-to-note)
24595         (message-cross-post-note-function, message-use-mail-followup-to)
24596         (message-subscribed-address-functions)
24597         (message-subscribed-address-file, message-subscribed-addresses)
24598         (message-subscribed-regexps, message-allow-no-recipients)
24599         (message-yank-cited-prefix, message-signature-insert-empty-line)
24600         (message-hidden-headers, message-hierarchical-addresses)
24601         (message-mail-user-agent, message-use-idna)
24602         (message-valid-fqdn-regexp)
24603         (message-strip-special-text-properties, message-header-synonyms)
24604         (message-beginning-of-line, message-tab-body-function): Add :version.
24605         (message-insert-canlock, message-wide-reply-confirm-recipients):
24606         Change :version.
24607
24608         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24609         and :version.
24610         (mail-source-delete-old-incoming-confirm)
24611         (mail-source-movemail-program): Add :version.
24612
24613         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24614         (gnus-agent-cache, gnus-agent): Change :version.
24615
24616         * gnus-util.el (gnus-use-byte-compile): Change :version.
24617
24618         * gnus-sum.el (gnus-summary-make-false-root-always)
24619         (gnus-summary-default-high-score)
24620         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24621         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24622         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24623         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24624         (gnus-sum-thread-tree-single-indent)
24625         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24626         (gnus-sum-thread-tree-leaf-with-other)
24627         (gnus-sum-thread-tree-single-leaf): Add :version.
24628         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24629         (gnus-article-loose-mime): Change :version.
24630
24631         * gnus-start.el (gnus-backup-startup-file)
24632         (gnus-save-startup-file-via-temp-buffer): Add :version.
24633
24634         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24635         (gnus-server-offline-face): Add :version.
24636
24637         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24638
24639         * gnus-msg.el (gnus-gcc-externalize-attachments)
24640         (gnus-debug-files, gnus-debug-exclude-variables)
24641         (gnus-discouraged-post-methods): Change :version.
24642         (gnus-confirm-mail-reply-to-news)
24643         (gnus-confirm-treat-mail-like-news): Add :version.
24644
24645         * gnus-int.el (gnus-server-unopen-status): Add :version.
24646
24647         * gnus-group.el (gnus-group-jump-to-group-prompt)
24648         (gnus-large-ephemeral-newsgroup)
24649         (gnus-fetch-old-ephemeral-headers): Add :version.
24650
24651         * gnus-fun.el (gnus-x-face-directory)
24652         (gnus-convert-pbm-to-x-face-command)
24653         (gnus-convert-image-to-x-face-command)
24654         (gnus-convert-image-to-face-command): Add :version.
24655
24656         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24657
24658         * gnus-cite.el (gnus-cite-blank-line-after-header)
24659         (gnus-article-boring-faces): Add :version.
24660
24661         * gnus-art.el (gnus-buttonized-mime-types)
24662         (gnus-inhibit-mime-unbuttonizing)
24663         (gnus-treat-display-face)
24664         (gnus-treat-body-boundary): Change :version.
24665         (gnus-body-boundary-delimiter, gnus-picon-databases)
24666         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24667         (gnus-treat-date-english, gnus-treat-fold-headers)
24668         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24669         (gnus-treat-mail-picon, gnus-treat-wash-html)
24670         (gnus-article-encrypt-protocol)
24671         (gnus-use-idna, gnus-article-over-scroll)
24672         (gnus-mime-display-multipart-alternative-as-mixed)
24673         (gnus-mime-display-multipart-related-as-mixed)
24674         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24675         (gnus-ctan-url, gnus-button-ctan-handler)
24676         (gnus-button-handle-ctan-bogus-regexp)
24677         (gnus-button-ctan-directory-regexp)
24678         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24679         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24680         (gnus-button-man-level, gnus-button-emacs-level)
24681         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24682
24683         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24684         (gnus-agent-go-online): Change :version.
24685         (gnus-agent-expire-unagentized-dirs)
24686         (gnus-agent-auto-agentize-methods): Add :version.
24687
24688         * flow-fill.el (fill-flowed-display-column)
24689         (fill-flowed-encode-column): Add :version.
24690
24691         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24692         (gnus-outlook-deuglify-unwrap-max)
24693         (gnus-outlook-deuglify-cite-marks)
24694         (gnus-outlook-deuglify-unwrap-stop-chars)
24695         (gnus-outlook-deuglify-no-wrap-chars)
24696         (gnus-outlook-deuglify-attrib-cut-regexp)
24697         (gnus-outlook-deuglify-attrib-verb-regexp)
24698         (gnus-outlook-deuglify-attrib-end-regexp)
24699         (gnus-outlook-display-hook): Add :version.
24700
24701         * binhex.el (binhex-use-external): Add :version.
24702
24703 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24704
24705         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24706         and `invisible'.
24707
24708 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24709
24710         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24711         in gnus-registry-trim.
24712
24713 2004-09-13  Simon Josefsson  <jas@extundo.com>
24714
24715         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24716
24717         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24718
24719         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24720         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24721         <yamaoka@jpl.org>.
24722         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24723         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24724         <yamaoka@jpl.org>.
24725
24726         * sieve.el (sieve-manage-mode): Ditto.
24727
24728 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24729
24730         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24731
24732 2004-09-11  Simon Josefsson  <jas@extundo.com>
24733
24734         * dns-mode.el: Add.
24735
24736         * mm-view.el (mm-display-dns-inline): Add.
24737
24738         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24739         (mm-automatic-display): Ditto.
24740
24741         * mailcap.el (mailcap-mime-data): Add text/dns.
24742         (mailcap-mime-extensions): Map .soa to text/dns.
24743
24744 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24745
24746         * gnus-art.el (article-decode-mime-words, article-babel)
24747         (gnus-article-highlight-signature, gnus-article-add-buttons)
24748         (gnus-signature-toggle): Remove unnecessary bindings of
24749         `inhibit-read-only' inherited from v5.10 merge.
24750
24751 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24752
24753         * nntp.el (nntp): New customization group.
24754         (nntp-authinfo-file): Add customization group.
24755
24756         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24757
24758         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24759
24760         * gnus.el (to-address, to-list, subscribed)
24761         (large-newsgroup-initial): Ditto.
24762
24763         * flow-fill.el (fill-flowed-display-column)
24764         (fill-flowed-encode-column): Ditto.
24765
24766 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24767
24768         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24769         Use point-min rather than 1.
24770         (message-send-mail): Use buffer-size rather than point-max.
24771
24772         * gnus-sum.el (gnus-summary-search-article-forward):
24773         Signal a specific `search-failed' rather than a generic `error'.
24774
24775         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24776         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24777         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24778
24779 2004-09-10  Simon Josefsson  <jas@extundo.com>
24780
24781         * nndb.el (require): Remove tcp and duplicate cl.
24782
24783 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24784
24785         * gnus-agent.el (directory-files-and-attributes): Move forward.
24786
24787 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24788
24789         * gnus-agent.el (directory-files-and-attributes):
24790         Optionally defined to support XEmacs.
24791
24792 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24793
24794         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24795         to avoid run-time CL dependencies.
24796         (gnus-agent-unfetch-articles): New function.
24797         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24798         article numbers even when local .overview file is missing.
24799         (gnus-agent-read-article-number): New function.  Only accepts
24800         27-bit article numbers.
24801         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24802         Use gnus-agent-read-article-number.
24803         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24804         from backend while recognizing that article numbers in .overview
24805         must be valid.
24806         (gnus-agent-update-files-total-fetched-for):
24807         Use directory-files-and-attributes to improve performance.
24808         * gnus-int.el (gnus-request-move-article):
24809         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24810         improve performance.
24811
24812         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24813         some users confused by references to .newsrc when they only have a
24814         .newsrc.eld file.
24815         (gnus-convert-mark-converter-prompt)
24816         (gnus-convert-converter-needs-prompt): Fix use of property list.
24817         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24818         New function.  Used internally to only display 'gnus converting
24819         files' message when actually necessary.
24820
24821         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24822         methods now autoloaded.
24823
24824 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24825
24826         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24827         identifiers.
24828
24829 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24830
24831         * gnus-picon.el: Fix indentation and closing parenthesis.
24832
24833 2004-09-01  Simon Josefsson  <jas@extundo.com>
24834
24835         * message.el (message-canlock-generate): Require sha1, not
24836         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24837         to require within a function.  Sadly, if sha1.el isn't loaded, the
24838         let binding in m-c-g will hide the defcustom definition, which is
24839         bad.)
24840
24841         * canlock.el: Require sha1, not sha1-el.
24842
24843         * message.el: Don't autoload sha1 (there is a autoload cookie in
24844         sha1.el).
24845
24846         * sha1-el.el: Rename to sha1.el.
24847
24848 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24849
24850         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24851
24852 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24853
24854         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24855
24856 2004-08-30  Kim F. Storm  <storm@cua.dk>
24857
24858         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24859
24860         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24861         Add :group 'nnimap.
24862
24863 2004-08-30  Andreas Schwab  <schwab@suse.de>
24864
24865         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24866         ?* and ?\;.
24867
24868         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24869         and ?\' to symbol instead of whitespace.
24870
24871 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24872
24873         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24874
24875         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24876         instead of re-search-forward.
24877
24878         * gnus-uu.el (gnus-uu-save-article): Ditto.
24879         (gnus-uu-post-encode-uuencode): Ditto.
24880
24881         * html2text.el (html2text-clean-list-items): Ditto.
24882         (html2text-clean-dtdd): Ditto.
24883         (html2text-format-tags): Ditto.
24884
24885         * message.el (message-send-mail-with-sendmail): Fix regexp.
24886         (message-fill-field-general): Use search-forward instead of
24887         re-search-forward.
24888         (unbold-region): Ditto.
24889
24890         * nnrss.el (nnrss-request-article): Ditto.
24891
24892         * nnslashdot.el (nnslashdot-request-article): Ditto.
24893
24894         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24895
24896         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24897         "Unrecognized menu descriptor" error in XEmacs.
24898
24899 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24900
24901         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24902         parent article of a sparse article in the thread hashtb.
24903
24904 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24905
24906         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24907         (nnmail-expand-newtext): Lowercase expanded entries if
24908         nnmail-split-lowercase-expanded is non-nil.
24909
24910 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24911
24912         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24913
24914         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24915         of gnus-tmp-news-method into string under XEmacs.  It will be
24916         passed to gnus-correct-length which takes only a string argument.
24917
24918 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24919
24920         * gnus-util.el (gnus-bind-print-variables): New macro.
24921         (gnus-prin1): Use it.
24922         (gnus-prin1-to-string): Use it.
24923         (gnus-pp): New function.
24924         (gnus-pp-to-string): New function.
24925
24926         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24927         Replace pp-to-string with gnus-pp-to-string.
24928         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24929         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24930         * gnus-msg.el (gnus-debug): Ditto.
24931         * gnus-score.el (gnus-score-save): Ditto.
24932         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24933         gnus-pp-to-string.
24934         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24935         with gnus-pp.
24936         * score-mode.el (gnus-score-pretty-print): Ditto.
24937         * webmail.el (webmail-debug): Ditto.
24938
24939 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24940
24941         * gnus-art.el (article-display-face, article-display-x-face):
24942         Use buffer-read-only.
24943
24944 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24945
24946         * gnus-art.el (article-hide-list-identifiers):
24947         Bind inhibit-read-only as t.
24948
24949 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24950
24951         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24952
24953 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24954
24955         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24956         (gnus-narrow-to-page): Don't assume point-min == 1.
24957         (gnus-article-edit-mode): Derive from message-mode.
24958
24959         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24960         point-min == 1.
24961
24962         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24963         Disable incorrect use of `assert'.
24964
24965         * message.el (message-mode): Set comment-start-skip.
24966
24967
24968 2004-08-22  Sam Steingold  <sds@gnu.org>
24969
24970         * pop3.el (pop3-leave-mail-on-server): New user variable.
24971         (pop3-movemail): Delete mail only when it is nil.
24972
24973 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24974
24975         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24976
24977         * mml.el (mml-preview): Use `pop-to-buffer'.
24978
24979         * message.el (message-goto-mail-followup-to): Insert after "To".
24980         (message-carefully-insert-headers): Add comment.
24981
24982         * gnus.el: Remove unused variable `gnus-article-check-size'.
24983
24984         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24985
24986         * gnus-art.el (gnus-button-alist):
24987         Improve `gnus-button-handle-library' entry.
24988
24989 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24990
24991         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24992         Use downcase, since XEmacs capitalizes error messages differently.
24993
24994 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24995
24996         * nntp.el: Add (require 'gnus) due to reference to
24997         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24998
24999 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25000
25001         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25002         Bind `mm-fill-flowed'.
25003
25004         * mm-decode.el (mm-dissect-singlepart): Check it.
25005
25006 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25007
25008         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25009         'imap' for netrc parsing.
25010
25011 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25012
25013         * mailcap.el (mailcap-mime-data): Mark as risky.
25014
25015 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25016
25017         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25018         may be included in the encoded word.
25019         (rfc2047-encode): Don't append a space if the encoded word
25020         includes close parenthesis.
25021
25022 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25023
25024         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25025         of text within parentheses.
25026
25027 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25028
25029         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25030         (gnus-encrypt-write-file-contents): Make the password key the file
25031         name PLUS the cipher, not just the cipher.  Also remove failed
25032         passwords from the cache.
25033
25034 2004-08-06  Simon Josefsson  <jas@extundo.com>
25035
25036         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25037         Doc fix.
25038
25039 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25040
25041         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25042         LWSP.
25043
25044 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25045
25046         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25047         Try to append in-reply-to: data to the references: header.
25048
25049         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25050         (netrc-parse): Use gnus-encrypt.el functions.
25051
25052         * gnus-encrypt.el: Add new file for encryption support; currently
25053         does only a few GPG ciphers and an internal XOR cipher.
25054
25055         * password.el: Add comments on using password-read-and-add.
25056         (password-read-and-add): Add function to read and add the
25057         password to the cache at once.
25058
25059 2004-07-28  Simon Josefsson  <jas@extundo.com>
25060
25061         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25062         parameter (but don't use it, for now).
25063
25064         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25065         instead of hard coding to nil.
25066
25067 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25068
25069         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25070         as mm-inline-image-xemacs does.
25071
25072 2004-07-26  Simon Josefsson  <jas@extundo.com>
25073
25074         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25075         Revert part of 2004-07-17 change below.
25076
25077 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25078
25079         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25080         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25081
25082 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25083
25084         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25085         quotes that actually start with ">" at the beginning of the
25086         lines.
25087
25088 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25089
25090         * rfc2047.el (rfc2047-encode-region): Fix last change.
25091         (rfc2047-encode-parameter): Remove useless concat.
25092
25093 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25094
25095         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25096         encode special characters; fix some kind of misconfigured headers;
25097         signal a real error if debug-on-quit or debug-on-error is non-nil.
25098         (rfc2047-encode-max-chars): New variable.
25099         (rfc2047-encode-1): Use it.
25100         (rfc2047-encode-parameter): New function.
25101
25102         * mml.el (mml-insert-parameter): Remove an excessive space.
25103
25104 2004-07-17  Simon Josefsson  <jas@extundo.com>
25105
25106         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25107         Kai Grossjohann <kai@emptydomain.de>.
25108         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25109         (gnus-group-make-menu-bar): Ditto.
25110
25111         * gnus-util.el (gnus-group-server): Add.
25112
25113 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25114
25115         * message.el (message-clone-locals): Clone sendmail and smtp
25116         variables.
25117
25118 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25119
25120         * rfc2047.el (rfc2047-encode-region): Fix last change.
25121
25122 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25123
25124         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25125         characters as non-special.
25126
25127 2004-07-09  Simon Josefsson  <jas@extundo.com>
25128
25129         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25130         Users will lose all flag changes made while unplugged with
25131         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25132         good default.  See numerous reports on ding mailing list.
25133
25134 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25135
25136         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25137         add generate-head-function and generate-article-function to the
25138         rfc822-forward entry.
25139         (nndoc-rfc822-forward-generate-article): New function.
25140         (nndoc-rfc822-forward-generate-head): New function.
25141
25142         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25143
25144 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25145
25146         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25147         respect display group parameter and gnus-summary-expunge-below.
25148         (gnus-articles-to-read): Remove unused reference to display group
25149         parameter.
25150
25151 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25152
25153         * nnheader.el (nnheader-uniquify-message-id): New experimental
25154         variable.
25155         (nnheader-nov-read-message-id): Use it.
25156
25157         * spam-report.el (spam-report-gmane): Add interactive.
25158
25159 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25160
25161         * mm-encode.el (mm-content-transfer-encoding-defaults):
25162         Use qp-or-base64 for the application/* types.
25163
25164 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25165
25166         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25167
25168 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25169
25170         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25171         trim value.
25172
25173 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25174
25175         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25176         New macro and function.
25177         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25178
25179 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25180
25181         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25182         after-load-alist.
25183
25184 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25185
25186         * gnus-group.el (gnus-group-get-new-news-this-group):
25187         Don't update info that isn't there.
25188
25189 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25190
25191         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25192         entry.
25193
25194 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25195
25196         * mm-view.el (mm-inline-render-with-function): Use multibyte
25197         buffer; decode html source by charset.
25198
25199         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25200
25201         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25202         Mule-UCS is loaded under XEmacs.
25203         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25204
25205 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25206
25207         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25208
25209 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25210
25211         * mm-util.el (mm-coding-system-p): Return a coding-system.
25212         (mm-mime-mule-charset-alist): Use shift_jis instead of
25213         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25214         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25215         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25216         instead of japanese-shift-jis and iso-latin-1 respectively in
25217         order to share the default value with both Emacs and XEmacs-mule.
25218         (mm-mule-charset-to-mime-charset):
25219         Make mm-coding-system-priorities effective.
25220         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25221         while predicating of candidates upon the priorities.
25222
25223 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25224
25225         * gnus-sum.el (gnus-summary-make-menu-bar):
25226         Add gnus-uu-invert-processable.
25227
25228         * gnus.el: Autoload gnus-uu-invert-processable.
25229
25230 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25231
25232         * mm-util.el (mm-with-multibyte-buffer): New macro.
25233
25234         * rfc2047.el (rfc2047-encode-string): Use it.
25235         (rfc2047-encode-region): Move point to the end of the region after
25236         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25237
25238 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25239
25240         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25241         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25242
25243 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25244
25245         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25246         (gnus-cite-parse): Ignore quoted envelope From_.
25247         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25248
25249 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25250
25251         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25252         invalid addresses.
25253
25254 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25255
25256         * spam.el: Change section markers, revise TODO list.
25257         (spam-backends): Make new master list of all installed backends.
25258         (spam-summary-exit-behavior): Add new variable to determine how
25259         messages moves are done at summary exit.
25260         (spam-move-spam-nonspam-groups-only)
25261         (spam-process-ham-in-nonham-groups)
25262         (spam-process-ham-in-spam-groups): Remove variables, the
25263         spam-summary-exit-behavior variable should be used to manage this
25264         behavior.
25265         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25266         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25267         and spam-old-spam-articles.
25268         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25269         Add empty variables, placeholders for the backends they represent.
25270         (spam-set-difference): Move, unchanged.
25271         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25272         unless the user has a processor variable.
25273         (spam-classifications, spam-classification-valid-p)
25274         (spam-backend-properties, spam-backend-property-valid-p)
25275         (spam-backend-function-type-valid-p)
25276         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25277         (spam-report-articles-gmane, spam-report-articles-resend):
25278         Remove functions, they are not needed.
25279         (spam-install-backend-super, spam-backend-list)
25280         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25281         (spam-backend-function, spam-backend-ham-registration-function)
25282         (spam-backend-spam-registration-function)
25283         (spam-backend-ham-unregistration-function)
25284         (spam-backend-spam-unregistration-function)
25285         (spam-backend-statistical-p, spam-backend-mover-p)
25286         (spam-install-backend-alias, spam-install-checkonly-backend)
25287         (spam-install-mover-backend, spam-install-nocheck-backend)
25288         (spam-install-backend, spam-install-statistical-backend)
25289         (spam-install-statistical-checkonly-backend): Add backend installation
25290         support.
25291         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25292         (spam-group-processor-p): Use the new backend code and respect the
25293         summary exit behavior.
25294         (spam-mark-spam-as-expired-and-move-routine): Remove.
25295         (spam-summary-prepare): Change to use the new spam-old-articles
25296         variable.
25297         (spam-copy-or-move-routine, spam-copy-spam-routine)
25298         (spam-move-spam-routine, spam-copy-ham-routine)
25299         (spam-move-ham-routine): Add code to copy/move ham or spam.
25300         (spam-fetch-field-fast): Improve doc and code, plus allow the
25301         'number request.
25302         (spam-list-of-checks, spam-list-of-statistical-checks):
25303         Remove variables.
25304         (spam-split, spam-find-spam): Use the new backend code.
25305         (spam-registration-functions): Remove variable.
25306         (spam-unregister-routine): Add convenience wrapper.
25307         (spam-log-undo-registration, spam-register-routine)
25308         (spam-log-processing-to-registry)
25309         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25310         where possible.
25311         (spam-check-gmane-xref, spam-check-regex-headers)
25312         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25313         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25314         (spam-check-bogofilter-headers, spam-check-spamoracle)
25315         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25316         (spam-check-crm114-headers): Use the spam-split-group that
25317         spam-split prepares, no need to determine it every time.
25318
25319         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25320         to the nnheader-parse-naked-head call.
25321
25322         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25323
25324         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25325         the nnheader-nov-read-message-id call.
25326
25327 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25328
25329         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25330         gnus-activate-group twice.  Suggested by Markus Peter
25331         <warp@spin.de>.
25332
25333 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25334
25335         * gnus-art.el (gnus-article-time-format): Exchange the order of
25336         day and month in the default value; fix customization type.
25337         (article-date-ut): Use add-text-properties.
25338         (article-make-date-line): Use message-make-date instead of
25339         current-time-string.
25340
25341         * message.el (message-fetch-field): Don't use set-text-properties.
25342         (message-make-date): Simplify.
25343
25344         * messagexmas.el (message-xmas-make-date): New function.
25345         (message-xmas-redefine): Defalias message-make-date to it.
25346
25347 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25348
25349         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25350         (rfc2047-encode-region): Treat text within parentheses as special;
25351         show the original text when error has occurred.
25352
25353         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25354         already-computed method to gnus-activate-group.
25355
25356         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25357         same select-methods identical Lisp objects.
25358
25359         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25360         object when modifying the info.
25361
25362 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25363
25364         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25365         gnus-opened-servers since it has never been opened with the new
25366         configuration yet.
25367
25368 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25369
25370         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25371         arg to nnheader-generate-fake-message-id.
25372
25373 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25374
25375         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25376         number and build a fake message ID localized to a group and
25377         article number (so it's repeatable from that point on).
25378         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25379         ID format.
25380
25381         * gnus-sum.el (gnus-get-newsgroup-headers):
25382         Call nnheader-generate-fake-message-id with the article number.
25383
25384 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25385
25386         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25387         end-of-buffer.
25388
25389 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25390
25391         * message.el (message-ignored-supersedes-headers): Add Approved.
25392
25393 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25394
25395         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25396         goto-char.
25397         (rfc2047-encode): Fold the line before encoding.
25398
25399 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25400
25401         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25402         folding -- not all headers can be folded, and this should be done
25403         by the message composition mode.  Probably.  I think.
25404
25405 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25406
25407         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25408         fast.
25409
25410         * gnus-ems.el (gnus-remove-image): Don't use
25411         message-text-with-property; remove only the image found first.
25412
25413         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25414         found first.
25415
25416 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25417
25418         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25419
25420 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25421
25422         * message.el (message-text-with-property): Make it fast and accept
25423         optional arguments.
25424         (message-strip-forbidden-properties): Use it.
25425         (message-fix-before-sending): Follow the m-t-w-p change.
25426
25427         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25428
25429 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25430
25431         * gnus-art.el (article-hide-headers): Don't change the buffer
25432         mistakenly when performing mml-preview even if
25433         gnus-single-article-buffer is nil.
25434
25435 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25436
25437         * message.el (message-expand-name-databases): New user option.
25438         (message-expand-name): Use it.
25439
25440 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25441
25442         * spam.el (spam-report-articles-resend)
25443         (spam-report-resend-register-routine): Allow ham reporting.
25444         (spam-report-resend-register-ham-routine): Add wrapper.
25445         (spam-registration-functions): Add ham resending functions.
25446         (spam-list-of-processors): Add ham resend processor.
25447
25448         * gnus.el (ham-resend-to): Add new group parameter.
25449         (spam-process): Add ham resend option.
25450
25451         * spam-report.el (spam-report-resend): Allow reporting ham.
25452         (spam-report-resend-ham): Add wrapper.
25453
25454 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25455
25456         * message.el (message-cite-articles-with-x-no-archive):
25457         New variable.
25458         (message-cite-original): Use it.
25459
25460 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25461
25462         * message.el (message-cite-original): Respect X-No-Archive.
25463
25464 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25465
25466         * gnus-art.el (article-hide-headers): Refer to the values for
25467         gnus-ignored-headers and gnus-visible-headers in the summary
25468         buffer since a user may have set them as group parameters.
25469
25470 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25471
25472         * assistant.el (assistant-node-name): Add convenience function.
25473         (assistant-render-text, assistant-render-node): Add error handling,
25474         plus handle multiple next nodes.
25475         (assistant-find-next-node): Comment out for now.
25476         (assistant-find-next-nodes): Add function, returns list of next
25477         nodes.
25478
25479 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25480
25481         * mail-source.el (mail-source-directory): Fix doc-string.
25482
25483 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25484
25485         * assistant.el (assistant-render-text, assistant-eval): Add :set
25486         widget type, which is different because it takes and returns a
25487         list.  Much hilarity ensues.
25488
25489 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25490
25491         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25492
25493         * gnus-group.el (gnus-group-get-new-news-this-group):
25494         Add doc-string.
25495
25496         * gnus-start.el (gnus-activate-group): Add doc-string.
25497
25498 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25499
25500         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25501
25502 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25503
25504         * assistant.el (assistant-render-text): Try to add a :set
25505         widget, more to come.
25506
25507         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25508         strings.
25509         (spam-report-articles-resend)
25510         (spam-register-routine): Do registration iff any articles warrant
25511         it.
25512         (spam-summary-prepare-exit): Change log message for nil group
25513         destinations.
25514
25515 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25516
25517         * spam.el (spam-report-resend-register-routine):
25518         Allow spam-report-resend-to to be a group parameter or a global value.
25519
25520 2004-05-26  Simon Josefsson  <jas@extundo.com>
25521
25522         * starttls.el: Merge with my GNUTLS based starttls.el.
25523         (starttls-gnutls-program, starttls-use-gnutls)
25524         (starttls-extra-arguments, starttls-process-connection-type)
25525         (starttls-connect, starttls-failure, starttls-success):
25526         New variables.
25527         (starttls-program, starttls-extra-args): Doc fix.
25528         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25529         New functions.
25530         (starttls-negotiate, starttls-open-stream):
25531         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25532         function if it is set.
25533
25534 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25535
25536         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25537         structured fields.
25538
25539 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25540
25541         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25542
25543 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25544
25545         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25546         Add variable.
25547         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25548         assigning the spam-mark to new messages.
25549
25550 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25551
25552         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25553
25554 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25555
25556         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25557
25558         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25559         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25560         default.
25561
25562 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25563
25564         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25565         correct data.
25566
25567 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25568
25569         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25570         (spam-group-processor-p): Fix function.
25571         (spam-group-processor-multiple-p)
25572         (spam-group-spam-processor-report-gmane-p)
25573         (spam-group-spam-processor-report-resend-p)
25574         (spam-group-spam-processor-bogofilter-p)
25575         (spam-group-spam-processor-blacklist-p)
25576         (spam-group-spam-processor-ifile-p)
25577         (spam-group-ham-processor-ifile-p)
25578         (spam-group-spam-processor-spamoracle-p)
25579         (spam-group-spam-processor-crm114-p)
25580         (spam-group-ham-processor-bogofilter-p)
25581         (spam-group-spam-processor-stat-p)
25582         (spam-group-ham-processor-stat-p)
25583         (spam-group-ham-processor-whitelist-p)
25584         (spam-group-ham-processor-BBDB-p)
25585         (spam-group-ham-processor-spamoracle-p)
25586         (spam-group-ham-processor-copy-p): Remove functions with some
25587         prejudice against unneeded code.
25588         (spam-report-articles-resend)
25589         (spam-report-resend-register-routine): Allow the group/topic
25590         spam-resend-to value to override spam-report-resend-to.
25591         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25592         properly now.
25593
25594         * gnus.el (spam-resend-to): Add group/topic parameter.
25595         (spam-process): Move the OBSOLETE processors to the end of the
25596         choices.
25597
25598 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25599
25600         * spam-report.el (spam-report-resend-to, spam-report-resend):
25601         Start with resend-to set to nil, and then ask the user if necessary.
25602         (spam-report-resend): spam-report-resend takes a list of articles, not
25603         separate article numbers.
25604
25605 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25606
25607         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25608         addition to emacs-w3m.
25609
25610 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25611
25612         * assistant.el (assistant-authinfo-data): New function.
25613         (assistant-eval): Eval for entire assistant.
25614
25615         * netrc.el (netrc-services-file): New variable.
25616         (netrc-parse-services): New function.
25617         (netrc-find-service-name): New function.
25618         (netrc-find-service-number): New function.
25619         (netrc-port-equal): New function.
25620         (netrc-machine): Use it.
25621
25622         * nnimap.el (nnimap-open-connection): Use netrc.
25623
25624         * gnus-util.el (gnus-netrc-get): Remove aliases.
25625
25626         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25627
25628         * assistant.el (wid-edit): Fix compilation.
25629
25630         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25631
25632 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25633
25634         * gnus-util.el (gnus-set-file-modes): New function.  (small
25635         patch).
25636
25637 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25638
25639         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25640
25641         * assistant.el (assistant-render-node): Fix up rendering and
25642         read-only text.
25643         (assistant-render-node): Reset.
25644         (assistant-make-read-only): Not sticky.
25645
25646 2004-05-20  Danny Siu  <dsiu@adobe.com>
25647
25648         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25649         centered even when gnus-auto-center-summary is t.
25650
25651 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25652
25653         * dns.el (dns-get-txt-answer): New function.
25654         (dns-read-txt): Ditto.
25655         (query-dns): Use it.
25656
25657 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25658
25659         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25660         active for foreign groups even if the group level is higher than
25661         the specified value.
25662
25663 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25664
25665         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25666         non-active groups.
25667
25668         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25669
25670 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25671
25672         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25673
25674 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25675
25676         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25677         (spam-crm114-header, spam-crm114-spam-switch)
25678         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25679         (spam-crm114-positive-spam-header)
25680         (spam-crm114-database-directory, spam-list-of-processors)
25681         (spam-group-spam-processor-crm114-p)
25682         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25683         (spam-generic-score, spam-list-of-checks)
25684         (spam-list-of-statistical-checks, spam-registration-functions)
25685         (spam-check-crm114-headers, spam-crm114-score)
25686         (spam-check-crm114, spam-crm114-register-with-crm114)
25687         (spam-crm114-register-spam-routine)
25688         (spam-crm114-unregister-spam-routine)
25689         (spam-crm114-register-ham-routine)
25690         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25691
25692 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25693
25694         * gnus.el: Add spam-use-crm114.
25695
25696         * spam.el (spam-list-of-processors, spam-registration-functions):
25697         Add spam-use-resend.
25698         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25699         (spam-report-articles-gmane): Add doc fix.
25700         (spam-report-articles-resend, spam-report-resend-register-routine):
25701         Add wrappers around spam-report-resend-to.
25702
25703         * spam-report.el (spam-report-resend-to, spam-report-resend):
25704         Add support for resending spam.
25705         (spam-report-gmane): Fix line length >80.
25706
25707         * gnus.el (spam-process): Add spam-use-resend.
25708
25709 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25710
25711         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25712         number of processed spam messages.
25713         (spam-ham-copy-or-move-routine): Return the number of processed
25714         ham messages.
25715         (spam-summary-prepare-exit): Use the above values to decide
25716         whether status messages shouled be displayed.
25717
25718 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25719
25720         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25721         `rfc2047-encoding-function-alist' in order to avoid conflicting
25722         with the old version.
25723         (rfc2047-encode-region): Concatenate words containing non-ASCII
25724         characters in structured fields; don't encode space-delimited
25725         ASCII words even in unstructured fields; don't break words at
25726         char-category boundaries.
25727         (rfc2047-encode-1): New function.
25728         (rfc2047-encode): Use it; encode text so that it occupies the
25729         maximum width within 76-column; work correctly on Q encoding for
25730         iso-2022-* charsets.
25731         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25732         sure not to break a line just after the header name.
25733         (rfc2047-b-encode-region): Remove.
25734         (rfc2047-b-encode-string): New function.
25735         (rfc2047-q-encode-region): Remove.
25736         (rfc2047-q-encode-string): New function.
25737
25738         * mm-util.el (mm-replace-in-string): New function.
25739
25740 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25741
25742         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25743         Really get it right.
25744         (gnus-inews-make-draft): Really.
25745
25746 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25747
25748         * nnmh.el (nnmh-request-list-1): Don't check the link count
25749         before descending.  (small patch)
25750
25751 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25752
25753         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25754         stuff.
25755
25756         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25757         Match on real group name.
25758
25759         * gnus-art.el (gnus-signature-limit): Doc fix.
25760
25761         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25762
25763         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25764
25765 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25766
25767         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25768         isn't a string.
25769
25770 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25771
25772         * gnus-draft.el (gnus-draft-send):
25773         Bind rfc2047-encode-encoded-words.
25774
25775         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25776         (rfc2047-encodable-p): Say that =? needs encoding.
25777         (rfc2047-encode-encoded-words): New variable.
25778
25779         * gnus-group.el (gnus-group-select-group): Doc fix.
25780
25781         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25782
25783         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25784         to nil.
25785
25786         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25787
25788         * nnheader.el (nnheader-get-lines-and-char): New function.
25789
25790 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25791
25792         * gnus-msg.el (gnus-summary-followup-with-original):
25793         Document yanking of region when active.
25794
25795 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25796
25797         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25798         groups if the group level is higher than the specified value.
25799
25800 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25801
25802         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25803         (gnus-group-jump-to-group): Add prefix argument using
25804         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25805         non-active group.
25806
25807         * compface.el (uncompface): Be verbose when changing
25808         `uncompface-use-external'.
25809
25810         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25811         handle manual section.
25812
25813 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25814
25815         * gnus-art.el (gnus-button-alist): Revert previous change.
25816
25817 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25818
25819         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25820
25821 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25822
25823         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25824         whether backend can accept message.
25825
25826         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25827
25828 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25829
25830         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25831         Avoid creating directory when nntp-marks-is-evil is true.
25832         Reported by Reiner Steib.
25833
25834 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25835
25836         * gnus-picon.el (gnus-picon-insert-glyph):
25837         Add optional `nostring' argument.
25838
25839 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25840
25841         * gnus-picon.el (gnus-picon-style): New variable.
25842         (gnus-picon-transform-address): Support `gnus-picon-style'.
25843
25844 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25845
25846         * message.el (message-fill-field): Return point.
25847         (message-generate-headers): Go to end of field.
25848
25849         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25850         stuff for non-living groups.
25851
25852 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25853
25854         * gnus-art.el (gnus-article-followup-with-original)
25855         (gnus-article-reply-with-original): gnus-mark-active-p ->
25856         gnus-region-active-p.
25857
25858 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25859
25860         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25861         only when there is spam or ham to be processed.
25862
25863 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25864
25865         * mail-source.el (mail-source-delete-crash-box): Refactor.
25866         (mail-source-fetch): Use it.
25867         (mail-source-fetch-file): Ditto.
25868         (mail-source-fetch-directory): Run postscript in loop.
25869         (mail-source-fetch-pop): Delete.
25870         (mail-source-fetch-maildir): Ditto.
25871         (mail-source-fetch-imap): Ditto.
25872
25873         * imap.el (imap-authenticators): Comment out sasl.
25874
25875         * message.el (message-skip-to-next-address): New function.
25876         (message-fill-header-address): Refactor.
25877         (message-fill-address): Use it.
25878         (message-delete-address): Use it.
25879         (message-fill-header-general): Refactor.
25880         (message-fill-field-address): Rename.
25881         (message-narrow-to-field): Find the start of the header.
25882         (message-header-format-alist): Don't pre-fill.
25883         (message-fill-header): Remove.
25884         (message-insert-header): New function.
25885         (message-shorten-references): Use it.
25886
25887         * rfc2047.el (rfc2047-field-value): Strip props.
25888
25889         * mail-parse.el (mail-header-make-address): New alias.
25890
25891         * ietf-drums.el (ietf-drums-make-address): New function.
25892
25893         * imap.el: Add compiler directives.
25894
25895         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25896
25897         * gnus-art.el (article-decode-idna-rhs): Don't use
25898         message-idna-inside-rhs-p.
25899
25900 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25901
25902         * message.el (message-idna-inside-rhs-p): Remove.
25903         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25904
25905         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25906         false positives.
25907
25908 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25909
25910         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25911
25912 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25913
25914         * nneething.el (nneething-file-name): Don't create spurious
25915         files.
25916
25917         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25918         (gnus-inews-do-gcc): Remove sleep.
25919
25920         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25921         part under point.
25922
25923         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25924         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25925
25926 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25927
25928         * spam.el (spam-summary-prepare-exit): Fix (length).
25929
25930 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25931
25932         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25933         as expired without moving it" message when there are spam
25934         messages left.
25935
25936 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25937
25938         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25939         header is not nil.
25940
25941 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25942
25943         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25944         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25945         (nntp-marks-changed-p): New arg SERVER.
25946         (nntp-request-update-info): Adjust caller.
25947
25948 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25949
25950         * nntp.el (nntp-save-marks): Pass missing arg.
25951
25952 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25953
25954         * nntp.el: Support marks.
25955         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25956         (nntp-marks-modtime, nntp-marks-directory): New variables.
25957         (nntp-request-set-mark, nntp-request-update-info)
25958         (nntp-possibly-create-directory, nntp-marks-changed-p)
25959         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25960         New functions.
25961
25962 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25963
25964         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25965         (gnus-xmas-redefine): Rename.
25966
25967         * gnus-score.el (gnus-score-insert-help):
25968         Use gnus-select-lowest-window.
25969
25970         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25971         appt-select-lowest-window and rename to gnus-select-lowest-window.
25972
25973         * gnus.el: do.
25974
25975 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25976
25977         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25978         encodings of MIME-encoded words, in order to improve
25979         interoperability with several broken MUAs.
25980
25981 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25982
25983         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25984         tags, only when charsets are not specified in headers.
25985         (mm-inline-text-html-render-with-w3m): Ditto.
25986
25987         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25988         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25989
25990 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25991
25992         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25993         instead of MIME-decoded from fields when checking
25994         `gnus-article-address-banner-alist'.
25995
25996 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25997
25998         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25999         description rather than subject.
26000
26001 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26002
26003         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26004
26005 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26006
26007         * gnus.el (gnus-version-number): Bump.
26008
26009 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26010
26011         * gnus.el: No Gnus v0.2 is released.
26012
26013 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26014
26015         * gnus-agent.el (gnus-agent-read-agentview):
26016         Inline gnus-uncompress-range.
26017
26018 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26019
26020         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26021         `exec-installed-p'.
26022
26023 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26024
26025         * gnus.el (spam-process, spam-autodetect-methods):
26026         Add bsfilter and bsfilter-headers.
26027
26028         * spam.el (spam-bsfilter): New customize group.
26029         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26030         (spam-bsfilter-header, spam-bsfilter-probability-header)
26031         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26032         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26033         (spam-bsfilter-database-directory): New options.
26034         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26035         (spam-list-of-statistical-checks, spam-registration-functions):
26036         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26037         (spam-bsfilter-score): New command.
26038         (spam-check-bsfilter-headers, spam-check-bsfilter)
26039         (spam-bsfilter-register-with-bsfilter)
26040         (spam-bsfilter-register-spam-routine)
26041         (spam-bsfilter-unregister-spam-routine)
26042         (spam-bsfilter-register-ham-routine)
26043         (spam-bsfilter-unregister-ham-routine): New functions.
26044         (spam-generic-score): Support bsfilter; Accept an optional argument
26045         to recalcurate spam score even if scoring header has already been
26046         added.
26047         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26048         optional argument to recalcurate spam score even if scoring header
26049         has already been added.
26050
26051 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26052
26053         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26054         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26055         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26056         link is missing.
26057
26058 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26059
26060         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26061         (html2text-get-attr): Rewrite.
26062
26063         * message.el (message-setup-1): Remove redundant put-text-property
26064         on mail-header-separator.
26065
26066 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26067
26068         * gnus-registry.el (gnus-registry-cache-whitespace)
26069         (gnus-registry-action, gnus-registry-spool-action)
26070         (gnus-registry-split-fancy-with-parent): Change message levels
26071         from 5 to 3 or 7, as needed.
26072
26073         * spam.el (spam-summary-prepare-exit)
26074         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26075         (spam-split, spam-find-spam, spam-log-undo-registration)
26076         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26077         level from 5 to 6.
26078
26079 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26080
26081         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26082         2004-03-04 change).
26083
26084 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26085
26086         * sieve-manage.el (sieve-manage-open):
26087         * nnweb.el (nnweb-insert-html):
26088         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26089         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26090         * nnspool.el (nnspool-request-group):
26091         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26092         * nnml.el (nnml-request-update-info):
26093         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26094         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26095         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26096         (nnimap-request-set-mark):
26097         * nnfolder.el (nnfolder-request-update-info):
26098         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26099         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26100         * gnus-uu.el (gnus-uu-find-articles-matching):
26101         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26102         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26103         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26104         * gnus-nocem.el (gnus-nocem-scan-groups):
26105         * gnus-int.el (gnus-start-news-server):
26106         * gnus-group.el (gnus-group-make-kiboze-group)
26107         (gnus-group-browse-foreign-server):
26108         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26109         Use mapc when appropriate.
26110
26111 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26112             Adam Sjøgren  <asjo@koldfront.dk>
26113             Wes Hardaker  <wes@hardakers.net>
26114             Michael Shields  <shields@msrl.com>
26115
26116         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26117         may need for spam sorting and scoring.
26118         (spam-user-format-function-S): Add user format function suitable for
26119         general use.
26120         (spam-article-sort-by-spam-status): Add sorting function for summary
26121         sorting.
26122         (spam-extra-header-to-number): Add function to get a score from a
26123         header.
26124         (spam-summary-score): Add function to get a numeric score from the
26125         headers.
26126         (spam-generic-score): Fix function doc, was in wrong place.
26127         (spam-initialize): Take symbols when it's run, and install the
26128         extra headers that spam-necessary-extra-headers thinks we need.
26129
26130 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26131
26132         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26133         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26134
26135 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26136
26137         * gnus-sum.el (gnus-set-global-variables)
26138         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26139         (gnus-article-get-xrefs, gnus-summary-best-group)
26140         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26141         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26142         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26143         Use with-current-buffer.
26144
26145 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26146
26147         * spam.el (spam-summary-prepare-exit): Simplify logic.
26148         (spam-fetch-article-header): Read the article header if it's not
26149         available.
26150         (spam-list-articles): Simplify logic.
26151         (spam-filelist-register-routine): Fix bug with unregister-list.
26152
26153         * gnus-registry.el: Fix comments at beginning.
26154
26155 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26156
26157         * message.el (message-cater-to-broken-inn): Remove.
26158         (message-shorten-references): Make sure the total folded length of
26159         References is shorter than 998 characters to cater to a bug in INN
26160         2.3.  Also, don't pretend that references aren't folded -- this
26161         hasn't worked for a while.
26162
26163 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26164
26165         * gnus-agent.el (gnus-agentize):
26166         gnus-agent-send-mail-real-function no longer set to current value
26167         of message-send-mail-function but rather a lambda that calls
26168         message-send-mail-function.  The change makes the agent real-time
26169         responsive to user changes to message-send-mail-function.
26170
26171 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26172
26173         * legacy-gnus-agent.el
26174         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26175         help from Florian Weimer <fw@deneb.enyo.de>
26176
26177 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26178
26179         * nnmail.el (nnmail-cache-insert): Revert last change.
26180
26181 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26182
26183         * nnmail.el (nnmail-cache-insert): Always check whether
26184         nnmail-cache-ignore-groups matches a group name.
26185
26186 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26187
26188         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26189         (spam-find-spam, spam-log-processing-to-registry)
26190         (spam-log-registered-p, spam-log-unregistration-needed-p)
26191         (spam-log-undo-registration): Use gnus-message instead of
26192         gnus-error, none of these errors are fatal.
26193
26194         * gnus-registry.el (gnus-registry-clean-empty-function)
26195         (gnus-registry-clean-empty): Remove only empty entries without
26196         extra data.
26197
26198 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26199
26200         * spam-stat.el (spam-stat-buffer-change-to-spam)
26201         (spam-stat-buffer-change-to-non-spam): Change (error) to
26202         (gnus-message 8) invocation.
26203
26204 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26205
26206         * nntp.el (nntp-via-netcat-command): New variable.
26207         (nntp-via-netcat-switches): New variable.
26208         (nntp-open-via-rlogin-and-netcat): New function.
26209         (nntp-open-connection-function): Doc fix.
26210         (nntp-telnet-command): Doc fix.
26211         (nntp-end-of-line): Doc fix.
26212         (nntp-via-rlogin-command): Doc fix.
26213         (nntp-via-user-name): Doc fix.
26214         (nntp-via-address): Doc fix.
26215
26216 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26217
26218         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26219         error in Emacs 21.1.
26220
26221 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26222
26223         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26224
26225 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26226
26227         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26228         (gnus-agent-with-refreshed-group): New macro.
26229         (gnus-agent-rename-group): New function.
26230         (gnus-agent-delete-group): New function.
26231         (gnus-agent-save-group-info): Use gnus-command-method when
26232         `method' parameter is nil.  Don't write nil entries into the
26233         active file.
26234         (gnus-agent-get-group-info): New function.
26235         (gnus-agent-fetch-articles):
26236         Use gnus-agent-update-files-total-fetched-for to increment disk space
26237         used.
26238         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26239         Use gnus-agent-update-view-total-fetched-for to increment disk space
26240         used.
26241         (gnus-agent-get-local): Add optional parameters to avoid calling
26242         gnus-group-real-name and gnus-find-method-for-group.
26243         (gnus-agent-set-local): Delete stored entry if either min, or max,
26244         are nil.
26245         (gnus-agent-fetch-session): Reworded error/quit messages.
26246         On quit, use gnus-agent-regenerate-group to record existance of any
26247         articles fetched to disk before the quit occurred.
26248         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26249         gnus-agent-update-view-total-fetched-for, and
26250         gnus-agent-update-files-total-fetched-for to decrement disk space
26251         used.
26252         (gnus-agent-retrieve-headers):
26253         Use gnus-agent-update-view-total-fetched-for to increment disk space
26254         used.
26255         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26256         with gnus-agent-update-files-total-fetched-for to decrement disk
26257         space and fresh group buffer.
26258         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26259         (gnus-agent-need-update-total-fetched-for): New variable.
26260         (gnus-agent-update-files-total-fetched-for): New function.
26261         (gnus-agent-update-view-total-fetched-for): New function.
26262         (gnus-agent-total-fetched-for): New function.
26263
26264         * gnus-cache.el (gnus-cache-save-buffers):
26265         Use gnus-cache-update-overview-total-fetched-for to change disk space
26266         used by this group.
26267         (gnus-cache-possibly-enter-article):
26268         Use gnus-cache-update-file-total-fetched-for to increment disk space
26269         used by this group.
26270         (gnus-cache-possibly-remove-article):
26271         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26272         used by this group.
26273         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26274         (gnus-cache-rename-group): New function.
26275         (gnus-cache-delete-group): New function.
26276         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26277         (gnus-cache-need-update-total-fetched-for): New variable.
26278         (gnus-cache-with-refreshed-group): New macro.
26279         (gnus-cache-update-file-total-fetched-for): New function.
26280         (gnus-cache-update-overview-total-fetched-for): New function.
26281         (gnus-cache-rename-group-total-fetched-for): New function.
26282         (gnus-cache-delete-group-total-fetched-for): New function.
26283         (gnus-cache-total-fetched-for): New function.
26284
26285         * gnus-group.el: Require gnus-sum and autoload functions to
26286         resolve warnings when gnus-group.el compiled alone.
26287         (gnus-group-line-format): Document new %F.
26288         (size of Fetched data) group line format; identifies disk space
26289         used by agent and cache.
26290         (gnus-group-line-format-alist): Define new F format.
26291         (gnus-total-fetched-for): New function.
26292         (gnus-group-delete-group): No longer update
26293         gnus-cache-active-altered as gnus-request-delete-group now keeps
26294         the cache in sync.
26295         (gnus-group-list-active): Let the agent store a server's active
26296         list if currently plugged.
26297
26298         * gnus-int.el (gnus-request-delete-group):
26299         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26300         local disk in sync with the server.
26301         (gnus-request-rename-group):
26302         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26303         local disk in sync with the server.
26304
26305         * gnus-start.el (gnus-get-unread-articles):
26306         Cosmetic simplification to logic.
26307
26308         * gnus-util.el (gnus-rename-file): New function.
26309
26310 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26311
26312         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26313
26314 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26315
26316         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26317         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26318
26319 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26320
26321         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26322         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26323
26324 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26325
26326         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26327
26328 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26329
26330         * spam.el (spam-set-difference): Add function to replace
26331         gnus-set-difference in spam.el.
26332         (spam-summary-prepare-exit): Use spam-set-difference.
26333
26334 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26335
26336         * gnus-registry.el (gnus-registry-cache-file): Update to use
26337         gnus-dribble-directory OR gnus-home-directory OR ~.
26338         (gnus-registry-split-fancy-with-parent): Fix doc.
26339
26340 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26341
26342         * message.el (message-exchange-point-and-mark):
26343         Use message-mark-active-p.  Suggested by Jesper Harder
26344         <harder@ifa.au.dk>.
26345
26346 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26347
26348         * message.el (message-exchange-point-and-mark): Don't activate
26349         region if it was inactive.  Suggested by Hiroshi Fujishima
26350         <pooh@nature.tsukuba.ac.jp>.
26351
26352 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26353
26354         * gnus-art.el (article-display-face): Display Faces in the same
26355         order as X-Faces.
26356
26357 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26358
26359         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26360
26361 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26362
26363         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26364         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26365         (gnus-article-mime-hierarchy): Remove.
26366         (gnus-article-mime-hierarchy-next): Remove.
26367         (gnus-article-mode): Revert 2004-03-19 change.
26368         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26369         (gnus-insert-mime-button): Revert 2004-03-19 change.
26370         (gnus-mime-accumulate-hierarchy): Remove.
26371         (gnus-mime-enter-multipart): Remove.
26372         (gnus-mime-leave-multipart): Remove.
26373         (gnus-mime-display-part): Revert 2004-03-19 change.
26374         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26375
26376         * mml.el (mml-preview): Revert 2004-03-19 change.
26377
26378 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26379
26380         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26381
26382 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26383
26384         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26385         t while entering a file name using the mm-with-multibyte macro.
26386         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26387
26388         * mm-util.el (mm-with-multibyte): New macro.
26389
26390 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26391
26392         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26393         New user option.
26394         (gnus-mime-multipart-functions): Doc and customization fix.
26395         (gnus-article-mime-hierarchy): New variable.
26396         (gnus-article-mime-hierarchy-next): New variable.
26397         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26398         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26399         gnus-article-mime-hierarchy-next to nil.
26400         (gnus-insert-mime-button): Show hierarchy numbers.
26401         (gnus-mime-accumulate-hierarchy): New function.
26402         (gnus-mime-enter-multipart): New function.
26403         (gnus-mime-leave-multipart): New function.
26404         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26405         (gnus-mime-display-alternative): Show hierarchy numbers.
26406
26407         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26408         gnus-article-mime-hierarchy-next to nil.
26409
26410 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26411
26412         * dns.el: Don't require gnus-xmas.
26413
26414 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26415
26416         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26417         inline PGP.
26418         (mml-menu): Disable mml-quote-region if mark is inactive.
26419
26420 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26421
26422         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26423         when the group's active is not available.
26424
26425 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26426
26427         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26428         error.
26429
26430 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26431
26432         * imap.el (imap-store-password): New variable.
26433         (imap-interactive-login): Use it.
26434         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26435
26436 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26437
26438         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26439         window-start and hscroll to summary window.
26440
26441 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26442
26443         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26444         conversion message to newsrc-dribble when an actual conversion is
26445         performed.
26446
26447 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26448
26449         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26450
26451 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26452
26453         * mm-decode.el (mm-complicated-handles): New function reviving
26454         former definition of mm-multiple-handles.
26455
26456         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26457         (gnus-mime-delete-part): Use it.
26458
26459 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26460
26461         * gnus-agent.el (gnus-agent-read-local):
26462         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26463         avoid the implicit assumption that they will always be equal.
26464         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26465         coding-system-for-write, as the with-temp-file macro first prints
26466         to a buffer then saves the buffer.
26467
26468 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26469
26470         * gnus-art.el (gnus-article-edit-part): New function.
26471         (gnus-mime-save-part-and-strip): Use it; do query instead of
26472         signaling an error; don't use mm-multiple-handles.
26473         (gnus-mime-delete-part): Ditto.
26474
26475 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26476
26477         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26478         old file versions.
26479         (gnus-group-prepare-hook): Remove function that converted list
26480         form of gnus-agent-expire-days to group properties.
26481
26482         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26483         (gnus-request-accept-article): Re-indented.
26484
26485         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26486         converters to handle old agent file formats.  Add logic for a
26487         "backup before upgrading warning".
26488         (gnus-convert-mark-converter-prompt): Developers can mark
26489         functions as needing (default), or not needing,
26490         gnus-convert-old-newsrc's "backup before upgrading warning".
26491         (gnus-convert-converter-needs-prompt): Tests whether the user
26492         should be protected from potentially irreversable changes by the
26493         function.
26494
26495         * legacy-gnus-agent.el: New.  Provides converters that are only
26496         loaded when gnus-convert-old-newsrc needs to call them.
26497
26498 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26499
26500         * mail-source.el (mail-source-touch-pop): Doc fix.
26501
26502         * message.el (message-smtpmail-send-it): Doc fix.
26503
26504 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26505
26506         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26507
26508         * nnmail.el (nnmail-split-fancy): do.
26509
26510         * gnus-kill.el (gnus-kill, gnus-execute): do.
26511
26512 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26513
26514         * gnus-sum.el (gnus-widget-reversible-match)
26515         (gnus-widget-reversible-to-internal)
26516         (gnus-widget-reversible-to-external): New functions.
26517         (gnus-widget-reversible): New widget.
26518         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26519
26520 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26521
26522         * gnus-sum.el (gnus-thread-sort-functions)
26523         (gnus-article-sort-functions): Document `(not F)' items.
26524
26525 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26526
26527         * spam.el (spam-use-gmane-xref): Add new backend.
26528         (spam-gmane-xref-spam-group): Add variable to control the name of the
26529         Gmane spam group.
26530         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26531         (spam-regex-headers-spam, spam-regex-headers-ham)
26532         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26533         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26534         backends and checks.
26535         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26536
26537         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26538         an autodetect method.
26539
26540 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26541
26542         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26543         articles are being added to a group.
26544         (gnus-request-replace-article): Inform the agent that articles
26545         need to be uncached as the cached contents are no longer valid.
26546
26547 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26548
26549         * binhex.el: Don't autoload executable-find.
26550
26551         * canlock.el: Don't autoload mail-fetch-field.
26552
26553         * dgnushack.el: Autoload c-mode for XEmacs.
26554
26555         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26556
26557         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26558         rmail-dont-reply-to and rmail-output.
26559
26560         * gnus-score.el: Don't autoload ffap-string-at-point.
26561
26562         * gnus-setup.el: Don't autoload sc-cite-original.
26563
26564         * imap.el: Don't autoload base64-decode-string,
26565         base64-encode-string and md5.
26566
26567         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26568         and rmail-msg-restore-non-pruned-header.
26569
26570         * mm-decode.el: Don't autoload executable-find.
26571
26572         * mm-url.el: Don't autoload executable-find.
26573
26574         * mm-view.el: Don't autoload diff-mode.
26575
26576         * nndb.el: Don't autoload news-reply-mode, news-setup,
26577         cancel-timer and telnet.
26578
26579         * password.el: Don't autoload run-at-time for Emacs.
26580
26581         * sha1-el.el: Don't autoload executable-find.
26582
26583         * sieve-mode.el: Don't autoload c-mode.
26584
26585         * uudecode.el: Don't autoload executable-find.
26586
26587 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26588
26589         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26590         (gnus-agent-possibly-alter-active): Avoid null in numeric
26591         comparison.
26592         (gnus-agent-set-local): Refuse to save null in local object table.
26593         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26594         list of articles that will be marked as unread.
26595
26596 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26597
26598         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26599
26600 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26601
26602         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26603         language tags.
26604
26605 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26606
26607         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26608         Don't bind "obarray".
26609
26610         * gnus-sum.el (gnus-thread-sort-functions):
26611         Add `gnus-thread-sort-by-most-recent-number' and
26612         `gnus-thread-sort-by-most-recent-date'.
26613         Reported by Kai Grossjohann <kai@emptydomain.de>.
26614
26615 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26616
26617         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26618
26619 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26620
26621         * gnus-cus.el (gnus-agent-customize-category):
26622         Remove ignore-errors macro reference that required cl to be loaded at
26623         run-time.
26624
26625         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26626         single-interval range of the form (min . max).  Previously the
26627         range had to look like ((min . max)).  Likewise, return
26628         (min . max) rather than ((min . max)).
26629         (gnus-range-map): Use gnus-range-normalize to accept
26630         single-interval range.
26631
26632         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26633         the cache, but not the agent, now appear with their usual face.
26634
26635         * dgnushack.el (loaddir): New variable that is bound to the
26636         directory containing the dgnushack.el file.  Use loaddir, rather
26637         than srcdir, to update load-path.  Change lets dgnushack compile
26638         code in directories other than GNUS/lisp.
26639
26640 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26641
26642         * lpath.el: Don't bind w3m-safe-url-regexp.
26643
26644         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26645         w3m-safe-url-regexp variable buffer-local.
26646
26647         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26648
26649 2004-02-27  Simon Josefsson  <jas@extundo.com>
26650
26651         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26652         gnus-group-real-prefix.
26653         (gnus-summary-move-article): Use it, instead of
26654         gnus-group-real-prefix.
26655
26656 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26657
26658         * lpath.el: Bind w3m-safe-url-regexp.
26659
26660         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26661         w3m-safe-url-regexp variable buffer-local and set it as the value
26662         of mm-w3m-safe-url-regexp.
26663
26664         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26665
26666         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26667         parsing gnus-posting-styles when the message is not for replying.
26668
26669         * dgnushack.el: Autoload sgml-mode for XEmacs.
26670
26671         * nnrss.el (nnrss-opml-export):
26672         Use mm-set-buffer-file-coding-system instead of
26673         set-buffer-file-coding-system.
26674
26675 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26676
26677         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26678         of checkdoc.el).
26679         * nnrss.el: do.
26680         * gnus-mlspl.el: do.
26681         * gnus-ml.el: do.
26682         * gnus-srvr.el: do.
26683
26684         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26685
26686 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26687
26688         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26689         Corrections to custom-manual links.
26690
26691         * gnus-art.el (gnus-article): Ditto.
26692
26693         * mm-decode.el (mime-display, mime-security): Ditto.
26694
26695 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26696
26697         * flow-fill.el: Typo.
26698
26699 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26700
26701         * spam-wash.el: New file.
26702
26703 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26704
26705         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26706
26707 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26708
26709         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26710         to be run with new-articles as LIST1, not LIST2.
26711         (spam-registration-functions): Add spam-use-ham-copy as a nil
26712         registration backend.
26713
26714 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26715
26716         * spam-stat.el (spam-stat-washing-hook): New option.
26717         (spam-stat-buffer-words): Use it.
26718         (spam-stat-process-directory, spam-stat-test-directory):
26719         Use insert-file-contents-literally.
26720         (spam-stat-coding-system): New variable.
26721         (spam-stat-load, spam-stat-save): Use it.
26722
26723 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26724
26725         * spam-report.el (spam-report-plug-agent):
26726         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26727
26728 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26729
26730         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26731         Allow / in mailto URLs.
26732
26733 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26734
26735         * spam-report.el (spam-report-process-queue): Fix interactive use.
26736         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26737         (spam-report-unplug-agent): Doc fixes.
26738         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26739         (spam-report-agentize, spam-report-deagentize): Autoload.
26740
26741 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26742
26743         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26744
26745         * message.el (message-setup-fill-variables): Add mml tags to
26746         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26747         <ajk@iu.edu>.
26748         (message-mode): Don't modify paragraph-separate there.
26749
26750 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26751
26752         * compface.el (uncompface-use-external): Default to undecided.
26753         (uncompface-use-external-threshold): New variable.
26754         (uncompface-float-time): New macro.
26755         (uncompface): Determine whether to use the external decoder if
26756         uncompface-use-external is undecided.
26757
26758 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26759
26760         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26761         after images.
26762
26763         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26764
26765 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26766
26767         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26768
26769         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26770
26771         * gnus-sum.el (gnus-summary-limit-to-age)
26772         (gnus-summary-limit-children): do.
26773
26774         * gnus-int.el (gnus-request-scan): do.
26775
26776         * gnus-group.el (gnus-group-suspend): do.
26777
26778         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26779
26780         * gnus-cite.el (gnus-cite-parse-attributions): do.
26781
26782         * gnus-agent.el (gnus-summary-set-agent-mark)
26783         (gnus-agent-regenerate-group): do.
26784
26785         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26786
26787         * binhex.el (binhex-decode-region-internal): do.
26788
26789 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26790
26791         * gnus-fun.el (gnus-face-properties-alist): New user option.
26792         (gnus-display-x-face-in-from): Use it.
26793
26794         * gnus-art.el (article-display-face): Ditto.
26795
26796         * compface.el (uncompface-use-external): Default to nil.
26797
26798 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26799
26800         * nntp.el (nntp-erase-buffer): New function.
26801         (nntp-retrieve-data, nntp-send-command)
26802         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26803         (nntp-possibly-change-group): Use it.
26804
26805         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26806         Use with-current-buffer.
26807
26808 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26809
26810         * compface.el: Merge the ELisp-based uncompface program.
26811         (compface): New customization group.
26812         (uncompface-use-external): New user option.
26813         (uncompface): Call uncompface-internal if uncompface-use-external
26814         is nil.
26815         (uncompface-internal): New function.  Note that there are also
26816         some other functions and variables added for this function.
26817
26818 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26819
26820         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26821         if necessary.
26822
26823 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26824
26825         * spam-report.el (spam-report-unplug-agent)
26826         (spam-report-plug-agent, spam-report-deagentize)
26827         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26828         Add support for the Agent in spam-report: when unplugged, report to a
26829         file; when plugged, submit all the requests.
26830
26831         * spam.el (spam-register-routine): Fix message about
26832         registration.
26833
26834 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26835
26836         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26837         dependencies.
26838         (rfc2047-encode): Use it.
26839
26840         * gnus-art.el (gnus-button-marker-list): Move before first
26841         reference.
26842
26843         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26844         (imap-parse-body): Fix format string mismatch.
26845
26846         * gnus-score.el (gnus-summary-increase-score): do.
26847
26848         * nnrss.el (nnrss-close): New function.
26849
26850 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26851
26852         * nnrss.el (nnrss-make-filename): New function.
26853         (nnrss-request-delete-group, nnrss-read-server-data)
26854         (nnrss-save-server-data, nnrss-read-group-data)
26855         (nnrss-save-group-data): Use it.
26856         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26857         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26858         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26859
26860 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26861
26862         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26863
26864 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26865
26866         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26867         files.
26868
26869         * message.el (message-generate-headers-first): Don't quote nil
26870         and t in docstrings.
26871
26872         * imap.el (imap-id): do.
26873
26874         * gnus-agent.el (gnus-agent-consider-all-articles)
26875         (gnus-agent-queue-mail): do.
26876
26877 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26878
26879         * spam-report.el (spam-report-process-queue): New function.
26880         Process requests from `spam-report-requests-file'.
26881         (spam-report-process-queue): Doc fix.
26882
26883 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26884
26885         * spam.el (spam-register-routine)
26886         (spam-log-processing-to-registry, spam-log-registered-p)
26887         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26888         Change "check" to "spam-check" for semi-clarity.
26889
26890 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26891
26892         * pop3.el: Require nnheader.
26893
26894         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26895
26896         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26897
26898         * gnus-picon.el: Require cl.
26899
26900         * gnus-fun.el: Require gnus-ems and gnus-util.
26901
26902         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26903
26904         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26905
26906         * gnus-art.el (gnus-article-edit-mode): Define before first
26907         reference.
26908
26909 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26910
26911         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26912         (gnus-uu-post-encoded): Use point-at-bol.
26913
26914         * gnus-topic.el (gnus-group-active-topic-p): do.
26915
26916         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26917
26918         * gnus-group.el (gnus-group-kill-region): do.
26919
26920         * gnus-art.el (article-date-ut): do.
26921
26922         * message.el (message-fetch-field): Remove redundant
26923         case-fold-search binding.
26924         (message-narrow-to-field): Simplify.
26925
26926 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26927
26928         * spam.el (spam-directory): Derive from `gnus-directory'.
26929
26930         * spam-report.el (spam-report-url-to-file)
26931         (spam-report-requests-file): New function and variable for offline
26932         reporting.
26933         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26934         and user defined function.
26935         (spam-report-url-ping-mm-url): Remove doubled slash.
26936
26937 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26938
26939         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26940
26941 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26942
26943         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26944         Fix format string mismatch.
26945
26946         * sieve.el (sieve-deactivate-all): do.
26947
26948         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26949
26950         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26951
26952         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26953
26954         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26955
26956 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26957
26958         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26959         the list of checks.
26960
26961 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26962
26963         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26964         padding.
26965
26966 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26967
26968         * mm-view.el (mm-fill-flowed): New variable.
26969         (mm-inline-text): Use it.
26970
26971 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26972
26973         * spam.el (spam-spamassassin-register-ham-routine)
26974         (spam-spamassassin-register-spam-routine): Fix function names.
26975
26976 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26977
26978         * gnus.el (gnus-tmp-grouplens): Remove.
26979         (gnus-summary-line-format): Remove grouplens.
26980
26981         * gnus-group.el (gnus-group-line-format): Ditto.
26982
26983         * gnus-spec.el (gnus-format-specs): Ditto.
26984         (gnus-update-format-specifications): Flush the group format spec
26985         cache if there's the grouplens stuff.
26986         (gnus-parse-simple-format): Replace %l with the empty string.
26987
26988 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26989
26990         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26991         omission.
26992
26993 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26994
26995         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26996         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26997
26998 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26999
27000         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27001         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27002         New macros and functions.
27003         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27004         Handle > NLINK_MAX messages.
27005         * nnmaildir.el (nnmaildir-request-set-mark):
27006         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27007
27008 2004-01-25  Alex Schroeder  <alex@gnu.org>
27009
27010         * spam-stat.el (spam-stat-process-directory-age): New option.
27011         (spam-stat-process-directory): Use it.
27012
27013 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27014
27015         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27016         (spam-stat-save): Accept prefix argument.
27017
27018 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27019
27020         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27021         links" error.
27022
27023 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27024
27025         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27026         the rest of the and/or forms.
27027
27028 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27029
27030         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27031         compatibility with old .newsrc.eld files.
27032
27033         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27034
27035         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27036
27037         * gnus-start.el (gnus-1): do.
27038
27039         * gnus-group.el (gnus-group-line-format-alist): do.
27040
27041         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27042
27043         * gnus-gl.el: Remove.
27044
27045 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27046
27047         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27048         marks consisting of a single range {for example, (3 . 5)} rather
27049         than a list of a single range { ((3 . 5)) }.
27050
27051 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27052
27053         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27054         Use with-current-buffer.
27055         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27056         avoid consing a string.
27057
27058         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27059         Remove obsolete entries for big5 and gb2312.
27060
27061 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27062
27063         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27064         uncompressed list.
27065
27066 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27067
27068         * spam-stat.el (spam-stat-strip-xref): New function.
27069         (spam-stat-process-directory): Use it.
27070
27071         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27072         here -- it's done in message-fetch-field.
27073
27074 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27075
27076         * gnus-agent.el (gnus-agent-queue-mail)
27077         (gnus-agent-prompt-send-queue): New variables.
27078         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27079         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27080         "nndraft:queue" along to gnus-draft-send.
27081         Use gnus-agent-prompt-send-queue.
27082         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27083         is "nndraft:queue".  Suggested by Gaute Strokkenes
27084         <gs234@srcf.ucam.org>
27085
27086         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27087         (agent-enable-undownloaded-faces): Add.
27088         (gnus-agent-cat-groups): Use eval-and-compile, not
27089         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27090         method of gnus-agent-cat-groups even when the buffer has been
27091         evaled.
27092         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27093         delete gnus-agent-save-active-1.
27094         (gnus-agent-save-groups): Delete.  Identical to
27095         gnus-agent-save-active.
27096         (gnus-agent-write-active): No longer adjust agent's copy of active
27097         file as agent's adjustments are now stored in their own
27098         file.  Remove optional parameter.
27099         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27100         servers.  Add use of min/max range limits from server's local
27101         file.
27102         (gnus-agent-save-alist): Remove unused optional argument.
27103         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27104         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27105         (gnus-agent-set-local): A per-server file that keeps min/max range
27106         limits for articles known to the agent.  Provides a fast mechanism
27107         for altering many active ranges.
27108         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27109         active file (local makes it unnecessary).
27110         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27111
27112         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27113         (agent-enable-undownloaded-faces): Add.
27114
27115         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27116         disable it when sending to "nndraft:queue".
27117         (gnus-group-send-queue): Add safety check to avoid sending queue
27118         when unplugged.
27119
27120         * gnus-group.el (gnus-group-catchup): Use new
27121         gnus-sequence-of-unread-articles, not
27122         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27123         numbers of articles.  Use gnus-range-map to avoid having to
27124         uncompress the unread list.
27125         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27126         Fix invalid ange-ftp reference.
27127
27128         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27129         (gnus-sorted-range-intersection): Intersection of two ranges
27130         without requiring that they first be uncompressed.
27131
27132         * gnus-start.el (gnus-activate-group): Unless blocked by the
27133         caller, possibly expand the active range to include both cached
27134         and agentized articles.
27135         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27136         multiple version-dependent converters.
27137         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27138         gnus-agent-save-active.
27139         (gnus-save-newsrc-file): Save dirty agent range limits.
27140
27141         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27142         gnus-agent-possibly-alter-active.
27143         (gnus-adjust-marked-articles): Faster handling of simple lists.
27144
27145 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27146
27147         * spam-stat.el (spam-stat-test-directory): New optional argument
27148         displays a list of files detected.  Suggested by Andrew Cohen
27149         <cohen@andy.bu.edu>.
27150         (spam-stat-buffer-words-with-scores): Don't narrow and change
27151         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27152
27153 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27154
27155         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27156         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27157         (spam-spamassassin-arguments)
27158         (spam-spamassassin-spam-flag-header)
27159         (spam-spamassassin-positive-spam-flag-header)
27160         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27161         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27162         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27163         (spam-list-of-processors, spam-list-of-checks)
27164         (spam-list-of-statistical-checks, spam-registration-functions)
27165         (spam-check-spamassassin-headers, spam-check-spamassassin)
27166         (spam-spamassassin-score)
27167         (spam-spamassassin-register-with-sa-learn)
27168         (spam-spamassassin-register-spam-routine)
27169         (spam-spamassassin-register-ham-routine)
27170         (spam-assassin-register-spam-routine)
27171         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27172         (spam-bogofilter-score): Fix to show article before scoring.
27173
27174 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27175
27176         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27177         default scoring function.
27178         (spam-generic-score): Call spam-spamassassin-score if
27179         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27180         spam-bogofilter-score otherwise.
27181
27182         * gnus.el (spam-process, spam-autodetect-methods):
27183         Add spamassassin and spamassassin-headers.
27184
27185 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27186
27187         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27188         Suppress unnecessary messages.
27189
27190 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27191
27192         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27193         make-hash-table.
27194
27195 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27196
27197         * canlock.el (base64-encode-string): Don't autoload it.
27198
27199 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27200
27201         * run-at-time.el: Remove useless (require 'itimer),
27202         eval-and-compile and (featurep 'xemacs).
27203
27204 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27205
27206         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27207         GROUP is a virtual group.
27208
27209 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27210
27211         * gnus.el: Autoload `message-y-or-n-p'.
27212
27213 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27214
27215         * pgg-parse.el: Remove unnecessary (require 'custom).
27216
27217         * pgg-def.el: do.
27218
27219         * nnmail.el: do.
27220
27221         * gnus-undo.el: do.
27222
27223         * gnus-picon.el: do.
27224
27225         * gnus-util.el: do.
27226
27227 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27228
27229         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27230
27231 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27232
27233         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27234         handle, as well as a list.
27235
27236         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27237         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27238         (mm-w3m-cid-retrieve): Simplify.
27239
27240 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27241
27242         * message.el (message-kill-to-signature): Allow prefix arg to
27243         specify number of lines to keep before signature.
27244
27245 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27246
27247         * message.el (message-kill-to-signature): Change docstring.
27248
27249 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27250
27251         * canlock.el: Always require sha1-el.
27252         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27253
27254         * message.el: Autoload sha1 only when compiling.
27255
27256         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27257         eudc-expand-inline for XEmacs.
27258
27259 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27260
27261         * message.el (message-canlock-generate): Require sha1-el.
27262
27263 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27264
27265         * message.el (message-expand-name): Silence the byte compiler.
27266
27267         * lpath.el: Add detect-coding-system.
27268
27269         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27270         cus-edit.
27271
27272 2004-01-13  Simon Josefsson  <jas@extundo.com>
27273
27274         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27275         Invoke gnus-score-mode.
27276         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27277
27278         * gnus-range.el (gnus-compress-sequence): Doc fix.
27279         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27280
27281 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27282
27283         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27284
27285 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27286
27287         * spam.el (spam-get-article-as-string): Update to use
27288         gnus-request-article-this-buffer, much simpler.
27289         (spam-get-article-as-buffer): Remove.
27290
27291 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27292
27293         * message.el (message-expand-name): Use EUDC if the user uses that.
27294
27295 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27296
27297         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27298         character for the encoding to avoid consing a string.
27299
27300         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27301         unnecessarily.
27302
27303         * mm-util.el (mm-replace-chars-in-string): Remove.
27304
27305         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27306         of mm-replace-chars-in-string.
27307
27308 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27309
27310         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27311
27312         * mm-util.el (mm-subst-char-in-string): Support inplace.
27313
27314         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27315         a new string in every iteration.  Use shy groups.
27316
27317 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27318
27319         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27320         * gnus-soup.el (gnus-soup-group-brew):
27321         * gnus-msg.el (gnus-put-message):
27322         * gnus-move.el (gnus-group-move-group-to-server):
27323         * gnus-kill.el (gnus-batch-score):
27324         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27325         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27326         (gnus-group-update-group, gnus-group-read-group)
27327         (gnus-group-make-group, gnus-group-make-help-group)
27328         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27329         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27330         (gnus-group-sort-by-unread, gnus-group-catchup)
27331         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27332         (gnus-group-yank-group, gnus-group-set-info)
27333         (gnus-group-list-groups):
27334         * gnus.el (gnus-generate-new-group-name):
27335         * gnus-delay.el (gnus-delay-send-queue):
27336         * nnvirtual.el (nnvirtual-catchup-group):
27337         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27338         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27339         (gnus-group-prepare-topics, gnus-topic-check-topology):
27340         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27341         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27342         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27343         (gnus-group-make-articles-read):
27344         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27345         (gnus-group-change-level, gnus-kill-newsgroup)
27346         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27347         (gnus-get-unread-articles, gnus-make-articles-unread)
27348         (gnus-make-ascending-articles-unread): Use accessor
27349         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27350         to get group information for improved readability.
27351
27352
27353 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27354
27355         * gnus-art.el (article-decode-mime-words, article-babel)
27356         (gnus-article-highlight-signature, gnus-article-add-buttons)
27357         (gnus-signature-toggle): Use gnus-with-article-buffer.
27358
27359         * gnus-art.el (gnus-article-highlight-headers)
27360         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27361
27362         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27363         (gnus-article-set-globals, gnus-request-article-this-buffer)
27364         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27365         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27366         (gnus-mime-display-alternative): Use with-current-buffer.
27367
27368 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27369
27370         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27371         also under 80 char limit, and call gnus-error if needed.
27372         (spam-fetch-article-header): Fix - it was a
27373         buffer-local variable (gnus-newsgroup-data).
27374         (spam-find-spam): Use spam-generate-fake-headers, forget about
27375         spam-insert-fake-headers.
27376         (spam-insert-fake-headers): Remove.
27377
27378 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27379
27380         * deuglify.el (gnus-article-outlook-unwrap-lines)
27381         (gnus-outlook-rearrange-article)
27382         (gnus-outlook-repair-attribution-outlook)
27383         (gnus-outlook-repair-attribution-block)
27384         (gnus-outlook-repair-attribution-other): Remove redundant
27385         save-excursion.
27386
27387 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27388
27389         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27390         (spam-fetch-field-subject-fast)
27391         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27392         (spam-fetch-article-header): Add functions to deal with Gnus
27393         internals for fast retrieval of article header data.
27394         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27395
27396 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27397
27398         * pop3.el (pop3-md5): Remove.
27399         (pop3-apop): Replace pop3-md5 with md5.
27400
27401         * mm-bodies.el: base64 is always built-in.
27402
27403         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27404         Use with-current-buffer.
27405
27406 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27407
27408         * canlock.el (canlock-insert-header): Remove excessive grouping in
27409         regexp.
27410
27411         * gnus-sum.el (gnus-summary-read-document): Ditto.
27412
27413         * gnus-uu.el (gnus-uu-part-number): Ditto.
27414
27415         * html2text.el (html2text-remove-tags): Ditto.
27416         (html2text-format-tags): Ditto.
27417         (html2text-format-single-elements): Ditto.
27418
27419         * mml.el (mml-parse-1): Ditto.
27420
27421 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27422
27423         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27424
27425         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27426
27427         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27428
27429         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27430
27431 2003-11-15  Simon Josefsson  <jas@extundo.com>
27432
27433         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27434         (pgg-gpg-lookup-key): Use regexp match instead of
27435         split-string (split-string is different between emacs 21.2 and
27436         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27437
27438 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27439
27440         * gnus-art.el (gnus-mime-view-all-parts)
27441         (gnus-article-part-wrapper, gnus-article-view-part):
27442         Use with-current-buffer.
27443
27444 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27445
27446         * spam.el (spam-disable-spam-split-during-ham-respool)
27447         (spam-spamoracle-database, spam-cache-lookups)
27448         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27449         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27450         (spam-group-ham-marks, spam-group-spam-marks)
27451         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27452         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27453         also add spam-use-blackholes to the statistical checks.
27454         (spam-fetch-field-fast): Add interface to fetching fields, may
27455         become a macro.
27456         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27457         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27458         (spam-insert-fake-headers): Fake an article when needed.
27459         (spam-find-spam): Fake article when possible.
27460         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27461         (spam-check-bogofilter-headers): Use message-fetch-field instead
27462         of nnmail-fetch-field.
27463
27464 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27465
27466         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27467
27468 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27469
27470         * spam.el (spam-split): Do not require spam-use-CHECK to be
27471         enabled if that check is passed to spam-split explicitly; also
27472         fix so 'spam doesn't get converted to spam-split-group when
27473         spam-split-symbolic-return is t.
27474         (spam-find-spam): Find registrations of the article and use those
27475         instead of re-running spam-split to find the spam/ham
27476         classification of the article.
27477         (spam-log-processing-to-registry, spam-log-registered-p)
27478         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27479         Use gnus-error instead of gnus-message.
27480         (spam-log-registration-type): Add function to determine the
27481         classification of a message based on registry entries; will
27482         return nil if both 'spam and 'ham are found.
27483         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27484         a reasonably fast local cache without the loading errors.
27485         (spam-cache-lookups): Set to t by default.
27486         (spam-find-spam): Don't try to guess spam-cache-lookups.
27487         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27488         spam-caches entry.
27489         (spam-filelist-build-cache, spam-filelist-check-cache):
27490         Fix caching of whitelist/blacklist entries.
27491         (spam-check-whitelist, spam-check-blacklist):
27492         Invoke spam-from-listed-p with a type, not a cache variable.
27493         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27494
27495 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27496
27497         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27498
27499         * nnmail.el (nnmail-split-fancy): do.
27500
27501         * mml.el (mml-parse): do.
27502
27503         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27504         (gnus-score-adaptive): do.
27505
27506 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27507
27508         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27509         (gnus-mime-button-map): Don't set keymap parent.
27510         (gnus-button-ctan-directory-regexp): Use shy grouping.
27511         (gnus-prev-page-map): Don't set keymap parent.
27512         (gnus-prev-page-map): Remove duplicated one.
27513         (gnus-next-page-map): Don't set keymap parent.
27514         (gnus-mime-security-button-map): Ditto.
27515
27516         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27517         version number.
27518
27519         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27520
27521 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27522
27523         * canlock.el (canlock-sha1-function): Remove.
27524         (canlock-sha1-function-for-verify): Remove.
27525         (canlock-openssl-program): Remove.
27526         (canlock-openssl-args): Remove.
27527         (canlock-ignore-errors): Remove.
27528         (canlock-sha1-with-openssl): Remove.
27529         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27530         (canlock-verify): Don't use canlock-ignore-errors.
27531
27532         * sha1-el.el (sha1-string-external): Make it can return a string
27533         in binary form.
27534         (sha1-region-external): Ditto.
27535         (sha1-string-internal): Ditto.
27536         (sha1-region-internal): Ditto.
27537         (sha1-region): Ditto.
27538         (sha1-string): Ditto.
27539         (sha1): Ditto.
27540
27541 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27542
27543         * spam.el (spam-report-articles-gmane): New command.
27544
27545 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27546
27547         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27548
27549         * run-at-time.el (run-at-time-saved): Remove.
27550         (run-at-time): Doc fix.
27551
27552 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27553
27554         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27555         (gnus-summary-limit-map): Add it.
27556         (gnus-summary-make-menu-bar): do.
27557
27558 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27559
27560         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27561         Make attempt at some caching support (done for BBDB only now).
27562         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27563         addresses to be checked.
27564         (spam-clear-cache-BBDB): Add function, to be invoked by
27565         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27566         (spam-check-BBDB): Check and use the caches, if
27567         spam-cache-lookups is on, remove superfluous (provide).
27568
27569 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27570
27571         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27572
27573 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27574
27575         * run-at-time.el (run-at-time-saved): Move to after the definition
27576         of `run-at-time'.
27577
27578         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27579
27580 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27581
27582         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27583         mm-w3m-local-map-property.
27584
27585         * mm-view.el (mm-w3m-mode-map): Remove.
27586         (mm-w3m-local-map-property): Remove.
27587         (mm-inline-text-html-render-with-w3m): Don't use
27588         mm-w3m-local-map-property.
27589
27590 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27591
27592         * run-at-time.el: New file.
27593
27594         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27595         under Emacs.
27596
27597         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27598         of gnus-set-text-properties.
27599
27600         * gnus-uu.el (gnus-uu-save-article): Ditto.
27601
27602         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27603
27604         * gnus-cite.el (gnus-cite-parse): Ditto.
27605
27606         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27607         of gnus-.
27608
27609         * gnus-xmas.el (run-at-time): Require run-at-time.
27610
27611         * gnus.el: Change calls to nnheader-run-at-time and
27612         password-run-at-time throughout to use run-at-time directly.
27613
27614         * password.el: Remove definition of run-at-time.
27615
27616         * nnheaderxm.el: Remove definition of run-at-time.
27617
27618 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27619
27620         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27621         in prompt.
27622
27623 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27624
27625         * messagexmas.el (message-xmas-redefine): Alias
27626         `message-make-caesar-translation-table' to
27627         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27628         version.
27629
27630         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27631         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27632         `gnus-xmas-set-text-properties'.
27633         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27634         `gnus-xmas-completing-read'.
27635         (gnus-xmas-completing-read): Removed.
27636         (gnus-xmas-open-network-stream): Removed.
27637
27638         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27639         XEmacs version.
27640
27641         * dns.el (dns-make-network-process): Use `open-network-stream'
27642         instead of `gnus-xmas-open-network-stream'.
27643
27644         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27645
27646         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27647
27648 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27649
27650         * gnus-art.el (gnus-mime-display-alternative)
27651         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27652         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27653         Don't use gnus-local-map-property.
27654
27655         * gnus-util.el (gnus-local-map-property): Remove.
27656
27657         * mm-view.el (mm-view-pkcs7-decrypt):
27658         Replace gnus-completing-read-maybe-default with completing-read.
27659
27660         * gnus-util.el (gnus-completing-read): do.
27661         (gnus-completing-read-maybe-default): Remove.
27662
27663 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27664
27665         * password.el: Only autoload `run-at-time' if not XEmacs.
27666         Only autoload the itimer functions if XEmacs.
27667
27668 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27669
27670         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27671         XEmacsen.
27672
27673         * dgnushack.el: Autoload executable-find for XEmacs.
27674
27675 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27676
27677         * gnus-art.el (gnus-read-string): Remove.
27678         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27679         read-string.
27680
27681 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27682
27683         * netrc.el: Autoload password-read.
27684         (netrc): Add configuration group.
27685         (netrc-encoding-method, netrc-openssl-path):
27686         Add variables for encoding and decoding of files with symmetric
27687         ciphers.
27688         (netrc-encode): Add assistant function to encode a file with
27689         netrc-encoding-method.
27690         (netrc-parse): Add interactive parameter, added optional
27691         decoding if netrc-encoding-method is non-nil but otherwise
27692         behavior is standard.
27693         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27694         Do s/encode/encrypt/ everywhere.
27695
27696         * spam.el: Remove executable-find autoload.
27697
27698 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27699
27700         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27701
27702         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27703
27704 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27705
27706         * gnus-art.el (gnus-treat-ansi-sequences)
27707         (article-treat-ansi-sequences): New variable and function.
27708         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27709
27710         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27711         Use it.
27712
27713 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27714
27715         * mm-util.el (mm-quote-arg): Remove.
27716
27717         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27718         shell-quote-argument.
27719
27720         * gnus-uu.el (gnus-uu-command): do.
27721
27722         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27723
27724         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27725         with make-char.
27726
27727         * mm-util.el (mm-make-char): Remove.
27728
27729         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27730         add-minor-mode.
27731
27732         * gnus-undo.el (gnus-undo-mode): do.
27733
27734         * gnus-topic.el (gnus-topic-mode): do.
27735
27736         * gnus-sum.el (gnus-dead-summary-mode): do.
27737
27738         * gnus-start.el (gnus-slave-mode): do.
27739
27740         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27741
27742         * gnus-ml.el (gnus-mailing-list-mode): do.
27743
27744         * gnus-gl.el (gnus-grouplens-mode): do.
27745
27746         * gnus-draft.el (gnus-draft-mode): do.
27747
27748         * gnus-dired.el (gnus-dired-mode): do.
27749
27750         * gnus-ems.el (gnus-add-minor-mode): Remove.
27751
27752         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27753         Replace gnus-char-width with char-width.
27754
27755         * gnus-ems.el (gnus-char-width): Remove.
27756
27757         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27758         Replace gnus-char-width with char-width.
27759
27760         * gnus-ems.el (gnus-char-width): Remove.
27761
27762         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27763         definition.
27764         Remove Emacs 20 hash table compatibility code.
27765
27766         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27767         20 compatibility code.
27768
27769         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27770
27771         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27772
27773         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27774         Replace with point-at-{eol,bol}.
27775
27776         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27777
27778         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27779
27780         * flow-fill.el (fill-flowed-point-at-bol)
27781         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27782
27783         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27784         Replace with point-at-{eol,bol} throughout all files.
27785
27786 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27787
27788         * ntlm.el (ntlm-string-as-unibyte): New macro.
27789         (ntlm-build-auth-response): Use it.
27790
27791         Remove Emacs 20 stuff:
27792         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27793         (butlast, mapc, remove): Remove the compiler macros.
27794         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27795         of delq and copy-sequence.
27796         * gnus-art.el (popup-menu): Remove the compiler macro.
27797         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27798         Emacs 20.
27799
27800 2004-01-05  Simon Josefsson  <jas@extundo.com>
27801
27802         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27803         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27804         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27805         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27806         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27807         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27808         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27809         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27810         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27811         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27812         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27813         string-xor into ntlm-string-xor.
27814         Suggested by Jesper Harder <harder@myrealbox.com>.
27815
27816         * ntlm.el: Don't include poem.
27817
27818         * md4.el (print-int32, print-string-hexa): Remove.
27819         Suggested by Jesper Harder <harder@myrealbox.com>.
27820
27821         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27822
27823         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27824         probably breaks emacs with DL patch, but do we care? Is anyone
27825         still using the DL stuff?)
27826
27827         * sieve-manage.el: Use the password package.
27828         (sieve-manage-read-passwd): Remove.
27829         (sieve-manage-interactive-login): Use password.  Re-add
27830         condition-case around loop.
27831
27832         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27833         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27834         Use the password package.
27835
27836 2003-02-19  Simon Josefsson  <jas@extundo.com>
27837
27838         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27839         token.
27840
27841 2002-08-07  Simon Josefsson  <jas@extundo.com>
27842
27843         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27844         (sieve-manage-authenticators)
27845         (sieve-manage-authenticator-alist): Add some SASL mechs.
27846         (sieve-sasl-auth): New function.
27847         (sieve-manage-cram-md5-auth)
27848         (sieve-manage-plain-auth): Rewrite using SASL library.
27849         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27850         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27851         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27852         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27853
27854 2004-01-05  Simon Josefsson  <jas@extundo.com>
27855
27856         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27857         New files.
27858
27859 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27860
27861         * gnus-group.el (gnus-no-groups-message): Update.
27862
27863         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27864
27865 2003-11-09  Simon Josefsson  <jas@extundo.com>
27866
27867         * imap.el: Support for ID IMAP extension (RFC 2971).
27868         (imap-local-variables): Add imap-id.
27869         (imap-id): New variable.
27870         (imap-id): New function.
27871         (imap-parse-response): Parse untagged ID response.
27872         * nnimap.el (nnimap-id): New variable.
27873         (nnimap-open-connection): Use it.
27874
27875 2003-12-28  Simon Josefsson  <jas@extundo.com>
27876
27877         * gnus-score.el (gnus-score-edit-all-score): New.
27878         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27879
27880 2004-01-04  Simon Josefsson  <jas@extundo.com>
27881
27882         * password.el: Add.
27883
27884 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27885
27886         * dns.el (dns-query-types): Fix typo.
27887         (dns-query-types): New function.
27888         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27889         PTR and SOA replies, see RFC 1035.
27890
27891 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27892
27893         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27894
27895         * Move to Changelog.2.
27896
27897 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27898
27899         * gnus.el (gnus-version-number): Bump version.
27900
27901 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27902
27903         * gnus.el: No Gnus v0.1 is released.
27904
27905 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27906
27907         * gnus.el: No Gnus v0.0 is released.
27908
27909 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27910
27911         * gnus.el (gnus-version-number): Bump.
27912         (gnus-version): No.
27913
27914 See ChangeLog.2 for earlier changes.
27915
27916   Copyright (C) 2004-2015 Free Software Foundation, Inc.
27917
27918   This file is part of GNU Emacs.
27919
27920   GNU Emacs is free software: you can redistribute it and/or modify
27921   it under the terms of the GNU General Public License as published by
27922   the Free Software Foundation, either version 3 of the License, or
27923   (at your option) any later version.
27924
27925   GNU Emacs is distributed in the hope that it will be useful,
27926   but WITHOUT ANY WARRANTY; without even the implied warranty of
27927   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27928   GNU General Public License for more details.
27929
27930   You should have received a copy of the GNU General Public License
27931   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27932
27933 ;; Local Variables:
27934 ;; coding: utf-8
27935 ;; fill-column: 79
27936 ;; add-log-time-zone-rule: t
27937 ;; End: