Add hooks for gcc handling
[gnus] / lisp / ChangeLog
1 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2
3         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4         and gnus-gcc-post-body-encode-hook.
5
6 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
9         messages that don't exist.
10
11         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
12
13 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14
15         * shr.el (shr-table-widths): Divide the extra width more fairly over
16         the TDs (bug#10973).
17         (shr-render-td): Don't delete too much padding.
18         (shr-natural-width): Compute the natural width more correctly.
19         (shr-insert): Allow the natural width to be computed for tables again.
20         (shr-tag-table-1): Rework how the natural widths are computed by
21         rendering the table a third time.
22         (shr-natural-width): Removed.
23         (shr-buffer-width): New function.
24         (shr-expand-newlines): Use it.
25
26         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
27         using a `gnus-use-full-window' setup (bug#11013).
28
29 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
32         24.1 release.
33
34 2012-03-10  David Edmondson  <dme@dme.org>
35
36         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
37         'Forwarded Message' header and the start of the message.
38
39 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
40
41         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
42         isn't running (bug#10897).
43
44 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
47         This is inconsistent with all the other stream functions, which leave
48         the setting up to the higher levels (if so wanted) (bug#10931).
49
50 2012-02-28  Glenn Morris  <rgm@gnu.org>
51
52         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
53         mm-decode.el: Standardize possessive apostrophe usage.
54
55 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
58
59 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
60
61         * parse-time.el (parse-time-string): Allow extractor to return nil.
62
63 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
66
67 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
68
69         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
70
71 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
72
73         * mm-decode.el (mm-shr): Remove "soft hyphens".
74
75         * nnimap.el (nnimap-request-list): Return the group names encoded as
76         utf8.  Otherwise non-European group names don't work.
77         (nnimap-request-newgroups): Ditto.
78
79         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
80         the default in `read-string' (bug#10757).
81
82         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
83         topics (bug#10843).
84
85         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
86         buffer.  Suggested by Herbert Valerio Riedel.
87         (nnimap-request-move-article): Delete the message from the correct IMAP
88         server.
89
90 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
91
92         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
93         Reported by Peter Münster.
94
95 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
96
97         * shr.el (shr-image-fetched): Make sure we really kill the right
98         buffer.
99
100 2012-02-16  Leo Liu  <sdl.web@gmail.com>
101
102         * gnus-start.el (gnus-1): Avoid duplicate entries.
103
104 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
105
106         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
107         application/octet-stream parts really is.
108
109         * gnus-sum.el (gnus-propagate-marks): Remove.
110
111 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
112
113         * imap.el: Remove.
114
115         * nntp.el (nntp-coding-system-for-read): Remove.
116         (nntp-coding-system-for-write): Ditto.
117         (nntp-open-connection): Just use `binary' directly.
118
119         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
120         Gnus 0.3.
121
122 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
123
124         * shr.el (shr-rescale-image): Undo previous change; see
125         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
126
127 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
128
129         * gnus.el: Ma Gnus v0.3 is released.
130
131 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus-sum.el (gnus-summary-local-variables): Make
134         `gnus-newsgroup-unexist' into a local variable.
135
136 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
137
138         * registry.el (registry-usage-test, registry-persistence-test): Move to
139         tests/gnustest-registry.el.
140         (registry-make-testable-db, registry-match-test)
141         (registry-instantiation-test): Move to tests/gnustest-registry.el.
142
143         * gnus-registry.el (gnus-registry-misc-test)
144         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
145
146         * tests/gnustest-registry.el: New file with the registry and
147         gnus-registry ERT tests.
148
149 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus-msg.el (gnus-summary-resend-message): Make
152         gnus-summary-resend-message-insert-gcc be last item in
153         message-header-setup-hook.
154
155 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
156
157         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
158         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
159         Remove.
160         (nnfolder-open-server): Don't use marks.
161         (nnfolder-request-delete-group): Ditto.
162         (nnfolder-request-rename-group): Ditto.
163         (nnfolder-request-set-mark, nnfolder-request-marks)
164         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
165         (nnfolder-save-marks, nnfolder-open-marks): Remove.
166
167         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
168         (nnml-marks-modtime): Remove.
169         (nnml-request-delete-group): Don't use marks.
170         (nnml-request-rename-group): Ditto.
171         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
172         (nnml-save-marks, nnml-open-marks): Remove.
173
174         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
175         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
176         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
177         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
178         (nntp-server-to-method-cache): Remove.
179
180         * shr.el (shr-rescale-image): Fix wrong merge.
181
182 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
183
184         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
185         too-wide lines.
186
187 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
188
189         * nnimap.el (nnimap-record-commands): New variable.
190         (nnimap-log-command): Use it.
191         (nnimap-make-process-buffer): Add a space to the process buffer.
192         (nnimap-transform-headers): Don't bug out on header lines containing
193         stuff that look like IMAP length encodings.
194
195         * shr.el (shr-rescale-image): Allow viewing large images.
196
197 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
198
199         * nnml.el (nnml-request-compact-group): Delete the marks file after
200         compaction (bug#10800).
201
202         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
203         group exit.
204
205         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
206         QRESYNC/FETCH output.
207
208 2012-02-11  Glenn Morris  <rgm@gnu.org>
209
210         * sieve-manage.el (sieve-manage-default-stream):
211         * shr.el (shr):
212         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
213         (nnir-retrieve-headers-override-function)
214         (nnir-imap-default-search-key, nnir-notmuch-program)
215         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
216         (nnir-method-default-engines):
217         * message.el (message-cite-reply-position):
218         * gssapi.el (gssapi-program):
219         * gravatar.el (gravatar):
220         * gnus-sum.el (gnus-refer-thread-use-nnir):
221         * gnus-registry.el (gnus-registry-unfollowed-addresses)
222         (gnus-registry-max-pruned-entries):
223         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
224         * gnus-int.el (gnus-after-set-mark-hook)
225         (gnus-before-update-mark-hook):
226         * gnus-async.el (gnus-async-post-fetch-function):
227         * auth-source.el (auth-source-cache-expiry):
228         Add missing :version tags to new defcustoms and defgroups.
229
230 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
231
232         * gnus-sum.el (gnus-adjust-marked-articles): Add to
233         `gnus-newsgroup-unexist'.
234
235         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
236         marks.
237         (gnus-article-special-mark-lists): Put the `unexist' in the special
238         marks list instead.
239
240         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
241         articles in the list of articles to be selected.
242
243         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
244         articles.
245         (nnimap-update-info): Keep track of unexisting articles.
246         (nnimap-update-qresync-info): Ditto.
247
248 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
249
250         * message.el (message-default-send-mail-function): Made into own
251         function for reuse by emacsbug.el.
252
253 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
254
255         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
256         `gnus-sloppily-equal-method-parameters' to avoid a warning.
257
258 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
259
260         * mm-archive.el (mm-archive-dissect-and-inline): New function.
261         (mm-archive-dissect-and-inline): Fix up the undisplayer.
262
263         * gnus-compat.el: Define `timer-set-function'.
264
265         * mm-decode.el (mm-display-external): Output the text from the command
266         in the buffer after the command finished.  This makes text-based
267         commands behave better.
268
269 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
270
271         * gnus-compat.el: Add a compat for the old `url-retrieve'.
272
273 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
274
275         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
276         23.1.
277
278 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
281
282 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
283
284         * message.el (smtpmail-smtp-user): Silence compiler warning.
285
286 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
287
288         * message.el (message-multi-smtp-send-mail): Also allow specifying the
289         SMTP user name.
290
291 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * gnus-sum.el (gnus-summary-show-thread):
294         next-single-char-property-change may return nil in XEmacs.
295         (gnus-summary-article-map): Fix typo.
296
297 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
298
299         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
300         running.
301
302         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
303
304         * gnus.el (gnus-server-extend-method): Don't add an -address component
305         if the method already has one (bug#9676).
306
307 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
308
309         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
310         of an initial-input for consistency (bug#10757).
311
312         * dgnushack.el: Fix XEmacs compilation warning.
313
314         * shr.el: Inhibit getting and sending cookies when fetching pictures.
315
316         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
317
318 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
319
320         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
321         lines that are narrower than the window width.  Otherwise background
322         "blocks" will look less readable.
323
324 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
325
326         * nnimap.el (nnimap-transform-headers): Remove unused variable.
327         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
328         have newlines within the strings, and where the UID comes after the
329         BODYSTRUCTURE element (bug#10537).
330
331         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
332         (bug#10732).
333
334         * shr.el (shr-insert-document): Add doc string.
335         (shr-visit-file): Ditto.
336         (shr-remove-trailing-whitespace): New function.
337         (shr-insert-document): Use it to clean up trailing whitespace as the
338         final step (bug#10714).
339
340 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
341
342         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
343         buffer if `gnus-kill-summary-on-exit' is nil.
344
345 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
348         when just reading a single group from "without" Gnus.
349
350 2012-02-06  Chong Yidong  <cyd@gnu.org>
351
352         * gnus-sum.el (gnus-summary-show-thread):
353         next-single-char-property-change never returns nil (Bug#8657).
354
355 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
356
357         * message.el (message-multi-smtp-send-mail): New function.
358         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
359         header to implement multi-SMTP functionality.
360
361         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
362         (gnus-agentize): Don't set it.
363         (gnus-agent-send-mail): Don't use it.
364
365         * gnus-sum.el (gnus-summary-widget-backward): New function and
366         keystroke.
367
368         * gnus-compat.el: More the compat functions more compatible.
369
370         * shr.el (shr-put-image): Remove underlines from sliced images.
371         (shr-zoom-image): Compute the region to be replaced more correctly.
372
373 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
376         (gnus-summary-resend-message-insert-gcc): New function.
377         (gnus-summary-resend-message): Modify message-header-setup-hook and
378         message-sent-hook to make it work for Gcc.
379         (gnus-inews-do-gcc): Update the number of unread articles of groups
380         that messages are Gcc'd to.
381
382         * message.el (message-resend): Run message-sent-hook to do Gcc.
383
384 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
385
386         * lpath.el: Fix an XEmacs compilation warning.
387
388         * gnus-compat.el: Require `help-fns' to fix compilation error.
389
390         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
391         a higher level to silence compilation.
392
393         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
394         parameter to allow controlling the scaling.
395
396         * shr.el (shr-zoom-image): New command and keystroke.
397         (shr-put-image): Take a `size' flag to say how to scale the image.
398
399         * gnus-compat.el: Redefine `delete-directory' to provide recursive
400         deletion unless already defined.
401
402         * gnus.el (gnus-compat): Require it.
403
404         * gnus-compat.el: New file.
405
406         * gnus-start.el (gnus-clean-old-newsrc): New function.
407         (gnus-read-newsrc-file): Use it.
408
409         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
410         Use recursive deletion.
411         (mm-dissect-archive): Add support for zip files.
412
413         * gnus-util.el (gnus-recursive-directory-files): New function.
414
415         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
416         (mm-archive-decoders): Add tgz support.
417
418         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
419         Otherwise inserting text into the Gnus buffer can look odd.
420
421         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
422
423         * mm-archive.el (mm-archive-decoders): Add support for tar.
424
425         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
426
427         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
428
429 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
430
431         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
432
433         * mm-archive.el: New file.
434
435         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
436
437         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
438
439         * message.el (message-goto-*): Make all the `message-goto-*' commands
440         push the mark before moving point.  This makes it easier to go back to
441         where you came from after editing whatever you jumped to.
442
443 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
444
445         * gnus.el: Ma Gnus v0.1 is released.
446
447 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
448
449         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
450         without reconnecting.
451         (nnimap-possibly-change-group): Ditto.
452         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
453         connection has died before being called.
454
455 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
456
457         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
458         an initial sync unless we're really doing one.
459
460         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
461         address parameter if one already exists (bug#9676).
462
463         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
464         not the prefix, as documented (bug#10689).
465
466 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
467
468         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
469         the "server".
470
471         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
472         the real error message with the useless "previously known to be down".
473         Which isn't even correct.
474
475         * nntp.el (nntp-open-connection): Report the error message if the nntp
476         server can't be reached.
477
478         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
479         groups we do a total scan for.
480         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
481         doing that.
482
483 2012-01-31  Jim Meyering  <jim@meyering.net>
484
485         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
486         Correct a comment (insert "not") and hide nominally-doubled "to".
487
488 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus.el (gnus-version): Change name to "Ma Gnus".
491
492 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
493
494         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
495         section in the manual.
496
497 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
498
499         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
500         words.
501         (rfc2047-encode-string): Ditto.
502         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
503         understand folded filename="..." parameters, for instance.
504
505         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
506         the message for greater debuggability.
507
508 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
509
510         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
511         instead of setting it locally, since the latter doesn't seem to have
512         any effect (most of the time).
513
514 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
515
516         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
517         function call.
518
519 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
520
521         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
522         seconds, and make the repeat clause with HH:MM specs work as
523         documented.
524
525 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
526
527         * proto-stream.el (proto-stream-capability-open): Fall back on
528         :end-of-command if :end-of-capability doesn't exist.
529
530 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
533         bound globally in old Emacsen and XEmacsen.
534
535 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
536
537         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
538         so that previous errors don't prohibit getting new news.
539
540         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
541
542         * nntp.el (nntp-retrieve-group-data-early): Ditto.
543
544 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
545
546         * gnus.el (gnus-group-find-parameter): Check for liveness of the
547         buffer, not of the string which is its name.
548
549 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
550
551         * proto-stream.el (proto-stream-capability-open): Wait for
552         :end-of-capability, not :end-of-command.
553
554         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
555         non-server-marks groups.
556         (gnus-group-make-articles-read): Ditto.
557
558         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
559         methods (bug#9676).
560
561         * gnus.el (gnus-method-ephemeral-p): New function.
562
563 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
566         left-to-right.
567
568 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
569
570         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
571         warning.
572
573 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
576         macroexpand the nnir things, since they haven't been defined yet, and
577         nnir requires gnus-sum.
578
579 2012-01-24  Julien Danjou  <julien@danjou.info>
580
581         * color.el (color-rgb-to-hsl): Fix value computing.
582         (color-hue-to-rgb): New function.
583         (color-hsl-to-rgb): New function.
584         (color-clamp, color-saturate-hsl, color-saturate-name)
585         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
586         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
587
588 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * mm-decode.el (mm-interactively-view-part): Fix prompt.
591
592 2012-01-19  Julien Danjou  <julien@danjou.info>
593
594         * color.el (color-name-to-rgb): Use the white color to find the max
595         color component value and return correctly computed values.
596         (color-name-to-rgb): Add missing float conversion for max value.
597
598 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
599
600         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
601         logical server name in addition to the actual machine address.
602
603         * auth-source.el (auth-source-user-and-password): Add convenience
604         wrapper to search by just host and optionally user.
605
606 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * shr.el (shr-visit-file): Move point to the beginning of the buffer
609         after rendering.
610
611 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
612
613         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
614         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
615         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
616
617 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * gnus-sum.el (gnus-summary-read-group): Document more parameters
620         (bug#9693).
621         (gnus-summary-setup-buffer): Document return value (bug#9697).
622
623         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
624         since ido doesn't work on symbols (bug#9632).
625
626         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
627         when getting a single value as when getting all the values.  This means
628         that atoms like `gcc-self' work cumulatively, like variable settings,
629         instead of getting the value from the last matching clause.
630         (gnus-group-find-parameter): Protect against the group buffer not
631         existing (bug#9585).
632
633 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * gnus-start.el (gnus-activate-group): Document more parameters
636         (bug#9694).
637
638         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
639         (bug#9692).
640
641         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
642         article was fetched, so that it can be expired later (bug#9958).
643         (gnus-agent-summary-fetch-series): Add doc string.
644         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
645         (bug#9517).
646
647         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
648         retrieval is happening.
649
650         * gnus.el (gnus-parameters): Doc fix.
651
652 2012-01-06  Dave Abrahams  <dave@boostpro.com>
653
654         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
655         show the thread after expansion.
656
657 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-art.el (article-narrow-to-head): If the head is completely
660         empty, narrow to the empty region (bug#9764).
661
662         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
663         read, and then mark them as unread only when the unread mark is used.
664         This makes `C-- T k' actually work, even though it's confusing.
665
666         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
667         alive before we try to find its window.
668
669 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
670
671         * mm-decode.el (mm-display-external): Use a longer timeout for the
672         deletion to allow slow programs to display the file.
673
674 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
677         prompt to be less confusing.
678
679         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
680         argument to `message-reply'.  This broke `special-display-*' frame
681         pop-uping (bug#10238).
682
683 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
686         systems, since these allegedly don't work there.
687
688 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
689
690         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
691         live buffer.
692
693 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * nnir.el (nnir-retrieve-headers): Protect against the article not
696         existing on the server (bug#10335).
697
698 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
699
700         * gnus-agent.el (gnus-agent-load-local): Recompute
701         gnus-agent-article-local on changing method.
702
703 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus.el (gnus-parameters): Note precedence.
706
707 2012-01-04  Leo Liu  <sdl.web@gmail.com>
708
709         * nndraft.el (nndraft-update-unread-articles): Don't move point around
710         in the group buffer.
711
712 2012-01-04  Julien Danjou  <julien@danjou.info>
713
714         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
715         change.
716
717 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
720         too.
721
722         * nntp.el (nntp-retrieve-group-data-early): Use it.
723
724 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * nntp.el (nntp-retrieval-in-progress): New variable.
727         (nntp-make-process-buffer): Make it buffer-local.
728
729         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
730         2010.
731         (gnus-demon-init): Use it to compute the time if time is on the form
732         "04:23".
733
734         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
735
736         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
737         status in the correct buffer.
738
739 2012-01-03  Leo Liu  <sdl.web@gmail.com>
740
741         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
742         when opening topics (bug#10407).
743
744 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
745
746         * gnus-cus.el (gnus-score-customize):
747         * gnus-sum.el (gnus-sort-gathered-threads):
748         * message.el (message-shorten-references):
749         * nnmairix.el (nnmairix-request-group):
750         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
751
752 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
753
754         * gnus-agent.el (gnus-agent-regenerate-group):
755         * gnus-int.el (gnus-retrieve-group-data-early):
756         * mm-util.el (mm-codepage-ibm-list):
757         * nndiary.el (Commentary, nndiary-get-new-mail):
758         * nnir.el (nnir):
759         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
760
761 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * mm-view.el (mm-display-inline-fontify): Add comment.
764
765 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
766
767         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
768         * ntlm.el (ntlm-smb-dohash): Spelling fix.
769
770 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
771
772         * gnus-art.el (gnus-split-methods):
773         * gnus-msg.el (gnus-configure-posting-styles):
774         * gnus-spec.el (gnus-parse-simple-format):
775         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
776         * message.el (message-do-actions): Spelling fix.
777
778 2011-12-15  Juri Linkov  <juri@jurta.org>
779
780         * mm-decode.el (mm-inline-media-tests): Add missing
781         `mm-handle-media-subtype'.
782
783 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
784
785         * gnus-group.el (gnus-group-tool-bar):
786         * gnus-sum.el (gnus-summary-tool-bar):
787         * message.el (message-tool-bar):
788         * rfc2231.el (rfc2231-parse-string): Spelling fix.
789
790 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
791
792         * plstore.el (plstore--insert-buffer): Spelling fix.
793
794 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
795
796         * message.el (message-valid-fqdn-regexp): Update with newly approved
797         top-level domain names ".tel" and ".asia".
798
799 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus-sum.el (gnus-summary-show-article): Don't load shr
802         unconditionally.
803
804 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
807         pop-to-buffer-same-window for old Emacsen.
808
809 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
810
811         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
812
813 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
814
815         * netrc.el (netrc-credentials): Spelling fix.
816
817 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
818
819         * gnus-fun.el (gnus-fun-ppm-change-string):
820         * gnus-msg.el (gnus-inews-do-gcc):
821         * gnus-sum.el (gnus-summary-find-for-reselect):
822         * gnus.el (gnus-summary-cancelled):
823         * message.el (message-cancel-hook, message-send-news):
824         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
825         * nnir.el (nnir-run-hyrex):
826         * nntp.el (nntp-with-open-group-function):
827         * pgg.el (pgg-pending-timers): Spelling fix.
828
829 2011-12-04  Chong Yidong  <cyd@gnu.org>
830
831         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
832         change (Bug#10200).
833
834 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * compface.el (uncompface):
837         * gnus-art.el (gnus-article-x-face-command): Update the header format
838         of icon data for the most recent icontopbm program.
839
840 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * gnus-msg.el (gnus-inews-do-gcc):
843         * message.el (message-send-mail):
844         * mml.el (mml-generate-mime): Share the value of the buffer-local
845         `message-options' variable between a draft buffer and temprary working
846         buffers.
847
848 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
849
850         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
851
852 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
855         for Cygwin.
856
857 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
858
859         * gnus-group.el (gnus-group-prepare-flat):
860         * mm-bodies.el (mm-encode-body):
861         * mml.el (mml-preview):
862         * nnml.el (nnml-request-compact-group):
863         * pop3.el (pop3-stream-type): Spelling fix.
864
865 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
866
867         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
868
869 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
870
871         * color.el (color-rgb-to-hsl):
872         * gmm-utils.el (gmm-tool-bar-style):
873         * gnus-group.el (gnus-group-prepare-flat):
874         * gnus-topic.el (gnus-topic-prepare-topic):
875         * mm-decode.el (mm-discouraged-alternatives):
876         * rfc2047.el (rfc2047-encode-1):
877         * starttls.el: Spelling fix.
878
879 2011-11-24  Glenn Morris  <rgm@gnu.org>
880
881         * binhex.el (binhex-begin-line): Give it basic doc-string.
882
883         * starttls.el, tls.el: Fix case of "GnuTLS".
884
885 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
886
887         * gnus-group.el (gnus-group-highlight): Fix typo.
888
889 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
890
891         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
892         value of `delete-file', that returns nil for a local file but returns t
893         for a remote file using ssh.
894
895 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
896
897         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
898
899 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
902         avoid later breakage.
903
904 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
907         article buffers' name.
908
909 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
912         by Paul Eggert's spellfixes two days ago.
913
914 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
917         doesn't have it.
918
919         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
920         buffer-local instead of binding them to avoid warnings.  Also demote
921         errors (bug#10063).
922         (font-lock-mode-hook): Shut up byte compiler.
923
924 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
925
926         * mm-util.el (mm-charset-after):
927         * nnir.el (nnir-run-hyrex):
928         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
929         (ntlm-get-password-hashes, ntlm-md4hash):
930         * smime.el: Fix typo.
931
932 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
933
934         * gnus-agent.el (gnus-agent-expire-group-1):
935         * nndiary.el (nndiary-last-occurence):
936         * nnimap.el (nnimap-request-set-mark):
937         * nnmairix.el (nnmairix-only-use-registry):
938         * gnus-group.el (gnus-group-prepare-flat):
939         * gnus-sum.el (gnus-decode-encoded-word-methods):
940         * message.el (message-wash-subject):
941         * nntp.el (nntp-retrieve-headers-with-xover):
942         * smime.el (smime-certificate-directory): Spelling fix.
943
944 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
945
946         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
947
948         * color.el:
949         * gnus-agent.el (gnus-agent-possibly-alter-active):
950         * gnus-dired.el (gnus-dired-print):
951         * mail-parse.el:
952         * nnmairix.el (nnmairix-request-group):
953         * shr.el (shr-image-displayer):
954         * sieve-manage.el:
955         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
956
957 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
958
959         * gnus-sum.el (gnus-auto-select-subject):
960         * spam-report.el (spam-report-resend): Spelling fix.
961
962 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
963
964         * gnus-agent.el (gnus-agent-get-undownloaded-list):
965         * gnus-art.el (gnus-default-article-saver):
966         * gnus-srvr.el (gnus-server-copy-server):
967         * gnus.el (gnus-sloppily-equal-method-parameters):
968         * html2text.el (html2text-format-tag-list):
969         * message.el (message-narrow-to-head):
970         * nndiary.el:
971         * nnmairix.el (nnmairix-determine-original-group-from-registry):
972         * sieve.el: Spelling fix.
973
974 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
975
976         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
977         * gnus-sum.el (gnus-summary-make-menu-bar):
978         * gnus-uu.el (gnus-uu-decode-postscript)
979         (gnus-uu-decode-postscript-and-save):
980         * mailcap.el (mailcap-print-command):
981         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
982         Fix typos.
983
984 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
985
986         * gnus-art.el (gnus-article-part-wrapper):
987         * html2text.el (html2text-fix-paragraphs):
988         * mm-decode.el (mm-image-fit-p):
989         * rfc2047.el (rfc2047-encode-message-header):
990         * shr-color.el (shr-color-visible-distance-min)
991         (shr-color-relative-to-absolute, set-minimum-interval)
992         (shr-color-visible): Fix typos.
993
994 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
995
996         * gmm-utils.el (gmm-tool-bar-item):
997         * gnus-art.el (gnus-treat-body-boundary):
998         * gnus-diary.el (gnus-user-format-function-d):
999         * gnus-start.el (gnus-get-unread-articles):
1000         * pgg-gpg.el (pgg-gpg-update-agent):
1001         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1002
1003 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1004
1005         * gnus-topic.el (gnus-group-prepare-topics):
1006         * gnus-uu.el (gnus-extract-view):
1007         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1008
1009 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1010
1011         * spam.el: Move BBDB autoloads.
1012         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1013         BBDB 2 and 3.
1014         (spam-check-BBDB): Use it.
1015         (spam-enter-ham-BBDB): Use it.
1016
1017 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1018
1019         * smime.el (smime-draw-buffer): Spelling fix.
1020
1021 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1022
1023         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1024         for scanning exactly one level.
1025         * gnus-start.el (gnus-get-unread-articles): Ditto.
1026
1027 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1030         slightly clearer.
1031
1032 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1033
1034         * gnus-sync.el: More commentary about setup.
1035
1036 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * message.el (message-send-and-exit): Document `arg'.
1039
1040 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1041
1042         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1043
1044 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1045
1046         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1047
1048         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1049         we don't use `bound-and-true-p'.
1050
1051 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1052
1053         * gnus-util.el (gnus-bound-and-true-p): Remove.
1054         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1055         * nnir.el: Use it.
1056         * nnmairix.el: Use it.
1057
1058 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1059
1060         * gnus-sync.el: Improve docs about CouchDB admins.
1061
1062         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1063         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1064         for reasons unknown.
1065         * nnir.el: Use it.
1066         * nnmairix.el: Use it.
1067
1068         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1069         * nnir.el: Ditto.
1070         * nnmairix.el: Ditto.
1071
1072         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1073
1074 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1075
1076         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1077         not needed.  Provide xmlplistread list function to produce XML plist
1078         output for non-Gnus LeSync clients.
1079
1080 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1081
1082         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1083
1084         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1085         and save against it.  Group subscriptions, read marks, other marks,
1086         subscription levels, topic names, and topic offsets (the group's
1087         position within the topic) are saved.  This is an experimental backend
1088         and may change significantly.  Load json.el from the gnus-fallback-lib
1089         if it's not available otherwise.
1090         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1091
1092 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1093
1094         * message.el (message-completion-function): Make sure
1095         message-tab-body-function is not attempted if one of
1096         message-completion-alist fails to find a completion (bug#9158).
1097
1098 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1099
1100         * mml.el (mml-quote-region): Quote <#secure> tag.
1101         (mml-generate-mime-1): Unquote <#secure> tag.
1102
1103 2011-10-20  Chong Yidong  <cyd@gnu.org>
1104
1105         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1106         calling a minor mode from Lisp with nil arg enables it, so we have to
1107         make the wording a bit ambiguous here).
1108
1109 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1110
1111         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1112         * nnir.el (nnir-mode): Use it.
1113         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1114         Use it.
1115
1116         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1117         * nnmairix.el (gnus-registry-enabled): Ditto.
1118
1119 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1120
1121         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1122         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1123         only while we need to find out if it should be t or nil.
1124         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1125         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1126         the registry is installed.  Set it to nil when it's unloaded.
1127         (gnus-registry-install-p): Provide user guidance for the initial value
1128         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1129         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1130         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1131         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1132         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1133         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1134         `gnus-registry-install'.
1135
1136 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1137
1138         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1139         previous change.
1140         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1141         primary key is marked as disabled.
1142
1143 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1144
1145         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1146         primary key is marked as disabled.
1147
1148 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1149
1150         * html2text.el (html2text-clean-anchor): Check for quotes around
1151         `href' value.
1152
1153 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1154
1155         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1156         searching.  Drop `bbdb-cache'.
1157
1158 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * message.el (message-signed-or-encrypted-p): Exclude header when
1161         checking if there is signed or encrypted body in text/plain message.
1162
1163 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1164
1165         * html2text.el (html2text-get-attr): Correctly handle attribute values
1166         containing "=".
1167
1168 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1169
1170         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1171         handle bindings.
1172
1173 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * gnus-win.el (gnus-configure-windows): Protect against reading
1176         ephemeral groups outside of Gnus.
1177
1178 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * shr.el (shr-tag-img): Don't get images displayed in tables.
1181
1182 2011-10-03  Glenn Morris  <rgm@gnu.org>
1183
1184         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1185         the "maintainer" version of debbugs.gnu.org reports.
1186
1187 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1190         make asynchronous adjacent image insertion work better.
1191
1192 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1193
1194         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1195         documentation.
1196
1197 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1200         `gnus-asynchronous' isn't shadowed.
1201
1202 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1205
1206         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1207         (nnimap-insert-partial-structure): The charset parameter isn't
1208         case-sensitive.
1209
1210         * nnheader.el (nnheader-message-maybe): New function.
1211
1212         * shr.el (shr-tag-table): Render totally broken tables better.
1213
1214         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1215         computing the boundary.
1216
1217 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * pop3.el (pop3-number-of-responses): Remove.
1220         (pop3-wait-for-messages): Rewrite to take linear time instead of
1221         exponential time.
1222
1223 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1226         re-fetch images.
1227
1228         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1229         re-fetch images when hitting `g' in Gnus.
1230
1231 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1234         (mml-compute-boundary): Don't check collision if it is non-nil.
1235         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1236         before checking collision.
1237
1238 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * message.el (message-indent-citation): Really make sure there's a
1241         newline at the end.
1242
1243         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1244         Fix suggested by John Wiegley.
1245
1246         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1247
1248         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1249
1250         * message.el (message-default-send-rename-function): Break out into its
1251         own function.
1252
1253         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1254         doesn't work under XEmacs.
1255
1256         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1257         of "imaps" to word around Windows problems.
1258         (nnimap-open-connection-1): Use it.
1259
1260         * message.el (message-indent-citation): Revert last change which made
1261         `F' not work.
1262
1263 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1264
1265         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1266         terminal as well.
1267
1268 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1271         because it displays images using overlays that aren't easy to copy to
1272         the article buffer.
1273
1274 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1275
1276         * message.el (message-indent-citation): Fix empty line removal at the
1277         end of the citation.
1278
1279 2011-09-20  Julien Danjou  <julien@danjou.info>
1280
1281         * auth-source.el (auth-source-netrc-create): Use default value for
1282         password if specified.  Evaluate default.
1283         (auth-source-plstore-create): Ditto.
1284         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1285         value evaluation.
1286         (auth-source-netrc-create): Typo fix.
1287         (auth-source-plstore-create): Ditto.
1288
1289         * password-cache.el (password-cache-remove): Remove entries even if the
1290         value is nil, so that password with a nil value (negative caching) is
1291         possible to invalidate.
1292
1293         * auth-source.el (auth-source-format-cache-entry): New function.
1294
1295 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1298
1299 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1302
1303 2011-09-19  Julien Danjou  <julien@danjou.info>
1304
1305         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1306         which work with things that are not ASCII.
1307
1308 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1311
1312 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1315         message level.
1316
1317 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1320
1321 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1324
1325 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1326
1327         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1328         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1329
1330 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1331
1332         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1333         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1334         articles.
1335
1336 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1337
1338         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1339         (message-mail-other-window, message-mail-other-frame)
1340         (message-news-other-window, message-news-other-frame):
1341         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1342         instead of setting buffer display varibles.
1343
1344 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1347
1348         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1349
1350 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351
1352         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1353         duplicates" to a higher level.
1354
1355         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1356         most egregious messages.
1357
1358 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1361
1362 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1363
1364         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1365         up the file (bug#9351).
1366
1367 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1370         it does with all other backends, but decode the names immediately after
1371         getting them.
1372
1373         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1374         decoding nnimap groups.
1375
1376         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1377         newsrc file.  It doesn't seem like an important optimization any more.
1378
1379 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1380
1381         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1382         overflows.
1383
1384 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1387         (gnus-interactive-exit): Extend to `quiet'.
1388
1389         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1390
1391         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1392         string.
1393
1394         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1395         renaming function arguments from `this'.
1396
1397         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1398
1399         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1400         has been renamed.
1401         (gnus-lrm-string-p): Include RLM and PDF, too.
1402
1403         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1404         (bug#9225).
1405
1406 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1407
1408         Add autoload cookies for functions used by sendmail.el.
1409         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1410
1411         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1412
1413 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * gnus-art.el (article-date-ut): Work properly even when there are
1416         things like Date header in the body; work for forwarded parts.
1417
1418 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1419
1420         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1421         original-article-buffer.
1422
1423 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1424
1425         * nnir.el (nnir-compose-result): Fix matching of server type.
1426         (nnir-run-swish++): Ditto.
1427         (nnir-run-namazu): Ditto.
1428         (nnir-run-notmuch): Ditto.
1429
1430 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1433         (bug#9405).
1434
1435         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1436         (bug#9421).
1437
1438         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1439         (bug#9425).
1440
1441         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1442         thing (bug#9426).
1443
1444 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1447         the error message.
1448
1449 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1450
1451         * message.el (message-setup-1): Return t (Bug#9392).
1452
1453 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1454
1455         * gnus-sum.el: When adding article headers to a summary buffer also
1456         update gnus-newsgroup-articles (bug#9386).
1457
1458 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * auth-source.el: Autoload help-mode.
1461
1462 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1465         names.
1466
1467 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1468
1469         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1470         mm-replace-in-string for compatibility issues.
1471         * mml2015.el (mml2015-epg-verify): Ditto.
1472
1473 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1476
1477         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1478
1479 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1482         continue on and do the clean-up phase (bug#9188).
1483
1484         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1485         just ignore groups that can't be opened instead of erroring out
1486         (bug#9225).
1487
1488         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1489         nil since some many people are fuddy-duddies.
1490
1491         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1492         images.
1493
1494         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1495         instead.
1496
1497         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1498
1499         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1500
1501         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1502         processing.
1503
1504         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1505         buffer to avoid warnings.
1506
1507 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1508
1509         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1510         specified to reduce precision.
1511
1512 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1515         bodystructures (bug#9314).
1516
1517 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1520         Make button keymap non-sticky after buttons.
1521
1522 2011-08-18  David Engster  <dengste@eml.cc>
1523
1524         * nnmairix.el (nnmairix-request-set-mark)
1525         (nnmairix-goto-original-article): Remove adding of article to registry,
1526         since `gnus-registry-add-group' isn't available anymore.
1527         (nnmairix-determine-original-group-from-registry):
1528         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1529         available anymore.
1530
1531 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1532
1533         * starttls.el (starttls-any-program-available): Define as obsolete
1534         function.
1535
1536 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1539         versions which Gnus use when appropriate.
1540
1541         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1542         a pretty destructive command.
1543
1544         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1545
1546 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * message.el (message-fix-before-sending): Make a different warning
1549         about NUL characters (bug#9270).
1550
1551         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1552         from custom (bug#9260).
1553
1554         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1555         things work in Emacs 22 and XEmacs, too.
1556
1557         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1558         default From.
1559
1560         * gnus-spec.el (gnus-lrm-string-p): New macro.
1561         (gnus-lrm-string): New constant.
1562         (gnus-summary-line-format-spec): LRM-ify the from.
1563         (gnus-tilde-max-form): LRM-ify string chopping.
1564
1565         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1566
1567         * message.el (message-is-yours-p): Allow disabling canlock checking
1568         (bug#9295).
1569         (message-shoot-gnksa-feet): Add `canlock-verify'.
1570         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1571         message directory isn't writable (bug#9304).
1572
1573         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1574         non-world-readable.
1575
1576 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1577
1578         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1579         articles.
1580
1581 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1582
1583         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1584         copy-list.
1585
1586 2011-08-12  Sam Steingold  <sds@gnu.org>
1587
1588         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1589         in the reverse order to avoid modifying the cache with `nreverse'.
1590         (gnus-all-score-files): Do not modify the value returned by
1591         `gnus-score-find-alist' because it lives in a cache variable.
1592         (gnus-current-home-score-file): No need to `nreverse' the return value
1593         of `gnus-score-find-alist', it is already in the correct order.
1594
1595 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1596
1597         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1598         type MESSAGE and subtype RFC822 is slightly different from those of
1599         type TEXT.
1600
1601 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1602
1603         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1604         This allows article-referral to work from an nnir group.
1605
1606 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1607
1608         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1609
1610 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1611
1612         * mml1991.el (mml1991-epg-find-usable-key)
1613         (mml1991-epg-find-usable-secret-key): New function.
1614         (mml1991-epg-sign): Check if signing key is usable.
1615         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1616
1617 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1618
1619         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1620         server-variables only.  This should fix a bug introduced with commit
1621         e1889675b7f4adf057833c5513c9374134c4e053.
1622         (nnir-run-query): 'nnir-search-engine should not be set from the global
1623         environment.
1624
1625 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1626
1627         * nnir.el (nnir-search-thread): Position point on referring article
1628         line.
1629         (nnir-warp-to-article): Clean up summary buffers.
1630
1631         * nnimap.el (nnimap-request-thread): Whitespace fix.
1632
1633 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1634
1635         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1636
1637 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * starttls.el (starttls-available-p): Rename from
1640         `starttls-any-program-available' and changed return convention.
1641
1642 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1643
1644         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1645         `unix-sync' unless it's defined.
1646
1647 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1648
1649         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1650         `aref' for XEmacs compatibiltiy.
1651
1652 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1655
1656 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1657
1658         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1659         closures, quote the form properly (bug#9194).
1660
1661 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1664         (gnus-summary-insert-new-articles): Protect against servers that are
1665         down.
1666
1667 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1668
1669         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1670         in mm handle if none is specified.
1671
1672 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1673
1674         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1675
1676 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1677
1678         * nnir.el (nnir-search-thread): New function to make an nnir group
1679         based on a thread query.
1680
1681         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1682         of nnir in thread referral.
1683         (gnus-summary-refer-thread): Use it.
1684
1685         * nnimap.el (nnimap-request-thread): Use it.
1686
1687 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * shr.el (shr-tag-comment): Ignore HTML comments.
1690
1691 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1692
1693         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1694         argument.
1695         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1696         Use `nnir-address' to handle server info rather than passing an arg.
1697
1698         * nnimap.el (nnimap-make-thread-query): New utility function to format
1699         an imap thread search query.
1700         (nnimap-request-thread): Use it.
1701
1702         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1703         right select-method if we are not going back to the group buffer.
1704
1705 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1708         enter invalid buffer configurations into the quit form (bug#9107).
1709         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1710         unplugged/plugged.
1711
1712         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1713         keep track of which ones are unread (bug#9061).
1714
1715         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1716         (bug#9055).
1717
1718         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1719         (bug#9041).
1720
1721         * gnus-html.el (mm-util): Require (bug#9073).
1722
1723         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1724         (gnus-summary-refer-thread): Use it to remove duplicates in the
1725         un-threaded view (bug#9053).
1726         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1727
1728 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1729
1730         * nnir.el (nnir-read-server-parm): Use default value from global
1731         variable.  Without this the default search engine parameters aren't
1732         used at all.
1733
1734 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * message.el (message-unique-id): Don't use the undocumented return
1737         value from (random t) (bug#9118).
1738
1739 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * message.el (message-auto-save-directory): If the ~/Mail directory
1742         doesn't exist, use ~ as the auto-save directory (bug#4432).
1743
1744         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1745         hasn't already been started.
1746
1747 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1750
1751         * message.el (message-reply): Work around mysterious bug where
1752         `message-mode' seems to overwrite the locally bound `subject' variable.
1753
1754 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1755
1756         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1757         correct group.
1758
1759         * gnus-int.el (gnus-request-thread): Add group argument.
1760
1761         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1762
1763 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
1766
1767         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1768         renamed to `debbugs-gnu-*'.
1769
1770 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1771
1772         * plstore.el: Revert the editing feature since it is not urgent.
1773         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1774         (plstore-mode-decoded): Remove.
1775
1776 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1779         isn't very interesting any more, and it leaks potentially secret data.
1780         (gnus-debug): Remove.
1781
1782         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1783         use of :custom-show.
1784
1785 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1786
1787         * plstore.el: Add documentation.
1788         (plstore-mode): New mode to edit plstore file.
1789         (plstore-mode-toggle-display, plstore-mode-original)
1790         (plstore-mode-decoded): New command.
1791         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1792         (plstore--insert-buffer, plstore--make): New function.
1793         (plstore-open, plstore-save): Simplify by using them.
1794
1795 2011-07-06  Glenn Morris  <rgm@gnu.org>
1796
1797         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1798
1799 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1802         no longer is much used.
1803         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1804         Articles".
1805
1806 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1807
1808         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1809         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1810         `notmuch' backend.
1811
1812 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813
1814         * mm-decode.el (mm-text-html-renderer): Doc fix.
1815
1816         * gnus-msg.el (gnus-bug): Fix the MML tag.
1817
1818         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1819
1820 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1821
1822         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1823         secondary methods if started with `gnus-no-server'.
1824
1825 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1826
1827         * message.el (message-return-action): Fix typo in docstring.
1828
1829 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1832         bug reports at once.
1833
1834         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1835
1836 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * nndraft.el: Require gnus-group.
1839         (nndraft-request-list): Declare.
1840
1841         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1842         no unread article unless it matches gnus-permanently-visible-groups.
1843
1844         * nndraft.el (nndraft-update-unread-articles): New function.
1845         (nndraft-request-associate-buffer): Use it to update the number of
1846         unread articles for the nndraft groups in the group buffer when saving
1847         or killing a draft message.
1848
1849 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1852         systems to binary before writing and reading the mbox files.
1853
1854         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1855         instead of trying to list them all (bug#8978).
1856
1857 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1858
1859         * pop3.el (pop3-open-server): Use :end-of-capability.
1860
1861 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1864         the id is always a number.
1865
1866         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
1867
1868         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1869         debbugs mode, if possible.
1870
1871 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1872
1873         * auth-source.el (auth-source-token-passphrase-callback-function):
1874         Reindent.
1875         (epg-context-operation): Remove unnecessary autoload.
1876
1877 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * gnus.el (gnus-list-debbugs): New command.
1880
1881         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1882         mboxstat instead of the maintbox, since the stat seems to be fuller.
1883
1884         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1885         summary buffers.
1886
1887         * message.el (message-get-reply-headers): Delete all duplicates,
1888         instead of the first.
1889         (message-get-reply-headers): Ensure that we have progress while
1890         deleting duplicates.
1891
1892         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1893         gnus-posting-style value from the summary buffer to make it easier to
1894         make that a per-buffer conf.
1895
1896 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1897
1898         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1899         found by setting `shortcut' in 'query.
1900         (nnir-request-article): Use `shortcut' setting when requesting article
1901         by Message-ID.
1902
1903 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1904
1905         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1906         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1907         Bring the pseudo-headers back too.
1908
1909 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1910
1911         * auth-source.el (auth-source-token-passphrase-callback-function):
1912         Simplify and remove EPA dependency.
1913
1914 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1915
1916         * nnir.el (nnir-request-article): Fix error message text.
1917
1918 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1919
1920         * auth-source.el (plstore-delete): Autoload.
1921         (auth-source-plstore-search): Support delete operation.
1922         * plstore.el (plstore-delete): New function.
1923
1924 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1927         mark actually existing articles as unread rather than the ones that
1928         active asserts.
1929
1930 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1931
1932         * nntp.el (nntp-record-command):
1933         * gnus-util.el (gnus-message-with-timestamp-1):
1934         Use format-time-string rather than decoding time stamps by hand.
1935         This is simpler and insulates the code from potential changes to
1936         current-time format.
1937
1938 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1941
1942 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1943
1944         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1945         (plstore-save): Support public key encryption.
1946         (plstore--init-from-buffer): New function.
1947         (plstore-open): Use it; fix error when opening a non-existent file.
1948         (plstore-revert): Use plstore--init-from-buffer.
1949
1950 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1951
1952         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1953
1954 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1957         for old Emacsen.
1958
1959 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1960
1961         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1962         is not fully working.
1963
1964 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * dgnushack.el: Autoload sha1 on XEmacs.
1967
1968         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1969         quit window configuration.
1970
1971         * auth-source.el (epg-context-set-passphrase-callback):
1972         Remove duplicate autoload.
1973
1974 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1975
1976         * nnir.el (nnir-request-article): Allow requesting articles by
1977         Message-ID with nnimap.
1978
1979         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1980         current server.
1981
1982 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1983
1984         * auth-source.el: Autoload EPA/EPG functions.
1985         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1986         changed when EPA/EPG is not available.
1987         (auth-source-backend): Rename "arg" member to "data".
1988         (auth-source-backend-parse, auth-source-plstore-search)
1989         (auth-source-plstore-create): Use it.
1990
1991 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1992
1993         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1994         `gnus-refer-article-methods'.
1995
1996 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1997
1998         * auth-source.el: Require EPA and EPG.
1999         (auth-source-passphrase-alist): New variable.
2000         (auth-source-passphrase-callback-function)
2001         (auth-source-token-passphrase-callback-function): Callbacks for the
2002         netrc field encryption (GPG tokens).
2003         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2004         Symmetric encryption and decryption of the netrc GPG tokens.
2005         (auth-source-netrc-normalize): Use them, simplifying the closure.
2006
2007 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2008
2009         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2010         is available.
2011
2012 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2015         non-nil, and `nnimap-split-methods' is nil, use the former.
2016
2017 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2018
2019         * plstore.el (plstore-revert): New function.
2020         (plstore-open): Use it; hide the buffer from user.
2021
2022 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2023
2024         * auth-source.el (auth-source-backend): New member "arg".
2025         (auth-source-backend-parse): Handle new backend 'plstore.
2026         * plstore.el: New file.
2027
2028 2011-06-30  Glenn Morris  <rgm@gnu.org>
2029
2030         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2031
2032 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2035         expiring articles to.
2036
2037         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2038         variations as ASCII (bug#5458).
2039
2040 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2043
2044 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * message.el (message-point-in-header-p): Tweak the function to default
2047         to saying that we're not in the headers if there is no separator at
2048         all.  This makes it possible to use the Message version of `M-q' in
2049         buffers with no headers (bug#7987).
2050         (message-point-in-header-p): Fix last checkin to work with an empty
2051         mail-header-separator, too.
2052
2053         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2054         again, save the choice via customize.
2055
2056 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2059
2060         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2061         ended the connection, bail out before waiting infinitely on a new
2062         connection.
2063
2064 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2065
2066         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2067         reports.
2068
2069         * gnus.el (gnus-bug-package): Use "gnus."
2070         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2071
2072 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * dgnushack.el: Make the timer warning go away on XEmacs.
2075
2076         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2077         animations going on at article exit time.
2078
2079         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2080         since removing it breaks people upgrading.
2081
2082         * shr.el (shr-put-image): Use the new interface for animating images.
2083         (shr-put-image): Animate for 60 seconds.
2084
2085         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2086         avoid compiler warnings.
2087
2088         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2089         error with `find-file-hooks' on Emacs 22.
2090         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2091         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2092         on all architectures.
2093
2094         * spam.el (spam-stat): Require in a normal fashion without binding
2095         `spam-stat-install-hooks' to avoid compilation warnings.
2096
2097         * spam-stat.el (spam-stat-install-hooks): Remove.
2098         (spam-stat-install-hooks): Don't run automatically.
2099
2100 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2101
2102         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2103         and keystroke.
2104
2105 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * auth-source.el (auth-source-netrc-cache): Move forward.
2108
2109 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * proto-stream.el (proto-stream-open-starttls): Use
2112         `gnutls-available-p' to see whether we have built-in support.
2113
2114         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2115         we already know.
2116         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2117         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2118
2119 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2122         %S format, since that looks odd.
2123         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2124         file, especially when saving.
2125
2126 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2127
2128         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2129         article found.
2130
2131 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2132
2133         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2134         `auth-source-save-secrets' with a more sensitive alist that can be
2135         configured per file.  Experimental, so defaults to 'never.
2136         (auth-source-netrc-create): Use it.  Still experimental code.
2137         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2138         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2139
2140 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2141
2142         * auth-source.el (auth-source-save-secrets): New variable to control if
2143         secret tokens should be saved encrypted.
2144         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2145         to `auth-source-netrc-normalize'.
2146         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2147         on the EPA variables being defined.
2148         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2149         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2150         the lexical-let closure.
2151         (auth-source-netrc-create): Create "gpg:" tokens according to
2152         `auth-source-save-secrets'.
2153
2154 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * gnus-group.el (gnus-group-update-group): Add new argument
2157         `info-unchanged' that stops updating dribble buffer.
2158
2159         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2160         deletes lines matching to it in dribble buffer.
2161
2162         * gnus-agent.el (gnus-agent-fetch-group-1):
2163         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2164         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2165         * gnus-start.el (gnus-group-change-level):
2166         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2167
2168         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2169         if newsgroup info is not changed.
2170
2171         * gnus-group.el (gnus-group-get-new-news-this-group):
2172         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2173         Don't update dribble buffer.
2174
2175 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2176
2177         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2178         remove entries with groups we ignore.
2179
2180 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2183         the underline comes at the bottom.
2184
2185 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2186
2187         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2188         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2189         (gnus-registry-article-marks-to-names): Rename from
2190         `gnus-registry-user-format-function-M2'.
2191
2192 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2195         ephemeral group.
2196
2197 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * shr.el (shr-browse-image): Copy the URL if called interactively.
2200
2201 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2204         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2205         done, then unselected articles may be marked as read.
2206
2207         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2208         since not doing this seems to lead to a race condition in pop3-logon.
2209
2210         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2211         so that the call chain it correct when we call "upwards".
2212
2213         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2214         in read-only groups.
2215
2216         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2217
2218         * message.el (message-cite-reply-position): Doc string fix.
2219
2220         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2221         avoid regexp overflow.
2222         (nnimap-transform-split-mail): Ditto.
2223
2224         * pop3.el (pop3-retr): Error out if the server closes the connection.
2225
2226 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2227
2228         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2229         mm-with-unibyte-current-buffer.  The buffer should not contain any
2230         multibyte chars anyway at this stage.
2231
2232 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2235         at the end of lines.
2236
2237 2011-05-29  Julien Danjou  <julien@danjou.info>
2238
2239         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2240
2241 2011-05-27  Glenn Morris  <rgm@gnu.org>
2242
2243         * gnus-group.el (gnus-bug-group-download-format-alist):
2244         Use the "maintainer" version of debian reports as well.
2245
2246 2011-05-26  Glenn Morris  <rgm@gnu.org>
2247
2248         * gnus-group.el (gnus-bug-group-download-format-alist):
2249         Use the "maintainer" version of debbugs.gnu.org reports.
2250
2251 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2254
2255 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2256
2257         * gnus-cus.el (gnus-agent-customize-category):
2258         * gnus-delay.el (gnus-delay-send-queue):
2259         * gnus.el (gnus-other-frame):
2260         Don't quote lambda expressions with `quote'.
2261
2262 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2263
2264         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2265         the thread moves us backwards and so we loop forever.
2266
2267 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2270         whitespace in base64 data lines.
2271
2272 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2273
2274         * gnus-registry.el (gnus-registry-user-format-function-M):
2275         Use `mapconcat'.
2276         (gnus-registry-user-format-function-M2): Use to see the full text of
2277         the marks.  Make "," the mark text separator.
2278
2279         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2280         authentication with auth-source.
2281
2282 2011-05-17  Glenn Morris  <rgm@gnu.org>
2283
2284         * gnus-group.el (gnus-import-other-newsrc-file):
2285         Use insert-file-contents.
2286
2287 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2288
2289         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2290         1000 iterations.
2291
2292 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * nntp.el (nntp-open-connection): Check if process-type is available.
2295
2296 2011-05-16  Julien Danjou  <julien@danjou.info>
2297
2298         * shr.el (shr-tag-del): Add support for del tag.
2299
2300 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * gnus-html.el (gnus-html-put-image): Register a displayer.
2303
2304         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2305
2306 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2307
2308         * registry.el (prune-factor): New initialization parameter defaulting
2309         to 0.1.
2310         (registry-prune-hard): Use it.
2311
2312         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2313         0.1 expicitly.
2314
2315 2011-05-13  Glenn Morris  <rgm@gnu.org>
2316
2317         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2318         is bound, since this function requires sendmail.
2319
2320 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         * registry.el (registry-usage-test): Disable pruning test.
2323
2324 2011-05-11  David Engster  <dengste@eml.cc>
2325
2326         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2327         Bind set-network-process-option for XEmacs.
2328
2329 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2330
2331         * registry.el (registry-prune-hard-candidates)
2332         (registry-prune-soft-candidates): Helper methods for registry pruning.
2333         (registry-prune): Use them.  Make the sort function optional.
2334
2335 2011-05-10  Jim Meyering  <meyering@redhat.com>
2336
2337         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2338
2339 2011-05-10  Julien Danjou  <julien@danjou.info>
2340
2341         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2342         symbol and not a list.
2343
2344 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus-art.el (gnus-article-mode): Move binding of
2347         shr-put-image-function here from gnus-article-prepare-display.
2348
2349         * shr.el (shr-put-image-function): New variable.
2350         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2351         (shr-put-image): Return scaled image.
2352
2353         * gnus-art.el (gnus-shr-put-image): New function.
2354         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2355
2356         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2357         original ones, as deletable.
2358
2359 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2360
2361         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2362
2363 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * registry.el (registry-full): Add convenience method.  Fix logic.
2366         (registry-insert): Use it.  Fix logic here too.
2367
2368         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2369         `registry-prune' if `registry-full' returns t.
2370         (gnus-registry-handle-action)
2371         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2372         (gnus-registry-usage-test): Use it.
2373
2374 2011-05-07  Julien Danjou  <julien@danjou.info>
2375
2376         * shr.el (shr-link): Make shr-link inherit from link by default.
2377
2378 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2379
2380         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2381
2382 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2383
2384         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2385         error out because the face is not a list.
2386
2387 2011-05-05  Glenn Morris  <rgm@gnu.org>
2388
2389         * proto-stream.el (gnutls-negotiate): Fix declarations.
2390
2391         * gnus-start.el (gnus-propagate-marks): Declare.
2392
2393 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2394
2395         * registry.el (registry-reindex): Fix percentage message.
2396
2397         * proto-stream.el (network-stream-open-starttls): Adjust to call
2398         `gnutls-negotiate' with :process and :hostname arguments.
2399
2400 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2401
2402         * shr.el: Add shr-link face for links.
2403         (shr-urlify): Use it.
2404
2405         * registry.el (registry-insert): Make error message more helpful.
2406
2407 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-html.el (gnus-html-schedule-image-fetching):
2410         Use url-queue-retrieve, if it exists.
2411
2412         * shr.el (shr-tag-img): Ditto.
2413
2414         * gnus.el: Autoload more gnus-agent functions.
2415
2416         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2417         agent if we haven't already (bug#8502).
2418
2419         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2420         into the Agent, too.
2421
2422         * gnus-agent.el (gnus-agent-store-article): New function.
2423
2424         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2425         and moved from that file for reuse.
2426
2427         * pop3.el (pop3-open-server): Error messages are "-ERR".
2428
2429 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2432         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2433
2434 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2435
2436         * gnus.el: No Gnus v0.17 is released.
2437
2438 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2439
2440         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2441         buffer has moved to a different frame.
2442
2443 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2446         to get the conversion from unibyte to multibyte buffers to work on
2447         Emacs 22.
2448
2449         * nntp.el (nntp-request-article): Slight clean-up.
2450
2451 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * shr.el (shr-strike-through): New face.
2454         (shr-tag-s): Use it to provide <s> support.
2455         (shr-tag-s): Remove duplicate definition.
2456
2457 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2458
2459         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2460         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2461
2462 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2463
2464         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2465         `gnutls-negotiate'.
2466         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2467
2468 2011-04-23  Glenn Morris  <rgm@gnu.org>
2469
2470         * gnus-sum.el (gnus-extra-headers): Bump :version.
2471
2472 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * shr.el (shr-tag-sup): New function.
2475         (shr-tag-sub): Ditto.
2476
2477 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2478
2479         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2480         for the case where `gnus-registry-ignored-groups' is a list of lists,
2481         and don't call `gnus-parameter-registry-ignore' otherwise.
2482
2483 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2484
2485         * nnimap.el (nnimap-user): New backend variable.
2486         (nnimap-open-connection-1): Use it.
2487         (nnimap-credentials): Accept user parameter so it's explicit what user
2488         name is desired.
2489
2490         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2491         default.
2492
2493         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2494         not gnus-registry.el.
2495
2496         * gnus-registry.el: Mention in comments how to modify
2497         `gnus-extra-headers' for proper recipient tracking and that it may
2498         already have To and Cc recently, which it does as of this commit.
2499         (gnus-registry-ignored-groups): Remove defcustom.
2500         Explain why in comments.
2501         (gnus-registry-action): Fix data-header reference to use the extra
2502         headers.  Explain in package commentary how to add To and Cc headers to
2503         the gnus-extra-headers.
2504         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2505         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2506         parameter list or a string list in `gnus-registry-ignored-groups'.
2507         Fix logic error.
2508
2509 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * shr.el (shr-expand-url): Protect against null urls.
2512
2513 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * shr.el (shr-base): New binding.
2516         (shr-tag-base): Keep track of <base>.
2517         (shr-expand-url): New function used throughout.
2518
2519 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2520
2521         * gnus-registry.el
2522         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2523         (gnus-registry-ignored-groups): New variable.
2524         (gnus-registry-ignore-group-p): Use it.
2525         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2526         set the destination group to nil (same as delete) if it's ignored.
2527
2528 2011-04-20  David Engster  <dengste@eml.cc>
2529
2530         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2531
2532         * Makefile.in (test-nntp): New rule.
2533         (check): Add it.
2534         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2535
2536 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * gnus-registry.el (gnus-registry-action)
2539         (gnus-registry-fetch-header-fast):
2540         Don't use mail-header that looks an internal function of mailheader.el.
2541
2542 2011-04-19  Glenn Morris  <rgm@gnu.org>
2543
2544         * time-date.el (time-to-days): Remove unused local variables.
2545
2546 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * gnus-registry.el: Eliminate cl functions.
2549         (gnus-registry-sort-addresses): New function that replaces mapcan.
2550         (gnus-registry-action, gnus-registry-spool-action)
2551         (gnus-registry-split-fancy-with-parent)
2552         (gnus-registry-fetch-recipients-fast): Use it.
2553         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2554
2555         * registry.el (initialize-instance, registry-lookup)
2556         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2557         (registry-lookup-secondary-value, registry-search, registry-delete)
2558         (registry-insert, registry-reindex, registry-size, registry-prune):
2559         Use eval-and-compile.
2560
2561 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2562
2563         * registry.el (registry-reindex): New method to recreate the secondary
2564         registry indices.
2565
2566         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2567         tracked field changes.
2568         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2569         (gnus-registry-action, gnus-registry-spool-action)
2570         (gnus-registry-handle-action)
2571         (gnus-registry--split-fancy-with-parent-internal)
2572         (gnus-registry-split-fancy-with-parent)
2573         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2574         move, and delete actions, and for fancy splitting with parent.
2575         (gnus-registry-extract-addresses)
2576         (gnus-registry-fetch-recipients-fast)
2577         (gnus-registry-fetch-header-fast): Convenience functions.
2578         (gnus-registry-misc-test): ERT test of
2579         `gnus-registry-extract-addresses'.
2580
2581 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2582
2583         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2584         Track by subject first, then sender.
2585
2586 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2587
2588         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2589
2590         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2591         Lisp.
2592
2593         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2594         (gnus-draft-send): Use it to avoid popping
2595         up frames from gnus-group-send-queue.
2596
2597 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2598
2599         * gnus-registry.el: Updated gnus-registry docs.
2600
2601 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2602
2603         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2604         Fix logic bug.
2605         (gnus-registry-post-process-groups): Fix logging of no results and
2606         quote sender and subject.
2607
2608 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2611         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2612         gnutls-cli are too slow to be done opportunistically.
2613
2614         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2615         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2616         we had no early-data returned.
2617         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2618         two async commands to the same server at the same time.
2619
2620 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2621
2622         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2623
2624 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2627         "warning" level.
2628
2629         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2630         (mm-url-insert-file-contents): Don't set the package names.
2631
2632 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2633
2634         * gnus-registry.el (gnus-registry-action): Remove properties and
2635         simplify subject in `gnus-registry-handle-action'.
2636         (gnus-registry-spool-action): Get subject and sender from message if
2637         they are not passed in.
2638         (gnus-registry-handle-action): Remove properties and simplify subject
2639         consistently.
2640
2641 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2642
2643         * registry.el: Require CL before using defmacro*.
2644
2645 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * gnus-art.el (article-treat-date): Assume that
2648         gnus-article-date-headers may be a group parameter.
2649
2650 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2653
2654         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2655         interactively so the newsrc file can contain foreign groups too.
2656         Useful for debugging but not much for users.
2657
2658 2011-04-07  David Engster  <dengste@eml.cc>
2659
2660         * registry.el (registry-usage-test): Only do
2661         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2662         lexical binding.
2663
2664 2011-04-07  David Engster  <dengste@eml.cc>
2665
2666         * Makefile.in (check, test-registry): New rules for test-suite.
2667
2668 2011-04-06  David Engster  <dengste@eml.cc>
2669
2670         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2671         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2672
2673 2011-04-06  David Engster  <dengste@eml.cc>
2674
2675         * registry.el (initialize-instance): Change :after to :AFTER to be
2676         compatible with old EIEIO version in XEmacs.
2677
2678 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2679
2680         * gnus-registry.el (gnus-registry-post-process-groups)
2681         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2682         and provide better messaging.
2683
2684 2011-04-06  David Engster  <dengste@eml.cc>
2685
2686         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2687         errors.
2688
2689         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2690         dgnushack-compile with error-on-warn enabled, and to signal an error if
2691         clean compilation failed.
2692         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2693         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2694
2695 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2696
2697         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2698         unconditionally anyway, discarding errors.
2699         (gnus-registry-delete-entries): New convenience function.
2700         (gnus-registry-import-eld): Import from old .eld registry.
2701
2702         * registry.el: Don't use ERT if it's not available.  Load it
2703         unconditionally anyway, discarding errors.
2704
2705         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2706         version from the Claudio Bley GnuTLS patch (extra optional parameters
2707         and host name).
2708
2709 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2710
2711         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2712         fixup the parameters that can be customized by the user between
2713         save/read cycles.
2714         (gnus-registry-read): Use it.
2715         (gnus-registry-make-db): Use it.
2716         (gnus-registry-spool-action, gnus-registry-handle-action):
2717         Fix messaging.
2718         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2719         Map references to actual group names with sender and subject tracking.
2720         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2721         (gnus-registry-usage-test): Add subject lookup test.
2722
2723         * registry.el (registry-db, initialize-instance): Set up constructor
2724         instead of :initform arguments for the sake of older Emacsen.
2725         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2726         pre-lexbind merge bug.
2727         (registry-usage-test): Use it.
2728         (initialize-instance, registry-db): Move the non-function initforms
2729         back to the class definition.
2730
2731 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2732
2733         * registry.el: New library to manage gnus-registry-style data.
2734
2735         * gnus-registry.el: Use it (major rewrite).
2736
2737         * nnregistry.el: Use it.
2738
2739         * spam.el: Use it.
2740
2741 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2744         marks on non-selected articles.
2745
2746 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2747
2748         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2749         parameter to open-protocol-stream.
2750
2751 2011-04-01  Julien Danjou  <julien@danjou.info>
2752
2753         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2754         fundamental-mode.
2755
2756 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2759         servers.
2760
2761 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2764         made marks not propagate, again.
2765
2766 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2767
2768         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2769         Make this the default type.
2770         (proto-stream-open-plain): Rename from proto-stream-open-default.
2771         (open-protocol-stream, proto-stream-open-starttls)
2772         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2773         with `plain'.
2774
2775         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2776         value.
2777
2778         * nntp.el (nntp-open-connection-function): Document the fact that some
2779         values are not functions but are instead handled specially.
2780         Recognize nntp-open-plain-stream value.
2781         (nntp-open-connection): Recognize that value.
2782
2783 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
2786         where it seems to be needed.
2787
2788 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2791         stuff.
2792
2793         * gnus-score.el (gnus-score-string): Fix calling convention of
2794         `gnus-simplify-buffer-fuzzy' after last patches.
2795
2796         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2797         server for articles we didn't get any headers for.  This is a sanity
2798         check.
2799
2800 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2801
2802         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2803         new CAPABILITY, use it.
2804
2805 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2808         downloading anything.
2809
2810         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2811
2812 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2813
2814         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2815         colors.
2816         (gnus-splash-svg-color-symbols): New function.
2817
2818 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2821         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2822         (gnus-simplify-subject-fuzzy): Use the local
2823         gnus-simplify-subject-fuzzy-regex instead of the global one.
2824         This makes using this variable in group parameters work.
2825
2826 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2827
2828         * gnus-registry.el (gnus-registry-unfollowed-groups):
2829         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2830         archive:sent-YYYY-MM-DD groups).
2831         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2832         tracking if there are more than `gnus-registry-max-track-groups'
2833         matches.
2834
2835 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2836
2837         * message.el (message--yank-original-internal): New function to do the
2838         insertion cleanly inside eval in `message-yank-original'.
2839         (message-yank-original): Use it.
2840
2841 2011-03-29  Julien Danjou  <julien@danjou.info>
2842
2843         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2844         local variables disabled rather than `normal-mode'.
2845
2846 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2847
2848         * imap.el (imap-shell-open, imap-process-connection-type):
2849         Use imap-process-connection-type for 'shell' streams as well as
2850         Kerberos, SSL, other subprocesses.
2851
2852 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2853
2854         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2855         with open-network-stream.
2856         (proto-stream-always-use-starttls): Option removed.
2857         (open-protocol-stream): Return a process object by default.  Provide a
2858         new parameter :return-list specifying a list-type return value, which
2859         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2860         :type `network' to `try-starttls', and `network-only' to `default'.
2861         Make `default' the default, for compatibility with open-network-stream.
2862         Handle the no-parameter case exactly as open-network-stream, with no
2863         additional stream processing.  Search plists using plist-get.
2864         Explicitly add :end-of-commend parameter if it is missing.
2865         (proto-stream-open-default): Rename from
2866         proto-stream-open-network-only.  Return 'default as the type.
2867         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2868         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2869         failed.  Always return a list with a (possibly dead) process as the
2870         first element, for compatibility with open-network-stream.
2871         (proto-stream-open-tls): Use plist-get.  Always return a list.
2872         (proto-stream-open-shell): Return `default' as connection type.
2873         (proto-stream-capability-open): Use plist-get.
2874         (proto-stream-eoc): Function deleted.
2875
2876         * nnimap.el (nnimap-stream, nnimap-open-connection)
2877         (nnimap-open-connection-1): Handle renaming of :type parameter for
2878         open-protocol-stream.
2879         (nnimap-open-connection-1): Pass a :return-list parameter
2880         open-protocol-stream to obtain a list return value.  Parse this list
2881         using plist-get.
2882
2883         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2884         for open-protocol-stream.  Accept open-protocol-stream return value
2885         that is a subprocess object instead of a list.  Handle the case of a
2886         dead returned process.
2887
2888 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2889
2890         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2891
2892         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2893
2894 2011-03-21  Julien Danjou  <julien@danjou.info>
2895
2896         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2897         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2898         query.
2899         (mm-inline-text): Render normal text with fontification whenever
2900         possible.
2901
2902         * gnus-sum.el (gnus-summary-save-parts-1):
2903         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2904         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2905         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2906         Use `mm-handle-filename'.
2907
2908         * mm-util.el (mm-handle-filename): New function, return the filename of
2909         an handle.
2910
2911 2011-03-18  Julien Danjou  <julien@danjou.info>
2912
2913         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2914         (gnus-buffer-live-p): Check that buffer is not nil.
2915
2916 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2917
2918         * gnus.el: No Gnus v0.15 is released.
2919
2920 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * time-date.el (format-seconds): Use assoc instead of assoc-string to
2923         avoid warning on XEmacs.
2924
2925         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
2926         on XEmacs.
2927
2928         * gnus-art.el: Require mouse, which the build bot seems to say is
2929         needed.
2930
2931         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
2932
2933         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2934         XEmacs, since it doesn't have url-retrieve-synchronously.
2935
2936         * time-date.el (format-seconds): Use assoc instead of assoc-string,
2937         since assoc-string doesn't exist in XEmacs.
2938
2939 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2940
2941         * gnus-group.el (gnus-group-list-ticked): New function.
2942         (gnus-group-make-menu-bar): Provide a menu entry for it.
2943         (gnus-group-list-map): Provide a binding for it.
2944
2945 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * shr.el (shr-visit-file): New command.
2948
2949         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2950
2951 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2952
2953         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2954         servers.
2955
2956 2011-03-16  Julien Danjou  <julien@danjou.info>
2957
2958         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2959         inline.
2960
2961         * gnus-art.el (article-hide-list-identifiers):
2962         Use gnus-group-get-list-identifiers.
2963
2964         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2965         (gnus-summary-remove-list-identifiers):
2966         Use gnus-group-get-list-identifiers to get regexp.
2967         (gnus-select-newsgroup, gnus-summary-insert-subject)
2968         (gnus-summary-insert-articles):
2969         Call gnus-summary-remove-list-identifiers unconditionally.
2970
2971 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2974         we're selecting a group with unread articles.
2975
2976         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2977
2978         * gssapi.el: New file separated out from imap.el to provide a general
2979         Kerberos 5 connection facility for Emacs.
2980
2981         * message.el (message-elide-ellipsis): Document the format spec
2982         ellipsis.
2983
2984 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2985
2986         * message.el (message-elide-region): Allow the ellipsis to say how many
2987         lines were removed.
2988
2989 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2992         window configurations containing buffers that are now dead.
2993
2994         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2995         parsing to avoid integer overflows.
2996         (nnimap-parse-flags): Simplify the last change.
2997         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2998         too large for 32-bit Emacsen.
2999
3000 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3001
3002         * auth-source.el (auth-source-netrc-create):
3003         * message.el (message-yank-original): Fix use of `case'.
3004
3005 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3006
3007         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3008         XEmacs, which was one character too wide.
3009
3010 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3011
3012         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3013         default number of articles to display.
3014         (gnus-articles-to-read): Use pretty names for prompt.
3015
3016 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017
3018         * gnus-int.el (gnus-open-server): Ditto.
3019
3020         * gnus-start.el (gnus-activate-group): Give a backtrace if
3021         debug-on-quit is set and the user hits `C-g'.
3022         (gnus-read-active-file): Ditto.
3023
3024         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3025
3026 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3027
3028         * message.el (message-yank-original): Use cond instead of CL case.
3029
3030 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3031
3032         * auth-source.el (auth-source-netrc-create): Use usual format for the
3033         default in prompts.
3034
3035 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * lpath.el: Fbind read-char-choice for XEmacs.
3038
3039 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3040
3041         * auth-source.el (auth-source-netrc-create): Show the default in the
3042         prompt when prompting for token creation.
3043
3044 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3045
3046         * auth-source.el (auth-source-format-prompt): Always convert the value
3047         to a string to avoid evaluating non-string arguments.
3048         (auth-source-netrc-create): Offer default properly, not as initial
3049         content in `read-string'.
3050         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3051         of line to determine if we've been run before.  If so, don't run again,
3052         but print a trivial message to indicate the cache was hit instead.
3053
3054 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3055
3056         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3057         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3058         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3059         Gnus.
3060
3061 2011-03-11  Julien Danjou  <julien@danjou.info>
3062
3063         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3064         modified file".
3065
3066 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3067
3068         * auth-source.el (auth-source-read-char-choice): New function to read a
3069         character choice using `dropdown-list', `read-char-choice', or
3070         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3071         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3072         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3073         (auth-source-netrc-saver): Use it.
3074         (auth-source-pick-first-password): New convenience function.
3075
3076 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3077
3078         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3079         parameter in the credentials.
3080         (nnimap-open-connection-1): Use it after a successful login.
3081         (nnimap-credentials): Add IMAP-specific user and password prompt.
3082
3083         * auth-source.el (auth-source-search): Add :require parameter, taking a
3084         list.  Document it and the :save-function return token.  Pass :require
3085         down.  Change the CREATED message from a warning to a debug statement.
3086         (auth-source-search-backends): Pass :require down.
3087         (auth-source-netrc-search): Pass :require down.
3088         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3089         Change save prompt to indicate all modifications saved here are
3090         deletions.
3091         (auth-source-netrc-create): Take user login name as default in user
3092         prompt.  Move all the save functionality to a lexically bound function
3093         under the :save-function token in the returned list.  Set up clearer
3094         default prompts for user, host, port, and secret.
3095         (auth-source-netrc-saver): New function, intended to be wrapped for
3096         :save-function.
3097
3098 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3101         lines to be spaces instead.
3102
3103 2011-03-07  Julien Danjou  <julien@danjou.info>
3104
3105         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3106         (sieve-sasl-auth): Check that auth-source-search did return something,
3107         or just return an empty string.
3108
3109 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3110
3111         * gnus.el (gnus-interactive): Use read-directory-name.
3112
3113         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3114         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3115         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3116         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3117         Likewise.
3118
3119         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3120
3121 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3124         onto the list of killed groups, too.  This makes killed nnimap groups,
3125         for instance, more reliably not reappear.
3126
3127         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3128         the parent.
3129
3130         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3131
3132         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3133         really have server-side marks.
3134
3135         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3136         since most backends do not usefully have server-side marks.
3137         (gnus-update-read-articles): Propagate marks to all backends that
3138         really have server-side marks.
3139
3140 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3141
3142         * message.el (message-cite-reply-position, message-cite-style):
3143         New variables.
3144         (message-yank-original): Use the new citation styles.
3145
3146 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3147
3148         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3149         buffer-local issue); don't mark it buffer-local when running under
3150         XEmacs.
3151
3152 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3153
3154         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3155         numbers too big to be `read'.
3156
3157 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3158
3159         * password-cache.el (password-in-cache-p): Add autoload.
3160
3161         * message.el (message-options): Make buffer-local two ways to attempt
3162         to fix a XEmacs bug.
3163
3164 2011-03-02  Julien Danjou  <julien@danjou.info>
3165
3166         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3167
3168 2011-03-01  Julien Danjou  <julien@danjou.info>
3169
3170         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3171         group.
3172         (article-hide-list-identifiers): Use list-identifier group parameter.
3173
3174 2011-02-28  Julien Danjou  <julien@danjou.info>
3175
3176         * sieve.el (sieve-buffer-script-name): New local variable to store
3177         sieve script name.
3178         (sieve-edit-script): Store sieve script name.
3179         (sieve-upload): Use sieve script name when uploading.
3180         (sieve-upload): Use substitute-command-keys.
3181         (sieve-edit-script): Use substitute-command-keys.
3182         (sieve-refresh-scriptlist): Use substitute-command-keys.
3183         (sieve-manage-mode-map): Define keymap properly.
3184         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3185         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3186         Remove commented code about cvs.
3187         (sieve-manage-quit): New function.
3188         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3189
3190 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3193
3194 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * auth-source.el (auth-source-search): Cache empty result sets.
3197
3198         * password-cache.el (password-in-cache-p): Convenience function to
3199         check if a key is in the cache, even if the value is nil.
3200
3201         * auth-source.el (auth-source-save-behavior): New variable to replace
3202         `auth-source-never-create'.
3203         (auth-source-netrc-create): Use it.
3204         (auth-source-never-save): Remove.
3205
3206 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3207
3208         * nnimap.el (nnimap-stream): Doc fix.
3209         (nnimap-open-connection-1): Reverse the order of the ports to that the
3210         prompted-for port is first.
3211
3212         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3213         retrieval by the no-group selection.
3214
3215         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3216         numerical parameters.
3217
3218 2011-02-25  Julien Danjou  <julien@danjou.info>
3219
3220         * gnus-gravatar.el: Use gnus-with-article-buffer.
3221
3222         * gnus-art.el (gnus-with-article-buffer): Check that the
3223         gnus-article-buffer is alive.
3224
3225 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3226
3227         * auth-source.el (auth-source-creation-prompts): New variable to manage
3228         creation-time prompts.
3229         (auth-source-search): Document it.
3230         (auth-source-format-prompt): Add utility function.
3231         (auth-source-netrc-create): Don't default the user name to
3232         user-login-name.  Use `auth-source-creation-prompts' and some default
3233         prompts for user, host, port, and password (the default generic prompt
3234         remains ugly).
3235         (auth-source-never-save): Add customizable option to never save info.
3236         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3237         mode excursion.
3238
3239 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3242         argument that XEmacs doesn't support.
3243
3244         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3245         compiled for Emacsen having no `libxml-parse-html-region' support.
3246
3247         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3248
3249         * lpath.el: Bind buffer-save-without-query for XEmacs.
3250
3251 2011-02-23  Julien Danjou  <julien@danjou.info>
3252
3253         * gnus-art.el (article-make-date-line): Ignore errors if time is
3254         invalid and not convertible.
3255         (article-make-date-line): Only add lapsed time if time is not nil.
3256
3257 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3258
3259         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3260         `read-char-choice' for backwards compatibility.
3261         (auth-source-netrc-element-or-first): New function to DTRT for
3262         parameter extraction.
3263         (auth-source-netrc-create): Use it and fix multiple parameter print
3264         bug.  Use the default passed from above (given-default) or the
3265         built-in (user-login-name for :user).
3266
3267 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3268
3269         * gnus-start.el (gnus-dribble-read-file):
3270         Set buffer-save-without-query, since we always want to save the dribble
3271         file, probably.
3272
3273         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3274         nnimap.
3275
3276         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3277         -summary- since it's a user-visible variable.
3278
3279         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3280         first time you use the new Gnus.
3281
3282 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3283
3284         * auth-source.el: Don't load netrc.el.
3285         (auth-sources): Search ~/.netrc as well by default.
3286         (auth-source-debug): Add 'trivia option for extra output.
3287         (auth-source-do-trivia): Use it.
3288         (auth-source-search): Simplify logic to use
3289         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3290         appropriate.  Don't keep a running count at this level.  Layer :create
3291         and :delete options appropriately on the first and second passes.
3292         Don't track the backend with the search results.
3293         (auth-source-search-backends): New function to search a list of
3294         backends for a processed spec.
3295         (auth-source-netrc-parse): Cache all netrc files, making
3296         auth-source-netrc-cache an alist keyed by the file name and using the
3297         file mtime as the caching criterion.  Keep the obfuscated data secret
3298         with a lexical bind.
3299         (auth-source-netrc-search): Don't calculate the length of the results
3300         unnecessarily.
3301         (auth-source-search-backends): Fix bug.
3302         (auth-source-netrc-create): Rework prompts.
3303
3304 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3305
3306         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3307         Lower case names of search constraints.
3308         (nnir-run-query): Cache and reuse search constraints for all imap
3309         servers.
3310
3311 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3312
3313         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3314         after exit.
3315         (gnus-setup-message): Define missing variable from last checkin.
3316
3317         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3318         value, show the raw article.
3319
3320 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3321
3322         * gnus.el: No Gnus v0.13 is released.
3323
3324 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3325
3326         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3327         auth-source now accepts numbers.
3328
3329         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3330         spec, too.
3331         (auth-source-ensure-strings): New function.
3332
3333         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3334         (gnus-article-setup-buffer): Always restart the date timer so that user
3335         changes to the frequency is respected.
3336
3337         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3338         port numbers, so make sure it gets that if nnimap-server-port is
3339         explicit.
3340
3341 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3342
3343         * nnimap.el (nnimap-inbox): Doc fix.
3344
3345 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3346
3347         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3348         Autoload.  Add optional arg FRAME, and pass it to color-values.
3349         (color-complement): Caller changed.  Doc fix.
3350         (color-gradient): Rewrite for better clarity and efficiency.
3351
3352 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3353
3354         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3355         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3356         color-lab-to-srgb.
3357
3358 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3359
3360         * color.el: First part of merge from hexrgb.el.
3361         (color-rgb-to-hex): Rename from color-rgb->hex.
3362         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3363         saturation to zero if the value is too small.
3364         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3365         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3366         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3367         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3368         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3369         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3370         (color-cie-de2000): Doc fix.
3371
3372 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3373
3374         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3375         given method as in the group name if we're using an extended method.
3376         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3377         command, if we're using that, instead of waiting for the beginning.
3378
3379         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3380         we're sure to get unique server names, and we don't output two async
3381         commands in the same buffer.  This fixes an NNTP hang for some users.
3382
3383 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3384
3385         * gnus.el: No Gnus v0.11 is released.
3386
3387 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3388
3389         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3390         summary buffer before reading going to the next buffer.  This avoids
3391         putting the point in the group buffer if you `C-g' the command.
3392
3393         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3394         cache (for now) to make ~/.authinfo.gpg files usable.
3395
3396         * nnfolder.el (copyright-update): Define for the compiler.
3397
3398         * auth-source.el (auth-source-search): Fix unbound variable.
3399
3400 2011-02-19  Glenn Morris  <rgm@gnu.org>
3401
3402         * gnus.el (gnus-meta): Doc fix.
3403
3404 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3405
3406         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3407         in case it's not yet loaded.
3408
3409 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3410
3411         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3412         line we're waiting for.
3413
3414 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3415
3416         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3417         face with line-width greater than zero will cause RET in gnus summary
3418         buffer to scroll down article page-wise because auto vscroll happens,
3419         it should be temporally disabled when doing a scroll-up.
3420
3421 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3422
3423         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3424         outputs from the server.
3425
3426 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3427
3428         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3429         later so that bbdb can hook in easier.
3430
3431 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3432
3433         * auth-source.el (auth-source-search): Don't try to create credentials
3434         if the caller doesn't want that.
3435         (auth-source-search): If we don't find a match, don't bug out on
3436         non-bound variables.
3437         (auth-source-search): Only ask a single backend to create the
3438         credentials.
3439
3440         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3441         logging.
3442         (nnimap-credentials): Protect against auth-source-search returning nil.
3443         (nnimap-request-list): Protect against not being able to open the
3444         server.
3445
3446 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3447
3448         * auth-source.el (auth-source-search): Do a two-phase search, one with
3449         no :create to get the responses from all backends.
3450
3451         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3452         when getting credentials.
3453
3454         * gnus-util.el (gnus-delete-duplicates): New function.
3455
3456 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3457
3458         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3459         a creation default, pass the whole port list down.  It will be
3460         completed.
3461
3462         * auth-source.el (auth-source-search): Updated docs to talk about
3463         multiple creation choices.
3464         (auth-source-netrc-create): Accept a list as a value (from the search
3465         parameters) and do completion on that list.  Keep a separate netrc line
3466         with the password obscured for showing the user.
3467
3468         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3469         first choice to `auth-source-search' so it will be used for entry
3470         creation instead of the server's Gnus-specific name.
3471         (nnimap-credentials): Rely on the auth-source library to select which
3472         port is actually wanted in the new netrc entry, so don't override
3473         `auth-source-creation-defaults'.
3474
3475         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3476         :protocol and accept a missing user, host, or port as a wildcard match.
3477         (auth-source-debug): Default to off.
3478
3479         (auth-source-netrc-search, auth-source-netrc-create)
3480         (auth-source-secrets-search, auth-source-secrets-create)
3481         (auth-source-user-or-password, auth-source-backend, auth-sources)
3482         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3483         instead of :protocol.
3484
3485         * nnimap.el (nnimap-credentials): Pass a port default to
3486         `auth-source-search' in case an entry needs to be created.
3487         (nnimap-open-connection-1): Use :port instead of :protocol.
3488
3489 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * auth-source.el: Bind load-path when loading EIEIO from
3492         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3493         21.4 doesn't support, to `require'.
3494         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3495         delete-dups that is not available in XEmacs 21.4.
3496
3497 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3498
3499         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3500         as EIEIO must also be loaded when auth-source.el is being
3501         byte-compiled.
3502
3503 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3504
3505         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3506
3507         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3508
3509         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3510
3511         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3512
3513         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3514
3515         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3516
3517         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3518
3519         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3520         necessary.
3521
3522 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3523
3524         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3525         nil means that nnimap doesn't get updated.
3526
3527 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3528
3529         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3530         result when the user doesn't want to write to the file.
3531         (auth-source-netrc-search): Expect a synthetic result and proceed
3532         accordingly.
3533         (auth-source-cache-expiry): New variable to override
3534         `password-cache-expiry'.
3535         (auth-source-remember): Use it.
3536
3537         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3538         parameter.  Create entry if necessary by using :create t.
3539         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3540
3541 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3542
3543         * auth-source.el (auth-source-debug): Enable by default and don't
3544         mention the obsolete `auth-source-hide-passwords'.
3545         (auth-source-do-warn): New function to debug unconditionally.
3546         (auth-source-do-debug): Use it.
3547         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3548         and for Secrets API entries when the secrets.el library is not
3549         available.
3550
3551 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3552
3553         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3554         (gnus-summary-exit): Kill the correct article buffer on exit from a
3555         `C-d' group.
3556
3557         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3558         gnus-propagate-marks.
3559
3560         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3561         before killing the buffers so that a non-full window conf gets handled
3562         correctly.
3563         (gnus-summary-exit): Ditto.
3564         (gnus-summary-read-group-1): Ditto.
3565
3566         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3567         async code again so that we can debug it properly.
3568
3569         * message.el (message-reply): Take an optional switch-buffer parameter
3570         so that Gnus window confs are respected better.
3571
3572 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3573
3574         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3575         `plist-get' to accept non-list parameters (XEmacs issue).
3576         Fix docstring.
3577         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3578         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3579         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3580         Login collection is "Login" and not "login".
3581
3582 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3583
3584         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3585         multiple headers.
3586
3587         * nnimap.el (nnimap-inhibit-logging): New variable.
3588         (nnimap-log-command): Don't log login commands.
3589
3590         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3591         to have more parameters.
3592
3593         * nnimap.el (nnimap-send-command): Mark the command time for each
3594         command, so that we don't get NOOPs stepping on our toes.
3595
3596         * gnus-art.el (article-date-ut): Get the date from the Date header on
3597         `t'.
3598
3599 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * auth-source.el (auth-source-search): Use copy-sequence instead of
3602         the cl.el copy-list.
3603
3604 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3605
3606         * imap.el: Bring it back (revert
3607         84d800cd31de3064f0ed39617d725709a2f8f42f).
3608
3609 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3610
3611         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3612         Improve prompt.
3613
3614 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3615
3616         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3617         washing status from the default format.  It isn't very informative.
3618
3619 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3620
3621         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3622         Fix Gcc processing on imap.
3623
3624 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3625
3626         * imap.el: Remove file.  All the functionality is in nnimap.el.
3627
3628 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3629
3630         * message.el (message-bury): Don't pop up a new window when selected
3631         window is dedicated.
3632
3633 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3634
3635         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3636
3637 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3638
3639         * sieve-manage.el: Autoload `auth-source-search'.
3640         (sieve-sasl-auth): Use it.
3641
3642 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3643
3644         * nnimap.el: Autoload `auth-source-forget+'.
3645         (nnimap-open-connection-1): Use it if the connection fails.
3646
3647         * auth-source.el: Require `password-cache'.
3648         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3649         obsolete.
3650         (auth-source-magic): Marker for `password-cache' keys.
3651         (auth-source-do-cache): Update docstring.
3652         (auth-source-search): Use and check cache.
3653         (auth-source-forget-all-cached, auth-source-remember)
3654         (auth-source-recall, auth-source-forget, auth-source-forget+)
3655         (auth-source-specmatchp): Caching support functions.
3656         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3657         Remove and obsolete.
3658         (auth-source-user-or-password): Remove caching to further discourage
3659         using it.  Always hide passwords.
3660
3661         * password-cache.el (password-cache-remove): Accept secrets that are
3662         not strings.
3663
3664 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3665
3666         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3667         code for now, since it doesn't work for all users.
3668
3669 2011-02-09  Julien Danjou  <julien@danjou.info>
3670
3671         * message.el (message-options): Make message-options really buffer
3672         local.
3673
3674 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3675
3676         * mail-source.el: Autoload `auth-source-search'.
3677         (mail-source-keyword-map): Note order matters.
3678         (mail-source-set-1): Get all the mail-source source values and
3679         defaults and search auth-source on those if needed.  This can all
3680         probably be simplified.
3681
3682         * nnimap.el: Autoload `auth-source-search'.
3683         (nnimap-credentials): Use it.
3684         (nnimap-open-connection-1): Ask for the virtual server and physical
3685         address in one shot.
3686
3687         * nntp.el: Autoload `auth-source-search'.
3688         (nntp-send-authinfo): Use it.  Note TODO.
3689
3690 2011-02-08  Julien Danjou  <julien@danjou.info>
3691
3692         * shr.el (shr-tag-body): Add support for text attribute in body
3693         markups.
3694
3695         * message.el (message-options): Make message-options a local variable.
3696
3697 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3698
3699         * auth-source.el (auth-source-secrets-search)
3700         (auth-source-user-or-password): Use `append' instead of `nconc'.
3701         (auth-source-user-or-password): Build return list better and protect
3702         against nil :secret.
3703
3704 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3705
3706         * nnimap.el (nnimap-update-info): Refactor slightly.
3707         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3708         (nnimap-update-info): Clean up slightly.
3709         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3710         characters.
3711         (nnimap-process-quirk): Rename function to avoid collision.
3712         (nnimap-update-info): Fix macrology bug-out.
3713         (nnimap-update-info): Simplify split history test.
3714
3715 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3716
3717         * auth-source.el (top): Require 'eieio unconditionally.
3718         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3719         (auth-source-secrets-search): Limit search when `max' is greater than
3720         number of results.
3721
3722 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3723
3724         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3725         part not returning any data.
3726
3727         * proto-stream.el (open-protocol-stream): Document the return value.
3728
3729 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3730
3731         * auth-source.el (auth-source-secrets-search): Add examples.
3732
3733 2011-02-06  Julien Danjou  <julien@danjou.info>
3734
3735         * message.el (message-setup-1): Handle message-generate-headers-first
3736         set to t.
3737
3738 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3739
3740         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3741         API with a string "secrets:collection-name" and with 'default.
3742         (auth-source-backend-parse): Parse "secrets:collection-name" and
3743         'default.  Recurse on parses instead of repeating code.  Use the
3744         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3745         message when ignoring a source.
3746         (auth-source-search): List ignored search keys at the top level.
3747         (auth-source-netrc-create): Use `case' instead of `cond'.
3748         (auth-source-secrets-search): Created with TODOs.
3749         (auth-source-secrets-create): Created with TODOs.
3750         (auth-source-retrieve, auth-source-create, auth-source-delete)
3751         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3752         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3753         (auth-source-user-or-password-sftp)
3754         (auth-source-user-or-password-smtp): Remove.
3755         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3756         around `auth-source-search'.  Not tested thoroughly.
3757
3758 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3759
3760         * auth-source.el: Bring in assoc and eioeio libraries.
3761         (secrets-enabled): New variable to track the status of the Secrets API.
3762         (auth-source-backend): New EIOEIO class to represent a backend.
3763         (auth-source-creation-defaults): New variable to set prompt defaults
3764         during token creation (see the `auth-source-search' docstring for
3765         details).
3766         (auth-sources): Simplify to allow a simple string as a netrc backend
3767         spec.
3768         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3769         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3770         (auth-source-search): Main auth-source API entry point.
3771         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3772         (auth-source-search-collection): Helper function for searching.
3773         (auth-source-netrc-parse, auth-source-netrc-normalize)
3774         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3775         Supports search, create, and delete.
3776         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3777         backend stubs.
3778         (auth-source-user-or-password): Call `auth-source-search' but it's not
3779         ready yet.
3780
3781 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3782
3783         * message.el (message-setup-1): Remove the read-only stuff, since it
3784         doesn't work under XEmacs, for some reason.
3785
3786         * gnus-sum.el (gnus-user-date): Rename back from
3787         gnus-summary-user-date since user code refers to it.
3788
3789         * shr.el (shr-render-td): Store the actual background color used.
3790
3791         * message.el (message-setup-1): Don't bind the constant
3792         -forbidden-properties.
3793         (message-setup-1): Revert previous change, since it needs to bind the
3794         props to insert them.
3795         (message-resend): Allow removing the read-only separator line.
3796
3797 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3798
3799         * nnimap.el (nnimap-request-accept-article): Give an error message if
3800         the APPEND wasn't successful.
3801
3802 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3803
3804         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3805         that have no groups.
3806
3807 2011-02-03  Julien Danjou  <julien@danjou.info>
3808
3809         * gnus-draft.el: Remove progn around gnus-draft-setup.
3810
3811 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3812
3813         * gnus-start.el (gnus-read-active-for-groups): This function is never
3814         called with a nil `infos', so clean that up.
3815         (gnus-get-unread-articles): Request active files from primary/secondary
3816         methods that have no groups (yet).
3817
3818 2011-02-03  Julien Danjou  <julien@danjou.info>
3819
3820         * message.el (message-setup-1): Always generate References first.
3821         (message-mail): Return the return value of message-setup, not always t.
3822         (message-setup-1): Insert mail-header-separator with read-only and
3823         intangible properties set.
3824
3825         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3826         user-date in docstring.
3827
3828         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3829
3830         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3831         docstring.
3832
3833         * gnus.el (gnus-user-date-format-alist): Change default value.
3834         Use defcustom, with type and group. Move from gnus-util.el.
3835         Rename to gnus-summary-user-date-format-alist.
3836
3837 2011-02-03  Glenn Morris  <rgm@gnu.org>
3838
3839         * nnimap.el (gnus-fetch-headers): Declare.
3840
3841         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3842
3843 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3844
3845         * message.el (message-forward-make-body-digest-plain)
3846         (message-followup, message-reply): Clean up things noted by Stefan.
3847
3848         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3849         gnus-article-update-date-headers is nil.
3850         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3851         it didn't really work with defcustom.
3852         (article-update-date-lapsed): Make sure the window start doesn't move,
3853         either.
3854
3855 2011-02-01  Julien Danjou  <julien@danjou.info>
3856
3857         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3858         format.
3859
3860         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3861         standard in Emacs nowadays.
3862
3863         * color.el (color-gradient): Add a color-gradient function.
3864
3865 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3866
3867         * message.el (message-expand-name): Don't trust the return value of
3868         bbdb-complete-name.
3869         (message-check-news-header-syntax): Remove unused var `start'.
3870         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3871         (message-inhibit-body-encoding): Move to before first use.
3872         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3873         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3874         (Organization, Message-ID, Date, mh-previous-window-config):
3875         Defvar the vars using dynamic scoping.
3876
3877 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3878
3879         * shr.el (shr-render-td): Only do colors at the final rendering.
3880         Should be slightly faster.
3881         (shr-insert-table): Fix up TD background colors when doing the
3882         vertical padding.
3883
3884         * gnus-art.el (article-date-ut): Protect against articles with no Date
3885         header.
3886         (article-update-date-lapsed): Don't use current-column to find the
3887         horizontal position.  It's fragile in the presence of \003 characters.
3888
3889         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3890
3891 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3892
3893         * gnus-art.el (article-transform-date): Rewrite to still work when
3894         there are several rfc2822 parts.
3895         (article-transform-date): Fix infinite recursion.
3896         (article-date-ut): Replace infinitely many Date headers with a single
3897         one when called interactively.
3898
3899         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3900         secure manner.
3901
3902         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3903         move around by not using save-window-excursion.  It seems to work...
3904
3905 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-art.el (article-make-date-line): Work for user-defined format.
3908
3909 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3910
3911         * nntp.el (nntp-retrieve-group-data-early)
3912         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3913         fetching functions.
3914
3915         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3916         thoroughly for all backends that have no known groups.  This should
3917         allow new nnml methods to retrieve mail.
3918
3919         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3920         that Gnus doesn't know exists again.
3921
3922         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3923         (gnus-treat-date-ut): Ditto.
3924         (gnus-article-update-date-header): Rename.
3925         (gnus-treat-date-local): Remove.
3926         (gnus-treat-date-english): Remove.
3927         (gnus-treat-date-lapsed): Remove.
3928         (gnus-treat-date-combined-lapsed): Remove.
3929         (gnus-treat-date-original): Remove.
3930         (gnus-treat-date-iso8601): Remove.
3931         (gnus-treat-date-user-defined): Remove.
3932         (gnus-article-date-headers): New variable to control all the date
3933         header options.
3934         (article-date-ut): Rewrite to allow using the new way to format date
3935         headers(s).
3936
3937 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3938
3939         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3940         method.
3941         (nnmail-article-group): A better test for fanciness.
3942
3943         * nnimap.el (nnimap-request-head): Protect against not finding the
3944         article by Message-ID.
3945
3946 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3947
3948         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3949         keep point at the "same place".
3950
3951 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3952
3953         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3954         data if the group is inactive.
3955
3956 2011-01-28  Julien Danjou  <julien@danjou.info>
3957
3958         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3959         (gnus-all-windows-visible-p): Remove old compatibility code.
3960         (gnus-window-top-edge): Add docstring.
3961
3962         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3963
3964 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3967         older request-update-info.
3968
3969         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3970
3971 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3972
3973         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3974         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3975
3976 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3977
3978         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3979         groups.  This makes the nndraft:queue group pop up if it's not already
3980         there.
3981
3982         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3983         messages" logic, which was reversed.
3984
3985         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3986         the "same place" even if point is on the line being replaced.
3987         (article-update-date-lapsed): Allow updating both the combined lapsed
3988         and the lapsed headers.
3989         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3990         (article-make-date-line): Limit the number of segments dynamically to
3991         avoid too-long lines.
3992
3993 2011-01-27  Julien Danjou  <julien@danjou.info>
3994
3995         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3996         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3997
3998 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4001         Use plist-get instead of the cl function getf.
4002
4003 2011-01-27  Glenn Morris  <rgm@gnu.org>
4004
4005         * gnus-util.el (float-time): Get rid of compiler warning, again.
4006
4007 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4008
4009         * shr.el (shr-put-color): Special-case background colors: Do put them
4010         at the blank parts at the front of the lines.
4011
4012         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4013         exit hook to nix out all data on readedness on group exit.
4014
4015         * gnus-util.el (float-time): If float-time is bound, always use it on
4016         all Emacsen.  It's unclear why the subrp check was there.
4017         (time-date): Require to make some autoload issues on XEmacs go away.
4018
4019         * shr.el (shr-put-color): Don't do the box padding in tables, since
4020         they're already padded.
4021
4022 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4023
4024         * gnus-art.el (gnus-article-next-page): When the last line of the
4025         article is displayed, scroll down once more instead of going to the
4026         next article at once.
4027         (article-lapsed-string): Refactor out and allow specifying how many
4028         segments you want.
4029         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4030         (gnus-article-update-lapsed-header): New variable.
4031
4032         * shr.el: Revert change that made headings use different-sized faces.
4033         The Emacs display engine isn't advanced enough that, for instance,
4034         tables can comfortably use differently-sized faces.
4035
4036 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4037
4038         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4039         used.
4040         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4041         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4042         we're using an encrypted connection.
4043
4044         * proto-stream.el: Alter the interface functions to also return the
4045         actual stream type used: network or tls.
4046
4047 2011-01-25  Julien Danjou  <julien@danjou.info>
4048
4049         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4050         (mm-display-javascript-inline): New function.
4051
4052         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4053         viewing function.
4054
4055 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * shr.el (shr-expand-newlines): Fix variable name.
4058
4059 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4060
4061         * shr.el (shr-expand-newlines): Make nested boxes work.
4062
4063 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4064
4065         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4066         backgrounds.
4067         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4068         in a more sensible manner.
4069
4070 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4071
4072         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4073         if EPG is loaded.
4074
4075 2011-01-24  Julien Danjou  <julien@danjou.info>
4076
4077         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4078         tags.
4079
4080 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4081
4082         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4083         commands.
4084
4085         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4086         in the article buffer.
4087         (gnus-gravatar-insert): Use blank space from the current buffer to
4088         avoid breaking text properties.  This makes X-Sent updating work again.
4089
4090         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4091
4092 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4093
4094         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4095         fix the bug in url-http.el instead.
4096
4097         * shr.el (shr-image-fetched): Ditto.
4098
4099         * shr.el (shr-image-fetched): Avoid having point move in the article
4100         buffer.
4101
4102         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4103         buffer after being called.  It's apparently being killed by url.el, and
4104         killing it made point move to end-of-buffer in a random buffer.
4105
4106         * shr.el (shr-image-fetched): Ditto.
4107
4108 2011-01-23  Julien Danjou  <julien@danjou.info>
4109
4110         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4111
4112         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4113         text/x-org.
4114
4115 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4116
4117         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4118         (i.e., nnimap) returning nil as the article number.
4119
4120 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4121
4122         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4123         "DelSp" parameter in RFC3676.
4124
4125 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4126
4127         * message.el (message-check-recipients): Display the encoded version of
4128         the bogus address if they differ.
4129
4130         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4131         after sending.
4132
4133         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4134
4135         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4136
4137         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4138         group buffer after sending the queue.
4139
4140         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4141
4142 2011-01-22  Julien Danjou  <julien@danjou.info>
4143
4144         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4145
4146 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4147
4148         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4149         nested related parts.
4150
4151         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4152         unexpired articles.  This fixes the regression that led expiry marks to
4153         disappear from nnfolder groups.
4154
4155 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4156
4157         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4158         Don't confuse the "ret" of "retrograde" with RET.
4159
4160 2011-01-21  Julien Danjou  <julien@danjou.info>
4161
4162         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4163         than mm-insert-inline.
4164
4165 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4168         Widen article buffer.
4169
4170 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4171
4172         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4173         the temp buffer.
4174         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4175
4176 2011-01-20  Julien Danjou  <julien@danjou.info>
4177
4178         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4179
4180         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4181         than mm-insert-inline to insert inline part: this respect
4182         mm-inline-media-tests displayers.
4183
4184         * mm-view.el (mm-display-shell-script-inline): New function.
4185
4186         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4187
4188         * mm-uu.el (mm-uu-type-alist): Add org block.
4189         (mm-uu-org-src-code-block-extract): New function.
4190
4191         * mm-view.el (mm-display-org-inline): New function.
4192
4193         * mm-decode.el (mm-automatic-display): Add text/org.
4194
4195         * mailcap.el (mailcap-mime-extensions): Add .org.
4196
4197 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4200         gnus-article-add-buttons.
4201
4202 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4203
4204         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4205         From header with a date and "nobody" as the sender.
4206
4207 2011-01-19  Julien Danjou  <julien@danjou.info>
4208
4209         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4210         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4211         if you have the same regexp several times.
4212         (gnus-button-push): Fix matching when regexp is symbol.
4213
4214 2011-01-15  Glenn Morris  <rgm@gnu.org>
4215
4216         * message.el (message-mail): A compose-mail function should
4217         accept headers as strings.
4218
4219 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4220
4221         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4222         Add :vert-only tags.
4223         (message-mail): New arg RETURN-ACTION.
4224         (message-return-action): New var.
4225         (message-bury): Use it.
4226         (message-mode): Make it buffer-local.
4227         (message-send-and-exit): Always call message-bury.
4228
4229         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4230         message-mail.
4231
4232 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4233
4234         * nnimap.el (nnimap-convert-partial-article): Protect against
4235         zero-length body parts.
4236
4237         * mm-decode.el (mm-preferred-alternative-precedence):
4238         Discourage showing empty parts.
4239
4240         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4241         and stuff if the backend didn't return the article number.  This fixes
4242         an Exchange-related nnimap bug.
4243
4244         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4245         group window, because it does the wrong thing when a separate frame
4246         displays the group buffer.
4247
4248         * proto-stream.el (open-protocol-stream): Protect against the low-level
4249         transport functions returning nil.
4250
4251 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4252
4253         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4254         (mml2015-epg-find-usable-secret-key): New function.
4255         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4256         mml2015-epg-find-usable-key (Bug#7797).
4257         (mml2015-epg-encrypt): Ditto.
4258
4259 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * dgnushack.el (rot13-string): Fix the way to get the argument.
4262
4263 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4266
4267 2011-01-03  Glenn Morris  <rgm@gnu.org>
4268
4269         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4270
4271         * sieve.el (sieve-open-server): Give a more explicit error if
4272         sieve-manage-open returns nil.  (Bug#7720)
4273
4274 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4275
4276         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4277
4278 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4281         This avoids sending passwords in plain text over non-encrypted
4282         channels.
4283
4284         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4285
4286         * nnimap.el (nnimap-login): Refactored out into own function, and
4287         implement CRAM-MD5.
4288         (nnimap-wait-for-line): Refactored out.
4289
4290         * mm-view.el (mml-smime): Require.
4291
4292 2010-12-20  David Engster  <deng@eml.cc>
4293
4294         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4295         use EPG to decrypt S/MIME messages instead of openssl.
4296
4297 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4298
4299         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4300
4301         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4302         status is the group clearly is unreachable.
4303
4304         * auth-source.el (auth-source-create): Add the optional second
4305         parameter to `local-variable-p' to be compatible with XEmacs.
4306
4307 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4308
4309         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4310         work when using a compressed nnml folder.
4311
4312 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4313
4314         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4315         backends after sanitising on entry, because this never makes sense:
4316         If the articles have gone missing, then the data no longer exists on
4317         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4318         overwrite anything anyway.
4319
4320         * shr.el (shr-insert-document): Bind shr-width dynamically to
4321         window-width if it's nil.
4322
4323 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4324
4325         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4326         with the meaning of using the full emacs window width for rendering.
4327
4328 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4329
4330         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4331         case when sender is not given.
4332
4333 2010-12-23  Julien Danjou  <julien@danjou.info>
4334
4335         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4336         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4337         the addresses, otherwise we might misplaced the gravatar.
4338
4339 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4340
4341         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4342         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4343         obsolete in Emacs.
4344
4345 2010-12-20  Julien Danjou  <julien@danjou.info>
4346
4347         * gnus-util.el (gnus-rescale-image): Revert last change.
4348
4349 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4350
4351         * binhex.el: Improve commentary (Bug#7482).
4352
4353 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-group.el (gnus-group-delete-articles): New command.
4356
4357 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4358
4359         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4360
4361 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362
4363         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4364         here, since it's up to the backends to do CRLF removal if their
4365         protocol has it.
4366
4367         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4368
4369 2010-12-17  Julien Danjou  <julien@danjou.info>
4370
4371         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4372         they are from file.  Can also scale up.
4373
4374 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4375
4376         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4377         Restore gnus-use-agent.
4378         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4379
4380         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4381
4382 2010-12-17  Julien Danjou  <julien@danjou.info>
4383
4384         * gravatar.el (gravatar-retrieve-synchronously): New function.
4385         (gravatar-get-data): Make more robust.
4386
4387 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4390
4391 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4394         to really consider the last line.
4395
4396 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4397
4398         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4399         list of recipient keys, or use symmetric encryption if not a list.
4400         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4401         EPA override, replacing the call to `netrc-store-data'.
4402
4403 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4404
4405         * gnus-srvr.el: Avoid passing nil regexp argument to
4406         delete-matching-lines.
4407
4408 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4411         fetching stops when Gnus exits.
4412
4413         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4414         function.
4415         (nnfolder-request-expire-articles): Save all the buffers after doing
4416         expiry.
4417
4418         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4419         the last article", since that led to serious performance regressions
4420         when expiring nnml groups.
4421
4422 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4423
4424         * nnir.el: Improve customizations.
4425
4426 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4429
4430         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4431         group has been killed.
4432         (gnus-group-yank-group): Ditto.
4433
4434         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4435
4436         * nnimap.el (nnimap-request-update-group-status): New function.
4437
4438         * gnus-int.el (gnus-request-update-group-status): New interface
4439         function.
4440
4441         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4442         copying read-ness to the backends.
4443
4444         * nnimap.el (nnimap-quirk): New function.
4445         (nnimap-retrieve-group-data-early): Use it.
4446         (nnimap-quirks): New alist.
4447
4448 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4451         don't delete it within indentation.
4452
4453 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4454
4455         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4456         previous line.
4457
4458 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4459
4460         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4461         QRESYNC command by deleting a superfluous space which broke Cyrus
4462         servers.  This change will break other servers that are buggy the other
4463         way around.
4464
4465 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4466
4467         * spam.el: Reindent and fix long lines.
4468         (spam-copy-or-move-routine): Exclude invalid move destinations.
4469
4470 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4471
4472         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4473         installed the registry.
4474
4475 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4478
4479 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4480
4481         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4482         groupname doesn't contain "gmane".
4483
4484 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4487         and netrc-bound-and-true-p bindings.
4488         (netrc-parse): Cache the netrc contents.
4489
4490         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4491         (gnus-1): Don't create the nndrafts group twice.
4492         (gnus-setup-news): There's no need to read the active file here, since
4493         that's done again later on a per-backend basis.
4494         (gnus-start-draft-setup): Make sure that the new group is started out
4495         empty.
4496
4497         * gnus-agent.el (gnus-agentize): Don't create the queue group
4498         automatically on startup.  It'll be created later, if needed.
4499
4500         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4501         of automatically subscribed groups.
4502         (gnus-auto-subscribed-categories): New variable.
4503         (gnus-matches-options-n): Use it.
4504         (gnus-default-subscribed-newsgroups): Remove unused variable.
4505         (gnus-start-draft-setup): Message a bit less.
4506
4507 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4508
4509         * nnir.el (nnir-run-imap): Return article list in order of increasing
4510         UID.
4511
4512 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * gnus-sum.el (gnus-summary-enter-digest-group):
4515         Mention gnus-auto-select-on-ephemeral-exit.
4516
4517         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4518         convention of the network-only option.
4519
4520 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * proto-stream.el (proto-stream-open-network-only): New function to
4523         have a way to specify non-STARTTLS upgrade connections.
4524
4525 2010-12-10  Julien Danjou  <julien@danjou.info>
4526
4527         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4528         email address is nil.
4529
4530         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4531
4532 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4533
4534         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4535         deletion.
4536         (nnir-run-imap): Only need to parse list once.
4537
4538 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539
4540         * shr.el (shr-tag-script): Ignore <script>.
4541         (shr-tag-label): Add <label> support.
4542
4543 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4546
4547         * shr.el (shr-image-displayer): Work for images lined side by side.
4548
4549 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4550
4551         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4552         parameter, since XEmacs doesn't accept t as a parameter.
4553
4554 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4555
4556         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4557         ids.
4558         (nnir-run-gmane): Simplify groupspec formatting.
4559         (nnir-request-expire-articles): New function.
4560
4561 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4564         overflow, possibly.
4565
4566         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4567         (shr-render-td): Handle td style="" better.
4568         (shr-tag-table): Use the color from the style sheet.
4569         (shr-render-td): Make sure we copy over all the overlays, too.
4570
4571 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4572
4573         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4574         (nnir-request-article): Improve article retrieval.
4575
4576 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * mm-util.el (mm-extra-numeric-entities): New variable.
4579
4580         * mm-url.el (mm-url-decode-entities):
4581         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4582
4583         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4584
4585 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4586
4587         * message.el: Use completion-at-point.
4588         (message-completion-function): New fun, extracted from message-tab.
4589         (message-mode): Use it for completion-at-point-functions.
4590         (message-tab): Use it and completion-at-point.
4591
4592 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4595         character if a non-breakable character follows.
4596
4597 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4600         any stream.
4601
4602         * shr.el (shr-tag-font): Colorize the region.
4603         (shr-tag-body): Ditto.
4604         (shr-tag-font): Actually let the styles be inherited instead of
4605         overwriting them.
4606         (shr-tag-font): Get the background color right.
4607         (shr-tag-style): Ignore all <style> tags for the moment.
4608
4609         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4610         a Message-ID to avoid having nnimap depend on gnus-sum.
4611
4612         * shr.el (shr-descend): Only colorize something if we have a node that
4613         sets colors.
4614
4615 2010-12-06  Julien Danjou  <julien@danjou.info>
4616
4617         * shr.el (shr-render-td): Render td content with shr-descend, so style
4618         will be applied to <td> too.
4619         (shr-colorize-region): Colorize region even if we only have a background.
4620         (shr-tag-body): Fix color and background color inheritance.
4621         Do not recolorize after shr-generic.
4622         (shr-tag-font): Let shr-generic colorize via inheritance.
4623
4624 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4627
4628 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4629
4630         * nnir.el (nnir-request-move-article): Remove obsolete code.
4631
4632 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4635
4636 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * gnus-sum.el (gnus-summary-respool-article): The completion function
4639         expects a list instead of an alist.
4640
4641         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4642         string as the parameter.
4643
4644         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4645
4646         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4647         styles.
4648         (shr-colorize-region): New function.
4649         (shr-insert-background-overlay): Remove.
4650         (shr-render-td): Background setting should be taken care of on a higher
4651         level.
4652         (shr-tag-body): Use post-hoc colorizations.
4653         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4654         (shr-put-color-1): Don't overwrite old colors.
4655         (shr-colorize-region): When the background color isn't explicit, use
4656         a fixed background.
4657
4658         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4659         nnmail variables.
4660
4661 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4662
4663         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4664         unless necessary.
4665
4666 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4667
4668         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4669         server.
4670
4671 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4674         so that TAB works.
4675
4676         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4677         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4678
4679         * shr.el (shr-urlify): Show the URL before the title to avoid
4680         misleading URLs.
4681
4682 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4683
4684         * shr.el (shr-urlify): Display the title in <a> tags.
4685
4686 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4687
4688         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4689
4690 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4691
4692         * nnir.el: Rearrange code to allow macros to be autoloaded by
4693         gnus-sum.el.
4694         (nnir-retrieve-headers-override-function): Make this variable
4695         customizable.
4696         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4697
4698         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4699         from nnir.el.
4700
4701 2010-12-03  Julien Danjou  <julien@danjou.info>
4702
4703         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4704
4705 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4708         allow optional argument `environment'.
4709
4710 2010-12-03  Glenn Morris  <rgm@gnu.org>
4711
4712         * mm-extern.el (message-goto-body): Update declaration.
4713
4714 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * gnus-util.el (gnus-macroexpand-all): New function.
4717
4718         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4719         instead of macroexpand-all that is unavailable in XEmacs.
4720
4721 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4722
4723         * nnir.el (nnir-summary-line-format): New variable.
4724         (nnir-mode): Use it.
4725         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4726         (nnir-article-ids): Reimplement as defsubst.
4727         (nnir-retrieve-headers): Don't mangle the subject header.
4728         (nnir-run-imap): Use 100 as RSV score.
4729         (nnir-run-find-grep): Fix for full server searching.
4730         (nnir-run-gmane): Better restriction to gmane groups.
4731
4732         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4733         summary buffers.
4734
4735 2010-12-02  Julien Danjou  <julien@danjou.info>
4736
4737         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4738
4739         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4740
4741         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4742         support.
4743
4744 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4745
4746         * nnir.el: Update to handle the registry better.
4747         (autoload): Silence byte-compiler.
4748         (nnir-open-server): Add a hook for nnir groups.
4749         (nnir-request-move-article): Don't mangle the header.  Better to use
4750         formatting variables (which will be added in the future).
4751         (nnir-registry-action): Update the registry using the original article
4752         group name.
4753         (nnir-mode): Install nnir-specific hooks for updating the registry.
4754
4755         * gnus-sum.el
4756         (gnus-article-original-subject,gnus-newsgroup-original-name):
4757         Remove obsolete variables.
4758         (gnus-summary-move-article): Remove use of obsolete variables.
4759         (gnus-summary-local-variables): Make move and delete hooks local to
4760         summary buffers.
4761
4762 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * rtree.el: New file.
4765
4766 2010-12-01  Julien Danjou  <julien@danjou.info>
4767
4768         * message.el (message-user-organization): Do not use
4769         gnus-local-organization.
4770
4771         * gnus.el: Remove gnus-local-organization.
4772
4773         * gnus-msg.el: Remove nastygram thing.
4774
4775 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4776
4777         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4778         funcall.
4779
4780 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4783         names.
4784
4785         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4786         characters.
4787
4788         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4789         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4790         Suggested by Štěpán Němec <stepnem@gmail.com>.
4791         (gnus-gravatar-transform-address): Use mail-extract-address-components
4792         that supports non-ASCII names rather than mail-header-parse-addresses.
4793
4794 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795
4796         * proto-stream.el (open-protocol-stream): All starttls connections are
4797         handled by the network handler.
4798
4799 2010-11-30  Julien Danjou  <julien@danjou.info>
4800
4801         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4802         (nnimap-open-connection-1): Fix PREAUTH.
4803
4804         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4805
4806 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4809         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4810         (shr-insert): Use them.
4811         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4812
4813 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4814
4815         * nnir.el (nnir-request-move-article): Bail out if original group
4816         doesn't support article moves.
4817         (nnir-get-active): Improve active list retrieval.
4818
4819 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4822
4823 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4824
4825         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4826         seem to accept strings-with-numbers as port numbers,
4827
4828 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4829
4830         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4831         change the registry.
4832
4833 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4836         delete-dups that is not available in XEmacs 21.4.
4837
4838         * mm-util.el (mm-delete-duplicates): Add comment.
4839
4840 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4841
4842         * nnir.el (nnir-ignored-newsgroups): New variable.
4843         (nnir-get-active): Use it.
4844
4845 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * proto-stream.el (proto-stream-open-network): Add some comments.
4848
4849         * nntp.el (nntp-open-connection): Provide a :success condition.
4850
4851         * nnimap.el (nnimap-open-connection-1): Ditto.
4852
4853         * proto-stream.el (proto-stream-open-network): See what the response to
4854         the STARTTLS command is.
4855
4856         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4857         backwards compatibility).
4858         (nnimap-open-connection-1): Really respect nnimap-server-port.
4859
4860         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4861         TLS upgrades we don't really care about the identity of the peer.
4862         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4863         that what we've checked for.
4864         (proto-stream-always-use-starttls): Only default to t if
4865         open-gnutls-stream exists.
4866         (proto-stream-open-network): If STARTTLS failed, then just open a
4867         normal connection.
4868         (proto-stream-open-network): Wait until the greeting before doing
4869         STARTTLS.
4870
4871         * nntp.el (nntp-open-connection): Report what the connection error is.
4872
4873         * proto-stream.el (open-protocol-stream): Rename from
4874         open-proto-stream.
4875
4876 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * nnimap.el (nnimap-stream): Change default to `undecided'.
4879         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4880         first, and then network.
4881         (nnimap-open-connection-1): Respect nnimap-server-port.
4882         (nnimap-open-connection): Be more backwards-compatible.
4883
4884         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4885         (proto-stream-open-starttls): De-duplicate the starttls code.
4886         (proto-stream-open-starttls): Folded back into the main function.
4887         (proto-stream-open-network): Fix typo in the gnutls path.
4888         (proto-stream-command): Refactor out.
4889
4890         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4891
4892         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4893         starttls.el STARTTLS.
4894
4895         * color.el (color-lab->srgb): Fix function call name.
4896
4897         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4898         if we're using tls.el.
4899         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
4900         built in, then don't try to establish a STARTTLS connection.
4901
4902         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4903         servers.
4904
4905         * proto-stream.el (open-proto-stream): Use network, not stream.
4906         (open-proto-stream): Add a way to specify what the end of a command is.
4907
4908         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4909         connections types.
4910         (nntp-open-network-stream): Remove.
4911         (nntp-open-ssl-stream): Remove.
4912         (nntp-open-tls-stream): Remove.
4913         (nntp-ssl-program): Remove.
4914
4915         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4916
4917 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4918
4919         * nnir.el: Fix typos.
4920         (nnir-retrieve-headers-override-function): Rename variable to reflect
4921         new semantics.
4922         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4923         macros.
4924         (nnir-request-article, nnir-request-move-article): Use them.
4925         (nnir-categorize): New function.
4926         (nnir-run-query): Use it.
4927         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4928         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4929         sorted.
4930         (nnir-group-full-name): Use gnus-group-full-name instead.
4931         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4932         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4933
4934 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4937
4938         * proto-stream.el: New library to provide protocol-specific
4939         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4940         protocols.
4941         (open-proto-stream): Complete the documentation.
4942         (proto-stream-open-network): Fix some typos.
4943
4944         * nnimap.el (nnimap-open-connection): Use it.
4945
4946 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4947
4948         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4949         negotiation.
4950
4951 2010-11-26  Julien Danjou  <julien@danjou.info>
4952
4953         * color.el: Rename various rgb functions to srgb.
4954
4955 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4956
4957         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4958         names.
4959
4960 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * shr.el (shr-insert): Revert last change.
4963         (shr-find-fill-point): Never leave point being at bol;
4964         relax the kinsoku limitation when rendering tables.
4965
4966 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4969         results from -accept-article.
4970
4971         * shr-color.el: Require cl when compiling.
4972
4973         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4974         checkin.
4975
4976         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4977
4978         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4979
4980         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4981         'add and 'delete to set backend marks.
4982
4983         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4984
4985         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4986
4987         * nntp.el (nntp-request-set-mark): Use it.
4988
4989         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4990
4991         * nnml.el (nnml-request-set-mark): Ditto.
4992
4993         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4994         introduces regressions in article selection.
4995         (nnimap-find-uid-response): New function.
4996         (nnimap-request-accept-article): Use the UID returned, if any.
4997         (nnimap-request-move-article): Use the UID returned, if any.
4998         (nnimap-get-groups): Reimplement to work with folded lines.
4999         (nnimap-find-uid-response): The UID is the last element in the list.
5000         (nnimap-request-set-mark): Extend syntax with 'set.
5001
5002         * nnml.el (nnml-request-set-mark): Ditto.
5003
5004         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5005
5006         * nntp.el (nntp-request-set-mark): Ditto.
5007
5008 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * message.el (message-called-interactively-p): A temporary macro.
5011         (message-goto-body): Use it temporarily.
5012
5013 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5016         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5017         (nnimap-last-response-string): Fix last unfolding fix.
5018
5019 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * shr.el (shr-insert): Fix the way to fold lines.
5022
5023 2010-11-25  Julien Danjou  <julien@danjou.info>
5024
5025         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
5026
5027         * color.el: Rename from color-lab.el
5028         (color-rgb->hex): Add.
5029         (color-complement): Add.
5030         (color-complement-hex): Add.
5031
5032         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5033
5034 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5035
5036         * shr-color.el (shr-color-visible): Don't bug out if the color names
5037         don't exist.
5038
5039 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5042         assuming that article displaying or another mml-preview may be
5043         interrupted for an error or for the like.
5044
5045         * shr.el (shr-get-background): Fix argument name.
5046
5047 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5050
5051         * gnus-sum.el (gnus-summary-include-articles): New function.
5052
5053         * message.el (message-goto-body): called-interactively-p needs a
5054         parameter, so use `any'.
5055
5056         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5057         clear marks before moving, since they're synced from the Gnus side
5058         first.
5059
5060         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5061         (gnus-summary-move-article): Copy over all marks before moving, so that
5062         IMAP doesn't think a new article has arrived.
5063
5064 2010-11-24  Julien Danjou  <julien@danjou.info>
5065
5066         * shr.el (shr-insert-background-overlay): Fix typo.
5067         (shr-render-td): Copy the background before rendering.
5068
5069         * shr-color.el (shr-color-visible): Fix docstring.
5070
5071         * shr.el (shr-tag-table): Add bgcolor support.
5072         (shr-render-td): Add bgcolor support.
5073         (shr-get-background): Add.
5074         (shr-insert-foreground-overlay): Use shr-get-background.
5075
5076         * message.el (message-goto-body): Use called-interactively-p.
5077         (message-in-body-p): message-goto-body returns point.
5078
5079 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5082         Fixes something or other in Emacs 23, and is backwards compatible.
5083
5084         * message.el (message-goto-body): Remove the <#secure special-casing,
5085         which is too special.
5086
5087         * shr.el (shr-parse-style): Drop !important from styles.
5088
5089 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5090
5091         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5092         this function to return incorrect results when calling it with an
5093         explicit article argument different from
5094         (gnus-summary-article-number).
5095
5096 2010-11-24  Julien Danjou  <julien@danjou.info>
5097
5098         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5099         (shr-tag-body): Add background support.
5100         (shr-descend): Add background support.
5101         (shr-tag-title): Add.
5102
5103         * shr-color.el (shr-color-visible): Really return original background
5104         if fixed.
5105
5106 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107
5108         * shr.el (shr-color-check): Protect against non-existent color names.
5109
5110 2010-11-24  Julien Danjou  <julien@danjou.info>
5111
5112         * color-lab.el: Require 'cl when compiling.
5113
5114         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5115
5116         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5117         matched part.
5118
5119         * color-lab.el: Fix all expt calls to use float type.
5120
5121 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5124         expression to shr-color-check as is.
5125
5126         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5127
5128         * color-lab.el: Add coding cookie.
5129         (float-pi): Use eval-and-compile.
5130
5131         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5132         compiled for Emacsen having no `libxml-parse-html-region' support.
5133
5134 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135
5136         * shr.el (shr-insert-color-overlay): Split stuff like
5137         "#444444 !important" to find the real color.
5138         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5139         parse <font color="red"> entries.
5140
5141 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5142
5143         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5144         point when parsing headers.
5145
5146         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5147         is positioned properly when parsing headers.
5148
5149 2010-11-23  Julien Danjou  <julien@danjou.info>
5150
5151         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5152
5153         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5154
5155         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5156
5157         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5158         Use shr-color-hue-to-rgb.
5159         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5160
5161 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162
5163         * shr.el (shr-color->hexadecimal): Autoload.
5164         (shr-descend): Add color to all tags.
5165
5166 2010-11-22  Julien Danjou  <julien@danjou.info>
5167
5168         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5169         shr-color->hexadecimal.
5170
5171         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5172         RGB() or HSL() color representation.
5173
5174         * shr.el (shr-tag-font): Add.
5175         (shr-tag-color-check): New function to get better colors.
5176         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5177         tag-span.
5178
5179         * shr-color.el: New file.
5180
5181         * color-lab.el: New file.
5182
5183         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5184
5185 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5186
5187         * nnir.el: Fix typo in comments.
5188         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5189         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5190
5191 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192
5193         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5194
5195         * nnimap.el (nnimap-get-capabilities): Refactor out.
5196         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5197
5198 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5199
5200         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5201         appearing when `mm-uu-hide-markers' is nil.
5202
5203 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * nnimap.el (nnimap-unselect-group): Make into its own function.
5206         (nnimap-request-rename-group): Unselect group before renaming.
5207         This had gotten lost somewhere.
5208         (nnimap-request-accept-article): Keep track of examined groups, and
5209         unselect the group before APPENDing to read-only groups.
5210         (nnimap-request-move-article): Clear flags before moving so that they
5211         can be re-set later.
5212
5213 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5216         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5217
5218 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * gnus-art.el (gnus-mime-display-single):
5221         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5222         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5223         parameter.
5224
5225 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5226
5227         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5228         (shr-table-vertical-line): New variable.
5229         (shr-insert-table): Use it.
5230
5231 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * gnus-html.el (gnus-html-wash-images): Don't display images if
5234         gnus-inhibit-images is non-nil; register displayer for cid images.
5235         (gnus-html-display-image): Work for cid image.
5236         (gnus-html-insert-image): Allow arguments.
5237         (gnus-html-put-image): Inhibit read-only.
5238         (gnus-html-prefetch-images): Don't prefetch images if
5239         gnus-inhibit-images is non-nil.
5240
5241 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * shr.el (shr-put-image): Break lines when inserting big pictures.
5244
5245 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5246
5247         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5248         sender, thanks Katsumi Yamaoka.
5249
5250 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5251
5252         * nnir.el (nnir-run-imap): Reverse the article list for each group
5253         rather than the whole list.
5254
5255 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * shr.el (shr-image-displayer): Protect function against non-existent
5258         image source.
5259
5260         * gnus-art.el (gnus-inhibit-images): New user option.
5261         (gnus-mime-display-single): Don't display image if it is non-nil.
5262
5263         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5264         gnus-inhibit-images.
5265
5266         * shr.el (shr-image-displayer): New function.
5267         (shr-tag-img): Use it.
5268
5269 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5270
5271         * mml2015.el (mml2015-epg-sign): Use From header.
5272
5273 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5274
5275         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5276
5277         * gnus-util.el (gnus-find-text-property-region): Return markers.
5278
5279         * shr.el (shr-tag-img): Put a displayer in the text property.
5280
5281         * gnus-util.el (gnus-find-text-property-region): New utility function.
5282
5283         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5284         (gnus-html-show-images): Remove.
5285
5286         * gnus-art.el (gnus-article-show-images): New, more general function.
5287
5288         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5289         image url text properties.
5290
5291         * shr.el: Ditto.
5292
5293         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5294         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5295
5296 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5299         work for two or more articles.
5300
5301 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5304         divide an image that's in an html article to two or more when washing
5305         non-ASCII characters in alt text of it.
5306
5307 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5310         smime-decrypt-region using function argument.
5311         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5312
5313         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5314
5315         * smime.el (smime-decrypt-region): Catch it.
5316
5317 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5318
5319         * smime.el (smime-mode-map): Move initialization into declaration.
5320         (gnus-run-mode-hooks): Don't autoload.
5321         (smime-mode): Use define-derived-mode.
5322
5323 2010-11-11  Glenn Morris  <rgm@gnu.org>
5324
5325         * smime.el (from): Restrict declaration to XEmacs.
5326
5327         * nnir.el (gnus-group-topic-name): Autoload.
5328
5329 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * shr.el (shr-insert): Don't break long line if it is because of
5332         kinsoku-bol characters in the line end.
5333
5334 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5335
5336         * nnir.el (nnir-request-move-article): Fix to provide original group
5337         and subject.
5338         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5339         been retrieved.
5340
5341         * gnus-sum.el (gnus-summary-move-article): Use original group and
5342         subject for virtual articles such as those in an nnir summary buffer.
5343
5344 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5347         least 21.5).
5348
5349         * smime.el (from): Declare it again for XEmacs.
5350
5351 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * message.el (message-resend): Don't disable encoding unless it's
5354         already encoded.
5355
5356         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5357         low-numbered articles.
5358
5359 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * rfc2047.el (rfc2047-syntax-table): Simplify.
5362
5363         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5364
5365         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5366         set-char-table-range for XEmacs.
5367
5368 2010-11-10  Glenn Morris  <rgm@gnu.org>
5369
5370         * time-date.el (time-to-seconds): Always an alias on Emacs,
5371         never a real function.
5372         (with-no-warnings): Remove compat stub, now unused.
5373         (time-less-p): Doc fix.
5374         (time-to-number-of-days): Simplify.
5375
5376         * smime.el (from): Remove unused declaration.
5377
5378         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5379         (gnus-float-time): On Emacs, always an alias.
5380
5381         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5382         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5383
5384 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * dgnushack.el: Don't use ignore-errors in the top level form since it
5387         is unavailable in XEmacs even if cl is loaded.
5388
5389         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5390
5391 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * shr.el (browse-url-mailto): Autoload.
5394
5395         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5396
5397         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5398         regexp doesn't need quoting.
5399
5400 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5401
5402         * message.el (message-subject-trailing-was-ask-regexp)
5403         (message-subject-trailing-was-regexp): Match was: in addition to was.
5404
5405 2010-11-09  Glenn Morris  <rgm@gnu.org>
5406
5407         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5408         (nnbabyl-check-mbox): Use point-at-bol.
5409
5410 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5413
5414         * message.el (message-mailto): New function.
5415         (message-mailto): Should accept other parameters.
5416         (message-mailto): Remove since it duplicates browse-url-mailto
5417         functionality.
5418
5419 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5422         methods.
5423         (gnus-read-active-file): Ditto.
5424
5425         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5426         ": " from the prompt.
5427         (gnus-group-make-group): Ditto.
5428
5429 2010-11-07  Glenn Morris  <rgm@gnu.org>
5430
5431         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5432         (gnus-bookmark-kill-line): Use point-at-eol.
5433
5434 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5437         asterisks in From header.
5438
5439 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440
5441         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5442         string to avoid making the From headers syntactically invalid.
5443
5444         * message.el (message-send-mail): Don't insert courtesy messages if the
5445         message already has List-Post and List-ID messages.
5446
5447 2010-11-06  Glenn Morris  <rgm@gnu.org>
5448
5449         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5450         `condition', `type', `length' a prefix.
5451         (gnus-treat-predicate): Update for above name changes.
5452
5453 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5454
5455         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5456         binding.  Handled by `gnus-summary-refer-thread' instead.
5457         (nnir-warp-to-article): New backend function.
5458
5459         * nnimap.el (nnimap-request-thread): Force dependency updating.
5460
5461         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5462         (gnus-summary-refer-thread): Rework to improve thread-referral.
5463
5464         * gnus-int.el (gnus-warp-to-article): New function.
5465
5466         * gnus-sum.el (gnus-summary-article-map): Bind it.
5467
5468 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5469
5470         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5471         gnus-summary-refer-thread.
5472
5473         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5474         headers.
5475         (gnus-summary-limit-include-thread): Prevent articles in thread from
5476         being cut in gnus-cut-threads.
5477         (gnus-summary-refer-thread): Limit retrieved headers to those in
5478         thread.
5479
5480 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * message.el (message-send-mail): Use the value of
5483         message-courtesy-message from the message buffer.
5484
5485         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5486
5487         * shr.el (shr-browse-url): Implement mailto: URLs.
5488
5489         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5490         "raw".
5491
5492         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5493         if it's already selected.
5494
5495         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5496
5497 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5500         to measure the length and truncate alt text.
5501
5502 2010-11-03  Glenn Morris  <rgm@gnu.org>
5503
5504         * nndiary.el (nndiary-generate-nov-databases-1)
5505         (nndiary-generate-active-info): Rename dynamic variable `files' to
5506         something less generic.
5507
5508 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5509
5510         * nnir.el (nnir-request-move-article): Call the underlying backend to
5511         move articles from nnir.
5512
5513 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5516
5517 2010-11-02  Julien Danjou  <julien@danjou.info>
5518
5519         * nnir.el: Remove wais support.
5520
5521 2010-11-02  Glenn Morris  <rgm@gnu.org>
5522
5523         * gnus-html.el: Reorder requirements to quieten compiler.
5524
5525 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5528         properly for XEmacs as well.
5529         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5530         (gnus-article-natural-long-line-p): Use window-width rather than
5531         frame-width.
5532
5533 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5534
5535         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5536         (nnir-read-parms): Don't modify query.
5537         (nnir-run-query): Add ability to search topic on current line.
5538         (nnir-get-active): Clean up.
5539
5540 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5543         degenerate articles.
5544
5545         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5546         (gnus-print-buffer): Just print the buffer as is, without any copying
5547         to a buffer and then re-highlighting.
5548
5549         * nnimap.el (nnimap-request-group): Store the new updated info.
5550         (nnimap-request-group): Select the group when we don't know whether it
5551         exists or not.
5552
5553         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5554         groups.
5555
5556         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5557         groups.
5558
5559         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5560         groups.
5561
5562         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5563         long-lines case by only filling the long lines.
5564
5565         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5566         (bug #7311).
5567
5568 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * shr.el: No need to declare `declare-function' since shr.el is for
5571         only Emacsen that provide `libxml-parse-html-region'.
5572
5573         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5574         effective only in a file it is referred to.
5575
5576 2010-11-01  Glenn Morris  <rgm@gnu.org>
5577
5578         * mm-util.el (gnus-completing-read): Autoload.
5579         (mm-read-coding-system): Simplify Emacs definition.
5580
5581         * nnmail.el (gnus-activate-group):
5582         * nnimap.el (gnutls-negotiate):
5583         * nntp.el (netrc-parse): Fix declarations.
5584
5585 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5588         string-match-p in Emacs >=23.
5589
5590         * gnus-msg.el (gnus-configure-posting-styles):
5591         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5592
5593 2010-11-01  Glenn Morris  <rgm@gnu.org>
5594
5595         * nnir.el (declare-function): Add compat stub.
5596         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5597         (nnir-run-gmane): Require 'mm-url.
5598
5599         * mm-util.el (mm-string-to-multibyte): Simplify.
5600
5601         * shr.el (declare-function): Add compat stub.
5602         (url-cache-create-filename): Declare.
5603         (mm-disable-multibyte, widget-convert-button): Autoload.
5604
5605         * smime.el (ldap-search): Declare.
5606         (smime-cert-by-ldap-1): Require ldap on Emacs.
5607
5608         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5609         (nnimap-keepalive): Use gnus-float-time.
5610
5611         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5612         (mail-source-delete-crash-box): Use gnus-float-time.
5613
5614         * gnus-dired.el (gnus-completing-read): Autoload.
5615
5616         * mm-view.el (gnus-rescale-image): Autoload.
5617
5618         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5619
5620         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5621
5622         * sieve-manage.el: Require 'cl when compiling.
5623
5624         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5625         (gnus-iswitchb-completing-read): Require iswitchb.
5626         (gnus-select-frame-set-input-focus): Silence compiler.
5627
5628 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * message.el (message-subject-trailing-was-query): Change default to t,
5631         since I think that's what most people want.
5632
5633         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5634         appending for easier debugging.
5635         (nnimap-wait-for-connection): Take a regexp.
5636         (nnimap-request-accept-article): Wait for the continuation line before
5637         sending anything unless we're streaming.
5638
5639         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5640         leave the header washing to take place.
5641
5642 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5643
5644         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5645         regular expression match and replace in posting styles.
5646
5647 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5648
5649         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5650         an entire server.
5651         (nnir-get-active): New function.
5652         (nnir-run-imap): Use it.
5653         (nnir-run-gmane): Who knew, gmane search returns an article score!
5654
5655         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5656         server on the current line with nnir.
5657
5658 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5659
5660         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5661         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5662         left edge.
5663         (gnus-article-foldable-buffer): Skip past the prefix when determining
5664         raggedness.
5665
5666         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5667         the raw article, and change `C-u g' to show the article without doing
5668         treatments.
5669
5670         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5671         on to `gnus-treat-article'.
5672         (gnus-inhibit-article-treatments): New variable.
5673
5674         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5675
5676         * gnus-art.el (gnus-treatment-function-alist): Have
5677         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5678         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5679         sections.
5680
5681         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5682         parameter.
5683         (gnus-article-fill-cited-long-lines): New function.
5684         (gnus-article-fill-cited-article): Allow filling only long sections.
5685
5686         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5687         and non-punctuation (like after the apostrophe in "'We").
5688
5689         * gnus-sum.el (gnus-summary-select-article): Make sure
5690         gnus-original-article-buffer is alive.
5691
5692         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5693         reflect the order they're in in the digest.
5694
5695         * gnus.el (gnus-group-startup-message): Move point to the start of the
5696         buffer.
5697
5698         * nnimap.el (nnimap-capability): New function.
5699         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5700         is set.
5701
5702 2010-10-31  David Engster  <dengste@eml.cc>
5703
5704         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5705         conform with changes to gnus-completing-read.
5706
5707 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5708
5709         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5710
5711 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5712
5713         * nnir.el: Move defvar, defcustom around to keep file organized
5714         and keep byte-compiler quiet.
5715         (nnir-read-parms): Accept search-engine as arg.
5716         (nnir-run-query): Pass search-engine as arg.
5717         (nnir-search-engine): Remove.
5718
5719 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720
5721         * shr.el (shr-generic): The text nodes should be text, not :text.
5722
5723         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5724         later in the file.
5725
5726 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5727
5728         * nnir.el: General clean up.  Allow searching with multiple engines.
5729         Allow separate extra-parameters for each engine.
5730         Batch queries when possible.
5731         (nnir-imap-default-search-key,nnir-method-default-engines):
5732         Add customize interface.
5733         (nnir-run-gmane): New engine.
5734         (nnir-engines): Use it.  Qualify all prompts with engine name.
5735         (nnir-search-engine): Remove global variable.
5736         (nnir-run-hyrex): Restore for now.
5737         (nnir-extra-parms,nnir-search-history): New variables.
5738         (gnus-group-make-nnir-group): Use them.
5739         (nnir-group-server): Remove in favor of gnus-group-server.
5740         (nnir-request-group): Avoid searching twice.
5741         (nnir-sort-groups-by-server): New function.
5742
5743 2010-10-30  Julien Danjou  <julien@danjou.info>
5744
5745         * gnus-group.el: Remove gnus-group-fetch-control.
5746
5747         * gnus-start.el (gnus-find-new-newsgroups):
5748         Remove gnus-check-first-time-used.
5749
5750         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5751
5752 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5753
5754         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5755         set on groups that don't have \* permanentflags.
5756
5757 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5758
5759         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5760         control the background color.
5761         (shr-tag-img): Ignore very small web bug type images.
5762         (shr-put-image): Add help-echo alt texts to the images.
5763         (shr-tag-video): Show the video poster image.
5764
5765 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766
5767         * shr.el (shr-table-depth): New variable.
5768         (shr-tag-table-1): Only insert the images after the top-level table.
5769
5770         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5771
5772         * gnus-util.el (gnus-list-memq-of-list): New function.
5773
5774         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5775         selected.
5776         (nnimap-unsplittable-articles): New slot.
5777         (nnimap-new-articles): Use it.
5778
5779 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5780
5781         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5782         move to the previous line on `M-g'.
5783
5784 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5787         *-request-group, which seems unnecessary.
5788
5789         * nnimap.el (nnimap-quote-specials): Function copied over from
5790         imap.el.
5791         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5792         they support that.  Suggested by Tom Regner.
5793
5794 2010-10-29  Julien Danjou  <julien@danjou.info>
5795
5796         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5797         defalias.
5798         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5799
5800         * gnus.el: Remove `gnus-nntp-service' variable.
5801         (gnus-secondary-servers): Make obsolete.
5802         (gnus-nntp-server): Make obsolete.
5803
5804         * gnus-start.el (gnus-1): Remove x-splash calls.
5805
5806         * gnus-ems.el (gnus-x-splash): Remove.
5807
5808         * gnus.el (gnus-group-startup-message): Simplify/update code.
5809
5810         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5811         definition.
5812
5813         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5814         capability before doing anything.
5815         (gnus-group-insert-group-line): Remove useless
5816         gnus-group-remove-excess-properties.
5817
5818 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5821
5822 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5825         config after reselecting.
5826
5827 2010-10-28  Julien Danjou  <julien@danjou.info>
5828
5829         * shr.el (shr-put-image): Use point even if only inserting text.
5830         (shr-put-image): Save excursion when inserting alt text on non-graphic
5831         display, so the behavior is the same when we are on a graphic display.
5832
5833         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5834
5835 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5838         (gnus-mime-copy-part): Check coding system, not charset.
5839         (gnus-mime-view-part-externally): Never remove part.
5840         (gnus-mime-view-part-internally): Don't remove part here.
5841         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5842         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5843         multipart/alternative.
5844
5845         * mm-decode.el (mm-display-part): Take optional arg `force'.
5846
5847 2010-10-26  Julien Danjou  <julien@danjou.info>
5848
5849         * gnus-group.el (gnus-group-default-list-level): Add this function to
5850         compute the default list level.
5851         (gnus-group-default-list-level): Add possibility to use a function.
5852
5853 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5856
5857         * gnus-group.el (gnus-group-completing-read)
5858         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5859         gnus-replace-in-string.
5860
5861 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * shr.el (shr-tag-div): Add.
5864
5865         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
5866
5867 2010-10-25  Julien Danjou  <julien@danjou.info>
5868
5869         * gnus-util.el: Remove `gnus-with-local-quit'.
5870
5871         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5872
5873 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5876         the original article buffer.
5877
5878 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * nnimap.el (nnimap-request-head): New function.
5881         (nnimap-request-move-article): Try to be slightly faster by not
5882         requesting the entire message when moving.
5883         (nnimap-transform-headers): Don't bug out on bodiless articles.
5884         (nnimap-send-command): Have no outstanding messages if the IMAP server
5885         doesn't support streaming.
5886         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5887
5888 2010-10-24  Julien Danjou  <julien@danjou.info>
5889
5890         * message.el (message-default-headers): Fix type.
5891
5892 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893
5894         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5895         prefetching images.
5896
5897         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5898         backend for unknown groups.  This is mainly useful for nnimap groups.
5899
5900         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5901         group isn't covered by the agent.
5902
5903 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
5904
5905         * nnir.el (nnir-method-default-engines): New variable.
5906         (nnir-run-query): Use it.
5907         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5908         (gnus-summary-nnir-goto-thread): Change group if needed.
5909
5910         * gnus-group.el (gnus-group-group-map): Add key binding for
5911         gnus-group-make-nnir-group.
5912
5913 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914
5915         * shr.el (shr-tag-object): Add.
5916
5917         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5918         original article buffer live.
5919         (gnus-summary-select-article-buffer):
5920         Mention gnus-widen-article-buffer.
5921
5922 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923
5924         * shr.el (shr-tag-strong): Add.
5925
5926 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927
5928         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5929         group names.  They mess up the group buffer badly.
5930
5931         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5932
5933         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5934         instead of the summary one.
5935
5936 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * mml.el (mml-preview): Work properly when editing article.
5939
5940         * gnus-start.el (gnus-read-active-file-1): Don't add method to
5941         gnus-have-read-active-file if it's already been in.
5942
5943 2010-10-22  Tom Tromey  <tromey@redhat.com>
5944
5945         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5946         gnus-group-completing-read.
5947
5948 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * message.el (message-mode-map): Don't bind M-; to comment region, to
5951         allow the global comment-dwim to work.
5952
5953 2010-10-21  Julien Danjou  <julien@danjou.info>
5954
5955         * message.el (message-setup-1): Allow message-default-headers to be a
5956         function.
5957
5958 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * shr.el (shr-tag-table): Simplify.
5961
5962 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963
5964         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5965         to avoid trying to snarf invalid stuff.
5966
5967         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5968
5969         * gnus.el (gnus-message-archive-group): Quote value.
5970         (gnus-message-archive-group): Mark as changed.
5971
5972         * shr.el (shr-add-font): Don't put the font properties on the newline
5973         or the indentation.
5974
5975         * message.el (message-fix-before-sending): Change options when sending
5976         non-printable characters.
5977
5978         * gnus.el (gnus-message-archive-method): Change the default to
5979         monthly outgoing groups.
5980
5981         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5982         that have gotten new numbers.
5983
5984         * nnimap.el (nnimap-request-replace-article): New function.
5985
5986 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5989         (nnrss-request-article): Don't use special html washing code.
5990
5991 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * shr.el (shr-tag-table): Remove useless nconc.
5994
5995 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * gnus-art.el (article-wash-html): Simplify and remove the charset
5998         stuff.  Use the normal html rendering code instead of the special html
5999         washing code.
6000
6001         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6002         `gnus-w3m' symbols.
6003         (mm-text-html-washer-alist): Remove.
6004
6005         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6006         (mm-inline-media-tests): Remove use.
6007         (mm-text-html-renderer): Change default to the `shr' symbol.
6008
6009         * mm-view.el (mm-inline-text-html): Remove use.
6010
6011         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6012         `gnus-blocked-images' to be a function.
6013         (gnus-article-wash-function): Remove.
6014
6015 2010-10-20  Julien Danjou  <julien@danjou.info>
6016
6017         * spam.el (spam-list-of-processors): Mark as obsolete.
6018
6019         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6020         (nnimap-insert-partial-structure): Fix boundary detection.
6021
6022 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6023
6024         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6025         run file-truename on remote files.  This can be expensive and even
6026         prevent one from editing drafts if some unrelated buffer has a stale
6027         connection.
6028
6029 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6032         kinsoku-eol regardless of shr-kinsoku-shorten.
6033         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6034         (shr-tag-table): Support caption, thead, and tfoot.
6035
6036 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6039         lines.
6040         (shr-save-contents): New command and keystroke.
6041
6042         * nndoc.el (nndoc-type-alist): Add git support.
6043         (nndoc-git-type-p): New function.
6044         (nndoc-transform-git-article): Ditto.
6045         (nndoc-transform-git-headers): Ditto.
6046         (nndoc-transform-git-headers): Generate Subject headers.
6047
6048         * shr.el (shr-parse-style): New function.
6049         (shr-tag-span): Ditto.
6050
6051         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6052         to `G G' to avoid collisions.
6053
6054 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * shr.el: Load kinsoku if necessary.
6057         (shr-kinsoku-shorten): New internal variable.
6058         (shr-find-fill-point): Make kinsoku shorten text line if
6059         shr-kinsoku-shorten is bound to non-nil.
6060         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6061         shr-indentation too when testing if table is wider than frame width.
6062         (shr-insert-table): Use `string-width' instead of `length' to measure
6063         text width.
6064         (shr-insert-table-ruler): Make sure indentation is done at bol.
6065
6066 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6067
6068         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6069         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6070         undecoded network data.
6071
6072 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6075         name in the mode line spec so that the mode line menu works
6076         (bug #2431).
6077
6078         * message.el (message-get-reply-headers): If we're fed `to-address',
6079         then always use that.
6080
6081         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6082         aren't so wide as to need to switch off the edit menu.
6083
6084         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6085         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6086
6087         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6088         `M-g'.
6089         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6090         the permanent marks.
6091
6092 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6093
6094         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6095         Splitting according to references/in-reply-to obeys the ignore-groups
6096         variable, while splitting by sender and subject do not.
6097
6098 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099
6100         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6101         alist, so that we can look for non-Unicode chars.
6102         (article-translate-strings): Allow both character and string maps.
6103
6104 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * shr.el (shr-insert): Don't insert space behind a wide character
6107         categorized as kinsoku-bol, or between characters both categorized as
6108         nospace.
6109
6110 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6111
6112         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6113         headers to gnus-newsgroup-headers.
6114
6115 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6116
6117         * shr.el (shr-tag-img): Don't align images -- since we're not
6118         rescaling, this often leads to ugly displays.
6119
6120 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6121
6122         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6123         duplicates.
6124
6125 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6126
6127         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6128         call.
6129
6130 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6131
6132         * gnus.el: Autoload gnus-html-show-images.
6133
6134         * nnimap.el: Use nnheader-message throughout.
6135
6136         * shr.el (shr-tag-img): Ignore images with no data.
6137
6138 2010-10-15  Julien Danjou  <julien@danjou.info>
6139
6140         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6141         a possibility to disable format=flow encoding when using hard newlines.
6142
6143 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * shr.el (shr-insert): Remove space inserted before or after a
6146         breakable character or at the beginning or the end of a line.
6147         (shr-find-fill-point): Do kinsoku; find the second best point or give
6148         it up if there's no breakable point.
6149
6150 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151
6152         * nnimap.el (nnimap-open-connection): Message when opening connection
6153         for debugging purposes.
6154
6155         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6156         on every setup buffer call to allow this to change from article to
6157         article.
6158
6159         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6160         buffers where we have a wide table.
6161
6162 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6163
6164         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6165         uses *-request-thread.
6166
6167 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6168
6169         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6170         incantation, which is no longer valid.
6171
6172 2010-10-14  Julien Danjou  <julien@danjou.info>
6173
6174         * shr.el: Fix defcustom type (char -> character).
6175
6176 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6177
6178         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6179         programs.
6180
6181 2010-10-14  Julien Danjou  <julien@danjou.info>
6182
6183         * shr.el (shr-tag-a): Use url-link as widget type.
6184
6185         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6186         `gnus-group-get-icon'.
6187
6188 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6189
6190         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6191         This should make server editing work better.
6192
6193         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6194
6195         * tls.el (tls-program): Remove spurious %s from openssl.
6196
6197         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6198         (nnimap-parse-flags): Fix regexp.
6199
6200         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6201         probably work for CJVK text, too.
6202
6203         * nnimap.el (nnimap-extend-tls-programs): Remove.
6204         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6205
6206         * tls.el (tls-starttls-switches): Remove starttls hack.
6207         (open-tls-stream): Ditto.
6208         (tls-find-starttls-argument): Ditto.
6209
6210 2010-10-13  Julien Danjou  <julien@danjou.info>
6211
6212         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6213         responses.
6214
6215 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6218
6219         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6220         anything in Emacs.
6221
6222         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6223
6224 2010-10-13  Julien Danjou  <julien@danjou.info>
6225
6226         * shr.el (shr-width): Make shr-width a defcustom with default to
6227         fill-column.
6228         (shr-tag-img): Use shr-width rather than fill-column.
6229
6230 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * dgnushack.el (byte-optimize-apply):
6233         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6234
6235         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6236         position when (X-)Faces exist.
6237         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6238         avatars when called interactively.
6239
6240 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6243         gnus-article-x-face-too-ugly is bound.
6244
6245 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246
6247         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6248
6249         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6250         mailbox that doesn't exist.
6251
6252 2010-10-12  Julien Danjou  <julien@danjou.info>
6253
6254         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6255         (shr-get-image-data): Encode URL properly when fetching from cache.
6256         (shr-tag-img): Use aligned-to spaces to align correctly images.
6257
6258         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6259         before inserting the Gravatar.
6260
6261         * shr.el (shr-tag-img): Add align attribute support for <img>.
6262
6263 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6264
6265         * gnus-gravatar.el (gnus-art): Require.
6266
6267         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6268         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6269         Remove long obsoleted functions.
6270
6271 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6274
6275         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6276
6277         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6278         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6279         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6280         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6281         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6282         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6283         * sieve-manage.el, smime.el, spam.el:
6284         Fix comment for declare-function.
6285
6286 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287
6288         * nnimap.el (nnimap-request-rename-group): Select group read-only
6289         before renaming it.
6290
6291         * shr.el (shr-insert): Fix up the white space only regexp.
6292
6293         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6294         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6295
6296         * shr.el (shr-current-column): New function.
6297         (shr-find-fill-point): New function.
6298
6299 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6300
6301         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6302         numbers.
6303
6304 2010-10-11  Julien Danjou  <julien@danjou.info>
6305
6306         * shr.el (shr-hr-line): Add.
6307         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6308         display hr lines.
6309         (shr-max-columns): Do not change state to nil if we just inserting
6310         spaces.
6311
6312 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6315         select the last group.
6316
6317 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6318
6319         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6320
6321 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6322
6323         * dig.el (dig-mode-map): Declare and define in one step.
6324
6325 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6326
6327         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6328         for Gnus.
6329         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6330         (nnimap-update-qresync-info): Mark \Seen articles as read.
6331
6332         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6333         non-variable, too.
6334
6335         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6336         available.
6337         (nnimap-update-info): Rely more on the current active than the param
6338         active to avoid marking articles as read too much.
6339
6340         * auth-source.el (auth-source-create): Use (user-login-name) for the
6341         user name default.
6342
6343         * nnimap.el (nnimap-update-info): If the server doesn't return any
6344         useful info, just use the previous info.
6345         (nnimap-update-info): Prefer old info over start-article.
6346         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6347
6348 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6349
6350         * nnir.el (autoload): Clean up autoloads.
6351         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6352         Use key rather than value.
6353         (nnir-imap-search-other): New variable.
6354         (nnir-read-parm): Use it.
6355         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6356         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6357
6358 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6359
6360         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6361         the process, too.
6362
6363 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * spam.el (gnus-summary-mode-map): Bind to "$".
6366         Suggested by Russ Allbery.
6367
6368         * shr.el: Rework the way things are indented by <li> slightly.
6369
6370         * gnus.el (gnus-group-set-parameter): Fix typo.
6371
6372         * nnimap.el: Start implementing QRESYNC support.
6373
6374 2010-10-09  Julien Danjou  <julien@danjou.info>
6375
6376         * nnir.el (nnir-engines): Fix too many arguments.
6377
6378 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6381         group is the "last", so that the backends like nnfolder actually save
6382         their folders.
6383
6384         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6385         try to use that for the tls stream.
6386         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6387         UIDVALIDITY and find out which groups are read-only and not.
6388         (nnimap-get-flags): Use the same marks parsing code as the rest of
6389         nnimap.
6390
6391 2010-10-09  Julien Danjou  <julien@danjou.info>
6392
6393         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6394
6395         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6396         retrieving gravatars.
6397
6398         * shr.el (shr-table-corner): Add.
6399         (shr-table-line): Add.
6400         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6401
6402 2010-10-08  Julien Danjou  <julien@danjou.info>
6403
6404         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6405
6406 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6407
6408         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6409
6410         * gnus-sum.el (gnus-mark-article-as-unread)
6411         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6412         (gnus-summary-set-bookmark): Use it.
6413
6414         * gnus-msg.el (gnus-setup-message): Use it.
6415
6416         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6417
6418         * gnus.el (gnus-group-remove-parameter): Use it.
6419
6420         * gnus-group.el (gnus-group-make-web-group): Use it.
6421
6422         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6423
6424         * nnregistry.el: Update docs to mention manual.
6425
6426         * gnus-registry.el: Update docs to mention nnregistry.el.
6427         (gnus-registry-initialize): Don't install nnregistry refer method
6428         automatically.
6429         (gnus-registry-install-nnregistry): Remove it.
6430
6431 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * shr.el (shr-insert): Don't insert double spaces.
6434
6435 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * gnus-gravatar.el (gnus-treat-from-gravatar)
6438         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6439         called interactively.
6440
6441         * gnus-art.el (gnus-mime-view-part-externally)
6442         (gnus-mime-view-part-internally): Make predicate function passed to
6443         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6444         of a mime type.
6445
6446         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6447
6448 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * shr.el (require): Require cl when compiling.
6451         (shr-tag-hr): New function.
6452
6453         * nnimap.el (nnimap-update-info): Remove double setting of high.
6454         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6455         This makes nnimap work properly on Courier again.
6456
6457         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6458         the variable for backwards compatibility.
6459
6460         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6461         the file name before using to avoid setting mm-default-directory to
6462         nil.
6463
6464         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6465         bidning gnus-agent variables.
6466
6467         * shr.el (shr-render-td): Use a cache for the table rendering function
6468         to avoid getting an exponential rendering behavior in nested tables.
6469         (shr-insert): Rework the line-breaking algorithm.
6470         (shr-insert): Don't leave trailing spaces.
6471         (shr-insert-table): Also insert empty TDs.
6472         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6473
6474 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6475
6476         * gnus-sum.el (gnus-number): Rename from `number'.
6477         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6478         (gnus-summary-limit-children): Update uses correspondingly.
6479
6480 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6483         (gnus-gravatar-transform-address): Don't show avatars of people of
6484         which mail addresses match gnus-gravatar-too-ugly.
6485
6486 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6487
6488         * shr.el (shr-table-widths): Expand TD elements to fill available
6489         space.
6490
6491 2010-10-07  Julien Danjou  <julien@danjou.info>
6492
6493         * nnimap.el (nnimap-request-rename-group): Add this method.
6494
6495 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6498         name from XEmacs' function-arglist.
6499
6500         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6501         gravatar under XEmacs.
6502
6503 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6504
6505         * auth-source.el: Update docs with TODO items.
6506
6507         * gnus-sync.el: Update docs to explain state and plans.
6508
6509         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6510         Hooks for mark updates.
6511         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6512
6513         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6514         hooks with arguments, which is needed for mark update hooks.
6515
6516 2010-10-06  Julien Danjou  <julien@danjou.info>
6517
6518         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6519         was matched.
6520
6521         * sieve-manage.el: Update example in `Commentary'.
6522
6523         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6524
6525         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6526         not 2000.
6527         (sieve-manage-authenticate): Re-add function.
6528
6529 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * shr.el (shr-insert): Get 'space transition right.
6532         (shr-render-td): Only delete space at the end of the TD.
6533
6534         * nnimap.el (nnimap-open-connection): Prepare to support
6535         open-gnutls-stream.
6536
6537         * shr.el: Rearrange function order to be more logical.
6538
6539 2010-10-06  Julien Danjou  <julien@danjou.info>
6540
6541         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6542         (nnrss-discover-feed): Remove 404 URL in docstring.
6543
6544         * nnir.el: Fix Swish-E URL.
6545         Fix Namazu URL.
6546
6547         * message.el (message-change-subject): Remove 404 URL in a comment.
6548
6549 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6552         called interactively.
6553
6554         * gnus-util.el (gnus-remove-if): Allow hash table.
6555         (gnus-remove-if-not): New function.
6556
6557         * gnus-art.el (gnus-mime-view-part-as-type):
6558         * gnus-score.el (gnus-summary-score-effect):
6559         * gnus-sum.el (gnus-read-move-group-name):
6560         Replace remove-if-not with gnus-remove-if-not.
6561
6562         * gnus-group.el (gnus-group-completing-read):
6563         Regard collection as a hash table if it is not a list.
6564
6565 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6566
6567         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6568
6569         * shr.el: Document the table-rendering algorithm.
6570
6571 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6574         for Emacsen having no `libxml-parse-html-region' support.
6575
6576 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6579         invalid URLs.
6580
6581         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6582         line-broken.
6583         (shr-tag-img): Ignore image fetching errors.
6584         (shr-overlays-in-region): Compute overlay positions correctly.
6585
6586         * mm-decode.el (mm-shr): Require shr.
6587
6588         * gnus-art.el (gnus-blocked-images): Move variable here.
6589
6590         * shr.el (shr-insert-table): Bind free variable.
6591
6592         * mm-decode.el (mm-shr): Bind shr-content-function.
6593
6594         * shr.el (shr-content-function): New variable.
6595
6596         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6597         added for symmetry.
6598
6599         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6600
6601         * gnus-group.el (gnus-group-make-group): Doc fix.
6602
6603         * nnimap.el (nnimap-request-newgroups): Return success.
6604
6605         * shr.el (shr-find-elements): New function.
6606         (shr-tag-table): Put all the images after the table.
6607         (shr-tag-table): Really inhibit images inside the table.
6608         (shr-collect-overlays): Copy over overlays from the TD elements to the
6609         main document.
6610
6611         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6612         gnus-blocked-images.
6613
6614 2010-10-05  Julien Danjou  <julien@danjou.info>
6615
6616         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6617
6618         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6619         (gnus-html-maximum-image-size): Add this function.
6620         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6621
6622         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6623         server-value of the capability is nil.
6624
6625 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626
6627         * shr.el (shr-tag-em): Add <EM> tag.
6628
6629 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6630
6631         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6632         customizable.
6633
6634         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6635         handing broken links to browse-url.
6636
6637 2010-10-05  Julien Danjou  <julien@danjou.info>
6638
6639         * gnus-util.el (gnus-emacs-completing-read)
6640         (gnus-iswitchb-completing-read): Use autoload rather than require.
6641
6642 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6645         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6646         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6647         iswitchb-temp-buflist for XEmacs.
6648
6649         * gnus-util.el (gnus-completing-read-function): Exclude
6650         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6651         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6652         XEmacs.
6653
6654         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6655         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6656
6657         * gnus-html.el: Don't require help-fns under XEmacs.
6658         (gnus-html-schedule-image-fetching): Work for XEmacs.
6659
6660         * mm-decode.el (mm-shr): Decode contents by charset.
6661
6662 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6663
6664         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6665         unknown.
6666
6667         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6668         (shr-get-image-data): Ensure against the cache file missing.
6669
6670         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6671         for data.
6672
6673         * spam-report.el (spam-report-url-ping-plain): Don't query about
6674         killing the process.
6675
6676         * shr.el (shr-render-td): Protect against too-wide text.
6677
6678 2010-10-04  Julien Danjou  <julien@danjou.info>
6679
6680         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6681         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6682
6683         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6684         retrieved.
6685
6686 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * shr.el (browse-url): Require.
6689         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6690         lines.
6691         (shr-show-alt-text, shr-browse-image): New commands.
6692         (shr-browse-url, shr-copy-url): New commands.
6693
6694         * gnus-sum.el (gnus-widen-article-window): New variable.
6695         (gnus-summary-select-article-buffer): Use it.
6696
6697         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6698         without @ signs.
6699
6700 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6701
6702         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6703
6704 2010-10-04  Julien Danjou  <julien@danjou.info>
6705
6706         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6707         for XEmacs.
6708
6709 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6710
6711         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6712
6713         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6714         (nnimap-close-server): Implement.
6715
6716         * dgnushack.el (iswitchb): Require to shut up the compiler.
6717
6718         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6719         (shr-insert): Tweak line breaking.
6720         (shr-insert): Handle <pre> better.
6721         (shr-tag-li): Get <li> indentation right.
6722         (shr-tag-li): Get <li> indentation even righter.
6723         (shr-tag-blockquote): Ensure paragraph start.
6724         (shr-make-table): Tweak table generation.
6725         (shr-make-table): Fix typo.
6726
6727         * shr.el: Implement table rendering.
6728
6729 2010-10-04  Julien Danjou  <julien@danjou.info>
6730
6731         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6732
6733 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6734
6735         * shr.el (shr-insert): Use string anchors instead of line anchors.
6736
6737 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738
6739         * shr.el: Add headings.
6740         (shr-ensure-paragraph): Actually work.
6741         (shr-tag-li): Make <ul> prettier.
6742         (shr-insert): Get white space at the beginning/end of elements right.
6743         (shr-tag-p): Collapse subsequent <p>s.
6744         (shr-ensure-paragraph): Don't insert double line feeds after blank
6745         lines.
6746         (shr-insert): \t is also space.
6747         (shr-tag-s): Fix "s" tag name function.
6748         (shr-tag-s): Fix face prop name.
6749
6750 2010-10-03  Julien Danjou  <julien@danjou.info>
6751
6752         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6753
6754         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6755         gnus-window-inside-pixel-edges.
6756
6757         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6758         gnus-ems.
6759
6760         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6761
6762         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6763         function.
6764
6765         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6766         resize choice.
6767
6768 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6769
6770         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6771         beginning of the buffer.
6772
6773         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6774         article buffer again.
6775
6776         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6777
6778         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6779         when it's at the start of the buffer.
6780
6781         * shr.el (shr-tag-blockquote): Convert name.
6782         (shr-rescale-image): Use the right image-size variant.
6783
6784         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6785         buffer isn't shown, then select the current article first instead of
6786         bugging out.
6787         (gnus-summary-select-article-buffer): Show both the article and summary
6788         buffers again.
6789
6790         * shr.el (shr-fontize-cont): Protect against regions with no text.
6791         Rename tag functions to shr-tag-* for enhanced security.
6792         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6793
6794 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6795
6796         * shr.el (shr-insert):
6797         * pop3.el (pop3-movemail):
6798         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6799         loaded.
6800
6801 2010-10-03  Glenn Morris  <rgm@gnu.org>
6802
6803         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6804
6805         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6806
6807         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6808
6809         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6810
6811         * gnus-util.el (gnus-make-local-hook): Simplify.
6812
6813 2010-10-02  Julien Danjou  <julien@danjou.info>
6814
6815         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6816         (gnus-ido-completing-read): New function.
6817         (gnus-emacs-completing-read): New function.
6818         (gnus-completing-read): Use gnus-completing-read-function.
6819         Add gnus-completing-read-function.
6820
6821 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * shr.el (shr-insert-document): Autoload.
6824         (shr-img): Be silent.
6825         (shr-insert): Add a newline after every picture before text.
6826         (shr-add-font): Use overlays for combining faces.
6827         (shr-insert): Pass upwards the text start point.
6828
6829         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6830         possible.
6831         (mm-shr): New function.
6832
6833 2010-10-02  Julien Danjou  <julien@danjou.info>
6834
6835         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6836         should go backward.
6837
6838 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6839
6840         * shr.el (shr): Fix typo in provide call.
6841
6842 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * shr.el: New file.
6845
6846         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6847
6848         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6849         completing read.
6850
6851 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6852
6853         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6854         we're being queried about.  Suggested by Dan Jacobson.
6855
6856         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6857         Suggested by Jason Eisner.
6858
6859         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6860         table, too.  Suggested by Stefan Wiens.
6861         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6862         the table unnecessary.  Suggested by Stefan Wiens.
6863
6864         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6865         longer needed, and probably doesn't work either, as pointed out by
6866         Stefan Wiens.
6867         (gnus-summary-exit): Remove call to the clearing function.
6868         (gnus-summary-exit-no-update): Ditto.
6869
6870         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6871         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6872         Reported by Stefan Monnier.
6873         (gnus-summary-save-in-rmail): Ditto.
6874
6875         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6876         article buffer, instead of both the article buffer and the summary
6877         buffer.  Sort of suggested by Dan Jacobson.
6878
6879         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6880
6881         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6882         Suggested by Dan Jacobson.
6883
6884         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6885         documentation clearer.
6886
6887         * message.el (message-shorten-references): Comment on the number "21".
6888         Suggested by Stefan Monnier.
6889
6890         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6891         Suggested by Dan Jacobson.
6892
6893         * gnus.el (gnus-large-newsgroup):
6894         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6895
6896         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6897         externalize attachments.  Bug reported by Steve Wen.
6898
6899         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6900         really message anything to the user.
6901
6902         * nnmail.el (nnmail-article-group): Allow using the fancy split method
6903         directly.
6904
6905         * nnimap.el (nnimap-request-group): Low higher than high to signal no
6906         messages in empty groups.
6907
6908 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
6909
6910         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6911         non-UIDNEXT group.
6912
6913 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6914
6915         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6916         not the value from the collection.
6917
6918         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6919         values.  This sometimes happens on some groups that have no info.
6920         (nnimap-request-newgroups): New function.
6921
6922 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6925         check into `gnus-registry-initialize'.
6926         (gnus-registry-initialize): Ditto.
6927         Fix and extend header docs.
6928
6929 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6932         regexp backtrace overflows.
6933
6934         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6935         for starttls that tls.el implements; i.e. openssl.
6936
6937         * tls.el (tls-starttls-switches): Give up on using starttls with
6938         gnutls-cli.
6939         (tls-program): Add --insecure to be consistent with the defaults from
6940         openssl s_client.  Now all three commands are insecure.
6941
6942 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * lpath.el: Bind completion-styles-alist for XEmacs.
6945
6946         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6947         (gravatar-create-image): New function that's an alias to
6948         gnus-xmas-create-image, gnus-create-image, or create-image.
6949         (gravatar-data->image): Use it.
6950
6951 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
6952
6953         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6954         install the nnregistry refer method.
6955         (gnus-registry-install-hooks): Use it.
6956         (gnus-registry-unfollowed-groups): Add nnmairix to the default
6957         unfollowed groups.
6958
6959 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
6960
6961         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6962         expanding threads.
6963
6964 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * nnir.el: Use the server names without suffixes (bug #7009).
6967
6968         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6969         unencrypted to STARTTLS, if possible.
6970
6971 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6972
6973         * message.el (message-ignored-supersedes-headers): Strip Injection-*
6974         headers before superseding.
6975
6976 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * nnrss.el (nnrss-use-local): Add documentation.
6979
6980         * nnimap.el (nnimap-extend-tls-programs): New function.
6981         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6982         (nnimap-wait-for-connection): Accept the greeting from the stupid
6983         output from openssl s_client -starttls, too.
6984
6985         * tls.el (tls-starttls-switches): New variable.
6986         (tls-find-starttls-argument): Use it.
6987         (open-tls-stream): Ditto.
6988
6989         * netrc.el (netrc-credentials): Return the value of the "default" entry.
6990         (netrc-machine): Ditto.
6991
6992         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6993         article number.
6994         (nnimap-split-fancy): New variable.
6995         (nnimap-split-incoming-mail): Use it.
6996
6997         * nntp.el (nntp-server-list-active-group): Document.
6998
6999         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7000         SELECT to get the message-id.
7001
7002         * mail-source.el (mail-sources): Remove webmail support.
7003         (defvar): Ditto.
7004         (mail-source-fetcher-alist): Ditto.
7005         (mail-source-fetch-webmail): Remove.
7006
7007         * webmail.el: Remove -- doesn't seem relevant any more.
7008
7009         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7010
7011         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7012         the \r.
7013
7014 2010-09-30  Julien Danjou  <julien@danjou.info>
7015
7016         * gnus-agent.el (gnus-agent-add-group): Fix call to
7017         gnus-completing-read.
7018
7019 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7020
7021         * nndoc.el (nndoc-retrieve-groups): New function.
7022
7023         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7024         `default', use nnmail-split-methods.
7025         (nnimap-request-article): Downcase the NILs so that they are nil.
7026
7027         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7028         symbol.
7029
7030         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7031         code, since if the user has requested network, that's what they ought
7032         to get.
7033         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7034         (nnimap-split-rule): Mark as obsolete.
7035
7036         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7037         New variable.
7038
7039         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7040         correct slot, too.
7041
7042 2010-09-29  Julien Danjou  <julien@danjou.info>
7043
7044         * gnus.el (gnus-local-domain): Declare variable obsolete.
7045
7046         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7047         Fix history computing.
7048         (gnus-ido-completing-read): Require ido.
7049
7050 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7051
7052         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7053         build Gnus.
7054
7055         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7056         when interpreting the structures.
7057         (nnimap-request-accept-article): Add \r\n to the lines to make this
7058         work with Cyrus.
7059
7060         * nndraft.el (nndraft-request-expire-articles): Use the group name
7061         instead if "nndraft".  Fix found by Nils Ackermann.
7062
7063 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7064
7065         * nnregistry.el: Add.
7066
7067 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7068
7069         * nnmail.el (group, group-art-list, group-art):
7070         Remove unneeded directives.
7071
7072 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7075         (mm-mime-charset):
7076         * rfc2047.el (rfc2047-syntax-table):
7077         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7078
7079         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7080         rather than `insert-file-contents' and `eval-region'.
7081
7082         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7083         construction.
7084
7085         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7086
7087         * time-date.el: No need to require cl for Emacs 21.
7088
7089 2010-09-29  Julien Danjou  <julien@danjou.info>
7090
7091         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7092         replacement of `gnus-gravatar-relief' to mimic
7093         `gnus-faces-properties-alist'.
7094         Add :version property.
7095
7096 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * mail-source.el (mail-source-report-new-mail):
7099         * message.el (message-default-mail-headers):
7100         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7101
7102         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7103
7104 2010-09-28  Julien Danjou  <julien@danjou.info>
7105
7106         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7107         mail-address contains the same string as real-name.
7108
7109         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7110         non-blank in header, otherwise it'll get stripped.
7111
7112         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7113         real-name, and then for mail address rather than doing : or , search.
7114
7115 2010-09-27  Julien Danjou  <julien@danjou.info>
7116
7117         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7118         right completing-read function.
7119         (gnus-use-ido): New variable
7120         (gnus-completing-read-with-default): Remove.
7121         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7122         (gnus-agent-add-group):
7123         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7124         * mm-view.el (mm-view-pkcs7-decrypt):
7125         * mm-util.el (mm-codepage-setup):
7126         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7127         * mml-smime.el (mml-smime-openssl-sign-query):
7128         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7129         (mml-insert-multipart):
7130         * gnus-msg.el (gnus-summary-yank-message):
7131         * gnus-int.el (gnus-start-news-server):
7132         * mm-decode.el (mm-interactively-view-part):
7133         * gnus-dired.el (gnus-dired-attach):
7134         * gnus.el (gnus-read-method):
7135         * gnus-bookmark.el (gnus-bookmark-jump):
7136         * gnus-art.el (gnus-mime-view-part-as-type)
7137         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7138         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7139         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7140         * nnmairix.el (nnmairix-create-server-and-default-group)
7141         (nnmairix-update-groups, nnmairix-get-server)
7142         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7143         (nnmairix-get-group-from-file-path):
7144         * nnrss.el (nnrss-find-rss-via-syndic8):
7145         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7146         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7147         (gnus-group-browse-foreign-server):
7148         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7149         (gnus-summary-execute-command, gnus-summary-respool-article)
7150         (gnus-read-move-group-name):
7151         * gnus-score.el (gnus-summary-increase-score)
7152         (gnus-summary-score-effect):
7153         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7154
7155 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7158         x-focus-frame.
7159
7160         * nnimap.el (auth-source-forget-user-or-password)
7161         (auth-source-user-or-password): Autoload.
7162
7163         * message.el (message-from-style, message-interactive)
7164         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7165         (message-yank-prefix, message-indentation-spaces, message-signature)
7166         (message-signature-file): Add comment.
7167
7168 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7169
7170         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7171         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7172         new articles.
7173
7174         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7175         parts.
7176         (nnimap-request-article): Work with the t setting, too.
7177
7178         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7179         that you don't get flashes of other buffers.
7180         (gnus-summary-show-complete-article): Intern before setting.
7181
7182 2010-09-27  David Engster  <dengste@eml.cc>
7183
7184         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7185         well as HEADERS.
7186         (nnmairix-retrieve-headers): Provide new argument for the above.
7187
7188 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * gnus-sum.el (gnus-summary-move-article): Don't alter
7191         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7192         group.
7193
7194         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7195
7196         * message.el (message-cite-prefix-regexp): Revert my last edit.
7197
7198         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7199         variable instead of the Gnus variable.
7200
7201         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7202
7203         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7204
7205         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7206         since some servers don't like it.
7207         (nnimap-open-connection): Forget credentials if the server says the
7208         password was wrong.
7209         (nnimap-parse-line): Protect against invalid data.
7210
7211         * gnus-sum.el (gnus-summary-move-article): Add comment.
7212         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7213         nothing alters it while scanning for new messages.
7214
7215         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7216         which may or may not help.
7217         (nnimap-open-connection): If we're doing a stream connection, and then
7218         discover we're on a STARTTLS-capable server, then open a STARTTLS
7219         connection instead.
7220
7221 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7222
7223         * nnimap.el (utf7): Require.
7224
7225         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7226         prefix.
7227
7228 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7229
7230         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7231
7232 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7233
7234         * nnimap.el (nnimap-request-accept-article): Message the error on
7235         error.
7236
7237 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7238
7239         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7240
7241 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7242
7243         * nndoc.el (nndoc-request-list): Return success always.
7244
7245         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7246         `fetch-old' -- we only want to fetch the articles we've requested.
7247         The rest are in the agent, probably.
7248         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7249         disappeared server" to something low.  It's not important.
7250
7251         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7252         arrived before the FETCH data.
7253
7254         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7255         target here, because we don't know the Gnus name of the group.
7256
7257         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7258         for the correct group.
7259
7260         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7261
7262         * gnus.el (gnus): Give a final warning after startup.
7263
7264         * gnus-util.el (gnus-action-message-log): New variable.
7265         (gnus-message): Use it.
7266         (gnus-final-warning): New function.
7267
7268         * nnimap.el (nnimap-open-connection): Record the greeting.
7269         (nnimap): Add greeting.
7270
7271 2010-09-26  Julien Danjou  <julien@danjou.info>
7272
7273         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7274         arguments.
7275         (gnus-html-wash-images): Fix spec computing to include start/end.
7276
7277         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7278
7279 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7282         deletion.
7283         (nnimap-retrieve-headers): Don't select the group, because that's
7284         already done by nnimap-possibly-change-group.
7285
7286         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7287         (gnus-picon-transform-address): Use it.
7288
7289         * mail-source.el (mail-source-value): Revert previous patch.
7290
7291         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7292         on failure.
7293         (nnimap-open-connection): Look up both virtual and physical server name
7294         credentials.
7295
7296         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7297
7298 2009-02-07  Dave Love  <fx@gnu.org>
7299
7300         * tls.el (open-tls-stream): Don't query killing process.
7301
7302 2009-02-08  Dave Love  <fx@gnu.org>
7303
7304         * gnus-win.el (gnus-window-to-buffer-helper)
7305         (gnus-all-windows-visible-p): Function needn't be a symbol.
7306
7307         * mail-source.el (mail-source-value): Function needn't be a symbol.
7308
7309 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310
7311         * message.el (message-cite-prefix-regexp): Remove } from the cite
7312         prefix.
7313
7314         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7315         highlight again, so that the highlight is correct.
7316
7317         * gnus-picon.el (gnus-picon): Remove again.
7318         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7319
7320         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7321         doing the header highlightling, so that the background color of the
7322         picon is correct.
7323
7324         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7325         (gnus-picon): Ditto.
7326         (gnus-picon): Reinstate.  The background color for picons is white.
7327         (gnus-picon-insert-glyph): Make the background white.
7328
7329         * nnml.el (nnml-open-nov): Don't return dead buffers.
7330
7331         * auth-source.el (auth-source-create): Query the user for whether to
7332         store the credentials.
7333
7334         * netrc.el (netrc-store-data): New function.
7335
7336         * auth-source.el (auth-source-user-or-password): Use the existing auth
7337         sources, if any, for creation.
7338
7339         * gnus.el (gnus-group-fast-parameter): Return the last matching
7340         parameter instead of the first matching parameter.
7341
7342 2010-09-26  Julien Danjou  <julien@danjou.info>
7343
7344         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7345
7346 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * mml2015.el (mml2015-use): Remove gpg support.
7349
7350         * mml1991.el (mml1991-function-alist): Remove gpg function.
7351         (mml1991-gpg-sign): Remove.
7352
7353 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7354
7355         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7356         (gnus-browse-unsubscribe-current-group): Document it.
7357         (gnus-browse-unsubscribe-group): Use it.
7358
7359 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360
7361         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7362         address to the To list for easier response.
7363
7364         * gnus.el (gnus-play-startup-jingle): Remove.
7365         (gnus-splash): Don't play jingle.
7366         (gnus): Silence gnus-load message.
7367
7368         * gnus-art.el (gnus-treat-play-sounds): Remove.
7369
7370         * gnus.el (gnus-play-jingle): Remove audio support.
7371
7372         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7373
7374         * earcon.el: Remove -- no users.
7375
7376         * gnus-audio.el: Remove -- no users of this package.
7377
7378         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7379
7380         * gnus-start.el (gnus-setup-news): Remove nocem support.
7381
7382         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7383
7384         * gnus.el (gnus-use-nocem): Remove.
7385
7386         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7387         Remove.
7388
7389         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7390         uses NoCeM any more.
7391
7392         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7393         (gnus-button-ctan-handler): Ditto.
7394         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7395         (gnus-button-ctan-directory-regexp): Ditto.
7396         (gnus-button-handle-ctan): Ditto.
7397         (gnus-button-tex-level): Ditto.
7398         (gnus-button-alist): Remove CTAN stuff.
7399
7400 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7403         nnimap-streaming test.
7404
7405         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7406         servers twice.
7407
7408         * nnimap.el (nnimap-open-connection): Add more error reporting when
7409         nnimap fails early.
7410
7411         * nnheader.el (nnheader-get-report-string): New function.
7412         (nnheader-get-report): Use it.
7413
7414         * gnus-int.el (gnus-check-server): Say what the error was when opening
7415         failed.
7416
7417         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7418         using streaming.
7419
7420 2010-09-25  Julien Danjou  <julien@danjou.info>
7421
7422         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7423         gnus-window-inside-pixel-edges.
7424
7425 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7426
7427         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7428
7429         * mm-decode.el (mm-save-part): Allow saving to other directories the
7430         normal Emacs way.
7431
7432         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7433         Suggested by Jay Berkenbilt.
7434
7435         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7436         there isn't a single byte.
7437
7438         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7439         just do it.  It doesn't really seem to matter what the user responds
7440         here, I think, so it's just a confusing question.
7441
7442         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7443         non-streaming case.
7444
7445         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7446         (gnus-article-encrypt-body): Use it.
7447
7448         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7449         keystroke.
7450
7451         * nnimap.el (nnimap-find-wanted-parts-1):
7452         Use gnus-fetch-partial-articles.
7453
7454         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7455
7456         * nnimap.el (nnimap-insert-partial-structure): New function.
7457         (nnimap-get-partial-article): New function.
7458         (nnimap-request-article): Use it.
7459         (nnimap-wait-for-response): Return whether the wait was successful.
7460         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7461         retrieval wasn't successful.
7462         (nnimap-retrieve-group-data-early): Allow throttling servers.
7463         (nnimap-streaming): New variable.
7464         (nnimap-fetch-partial-articles): Remove.
7465
7466         * mm-decode.el (mm-with-part): Protect against killed buffers.
7467
7468         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7469         for prettier summary display.
7470
7471 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7472
7473         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7474
7475 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7476
7477         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7478         apparently third-party libraries depend on it.
7479
7480         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7481         before starting negotiation.
7482
7483         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7484         privacy reasons.
7485         (gnus-treat-mail-gravatar): Ditto.
7486
7487         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7488         buffer when inserting images.  Inserting text into the headers, for
7489         instance, can make them invalid.
7490
7491 2010-09-25  Julien Danjou  <julien@danjou.info>
7492
7493         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7494         variables.
7495
7496         * nnheader.el: Remove useless variables news-reply-yank-from and
7497         news-reply-yank-message-id.
7498
7499         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7500         variables.
7501
7502         * mml1991.el: Remove useless mml1991-verbose.
7503
7504         * gnus.el: Remove useless variable gnus-use-generic-from.
7505         Remove obsolete variable gnus-topic-indentation.
7506
7507         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7508
7509         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7510
7511         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7512
7513         * gnus-group.el: Remove useless gnus-group-icon-cache.
7514         Remove useless gnus-ephemeral-group-server.
7515
7516         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7517
7518         * mml2015.el: Remove useless mml2015-verbose.
7519
7520         * mml-smime.el: Remove useless mml-smime-verbose.
7521
7522         * gnus.el: Remove useless gnus-local-domain.
7523
7524         * gnus-gravatar.el (gnus-gravatar-transform-address):
7525         Use gnus-gravatar-size.
7526
7527         * gnus-art.el: Remove useless gnus-treat-translate.
7528
7529 2010-09-24  Julien Danjou  <julien@danjou.info>
7530
7531         * gnus-sum.el: Add support for Gravatars.
7532
7533         * gnus-art.el: Add support for Gravatars.
7534
7535         * gnus-gravatar.el: Add this file.
7536
7537         * gravatar.el: Add this file.
7538
7539 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540
7541         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7542
7543         * gnus-group.el (gnus-group-fetch-faq): Remove.
7544
7545         * gnus.el (gnus-group-faq-directory): Remove.
7546
7547         * gnus-group.el (gnus-group-fetch-charter): Remove.
7548
7549         * gnus.el (gnus-group-charter-alist): Remove.
7550
7551         * gnus-group.el (gnus-group-archive-directory): Remove.
7552         (gnus-group-recent-archive-directory): Ditto.
7553         (gnus-group-make-archive-group): Remove.
7554
7555         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7556
7557         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7558         use the same article number for all the cached articles.
7559
7560         * nnimap.el (nnimap-command): Register the last command time so
7561         that we can use it for idling NOOPs.
7562         (nnimap-open-connection): Start the keeplive timer.
7563         (nnimap-make-process-buffer): Store all the process buffers.
7564         (nnimap-keepalive): New function.
7565
7566         * starttls.el (starttls-open-stream): Add autoload cookie.
7567
7568 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7569
7570         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7571         handling.
7572
7573 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7576         its data structures.
7577
7578         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7579         instead of the cl.el copy-list.
7580         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7581         equalp.
7582
7583 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7586         and tool-bar-local-item-from-menu.
7587
7588         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7589         mode-line-highlight face for Emacs.
7590
7591         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7592         loading gnus-sum.elc; fix comment for canlock-verify.
7593         (gnus-article-jump-to-part): Use read-number.
7594         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7595         Remove Emacs pre-21 compatible code for help-echo.
7596         (gnus-article-next-page-1): No need to adjust the number of lines.
7597         (gnus-article-describe-bindings): Always use help-buffer.
7598
7599         * gnus-audio.el (gnus-audio-inline-sound):
7600         * gnus-cus.el (gnus-custom-mode):
7601         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7602
7603         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7604
7605         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7606         compatible code.
7607
7608 2010-09-24  Glenn Morris  <rgm@gnu.org>
7609
7610         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7611         visiting the fcc file in rmail-mode.
7612
7613         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7614
7615 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * nnir.el: Silence the byte compiler.
7618
7619         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7620         alias to browse-url-url-encode-chars if any.
7621         (gnus-html-encode-url): Use it.
7622
7623 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * gnus-start.el (gnus-use-backend-marks): New variable.
7626         (gnus-get-unread-articles-in-group): Use it.
7627
7628         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7629         makeover.
7630
7631 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7632
7633         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7634
7635 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636
7637         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7638         Remove.
7639         (gnus-setup-news-hook):
7640         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7641
7642         * gnus-int.el (gnus-request-update-info): Protect against backends not
7643         having the function.
7644
7645         * nnimap.el (nnimap-stream): Mention starttls.
7646         (nnimap-open-connection): Add starttls support.
7647
7648 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7649
7650         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7651
7652 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7653
7654         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7655         BODYSTRUCTUREs.
7656         (nnimap-transform-headers): Unfold quoted {42} headers.
7657
7658         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7659         the info.
7660         (gnus-get-unread-articles): Only call updatep on backends that support
7661         it.
7662
7663         * nnweb.el (nnweb-request-update-info): NOOP.
7664
7665         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7666
7667         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7668         since it only deals with marks.
7669
7670         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7671         gnus-request-marks, and make a new gnus-request-update-info.
7672
7673         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7674         the active instead of the high number, which is usually too low.
7675
7676 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7677
7678         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7679         * encrypt.el: Remove.
7680
7681 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7684         server in symbolic form.
7685
7686         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7687
7688 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689
7690         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7691         (nnimap-update-info): Fix up code slightly.
7692
7693         * gnus-int.el (gnus-open-server): Add tracing for performance
7694         debugging.
7695
7696         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7697         (gnus-group-insert-group-line): Pass the real group name so that it
7698         gets the right data.
7699
7700         * gnus-start.el (gnus-get-unread-articles): Don't have
7701         `gnus-get-unread-articles-in-group' update info, since that can be
7702         really slow and doesn't seem to be needed?
7703
7704 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7705
7706         * time-date.el (date-to-time): Try using parse-time-string first before
7707         using the slower timezone-make-date-arpa-standard.
7708
7709 2010-09-22  Julien Danjou  <julien@danjou.info>
7710
7711         * gnus-group.el (gnus-group-insert-group-line):
7712         Call gnus-group-highlight-line.
7713         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7714         default hook list.
7715         (gnus-group-update-eval-form): Add new function.
7716         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7717         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7718
7719 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7722         immediate, then expire all articles.
7723         (nnimap-update-info): Fix off-by-one errors.
7724         (nnimap-flags-to-marks): Would return no marks lists for group with no
7725         flags.  Instead return the other data.
7726
7727 2010-09-22  Julien Danjou  <julien@danjou.info>
7728
7729         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7730         Only return an icon.
7731         (gnus-group-insert-group-line): Compute icon to return.
7732
7733         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7734         (gnus-html-image-fetched): Only cache if
7735         gnus-html-image-automatic-caching is set.
7736         (gnus-html-image-fetched): Check for errors.
7737
7738 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7739
7740         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7741         once per method on `g'.  This ensures that backends like nnfolder don't
7742         open all their folders.
7743
7744         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7745         (nnimap-request-list): Nix out group in the correct buffer.
7746         (nnimap-parse-flags): Implement by using `read' instead of
7747         hand-parsing.
7748         (nnimap-flags-to-marks): Pass on permanent-flags.
7749         (nnimap-make-process-buffer): Record the server name.
7750         (nnimap-parse-flags): Fix typo.
7751         (nnimap-request-scan): Run split on the server in general, not just a
7752         single group.
7753
7754         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7755         parameter, and propagate this downwards.
7756
7757         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7758         since EXAMINE changes it on the server.
7759
7760         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7761         this command might take a while.
7762
7763 2010-09-22  Julien Danjou  <julien@danjou.info>
7764
7765         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7766         harmful if you have 2 images side-by-side, they can't be properly
7767         update on text deletion.  Using text-property is safer here.
7768         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7769         data.
7770
7771 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7772
7773         * nnimap.el (nnimap-expunge-inbox): Remove.
7774         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7775         (nnimap-expunge): Flip default to t.
7776
7777         * gnus.el (gnus-method-to-server): Don't push things to the cache
7778         unless it's unique.
7779         (gnus-server-to-method): Ditto.
7780
7781 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7782
7783         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7784
7785 2010-09-22  Julien Danjou  <julien@danjou.info>
7786
7787         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7788         get the start of data.
7789         (gnus-html-encode-url): Add this function to encode special chars in
7790         URL.
7791         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7792         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7793
7794         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7795         default.
7796         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7797
7798         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7799         images alt-text.
7800         (gnus-html-put-image): Put alt-text as help-echo.
7801
7802 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7805         * mm-util.el (mm-decompress-buffer):
7806         * nnir.el (nnir-run-find-grep):
7807         * pop3.el (pop3-list): Use 3rd arg of split-string.
7808
7809         * time-date.el (format-seconds): Comment fix.
7810
7811         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
7812         and byte-optimize-form-code-walker.
7813         (dgnushack-make-auto-load): Don't advise make-autoload.
7814
7815         * lpath.el: Remove Emacs 21 stuff.
7816
7817 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7818
7819         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7820         outside the active range.  Suggested by Dan Christensen.
7821
7822         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7823         slightly later to avoid double-getting it.
7824
7825         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7826         previous patch.
7827
7828         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7829
7830 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7831
7832         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7833
7834 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7835
7836         * gnus-int.el (gnus-open-server): Give a better error message in the
7837         "go offline" case.
7838
7839         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7840         marks for nnimap, which is seldom the right thing to do.
7841
7842         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7843         (gnus-same-method-different-name): New function.
7844
7845         * nnimap.el (parse-time): Require.
7846
7847         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7848         method in the presence of many similar methods.
7849
7850         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7851
7852         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7853         nnml-inhibit-expiry.
7854
7855         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7856         find out whether methods are equal.
7857
7858         * nnimap.el (nnimap-find-expired-articles): New function.
7859         (nnimap-process-expiry-targets): New function.
7860         (nnimap-request-move-article): Request the article before looking at
7861         what the Message-ID is.  Fix found by Andrew Cohen.
7862         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7863
7864         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7865         for oldness in addition to being a predicate.
7866
7867         * nnimap.el (nnimap-request-group): When we have zero articles, return
7868         the right data to Gnus.
7869         (nnimap-request-expire-articles): Only delete articles immediately if
7870         the target is 'delete.
7871
7872         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7873         method, this would bug out.
7874
7875         * gnus-group.el (gnus-group-expunge-group): Rename from
7876         gnus-group-nnimap-expunge, and implemented as a normal interface
7877         function.
7878
7879         * gnus-int.el (gnus-request-expunge-group): New function.
7880
7881         * nnimap.el (nnimap-request-create-group): Implement.
7882         (nnimap-request-expunge-group): New function.
7883
7884 2010-09-21  Julien Danjou  <julien@danjou.info>
7885
7886         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7887         (gnus-html-cache-expired): Add new function.
7888         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7889         wethever we should display image for fetch it.
7890         Compute alt-text earlier to pass it to the fetching function too.
7891         (gnus-html-schedule-image-fetching): Change function argument to only
7892         get one image at a time, not a list.
7893         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7894         cache.
7895         (gnus-html-get-image-data): New function to retrieve image data from
7896         cache.
7897         (gnus-html-put-image): Change buffer argument to use image data rather
7898         than file, and place image above region rather than inserting a new
7899         one.  Do not take alt-text as argument, since it's useless now: we place
7900         the image above alt-text.
7901         (gnus-html-prune-cache): Remove.
7902         (gnus-html-show-images): Start to fetch image when we find one, do not
7903         push into a temporary list.
7904         (gnus-html-prefetch-images): Only fetch image if they have expired.
7905         (gnus-html-browse-image): Fix, use 'gnus-image-url.
7906         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
7907
7908 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7911
7912 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7915         spec inser "*" if the group isn't active instead of 0.
7916
7917         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7918         opening the server.
7919         (nnimap-request-delete-group): Implement group deletion.
7920         (nnimap-transform-headers): Return the size of the entire message in
7921         the Bytes header, not just the size of the first part.
7922         (nnimap-request-move-article): When moving an article from nnimap,
7923         request the article first so the accepting form has an article to
7924         accept.  Reported by Dan Christensen.
7925         (nnimap-command): Make sure that the error message doesn't error out.
7926
7927 2010-09-20  David Edmondson  <dme@dme.org>
7928
7929         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7930         we haven't requested anything.
7931
7932 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7935         "".  Fix found by Andrew Cohen.
7936
7937         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7938         instead of -encode-string.
7939
7940 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7943
7944         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7945         by mm-subst-char-in-string.
7946
7947 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7948
7949         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7950         waiting for the connection string.
7951
7952         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7953         arriving.
7954
7955         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7956         bogus characters.  This allows selecting certain Gmail groups.
7957
7958         * nnimap.el (nnimap-find-wanted-parts-1): New function.
7959         (nnimap-fetch-partial-articles): New variable.
7960         (nnimap-open-connection): When looking for credentials, also use the
7961         nnimap-server-port.
7962         (nnimap-request-article): Return the group/article number, so that Gnus
7963         `^' works as expected.
7964         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7965
7966         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7967         comments.
7968         (gnus-methods-sloppily-equal): New function.
7969         (gnus): When using the development version of Gnus, load the gnus-load
7970         file.
7971
7972         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7973         `gnus-open-server' on each method before trying to scan them etc.
7974         This ensures that all the backend parameters are set correctly.
7975
7976         * nnimap.el (nnimap-authenticator): New variable.
7977         (nnimap-open-connection): Allow anonymous login.
7978         (nnimap-transform-headers): The chars header is called Chars not Bytes.
7979         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7980
7981         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7982         patch, found by Knut Anders Hatlen.
7983
7984 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7985
7986         * gnus-agent.el (gnus-agent-batch-confirmation)
7987         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7988         to gnus-message.
7989         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7990         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7991         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7992         * gnus-int.el (gnus-open-server): Likewise.
7993         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7994         (gnus-score-check-syntax): Likewise.
7995         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7996         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7997         Likewise.
7998         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7999
8000 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8003         calling conventions so that prefetch doesn't bug out.
8004
8005 2010-09-19  Julien Danjou  <julien@danjou.info>
8006
8007         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8008         rather than `subst-char-in-region' in order to be able to replace ASCII
8009         char by UTF-8 ones.
8010
8011         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8012         than curl.
8013         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8014         the right URL and ALT text on images.
8015         (gnus-html-wash-tags): Fix tag case.
8016         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8017         (gnus-article-html): Add -o display_ins_del=2 option.
8018         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8019
8020 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8021
8022         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8023         the extra mail headers, which sometimes seem to happen for unknown
8024         reasons.
8025
8026         * mail-parse.el (mail-header-encode-parameter): Define as
8027         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8028         (or most, perhaps?) mail readers don't understand the latter, but do
8029         understand the former.
8030
8031         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8032         to nil, so that no methods are automatically agentized.  I think this
8033         is probably what most users want.
8034
8035         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8036         from url-retrieve, for instance about invalid URLs.
8037
8038         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8039         groups that have no articles.
8040         (nnimap-request-article): Check that we really got an article when we
8041         requested one.
8042
8043         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8044         doesn't exist.
8045
8046         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8047         nntp buffer so the agent can save it.
8048         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8049         that CRLF doesn't get translated to \n.
8050         (nnimap-open-connection): Don't make 'shell commands only send \n.
8051
8052 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8053
8054         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8055         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8056         Update var name.
8057         (nnml-generate-nov-file): Use dolist.
8058         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8059         Use with-current-buffer.
8060
8061 2010-09-18  Julien Danjou  <julien@danjou.info>
8062
8063         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8064         parallel.
8065
8066 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067
8068         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8069         the range update right.
8070         (nnimap-request-group): Don't make `M-g' bug out on group with no
8071         marks.
8072         (nnoo): Require, so that other packages can require nnimap.
8073         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8074         command we're looking for.  This helps when the server sends more
8075         responses after we've gotten everything we expected.
8076         (nnimap): Add a `newlinep' field to keep track of end-of-line
8077         conventions.
8078         Don't send CRLF to things that don't want it.
8079         (nnimap-request-accept-article): Ditto.
8080
8081 2010-09-18  Julien Danjou  <julien@danjou.info>
8082
8083         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8084         than curl to retrieve images.
8085
8086 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8087
8088         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8089         the marks.
8090         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8091         (nnimap-wait-for-connection): New function.
8092         (nnimap-open-connection): If we have PREAUTH, don't query for login
8093         credentials.
8094         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8095         when doing a partial update.
8096
8097 2010-09-18  Julien Danjou  <julien@danjou.info>
8098
8099         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8100         tags.
8101
8102 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8103
8104         * nnimap.el (nnimap-credentials): New function.
8105         (nnimap-open-connection): Use the new function to look for credentials
8106         also on the numeric equivalents of "imap" and "imaps".
8107
8108         * gnus-start.el (gnus-activate-group): Send the info to
8109         gnus-request-group.
8110
8111         * nnimap.el (nnimap-request-group): Have the "check" version of the
8112         function parse flags and update the info, so that a `M-g' get a total
8113         resync of all flags from the group.
8114
8115         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8116         to allow backends to alter the info on group selection.  Also alter all
8117         the backend -request-group functions to take the parameter.
8118
8119         * nnimap.el (nnimap-store-info): New function.
8120         (nnimap-update-info): Store the info for later usage.
8121         (nnimap-request-group): Use the stored info for the dont-check case, so
8122         that we don't retrieve all marks when we enter a group.
8123
8124         * nnimap.el: Use deffoo instead of defun for interface functions.
8125
8126         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8127         update the group info.  This makes the nndraft groups, for instance, go
8128         back to their old behavior.
8129
8130         * gnus-sum.el (gnus-select-newsgroup): Indent.
8131
8132         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8133         in.
8134         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8135         nothing.
8136
8137         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8138         from methods that are denied.
8139
8140         * gnus-int.el (gnus-method-denied-p): New function.
8141
8142         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8143         store the password instead of netrc.
8144         (nnimap-open-connection): Don't error out when we can't make a
8145         connections.
8146
8147         * auth-source.el (auth-source-create): In the password prompt, say what
8148         we're querying for.  Also prompt for user name if that hasn't been
8149         given.
8150
8151         * nnimap.el (nnimap-with-process-buffer): Remove.
8152
8153 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8154
8155         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8156         method when we're reading from the agent.
8157
8158         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8159
8160         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8161         that's probably most useful for users.
8162
8163         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8164         "failed" all the time.
8165
8166         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8167         ...)) with (with-current-buffer ... ).
8168
8169         * nntp.el (nntp-open-server): Return whether the open was successful or
8170         not.
8171
8172         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8173         select an unread unseen article first.
8174
8175         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8176         /etc/services, supply some sensible port defaults.
8177
8178         * dgnushack.el: Define netrc-credentials.
8179
8180 2010-09-17  Julien Danjou  <julien@danjou.info>
8181
8182         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8183
8184 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8185
8186         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8187         doesn't have any parameters.
8188
8189 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8190
8191         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8192         only upcased checks.
8193
8194         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8195
8196         * nnimap.el (nnimap-open-shell-stream): New function.
8197         (nnimap-open-connection): Use it.
8198         (nnimap-transform-headers): Get the number of lines in each message.
8199         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8200         number of lines.
8201         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8202         problem.
8203
8204         * utf7.el (utf7-encode): Autoload.
8205
8206         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8207         to allow the mail splitting to not return a default group.  This is
8208         useful for nnimap, which will leave unmatched mail in the inbox.
8209
8210         * nnimap.el: Rewritten.
8211
8212         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8213         nnimap usage.
8214
8215         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8216         if the move is internal, so that nnimap can do fast internal moves.
8217
8218         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8219         data.
8220         (gnus-read-active-for-groups): Support finishing the early retrieval of
8221         data.
8222
8223         * gnus-range.el (gnus-range-nconcat): New function.
8224
8225         * gnus-int.el (gnus-finish-retrieve-group-infos)
8226         (gnus-retrieve-group-data-early): New functions.
8227
8228 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8229
8230         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8231         (nnrss-retrieve-groups):
8232         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8233         (pop3-quit): Use with-current-buffer.
8234
8235 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8238         instead of nnheader-accept-process-output.
8239
8240         * dgnushack.el (dgnushack-compile): Add comment.
8241
8242         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8243
8244         * gnus-html.el (gnus-html-schedule-image-fetching)
8245         (gnus-html-prefetch-images): Replace process-kill-without-query by
8246         gnus-set-process-query-on-exit-flag.
8247
8248 2010-09-16  Romain Francoise  <romain@orebokech.com>
8249
8250         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8251
8252 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8255         parameter to unintern is mandatory-ish in Emacs 24.
8256
8257         * gnus-html.el (gnus-html-schedule-image-fetching)
8258         (gnus-html-prefetch-images): Check for curl before using it.
8259
8260         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8261         depend on curl, which isn't essential.
8262
8263         * imap.el: Revert back to version
8264         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8265         seem problematic.
8266
8267 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8268
8269         * gnus-registry.el (gnus-registry-install-shortcuts):
8270         Explicitly pass `obarray' to `unintern' to avoid a warning.
8271
8272 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8273
8274         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8275         change.
8276
8277         * nnrss.el (nnrss-request-list): Remove this function and related
8278         functions, including the moreover stuff.
8279
8280 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * nnrss.el (nnrss-retrieve-groups): New function.
8283
8284 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8285
8286         * .dir-locals.el: Add no-byte-compile cookie.
8287
8288 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * time-date.el (format-seconds): Comment fix.
8291
8292         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8293         for back end that doesn't support request-scan.
8294
8295 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8296
8297         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8298         then do request scans from the backends.
8299
8300         * netrc.el (netrc-credentials): New conveniency function.
8301
8302         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8303         avoid running a hook per line, since this takes a lot of time,
8304         profiling shows.
8305         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8306         directly if gnus-visual-p is true.
8307
8308 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8311         groups; replace mapcar with dolist which is a bit faster; pass groups
8312         info to gnus-read-active-file-1.
8313         (gnus-read-active-file-1): Scan only specified groups if the new
8314         optional arg `infos' is given.
8315
8316 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8319
8320         * pop3.el (pop3-movemail): Remove.
8321         (pop3-streaming-movemail): Rename to pop3-movemail.
8322
8323         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8324         don't restrict end-tag searches to the end of the line.
8325
8326 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8329         articles of every unchecked group to t, which means unknown since the
8330         server has never been opened.
8331
8332 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8333
8334         * gnus-html.el (gnus-html-show-alt-text): New command.
8335         (gnus-html-browse-image): Ditto.
8336         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8337         to browse the image directly.
8338         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8339         better.
8340
8341         * gnus-async.el (gnus-async-article-callback):
8342         Call `gnus-html-prefetch-images' unconditionally.
8343
8344         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8345         before feeding URLs to curl.
8346
8347 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8350         internal images as deletable by `W D D'.
8351
8352         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8353         (gnus-async-article-callback): Fix typo.
8354
8355 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8356
8357         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8358         current line to work around bugs in the output from w3m.
8359
8360         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8361         for groups that want that.
8362
8363         * nntp.el (nntp-wait-for-string): Supply a timeout for
8364         accept-process-output to ensure progress.
8365
8366         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8367         level to get unread articles from, then use that for foreign groups,
8368         too.
8369
8370         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8371         confuses the rest of the function.
8372
8373         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8374         for the methods that support -retrieve-groups, too.
8375
8376         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8377
8378 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8381         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8382
8383         * pop3.el: Require cl when compiling.
8384         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8385
8386 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8387
8388         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8389         that aren't going to be activated.
8390         (gnus-get-unread-articles): Fix up the last commit.
8391
8392         * gnus-html.el (gnus-article-html): Allow calling without specifying
8393         the handle.  In that case, dissect the buffer first.
8394
8395         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8396
8397         * nnimap.el (nnimap-open-connection): Revert the change that would look
8398         into authinfo for imaps instead of imap.
8399
8400         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8401         say that you don't want to call gnus-request-group with don-check, but
8402         do check the reponse.  This is for virtual groups only.
8403         (gnus-get-unread-articles): Count the archive groups as secondary, so
8404         that they're activated the same way as before.
8405
8406         * imap.el (imap-message-map): Removed optional buffer parameter, since
8407         no callers use it.
8408         (imap-message-get): Ditto.
8409         (imap-message-put): Ditto.
8410         (imap-mailbox-map): Ditto.
8411         (imap-mailbox-put): Ditto.
8412         (imap-mailbox-get): Ditto.
8413         (imap-mailbox-get): Revert last change for this function.
8414
8415         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8416         case-insensitively.
8417         (nnimap-debug): Remove.
8418
8419         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8420         callers to use `imap-fetch' instead.  According to the comments, this
8421         should be safe, since all other IMAP clients use the 1:* syntax.
8422         (imap-enable-exchange-bug-workaround): Remove.
8423         (imap-debug): Remove -- doesn't seem very useful.
8424
8425         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8426         mail from a file, and the file doesn't exist.
8427
8428         * imap.el (imap-log): New convenience function used throughout instead
8429         of repeating the same code all over the place.
8430
8431         * pop3.el (pop3-streaming-movemail): Return t for success.
8432
8433         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8434         .authinfo if we're using ssl connection.
8435
8436         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8437         already have if we're in a main Gnus `g' run.
8438
8439         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8440
8441 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8444
8445         * nnmh.el (nnmh-request-list-1): Bind `file'.
8446
8447         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8448         alias to set-process-query-on-exit-flag or process-kill-without-query.
8449         (pop3-open-server): Use it.
8450
8451 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8452
8453         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8454         box to the Incoming file.  Fixes mistake in previous checkin.
8455
8456         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8457         request loop (for debugging purposes) removed.
8458
8459         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8460         culprit is more visible.
8461         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8462         (nnml-add-incremental-nov): New functions to do "incremental" nov
8463         updates, where we just append to the end of the existing nov files
8464         without reading/writing them in full.
8465
8466         * mail-source.el (mail-source-delete-crash-box): Really only check the
8467         incoming files once in a while.
8468
8469         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8470
8471         * mail-source.el (mail-source-delete-crash-box): Only check the
8472         incoming files for deletion once per day to save a lot of file
8473         accesses.
8474
8475         * pop3.el (pop3-logon): Fix up unbound variable typo.
8476
8477         * mail-source.el (pop3-streaming-movemail): Autoload.
8478
8479         * pop3.el (pop3-streaming-movemail):
8480         Respect pop3-leave-mail-on-server.
8481
8482         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8483         retrieval.
8484
8485         * pop3.el (pop3-process-filter): Remove unused function.
8486         (pop3-streaming-movemail, pop3-send-streaming-command)
8487         (pop3-wait-for-messages, pop3-write-to-file)
8488         (pop3-number-of-responses): New functions for streaming pop3
8489         retrieval.
8490
8491         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8492         come from no known methods.
8493         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8494         list.
8495
8496         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8497         message sizes.
8498         (pop3-movemail): Use erase-buffer instead of looping and deleting
8499         regions, which seems rather odd.
8500
8501         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8502         file once per `g' run.
8503
8504         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8505         directories.  This makes the draft queue directory work.
8506
8507         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8508         data from the backends, so that we only request the list of groups from
8509         each method once.  This should speed things up considerably.
8510
8511         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8512         detect that it's not implemented.
8513
8514         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8515         we actually do recurse down into the tree, but don't stat all leaf
8516         nodes.
8517
8518         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8519         then say so instead of bugging out.
8520
8521         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8522         files exist before trying to read them.
8523
8524         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8525         around <pre_int>.
8526
8527         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8528
8529         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8530
8531 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532
8533         * mm-util.el (mm-image-load-path): Just return the image directories,
8534         not all directories in the path in addition to the image directories.
8535         (mm-image-load-path): Maintain a cache of the image directories so that
8536         the `g' command in Gnus doesn't have to stat dozens of directories each
8537         time.
8538
8539         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8540         (gnus-html-wash-tags): Add a new `i' command to insert images.
8541         (gnus-html-insert-image): New command and keystroke.
8542         (gnus-html-redisplay-with-images): New command and keystroke.
8543         (gnus-html-show-images): Rename command.
8544         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8545         spacers.
8546         (gnus-html-wash-tags): Decode entities at the end, so that entities
8547         inside the tags don't mess up the rest of the "parsing".
8548
8549         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8550         so that nnimap methods aren't agentized by default.  There's apparently
8551         many problems related to agent/imap behavior.
8552
8553         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8554
8555         * gnus-html.el: Doc fix.
8556
8557 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8560         specifier-spec-list for Emacs 21.
8561
8562         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8563         glyph-width and glyph-height instead of display-graphic-p and
8564         image-size; make avoidance of displaying small images work for XEmacs.
8565
8566         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8567         for XEmacs.
8568
8569         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8570         of symbol that holds plist data.
8571         (gnus-process-plist): Remove plist of process after getting it.
8572
8573 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574
8575         * message.el (message-generate-hashcash): Change default to
8576         'opportunistic if hashcash is installed.
8577
8578         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8579         (gnus-html-put-image): Only call image-size once, since it's somewhat
8580         time-consuming on remote X servers.
8581
8582 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8585         type on data, not a file name.
8586
8587         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8588         window-pixel-edges for Emacs 21.
8589
8590         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8591         decoded contents.
8592         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8593
8594 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8595
8596         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8597         group line format, since it isn't very interesting.
8598
8599         * gnus-agent.el (gnus-agent-short-article),
8600         (gnus-agent-long-article): Increase values for these two variables,
8601         since most people are likely to have more network connection and
8602         storage than before.
8603
8604         * gnus.el (gnus-refer-article-method): Change default to 'current.
8605         When referring an article, the common behavior is to refer it from the
8606         current select method, not the native select method.  The chances of
8607         the native select method having the message in question is rather slim
8608         these days.
8609
8610         * gnus-sum.el (gnus-auto-select-subject): Change default to
8611         `unseen-or-unread'.  I think it's likely that most people want to
8612         select an unseen article over a previously seen, but unread one.
8613
8614         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8615         means that in the article buffer none of the minor mode elements will
8616         be shown, usually, and this is not desirable in most cases.
8617
8618         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8619         that commands like `d' (and the like) go to the next line in the
8620         buffer, instead of the next unread article.  I think this is the
8621         behavior that is most natural for most users.
8622         (gnus-single-article-buffer): Change default to nil, so that people can
8623         have as many article buffers open as they have summary buffer.  I think
8624         this is the most natural way for the groups to behave.
8625
8626         * message.el (message-generate-new-buffers): Change default to
8627         `unsent', so that all new message buffers start their names with the
8628         string "*unsent", and it's easier to find the buffers if you move from
8629         them.
8630
8631 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8634         small.  They're probably tracking images.
8635         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8636         (gnus-html-rescale-image): Yet another try at getting the image sizing
8637         right.
8638
8639         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8640         nntp-marks-file-name is nil.
8641
8642 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8643
8644         * gnus-html.el (gnus-html-wash-tags)
8645         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8646         Better logging.
8647
8648 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8651
8652         * gnus-html.el (gnus-html-wash-tags): Check the value of
8653         gnus-blocked-images in the summary buffer.
8654
8655 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8656
8657         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8658
8659 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8660
8661         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8662         like "a", it seems like.
8663         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8664         since it needs to be picked from the correct buffer.
8665
8666         * nnwfm.el: Remove.
8667
8668         * nnlistserv.el: Remove.
8669
8670 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8671
8672         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8673         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8674
8675 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8676
8677         * nnkiboze.el: Remove.
8678
8679         * nndb.el: Remove.
8680
8681         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8682         alt text.
8683         (gnus-html-rescale-image): Try to get the rescaling logic right for
8684         images that are just wide and not tall.
8685
8686         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8687         overshadow variable bindings.
8688
8689 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8690
8691         * gnus-html.el (gnus-html-wash-tags)
8692         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8693         Add extra logging.
8694
8695 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8698         (gnus-max-image-proportion): New variable.
8699         (gnus-html-rescale-image): New function.
8700         (gnus-html-put-image): Rescale images.
8701
8702 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8703
8704         Fix up some byte-compiler warnings.
8705         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8706         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8707         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8708         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8709         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8710         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8711         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8712
8713 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-html.el (gnus-article-html): Decode contents by charset.
8716
8717 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8720         (gnus-html-frame-width, gnus-blocked-images):
8721         * message.el (message-prune-recipient-rules): Add custom version.
8722         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8723
8724         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8725         functions.
8726
8727         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8728         gnus-process-get.
8729
8730 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8731
8732         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8733         instead of lsub directly.
8734
8735 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8736
8737         * nnwarchive.el: Remove.
8738
8739         * gnus-soup.el: Remove.
8740
8741         * nnsoup.el: Remove.
8742
8743         * nnultimate.el: Remove.
8744
8745         * gnus-html.el (gnus-blocked-images): New variable.
8746
8747         * message.el (message-prune-recipients): New function.
8748         (message-prune-recipient-rules): New variable.
8749
8750         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8751         guess whether a long line is natural text or not.
8752
8753         * gnus-html.el (gnus-html-schedule-image-fetching):
8754         Use gnus-process-plist and friends for compatibility.
8755
8756 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8757
8758         * gnus-html.el: Require packages that define macros used in this file.
8759         (gnus-article-mouse-face): Declare to silence byte-compiler.
8760         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8761         process-get.
8762         (gnus-html-put-image): Use plist-get to avoid getf.
8763         (gnus-html-prefetch-images): Use with-current-buffer.
8764
8765 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-ems.el: Provide compatibility functions for
8768         gnus-set-process-plist.
8769
8770         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
8771         header-line-format for XEmacs 21.4.
8772
8773         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8774         * gnus.el (gnus-valid-select-methods):
8775         * message.el (message-send-mail-partially-limit):
8776         * mm-decode.el (mm-text-html-renderer):
8777         * mml.el (mml-insert-mime-headers-always):
8778         * smiley.el (smiley-regexp-alist): Bump custom version.
8779
8780 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8781
8782         * gnus-html.el: require mm-url.
8783         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8784         with the url to `url'.
8785         (gnus-html-wash-tags): Support cid: URLs/images.
8786
8787 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8790         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8791         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8792
8793         * gnus-move.el: Remove file, since it doesn't really work.
8794
8795         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8796         UTF-8.  This seems to fix problems with some German web feeds.
8797
8798         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8799         at the top so that the proper colors are applied.
8800
8801         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
8802         don't have dots in their names.
8803
8804         * gnus-art.el (gnus-article-view-part): Doc fix.
8805
8806         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8807         XEmacs-compatible.
8808         (gnus-html-put-image): Don't do images on non-graphic displays.
8809
8810         * nnslashdot.el: Remove this unused backend.
8811
8812         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8813         actions.
8814         (gnus-undo-register-1): Revert last change.
8815
8816         * gnus-group.el (gnus-group-completing-read): Protect against not
8817         having completion-styles bound.
8818
8819         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8820         make broken recipients happier.
8821
8822         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8823
8824         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8825         point parameter.
8826
8827         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
8828
8829         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8830         completion-styles for group selection.
8831
8832 2009-02-04  Andreas Schwab  <schwab@suse.de>
8833
8834         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8835         headers and regexp-quote the match if necessary.
8836
8837 2009-03-24  Miles Bader  <miles@gnu.org>
8838
8839         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8840         the blinking smiley.
8841
8842 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8843
8844         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8845         blink smiley.
8846
8847 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8848
8849         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8850         where the dribbel file lives exists.
8851
8852         * message.el (message-send-mail-partially-limit): Change the default to
8853         nil, since most people don't want this.
8854
8855         * mm-url.el (mm-url-decode-entities): Also decode entities like
8856         &#x3212.
8857
8858 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8859
8860         * gnus-sum.el (gnus-summary-idna-message):
8861         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8862         Hyperlink urls in docstrings with URL `...'.
8863
8864 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8865
8866         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8867         functions.
8868
8869 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8870
8871         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8872         say what the mouseover text should be.
8873
8874         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8875         version of the mm-w3m-safe-url-regexp variable to only download images
8876         in the groups where we want that to happen.
8877
8878         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8879
8880         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8881         easier debugging.
8882         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8883         big pictures in the article buffer.
8884
8885         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8886         gnus-article-html.
8887         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8888         w3m.
8889
8890         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8891
8892 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8895         which doesn't exist.
8896
8897         * message.el (message-inhibit-ecomplete): New variable to allow some
8898         function to inhibit ecomplete address storage.
8899         (message-resend): Disable ecomplete message storage when resending
8900         messages.
8901
8902         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8903
8904 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
8907         Save excursion while copying, moving, and deleting articles in order to
8908         prevent the cursor from jumping to unforeseen place.
8909
8910 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * lpath.el: No need to bind bookmark-current-buffer,
8913         bookmark-yank-point and bookmark-make-record-function.
8914
8915 2010-08-17  Glenn Morris  <rgm@gnu.org>
8916
8917         * gnus-sync.el: Require gnus components whose functions are used.
8918
8919         * gnus-art.el (bookmark-make-record-function):
8920         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8921         Declare for compiler.
8922
8923         * mm-url.el (mml-compute-boundary): Autoload.
8924
8925 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8928
8929 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
8930
8931         Typo fix "hoo4a" -> "hook".
8932
8933         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8934
8935 2010-08-14  Glenn Morris  <rgm@gnu.org>
8936
8937         * gnus-sync.el (gnus-sync): Fix defgroup version.
8938
8939 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
8940
8941         Doc fixes and keep unknown groups (ammended for nunion bug fix).
8942
8943         * gnus-sync.el: Fix docs.
8944         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8945         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8946
8947 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8948
8949         Optimizations for gnus-sync.el.
8950
8951         * gnus-sync.el: Add docs about gnus-sync-backend
8952         possibilities.
8953         (gnus-sync-save): Remove unnecessary message.
8954         (gnus-sync-read): Optimize and show what groups were skipped.
8955
8956 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8957
8958         Minor bug fixes for gnus-sync.el.
8959
8960         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8961         Don't read the sync on get-new-news.
8962
8963         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8964         quiet.
8965
8966         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8967         (fix typo).
8968
8969 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
8970
8971         Make saving and restoring of hidden threads work with overlays.
8972         Patch applied by Ted Zlatanov.
8973
8974         * gnus-sum.el (gnus-hidden-threads-configuration)
8975         (gnus-restore-hidden-threads-configuration): Update to deal with text
8976         properties, rather than searching for a magic character.
8977
8978 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8979
8980         New gnus-sync.el library for synchronization of marks.
8981
8982         * gnus-sync.el: New library for synchronization of marks.
8983
8984         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8985         renamed from `gnus-registry-grep-in-list'.
8986
8987         * gnus-registry.el (gnus-registry-follow-group-p):
8988         Use `gnus-grep-in-list'.
8989
8990         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8991
8992 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8995         determining charset of text fails.
8996
8997 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * nnmail.el (nnmail-get-new-mail-1): Revert.
9000
9001         * nnml.el (nnml-active-number): Make sure names of newly created groups
9002         in nnml-group-alist are encoded.
9003
9004 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9007         containing non-ASCII characters in active file for nnml back end.
9008
9009 2010-07-24  David Engster  <dengste@eml.cc>
9010
9011         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9012         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9013
9014 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9015
9016         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9017         tag (Bug#6654).
9018
9019 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9022         the article buffer, not the summary buffer.
9023
9024 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9027         Emacs 23 as well.
9028
9029 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9032         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9033
9034 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9035
9036         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9037         Patch applied by Karl Fogel.
9038
9039         * gnus-sum.el (gnus-summary-bookmark-make-record):
9040         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9041
9042 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9043
9044         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9045         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9046         C-w still not working correctly from Article buffers; Thierry's
9047         patch to fix that will be applied after this.
9048
9049         * gnus-art.el (bookmark-make-record-function): New local variable.
9050
9051         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9052         article buffer.
9053         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9054
9055 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9056
9057         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9058         on changes in bookmark.el.
9059
9060 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9063         `no-log' instead of message not to log prompt string.
9064
9065 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9066
9067         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9068         the *other* type of HTML form submission.
9069
9070 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9071
9072         * auth-source.el (auth-source-pick): If choice does not contain a
9073         questioned keyword, set the check to t.
9074
9075 2010-06-12  Romain Francoise  <romain@orebokech.com>
9076
9077         * gnus-util.el (gnus-date-get-time): Move up before first use.
9078
9079 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9082         (gnus-article-edit-part): Bind it to make last part that is substituted
9083         or deleted visible.
9084         (gnus-mime-display-single): Buttonize part of which id equals to
9085         gnus-mime-buttonized-part-id.
9086
9087 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9088
9089         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9090         (gnus-dd-mmm): Use gnus-date-get-time.
9091         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9092         simplify logic.
9093         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9094         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9095
9096 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9097
9098         * auth-source.el (top): Autoload `secrets-list-collections',
9099         `secrets-create-item', `secrets-delete-item'.
9100         (auth-sources): Fix tag string.
9101         (auth-get-source, auth-source-retrieve, auth-source-create)
9102         (auth-source-delete): New defuns.
9103         (auth-source-pick): Rewrite in order to avoid 2 passes.
9104         (auth-source-forget-user-or-password): New parameter USERNAME.
9105         (auth-source-user-or-password): New parameters CREATE-MISSING and
9106         DELETE-EXISTING.  Retrieve password interactively, if needed.
9107
9108 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9109
9110         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9111         deleting unused directories when gnus-expert-user is t.
9112
9113 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9116         for each temp file when gnus-article-browse-delete-temp is ask.
9117
9118 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9119
9120         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9121         Replace Lisp calls to delete-backward-char by calls to delete-char.
9122
9123 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9124
9125         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9126
9127 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9128
9129         * password-cache.el (password-cache-remove): Fix docstring.
9130
9131 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9134         article unless decoding article to be saved.
9135
9136 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9139         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9140         generated within the mm-with-unibyte-current-buffer macro.
9141
9142 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9145         to nil when we're in a mml-preview buffer and no group is selected.
9146
9147 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9148
9149         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9150         when catching the `C-g'.  Reported by "Leo".
9151
9152 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * message.el (message-forward-make-body-plain)
9155         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9156         multibyte-string-p.
9157
9158         * lpath.el: Revert.
9159
9160 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * message.el (message-forward-make-body-mml): Assume original message
9163         is multibyte string; error on unibyte.
9164         (message-forward-make-body-plain): Ditto; don't add excessive newline
9165         in body end.
9166
9167         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9168
9169 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9170
9171         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9172         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9173
9174 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * mm-extern.el (mm-extern-url): Don't use
9177         mm-with-unibyte-current-buffer.
9178         (mm-extern-cache-contents): Use with-current-buffer instead of
9179         save-excursion + set-buffer.
9180
9181 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * mm-util.el (mm-emacs-mule): Remove.
9184
9185 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9186
9187         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9188         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9189         change.
9190
9191 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9194         bind the default value of enable-multibyte-characters to nil.
9195
9196 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * message.el (message-forward-make-body-plain)
9199         (message-forward-make-body-mml):
9200         Don't use mm-with-unibyte-current-buffer.
9201
9202 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9203
9204         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9205
9206 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9207
9208         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9209         (Bug#5592).
9210
9211 2010-05-07  Julien Danjou  <julien@danjou.info>
9212
9213         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9214         it to mm-pipe-part.
9215
9216         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9217         it is given.
9218
9219 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * binhex.el (binhex-decode-region-internal):
9222         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9223         (dns-query):
9224         * nnweb.el (nnweb-gmane-search):
9225         * pgg-parse.el (pgg-parse-armor):
9226         * pgg.el (pgg-verify-region):
9227         * sha1.el (sha1-string-external):
9228         * uudecode.el (uudecode-decode-region-internal):
9229         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9230         XEmacs.
9231
9232         * gnus-art.el (gnus-article-browse-html-parts):
9233         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9234         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9235         make-temp-file.
9236
9237         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9238         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9239         compiling.
9240
9241         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9242         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9243         XEmacs when compiling.
9244
9245         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9246         gnus-pick-mode-off-hook for XEmacs when compiling.
9247         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9248         gnus-binary-mode-off-hook for XEmacs when compiling.
9249
9250         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9251         Return nil if char-charset is not available.
9252
9253         * imap.el (imap-disable-multibyte)
9254         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9255         macros.
9256
9257         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9258         instead of encode-coding-string.
9259
9260         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9261         'xemacs) instead of mm-emacs-mule to switch function definitions.
9262         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9263
9264         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9265         bind temporary-file-directory for XEmacs;
9266         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9267         timer-set-function for XEmacs 21.4 and SXEmacs;
9268         bind timer-list for XEmacs 21.4 and SXEmacs;
9269         fbind char-charset and find-charset-region for non-Mule XEmacs;
9270         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9271         encode-coding-region and encode-coding-string for XEmacs having no
9272         file-coding feature.
9273
9274 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9275
9276         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9277
9278 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9281         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9282
9283 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9284
9285         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9286         alias `jka-compr-delete-temp-file' no longer exists.
9287
9288 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9289
9290         Use define-minor-mode in Gnus where applicable.
9291         * mml.el (mml-mode): Use define-minor-mode.
9292         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9293         (gnus-undo-mode): Use define-minor-mode.
9294         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9295         (gnus-dead-summary-mode): Use define-minor-mode.
9296         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9297         Initialize in declaration.
9298         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9299         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9300         (gnus-mailing-list-mode): Use define-minor-mode.
9301         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9302         (gnus-draft-mode): Use define-minor-mode.
9303         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9304         (gnus-dired-mode): Use define-minor-mode.
9305
9306 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9307
9308         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9309         handles on recursive mml-to-mime translation and check them for
9310         boundary delimiter collisions.  Reported by Greg Troxel.
9311
9312 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9315
9316 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9317
9318         * mm-util.el (mm-find-buffer-file-coding-system):
9319         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9320
9321 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9322
9323         * message.el (message-generate-headers): Record insertion of optional
9324         headers as well.  Otherwise the check to prevent repeated insertion of
9325         optional headers is a no-op.
9326
9327 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9328
9329         * smime.el: Don't mention CVS.
9330
9331         * nnrss.el (nnrss-fetch): Don't mention CVS.
9332
9333         * nnir.el: Don't mention CVS.
9334
9335 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9336
9337         * gnus-sum.el (gnus-summary-bookmark-make-record):
9338         Add `location' field.
9339
9340 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * lpath.el: Fbind bookmark-default-handler,
9343         bookmark-get-bookmark-record, bookmark-make-record-default,
9344         bookmark-prop-get for Emacs <23 and XEmacs.
9345
9346 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9347
9348         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9349         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9350         Use with-current-buffer to silence the byte-compiler.
9351         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9352         bother to require `gnus'.
9353         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9354
9355 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9356
9357         * gnus-sum.el (gnus-summary-bookmark-make-record)
9358         (gnus-summary-bookmark-jump): New functions.
9359         (gnus-summary-mode): Setup bookmark support.
9360
9361 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9362
9363         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9364         if set.
9365
9366 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9369         gnus-article-browse-html-save-cid-image; make it work recursively for
9370         forwarded messages as well.
9371         (gnus-article-browse-html-parts): Work when prefix arg is given.
9372         (gnus-article-browse-html-article): Doc fix.
9373
9374 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9375
9376         * message.el (message-default-mail-headers):
9377         (message-default-headers): Carry the value mail-default-headers over
9378         into message-default-mail-headers, rather than message-default-headers.
9379
9380 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9381
9382         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9383         charset.
9384
9385         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9386         charset into the <meta> tag when the article is encoded to utf-8.
9387
9388 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * gnus-art.el (gnus-article-browse-delete-temp-files):
9391         Delete directories as well.
9392         (gnus-article-browse-html-parts): Work for images that do not specify
9393         file names; delete temp directory when quitting; insert header at the
9394         right place; use file: scheme for image files.
9395
9396 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9397
9398         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9399         (gnus-article-browse-html-parts): Use it to make temporary cid image
9400         files in addition to html file so that browser may display them.
9401
9402 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9405
9406 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9407
9408         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9409
9410 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9411
9412         * auth-source.el (auth-sources): Change default to be simpler.
9413         Explain about Secret Service API sources.  Improve Customize options.
9414         (auth-source-pick): Change to accept any number of search parameters.
9415         Implement fallbacks iteratively, not recursively.  Add scoring on the
9416         second pass and sort by score.  Call Secret Service API when needed.
9417         (auth-source-user-or-password): Use it.  Call Secret Service API
9418         directly when needed to get the user name and the password.
9419
9420 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9421
9422         * message.el (message-interactive): Doc fix.
9423         (message-qmail-inject-args): Reflow.
9424         (message-kill-to-signature): Fix typo in docstring.
9425
9426         * smiley.el (smiley-buffer): Fix typo in docstring.
9427
9428 2010-03-24  Glenn Morris  <rgm@gnu.org>
9429
9430         * mail-source.el (gnus-message): Declare.
9431         (mail-source-delete-old-incoming): Require gnus-util.
9432
9433 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9436
9437         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9438
9439         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9440         password-cache's default if it is not bound.
9441         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9442         password-cache-expiry's default if it is not bound.
9443
9444         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9445         available in Emacs 21.
9446
9447         * lpath.el: Suppress compiler warnings for:
9448         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9449         XEmacs;
9450         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9451         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9452         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9453
9454 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9455
9456         * auth-source.el (auth-sources): Fix up definition so extra parameters
9457         are always inline.
9458
9459 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9460
9461         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9462         wasn't updated after mismatch.  Clear cached mailbox info correctly
9463         when uidvalidity changes.
9464         (nnimap-group-prefixed-name): New function to avoid some code
9465         duplication.
9466         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9467         (nnimap-request-group): Use it.
9468         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9469         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9470         with many imap folders.  This is done by caching the group status from
9471         the imap server persistently in a group parameter `imap-status'.  (This
9472         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9473         but not persistently, so every Gnus startup was still very slow.)
9474
9475 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9476
9477         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9478         delete the extra newline.  Otherwise editing of :string and :number
9479         types don't work.
9480
9481 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9482
9483         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9484         secrets.el dependency.
9485         (auth-sources): Add optional user name.  Add secrets.el configuration
9486         choice (unused right now).
9487
9488 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9489
9490         * gnus-sum.el (gnus-summary-make-menu-bar):
9491         Let `gnus-registry-install-shortcuts' fill in the functions.
9492
9493         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9494         warnings.
9495         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9496         (gnus-registry-install-shortcuts): Populate and use it in a
9497         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9498
9499 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9500
9501         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9502         In-place substitutions for the group name encoding/decoding.
9503         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9504         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9505         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9506         (nnimap-update-unseen, nnimap-request-list)
9507         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9508         (nnimap-request-set-mark, nnimap-split-to-groups)
9509         (nnimap-split-articles, nnimap-request-newgroups)
9510         (nnimap-request-create-group, nnimap-request-accept-article)
9511         (nnimap-request-delete-group, nnimap-request-rename-group)
9512         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9513         `encoded-mbx' for consistency.
9514         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9515         variable `imap-current-mailbox'.
9516
9517         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9518         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9519
9520 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9521
9522         * pop3.el (pop3-display-message-size-flag): Display message size byte
9523         counts during POP3 download.
9524         (pop3-movemail): Use it.
9525         (pop3-list): Implement listing of available messages.
9526
9527 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9528
9529         * nnir.el (nnir-get-article-nov-override-function): New function to
9530         override the normal NOV retrieval.
9531         (nnir-retrieve-headers): Use it.
9532
9533 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9534
9535         * auth-source.el (netrc-machine-user-or-password): Autoload.
9536
9537 2010-03-19  Glenn Morris  <rgm@gnu.org>
9538
9539         Stop message.el from loading about 40 libraries it doesn't always need.
9540         The general approach is to autoload rather than require, and to
9541         require in the specific functions rather than the file.  (Bug#5642)
9542
9543         * gmm-utils.el: Don't require wid-edit.
9544         (widget-create-child-value, widget-convert, widget-default-get):
9545         Autoload.
9546
9547         * gnus-util.el: Don't require time-date, netrc.
9548         (message-fetch-field, gnus-group-name-decode): Declare rather than
9549         autoloading.
9550         (gnus-fetch-field): Require message.
9551         (gnus-decode-newsgroups): Require gnus-group.
9552
9553         * ietf-drums.el: Don't require time-date.
9554
9555         * message.el: Don't require hashcash, canlock, ecomplete.
9556         Do require mail-utils.  Require nnheader only when compiling.
9557         (smtpmail-default-smtp-server): Remove declaration.
9558         (message-send-mail-function): Check smtpmail-default-smtp-server
9559         is bound rather than requiring smtpmail.
9560         (message-auto-save-directory, message-insert-signature):
9561         Use expand-file-name rather than nnheader-concat.
9562         (nnheader-insert-file-contents): Autoload.
9563         (hashcash-wait-async): Declare.
9564         (message-send-mail): Only call gnus-setup-posting-charset if
9565         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9566         (message-send-mail-with-sendmail): Require sendmail.
9567         (canlock-password, canlock-password-for-verify): Declare.
9568         (message-canlock-password): Require canlock.
9569         (nnheader-get-report): Autoload.
9570         (gnus-setup-posting-charset): Declare.
9571         (message-send-news): Require gnus-msg.
9572         (message-make-references, message-make-in-reply-to): Use mail-header-id
9573         rather than the alias mail-header-message-id.
9574         (ecomplete-add-item, ecomplete-save): Declare.
9575         (message-put-addresses-in-ecomplete): Require ecomplete.
9576         (ecomplete-display-matches): Autoload.
9577
9578         * mm-decode.el: Don't require mailcap, gnus-util.
9579         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9580         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9581         Autoload.
9582         (mailcap-mime-extensions): Declare.
9583
9584         * mm-encode.el: Don't require mailcap.
9585         (mailcap-extension-to-mime): Autoload.
9586
9587         * mml-sec.el: Don't require password-cache.
9588
9589         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9590         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9591         (mml-minibuffer-read-type): Require mailcap.
9592         (mml-preview): Require gnus-msg.
9593
9594         * mml1991.el: Require password-cache.
9595         (password-cache-expiry): Remove declaration.
9596
9597         * mml2015.el: Require password-cache.
9598         (password-cache-expiry): Remove declaration.
9599
9600         * nneething.el (mailcap): Require mailcap.
9601
9602         * nnheader.el (declare-function): Add compatibility stub.
9603         (message-remove-header): Declare rather than autoload.
9604         (nnheader-replace-header): Require message.
9605
9606         * nnimap.el (declare-function): Add compatibility stub.
9607         (netrc-parse, netrc-machine-user-or-password): Declare.
9608         (nnimap-open-connection): Require netrc.
9609
9610         * nntp.el (declare-function): Add compatibility stub.
9611         (netrc-parse, netrc-machine, netrc-get): Declare.
9612         (nntp-send-authinfo): Require netrc.
9613
9614         * rfc2047.el: Don't require qp.
9615         (quoted-printable-encode-region, quoted-printable-decode-string):
9616         Autoload.
9617
9618         * sieve-mode.el: Don't require easymenu.
9619         (easy-menu-add-item): Autoload it.
9620
9621         * spam-stat.el (time-to-number-of-days): Autoload it.
9622
9623 2010-03-19  Glenn Morris  <rgm@gnu.org>
9624
9625         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9626
9627 2010-03-18  Glenn Morris  <rgm@gnu.org>
9628
9629         * hashcash.el (declare-function): Remove duplicate definition.
9630
9631 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9632
9633         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9634         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9635         value if any backslash escapes).
9636
9637 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9640         if it is available.  (bug#5647)
9641
9642         * lpath.el: Suppress compiler warning for coding-system-from-name for
9643         Emacs 21 and XEmacs.
9644
9645 2010-03-14  Juri Linkov  <juri@jurta.org>
9646
9647         * hmac-def.el:
9648         * hmac-md5.el:
9649         * netrc.el: Fix keywords.
9650
9651 2010-02-26  Glenn Morris  <rgm@gnu.org>
9652
9653         * message.el (message-send-mail-function): Change the default, so that
9654         it inherits from a customized send-mail-function.  (Bug#5643)
9655
9656 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9657
9658         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9659         shell-command-to-string signals an error (bug#5299).
9660
9661 2010-02-24  Glenn Morris  <rgm@gnu.org>
9662
9663         * message.el (message-smtpmail-send-it)
9664         (message-send-mail-with-mailclient): Doc fixes.
9665
9666 2010-02-16  Glenn Morris  <rgm@gnu.org>
9667
9668         * message.el (message-default-mail-headers): Change the default value
9669         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9670
9671 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9674         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9675
9676 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9677
9678         * time-date.el (date-to-time): Doc fix (Bug#5408).
9679
9680 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9681
9682         * message.el (message-mail): Just pass yank-action on to message-setup.
9683         (message-setup): Handle (FUN . ARGS) form of yank-action.
9684         (message-with-reply-buffer, message-widen-reply)
9685         (message-yank-original): Handle non-buffer values of
9686         message-reply-buffer (Bug#4080).
9687         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9688
9689 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9690
9691         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9692         Fix typo in docstring.
9693
9694 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9695
9696         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9697         response.
9698
9699 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9702
9703         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9704
9705         * message.el (message-check-news-header-syntax): Protect against a
9706         string that `rfc822-addresses' returns when parsing fails.
9707
9708 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9711         (gnus-previous-char-property-change): New functions.
9712
9713         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9714
9715 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9716
9717         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9718         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9719
9720 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9721
9722         * message.el (message-exchange-point-and-mark): Rework last change to
9723         avoid using optional arg of exchange-point-and-mark, for backward
9724         compatibility.
9725
9726 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9727
9728         * message.el (message-exchange-point-and-mark):
9729         Call exchange-point-and-mark with an argument rather than setting
9730         mark-active by hand (Bug#5175).
9731
9732 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * nntp.el (nntp-service-to-port): Work for service expressed with
9735         numeric string; replace [:digit:] with [0-9] for XEmacs.
9736
9737 2009-12-17  Glenn Morris  <rgm@gnu.org>
9738
9739         * gnus-group.el (gnus-bug-group-download-format-alist):
9740         Change emacs entry to debbugs.gnu.org.  Bump :version.
9741
9742 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9745
9746 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9747
9748         * message.el (message-info): Explain why we use `Info-goto-node'.
9749
9750 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
9753
9754 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9755
9756         * message.el (message-completion-in-region): New compatibility function.
9757         (message-expand-group): Use it.
9758
9759 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9762         with no unread article should be listed if the 2nd arg `predicate' is
9763         given.
9764
9765 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
9768
9769 2009-11-29  Juri Linkov  <juri@jurta.org>
9770
9771         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9772         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9773         on `gnus-recenter'.  (Bug#4698, Bug#4981)
9774
9775 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9776
9777         * sha1.el (sha1-string-external): default-directory "/" in case
9778         otherwise non-existent.  process-connection-type pipe for touch of
9779         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9780
9781 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9782
9783         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
9784         it's comms related and sgml-mode.el has "comm" on that basis too.
9785
9786 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9789         containing tspecial characters if they have been already quoted.
9790
9791 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9792
9793         * dns-mode.el (auto-mode-alist): Purecopy string.
9794
9795 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9796
9797         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
9798
9799 2009-10-24  Glenn Morris  <rgm@gnu.org>
9800
9801         * gnus-art.el (help-xref-stack-item): Define for compiler.
9802
9803 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9804
9805         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
9806
9807 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9810
9811 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9814         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9815
9816 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9819         (gnus-overlays-in): New alias to overlays-in.
9820
9821         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9822         gnus-overlay-get, and gnus-delete-overlay.
9823         (gnus-summary-show-thread): Make it work as well for systems in which
9824         next-single-char-property-change is not available.
9825         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9826
9827         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
9828         (gnus-overlay-get): New alias to extent-property.
9829         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
9830
9831         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
9832         SXEmacs.
9833
9834         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
9835         SXEmacs.
9836
9837 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9840
9841 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9842
9843         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9844         and XEmacs that don't have `remove-overlays'.
9845
9846 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9847
9848         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9849         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9850         selective display.  Use overlays instead.
9851
9852 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9853
9854         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9855
9856 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9857
9858         * spam-stat.el (spam-stat-load): Fix typo in message.
9859
9860 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9861
9862         * dig.el (dig-invoke): Fix typo in docstring.
9863         (query-dig): Reflow docstring.
9864
9865 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
9866
9867         * gnus-art.el (gnus-article-encrypt-body):
9868         * message.el (message-check-recipients):
9869         * mm-util.el (mm-codepage-setup):
9870         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9871         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9872
9873 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
9874
9875         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9876         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9877         keys from the menu if mm-{sign,encrypt}-option is 'guided.
9878         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9879         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9880
9881 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9882
9883         * dig.el: Add "Keywords: comm", as per net-utils.el.
9884
9885 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9886
9887         * dig.el (dig-mode): Use define-derived-mode.
9888
9889 2009-09-19  Glenn Morris  <rgm@gnu.org>
9890
9891         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9892
9893 2009-09-18  Glenn Morris  <rgm@gnu.org>
9894
9895         * gnus-diary.el (gnus-diary-check-message):
9896         * message.el (message-insert-formatted-citation-line):
9897         * nnbabyl.el (top-level):
9898         * nndiary.el (nndiary-schedule):
9899         Fix typos in condition-case handlers.
9900
9901 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * gnus-art.el (gnus-article-edit-part): Work for the buffer
9904         configuration that provides the sole article window in a frame;
9905         position point correctly after deleting a part.
9906
9907 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
9908
9909         * spam.el (spam-unregister-on-reregister): Add boolean variable.
9910         (spam-resolve-registrations-routine): Use it to unregister articles
9911         that change status.
9912
9913 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
9916         with XEmacs.
9917         (parse-time-string-chars): Use it.
9918
9919 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9920
9921         * imap.el (imap-interactive-login): Better messages.
9922         (imap-open): Fix bug with renamed buffer on reconnect.
9923         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9924         for easier debugging and cleaner code.  On successful (guessed based on
9925         server capabilities) secondary authentication, set imap-state
9926         correctly.
9927         (imap-last-authenticator): Define imap-last-authenticator as a variable
9928         to avoid warnings.
9929
9930 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * nnrss.el (nnrss-request-article): Remove binding of
9933         default-enable-multibyte-characters that has gotten needless by
9934         the 2007-07-13 change in rfc2047-encode-message-header.
9935
9936         * mml.el (mml-insert-multipart): Error on the message header.
9937         (mml-insert-part): Error on the message header; position point at
9938         the end of a MIME tag.
9939
9940 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * time-date.el (autoload): Expand define-obsolete-function-alias into
9943         defalias and make-obsolete for old Emacsen that Gnus supports.
9944         (with-no-warnings): Define it for old Emacsen.
9945         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9946         is available.
9947         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9948         float-time is available; suppress compile warning for time-to-seconds.
9949
9950         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9951         (gnus-float-time): Alias to float-time if it exists.
9952
9953         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9954         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9955         float-time is available; suppress compile warning for time-to-seconds.
9956
9957         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
9958         XEmacs.
9959
9960 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9961
9962         * imap.el (imap-message-map): Docstring fix.
9963
9964 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9967         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9968         Add the optional argument `encoding' that overrides the default.
9969
9970         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9971         mm-encode-buffer.
9972
9973 2009-09-04  Glenn Morris  <rgm@gnu.org>
9974
9975         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9976         mm-disable-multibyte, rather than default-enable-multibyte-characters.
9977         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9978         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9979         * mm-util.el (mm-with-unibyte-current-buffer)
9980         (mm-find-buffer-file-coding-system):
9981         * yenc.el (yenc-decode-region): Use default-value rather than
9982         default-enable-multibyte-characters.
9983
9984 2009-09-03  Glenn Morris  <rgm@gnu.org>
9985
9986         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9987         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9988         than default-enable-multibyte-characters.
9989
9990 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9991
9992         * gnus-art.el (gnus-article-read-summary-keys):
9993         Fix gnus-buffer-configuration's value temporarily used.
9994
9995 2009-09-02  Glenn Morris  <rgm@gnu.org>
9996
9997         * gnus-util.el (gnus-float-time): New function.
9998         * gnus-delay.el (gnus-delay-article):
9999         * gnus-sum.el (gnus-thread-latest-date):
10000         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10001         * nnspool.el (nnspool-request-newgroups):
10002         Use gnus-float-time rather than time-to-seconds.
10003         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10004
10005         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10006         (gnus-header-subject-face, gnus-header-newsgroups-face)
10007         (gnus-header-name-face, gnus-header-content-face):
10008         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10009         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10010         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10011         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10012         (gnus-cite-face-11):
10013         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10014         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10015         (gnus-server-closed-face, gnus-server-denied-face)
10016         (gnus-server-offline-face):
10017         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10018         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10019         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10020         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10021         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10022         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10023         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10024         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10025         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10026         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10027         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10028         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10029         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10030         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10031         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10032         (gnus-summary-high-undownloaded-face)
10033         (gnus-summary-low-undownloaded-face)
10034         (gnus-summary-normal-undownloaded-face)
10035         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10036         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10037         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10038         (gnus-splash-face):
10039         * message.el (message-header-to-face, message-header-cc-face)
10040         (message-header-subject-face, message-header-newsgroups-face)
10041         (message-header-other-face, message-header-name-face)
10042         (message-header-xheader-face, message-separator-face)
10043         (message-cited-text-face, message-mml-face):
10044         * sieve-mode.el (sieve-control-commands-face)
10045         (sieve-action-commands-face, sieve-test-commands-face)
10046         (sieve-tagged-arguments-face):
10047         * spam.el (spam-face):
10048         Mark face aliases with "-face" in the name as obsolete.
10049
10050 2009-09-01  Glenn Morris  <rgm@gnu.org>
10051
10052         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10053         than goto-line.
10054
10055 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10058         Don't move point if the command is invoked inside the message header.
10059
10060 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10061
10062         * imap.el (imap-send-command): Simplify.
10063         (imap-wait-for-tag): point-max -> buffer-size.
10064
10065 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10066
10067         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10068         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10069         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10070         * nnir.el (nnir-swish-e-index-file):
10071         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10072         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10073         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10074         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10075         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10076         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10077
10078 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10081         Don't save excursion.
10082
10083 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10084
10085         * nnheader.el (nnheader-find-file-noselect):
10086         * mm-util.el (mm-insert-file-contents):
10087         Use (default-value 'major-mode) instead of default-major-mode.
10088
10089 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10090
10091         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10092
10093 2009-08-26  Glenn Morris  <rgm@gnu.org>
10094
10095         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10096         than placing in files.el.
10097
10098 2009-08-25  Glenn Morris  <rgm@gnu.org>
10099
10100         * nnir.el (top-level): Don't require cl at run-time.
10101         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10102         Replace cl-function substitute with gnus-replace-in-string.
10103         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10104         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10105         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10106         simplified expansions.
10107
10108 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10109
10110         * dig.el (dig): Add autoload cookie.
10111
10112 2009-08-22  Glenn Morris  <rgm@gnu.org>
10113
10114         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10115         goto-line.
10116
10117 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10118
10119         * parse-time.el (parse-time-string-chars): Save match data.
10120
10121 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10122
10123         * parse-time.el (parse-time-string-chars): Compute using character
10124         classes, to handle non-ascii characters (Bug#3190).
10125
10126 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10129
10130         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10131         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10132         (gnus-mm-display-part, gnus-mime-display-single)
10133         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10134         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10135
10136         * gnus-sum.el
10137         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10138         (gnus-summary-move-article): Add expirable mark to articles copied or
10139         moved to group that has auto-expire turned on if the option is non-nil.
10140
10141 2009-07-24  Glenn Morris  <rgm@gnu.org>
10142
10143         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10144         Fix typo.  (Bug#3903)
10145
10146 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10149         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10150         that should not be used for draft articles.
10151         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10152         that has no concern in minor mode keys.
10153         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10154         Abolish.
10155
10156 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10159         article without making inquiry to a user for unknown encoding.
10160
10161         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10162         (nnmaildir--scan): Assume i-node and device number that file-attributes
10163         returns might be cons-cell.
10164
10165         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10166
10167         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10168
10169 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10170
10171         * auth-source.el: Remove docs now in auth.texi.  Don't use
10172         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10173         `auth-source-hide-passwords' and use them.
10174
10175 2009-07-15  Glenn Morris  <rgm@gnu.org>
10176
10177         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10178
10179 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10182         excessive whitespace from the default values of title and description.
10183
10184 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10187         mail-fetch-field to fetch Content-Description header in order to
10188         exclude newlines.
10189
10190 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10191
10192         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10193         format used by GnuPG 2.0.11.
10194
10195 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10198         to deleted part.
10199
10200 2009-05-30  David Engster  <dengste@eml.cc>
10201
10202         * nnmairix.el: Remove old documentation in the commentary block.
10203         (nnmairix-request-group): Do not update active file for nnml back ends.
10204         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10205         end so that overview files are ignored.
10206         (nnmairix-update-groups): Make updating the groups more robust by using
10207         marks.
10208         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10209         with dollar characters in message-id.
10210
10211 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10212
10213         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10214         2008-12-25 in dns.el.
10215
10216 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10217
10218         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10219         could happen if the text is only composed of spaces and/or tabs.
10220
10221 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10222
10223         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10224         when sending a queued message to avoid extra mml tags.
10225
10226 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10229
10230 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10233         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10234         rmail-toggle-header for XEmacs;
10235         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10236
10237 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * gnus-dired.el: Remove autoload for gnus-setup-message.
10240         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10241         displaying Gnus logo; always use compose-mail.
10242
10243 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10246
10247 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10250         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10251         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10252         available.
10253         (gnus-nocem-epg-verify): New function.
10254
10255 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10256
10257         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10258
10259 2009-02-15  Glenn Morris  <rgm@gnu.org>
10260
10261         * gnus-util.el (rmail-insert-rmail-file-header)
10262         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10263         autoloads.
10264         (rmail-default-rmail-file): Remove unnecessary declaration.
10265         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10266
10267 2009-02-14  Glenn Morris  <rgm@gnu.org>
10268
10269         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10270         variable (only used in gnus-util, which declares it anyway).
10271         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10272         which was only needed by gnus-art (changed to not use it any more).
10273         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10274         only used in gnus-util, which autoloads it itself.
10275         (rmail-update-summary): Fix autoload.
10276
10277         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10278         rather than rmail-output-to-rmail-file.
10279
10280 2009-02-07  Glenn Morris  <rgm@gnu.org>
10281
10282         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10283         autoload of function that no longer exists.
10284         (rmail-toggle-header): Declare.
10285         (message-forward-rmail-make-body): Handle mbox Rmail.
10286
10287 2009-01-31  Glenn Morris  <rgm@gnu.org>
10288
10289         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10290         2009-01-09 change.
10291
10292 2009-01-31  Dave Love  <fx@gnu.org>
10293
10294         * imap.el (imap-fetch-safe): Bind debug-on-error.
10295         (imap-debug): Add imap-fetch-safe.
10296
10297 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10298
10299         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10300         (auth-source-forget-all-cached): New convenience function.
10301         (auth-source-user-or-password): Accept list of modes or a single mode.
10302
10303         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10304         auth-source modes.
10305
10306         * netrc.el (netrc-machine-user-or-password): Use list of
10307         auth-source modes.
10308
10309         * nnimap.el (nnimap-open-connection): Use list of
10310         auth-source modes.
10311
10312         * nntp.el (nntp-send-authinfo): Use list of
10313         auth-source modes.
10314
10315 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10316
10317         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10318         now.
10319
10320 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10323         coding system in XEmacs; add a workaround for XEmacs.
10324
10325         * lpath.el: Fbind coding-system-aliasee.
10326
10327 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10330         of current-language-environment.
10331
10332 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10335         available at runtime.
10336
10337 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10340
10341 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10342
10343         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10344         the greatest positive fixnum value doesn't work under an XEmacs with
10345         bignum support; use the most-positive-fixnum constant instead,
10346         available since Emacs 21.1 with cl and XEmacs 21.1.
10347
10348 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10351         XEmacs gets not to work.
10352
10353 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * mm-util.el (mm-coding-system-priorities): Allow the value like
10356         "Japanese (UTF-8)" of current-language-environment.
10357
10358 2009-01-09  Glenn Morris  <rgm@gnu.org>
10359
10360         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10361         with last-command-event.
10362
10363 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10364
10365         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10366         in the doc string.
10367
10368         * message.el (message-fix-before-sending): Amend comment.
10369
10370 2009-01-08  Dave Love  <fx@gnu.org>
10371
10372         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10373
10374 2009-01-07  David Engster  <dengste@eml.cc>
10375
10376         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10377         simplified server definitions by converting it via
10378         gnus-server-to-method.
10379
10380 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10383         parameter's operands.
10384
10385 2009-01-06  David Engster  <dengste@eml.cc>
10386
10387         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10388         primary select method (for gnus-group-mark-article-as-read).
10389
10390 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10391
10392         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10393         `(gnus)Face', not `(gnus)X-Face'.
10394
10395 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * mm-util.el (mm-ucs-to-char): New function.
10398
10399         * mm-url.el (mm-url-decode-entities): Use it.
10400
10401         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10402         unicode-to-char.
10403
10404 2009-01-05  Dave Love  <fx@gnu.org>
10405
10406         * time-date.el: Require cl for `declare'.
10407
10408 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10411         Dave Love.
10412
10413 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10414
10415         * message.el (message-fix-before-sending): Add `eight-bit' to
10416         illegible-text check.
10417
10418 2009-01-03  Michael Olson  <mwolson@gnu.org>
10419
10420         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10421         `headers' is nil.  This can occur if the IMAP server does not have
10422         permissions to read messages from a folder, but can write new messages
10423         to the folder.
10424         (nnimap-request-article-part): Do not insert `data' if it is nil.
10425
10426         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10427         characters which will confuse `read', so skip past them.
10428
10429 2009-01-01  Dave Love  <fx@gnu.org>
10430
10431         * imap.el (imap-string-to-integer): Fix typo.
10432         (imap-fetch-safe): New function.
10433         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10434
10435         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10436
10437         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10438         (imap-parse-greeting): Fix doc strings.
10439         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10440         (imap-parse-flag-list): Make messages unique.
10441         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10442
10443         * nnimap.el: Fix author email.
10444         (nnimap-split-rule): Add FIXME comment.
10445         (nnimap-debug): Fix doc string.
10446
10447 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10448
10449         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10450
10451 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10454         nslookup if resolv.conf isn't available.
10455         (dns-query): Rename from query-dns.
10456         (dns-query-cached): Rename from query-dns-cached.
10457
10458 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10461         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10462         to check if those variables exist (first appeared in Emacs 18.50).
10463
10464 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * mm-util.el (mm-line-number-at-pos): New function.
10467
10468         * spam-report.el (spam-report-process-queue): Use it.
10469
10470 2008-12-24  David Engster  <dengste@eml.cc>
10471
10472         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10473         parameters that haven't existed as variables as buffer-local variables.
10474
10475 2008-12-23  Dave Love  <fx@gnu.org>
10476
10477         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10478         cadar.
10479
10480         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10481         imap-starttls-p.
10482         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10483
10484 2008-12-22  Dave Love  <fx@gnu.org>
10485
10486         * imap.el: Fix author email.  Doc fixes.
10487         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10488         reply.
10489
10490 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * spam-report.el (spam-report-gmane-max-requests): New constant.
10493         (spam-report-gmane-wait): New variable.
10494         (spam-report-gmane-ham, spam-report-gmane-spam)
10495         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10496         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10497         the server.
10498
10499         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10500         Add explanations.
10501
10502         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10503         nnheader-accept-process-output and nnheader-read-timeout if available.
10504         (pop3-movemail): Use it.
10505
10506         * message.el (message-check-news-body-syntax): Fix signature check if
10507         there's an attachment.
10508
10509 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * mm-util.el: Add comments to the mm- emulating functions.
10512
10513 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10516         Reported by Stephen Berman <stephen.berman@gmx.net>.
10517
10518 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * mm-util.el (mm-substring-no-properties): New function.
10521         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10522         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10523         (mm-string-to-multibyte): Doc fix.
10524
10525         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10526
10527 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * mml.el (mml-attach-file): Strip text properties from file name.
10530         (Bug#1574)
10531
10532 2008-12-16  Glenn Morris  <rgm@gnu.org>
10533
10534         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10535
10536 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10539         knows since the charset specified might be a bogus alias that
10540         mm-charset-synonym-alist provides.
10541
10542 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10543
10544         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10545         "ISO_8859-1".
10546
10547         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10548
10549 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * mm-util.el (mm-charset-eval-alist):
10552         Define it before mm-charset-to-coding-system.
10553         (mm-charset-to-coding-system): Add optional argument `silent';
10554         define it before mm-charset-override-alist.
10555         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10556         default value if it can be used in Emacs currently running;
10557         silence mm-charset-to-coding-system.
10558
10559 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10562         `allow-override' which says whether to use `mm-charset-override-alist'.
10563         (rfc2047-decode-encoded-words): Use it.
10564
10565         * mm-util.el (mm-charset-override-alist): Fix custom type;
10566         add `(gb2312 . gbk)' to choices.
10567
10568 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10571         fast.
10572
10573         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10574
10575         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10576
10577 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10578
10579         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10580         on links.
10581
10582         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10583
10584 2008-12-03  Lute Kamstra  <lute@gnu.org>
10585
10586         * sha1.el: Remove leading * from docstrings of defcustoms,
10587         deffaces, defconsts and defuns.
10588
10589 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10592         users' addresses that don't have domain parts.
10593         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10594         rather than message-narrow-to-head since there will be the message
10595         header separator.
10596
10597 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10598
10599         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10600         since the result is inserted in a unibyte buffer anyway.
10601         (nnimap-demule-use-string-to-multibyte): Remove.
10602         (nnimap-demule): Alias it to mm-string-to-multibyte.
10603
10604 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10605
10606         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10607         variable for debugging bug#464 and bug#1174.
10608         (nnimap-demule): Use it.
10609
10610 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10611
10612         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10613         score calculation correctly.
10614
10615 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10616
10617         * message.el (message-send-mail): Just set the buffer to unibyte
10618         rather than use mm-with-unibyte-current-buffer which does a lot more.
10619         (message-send-mail-partially): Don't bother with
10620         mm-with-unibyte-current-buffer since it's already been made unibyte by
10621         message-send-mail.
10622
10623 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10624
10625         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10626
10627 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10628
10629         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10630
10631 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10634         require itself and to remove `with-no-warnings'.
10635
10636 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10637
10638         * starttls.el (starttls-any-program-available): Get the name of the
10639         available TLS layer program.
10640         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10641         well as the host name in the "opening" message.
10642
10643         * auth-source.el (auth-source-cache, auth-source-do-cache)
10644         (auth-source-user-or-password): Cache passwords and logins by default,
10645         allow override with `auth-source-do-cache'.
10646         (auth-source-forget-user-or-password): Allow users to remove cache
10647         entries if needed.
10648
10649 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10650
10651         * md4.el (md4-buffer): Fix typo in docstring.
10652         (md4, md4-64): Doc fixes.
10653         (md4-pack-int32): Reflow docstring.
10654
10655 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10656
10657         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10658         condition-case to only the forward-sexp call.
10659
10660 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10661
10662         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10663         quotes contained.  Make it more robust regardless by an extra
10664         condition-case wrapper.
10665
10666 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10669
10670 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * nnml.el (nnml-request-expire-articles): Check if the function set to
10673         `nnmail-expiry-target' returns the symbol `delete'.
10674
10675         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10676
10677         * nnmail.el (nnmail-expiry-target): Fix custom type.
10678
10679 2008-10-02  Glenn Morris  <rgm@gnu.org>
10680
10681         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10682         Silence compiler warning.
10683
10684 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10685
10686         * tls.el (open-tls-stream): Show the actual command being
10687         executed, instead of the format string.
10688
10689 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * lpath.el: Fbind codepage-setup for Emacs 23.
10692
10693 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10694
10695         * mml.el (mml-menu): Don't assume mml2015 is bound.
10696
10697 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10700         exists.
10701
10702 2008-09-27  Glenn Morris  <rgm@gnu.org>
10703
10704         * gnus-util.el (mail-header-remove-comments): Autoload it.
10705
10706 2008-09-27  Andreas Schwab  <schwab@suse.de>
10707
10708         * gnus-util.el (gnus-split-references): Strip comments.
10709         (gnus-parent-id): Likewise.
10710
10711 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * message.el (message-confirm-send): Fix version.
10714
10715 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * message.el (message-idna-to-ascii-rhs-1): Use
10718         mail-extract-address-components rather than mail-header-parse-addresses
10719         that is an alias by default to ietf-drums-parse-addresses that does not
10720         support non-ASCII names in headers' contents.
10721
10722 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10723
10724         * message.el (message-confirm-send): Fix variable documentation to
10725         avoid the "y/n" wording.
10726
10727 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10728
10729         * message.el (message-set-auto-save-file-name): Save to a different
10730         filename so multiple messages (especially drafts) can be recovered.
10731
10732 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10733
10734         * message.el (message-confirm-send): Add appropriate version.
10735
10736 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10737
10738         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10739         defvar.
10740
10741 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10742
10743         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10744         (mm-pkcs7-enveloped-magic): Ditto.
10745
10746 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10747
10748         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10749         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10750
10751 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10752
10753         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10754         default, it's better.
10755
10756 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10757
10758         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10759         summary line gnus-number property and ignore them (with a warning
10760         message).
10761
10762 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10765         macro caddr in the interactive form since it won't be expanded.
10766
10767 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10770         `charset'; fix name of function called recursively.
10771         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10772
10773 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10776         (gnus-mime-set-charset-parameters): New function.
10777         (gnus-mime-view-part-as-charset): Use it to correctly display part
10778         specifying wrong charset.
10779
10780 2008-09-08  David Engster  <dengste@eml.cc>
10781
10782         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10783         in completing-read for back end server.
10784
10785 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
10786
10787         * message.el (message-confirm-send): New variable to confirm sending a
10788         message.
10789         (message-send): Use it.
10790
10791 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10792
10793         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10794
10795 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10798
10799 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10800
10801         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10802         prevent tracking too many groups.
10803         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10804         Use it.
10805
10806 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10807
10808         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10809         moving point to the bottom of the window in order to avoid recentering.
10810
10811 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
10814
10815         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10816         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10817         (gnus-article-beginning-of-window): Fix calculation.
10818
10819 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * gnus-msg.el (gnus-summary-supersede-article)
10822         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10823         value of gnus-newsgroup-charset to decode non-MIME encoded text in
10824         message header.
10825
10826 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
10827
10828         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
10829         pending output coming after the status change.
10830
10831 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
10832
10833         * message.el:
10834         * gnus-start.el:
10835         * gnus-registry.el: Remove VMS support.
10836
10837 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10840         macro.
10841         (rfc2104-hash): Use it.
10842
10843 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10846         (gnus-summary-sort-by-most-recent-date): New commands.
10847         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10848         and menu entries.
10849
10850 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10853         don't redisplay article for raw contents; remove plural articles stuff.
10854
10855         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10856         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10857         on gnus-summary-save-article; display results properly.
10858
10859 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * lpath.el: No need to fbind ns-focus-frame.
10862
10863 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10866
10867 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-art.el (gnus-summary-save-in-pipe):
10870         Consider gnus-save-all-headers.
10871
10872 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10873
10874         * gnus-util.el (ns-focus-frame): Remove declaration.
10875         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
10876         like x.
10877
10878 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10879
10880         * rfc2104.el (rfc2104-zero): Delete defconst.
10881         (rfc2104-hex-alist): Likewise.
10882         (rfc2104-hex-to-int): Delete func.
10883         (rfc2104-hexstring-to-bitstring): Likewise.
10884         (rfc2104-nybbles): New defconst.
10885         (rfc2104-hash): Rewrite for speed.
10886
10887 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * tls.el (open-tls-stream): Make it work with the 2nd argument
10890         BUFFER that is a string but does not exist as a buffer object, as
10891         mentioned in the doc-string.
10892
10893 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
10896         SXEmacs.
10897
10898 2008-07-16  Glenn Morris  <rgm@gnu.org>
10899
10900         * gnus-util.el (ns-focus-frame): Declare for compiler.
10901
10902 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10905         set as a group parameter.
10906         (gnus-summary-save-in-pipe): Work when it is called independently.
10907         (gnus-summary-pipe-to-muttprint): Don't modify
10908         gnus-summary-pipe-output-default-command.
10909
10910 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10911
10912         * message.el (message-send-mail-with-sendmail):
10913         Display the error message.
10914
10915 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-art.el (gnus-default-article-saver):
10918         Add gnus-summary-save-in-pipe to choices.
10919         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10920         gnus-summary-pipe-output-default-command as the default command.
10921         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10922         instead of gnus-last-shell-command.
10923
10924         * gnus-sum.el (gnus-summary-pipe-output-default-command):
10925         New user option.
10926         (gnus-summary-muttprint-program): Mention the value will be changed.
10927         (gnus-summary-save-article): Force showing of all headers.
10928         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10929
10930 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
10931
10932         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10933
10934 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
10935
10936         * nnimap.el (nnimap-id):
10937         * sieve-manage.el (sieve-manage-open): Doc fixes.
10938
10939 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
10940
10941         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10942         if available.
10943
10944 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10945
10946         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10947
10948         * nnkiboze.el (nnkiboze-generate-group):
10949         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10950
10951         * nnmairix.el: Require CL.
10952
10953 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * dgnushack.el: Autoload get-display-table and put-display-table for
10956         XEmacs 21.5.
10957
10958         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
10959         21.4 and SXEmacs.
10960
10961 2008-06-15  David Engster  <dengste@eml.cc>
10962
10963         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10964
10965 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
10966
10967         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10968         New macros that expand to an `aset'/`aref' call under Emacs, and to a
10969         runtime choice under XEmacs.
10970
10971         * gnus-sum.el (gnus-summary-set-display-table):
10972         Use `gnus-put-display-table', `gnus-get-display-table',
10973         `gnus-set-display-table' for the display table, instead of `aset'.
10974
10975         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
10976         Use `gnus-put-display-table', `gnus-get-display-table',
10977         `gnus-set-display-table' for the display table.
10978
10979 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * nnmairix.el: Add autoloads.
10982
10983 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10984
10985         * nnmairix.el (nnmairix-delete-recreate-group)
10986         (nnmairix-update-and-clear-marks): Fix error messages.
10987
10988 2008-06-14  David Engster  <dengste@eml.cc>
10989
10990         * nnmairix.el: Upgrade to version 0.6.
10991         (nnmairix-group-toggle-propmarks-this-group)
10992         (nnmairix-group-toggle-readmarks-this-group)
10993         (nnmairix-group-delete-recreate-this-group)
10994         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10995         (nnmairix-remove-tick-mark-original-article): New commands.
10996         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10997         (nnmairix-propagate-marks-to-nnmairix-groups)
10998         (nnmairix-only-use-registry, nnmairix-allowfast-default)
10999         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11000         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11001         functions needed for marks propagation and manipulation of read marks.
11002         (nnmairix-update-groups): New function.
11003         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11004         (nnmairix-determine-original-group-from-registry)
11005         (nnmairix-determine-original-group-from-path)
11006         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11007         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11008         New helper functions.
11009         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11010         keystrokes for new commands.
11011         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11012         (nnmairix-request-group): Check allow-fast group parameter.
11013         (nnmairix-request-create-group): Set allow-fast group parameter if
11014         nnmairix-allowfast-default is set.
11015         (nnmairix-close-group): Propagate marks upon closing if needed.
11016         (nnmairix-group-toggle-threads-this-group): Use new.
11017         nnmairix-group-toggle-parameter helper function.
11018         (nnmairix-search): Better check for empty search result.
11019         (nnmairix-goto-original-article): Use new helper functions for
11020         determining original article.
11021         (nnmairix-show-original-article): Make sure message-id is in brackets.
11022         (nnmairix-call-mairix-binary): Change variable name.
11023         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11024         helper function.
11025         (nnmairix-widget-toggle-activate): Fix doc string.
11026
11027 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * nnir.el: Require edmacro when compiling with XEmacs.
11030         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11031         available in Emacs 21.
11032
11033 2008-06-11  Glenn Morris  <rgm@gnu.org>
11034
11035         * gnus-util.el (x-focus-frame):
11036         * gnus.el (image-size):
11037         * mm-decode.el (image-size): Declare.
11038
11039         * gnus-picon.el (declare-function): Add compat definition.
11040         (image-size): Declare.
11041
11042         * gnus-group.el (tool-bar-map):
11043         * gnus-sum.el (tool-bar-map): Define for compiler.
11044
11045         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11046
11047         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11048
11049         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11050         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11051         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11052         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11053         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11054         * sieve-manage.el, spam-report.el, spam.el:
11055         Remove unnecessary eval-and-compile of autoloads.
11056
11057 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11058
11059         * auth-source.el: Precise Tramp doc.
11060
11061 2008-06-07  Glenn Morris  <rgm@gnu.org>
11062
11063         * nnmairix.el: Remove unnecessary eval-when-compile.
11064
11065 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * lpath.el: Fbind propertize for XEmacs 21.4.
11068
11069 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * nnir.el: Move here from ../contrib.
11072
11073 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11074
11075         * gnus-util.el (gnus-read-shell-command): New function.
11076         * mm-decode.el (mm-pipe-part):
11077         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11078
11079 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11082
11083 2008-06-03  Glenn Morris  <rgm@gnu.org>
11084
11085         * pop3.el (nnheader-accept-process-output): Autoload it.
11086
11087 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11090         are not 2-digit hexadecimal characters that follow `%'s.
11091
11092 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11093
11094         * message.el (message-bogus-recipient-p): Fix type in doc string.
11095         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11096         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11097         Improve custom options.
11098         (message-bogus-recipient-p): Adjust accordingly.
11099
11100 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11101
11102         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11103         long-form month and day names.
11104
11105 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * dgnushack.el: Autoload debug, eudc-expand-inline and
11108         pgg-snarf-keys-region for XEmacs.
11109
11110         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11111
11112         * nnmairix.el: Require edmacro when compiling with XEmacs.
11113
11114 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11117         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11118
11119 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11120
11121         * auth-source.el: Add more docs.
11122
11123         * netrc.el (netrc-machine): Always match if the port is not given.
11124
11125 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11126
11127         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11128         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11129         retrieval faster in some cases, but might make CPU usage larger.
11130         If this has any bad side effects, we might revert this change.
11131
11132         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11133         seems to make mail retrieval much, much faster.
11134         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11135         unconditionally.
11136
11137         * gnus-draft.el (gnus-group-send-queue):
11138         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11139
11140 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11141
11142         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11143
11144         * message.el (message-bogus-address-regexp): Fix and improve custom
11145         type.
11146         (message-setup-hook): Add message-check-recipients as custom option.
11147
11148 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * message.el (message-cite-function): Remove bogus autoload which crept
11151         in during merge from v5-10.
11152
11153 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11154
11155         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11156
11157         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11158
11159         * auth-source.el: Preliminary Tramp docs.
11160         (auth-sources): Change the default auth-sources to use
11161         EPA .gpg files.
11162
11163 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11164
11165         * nntp.el: Autoload `auth-source-user-or-password'.
11166         (nntp-send-authinfo): Use it.
11167
11168         * nnimap.el: Autoload `auth-source-user-or-password'.
11169         (nnimap-open-connection): Use it.
11170
11171         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11172         for the gnus-message function.
11173         (auth-source-user-or-password): Use it.
11174
11175 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11176
11177         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11178         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11179         (rfc2104-hash): Use it.
11180
11181 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11182
11183         * gnus-art.el (gnus-article-toggle-truncate-lines):
11184         Don't use `iff' in docstring.
11185
11186 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11187
11188         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11189
11190         * gnus-util.el (gnus-extract-address-component-name)
11191         (gnus-extract-address-component-email): Convenience functions around
11192         `gnus-extract-address-components'.
11193
11194         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11195         Use `gnus-extract-address-component-email' to fix bug of comparing full
11196         sender name to `user-mail-address'.
11197
11198 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11199
11200         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11201         catch/throw to optimize.
11202         (gnus-registry-find-keywords): Just use member to find a keyword.
11203
11204 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11205
11206         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11207         is current before calling gnus-server-prepare.
11208         (gnus-server-setup-buffer, gnus-server-update-server)
11209         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11210
11211 2008-05-04  Juri Linkov  <juri@jurta.org>
11212
11213         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11214         (mailcap-file-default-commands): Use mailcap-replace-in-string
11215         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11216         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11217
11218 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11219
11220         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11221
11222 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11223
11224         * gnus.el: Bump version to 0.11.
11225
11226 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11227
11228         * gnus.el: No Gnus v0.10 is released.
11229
11230 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11231
11232         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11233         hooks.
11234         (gnus-update-read-articles): Speed up non-marks-using users.
11235         (gnus-use-marks): Define gnus-use-marks.
11236         (gnus-propagate-marks): Rename variable to something more sensible.
11237
11238 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11239
11240         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11241         (gmm-image-load-path-for-library): Fix typos in docstrings.
11242         (gmm-message): Reflow docstring.
11243
11244 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11245
11246         * mail-source.el (mail-source-set-1, mail-source-bind):
11247         Move auth-source code out of the macro to clean it up and fix bugs.
11248
11249 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11250
11251         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11252         by sender if it's equal to user-mail-address, it's likely to be
11253         useless.
11254
11255         * mail-source.el (mail-source-bind): Don't use user or password if they
11256         are not bound.  Unintern them if they are nil.  Don't use server unless
11257         it's bound, and default it to empty string otherwise.
11258
11259 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11260
11261         * mail-source.el: Load auth-source.el.
11262         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11263         get user name or password, if auth-sources is set up.
11264
11265         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11266         strategy of splitting with parent.
11267         (gnus-registry-split-fancy-with-parent)
11268         (gnus-registry-post-process-groups): Use it and fix prior
11269         bug (returning a list as the split result).
11270
11271         * auth-source.el (auth-sources): Remove server parameter.
11272         (auth-source-pick, auth-source-user-or-password)
11273         (auth-source-user-or-password-imap)
11274         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11275         (auth-source-user-or-password-sftp)
11276         (auth-source-user-or-password-smtp): Remove server parameter.
11277
11278 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11279
11280         * smime.el (smime-sign-region, smime-encrypt-region)
11281         (smime-decrypt-region):
11282         Remove redundant calls to `generate-new-buffer-name'.
11283
11284 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11285
11286         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11287         Don't use QP for message/rfc822.
11288         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11289
11290 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11291
11292         * sieve-manage.el (sieve-string-bytes): Remove.
11293         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11294         correct byte-length only if the process's coding-system is the same as
11295         the one used internally by Emacs to represent strings.
11296
11297 2008-04-22  Juri Linkov  <juri@jurta.org>
11298
11299         * mailcap.el (mailcap-file-default-commands): New function.
11300
11301 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11302
11303         * message.el (message-signature-separator, message-cite-function):
11304         Change custom version.
11305
11306 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11307
11308         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11309         commands.
11310         (tls-checktrust): Ditto.
11311
11312 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11313
11314         * mm-decode.el (mm-display-external): Make temp file read-only.
11315
11316 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11319         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11320         `C-c C-f d'.
11321
11322 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11323
11324         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11325
11326 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus.el: Bump version to 0.9.
11329
11330 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * gnus.el: No Gnus v0.8 is released.
11333
11334 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11335
11336         * mail-source.el (mail-source-value):
11337         Prefer fboundp to functionp so it works with macros as well.
11338
11339 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11340
11341         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11342         Fix last change in case the element is not even a symbol.
11343
11344 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11345
11346         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11347         Prefer fboundp to functionp so it works with macros as well.
11348
11349 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11350
11351         * auth-source.el: Add docs.
11352         (auth-sources): Modify format to support server.
11353         (auth-source-pick, auth-source-user-or-password)
11354         (auth-source-user-or-password-imap)
11355         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11356         (auth-source-user-or-password-sftp)
11357         (auth-source-user-or-password-smtp): Add server parameter.
11358
11359 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11360
11361         * gnus-registry.el: Initialize the registry when gnus-registry-install
11362         is t.
11363
11364 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * compface.el (uncompface): Make buffer unibyte.
11367
11368 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11369
11370         * mail-source.el (mail-source-value):
11371         Prefer fboundp to functionp so it works with macros as well.
11372
11373 2008-04-05  Glenn Morris  <rgm@gnu.org>
11374
11375         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11376
11377 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11378
11379         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11380         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11381
11382         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11383         multibyteness after rather than before erasing it.
11384
11385         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11386         mm-with-multibyte.
11387         (gnus-request-article-this-buffer): Make sure the proper decoding is
11388         used if gnus-original-article-buffer happens to be unibyte.
11389
11390         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11391         default-enable-multibyte-characters.
11392
11393         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11394         default-enable-multibyte-characters.
11395
11396         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11397
11398         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11399
11400 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11401
11402         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11403         Fix last change in case the element is not even a symbol.
11404
11405 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11406
11407         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11408         (imap-message-copyuid-1): Use it.
11409         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11410         J. Williams in
11411         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11412
11413         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11414         imap-enable-exchange-bug-workaround.
11415         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11416
11417 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11418
11419         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11420         a 100 byte status-checks into a 2-3MB transfer for each group.
11421         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11422         to enable bug workaround or not.
11423         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11424
11425 2008-03-31  Glenn Morris  <rgm@gnu.org>
11426
11427         * message.el (mml2015-use): Declare for compiler.
11428         (message-info): Require mml2015 when appropriate.
11429
11430 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11433         whitespace.
11434
11435 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11436
11437         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11438         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11439         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11440         (nntp-service-to-port): New function.
11441         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11442         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11443         (nntp-open-netcat-stream): New function.
11444         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11445
11446 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11447
11448         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11449
11450 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11451
11452         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11453
11454 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11455
11456         * dns.el (dns-write): Use set-buffer-multibyte.
11457
11458 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11459
11460         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11461
11462 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11463
11464         * message.el (message-signature-separator): Change default.
11465         Improve custom type.
11466         (message-cite-function): Change default to
11467         message-cite-original-without-signature.
11468
11469         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11470         toggle.
11471
11472         * message.el (message-check-news-body-syntax): Fix signature check.
11473         (message-setup-1): Mark buffer as unmodified _after_ running
11474         message-setup-hook and handling message-alternative-emails.
11475         (message-shorten-references): Be more strict when building list of
11476         valid references to comply with GNKSA.
11477
11478         * gnus-group.el (gnus-read-ephemeral-bug-group)
11479         (gnus-read-ephemeral-debian-bug-group)
11480         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11481
11482         * message.el (message-info): Don't use booleanp which isn't supported
11483         in Emacs 21 and XEmacs.
11484
11485 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11486
11487         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11488         gnus-group-gmane-group-download-format.
11489         (gnus-group-read-ephemeral-gmane-group): Rename from
11490         gnus-group-read-ephemeral-gmane-group.
11491         (gnus-read-ephemeral-gmane-group-url): Rename from
11492         gnus-group-read-ephemeral-gmane-group-url.
11493         (gnus-bug-group-download-format-alist): New variable.
11494         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11495         (gnus-read-ephemeral-emacs-bug-group): New commands.
11496
11497 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11500         (gnus-visible-headers): Improve custom type.
11501
11502 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * mml.el (mml-menu): Add workarounds for XEmacs.
11505
11506         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11507         X-Boundary header.
11508
11509         * message.el (message-simplify-recipients): Fix previous commit.
11510
11511 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11512
11513         * mm-util.el (mm-set-buffer-multibyte): New function.
11514         * mm-decode.el (mm-copy-to-buffer): Use it.
11515
11516         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11517         Prefer fboundp to functionp so it works with macros as well.
11518
11519 2008-03-19  Glenn Morris  <rgm@gnu.org>
11520
11521         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11522         Accidentally removed in the sync process with Emacs.
11523
11524 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * message.el (message-alter-recipients-discard-bogus-full-name):
11527         New function.
11528         (message-alter-recipients-function): New variable.
11529         (message-get-reply-headers): Use it.
11530         (message-replace-header): New helper function.
11531         (message-recipients-without-full-name): New variable.
11532         (message-simplify-recipients): New command.
11533
11534         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11535
11536         * message.el (message-info): Handle EasyPG manual.
11537
11538         * mml.el (mml-menu): Add entry for EasyPG.
11539
11540 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11541
11542         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11543         parameter.
11544
11545         * message.el (message-disassociate-draft): Specify drafts group name
11546         fully.
11547
11548 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11549
11550         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11551         Eliminate unnecessary duplicates from the match list.
11552
11553 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11556
11557         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11558
11559         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11560         args of `how-many' of which the XEmacs version doesn't take; declare
11561         Info-index-next as function.
11562
11563 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gnus-score.el (gnus-score-headers): Fix handling of
11566         gnus-inhibit-slow-scoring.
11567
11568         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11569         string.
11570         (gnus-button-url-regexp): Improve handling of parenthesis.
11571         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11572         (gnus-button-handle-info-keystrokes): Handle index entries.
11573
11574 2008-03-15  Glenn Morris  <rgm@gnu.org>
11575
11576         * parse-time.el (parse-time-string): Simplify.
11577
11578 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11581         Incoming* files.
11582
11583 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11584
11585         * auth-source.el (auth-sources): Rename from auth-source-choices.
11586         (auth-source-pick): Use it.
11587
11588 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11589
11590         * binhex.el (binhex-decode-region-internal):
11591         * uudecode.el (uudecode-decode-region-internal):
11592         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11593         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11594         setting default-enable-multibyte-characters.
11595
11596 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11597
11598         * auth-source.el (auth-source-protocols)
11599         (auth-source-protocols-customize, auth-source-choices): Add and
11600         modified variable customizations and defaults.
11601         (auth-source-pick, auth-source-user-or-password)
11602         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11603         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11604         (auth-source-user-or-password-sftp)
11605         (auth-source-user-or-password-smtp): Use new variables and provide an
11606         interface to netrc.el.
11607
11608 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11611         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11612         Make sure the nntp port to specify is a string.
11613
11614 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11615
11616         * nntp.el: Use with-current-buffer.
11617         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11618         dubious mm-with-unibyte-current-buffer.
11619         (nntp-with-open-group-function): New function extracted from
11620         nntp-with-open-group macro.
11621         (nntp-with-open-group): Use the function, so it's easier to debug.
11622         Add indentation and debugging info.
11623         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11624         Recommend the use of the netcat alternatives.
11625
11626         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11627         Avoid mm-string-as-multibyte as well.
11628
11629         * nnweb.el (nnweb-insert-html):
11630         Remove use of nnheader-string-as-multibyte.
11631
11632         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11633         (nnheader-string-as-multibyte): Remove.
11634
11635         * mm-view.el: Use inhibit-read-only.
11636         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11637         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11638         or unibyte-string.
11639
11640         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11641         (mm-uu-yenc-extract): Use with-current-buffer.
11642
11643         * gnus-soup.el (gnus-soup-send-packet): Don't use
11644         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11645
11646         * nnmh.el: Use with-current-buffer.
11647         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11648         mm-string-as-multibyte on the output of mm-encode-coding-string.
11649
11650         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11651         (nnimap-request-move-article): Use with-current-buffer.
11652
11653         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11654         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11655         conversion uses string-make-unibyte rather than string-as-unibyte.
11656
11657         * gnus-msg.el: Use with-current-buffer.
11658
11659         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11660
11661 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11662
11663         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11664         string for caching if it is 'PIN.
11665
11666 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * lpath.el: Consider the case without Emacs/W3.
11669
11670 2008-03-08  Glenn Morris  <rgm@gnu.org>
11671
11672         * time-date.el (date-to-time, time-subtract, time-add)
11673         (safe-date-to-time): Doc fixes.
11674
11675 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * mail-source.el (mail-source-delete-old-incoming-confirm):
11678         Change default to nil.
11679         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11680
11681 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * lpath.el: Rearrange.
11684
11685         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11686         (gnus-article-goto-prev-page): Work for articles having ^L's.
11687
11688         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11689
11690         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11691
11692 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11693
11694         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11695         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11696         (gnus-bookmark-jump): Adjust some variable names.
11697
11698 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11699
11700         * auth-source.el: New package.
11701         (auth-source-choices): Add customization entry point variable.
11702
11703         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11704         bug.
11705
11706 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11707
11708         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11709         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11710         (gnus-registry-install-shortcuts): Rename from
11711         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11712         the `gnus-registry-mark-map' keymap dynamically from
11713         `gnus-registry-marks'.  The generated functions update the summary line
11714         when a registry mark is added or deleted, and will call
11715         `gnus-registry-install-p' (see the comments in the code).
11716         (gnus-registry-user-format-function-M): Use concat intelligently.
11717
11718         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11719         the registry mark functions.
11720
11721 2008-03-05  Glenn Morris  <rgm@gnu.org>
11722
11723         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11724         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11725         gnus-art.
11726         (top-level): No need to load own source when compiling.
11727
11728 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11731         Suggested by <chris.anderton@zetnet.co.uk>.
11732
11733 2008-03-04  Glenn Morris  <rgm@gnu.org>
11734
11735         * gnus-sum.el (top-level): No need to require gnus when compiling,
11736         since unconditionally required near start of file.
11737         (gnus-summary-display-while-building): Move definition before use.
11738
11739 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11740
11741         * gnus-registry.el (gnus-registry-user-format-function-M):
11742         Add formatting function.
11743
11744 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11745
11746         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11747         with plists.
11748         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11749         Use new format.
11750
11751 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11754         `where-is-internal' that returns a range of key sequences.
11755
11756 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11757
11758         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11759
11760         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11761         (gnus-summary-jump-to-group): Consider windows on other displayed
11762         frames as well.  Similar changes might be needed elsewhere, but that's
11763         the one I've bumped into during my use.
11764
11765         * nndoc.el (nndoc-oe-dbx-type-p):
11766         * gnus-msg.el (gnus-debug):
11767         * gnus-group.el (gnus-update-group-mark-positions):
11768         Use mm-string-to-multibyte.
11769
11770 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11773         doesn't handle NotDashEscaped.
11774
11775         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11776         (mml-dnd-attach-options): Fix typo in custom choice.
11777
11778         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11779         Change nndoc-article-type to mbox.
11780         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11781
11782         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11783         to nil, instead of html2text.
11784
11785         * imap.el (imap-debug): Add `imap-ping-server'.
11786
11787         * gnus-bookmark.el: Add FIXMEs.
11788
11789         * message.el (message-form-letter-separator)
11790         (message-send-form-letter-delay): New variables.
11791         (message-send-form-letter): Use them.  New command to send form
11792         letters.  Requested by Uwe Siart.
11793         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11794
11795 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11796
11797         * Update copyright years.
11798
11799 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         Sync from EMACS_22_BASE.
11802
11803         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
11804
11805 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11806
11807         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11808         empty author.
11809
11810 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11811
11812         * gnus-registry.el (gnus-registry-marks): Add variable for
11813         customization of marks and their appearance.
11814         (gnus-registry-read-mark): Use it.
11815         (gnus-registry-do-marks): Add utility function to loop through
11816         `gnus-registry-marks'.
11817         (gnus-registry-install-shortcuts-and-menus): Add function to install
11818         shortcuts and menus.
11819         (gnus-registry-initialize): Use it.
11820         (gnus-registry-default-mark): Clarify documentation.
11821
11822 2008-02-29  Glenn Morris  <rgm@gnu.org>
11823
11824         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11825         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11826         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11827         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11828         Change defcustom :version from 23.0 to 23.1.
11829
11830 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11831
11832         * gnus-registry.el (gnus-registry-follow-group-p)
11833         (gnus-registry-post-process-groups): Add functions to aid registry
11834         splitting and improve logging.  Clarify behavior in function
11835         documentation.
11836         (gnus-registry-split-fancy-with-parent): Use them.
11837
11838 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11839
11840         * gnus-art.el: Use with-current-buffer.
11841
11842 2008-02-27  David Engster  <dengste@eml.cc>
11843
11844         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11845         Express real group name in the response.
11846
11847 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11850         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11851         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11852         autoload gnus-registry-fetch-group when compiling.
11853         (nnmairix-request-group-with-article-number-correction):
11854         Remove unreferenced argument passed to nnmairix-call-backend.
11855
11856 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11859         (mm-uu-extract): Improve face for low color ttys.
11860         Reported by Sascha Wilde.
11861
11862 2008-02-27  Glenn Morris  <rgm@gnu.org>
11863
11864         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11865         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11866         variables to defconsts.  Convert comments to doc-strings.
11867         (nnmairix-last-server, nnmairix-current-server): Convert from free
11868         variables to defvars.  Convert comments to doc-strings.
11869         (gnus-registry-fetch-group): Autoload.
11870         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11871         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11872         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11873         caddr.
11874         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11875         nnmairix-request-group-with-article-number-correction call.
11876         (nnmairix-fast, nnmairix-group): New, less general names, for free
11877         variables passed from nnmairix-request-group to
11878         nnmairix-request-group-with-article-number-correction.  Declare.
11879         (nnmairix-request-group-with-article-number-correction):
11880         Use nnmairix-fast, nnmairix-group rather than fast, group.
11881
11882 2008-02-26  David Engster  <dengste@eml.cc>
11883
11884         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
11885         version 0.5.
11886
11887 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11888
11889         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11890         instead of making an extra function call.  Don't add the current group
11891         to articles only when they have the group.  Use
11892         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11893         Reported by David <de_bb@arcor.de>.
11894
11895 2008-02-24  Miles Bader  <miles@gnu.org>
11896
11897         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11898         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11899         (mm-find-mime-charset-region):
11900         * mm-bodies.el (mm-encode-body):
11901         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11902
11903 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
11906         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
11907
11908 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * mail-source.el (mail-source-delete-incoming): Change default.
11911         Supplement doc string.
11912
11913         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11914
11915 2008-02-14  Glenn Morris  <rgm@gnu.org>
11916
11917         * time-date.el (format-seconds): New function.
11918
11919 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11920
11921         * nnmail.el (nnmail-message-id-cache-file): Derive from
11922         `gnus-home-directory'.
11923
11924 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11927         Document negative prefix.
11928
11929         * gnus-group.el (gnus-group-read-group): Document negative prefix.
11930
11931 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11932
11933         * message.el (message-unsent-separator): Add the Exim bounce
11934         separator.
11935
11936 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
11937
11938         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11939         list.
11940         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11941         recipient/signer list.
11942
11943 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * Makefile.in (datarootdir): Define.
11946         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
11947         name that might contain whitespace.
11948
11949 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11952         fbound (Emacs 23 unicode), signal an error.
11953
11954 2008-02-08  Glenn Morris  <rgm@gnu.org>
11955
11956         * gnus-art.el (pgg-display-output-buffer): Declare as function.
11957
11958 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
11959
11960         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11961         ports to the calls to `netrc-machine-user-or-password' in addition to
11962         "imap" and "imaps".
11963
11964 2008-02-01  Zhang Wei  <id.brep@gmail.com>
11965
11966         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11967
11968         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11969
11970 2008-02-01  Kenichi Handa  <handa@m17n.org>
11971
11972         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11973         rfc2104-hexstring-to-bitstring and changed to return a byte list.
11974         (rfc2104-hash): Convert the result of concat to unibyte string.
11975
11976 2008-02-01  Dave Love  <fx@gnu.org>
11977
11978         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11979         coding-system-for-read.
11980         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11981
11982 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * gnus.el (gnus-group-startup-message): Add `find-image' call before
11985         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
11986         <hanche@math.ntnu.no>.
11987
11988 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11991
11992         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11993
11994 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
11995
11996         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11997         * message.el (message-beginning-of-line): Use featurep instead of bound
11998         tests in order to resolve conditionals at compile time.
11999
12000 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12001
12002         * mail-source.el (mail-sources): Add `group' choice.
12003
12004         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12005         parameter `in-group' to control into which group the articles go.
12006         Add treatment of `group' mail-source.
12007
12008 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12011
12012         * mm-decode.el (mm-dissect-buffer): Decode description.
12013
12014         * mml.el (mml-to-mime): Encode message header first.
12015
12016 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12019         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12020
12021         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12022         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12023
12024 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12025
12026         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12027
12028 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12031         prefix keys.
12032         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12033         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12034         gnus-xmas.el.
12035
12036         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12037         (gnus-xmas-article-describe-bindings): New function.
12038         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12039         gnus-xmas-article-describe-bindings.
12040
12041         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12042
12043 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12044
12045         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12046         Add new variables for article mark management.
12047         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12048         list of extra data entries which, when present, will indicate that the
12049         article ID should not be trimmed from the registry.
12050         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12051         functions.
12052         (gnus-registry-read-mark): New function to read a mark name from the
12053         user.
12054         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12055         (gnus-registry-set-article-mark-internal): New functions to add and
12056         remove marks.
12057         (gnus-registry-get-article-marks): New function to show the marks for
12058         an article, or retrieve them for further use.
12059
12060 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12063         keys when no argument is given.
12064
12065 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * imap.el (imap-ping-server): New variable.
12068         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12069         (imap-ping-server): Minor doc string fixes.
12070
12071 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12072
12073         * imap.el (imap-ping-server): New function.
12074         (imap-opened): Call imap-ping-server.
12075
12076 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12077
12078         * gnus-sum.el (gnus-article-sort-by-random)
12079         (gnus-thread-sort-by-random): Fix doc strings.
12080         Reported by jidanni@jidanni.org.
12081
12082 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-art.el (gnus-article-describe-bindings): New function.
12085         (gnus-article-read-summary-keys): Use it.
12086         (gnus-article-mode-map): Bind `C-h b' to it.
12087
12088 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12091         XEmacs.
12092         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12093         Protect against non-character events.
12094
12095         * lpath.el: Fbind map-keymap for Emacs 21.
12096
12097 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12098
12099         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12100         New command.
12101         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12102         instead of END.  Change name of the temp file.
12103         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12104         customizable.
12105
12106 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12109         bind `S W' to gnus-article-wide-reply-with-original; set default
12110         binding to gnus-article-read-summary-send-keys.
12111         (gnus-article-read-summary-keys): Fix the order of keys; display
12112         continuation keys correctly in the echo area; describe bindings
12113         correctly when keys end with `C-h'.
12114         (gnus-article-read-summary-send-keys): New function.
12115         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12116         Work for gnus-article-read-summary-send-keys; display continuation keys
12117         correctly in the echo area.
12118         (gnus-article-reply-with-original): Ignore prefix argument.
12119         (gnus-article-wide-reply-with-original): New function.
12120
12121         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12122         Emacs 21.
12123
12124 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12127         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12128
12129 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12130
12131         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12132         (gnus-group-read-ephemeral-gmane-group): New command.
12133
12134 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12135
12136         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12137
12138 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * message.el (message-send-mail-function): Increase custom version.
12141
12142         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12143         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12144
12145 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12146
12147         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12148         for the cases where imap-authenticate is called with a nil buffer
12149         parameter.
12150
12151 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12154         html parts correctly; support forwarded messages.
12155         (gnus-article-browse-html-article): Remove work buffers.
12156
12157         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12158         compiling.
12159         (netrc-bound-and-true-p): New macro.
12160         (netrc-parse): Use it instead of bound-and-true-p that is not available
12161         in XEmacs 21.4.
12162
12163 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12164
12165         * gnus-registry.el (gnus-registry-mark-article)
12166         (gnus-registry-article-marks): Add functionality to mark articles
12167         through the Gnus registry.
12168
12169         * encrypt.el: Clarify documentation for the new pgg method.
12170         (encrypt-file-alist): Add PGG option.
12171         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12172         functionality.  Abstract password key and messaging to external
12173         functions.
12174         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12175         (encrypt-message-method-and-cipher): Add new convenience external
12176         functions.
12177         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12178         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12179
12180         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12181         (netrc-parse): Use encrypt-file-alist to determine if
12182         encrypt-find-model or encrypt-insert-file-contents should be used.
12183
12184         * encrypt.el: Clarify documentation.  Load password-cache or
12185         password, whichever one is found first, instead of autoloading.
12186
12187 2007-12-19  Glenn Morris  <rgm@gnu.org>
12188
12189         * mml.el (message-options-set, message-narrow-to-head)
12190         (message-in-body-p, message-mail-p, message-encode-message-body):
12191         Autoload.
12192         (message-remove-header, message-narrow-to-headers-or-head)
12193         (message-subscribed-p, message-make-mail-followup-to)
12194         (message-position-on-field, message-news-p)
12195         (message-options-set-recipient, message-generate-headers)
12196         (message-sort-headers): Declare as functions.
12197
12198 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12201         convention in doc string.
12202
12203 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12206         title to html parts.
12207         (gnus-article-browse-html-article): Pass message header to it.
12208
12209         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12210
12211 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12214         or password compatible with XEmacs.
12215
12216 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12219         format document.
12220         (gnus-mime-delete-part): Don't write description line if empty.
12221         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12222
12223 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12224
12225         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12226         (gnus-summary-mark-read-and-unread-as-read)
12227         (gnus-summary-mark-current-read-and-unread-as-read)
12228         (gnus-summary-mark-unread-as-ticked): Doc fix.
12229         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12230
12231 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12234         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12235
12236 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12239         yes-or-no-p.
12240
12241 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * mm-decode.el (mm-add-meta-html-tag): New function.
12244         (mm-save-part-to-file, mm-pipe-part): Use it.
12245
12246         * gnus-art.el (gnus-article-browse-delete-temp-files):
12247         Use gnus-y-or-n-p instead of y-or-n-p.
12248         (gnus-article-browse-html-parts): Work with message/external-body; use
12249         mm-add-meta-html-tag.
12250
12251 2007-12-11  Glenn Morris  <rgm@gnu.org>
12252
12253         * gnus-cache.el: Require gnus-sum not just when compiling.
12254
12255         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12256
12257         * gnus-int.el (gnus-server-opened, gnus-status-message):
12258         Move definitions before use.
12259
12260         * mm-decode.el: Require gnus-util.
12261         (mm-remove-part): Only call delete-annotation on XEmacs.
12262
12263         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12264
12265         * nnmail.el: Require gnus-int.
12266
12267         * spam.el: Move `require's before `eval-when-compile's.
12268
12269         * gnus-ems.el (gnus-alive-p):
12270         * gnus-fun.el (message-goto-eoh):
12271         * gnus-util.el (gnus-group-name-decode):
12272         * mail-source.el (gnus-compress-sequence):
12273         * message.el (Info-goto-node, format-spec):
12274         * mm-bodies.el (message-options-get):
12275         * mm-decode.el (mm-view-pkcs7):
12276         * mm-util.el (gmm-write-region):
12277         * mml-smime.el (mml-compute-boundary)
12278         (gnus-completing-read-with-default):
12279         * mml.el (widget-button-press, gnus-make-hashtable):
12280         * mml1991.el (mm-decode-content-transfer-encoding)
12281         (mm-encode-content-transfer-encoding)
12282         (message-options-get, message-options-set):
12283         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12284         * nnfolder.el (gnus-request-group):
12285         * nnheader.el (ietf-drums-unfold-fws):
12286         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12287         * smime.el (gnus-run-mode-hooks):
12288         * spam-stat.el (gnus-message): Autoload.
12289
12290         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12291         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12292         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12293         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12294         Add declare-function compatibility definition.
12295
12296         * gnus-cache.el (nnvirtual-find-group-art):
12297         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12298         (gnus-add-image, gnus-add-wash-type):
12299         * gnus-group.el (nnkiboze-score-file):
12300         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12301         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12302         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12303         (message-tokenize-header, gnus-get-buffer-create)
12304         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12305         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12306         * gnus.el (gnus-group-decoded-name):
12307         * mail-source.el (imap-capability):
12308         * mm-bodies.el (message-options-set):
12309         * mm-decode.el (gnus-configure-windows):
12310         * mm-extern.el (message-goto-body):
12311         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12312         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12313         (epg-sub-key-validity, message-options-set):
12314         * mml.el (widget-event-point, gnus-configure-windows):
12315         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12316         * mml2015.el (epg-check-configuration, epg-configuration)
12317         (message-options-set):
12318         * nndb.el (nndb-request-article):
12319         * nnfolder.el (gnus-request-create-group):
12320         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12321         * nnmaildir.el (gnus-group-mark-article-read):
12322         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12323         * rfc1843.el (message-fetch-field):
12324         * spam.el (gnus-extract-address-components):
12325         Declare as functions.
12326
12327 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12330
12331         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12332
12333         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12334         bind show-trailing-whitespace for XEmacs.
12335
12336 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12337
12338         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12339         new no-op macro for backward compatibility.
12340
12341         * imap.el (imap-string-to-integer): New function.
12342
12343 2007-12-09  Glenn Morris  <rgm@gnu.org>
12344
12345         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12346
12347         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12348         * message.el, mm-view.el, sieve-manage.el, smime.el:
12349         Add declare-function compatibility definition.
12350
12351         * gnus-art.el (w3-region, w3m-region, Info-menu):
12352         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12353         * gnus-sum.el (gnus-get-predicate):
12354         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12355         * message.el (mail-abbrev-in-expansion-header-p):
12356         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12357         (w3m-detect-meta-charset, w3m-region):
12358         * sieve-manage.el (password-read, password-cache-add)
12359         (password-cache-remove):
12360         * smime.el (password-read-and-add): Declare as functions.
12361
12362 2007-12-08  David Kastrup  <dak@gnu.org>
12363
12364         * gnus-sum.el (gnus-summary-simplify-subject-query):
12365         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12366         `message'.
12367
12368 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12371         it to bind idna-program, installation-directory, defined-colors, and
12372         face-attribute for XEmacs of the version that compiles defcustom forms.
12373
12374 2007-12-07  Glenn Morris  <rgm@gnu.org>
12375
12376         * gnus-art.el (article-make-date-line): Revert previous change.
12377
12378 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12381
12382 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12383
12384         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12385         Call gnus-add-to-range ranges only once with a prepared article-list.
12386
12387 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12388
12389         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12390         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12391         group names with backslashes.
12392         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12393
12394 2007-12-06  Deepak Goel  <deego3@gmail.com>
12395
12396         * gnus-art.el (article-make-date-line):
12397         * gnus-start.el (gnus-load):
12398         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12399
12400 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-art.el (gnus-use-idna):
12403         * gnus-start.el (gnus-site-init-file):
12404         * message.el (message-use-idna):
12405         * mm-uu.el (mm-uu-hide-markers):
12406         * smiley.el (smiley-style): Revert changes that suppress warnings.
12407
12408 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12411         specify charset to html source.
12412         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12413
12414 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12417         idna-program in order to suppress byte compile warning issued by XEmacs
12418         that came to byte compile the default value section of defcustom forms
12419         recently.
12420
12421         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12422         value of installation-directory.
12423
12424         * message.el (message-use-idna): Don't directly refer to the value of
12425         idna-program.
12426
12427         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12428
12429         * smiley.el (smiley-style): Don't directly call face-attribute.
12430
12431 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12434
12435         * gnus-dired.el: Reduce Gnus dependencies.
12436         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12437         Don't require.  Use autoloads instead.
12438         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12439         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12440         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12441         (gnus-dired-mode): Adjust doc string.
12442         (gnus-dired-mail-mode): New variable.
12443         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12444         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12445         (gnus-dired-mail-buffers): New function.  Return mail or message
12446         composition buffers.
12447         (gnus-dired-attach): Use it.
12448         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12449         NO-DECODE.
12450         (gnus-dired-print): Use `gnus-print-buffer' depending on
12451         `gnus-dired-mail-mode'.
12452
12453 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * rfc2047.el (rfc2047-encoded-word-regexp)
12456         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12457         explaining what regexp patterns are for.
12458
12459 2007-12-04  Glenn Morris  <rgm@gnu.org>
12460
12461         * password.el: Move to password-cache.el.
12462
12463         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12464         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12465         * mml-smime.el (password-read, password-cache-add)
12466         (password-cache-remove):
12467         No need to autoload, since mml-sec requires password.
12468
12469         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12470         * message.el (gnus-extract-address-components):
12471         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12472
12473         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12474         password.
12475
12476 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * mailcap.el: Reduce dependencies.
12479         (mail-header-parse-content-type): Autoload.
12480         (mailcap-delete-duplicates): New alias.
12481         (mailcap-mime-info): Add optional argument NO-DECODE.
12482         (mailcap-mime-types): Use mailcap-delete-duplicates.
12483
12484         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12485
12486 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12487
12488         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12489         (imap-parse-status): Upcase status-att for servers that sends them
12490         lower-case (e.g., MS Exchange 2007).
12491
12492 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12493
12494         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12495         function.
12496
12497         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12498         (gnus-uu-yenc-article): New function.
12499
12500         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12501
12502         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12503
12504 2007-12-02  Glenn Morris  <rgm@gnu.org>
12505
12506         * binhex.el (binhex): New custom group.
12507         (binhex-decoder-program, binhex-decoder-switches)
12508         (binhex-use-external): Move to the binhex custom group.
12509
12510         * uudecode.el (uudecode): New custom group.
12511         (uudecode-decoder-program, uudecode-decoder-switches)
12512         (uudecode-use-external): Move to the uudecode custom group.
12513
12514         * netrc.el (top-level): Don't load `encrypt' features.
12515         (netrc-parse): Don't use encrypt.
12516         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12517
12518         * encrypt.el: Remove file.
12519
12520 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12521
12522         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12523         matches on patches.
12524
12525         * gnus-art.el (gnus-article-browse-html-article):
12526         Mention `mm-text-html-renderer' in the doc string.
12527
12528         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12529         string.  Add comments.
12530
12531         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12532         if rhs is ASCII.
12533
12534 2007-12-01  Glenn Morris  <rgm@gnu.org>
12535
12536         * mail-source.el (top-level): Require format-spec before
12537         eval-when-compile.
12538
12539 2007-11-30  Glenn Morris  <rgm@gnu.org>
12540
12541         * encrypt.el: Require password, rather than autoloading password-read.
12542
12543 2007-11-29  Glenn Morris  <rgm@gnu.org>
12544
12545         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12546         (sasl-make-client, sasl-next-step, sasl-step-data)
12547         (sasl-step-set-data): Declare as functions.
12548
12549 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12552
12553 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12554
12555         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12556         certs should be verified and what is to be done in the event of a
12557         verification failure.
12558
12559         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12560         caller can indicate whether the cache should be disregarded for this
12561         call.  This way the result of the call is reproducible at all times and
12562         can be considered a canonical server name for the supplied method.
12563         (gnus-agent-method-p): Canonicalize server names by pushing their
12564         method through `gnus-method-to-server' using the no-cache argument.
12565
12566         * gnus-srvr.el (gnus-server-insert-server-line):
12567         Call `gnus-method-to-server' with `no-cache' argument.
12568
12569         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12570         gnus-agent-possibly-synchronize-flags as this should be called when the
12571         server is actually being opened.
12572         (gnus-agent-possibly-synchronize-flags)
12573         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12574         flags file of an agentized server to the latter function.
12575
12576         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12577         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12578         after a connection has been established successfully.
12579
12580 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * gnus-art.el (article-display-face): Force to display face if called
12583         interactively; check if gnus-article-x-face-too-ugly matches author.
12584         (article-display-x-face): Display face even if From header is missing
12585         as article-display-face does.
12586
12587 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12588
12589         * hashcash.el (message-narrow-to-headers-or-head)
12590         (message-fetch-field, message-goto-eoh)
12591         (message-narrow-to-headers): Declare as functions.
12592
12593 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * mail-source.el (mail-sources): Default to fetch from file for
12596         compatibility with default of nnmail-spool-file.
12597
12598 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12601         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12602         to look for encoded word that should be encoded again.
12603         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12604         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12605         encoding pattern.
12606         (rfc2047-decode-region): Switch strict regexp and loose one according
12607         to rfc2047-allow-irregular-q-encoded-words.
12608
12609 2007-11-25  Romain Francoise  <romain@orebokech.com>
12610
12611         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12612
12613 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12614
12615         * tls.el (tls-program): Provide more custom choices from
12616         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12617         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12618
12619 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12622         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12623
12624         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12625         `nnmail-spool-file'.
12626
12627         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12628         `nnmail-spool-file'.
12629
12630         * gnus-move.el (gnus-change-server): Ditto.
12631
12632         * gnus-kill.el (gnus-batch-score): Ditto.
12633
12634         * gnus-cache.el (gnus-jog-cache): Ditto.
12635
12636         * gnus-msg.el (gnus-summary-reply):
12637         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12638
12639 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12642         version.  Minor improvement to doc strings.
12643         (tls-program): Add comment.
12644
12645 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12646
12647         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12648         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12649         mismatch between the hostname provided in the certificate and the name
12650         of the host connnecting to.
12651         (open-tls-stream): Use them.  Check certificates against trusted root
12652         certificates.
12653
12654 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12655
12656         * gnus-cache.el (gnus-cache-generate-nov-databases):
12657         Use nnml-generate-nov-databases-directory instead of
12658         nnml-generate-nov-databases-1.
12659
12660 2007-11-24  Glenn Morris  <rgm@gnu.org>
12661
12662         * message.el (message-tool-bar-retro): Update for rename
12663         mail_send.xpm->mail-send.xpm.
12664
12665 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12668         `smime-ldap-search' for Emacs 22 and up.
12669
12670 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12671
12672         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12673
12674         * message.el (message-send-mail-function): Fix error convention.
12675         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12676         (message-widen-reply, message-send-mail, message-talkative-question)
12677         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12678         (message-clone-locals, message-send-news): Use with-current-buffer.
12679         (message-insert-or-toggle-importance): Remove unused var `valid'.
12680         (message-make-references): Remove unused var `new-references'.
12681         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12682
12683 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12684
12685         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12686         (spam-split-symbolic-return-positive): Reflow docstring.
12687         (spam-backends, spam-summary-exit-behavior)
12688         (spam-mark-ham-unread-before-move-from-spam-group)
12689         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12690         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12691         (spam-clear-cache, spam-backend-check, spam-install-backend)
12692         (spam-install-statistical-backend, spam-list-of-processors)
12693         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12694         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12695         (spam-check-crm114, spam-initialize, spam-unload-hook):
12696         Fix typos in docstrings.
12697
12698 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12701         been checked if they have never been read and those group levels are
12702         higher than the one that a user specified.
12703
12704 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12707         foreign groups unless a group level is specified by a user.
12708         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12709
12710 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12711
12712         * message.el (message-send-mail-function): Require sendmail.
12713
12714 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12715
12716         * message.el (message-send-mail-function): Check for smtpmail too.
12717
12718         * utf7.el (utf7-encode, utf7-decode): Use coding system
12719         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12720
12721         * message.el (message-send-mail-function): New function.
12722         (message-send-mail-function): Set default using
12723         message-send-mail-function.  Adjust doc string.
12724         (message-send-mail-with-mailclient): New function.
12725
12726 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12727
12728         * smime.el (from):
12729         * rfc2047.el (message-posting-charset):
12730         * qp.el (mm-use-ultra-safe-encoding):
12731         * pop3.el (parse-time-months):
12732         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12733         * nnml.el (files):
12734         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12735         (jka-compr-compression-info-list, ange-ftp-path-format)
12736         (efs-path-regexp):
12737         * nndiary.el (files):
12738         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12739         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12740         (epg-digest-algorithm-alist, inhibit-redisplay)
12741         (password-cache-expiry):
12742         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12743         (pgg-output-buffer, password-cache-expiry):
12744         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12745         (efs-path-regexp):
12746         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12747         (inhibit-redisplay):
12748         * mm-uu.el (file-name, start-point, end-point, entry)
12749         (gnus-newsgroup-name, gnus-newsgroup-charset):
12750         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12751         (latin-unity-ucs-list):
12752         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12753         (mm-uu-binhex-decode-function):
12754         * message.el (gnus-message-group-art, gnus-list-identifiers)
12755         (rmail-enable-mime-composing, gnus-local-organization)
12756         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12757         (gnus-read-active-file, facemenu-add-face-function)
12758         (facemenu-remove-face-function, gnus-article-decoded-p)
12759         (tool-bar-mode):
12760         * mail-source.el (display-time-mail-function):
12761         * gnus-util.el (nnmail-pathname-coding-system)
12762         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12763         (gnus-original-article-buffer, gnus-user-agent)
12764         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12765         (xemacs-codename, sxemacs-codename, emacs-program-version):
12766         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12767         * gnus-start.el (gnus-agent-covered-methods)
12768         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12769         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12770         (gnus-newsgroup-headers, gnus-group-list-mode)
12771         (gnus-group-mark-positions, gnus-newsgroup-data)
12772         (gnus-newsgroup-unreads, nnoo-state-alist)
12773         (gnus-current-select-method, mail-sources)
12774         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12775         (nnmail-spool-file, gnus-cache-active-hashtb):
12776         * gnus-mh.el (mh-lib-progs):
12777         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12778         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12779         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12780         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12781         (gnus-group-buffer):
12782         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12783         (font-lock-set-defaults):
12784         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12785         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12786         (gnus-summary-post-menu, total-parts, type, condition, length):
12787         * gnus-agent.el (gnus-agent-read-agentview):
12788         * flow-fill.el (show-trailing-whitespace):
12789         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12790         eval-and-compile wrappers for byte compiler pacifiers.
12791
12792         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12793         (mm-display-inline-fontify): Check for featurep 'xemacs not
12794         extent-list.
12795
12796         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12797         itimer-list.
12798         (mm-create-image-xemacs): Only do something for XEmacs.
12799         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12800
12801         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12802
12803         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12804         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12805
12806 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12807
12808         * nnimap.el (nnimap-split-download-body):
12809         * gnus-demon.el (gnus-demon):
12810         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12811
12812 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12815         New macros.
12816         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12817         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12818         copy data from unibyte buffer to multibyte current buffer.
12819         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12820         to copy data from unibyte current buffer to multibyte buffer.
12821         (nntp-make-process-buffer): Make process buffer unibyte.
12822
12823         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12824
12825 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12826
12827         * pop3.el (pop3-open-server): Accept and process data more robustly at
12828         connection start to avoid spurious "POP SSL connection failed" errors.
12829
12830 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12833         read group names.
12834
12835 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12838
12839 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12842         (nnmail-save-active): Use a unibyte buffer when saving active file,
12843         which may contain non-ASCII group names.
12844
12845         * nnml.el (nnml-request-group): Decode group names in messages.
12846
12847 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * message.el (message-citation-line-function)
12850         (message-insert-formatted-citation-line): Fix spelling of
12851         `message-insert-formated-citation-line'.
12852
12853 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12856
12857 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12860         nnmail-pathname-coding-system.
12861
12862         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12863         that a user enters; decode group names in messages.
12864
12865         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12866
12867 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12870
12871         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12872
12873         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12874         risky local variable.
12875
12876         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12877
12878 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12879
12880         * encrypt.el: Improve documentation to fix function name typo.
12881         Reported by Daiki Ueno <ueno@unixuser.org>.
12882
12883 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12886         even if the point is not in the last page of an article.
12887         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12888         back to the previous page.
12889
12890 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12893
12894 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12897
12898 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12899
12900         * message.el (message-check-news-body-syntax):
12901         Avoid mm-string-as-multibyte.
12902         (message-hide-headers): Don't assume (point-min)==1.
12903
12904 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * message.el (message-remove-blank-cited-lines): Fix if remove is
12907         given.
12908         (message-bogus-address-regexp): New variable.
12909         (message-bogus-recipient-p): New function.
12910         (message-check-recipients): New command.
12911         (message-syntax-checks): Add `bogus-recipient'.
12912         (message-fix-before-sending): Add `bogus-recipient'.
12913
12914         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12915         (gnus-treat-body-boundary): Don't test window-system.
12916
12917 2007-10-28  Leo Liu  <sdl.web@gmail.com>
12918
12919         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12920
12921 2007-10-28  Miles Bader  <miles@gnu.org>
12922
12923         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12924         at compile-time too.
12925
12926 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12927
12928         * gnus-msg.el (gnus-message-setup-hook):
12929         Add `message-remove-blank-cited-lines' to options.
12930
12931 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12932
12933         * message.el (message-remove-blank-cited-lines): New function.
12934         Suggested by Karl Plästerer.
12935
12936 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12939         mapc.
12940
12941         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12942         (top-level): Use mapc to set functions to be traced for debugging.
12943
12944         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12945         called for effect with while loop.
12946
12947         * message.el (message-talkative-question): Replace mapcar called for
12948         effect with mapc.
12949
12950         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12951         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12952         called for effect with dolist.
12953
12954         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12955
12956         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12957         gnus-extra-headers and nnmail-extra-headers.
12958
12959         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12960         called for effect with dolist.
12961         (top-level): Use mapc to set functions to be traced for debugging.
12962
12963         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12964         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12965         dolist.
12966
12967         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12968         Replace mapcar called for effect with mapc.
12969         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12970         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12971         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12972         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12973
12974         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12975         remove-if that's a cl function.
12976
12977         * webmail.el (webmail-debug): Replace mapcar called for effect with
12978         dolist.
12979
12980         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
12981         with mapc.
12982
12983 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12986         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12987         with while loop.
12988
12989         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12990         functions from article-* functions.
12991         (gnus-multi-decode-header): Replace mapcar called for effect with
12992         dolist.
12993
12994         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12995         (gnus-bookmark-show-details): Replace mapcar called for effect with
12996         while loop.
12997
12998         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12999         called for effect with while loop.
13000
13001         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13002         with dolist.
13003
13004         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13005         Replace mapcar called for effect with dolist.
13006
13007         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13008
13009         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13010         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13011         Replace mapcar called for effect with dolist.
13012         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13013         mapc.
13014
13015         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13016         Replace mapcar called for effect with dolist.
13017         (gnus-topic-list): Replace mapcar called for effect with mapc.
13018
13019         * gnus.el: Use mapc instead of mapcar to add autoloads.
13020
13021 2007-10-23  Richard Stallman  <rms@gnu.org>
13022
13023         * gnus-group.el (gnus-group-highlight): Mark as risky.
13024
13025 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * gnus.el (gnus-server-to-method): Return method found first in
13028         gnus-newsrc-alist.
13029
13030         * gnus-art.el (gnus-article-highlight-signature)
13031         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13032         button overlay without the front stickiness.
13033
13034 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13035
13036         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13037         overview buffer needed a catch to receive its throw.
13038         (gnus-agent-flush-cache): Declare as interactive to make this function
13039         easier to use.
13040
13041 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13042
13043         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13044         `next-line'.
13045
13046 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13049         exclude address matching message-dont-reply-to-names.
13050
13051 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus-util.el (gnus-string<): New function.
13054
13055         * gnus-sum.el (gnus-article-sort-by-author)
13056         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13057
13058 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13061         the frame-focus tag is set in gnus-buffer-configuration.
13062
13063 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13066         the front stickiness.
13067
13068 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13071         url pattern; remove duplicate one.
13072         (gnus-article-extend-url-button): New function.
13073         (gnus-article-add-buttons): Use it.
13074         (gnus-button-push): Use concatenated url that it makes.
13075
13076 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13077
13078         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13079
13080 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13081
13082         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13083         Don't hardcode point-min==1.
13084
13085 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13088         Fix comment about "iso8859-1".
13089
13090 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13091
13092         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13093         ones returned from the verify-function.
13094
13095         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13096         Call mml2015-extract-cleartext-signature if extraction failed.
13097
13098 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13099
13100         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13101         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13102         failed.
13103
13104 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13107
13108 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13111         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13112         recommends to use EasyPG instead of PGG.
13113
13114         * pgg.el: Revert to revision 6.23.2.16.
13115
13116         * pgg-def.el: Revert to revision 6.6.2.14.
13117
13118         * pgg-gpg.el: Revert to revision 6.23.2.34.
13119
13120 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13121
13122         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13123         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13124         thread for both the null and zero (kill/expire thread) universal prefix
13125         cases.
13126         (gnus-summary-expire-thread): Add new function to expire a thread,
13127         using gnus-summary-kill-thread.
13128         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13129         shortcuts for gnus-summary-expire-thread.
13130         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13131         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13132
13133 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13134
13135         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13136         extras value, so an extras entry can be deleted.
13137         (gnus-registry-delete-extra-entry): Use it.
13138         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13139         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13140         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13141         storage through the gnus-registry, and provide an appropriate API for
13142         it.
13143
13144 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13147         Suggested by Leo <sdl.web@gmail.com>.
13148
13149         * gnus.el: Do.
13150
13151 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13154         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13155
13156         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13157
13158         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13159         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13160
13161 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13164         newline.
13165         (nnmbox-request-accept-article): Don't change article in source buffer;
13166         narrow to header to use message-fetch-field rather than
13167         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13168         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13169         as delimiters; make sure article ends with newline.
13170         (nnmbox-delete-mail): Correct last position of article to be deleted;
13171         ignore X-Gnus-Newsgroup header in article body.
13172         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13173         positions; make sure article ends with newline.
13174
13175         * message.el (message-display-abbrev): Don't infloop when a user
13176         inserts SPC in the beginning of header.
13177
13178         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13179         coding-system-for-read and coding-system-for-write for XEmacs having no
13180         file-coding feature.
13181
13182         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13183
13184 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13185
13186         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13187         list of groups not followed by default.  Fix type to be regexp.
13188         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13189
13190 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13191
13192         * hmac-def.el (define-hmac-function): Switch from old-style to
13193         new-style backquotes.
13194
13195         * md4.el (md4-make-step): Likewise.
13196
13197 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13200         raw-text coding system when saving .newsrc file, which may contain
13201         non-ASCII group names.
13202
13203 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-cus.el (gnus-score-extra): New widget.
13206         (gnus-score-extra-convert): New function.
13207         (gnus-score-customize): Use it for Extra.
13208
13209 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13210
13211         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13212         (mml2015-mailcrypt-clear-verify): Use it.
13213         (mml2015-gpg-clear-verify): Use it.
13214         (mml2015-pgg-clear-verify): Use it.
13215         (mml2015-epg-clear-verify): Replace the current part with the output
13216         from GnuPG; don't extract the plaintext by itself.
13217
13218         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13219         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13220         mml2015-clear-verify-function; don't touch the armor headers or
13221         dash-escaped text here.
13222
13223 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13226         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13227         parts, or application/octet-stream as a last resort.
13228         (gnus-mime-view-part-as-type): Don't toggle display.
13229         (gnus-mime-view-part-as-charset): Don't turn off display before
13230         querying charset.
13231
13232         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13233         stuff to undisplayer function in Emacs.
13234         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13235
13236         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13237         text/calendar parts.
13238
13239 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13242         decoding text/calendar parts.
13243
13244         * message.el (message-forward-make-body-mime): Always mark body as
13245         having no illegible text; remove signed-or-encrypted argument.
13246         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13247
13248         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13249         (mml-generate-mime-1): Don't encode body if it is specified to be in
13250         raw form; don't make buffer be unibyte when inserting multibyte string.
13251
13252 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13253
13254         * sha1.el: Fix up comment style.
13255         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13256         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13257
13258         * hex-util.el: Fix up comment style.
13259         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13260
13261         * gnus-salt.el: Use with-current-buffer.
13262         (gnus-pick-setup-message): Fix long-standing typo.
13263
13264 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * imap.el (imap-logout-timeout): New variable.
13267         (imap-logout, imap-logout-wait): New functions.
13268         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13269
13270         * nnimap.el (nnimap-logout-timeout): New server variable.
13271         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13272         nnimap-logout-timeout.
13273
13274         * gnus-art.el (gnus-article-summary-command-nosave)
13275         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13276
13277 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus.el (gnus-maximum-newsgroup): New variable.
13280
13281         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13282         according to gnus-maximum-newsgroup.
13283
13284         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13285         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13286         Limit the range of articles according to gnus-maximum-newsgroup.
13287
13288 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13289
13290         * gnus-art.el (gnus-sticky-article): Fix problems described in
13291         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13292         Don't perform gnus-configure-windows here; reuse existing sticky
13293         article buffer.
13294
13295         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13296         it doesn't exist in gnus-article-mode.
13297
13298 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13301         (gnus-agent-decoded-group-name): New function.
13302         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13303         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13304
13305 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13306
13307         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13308         Add binding for gnus-sticky-article.
13309         (gnus-summary-exit): Don't kill sticky article buffers.
13310
13311         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13312         article buffer.
13313         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13314         (gnus-kill-sticky-article-buffers): New commands.
13315
13316 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * nntp.el (nntp-xref-number-is-evil): New server variable.
13319         (nntp-find-group-and-number): If it is non-nil, don't trust article
13320         numbers in the Xref header.
13321
13322 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * gnus-agent.el (gnus-agent-read-group): New function.
13325         (gnus-agent-flush-group, gnus-agent-expire-group)
13326         (gnus-agent-regenerate-group): Use it.
13327         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13328         nnmail-pathname-coding-system.
13329
13330 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13333
13334         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13335         that are unread as unread, and also as selected so that information of
13336         marks having been changed by a user may be updated when exiting group.
13337
13338 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13341
13342 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13345         calculated ignoring signature parts to gnus-treat-article.
13346
13347 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13350         a point here in order to keep the window start.
13351         (gnus-insert-mime-security-button): Make a button overlay without the
13352         front stickiness.
13353         (gnus-mime-display-security): Goto the end of a button.
13354
13355         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13356
13357 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13360         group-name-at-point.
13361         (gnus-group-completing-read): New function that offers decoded
13362         non-ASCII group names for completion.
13363         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13364         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13365         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13366         (gnus-group-fetch-control): Use it.
13367         (gnus-fetch-group): Use group-name-at-point for the initial value
13368         rather than the default value; use gnus-alive-p.
13369
13370         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13371         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13372         (gnus-summary-post-news): Use gnus-group-completing-read.
13373
13374         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13375         (gnus-read-move-group-name): Decode group name for completion.
13376
13377 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13378
13379         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13380         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13381         Yamaoka slightly modified the code).
13382
13383 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13386         (nnmail-split-incoming): Bind it.
13387
13388         * nnml.el (nnml-group-name-charset): New function.
13389         (nnml-decoded-group-name): Use it; don't decode group name if
13390         nnmail-group-names-not-encoded-p is non-nil.
13391         (nnml-encoded-group-name): New function.
13392         (nnml-group-pathname): Inline nnml-decoded-group-name.
13393         (nnml-request-expire-articles): Decode group name in message.
13394         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13395         nnmail-pathname-coding-system.
13396         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13397         not decoded ones according to nnmail-group-names-not-encoded-p.
13398         (nnml-generate-active-info): Use nnml-encoded-group-name.
13399
13400 2007-08-08  Glenn Morris  <rgm@gnu.org>
13401
13402         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13403         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13404         doc-strings and comments.
13405
13406 2007-07-25  Glenn Morris  <rgm@gnu.org>
13407
13408         * Relicense all FSF files to GPLv3 or later.
13409
13410 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * gnus-sum.el (gnus-summary-move-article):
13413         Make gnus-summary-respool-article work.
13414
13415 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13418         string.
13419
13420 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13421
13422         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13423         that should be ignored when comparing distant RSS articles with local
13424         ones.
13425         (nnrss-make-hash-index): New function.  Create a hash index according
13426         to the ignored fields.
13427         (nnrss-check-group): Use it.
13428
13429 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13432
13433         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13434
13435         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13436         the new optional argument ENCODED is non-nil.
13437         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13438         coding system for encoding group name.
13439         (gnus-group-make-rss-group): Pass un-encoded group name to
13440         gnus-group-make-group.
13441         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13442         encoded.
13443
13444         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13445         Encode group name to which articles are moved or copied.
13446         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13447         coding system for encoding Newsgroup, Followup-To and Xref headers.
13448
13449         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13450         marks; use nnheader-file-coding-system to write a file.
13451         (nnagent-retrieve-headers): Bind file-name-coding-system to
13452         nnmail-pathname-coding-system.
13453
13454         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13455
13456         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13457         (nnml-request-article, nnml-request-create-group)
13458         (nnml-request-rename-group, nnml-find-id)
13459         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13460         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13461         (nnml-save-marks): Use nnml-group-pathname instead of
13462         nnmail-group-pathname.
13463
13464         (nnml-request-create-group, nnml-request-expire-articles)
13465         (nnml-request-move-article, nnml-request-delete-group)
13466         (nnml-deletable-article-p, nnml-possibly-create-directory)
13467         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13468         (nnml-open-marks): Bind file-name-coding-system to
13469         nnmail-pathname-coding-system.
13470
13471         (nnml-request-article): Pass server argument to nnml-find-group-number.
13472         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13473         Pass server argument to nnml-possibly-create-directory.
13474         (nnml-request-accept-article): Pass server argument to
13475         nnml-active-number and nnml-save-mail.
13476         (nnml-find-group-number): Pass server argument to nnml-find-id.
13477         (nnml-request-update-info): Pass server argument to
13478         nnml-marks-changed-p.
13479
13480         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13481         (nnml-save-mail, nnml-active-number): Add server argument.
13482
13483         (nnml-request-delete-group): Warn if group is missing.
13484         (nnml-get-nov-buffer): Decode group name.
13485         (nnml-generate-active-info): Encode group name.
13486         (nnml-open-marks): Decode group name in messages.
13487
13488 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13491         if it is not specified.
13492         (gnus-article-pipe-part, gnus-article-save-part)
13493         (gnus-article-interactively-view-part, gnus-article-copy-part)
13494         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13495         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13496         (gnus-article-replace-part, gnus-article-delete-part)
13497         (gnus-article-view-part-as-type): Pass raw prefix argument to
13498         gnus-article-part-wrapper.
13499
13500 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * gnus-agent.el (gnus-agent-save-active):
13503         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13504
13505         * gnus-cache.el (gnus-cache-save-buffers)
13506         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13507         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13508         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13509         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13510         (gnus-cache-generate-active, gnus-cache-rename-group)
13511         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13512         (gnus-cache-update-overview-total-fetched-for):
13513         Bind file-name-coding-system to nnmail-pathname-coding-system.
13514         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13515         New variables.
13516         (gnus-cache-decoded-group-name): New function.
13517         (gnus-cache-file-name): Use it.
13518         (gnus-cache-generate-active): Use non-decoded group name for active.
13519
13520         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13521         right place.
13522         (gnus-write-active-file): Don't break non-ASCII group names.
13523
13524         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13525         nnmail-pathname-coding-system.
13526
13527         * lpath.el: Bind default-file-name-coding-system,
13528         file-name-coding-system and language-info-alist for XEmacs.
13529
13530         * gnus-uu.el (gnus-uu-decode-save): Typo.
13531
13532 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13535
13536 2007-07-14  David Kastrup  <dak@gnu.org>
13537
13538         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13539         finishing actions if we did not edit the article.
13540
13541 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13544         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13545         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13546         (gnus-agent-flush-group, gnus-agent-flush-cache)
13547         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13548         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13549         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13550         (gnus-agent-regenerate-group)
13551         (gnus-agent-update-files-total-fetched-for)
13552         (gnus-agent-update-view-total-fetched-for):
13553         Bind file-name-coding-system to nnmail-pathname-coding-system.
13554         (gnus-agent-group-pathname): Don't encode file names by
13555         nnmail-pathname-coding-system.
13556         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13557         coding-system-for-write instead of buffer-file-coding-system to
13558         gnus-agent-file-coding-system.
13559
13560         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13561         Decode group name.
13562
13563         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13564
13565         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13566         (gnus-read-newsrc-el-file): Make group names unibyte.
13567
13568         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13569         nnmail-pathname-coding-system.
13570
13571         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13572         (nnrss-request-delete-group): Bind file-name-coding-system to
13573         nnmail-pathname-coding-system.
13574         (nnrss-read-server-data, nnrss-read-group-data):
13575         Bind file-name-coding-system correctly.
13576         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13577
13578         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13579         (nntp-server-to-method-cache): New variable.
13580         (nntp-group-pathname): New function that decodes non-ASCII group names.
13581         (nntp-possibly-create-directory, nntp-marks-changed-p)
13582         (nntp-save-marks, nntp-open-marks): Use it.
13583         (nntp-possibly-create-directory, nntp-open-marks):
13584         Bind file-name-coding-system to nnmail-pathname-coding-system.
13585         (nntp-open-marks): Decode group names when bootstrapping marks.
13586
13587         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13588         Newsgroups and Followup-To headers.
13589
13590 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13593         (gnus-server-closed-face, gnus-server-denied-face)
13594         (gnus-server-offline-face): Remove variable.
13595         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13596
13597         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13598         of modifying message-stack directly for XEmacs.
13599
13600         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13601         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13602         if the coding-system argument is nil for XEmacs.
13603
13604         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13605         mm-charset-override-alist.
13606
13607         * rfc2047.el: Don't require base64; require rfc2045 for the function
13608         rfc2045-encode-string.
13609         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13610         to quote the parameter value.
13611
13612 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13615         form in gnus-group-name-charset-method-alist.
13616
13617         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13618         overrides the default layout edit-form.
13619
13620         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13621
13622         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13623
13624 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13627         as unfetched articles.
13628
13629 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13632
13633 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13636         original back end that keeps marks in the local system.
13637
13638 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13641         arg of pop-to-buffer for XEmacs.
13642         (gnus-article-read-summary-keys): Ditto; don't restore window
13643         configuration if summary command ends up with neither article buffer
13644         nor summary buffer; describe bindings if summary keys end with C-h.
13645
13646 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * message.el (message-fix-before-sending): Skip raw message part to be
13649         forwarded while checking illegible text.
13650         (message-forward-make-body-mime, message-forward-make-body):
13651         Mark signed or encrypted raw message as having no illegible text.
13652
13653 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13656         (gnus-message-with-timestamp-1): New macro.
13657         (gnus-message-with-timestamp): New function.
13658         (gnus-message): Use them.
13659
13660         * nnheader.el (nnheader-message): Use them.
13661
13662 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13663
13664         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13665         .newsrc.eld file.
13666
13667 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * gnus-agent.el (gnus-agent-fetch-headers)
13670         (gnus-agent-retrieve-headers):
13671         Bind gnus-decode-encoded-address-function to identity.
13672
13673         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13674         available also when the server returns simply a dot.
13675
13676         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13677
13678 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13681
13682 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * gnus-ems.el (gnus-x-splash): Make it work.
13685
13686         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13687         from being used.
13688
13689         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13690
13691 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13694         4th and the 5th arguments.
13695
13696         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13697         the front stickiness.
13698         (gnus-article-summary-command-nosave): Correct the order of the
13699         arguments passed to pop-to-buffer.
13700         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13701         summary command ends up with the article buffer.
13702
13703         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13704         the same faces.
13705
13706 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13707
13708         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13709
13710 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13711
13712         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13713         * gnus-sum.el (gnus-summary-highlight):
13714         * pgg.el (pgg-sign-region, pgg-sign):
13715         * mail-source.el (mail-source-delete-old-incoming-confirm):
13716         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13717
13718 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * gnus-art.el (gnus-mime-view-part-externally)
13721         (gnus-mime-view-part-internally): Fix predicate function passed to
13722         completing-read.
13723
13724         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13725
13726         * gnus.el (gnus-update-message-archive-method): Add :version.
13727
13728 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * gnus.el (gnus-update-message-archive-method): New variable.
13731
13732         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13733         according to gnus-message-archive-method if
13734         gnus-update-message-archive-method is non-nil.
13735
13736 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13739         Suggested by Loic Dachary <loic@dachary.org>.
13740         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13741
13742 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * message.el (message-pop-to-buffer): Add switch-function argument.
13745         (message-mail): Pass switch-function argument to it.
13746
13747 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13750         Improve doc string.
13751
13752 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13755         (gnus-header-content):
13756         * gnus-cite.el (gnus-cite-10):
13757         * gnus-srvr.el (gnus-server-closed):
13758         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13759         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13760         (gnus-group-mail-3-empty, gnus-group-mail-low)
13761         (gnus-group-mail-low-empty, gnus-splash):
13762         * message.el (message-header-to, message-header-cc)
13763         (message-header-subject, message-header-other, message-header-name)
13764         (message-header-xheader, message-separator, message-cited-text)
13765         (message-mml): Lighten colors of faces used for dark background.
13766
13767 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13768
13769         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13770         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13771
13772 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * message.el (message-narrow-to-headers-or-head):
13775         Ignore mail-header-separator in the body.
13776
13777 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13780         same as window size.
13781
13782 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13783
13784         * message.el (message-font-lock-keywords): Use message-header-xheader
13785         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13786         ahead of the anything pattern, to get it recognized.
13787
13788 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
13791         spam.el loads uses it in the compiled defadvice form.
13792
13793 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13794
13795         * gnus-sum.el (gnus-articles-to-read)
13796         (gnus-summary-insert-old-articles): Don't truncate group name for
13797         `read-string'.
13798
13799         * gnus-util.el (gnus-limit-string): Delete this function.
13800
13801         * gnus-sum.el (gnus-simplify-subject-fully):
13802         Use `truncate-string-to-width' instead.
13803
13804 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13805
13806         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13807         Tell if, on summary exit, the next group has to be selected.
13808         (gnus-summary-exit): Use it.
13809
13810 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13813         non-break space.
13814
13815 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13818         Check if group is not a directory.
13819         (nnfolder-request-expire-articles): Don't delete articles if the target
13820         group is not available.
13821
13822         * nnml.el (nnml-request-create-group): Properly check if group is not a
13823         file.
13824         (nnml-request-expire-articles): Don't delete articles if the target
13825         group is not available.
13826
13827         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13828         Don't quote characters that are within parentheses.
13829
13830 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13833         (gnus-handle-ephemeral-exit): Select article according to it.
13834
13835 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13836
13837         * message.el (message-insert-formated-citation-line): Remove newline.
13838         (message-citation-line-format): Add final \n here so that the user can
13839         avoid a blank line.
13840
13841 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13842
13843         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13844         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13845         Update lanl/arXiv support.
13846
13847 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * gnus.el: Bump version number.
13850
13851 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13852
13853         * gnus.el (gnus-version-number): Bump version.
13854
13855 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13856
13857         * gnus.el: No Gnus v0.6 is released.
13858
13859 2007-04-27  Didier Verna  <didier@xemacs.org>
13860
13861         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13862         * gmm-utils.el (gmm-regexp-concat): ... here.
13863         * message.el: Don't require 'gnus-util.
13864         (message-dont-reply-to-names): Handle name change above.
13865         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13866
13867 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13870         since the initial value varies according to the system.
13871
13872 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13875
13876 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13877
13878         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13879
13880 2007-04-24  Didier Verna  <didier@xemacs.org>
13881
13882         Improve the type of gnus-ignored-from-addresses.
13883         * gnus-util.el (gnus-orify-regexp): New function.
13884         * message.el (gnus-util): Require it.
13885         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13886         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13887         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13888
13889 2007-04-24  Didier Verna  <didier@xemacs.org>
13890
13891         * gnus-sum.el:
13892         * gnus-utils.el: Fix some trailing whitespaces.
13893
13894 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13897         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13898         article's Message-ID; refer parent article in summary buffer.
13899
13900         * message.el (message-bounce): Call mime-to-mml.
13901
13902         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
13903         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
13904         optimize and/or forms properly.
13905
13906 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
13909         URL.
13910
13911 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13914
13915 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13918         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13919         displayed of multipart/alternative part if it is invoked from summary
13920         buffer.
13921
13922         * mm-view.el (mm-inline-text-html-render-with-w3m)
13923         (mm-inline-text-html-render-with-w3m-standalone)
13924         (mm-inline-render-with-function): Use mail-parse-charset by default.
13925
13926 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13927
13928         * parse-time.el (parse-time-string-chars): Check if CHAR
13929         is less than the length of parse-time-syntax.
13930
13931 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13934         from gnus-newsgroup-processable.
13935
13936 2007-04-16  Didier Verna  <didier@xemacs.org>
13937
13938         * gnus-msg.el (gnus-configure-posting-styles):
13939         Handle message-signature-directory properly with :file syntax.
13940         Reported by "Leo".
13941
13942 2007-04-11  Didier Verna  <didier@xemacs.org>
13943
13944         New user option: message-signature-directory.
13945         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13946         * message.el (message-insert-signature): Ditto.
13947         * message.el (message-signature-file): Doc update.
13948         * message.el (message-signature-directory): New.
13949
13950 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * gnus-msg.el (gnus-inews-yank-articles):
13953         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13954
13955 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * message.el (message-yank-original): Make sure cited text ends with
13958         newline; don't exchange point and mark.
13959
13960 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13961
13962         * tls.el (open-tls-stream): Properly handle case where there
13963         is no associated buffer.
13964
13965 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13966
13967         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13968         message-yank-original, make sure (< mark TEXT point).
13969
13970 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13971
13972         * message.el (message-fill-column): New variable.
13973         (message-mode): Use it.  Add comment on a possible new hook.
13974
13975         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13976         (nnmail-get-new-mail): Reformat.
13977
13978         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13979
13980         * gmm-utils.el: Fix Commentary.
13981         (gmm-tool-bar-from-list): Fix typo in doc string.
13982
13983 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13984
13985         * message.el (message-yank-original): Don't switch point and mark
13986         unnecessarily to put point and mark as documented.
13987
13988 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13989
13990         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13991         from the message heads.
13992
13993 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13994
13995         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13996         article buffer does not have a window.  This may not be the best
13997         solution but is certainly better than setting the start of the null,
13998         that is the current, window.
13999
14000 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14001
14002         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14003         (gnus-draft-setup): Run it.
14004
14005         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14006         gnus-score-fast-scoring.  Allow regexp.
14007         (gnus-score-headers): Use it.
14008
14009         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14010         XEmacs.
14011
14012         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14013         string.
14014         (gnus-button-alist): Also catch `<f1> k ...'.
14015         (gnus-treat-display-x-face): Fix doc string.
14016
14017 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14018
14019         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14020         evaluation of gnus-extended-version to ensure correct generation of the
14021         User-Agent header when message-generate-headers-first is used.
14022
14023 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14024
14025         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14026         hashcash-path is nil.  Don't call callback with incorrect number of
14027         parameters if val is 0.
14028
14029 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14030
14031         * message.el (message-required-news-headers):
14032         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14033
14034 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14035
14036         * tls.el (open-tls-stream): In handshake-waiting loop,
14037         don't wait more if there is output available to process.
14038
14039 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14040
14041         * tls.el (tls-program): Doc fix.
14042
14043 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * message.el (message-generate-new-buffers): Change the meaning of the
14046         nil value; add `standard' to the choices; treat t as `unique'; improve
14047         doc string.
14048         (gnus-select-frame-set-input-focus): Autoload.
14049         (message-buffer-name): Search for the existing message buffer if
14050         message-generate-new-buffers is nil or `standard'; treat the value t of
14051         message-generate-new-buffers as `unique'.
14052         (message-pop-to-buffer): Raise the frame already displaying the message
14053         buffer; clear the echo area after querying.
14054         (message-setup): Pass the `continue' argument to compose-mail.
14055         (message-mail): Prefer `switch-function' if it is given; search for the
14056         existing message buffer if the `continue' argument is non-nil; pass
14057         continue and switch-function arguments to compose-mail by way of
14058         message-setup.
14059         (message-mail-other-window): Adjust argument of message-setup.
14060         (message-mail-other-frame): Ditto.
14061
14062 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14065         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14066         to turn font-lock on when turning gnus-message-citation-mode on.
14067
14068 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14069
14070         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14071         (mml-smime-function-alist): New variable; add epg as the backend.
14072         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14073         mml-smime- functions instead.
14074         * mm-view.el: Require smime.
14075
14076 2007-03-05  Didier Verna  <didier@xemacs.org>
14077
14078         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14079         instead of just inheritance for posting styles.
14080         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14081
14082 2007-02-24  Chris Moore  <dooglus@gmail.com>
14083
14084         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14085         * pgg-pgp.el (pgg-pgp-encrypt-region):
14086         * pgg-gpg.el (pgg-gpg-encrypt-region):
14087         Check pgg-encrypt-for-me if no other recipients.
14088
14089 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14090
14091         * tls.el (tls-certtool-program): Fix custom type.
14092
14093 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14096         and point-at-eol instead of line-(beginning|end)-position.
14097
14098         * assistant.el (assistant-parse-buffer): Ditto.
14099
14100         * netrc.el (netrc-parse-services): Ditto.
14101
14102 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14103
14104         * mml2015.el (mml2015-epg-find-usable-key): New function.
14105         (mml2015-epg-sign): Use it.
14106         (mml2015-epg-encrypt): Use it.
14107
14108 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * message.el (message-make-in-reply-to): Quote name containing
14111         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14112         if there are special characters.  Reported by NAKAJI Hiroyuki
14113         <nakaji@jp.freebsd.org>.
14114
14115 2007-02-27  Didier Verna  <didier@xemacs.org>
14116
14117         Include the group parameters as well as the topic ones in the
14118         inheritance filter process.
14119         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14120         argument GROUP-PARAMS-LIST.
14121         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14122
14123 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * nntp.el (nntp-never-echoes-commands)
14126         (nntp-open-connection-functions-never-echo-commands): New variables.
14127         (nntp-send-command): Use them.
14128
14129 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14130
14131         * mml2015.el (mml2015-epg-verify): Simplify.
14132
14133 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * mml.el (mml-content-disposition-alist): New user option.
14136         (mml-content-disposition): New function.
14137         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14138         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14139
14140 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14141
14142         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14143         verification.
14144
14145 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14146
14147         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14148         articles posted in the last 24 hours.
14149
14150 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14151
14152         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14153
14154 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14155
14156         * nntp.el (nntp-send-command): Don't wait for echoes when
14157         nntp-open-ssl-stream is used.
14158
14159 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14162         (gnus-message-add-citation-keywords)
14163         (gnus-message-remove-citation-keywords): Remove.
14164         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14165         directly, make the variables in font-lock-defaults buffer-local, add
14166         gnus-message-citation-keywords to them and then update the value of
14167         font-lock-keywords.
14168
14169 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * message.el (message-cite-original-1): Don't call
14172         gnus-article-highlight-citation.
14173
14174         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14175         citations; fix line count.
14176
14177 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14180         (gnus-message-add-citation-keywords)
14181         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14182         versions of font-lock-add-keywords and font-lock-remove-keywords to
14183         work with XEmacs correctly.
14184
14185 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-cite.el (gnus-cite-face-list): Set the values of
14188         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14189         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14190         (gnus-message-cite-prefix-regexp): New variable.
14191         (gnus-message-search-citation-line): Use it; protect against long
14192         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14193         the 0th match data for Emacs.
14194         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14195         (gnus-message-add-citation-keywords): Append keywords rather than
14196         prepending; emulate font-lock-add-keywords if it is not available.
14197         (gnus-message-remove-citation-keywords):
14198         Emulate font-lock-remove-keywords if it is not available.
14199
14200         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14201
14202         * message.el (message-cite-prefix-regexp): Set the value of
14203         gnus-message-cite-prefix-regexp.
14204
14205 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14206
14207         * nnweb.el (nnweb-google-parse-1): Update parser.
14208
14209 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14210
14211         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14212
14213 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14214
14215         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14216         regexp.
14217
14218 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14221         string-to-multibyte.
14222         (uudecode-decode-region-internal): Use it.
14223
14224         * lpath.el: Fbind string-as-multibyte for XEmacs.
14225
14226 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14229         Fix custom choice.
14230
14231         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14232
14233 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14234
14235         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14236
14237         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14238         `write-region' to respect `mm-inhibit-file-name-handlers'.
14239
14240 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14241
14242         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14243         Use gnus-home-directory instead of "~/" or "$HOME".
14244
14245 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14246
14247         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14248         to mention filename.
14249         Add comments at beginning regarding usage.
14250         (encrypt-write-file-contents): Change interactive so a string is
14251         acceptable.  If the file has no associated model, show an error instead
14252         of a nonsense prompt.
14253
14254 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14255
14256         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14257         Thanks to Yoshihiko Yamada for kind notification of this typo.
14258
14259 2007-01-12  Kenichi Handa  <handa@m17n.org>
14260
14261         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14262         multibyte buffer.
14263
14264 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14265
14266         * gnus-score.el (gnus-score-fast-scoring): New variable.
14267         (gnus-score-headers): Use it.
14268
14269         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14270
14271         * message.el (message-cite-original-1):
14272         Call gnus-article-highlight-citation if requested.
14273         (message-make-from): Allow name and address as optional arguments.
14274
14275         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14276
14277         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14278         bugs to doc string.
14279         (gnus-button-alist): Add mid\\|message-id.
14280         (gnus-button-fetch-group): Extend for use in
14281         `browse-url-browser-function'.
14282         (gnus-button-url-regexp): Try to catch paired parentheses like in
14283         Wikipedia URLs.
14284
14285         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14286         Suggested by Simon Krahnke <overlord@gmx.li>.
14287
14288 2007-01-13  Romain Francoise  <romain@orebokech.com>
14289
14290         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14291         Update copyright.
14292
14293 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14294
14295         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14296
14297 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14298
14299         * gnus-registry.el (gnus-registry-unfollowed-groups)
14300         (gnus-registry-split-fancy-with-parent): Fix documentation.
14301
14302 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14303
14304         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14305         from nnweb groups.
14306
14307 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14308
14309         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14310         Xref urls.  Erase buffer before requesting head.
14311
14312         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14313
14314 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14315
14316         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14317         customizable.
14318
14319 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14320
14321         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14322         no signing key is found.
14323         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14324         no encrypting and/or signing key is found.
14325
14326 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14329
14330 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14331
14332         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14333         headers read from disk with the ones newly found in the current search.
14334         This should no longer cause problems, because the article numbers in
14335         Gmane's `nov.php' output are ignored since the previous change.
14336
14337 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14338
14339         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14340
14341 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14344         replace-regexp-in-string; bind url-version; fbind display-images-p and
14345         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14346         find-face and set-itimer-function for Emacs; bind itimer-list for
14347         Emacs.
14348
14349         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14350
14351 2007-01-01  Romain Francoise  <romain@orebokech.com>
14352
14353         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14354
14355 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14356
14357         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14358         `define-minor-mode' macro definition expanded properly.
14359         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14360         exclude it there.
14361
14362         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14363         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14364         `fboundp' test.
14365         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14366         This is OK to autoload in (S)XEmacs now.
14367
14368 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14369
14370         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14371         keystroke.
14372         (gnus-summary-limit-to-singletons): Fix typo.
14373
14374         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14375         else fails.
14376
14377 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14378
14379         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14380         docstring.
14381
14382         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14383         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14384         (gnus-summary-insert-dormant-articles): Fix typo in message.
14385
14386 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14389         nil for XEmacs.
14390         (gnus-message-citation-mode): Don't autoload in XEmacs.
14391
14392         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14393
14394 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14395
14396         * nnimap.el (nnimap-expunge-search-string):
14397         Mention nnimap-search-uids-not-since-is-evil in docstring.
14398
14399 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14400
14401         * spam.el: Revert to make-obsolete-variable because
14402         define-obsolete-variable-alias is not supported in Emacs 21.
14403
14404         * spam.el (spam-ifile-path, spam-ifile-database-path)
14405         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14406         make-obsolete-variable.
14407         (spam-bsfilter-path, spam-bsfilter-program)
14408         (spam-spamassassin-path, spam-spamassassin-program)
14409         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14410         Don't use "path" inappropriately.
14411         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14412         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14413         variable names.
14414
14415 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14416
14417         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14418         summary buffer.
14419
14420         * password.el (password-cache-remove): Use clear-string to burn
14421         password, if available.
14422
14423 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14424
14425         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14426
14427         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14428
14429         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14430         (gnus-message-highlight-citation): Move defcustom here from
14431         gnus-cite.el.
14432         (gnus-message-citation-mode): Autoload.
14433
14434         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14435         checks to make it compile with XEmacs.
14436         (gnus-message-citation-mode): New minor mode.
14437         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14438         (gnus-message-highlight-citation): New variables.
14439         (gnus-message-search-citation-line)
14440         (gnus-message-add-citation-keywords)
14441         (gnus-message-remove-citation-keywords)
14442         (turn-on-gnus-message-citation-mode)
14443         (turn-off-gnus-message-citation-mode): New functions.
14444
14445 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14446
14447         * gnus-cite.el: Enable highlighting of different citation levels in
14448         message-mode.
14449
14450 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * message.el (message-make-fqdn): Fix comment.
14453         (message-bogus-system-names): Add ".local".
14454
14455         * spam.el (spam-ifile-path, spam-ifile-program)
14456         (spam-ifile-database-path, spam-ifile-database)
14457         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14458         Don't use "path" inappropriately.
14459         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14460         strings.
14461         (spam-check-ifile, spam-ifile-register-with-ifile)
14462         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14463         Use new variable names.
14464
14465         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14466         (gnus-treat-display-smileys): Simplify using
14467         gnus-image-type-available-p.
14468
14469         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14470         available.
14471
14472         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14473         Use `display-images-p' if available.
14474
14475 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14478         one after turning on the buffer's multibyteness instead of decoding
14479         them directly in the unibyte buffer that causes unexpected conversion
14480         in Emacs 23 (unicode).
14481
14482 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14483
14484         * message.el (message-generate-hashcash): Fix custom type.
14485
14486 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14487
14488         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14489
14490 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14491
14492         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14493         disconnect icons.  Add help text.
14494
14495 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14496
14497         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14498         negated to be consistent with the others we handle.
14499
14500 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14501
14502         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14503         version of gnus-summary-buffer to something, so that we can use two
14504         article buffers at the same time.
14505
14506 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14507
14508         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14509         trigger all the extra headers.
14510         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14511         sorting.
14512
14513 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14514
14515         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14516         solid groups.
14517
14518 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14519
14520         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14521
14522 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * legacy-gnus-agent.el: Add Copyright notice.
14525
14526 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14527
14528         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14529
14530 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14531
14532         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14533
14534         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14535         to make it work reliably in CVS Emacs.
14536         (gnus-summary-limit-strange-charsets-predicate)
14537         (gnus-summary-limit-to-predicate): New functions.
14538
14539 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14540
14541         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14542         specifying array size.
14543         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14544         array if it is too small.
14545         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14546         (gnus-sort-threads-loop): New function.
14547
14548 2006-12-06  Chris Moore  <dooglus@gmail.com>
14549
14550         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14551         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14552
14553 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14554
14555         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14556         options.
14557
14558 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14559
14560         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14561         DOS-ing the recipient.
14562
14563         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14564         the headers when creating the mapping to avoid mismappings.
14565         (nnweb-gmane-create-mapping): Always nix out old mapping.
14566
14567 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14570         and mm-verify-option to never.
14571
14572 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * message.el (message-signed-or-encrypted-p): New function.
14575         (message-forward-make-body): Use it.
14576
14577         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14578         Replace encode-coding-string with mm-encode-coding-string.
14579
14580 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * nneething.el (nneething-decode-file-name):
14583         Replace decode-coding-string with mm-decode-coding-string.
14584
14585         * gnus-int.el (gnus-open-server): Say failed server's name.
14586
14587 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14588
14589         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14590         strings to a single string.  Quote `errors-file-name'.
14591         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14592         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14593         Adjust calls.  Use `shell-quote-argument'.
14594
14595 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14596
14597         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14598         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14599
14600         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14601         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14602         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14603         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14604         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14605         (gnus-subscribe-newsgroup, gnus-1):
14606         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14607         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14608         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14609         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14610
14611 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14612
14613         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14614         keystroke.
14615         (gnus-summary-limit-to-bodies): Implement headersp.
14616
14617 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14618
14619         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14620
14621 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14624
14625 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14626
14627         * message.el (message-generate-hashcash): Expand range of values to
14628         include `opportunistic'.
14629         (message-send-mail): Use it.
14630
14631 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14632
14633         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14634         and comment it.
14635
14636         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14637
14638 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * gnus-util.el (gnus-extract-address-components): Improve comment.
14641
14642 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * gnus-util.el (gnus-extract-address-components): Work with address in
14645         which the name portion contains @.
14646
14647         * lpath.el: Fbind custom-autoload.
14648
14649 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14650
14651         * gnus.el (gnus-start): Move custom group up.
14652         (gnus-select-method): Don't autoload, but make it available for
14653         `customize-variable'.
14654         (gnus-getenv-nntpserver): Don't autoload.
14655
14656 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14657
14658         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14659
14660 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14661
14662         * message.el (message-sendmail-extra-arguments): New variable.
14663         (message-send-mail-with-sendmail): Use it.
14664
14665 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14668         mm-with-unibyte-current-buffer to make string unibyte.
14669
14670         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14671         mm-string-as-multibyte.
14672
14673 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14674
14675         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14676         Reported by Werner Koch <wk@gnupg.org>.
14677
14678 2006-11-14  Daiki Ueno  <ueno@p360>
14679
14680         * mml2015.el: Autoload epa-select-keys when compiling.
14681
14682 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14683
14684         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14685         message-options.
14686         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14687
14688 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14689
14690         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14691         EasyPG (< 0.0.6).
14692         (mml2015-always-trust): New user option.
14693         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14694         prompt.
14695
14696 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * nntp.el (nntp-authinfo-force): New variable.
14699         (nntp-send-authinfo): Use it.
14700
14701 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14704         decode encoded words.  Improve prompt.  Add comment about forwarding.
14705         (message-replacement-char): Move up.
14706
14707 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14708
14709         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14710         instead of gnus-intersection because arguments of gnus-sorted-nunion
14711         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14712
14713 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14716         (message-simplify-subject-functions):
14717         Enable message-strip-subject-encoded-words by default.
14718
14719 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14720
14721         * message.el (message-strip-subject-encoded-words): New function.
14722         (message-simplify-subject-functions): New variable.
14723         (message-simplify-subject): Use it.  Fix typo in doc string.
14724         Support message-strip-subject-encoded-words.
14725
14726 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14727
14728         * gnus-diary.el (gnus-diary-delay-format-function):
14729         * nndiary.el (nndiary-reminders):
14730         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14731
14732 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14733
14734         * gnus-art.el (article-hide-boring-headers): Fetch date from
14735         gnus-original-article-buffer to avoid problems with localized date
14736         strings.
14737
14738 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14741
14742 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14745         New variables.
14746         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14747         (mm-charset-synonym-alist): Move some entries to
14748         mm-codepage-iso-8859-list.
14749         (mm-charset-synonym-alist, mm-charset-override-alist):
14750         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14751
14752 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14755
14756 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14757
14758         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14759         with Emacs 21 and XEmacs.
14760
14761 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14762
14763         * spam.el (spam-parse-address): New function for better parsing,
14764         catching errors, etc.
14765         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14766
14767 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14768
14769         * mm-view.el: Add interactive arg to html2text autoload.
14770
14771 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14774
14775 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14778         New variables.
14779         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14780         (mm-charset-synonym-alist): Move some entries to
14781         mm-codepage-iso-8859-list.
14782
14783         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14784
14785 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * message.el (message-citation-line-format)
14788         (message-insert-formated-citation-line): Fix implementation of %E, %N
14789         and %n according to the doc string.
14790
14791 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14792
14793         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14794         Use car-safe to avoid bad parses.
14795
14796 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14799         names.
14800
14801         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14802
14803 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14806         header.
14807
14808         * message.el (message-draft-headers): Add Date.
14809         (message-headers-to-generate): Fix typo in docstring.
14810
14811         * nndraft.el (nndraft-required-headers): New variable.
14812         (nndraft-generate-headers): Use it.
14813
14814         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14815
14816 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14817
14818         * gnus-registry.el (gnus-registry-wash-for-keywords)
14819         (gnus-registry-find-keywords): New functions to allow easy searching of
14820         articles that are in the registry.
14821
14822 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14823
14824         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14825         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14826         Reported by Damien Elmes <damien@repose.cx>.
14827
14828 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * gnus.el (gnus-mime): Remove unused custom group.
14831
14832 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14833
14834         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14835         "blank line" when searching for end of armor headers.
14836
14837 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * gmm-utils.el (gmm-write-region): Fix variable name.
14840
14841 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14842
14843         * gmm-utils.el (gmm-write-region): New function based on compatibility
14844         code from `mm-make-temp-file'.
14845
14846         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14847
14848         * nnmaildir.el (nnmaildir--update-nov)
14849         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14850         Use `gmm-write-region'.
14851
14852 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14855         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14856
14857         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14858
14859         * message.el (message-replacement-char): New variable.
14860         (message-fix-before-sending): Use it.
14861         (message-simplify-subject): New function to remove duplicate code.
14862         (message-reply, message-followup): Use it.
14863
14864         * gnus-sum.el (gnus-summary-make-menu-bar):
14865         Clarify gnus-summary-limit-to-articles.
14866
14867 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * gnus-util.el (gnus-with-local-quit): New macro.
14870
14871         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14872
14873 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14874
14875         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14876         ignore non-string data.
14877
14878 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14879
14880         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14881         non-string data (needs to be done in the registry too).
14882
14883 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14884
14885         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14886         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14887         (gnus-registry-split-fancy-with-parent)
14888         (gnus-registry-fetch-simplified-message-subject-fast)
14889         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14890         Remove text properties on ingress into the registry and when it's saved.
14891         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14892         registry from entries with no groups.
14893
14894 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14895
14896         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14897         function to remove string properties.
14898
14899 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * gmm-utils.el (gmm): Adjust custom version.
14902
14903         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14904         Adjust custom version.
14905
14906         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14907
14908 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14909
14910         * gnus-art.el (gnus-insert-prev-page-button)
14911         (gnus-insert-next-page-button): Simplify.  Reformat.
14912
14913 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14914
14915         * gnus-art.el (gnus-insert-prev-page-button)
14916         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14917
14918 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14919
14920         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14921
14922 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14923
14924         * gnus-art.el (gnus-insert-mime-button)
14925         (gnus-insert-mime-security-button):
14926         Apply gnus-article-button-face to MIME and security buttons.
14927
14928 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14929
14930         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14931         readable.
14932
14933 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
14936
14937 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14938
14939         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14940         `browse-url-of-file' instead of `browse-url'.
14941
14942 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14943
14944         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14945         regexp.  Articles containing quotation were cut prematurely.
14946
14947 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * message.el (message-cite-original-1): Use nobody by default for the
14950         value of From header.
14951         (message-reply): Ditto.
14952
14953 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14954
14955         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14956         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14957         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14958
14959 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14962         mails in the doc string.  Add some URLs in comment.
14963         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14964
14965 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14968         backslashes handling and the way to find boundaries of quoted strings.
14969
14970 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14971
14972         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14973         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14974         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14975         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14976
14977 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14980         doc string.
14981         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14982
14983 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * lpath.el: Fbind epg-check-configuration.
14986
14987 2006-09-06  Simon Josefsson  <jas@extundo.com>
14988
14989         * mml2015.el (mml2015-use): Doc fix, mention epg.
14990
14991 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14992
14993         * mml2015.el (mml2015-use): Default to epg, if available.
14994
14995 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14996
14997         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14998         message-sender.
14999         (mml1991-epg-encrypt): Ditto.
15000         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15001         message-sender.
15002         (mml2015-epg-encrypt): Ditto.
15003
15004 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15005
15006         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15007         several common directories.
15008
15009 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15010
15011         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15012         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15013
15014 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus-art.el (article-decode-encoded-words): Make it fast.
15017
15018 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15021
15022         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15023         in quoted string into `\'.
15024
15025 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15028         Use standard-syntax-table.
15029
15030 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-art.el (gnus-decode-address-function): New variable.
15033         (article-decode-encoded-words): Use it to decode headers which are
15034         assumed to contain addresses.
15035         (gnus-mime-delete-part): Remove useless `or'.
15036
15037         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15038         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15039         (gnus-nov-parse-line): Use it to decode From header.
15040         (gnus-get-newsgroup-headers): Ditto.
15041         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15042
15043         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15044         (mail-decode-encoded-address-string): New alias.
15045
15046         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15047         New function.
15048         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15049         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15050         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15051         (rfc2047-decode-string): Ditto.
15052         (rfc2047-decode-address-region): New function.
15053         (rfc2047-decode-address-string): New function.
15054
15055 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15056
15057         * message.el (message-caesar-buffer-body): Allow rotating headers.
15058
15059         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15060
15061         * message.el (message-insert-formated-citation-line): Fix %f.
15062         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15063
15064 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15065
15066         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15067         (gnus-bookmark-mouse-available-p): New macro.
15068         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15069         (gnus-bookmark-bmenu-show-infos): Use it.
15070         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15071         (gnus-bookmark-bmenu-hide-infos): Ditto.
15072         (gnus-bookmark-remove-properties): New function.
15073         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15074         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15075         (gnus-bookmark-write-file): Bind coding-system-for-write.
15076         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15077         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15078         group before selecting it.
15079         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15080         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15081         quit-window if it is not available; use gnus-mouse-2 and bind it to
15082         gnus-bookmark-bmenu-select-by-mouse.
15083         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15084         (gnus-bookmark-bmenu-select-by-mouse): New function.
15085
15086 2006-08-13  Romain Francoise  <romain@orebokech.com>
15087
15088         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15089         space.
15090
15091 2006-08-10  Romain Francoise  <romain@orebokech.com>
15092
15093         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15094         (dns-mode-soa-auto-increment-serial): New user option.
15095         (dns-mode-soa-maybe-increment-serial): New function.
15096         (dns-mode): Add the latter to `write-contents-functions'.
15097
15098 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * compface.el (uncompface): Use binary rather than raw-text-unix.
15101
15102 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * compface.el (uncompface): Make sure the eol conversion doesn't take
15105         place when communicating with the external programs.
15106         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15107
15108 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15111
15112 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15113
15114         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15115         Make it more robust by parsing author and date independently.
15116
15117 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15120
15121 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15122
15123         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15124         first matching secret key.
15125         (mml2015-epg-encrypt): Ditto.
15126
15127         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15128         first matching secret key.
15129         (mml1991-epg-encrypt): Ditto.
15130
15131         * mml2015.el (mml2015-encrypt-to-self): New user option.
15132         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15133         mml2015-epg-encrypt-to-self is set.
15134
15135         * mml1991.el (mml1991-encrypt-to-self): New variable.
15136         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15137         mml1991-epg-encrypt-to-self is set.
15138
15139         * mml2015.el (mml2015-signers): New user option.
15140         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15141         (mml2015-epg-encrypt): Allow to select signing keys.
15142
15143         * mml1991.el (mml1991-signers): New variable.
15144         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15145         (mml1991-epg-encrypt): Allow to select signing keys.
15146
15147 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * nnheader.el (nnheader-insert-head): Make it work even if the file
15150         uses CRLF for the line-break code.
15151
15152 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15153
15154         * mml2015.el: Require mml-sec instead of password.
15155         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15156         (mml2015-cache-passphrase): Inherit the default value from
15157         mml-secure-cache-passphrase.
15158         (mml2015-passphrase-cache-expiry): Inherit the default value from
15159         mml-secure-passphrase-cache-expiry.
15160
15161         * mml1991.el: Require mml-sec instead of password.
15162         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15163         (mml1991-cache-passphrase): Inherit the default value from
15164         mml-secure-cache-passphrase.
15165         (mml1991-passphrase-cache-expiry): Inherit the default value from
15166         mml-secure-passphrase-cache-expiry.
15167
15168         * mml-sec.el: Require password.
15169         (mml-secure-verbose): New user option.
15170         (mml-secure-cache-passphrase): New user option.
15171         (mml-secure-passphrase-cache-expiry): New user option.
15172
15173 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15174             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15175
15176         * pgg-def.el (pgg-truncate-key-identifier):
15177         Truncate the key ID to 8 letters from the end.
15178
15179 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15180
15181         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15182         workaround for the url package included with Emacs.
15183
15184         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15185
15186 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15189         correctly.  This fixes a bug caused by the 2006-05-12 change.
15190
15191 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15192
15193         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15194         some information about the error when saying that the `bogus' mail
15195         group will be used.
15196
15197 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15200         string.
15201
15202 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15203
15204         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15205
15206 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15207
15208         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15209
15210 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15211
15212         * mml1991.el (mml1991-function-alist): Add epg.
15213         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15214         (mml1991-epg-encrypt): New functions.
15215
15216 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15217
15218         * mml2015.el (mml2015-verbose): New variable.
15219         (mml2015-cache-passphrase): Ditto.
15220         (mml2015-passphrase-cache-expiry): Ditto.
15221         (mml2015-function-alist): Add epg.
15222         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15223         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15224         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15225         New functions.
15226
15227 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15228
15229         * message.el (message-cite-original-1): Preserve region when removing
15230         quoted text due to X-No-Archive in order to avoid bogus attribution
15231         when citing multiple messages.
15232
15233 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15234
15235         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15236         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15237
15238 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15239
15240         * gnus-diary.el (gnus-user-format-function-d)
15241         (gnus-user-format-function-D): Autoload.
15242
15243         * imap.el (Commentary): Fix typo.
15244
15245         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15246         2006-04-22 contribution.
15247
15248 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15249
15250         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15251         It didn't really fix the bogosity I'm seeing with solid web groups.
15252
15253 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15254
15255         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15256         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15257         created using server names.  If we use the feature without declaring
15258         it, Gnus does not properly manage server and group state.
15259
15260         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15261         bound.
15262
15263 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15264
15265         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15266         looking up the method using GROUP's prefix before inventing a new one.
15267         It is used on killed/unknown groups in various places where returning
15268         an all-new method isn't expected by the caller.
15269
15270         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15271         and match semantics of gnus-group-real-prefix.
15272
15273 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15274
15275         * nnmail.el (nnmail-broken-references-mailers): New variable.
15276         (nnmail-ignore-broken-references): New function generalizing
15277         nnmail-fix-eudora-headers.
15278         (nnmail-fix-eudora-headers): Now obsolete.
15279
15280         * gnus-art.el (gnus-button-handle-custom):
15281         Support `customize-apropos*'.
15282
15283 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15284
15285         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15286
15287         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15288         articles.
15289
15290 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15291
15292         * message.el (message-cite-reply-above): New variable.
15293         (message-yank-original): Use it.
15294
15295 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15298
15299 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15300
15301         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15302         as read.
15303
15304         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15305
15306 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15307
15308         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15309         (gnus-bookmark-default-file): Use gnus-directory.
15310         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15311         Remove "*" in doc string.
15312         (gnus-bookmark-write-file): Simplify.
15313         (gnus-bookmark-maybe-sort-alist): Use `when'.
15314         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15315         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15316         Add FIXME about Emacs 21 and XEmacs compatibility.
15317         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15318         compatibility.
15319         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15320         compatibility.
15321         (gnus-bookmark-menu-heading): Fix version.
15322
15323 2006-06-19  Bastien Guerry  <bzg@altern.org>
15324
15325         * gnus-bookmark.el: New file.
15326
15327 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * message.el (message-syntax-checks): Doc fix.
15330
15331 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15332
15333         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15334         unsubscribed groups as if they were killed ones.  It causes duplicate
15335         entries in gnus-newsrc-alist.
15336
15337 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * message.el (message-syntax-checks): Doc fix.
15340         (message-send-mail): Add check for continuation headers.
15341         (message-check-news-header-syntax): Fix regexp used to check for
15342         continuation headers.
15343
15344 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15347
15348 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15349
15350         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15351
15352 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15355         default-truncate-lines.
15356
15357 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15360         to fill the utf-8 entry.
15361
15362         * lpath.el: Fbind unicode-precedence-list.
15363
15364 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15365
15366         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15367
15368 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15369
15370         * gnus-agent.el (directory-files-and-attributes): Move all the way
15371         forward (the third and final move).
15372         (gnus-agent-read-agentview): Trap reconstruction errors due to
15373         nonexistent directory.  Handle by returning nil.
15374
15375 2006-05-30  Didier Verna  <didier@xemacs.org>
15376
15377         * message.el (message-dont-reply-to-names): Update the custom type.
15378         * message.el (message-dont-reply-to-names): New defsubst: potentially
15379         convert a list of regexps into a single one.
15380         * message.el (message-get-reply-headers): Use it.
15381         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15382
15383 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15384
15385         * gnus-agent.el (directory-files-and-attributes): Move forward.
15386
15387 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15388
15389         * gnus-ml.el (gnus-mailing-list-subscribe)
15390         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15391         (gnus-mailing-list-message): Fix doc strings.
15392
15393 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15394
15395         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15396         of doing it manually.
15397
15398 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15401         comment.
15402
15403 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15404
15405         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15406         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15407         (gnus-agent-read-local): All symbols allocated in my-obarray.
15408         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15409         (gnus-agent-regenerate-group): Check numeric names to see if they are
15410         messages or groups.
15411         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15412         better way of do this...)
15413
15414         * gnus-cache.el (gnus-agent-total-fetched-for):
15415         Ignore 'dummy.group' (there should be a better way of do this...)
15416
15417 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15420         (gnus-saved-headers): Ditto.
15421         (gnus-default-article-saver): Mention functions may have properties.
15422         (gnus-article-save): Override gnus-save-all-headers and
15423         gnus-saved-headers by :headers property which saver function may have.
15424         (gnus-summary-save-in-file): Add :headers property.
15425         (gnus-summary-write-to-file): Ditto.
15426
15427         * gnus-sum.el (gnus-summary-save-article): Bind
15428         gnus-prompt-before-saving to t when saving many articles in a file;
15429         always show all headers.
15430
15431         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15432
15433 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15436         marks.
15437
15438         * message.el (message-indent-citation): Add optional arguments to allow
15439         using it outside of message buffers.
15440
15441         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15442         (gnus-article-treat-unfold-headers): Use it.
15443         (gnus-article-truncate-lines): New variable.
15444         (gnus-article-mode): Use it.
15445         (gnus-article-toggle-truncate-lines): New function.
15446
15447         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15448         Add gnus-article-toggle-truncate-lines.
15449
15450         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15451         coding system in XEmacs, use binary.
15452
15453 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15456         after-load-alist.
15457
15458         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15459         this function should save decoded articles.
15460         (gnus-summary-write-to-file): Use property to specify this function
15461         should save decoded articles and specify gnus-summary-save-in-file
15462         should be used to save articles other than the first one when saving
15463         many articles.
15464         (gnus-summary-save-body-in-file): Use property to specify this
15465         function should save decoded articles.
15466         (gnus-summary-write-body-to-file): Use property to specify this
15467         function should save decoded articles and specify
15468         gnus-summary-save-body-in-file should be used to save articles other
15469         than the first one when saving many articles.
15470
15471         * gnus-sum.el (gnus-summary-save-article): Simplify.
15472
15473 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * gnus-art.el (gnus-default-article-saver):
15476         Add gnus-summary-write-body-to-file.
15477         (gnus-article-save-coding-system): Don't use coding system object
15478         in XEmacs.
15479         (gnus-read-save-file-name): Add optional `dir-var' argument which
15480         specifies directory in which files are saved; work even if optional
15481         `variable' argument is not specified.
15482         (gnus-summary-write-to-file): Read file name.
15483         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15484         (gnus-summary-write-body-to-file): New function.
15485
15486         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15487         (gnus-summary-local-variables): Add it.
15488         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15489         (gnus-summary-save-article): Remove optional `decode' argument;
15490         determine whether to decode articles by the value of
15491         gnus-default-article-saver; when saving many files using
15492         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15493         it first and use gnus-summary-save-in-file or
15494         gnus-summary-save-body-in-file thereafter unless
15495         gnus-prompt-before-saving is always; move point to article which
15496         will be saved.
15497         (gnus-summary-save-article-file): Revert.
15498         (gnus-summary-write-article-file): Revert.
15499         (gnus-summary-save-article-body-file): Revert.
15500         (gnus-summary-write-article-body-file): New function.
15501
15502 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * gnus-art.el (gnus-default-article-saver): Doc fix.
15505         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15506         from gnus-summary-save-article-coding-system, and default to a
15507         certain coding system.
15508         (gnus-output-to-file): Add coding cookie and encode text according
15509         to gnus-article-save-coding-system; don't use mm-append-to-file.
15510
15511         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15512         gnus-art.el and rename to gnus-article-save-coding-system.
15513         (gnus-summary-save-article): Require gnus-art; don't show all
15514         headers if it decodes articles; don't add coding cookie here;
15515         don't bind mm-text-coding-system-for-write.
15516         (gnus-summary-save-article-file): Save decoded articles.
15517         (gnus-summary-write-article-file): When saving many files, use
15518         gnus-summary-write-to-file first and gnus-summary-save-in-file
15519         thereafter unless gnus-prompt-before-saving is always.
15520         (gnus-summary-save-article-body-file): Save decoded articles.
15521
15522         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15523
15524 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * nnrss.el (nnrss-check-group): Bind hash-index.
15527
15528 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15529
15530         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15531         its hash index.  Store this hash in `nnrss-group-data'.
15532         (nnrss-read-group-data): Update accordingly.
15533
15534 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15535
15536         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15537         entry.
15538
15539         * gnus-sum.el (gnus-summary-make-menu-bar):
15540         Add gnus-article-browse-html-article.
15541
15542 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15543
15544         * gnus-sum.el (gnus-summary-mime-map):
15545         Add gnus-article-browse-html-article.
15546
15547         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15548
15549 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15550
15551         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15552         suitable coding systems in customize.
15553
15554 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15555
15556         * mail-source.el (mail-sources): Fix custom type.
15557
15558 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15561         (gnus-summary-expire-articles-now): Shorten prompt.
15562
15563         * gmm-utils.el (wid-edit): Require.
15564         (defun-gmm): Rename from `gmm-defun-compat'.
15565         (gmm-image-search-load-path): Use it.
15566         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15567
15568 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15569
15570         * gnus-sum.el (gnus-summary-save-article-coding-system):
15571         New variable.
15572         (gnus-summary-save-article): Add optional `decode' argument.
15573         If it is set and gnus-summary-save-article-coding-system is non-nil,
15574         save decoded article.
15575         (gnus-summary-write-article-file): Save decoded article if
15576         gnus-summary-save-article-coding-system is non-nil.
15577
15578         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15579         type.
15580
15581 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15584
15585 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15588         first to test gnus-single-article-buffer which may be buffer-local.
15589
15590         * gnus-sum.el (gnus-summary-setup-buffer):
15591         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15592         group; make gnus-article-buffer, gnus-article-current, and
15593         gnus-original-article-buffer always buffer-local.
15594         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15595         group.
15596         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15597
15598 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15599
15600         * nnml.el (nnml-request-compact-group): Compressed files might not
15601         have .gz extension.
15602
15603 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15604
15605         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15606         (mm-copy-to-buffer): Use with-current-buffer.
15607         (mm-display-part): Simplify.
15608         (mm-inlinable-p): Add optional arg `type'.
15609
15610 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15611
15612         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15613         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15614         Try harder to show the attachment internally or externally using
15615         gnus-mime-view-part-as-type.
15616
15617 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15618
15619         * message.el (message-from-style, message-signature-separator)
15620         (message-user-organization-file, message-send-mail-function)
15621         (message-citation-line-function, message-yank-prefix)
15622         (message-indent-citation-function, message-signature)
15623         (message-signature-file, message-signature-insert-empty-line):
15624         Remove autoloads.
15625
15626         * gnus-art.el (gnus-buttonized-mime-types):
15627         Remove "multipart/signed".  Revert 2006-04-26 change.
15628
15629 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15630
15631         * gnus.el (gnus-version-number): Bump version.
15632
15633 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15634
15635         * gnus.el: No Gnus v0.5 is released.
15636
15637 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15638
15639         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15640         fetching articles by message-id.
15641
15642 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15643
15644         * message.el (hashcash): Require hashcash as normal.
15645
15646         * ecomplete.el (ecomplete-highlight-match-line):
15647         Use point-at-eol.
15648         (ecomplete-highlight-match-line): Use `highlight', because that
15649         face exists in both Emacs and XEmacs.
15650
15651         * message.el (message-display-abbrev): Use point-at-bol.
15652
15653         * mail-source.el: Don't require timer/timer-funcs.
15654
15655         * gnus-async.el: Ditto.
15656
15657         * password.el: Ditto.
15658
15659         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15660
15661         * mm-url.el: Ditto.
15662
15663         * gnus-xmas.el: Don't require timer-funcs.
15664
15665         * mm-util.el: Require timer/timer-funcs.
15666
15667 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15668
15669         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15670         Close.
15671
15672 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15675         unibyte after clear-decrypt function runs.
15676
15677         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15678         returns as a unibyte string.
15679
15680 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * lpath.el: Revert.
15683
15684         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15685         (pgg-gpg-process-sentinel): Revert.
15686
15687         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15688         (pgg-pgp-lookup-key): Revert.
15689
15690         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15691         (pgg-pgp5-lookup-key): Revert.
15692
15693         * pgg.el (pgg-fetch-key): Revert.
15694
15695 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * lpath.el: Fbind string-as-multibyte for XEmacs.
15698
15699         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15700         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15701         (mml1991-pgg-encrypt): Ditto.
15702
15703         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15704         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15705         a multibyte buffer.
15706
15707         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15708         (pgg-pgp-lookup-key): Ditto.
15709
15710         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15711         (pgg-pgp5-lookup-key): Ditto.
15712
15713         * pgg.el (pgg-fetch-key): Ditto.
15714
15715 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15716
15717         * message.el (message-user-organization-file): Check several
15718         locations of the organization file.
15719
15720         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15721         Add gnus-article-view-part-as-type.
15722
15723         * gnus-art.el (gnus-article-view-part-as-type): New function.
15724
15725         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15726         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15727
15728         * mml.el: Simplify autoload.
15729         (mml-mode): defvar dnd-protocol-alist instead of using
15730         symbol-value.
15731         (mml-default-directory): New variable.
15732         (mml-minibuffer-read-file): Use it.
15733         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15734
15735         * message.el (message-citation-line-format): New variable.
15736         (message-insert-formated-citation-line): New function.
15737         (message-citation-line-function):
15738         Add `message-insert-formated-citation-line' to custom type.
15739
15740         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15741         to doc string.
15742
15743         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15744         depending on mm-verify-option.
15745
15746 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15749         binding pgg-* variables; reimplement the section which prevents
15750         MIME header from being signed.
15751         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15752         pgg-text-mode; remove a blank line at the top of body.
15753
15754         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15755         lines at the top of body; use gnus-newsgroup-charset if there's no
15756         Charset header.
15757
15758 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * message.el (message-self-insert-commands): Doc fix.
15761
15762         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15763         (mm-uu-pgp-encrypted-test): Ditto.
15764         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15765         between header and body; return application/pgp-encrypted handle
15766         if decryption failed; decode decrypted body by charset.
15767
15768         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15769         element match to application/pgp-*.
15770
15771 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15772
15773         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15774         HTML.
15775
15776 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15777
15778         * mail-source.el (mail-source-call-script): Message the error
15779         string.
15780
15781 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15782
15783         * gnus-util.el (gnus-byte-compile): Use it.
15784
15785 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15786
15787         * gnus-util.el (kill-empty-logs): New function.
15788
15789 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15790
15791         * message.el (message-mail-alias-type): Doc fix.
15792         (message-mail-alias-type-p): New function.
15793         (message-send): Use it.
15794         (message-mode): Ditto.
15795         (message-strip-forbidden-properties): Ditto.
15796
15797         * ecomplete.el (ecomplete-database-file-coding-system):
15798         New variable.
15799         (ecomplete-save): Use it.
15800         (ecomplete-setup): Use it.
15801
15802 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * message.el (message-self-insert-commands): New variable.
15805         (message-strip-forbidden-properties): Use it.
15806
15807 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15808
15809         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15810         that doesn't make XEmacs choke.
15811
15812 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * gnus-util.el (gnus-replace-in-string):
15815         Prefer replace-regexp-in-string over of replace-in-string.
15816
15817 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * gnus-util.el (gnus-select-frame-set-input-focus):
15820         Use select-frame-set-input-focus if it is available in XEmacs; use
15821         definition defined in Emacs 22 for old Emacsen.
15822
15823         * dgnushack.el: Autoload unmorse-region for XEmacs.
15824
15825         * lpath.el: Bind cursor-in-non-selected-windows and
15826         select-frame-set-input-focus for XEmacs.
15827
15828 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15831
15832 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15833
15834         * gnus-registry.el (gnus-registry-cache-save): Remove text
15835         properties when saving via the temp buffer.
15836
15837 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15838
15839         * message.el (message-generate-hashcash): Honor custom type.
15840
15841 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15842
15843         * message.el (message-generate-hashcash): Default to non-nil when
15844         hashcash is found.
15845
15846         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15847         (gnus-refer-thread-limit): Increase default to 500.
15848
15849         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15850
15851         * flow-fill.el (fill-flowed): Allow delete-space.
15852
15853 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15854
15855         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15856         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15857         Remove autoloads.
15858
15859 2006-04-18  Simon Josefsson  <jas@extundo.com>
15860
15861         * message.el (message-generate-hashcash): Default to.
15862
15863 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15866         concatenating segments rather than before concatenating them.
15867
15868 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15869
15870         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15871
15872 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15873
15874         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15875
15876         * message.el (message-forward-make-body-plain):
15877         Allow message-forward-ignored-headers to be a list.
15878         (message-remove-ignored-headers): Factor out into function.
15879         (message-forward-make-body-mml): Use it.
15880
15881         * imap.el (imap-quote-specials): New function.
15882         (imap-login-auth): Quote specials.
15883
15884         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15885         (rfc2231-parse-string): Allow concatanation of parameters that
15886         aren't contiguous.  The test case is
15887           (mail-header-parse-content-type "message/external-body;
15888             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15889             access-type=LOCAL-FILE;
15890             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15891
15892 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15893
15894         * nntp.el (nntp-accept-process-output): Return the value of
15895         `nnheader-accept-process-output'.
15896
15897 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15898
15899         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15900         (gnus-button-alist): Recognize more diff formats.
15901         (gnus-button-patch): Strip directory.
15902
15903 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15906         Emacs 22 when setting focus.
15907
15908 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15909
15910         * gnus-art.el (gnus-article-treat-types): Do treatment of
15911         text/x-verbatim parts.
15912         (gnus-button-patch): New command.
15913
15914         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15915         addresses that contain invalid characters.
15916
15917 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15918
15919         * message.el (message-put-addresses-in-ecomplete):
15920         Use gnus-replace-in-string.
15921         (message-is-yours-p): Use the more correct
15922         mail-header-parse-address instead of
15923         mail-extract-address-components.
15924         (message-put-addresses-in-ecomplete): Fix typo.
15925
15926         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15927         keystroke.
15928
15929         * gnus-art.el (gnus-treatment-function-alist): Change order of
15930         newsgroups/generic header folding to avoid double-folding.
15931
15932         * message.el (message-hidden-headers): Add X-Draft-From.
15933
15934         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15935         New command.
15936         (gnus-summary-repeat-search-article-backward): New command.
15937
15938         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15939         groups in the parent topic.
15940
15941 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15942
15943         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15944         (spam-extra-header-to-number): Return the CRM114 number as a
15945         number instead of a string.
15946
15947 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15948
15949         * gnus-art.el (gnus-face-properties-alist): Move here from
15950         gnus-fun.
15951
15952         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15953
15954 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15955
15956         * message.el (message-strip-forbidden-properties): Only display on
15957         self-insert-command.
15958
15959         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15960         reindent.
15961         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15962
15963 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15964
15965         * smiley.el (smiley-style): Fix typo.
15966
15967 2006-03-23  Kenichi Handa  <handa@m17n.org>
15968
15969         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15970         instead of set-buffer-multibyte.
15971
15972 2006-03-23  Kenichi Handa  <handa@m17n.org>
15973
15974         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15975         buffer and then decode the buffer text if necessary.
15976         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15977         first, and after mm-encode-body, change the buffer to unibyte.
15978
15979 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15980
15981         * hashcash.el (hashcash-insert-payment-async-2):
15982         Use message-goto-eoh instead of doing it manually.
15983         (mail-add-payment): Use message-narrow-to-header instead of trying
15984         to do the same itself.
15985
15986         * message.el (message-hidden-headers): Add Face.
15987
15988         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15989         reparenting code.
15990         (gnus-summary-reparent-children): Refactored out code.
15991         (gnus-summary-thread-map): New keystroke.
15992         (gnus-summary-reparent-children): Make into command.
15993
15994         * smiley.el (smiley-style): Default to `medium' if using a large
15995         font.
15996
15997         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15998         does it itself.
15999
16000         * message.el (message-point-in-header-p): Simplify definition.
16001
16002 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16003
16004         * nnagent.el (nnagent-request-set-mark): Silence log file
16005         writing.
16006         (nnagent-request-set-mark): Use write-region instead of
16007         append-to-file.
16008
16009         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16010         strange select method.
16011
16012         * ecomplete.el (ecomplete-display-matches): Get highlightling
16013         right.
16014         (ecomplete-display-matches): Use literals.
16015         (ecomplete-display-matches): Disable message logging.
16016
16017         * message.el (message-display-abbrev): Small optimization.
16018
16019         * ecomplete.el (ecomplete-display-matches): Allow automatic
16020         display.
16021
16022         * message.el (message-strip-forbidden-properties):
16023         Display abbrevs.
16024         (message-display-abbrev): Get automatic display right.
16025
16026         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16027         keystrokes.
16028
16029 2006-04-13  Romain Francoise  <romain@orebokech.com>
16030
16031         TODO: Backport to v5-10!
16032
16033         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16034         Move here (and rename) from gnus-registry.el.
16035
16036         * gnus-registry.el: Require gnus-util.
16037         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16038
16039 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16040
16041         * gnus-group.el (gnus-group-catchup-current):
16042         Change if-then-else-if-then-else into cond.
16043         (gnus-group-catchup): Indent.
16044         (group-name-at-point): New function.
16045         (gnus-fetch-group): Provide default from thing at point.
16046
16047 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16048
16049         * message.el (message-display-abbrev): Fix regexp.
16050
16051         * ecomplete.el (ecomplete-highlight-match-line):
16052         Reimplement choosing.
16053         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16054         dead variables.
16055
16056         * message.el (message-newline-and-indent): Remove debugging.
16057         (message-display-abbrev): Use new implementation.
16058
16059 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16060
16061         * gnus-art.el (gnus-article-mode):
16062         Set cursor-in-non-selected-windows to nil.
16063
16064         * smiley.el: Revert previous change.
16065         (smiley-data-directory): defvar it before using it in the
16066         defcustom of `smiley-style'.
16067
16068 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16069
16070         * message.el (message-newline-and-indent): New function.
16071
16072         * ecomplete.el: Implement more bits.
16073
16074         * message.el (message-put-addresses-in-ecomplete): Clean up the
16075         string.
16076
16077         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16078
16079         * gnus-sum.el (gnus-summary-save-parts):
16080         Bind gnus-summary-save-parts-counter and use it to make unique file
16081         names.
16082
16083         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16084
16085         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16086         parameter to say whether to actually parse the individual
16087         addresses.
16088
16089         * message.el (message-put-addresses-in-ecomplete): New function.
16090         (ecomplete): Require.
16091         (message-mail-alias-type): Add ecomplete as an option.
16092
16093 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16094
16095         * flow-fill.el (fill-flowed): Remove trailing space from blank
16096         quoted lines.
16097
16098 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16099
16100         * smiley.el (smiley-style): Move definition later to avoid a
16101         compilation warning.
16102
16103 2006-04-12  Kenichi Handa  <handa@m17n.org>
16104
16105         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16106         buffer and then decode the buffer text if necessary.
16107         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16108         first, and after mm-encode-body, change the buffer to unibyte.
16109         Use mm-disable-multibyte instead of set-buffer-multibyte.
16110
16111 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16114         Content-Type header instead of Content-Disposition header.
16115         (gnus-mime-inline-part): Ditto.
16116         (gnus-mime-view-part-as-charset): Ignore charset that the part
16117         specifies.
16118
16119         * mm-decode.el (mm-display-part): Work with external parts and
16120         usual parts similarly.
16121
16122         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16123         instead of gnus-display-mime.
16124
16125         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16126         instead of with-temp-buffer.
16127
16128         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16129         tag to summarized topics part in order to encode non-ASCII text.
16130
16131 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16132
16133         * smiley.el (smiley-style): New variable.
16134         (smiley-directory): New function.
16135         (smiley-data-directory): Derive from `smiley-style' using
16136         `smiley-directory'.
16137         (smiley-regexp-alist): Add new entries.
16138
16139         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16140         (gnus-article-browse-delete-temp): Add :version.
16141
16142 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16143
16144         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16145         the sieve region.
16146
16147 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16148
16149         * gnus.el (gnus-version-number): Bump version.
16150
16151 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16152
16153         * gnus.el: No Gnus v0.4 is released.
16154
16155 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16156
16157         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16158         layout.
16159
16160         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16161         unknown charset.
16162
16163         * message.el (message-header-synonyms): Add Original-To to the
16164         default.
16165
16166         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16167         optional parameter.
16168
16169 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16170
16171         * gnus-fun.el (gnus): Require it for gnus-directory.
16172
16173 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16176
16177 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16178
16179         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16180
16181 2006-04-05  Simon Josefsson  <jas@extundo.com>
16182
16183         * password.el (password-reset): New function.
16184
16185 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16186
16187         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16188         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16189
16190 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16191
16192         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16193         Some whitespace was matched into the url, which broke browsing hits
16194         > 100 when mm-url-use-external was nil.
16195
16196 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16197
16198         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16199         Check gnus-extra-headers for 'Newsgroups.
16200
16201         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16202         bound.
16203
16204 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16205
16206         * pgg-gpg.el: Clean up process buffers every time gpg processes
16207         complete.
16208
16209 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16210
16211         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16212         doc string.
16213
16214 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16215
16216         * pgg-gpg.el (pgg-gpg-process-filter)
16217         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16218
16219         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16220         lines, temporary fix.
16221
16222 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16225
16226 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16227
16228         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16229         default-enable-multibyte-characters.  This reverts the change from
16230         revision 6.17 which is no longer necessary because the passphrase
16231         is sent separately now.  GnuPG messages are unreadable under
16232         multibyte locales with default-enable-multibyte-characters set to
16233         nil.
16234
16235 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16236
16237         * message.el (message-tool-bar-gnome): Move "spell".
16238
16239 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16240
16241         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16242         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16243         instead.
16244
16245 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16246
16247         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16248         Improve newsgroups handling for NNTP overviews which don't include
16249         Newsgroups.
16250
16251 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16252
16253         * message.el (message-resend): Bind message-generate-hashcash to nil.
16254
16255 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16256
16257         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16258         when searching for already-paid recipients.
16259
16260 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16261
16262         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16263         passphrases when it is not needed.
16264         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16265         passphrase stuff from gpg, should only be necessary when you use
16266         gpg with a smartcard.
16267
16268 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * mml.el (mml-insert-mime): Ignore cached contents of
16271         message/external-body part.
16272
16273         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16274         (mm-insert-part): Ditto.
16275
16276 2006-03-23  Simon Josefsson  <jas@extundo.com>
16277
16278         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16279         Reiner.
16280         (pgg-gpg-use-agent-p): Use it again.
16281
16282 2006-03-23  Simon Josefsson  <jas@extundo.com>
16283
16284         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16285         older emacsen.
16286         (pgg-gpg-use-agent-p): Don't use it.
16287
16288 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16289
16290         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16291         if we can.
16292
16293 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16294
16295         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16296         (pgg-gpg-update-agent): New function.
16297         (pgg-gpg-use-agent-p): New function.
16298         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16299         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16300         (pgg-gpg-sign-region): Use it.
16301
16302 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16305         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16306
16307 2006-03-21  Simon Josefsson  <jas@extundo.com>
16308
16309         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16310         <wilde@sha-bang.de>.
16311         (pgg-gpg-use-agent): New variable.
16312         (pgg-gpg-process-region): Use it.
16313         (pgg-gpg-encrypt-region): Likewise.
16314         (pgg-gpg-encrypt-symmetric-region): Likewise.
16315         (pgg-gpg-decrypt-region): Likewise.
16316         (pgg-gpg-sign-region): Likewise.
16317         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16318
16319 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16320
16321         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16322
16323         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16324         Add comment on version.
16325
16326 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16327
16328         * smiley.el: Add missing test smiley.
16329
16330 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * mm-decode.el (mm-with-part): New macro.
16333         (mm-get-part): Use it; work with message/external-body as well.
16334         (mm-save-part): Treat name and filename equally.
16335
16336         * mm-extern.el (mm-extern-cache-contents): New function.
16337         (mm-inline-external-body): Use it; force the part to be displayed;
16338         move undisplayer added to the cached handle to the parent.
16339
16340         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16341         (gnus-mime-view-part-as-type): Work with message/external-body.
16342
16343         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16344
16345 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16346
16347         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16348         images in image-load-path.  [Sync with image.el, revision 1.60, in
16349         Emacs.]
16350
16351 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16352
16353         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16354         path rather than symbol.  Always return list of directories.
16355         Guarantee that image directory comes first.  [Sync with image.el,
16356         revision 1.59, in Emacs.]
16357
16358         * message.el (message-make-tool-bar): Adjust to new API of
16359         `gmm-image-load-path-for-library'.
16360
16361         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16362
16363         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16364
16365 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16366
16367         * gnus-art.el (gnus-article-only-boring-p):
16368         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16369         intangible text.
16370         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16371
16372 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16373
16374         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16375         Use `defun' instead of `gmm-defun-compat'.
16376
16377 2006-03-14  Simon Josefsson  <jas@extundo.com>
16378
16379         * message.el (message-unique-id): Don't use message-number-base36
16380         if (user-uid) is a float.
16381         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16382
16383 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16386
16387         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16388         empty line between a part and a message part.
16389
16390 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * smiley.el: Add more test smileys.
16393         (smiley-data-directory, smiley-regexp-alist)
16394         (gnus-smiley-file-types): Fix doc strings.
16395         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16396         adding new elements.
16397         (smiley-mouse-map): Unused code.  Make it a comment.
16398
16399 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16402         scan latest NoCeM messages instead of old ones.
16403         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16404         delimiters that are recently used.
16405         (gnus-nocem-load-cache): Add autoload cookie.
16406
16407         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16408
16409         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16410         level which is larger than gnus-use-nocem is specified.
16411
16412         * gnus-group.el (gnus-group-get-new-news): Ditto.
16413
16414 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * gnus-util.el (gnus-tool-bar-update): New function.
16417
16418         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16419         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16420
16421         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16422
16423         * gnus-group.el (gnus-group-redraw-when-idle)
16424         (gnus-group-redraw-check): Remove.
16425         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16426
16427 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16430         if optional last element is specified in splits (FIELD VALUE...).
16431
16432 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16433
16434         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16435         to gmm-image-load-path-for-library.  Call with no-error argument.
16436         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16437
16438         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16439
16440         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16441
16442         * gmm-utils.el (gmm-image-load-path): Remove alias.
16443
16444 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16445
16446         * gmm-utils.el (gmm-image-load-path): Add alias.
16447
16448         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16449         nnml-generate-nov-databases-1.
16450         (nnml-generate-nov-databases): Use it.
16451         (nnml-generate-nov-databases-directory): Document no-active
16452         argument.
16453
16454         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16455         directory if path is t.  Add no-error.
16456
16457         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16458         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16459
16460         * gnus-art.el (gnus-article-browse-delete-temp-files):
16461         Simplify resetting gnus-article-browse-html-temp-list.
16462
16463         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16464         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16465         Add example to docstring.  Rename local variables.  Move error
16466         checks to default case in cond and simplify.
16467
16468 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16471         handle is multipart when calling it recursively.
16472         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16473
16474 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16475
16476         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16477         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16478
16479 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16482         is loaded.
16483
16484         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16485         loaded.
16486
16487 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16488
16489         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16490         to "Emacs 23 (unicode)" in doc string.
16491
16492         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16493         "Emacs 23 (unicode)" in comment.
16494
16495 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16498
16499         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16500         characters 160 through 255 in Emacs 23.
16501
16502 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16503
16504         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16505         gnus-article-browse-html-temp.
16506         (gnus-article-browse-delete-temp): Make it customizable.
16507         Add `file'.  Adjust doc string.
16508         (gnus-article-browse-delete-temp-files): Add argument.
16509         Allow query for each file.  Adjust doc string.
16510         (gnus-article-browse-html-parts):
16511         Add `gnus-article-browse-delete-temp-files' to
16512         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16513
16514 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16515
16516         * gnus-art.el (gnus-article-browse-html-temp)
16517         (gnus-article-browse-delete-temp): New variables.
16518         (gnus-article-browse-delete-temp-files): New function.
16519         (gnus-article-browse-html-parts): Use it.
16520
16521 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16522
16523         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16524
16525         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16526         string.
16527
16528         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16529         gnus-summary-insert-new-articles when unplugged.
16530         Remove gnus-summary-search-article-forward.
16531
16532         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16533         display-visual-class instead of display-color-cells.
16534
16535 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * dgnushack.el: Autoload customize-group for XEmacs.
16538
16539         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16540         message/* containing non-ASCII text properly.
16541
16542 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16543
16544         * message.el: Require gmm-utils, remove autoloads.
16545         (message-tool-bar): Set default based on
16546         gmm-tool-bar-style.
16547         (message-tool-bar-gnome): Add gmm-customize-mode.
16548
16549         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16550         gmm-tool-bar-style.
16551         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16552
16553         * gnus-group.el (gnus-group-tool-bar): Set default based on
16554         gmm-tool-bar-style.
16555         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16556
16557         * gmm-utils.el (gmm-image-directory): Rename variable from
16558         gmm-image-load-path.
16559         (gmm-image-load-path): Use gmm-image-directory.
16560         (gmm-customize-mode): New function.
16561         (gmm-tool-bar-style): New variable.
16562
16563         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16564         gnus-group-redraw-line-number.
16565         (gnus-group-redraw-check): Simplify.
16566         (gnus-group-tool-bar-update): Remove redraw check.
16567         (gnus-group-make-tool-bar): Add redraw check.
16568
16569 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16570
16571         * gnus-art.el (gnus-button): Add missing parentheses.
16572
16573 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * lpath.el: Fbind line-number-at-pos.
16576
16577 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16580
16581 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16582
16583         * gnus-art.el (gnus-button): New face.
16584         (gnus-article-button-face): Use it.
16585
16586         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16587         Add gnus-summary-next-page.  Re-order.
16588
16589         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16590         next-node are now included.
16591         (gnus-group-redraw-line-number): New internal variable.
16592         (gnus-group-redraw-check): Helper function for updating the tool
16593         bar.
16594         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16595
16596         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16597
16598         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16599         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16600         Use it to match format of Spamassassin 3.0 and later.
16601         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16602         (spam-check-bogofilter)
16603         (spam-bogofilter-register-with-bogofilter): Fix args of
16604         `gnus-error' calls.
16605
16606 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16607
16608         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16609         unnecessary interaction when sending queued mails.
16610         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16611
16612 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16613
16614         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16615         first or last are nil.
16616
16617 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16618
16619         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16620
16621 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16622
16623         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16624
16625 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16626
16627         * dns.el (query-dns): Protect more against buggy tcp output.
16628
16629 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16630
16631         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16632         nov.php.
16633
16634 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16635
16636         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16637         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16638         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16639         output on the server side.
16640         (nnweb-google-create-mapping): Update regexps and add some
16641         progress indication.
16642
16643 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16644
16645         * gnus-group.el (gnus-group-tool-bar-gnome):
16646         Fix gnus-agent-toggle-plugged.  Re-order icons.
16647         (gnus-group-tool-bar-gnome):
16648         Add gnus-group-{prev,next}-unread-group.
16649         (gnus-group-tool-bar-gnome): Re-order icons.
16650
16651         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16652         Move gnus-summary-insert-new-articles.
16653
16654         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16655         Fix comments.
16656
16657         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16658         also available in Emacs 21.3.
16659
16660         * message.el (message-fix-before-sending): Change "Emacs 22" to
16661         "Emacs 23 (unicode)" in comment.
16662
16663         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16664         "Emacs 23 (unicode)" in comment.
16665
16666         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16667         comment.
16668         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16669
16670         * mm-view.el (mm-fill-flowed): Add :version.
16671
16672 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16675         and load-path.
16676
16677 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16678
16679         * message.el: Autoload gmm-image-load-path.
16680         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16681         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16682         consitency.
16683
16684         * gmm-utils.el (gmm-image-load-path): Also search in
16685         "../etc/images".  Don't set gmm-image-load-path if we don't find
16686         the image.
16687
16688 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16689
16690         * gmm-utils.el (gmm-image-load-path): Don't make
16691         `gmm-image-load-path' include subdirectories which the second arg
16692         `image' might specify.
16693
16694         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16695         subdirectory to icon file names.
16696
16697         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16698
16699 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16700
16701         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16702         gmm-image-load-path calls.
16703
16704         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16705
16706         * message.el (message-make-tool-bar): Ditto.
16707
16708         * mml.el (mml-preview): Add comment concerning tool bar icons.
16709
16710         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16711         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16712
16713         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16714         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16715
16716         * message.el (message-tool-bar-gnome): Use new icon names.
16717         (message-make-tool-bar): Use `gmm-image-load-path'.
16718
16719         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16720         New functions from MH-E.
16721         (gmm-image-load-path): New variable from MH-E.
16722         (gmm-image-load-path): New function from MH-E.  Add arguments
16723         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16724         *-image-load-path-called-flag.
16725
16726 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16727
16728         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16729
16730 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16731
16732         * nnimap.el (nnimap-request-move-article): Change folder back to
16733         source group before deleting.
16734
16735 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16736
16737         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16738
16739         * gnus-art.el (mm-url-insert-file-contents-external):
16740         Autoload mm-url.
16741
16742         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16743
16744 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16747         coding system which mm-charset-to-coding-system returns for a
16748         given charset is valid.
16749
16750 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16751
16752         * html2text.el (html2text-remove-tag-list):
16753         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16754
16755 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16756
16757         * gnus-cus.el: Revert 2005-10-17 change.
16758
16759 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * gnus-art.el (article-strip-banner):
16762         Call article-really-strip-banner only when the regexp match is made.
16763
16764 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * gnus-art.el (article-strip-banner):
16767         Use gnus-extract-address-components instead of
16768         mail-header-parse-addresses to make it work with non-ASCII text;
16769         remove mail-encode-encoded-word-string.
16770
16771         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16772         values which are surrounded with \"...\"; make it never cause a
16773         Lisp error; give up parsing of parameters if it failed in
16774         extracting type.
16775
16776 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16777
16778         * smime.el (smime-cert-by-ldap-1): Fix bug where
16779         `smime-ldap-search' returns results without userCertificates.
16780
16781 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16784
16785 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16786
16787         * spam.el (spam-check-spamassassin-headers): Adapt format for
16788         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16789         <ari@mbf.ocn.ne.jp>.
16790         (spam-list-of-processors): Add spam-use-gmane.
16791
16792 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16795         make-temp-file; make it work with XEmacs as well.
16796
16797         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16798         mm-make-temp-file.
16799
16800         * mm-decode.el (mm-display-external): Use the 3rd arg of
16801         mm-make-temp-file.
16802         (mm-create-image-xemacs): Ditto.
16803
16804 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16807         with message-narrow-to-headers.
16808         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16809         (gnus-draft-check-draft-articles): New function.
16810         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16811
16812 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16813
16814         * gnus-art.el (gnus-article-browse-html-parts):
16815         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16816         Don't use suffix argument for mm-make-temp-file for Emacs 21
16817         compatibility.  Remove useless `format'.
16818
16819 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16820
16821         * nnweb.el (nnweb-google-wash-article): Update regexps.
16822         (nnweb-group-alist): Use defvoo instead of defvar.
16823
16824 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16827         re-loading nn* modules.
16828
16829 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16830
16831         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16832         for `tool-bar-mode' and don't check it's default-value.
16833
16834         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16835
16836         * message.el (message-make-tool-bar): Ditto.
16837
16838         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16839         `substring'.  Shorten tmp-file name.
16840
16841         * gnus.el: Remove bogus comment.
16842
16843 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16844
16845         * gnus-art.el (gnus-article-browse-html-parts): New function.
16846         (gnus-article-browse-html-article): New function for viewing html
16847         articles with a browser.
16848
16849 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16850
16851         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
16852         in elisp.
16853         (pgg-gpg-encrypt-symmetric-region): Ditto.
16854         (pgg-gpg-sign-region): Ditto.
16855
16856         * pgg-def.el (pgg-text-mode): New variable.
16857
16858         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16859         (mml2015-pgg-encrypt): Ditto.
16860
16861         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16862         (mml1991-pgg-encrypt): Ditto.
16863
16864 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * nnfolder.el (nnfolder-insert-newsgroup-line):
16867         Use message-make-date instead of current-time-string.
16868
16869         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16870         to gnus-decoded which mm-uu might set.
16871
16872 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16875         don't decode quoted parameters; remove misimported Emacs code.
16876         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16877         (rfc2231-decode-encoded-string): Don't use split-string which
16878         behaves differently according to Emacs version; use
16879         mm-decode-coding-region to convert charset to coding-system.
16880         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16881         (rfc2231-encode-string): Remove misimported Emacs code.
16882
16883 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16886         when calling mail-header-parse-content-type.
16887         (article-de-quoted-unreadable): Ditto.
16888         (article-de-base64-unreadable): Ditto.
16889         (article-wash-html): Ditto.
16890
16891         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16892         calling mail-header-parse-content-type and
16893         mail-header-parse-content-disposition.
16894         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16895         mail-header-parse-content-type.
16896
16897         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16898         insert charset and format parameters; encode description after
16899         inserting it to buffer.
16900         (mml-insert-parameter): Fold lines properly even if a parameter is
16901         segmented into two or more lines; change the max column to 76.
16902
16903         * rfc1843.el (rfc1843-decode-article-body): Don't use
16904         ignore-errors when calling mail-header-parse-content-type.
16905
16906         * rfc2231.el (rfc2231-parse-string): Return at least type if
16907         possible; don't cause an error even if it fails in parsing of
16908         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16909         (rfc2231-encode-string): Don't break lines at the beginning, leave
16910         it to mml-insert-parameter.
16911
16912         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16913         calling mail-header-parse-content-type.
16914
16915 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * spam-report.el (spam-report-gmane-use-article-number):
16918         Improve doc string.
16919         (spam-report-gmane-internal): Check if a suitable header was found
16920         in the article.
16921
16922 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16923
16924         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16925         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16926
16927 2006-02-05  Romain Francoise  <romain@orebokech.com>
16928
16929         Update copyright notices of all files in the gnus directory.
16930
16931 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16932
16933         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16934
16935 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16938         segmented lines of parameter value to cope with Thunderbird 1.5
16939         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16940         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16941         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16942
16943 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16944
16945         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16946         parts.
16947
16948 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16949
16950         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16951         there's only one active file for all servers.
16952         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16953         solid groups.  Gnus might have used a FAST request to select the group.
16954         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16955         and nnweb-search redundantly in the active file.
16956         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16957         (nnweb-request-create-group): Don't use ARGS.
16958         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16959         initializations.  Let nnoo do the work.
16960
16961 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16964         Say the part has been decoded.
16965
16966         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16967
16968 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16969
16970         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16971         mailcap-viewer-test-cache when there's no 'test clause, since that
16972         will invert the meaning of a "nil" test previously determined by
16973         mailcap-mailcap-entry-passes-test.
16974
16975 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16978         compiling.
16979
16980         * gnus-sum.el: Ditto.
16981
16982         * message.el: Don't bind tool-bar-map when compiling.
16983
16984 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16985
16986         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16987
16988 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16989
16990         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16991         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16992         current Google Groups.
16993
16994 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16995
16996         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16997         and tool-bar-mode.
16998
16999         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17000         and tool-bar-mode.
17001
17002         * message.el (message-tool-bar-update): Simplify.
17003         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17004
17005         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17006         gnus-summary-buffer.
17007         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17008         gnus-summary-reply.
17009
17010         * gmm-utils.el (gmm): Add :version.
17011
17012 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * Makefile.in (clean): New rule.
17015         (distclean): Use it.
17016
17017 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17018
17019         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17020         Don't autoload.
17021
17022 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gmm-utils.el (gmm-verbose): Add :group.
17025
17026 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17027
17028         * message.el: Change some comments WRT tool-bars.
17029
17030         * gnus-sum.el (gnus-summary-tool-bar)
17031         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17032         (gnus-summary-tool-bar-zap-list): New variables.
17033         (gnus-summary-make-tool-bar): Complete rewrite using
17034         `gmm-tool-bar-from-list'.
17035
17036         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17037         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17038         New variables.
17039         (gnus-group-make-tool-bar): Complete rewrite using
17040         `gmm-tool-bar-from-list'.
17041         (gnus-group-tool-bar-update): New function.
17042
17043         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17044
17045 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17048         is dissected into a single part of which the type is the same as
17049         the given one; decode charset.
17050
17051 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17052
17053         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17054         into alists as symbol not string, since that's what
17055         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17056         look for.
17057
17058 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17059
17060         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17061         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17062
17063         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17064
17065 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17068         (gnus-xmas-mime-security-button-menu): New function.
17069
17070         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17071         (gnus-mime-security-button-menu): New definition.
17072         (gnus-mime-security-button-map): Use them.
17073         (gnus-mime-security-button-menu): New function.
17074         (gnus-insert-mime-security-button): Addition to help echo.
17075         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17076         (gnus-mime-security-pipe-part): New functions.
17077
17078         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17079         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17080
17081         * mm-decode.el (mm-handle-set-disposition): Remove.
17082         (mm-handle-set-description): Remove.
17083
17084 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17087         (mm-w3m-standalone-supports-m17n-p): New function.
17088         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17089         w3m usage.
17090
17091         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17092         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17093
17094 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17095
17096         * message.el (message-tool-bar-zap-list):
17097         Use gmm-tool-bar-zap-list as custom type.
17098         (message-tool-bar-update): New function.
17099         (message-tool-bar, message-tool-bar-gnome)
17100         (message-tool-bar-retro): Add message-tool-bar-update.
17101         (message-tool-bar-gnome): Add flyspell-buffer.
17102
17103         * gnus-util.el (gnus-error): Describe `args'.
17104
17105         * gmm-utils.el (gmm-error): Describe `args'.
17106         (gmm-tool-bar-zap-list): New widget.
17107         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17108
17109 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17110
17111         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17112         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17113         the number of recursive calls.
17114
17115         * mm-decode.el (mm-handle-set-disposition): New macro.
17116         (mm-handle-set-description): New macro.
17117
17118 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17121         encoding.
17122
17123 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17124
17125         * message.el (message-tool-bar-zap-list, message-tool-bar)
17126         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17127         (message-tool-bar-local-item-from-menu): Remove.
17128         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17129         (message-make-tool-bar): New function.
17130         (message-mode): Use `message-make-tool-bar'.
17131
17132         * gmm-utils.el: New file.
17133         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17134         (gmm-lazy): New widget copied from `nnmail.el'.
17135         (gmm-tool-bar-from-list): New function for creating customizable
17136         tool bars.
17137         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17138         output.
17139         (gmm): Add :prefix to defgroup.
17140
17141 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17142
17143         * gmm-utils.el (gmm-widget-p): New function.
17144
17145 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17146
17147         * mml.el (mml-attach-file): Describe `description' in doc string.
17148         (mml-menu): Add Emacs MIME manual and PGG manual.
17149
17150 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17151
17152         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17153
17154 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17155
17156         * nntp.el (nntp-end-of-line): Doc fix.
17157
17158 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17159
17160         * imap.el (imap-open): Handle case where buffer is a buffer
17161         object.
17162
17163 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17164
17165         * gnus-delay.el (gnus-delay): Don't autoload.
17166         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17167         to be re-loaded when customizing the `gnus-delay' group.
17168
17169 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17170
17171         * message.el (message-insert-citation-line): Use newlines.
17172
17173 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17174
17175         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17176         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17177         these routines, so the passphrase can be managed externally and
17178         passed in to the system.
17179         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17180         pgg-add-passphrase-to-cache function.
17181
17182         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17183         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17184         these routines, so the passphrase can be managed externally and
17185         passed in to the system.
17186         (pgg-pgp5-sign-region): Use new name of
17187         pgg-add-passphrase-to-cache function.
17188
17189 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17190
17191         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17192         part of the decoded armor to find the key-identifier.
17193         (pgg-gpg-lookup-key-owner): New function to return the
17194         human-readable identifier of a key owner.
17195         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17196         itself.
17197         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17198         the key value) if we have a key and can match it against a secret
17199         key.  Also, added a note pointing out fact that the prompt only
17200         indicates the first matching key.
17201
17202         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17203         pgg-decrypt-region.
17204         (pgg-add-passphrase-to-cache): Rename from
17205         `pgg-add-passphrase-cache' to reduce confusion (all callers
17206         changed).
17207         (pgg-remove-passphrase-from-cache): Rename from
17208         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17209         changed).
17210         (pgg-read-passphrase, pgg-add-passphrase-cache)
17211         (pgg-remove-passphrase-cache): Add informative docstrings.
17212         (pgg-decrypt): Convey provided passphrase in subordinate call to
17213         pgg-decrypt-region.
17214
17215 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17216
17217         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17218         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17219         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17220         'passphrase' argument, so the passphrase can be managed externally
17221         and then passed in to the system.
17222
17223         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17224         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17225         so the passphrase cache can be used reliably with identifiers
17226         besides a pgp packet's key id.
17227
17228         * pgg-gpg.el (pgg-gpg-encrypt-region)
17229         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17230         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17231         these routines, so the passphrase can be managed externally and
17232         passed in to the system.
17233
17234         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17235         'notruncate' argument, so the passphrase cache can be used
17236         reliably with identifiers besides a pgp packet's key id.
17237
17238 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17239
17240         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17241         symmetric encryption.
17242         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17243         encrypted session key.
17244         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17245         message ask for the passphrase in a proper way.
17246
17247         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17248         New user commands for symmetric encryption.
17249
17250 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17253
17254         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17255
17256 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17257
17258         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17259
17260 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * mm-decode.el (mm-inlined-types): Add application/pgp.
17263         (mm-automatic-display): Ditto.
17264
17265         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17266         part as text.
17267
17268 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * nnrss.el: Update copyright.
17271         (nnrss-opml-import): Query whether to subscribe to each entry.
17272
17273         * gnus-art.el:
17274         * gnus-sum.el:
17275         * gnus-xmas.el:
17276         * messagexmas.el:
17277         * mm-uu.el:
17278         * mm-view.el: Update copyright.
17279
17280 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17281
17282         * message.el (message-info): New function.
17283         (message-mode-menu): Add it.
17284         Update copyright.
17285
17286         * ChangeLog: Fix and update copyright.
17287
17288 2006-01-13  Romain Francoise  <romain@orebokech.com>
17289
17290         * message.el (message-forward-subject-name-subject): Prefer the
17291         address to 'nowhere' if the sender has no name.
17292         Fix typo.  Update copyright year.
17293
17294 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-art.el (article-wash-html):
17297         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17298         (gnus-article-wash-html-with-w3m-standalone): New function.
17299
17300         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17301         mm-inline-text-html-render-with-w3m-standalone.
17302         (mm-text-html-washer-alist): Map w3m-standalone to
17303         gnus-article-wash-html-with-w3m-standalone.
17304         (mm-inline-text-html-render-with-w3m-standalone): New function.
17305
17306 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17307
17308         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17309         Improve LaTeX.
17310
17311 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17314         (nnrss-request-article): Render text/plain parts as HTML.
17315
17316         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17317         the buffer.
17318
17319 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17320
17321         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17322         custom definition of `gnus-posting-styles'.
17323
17324         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17325         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17326
17327 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17328
17329         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17330         Use nntp for bug archive.
17331
17332 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17333
17334         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17335         parts.
17336         (nnrss-normalize-date): New function converts ISO 8601 date into
17337         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17338         (nnrss-check-group): Use it.
17339
17340 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17343
17344         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17345         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17346         (nnrss-insert-w3): Ditto.
17347
17348 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17351         the articles to be forwarded including the case where neither a
17352         number of articles nor a region is specified.
17353
17354 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * nnrss.el (nnrss-request-article): Fix last change; fill
17357         text/plain parts.
17358
17359 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17360
17361         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17362         in text/plain part.
17363         (nnrss-check-group): Don't add excessive newline to dc:subject.
17364
17365 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17366
17367         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17368         article.
17369
17370 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17371
17372         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17373         (nnml-use-compressed-files, nnml-save-mail): Support other
17374         comression programs such as bzip2.
17375
17376 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17377
17378         * dns.el (query-dns): Make sure we check the buffer size before
17379         removing tcp headers.
17380
17381 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17384         remove MIME buttons associated with multipart/alternative parts.
17385         (gnus-mime-display-alternative): Tag buttons using `article-type'
17386         text property.
17387
17388         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17389         associated with multipart/alternative parts.
17390
17391         * gnus-art.el (gnus-signature-separator): Fix custom type.
17392
17393         * mm-decode.el (mm-inlined-types): Fix custom type.
17394         (mm-keep-viewer-alive-types): Ditto.
17395         (mm-automatic-display): Ditto.
17396         (mm-attachment-override-types): Ditto.
17397         (mm-inline-override-types): Ditto.
17398         (mm-automatic-external-display): Ditto.
17399
17400 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17401
17402         * spam-report.el (spam-report-user-mail-address)
17403         (spam-report-user-agent): New variables.
17404         (spam-report-url-ping-plain): Use spam-report-user-agent.
17405
17406 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17407
17408         * gnus-art.el (gnus-button-handle-custom): Do not just use
17409         `customize-apropos' for any "M-x customize-*" button but the
17410         function called for.  Accept both the function name and its
17411         argument in order to achieve this.
17412         (gnus-button-alist): Remove support for "custom:" URL's.
17413         Pass function name to `gnus-button-handle-custom' in case of "M-x
17414         customize-*" buttons.
17415
17416 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17419         multipart/alternative and add xref to mm-discouraged-alternatives
17420         in doc string.
17421
17422         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17423         gnus-buttonized-mime-types in doc string.
17424
17425 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17426
17427         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17428         Suggest image/.* in the doc string.
17429
17430 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17431
17432         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17433         message-marks (Debian bug #342521).
17434
17435 2005-12-12  Simon Josefsson  <jas@extundo.com>
17436
17437         * password.el (password-read-from-cache): Add.
17438         (password-read): Use it.
17439
17440 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * rfc2047.el (rfc2047-charset-to-coding-system):
17443         Recognize us-ascii as a MIME charset.
17444
17445         * mm-bodies.el (mm-decode-content-transfer-encoding):
17446         Protect against the case where the 2nd arg TYPE is nil.
17447
17448 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17449
17450         * pop3.el (pop3-stream-type): Fix custom version.
17451
17452         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17453
17454 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17455
17456         * mm-decode.el (mm-display-external): Add missing cdr.
17457
17458 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17461         RFC1524) if it is in mailcap or add a suffix according to
17462         mailcap-mime-extensions when generating a temp filename; postpone
17463         deleting a temp file for 2 seconds for some wrappers, shell
17464         scripts, and so on, which might exit right after having started a
17465         viewer command as a background job.
17466
17467 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17468
17469         * nntp.el (nntp-marks-directory): Fix custom group.
17470
17471         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17472         steps when < 10.
17473
17474         * gnus-start.el (gnus-no-server-1):
17475         Mention `gnus-level-default-subscribed' in doc string.
17476
17477 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17478
17479         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17480         parens.
17481
17482 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * gnus-xmas.el (gnus-use-toolbar): Revert.
17485         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17486         gnus-use-toolbar is default.
17487
17488         * messagexmas.el (message-use-toolbar): Revert.
17489         (message-setup-toolbar): Use global default-toolbar if
17490         message-use-toolbar is default.
17491
17492 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17495         according to default-toolbar-visible-p.
17496
17497         * messagexmas.el (message-use-toolbar): Ditto.
17498
17499 2005-11-26  Dave Love  <fx@gnu.org>
17500
17501         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17502         (tls-program, tls-success): Provide openssl alternative.
17503
17504         * starttls.el: Doc fixes.
17505         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17506         SERVICE to PORT.
17507
17508         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17509         port null or service name.
17510         (starttls-negotiate): Autoload.
17511
17512 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * message.el (message-kill-to-signature): Fix interactive spec.
17515
17516 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * pop3.el (pop3-open-server): Recognize a string as a service name.
17519
17520 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17521
17522         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17523
17524 2005-11-23  Dave Love  <fx@gnu.org>
17525
17526         Add pop3s, pop3/starttls.
17527
17528         * pop3.el (pop3-authentication-scheme): Clarify doc.
17529         (open-tls-stream, starttls-open-stream): Autoload.
17530         (pop3-stream-type): New.
17531         (pop3-open-server): Use it.
17532
17533         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17534         for POP.
17535         (mail-source-keyword-map): Add :stream for POP.
17536         (mail-source-fetch-pop): Use pop3-stream-type.
17537
17538 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17541         of current-time-string.
17542
17543 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17544
17545         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17546         date header.
17547
17548 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17549
17550         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17551         it can seriously impact performance as it bypasses the agent's
17552         local caches.
17553
17554 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17555
17556         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17557         must be explicitly online rather than "not explicitly offline" for
17558         its flags to be synchronized.
17559
17560         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17561         that gnus-uu-unmark-thread will function correctly.
17562
17563         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17564         1024K is instead displayed as 1M.
17565
17566 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17567
17568         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17569
17570 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17571
17572         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17573
17574 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17575
17576         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17577         error message to display actual error condition.
17578         (gnus-agent-save-local): Avoid saving symbols that are bound to
17579         nil as they simply result in a warning message in
17580         gnus-agent-read-local.
17581
17582 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17583
17584         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17585         rather than make-variable-buffer-local for file-precious-flag.
17586
17587 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17588
17589         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17590         for duplicates which are removed.  The invalid sort check then
17591         triggers a rescan after the sort as sorting may have moved
17592         duplicate entries such that they can be cheaply detected.
17593
17594 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17595
17596         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17597
17598 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17599
17600         * gnus-agent.el (gnus-agent-article-alist-save-format):
17601         Change internal variable to a custom variable.  Change default value
17602         from compressed(2) to uncompressed(1).
17603         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17604         support for uncompressed agentview files.  Taken together, reading
17605         the agentview file should now be 6-7 times faster.
17606
17607 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17608
17609         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17610         as a buffer-local variable.  This avoids creating truncated
17611         dribble files as a result of a hang up, eg.
17612
17613 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17614
17615         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17616         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17617         XEmacs.
17618
17619 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17620
17621         * gnus-start.el (gnus-start-draft-setup):
17622         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17623
17624         * gnus.el (gnus-splash): Change custom group.
17625         (gnus-group-get-parameter, gnus-group-parameter-value):
17626         Describe allow-list argument.
17627
17628         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17629         string.
17630
17631 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17632
17633         * gnus-art.el (gnus-default-article-saver): Add user-defined
17634         `function' to custom type.
17635
17636 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17637
17638         * imap.el (imap-open): Handle case where buffer is a buffer
17639         object.
17640
17641 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17642
17643         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17644         long lines.
17645         (gnus-cache-delete-group): Wrap doc strings.
17646
17647         * gnus-agent.el (gnus-agent-rename-group)
17648         (gnus-agent-delete-group): Wrap doc strings.
17649
17650 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * messagexmas.el (message-use-toolbar): Change the valid values
17653         into default, top, bottom, left, and right.
17654         (message-toolbar-thickness): New variable.
17655         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17656         well.
17657         (message-setup-toolbar): Make it work.
17658
17659         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17660         (gnus-use-toolbar): Change the valid values into default, top,
17661         bottom, left, and right.
17662         (gnus-toolbar-thickness): New variable.
17663         (gnus-xmas-setup-toolbar): New function.
17664         (gnus-xmas-setup-group-toolbar): Use it.
17665         (gnus-xmas-setup-summary-toolbar): Use it.
17666
17667 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17668
17669         * gnus-start.el (gnus-1): Add "native" to
17670         gnus-predefined-server-alist.
17671
17672         * gnus.el (gnus-method-to-server): Don't add "native" to the
17673         lists here, because that leads to problems when
17674         gnus-select-method is bound.
17675
17676 2005-11-09  Simon Josefsson  <jas@extundo.com>
17677
17678         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17679         use (not sort-by-date) instead.
17680
17681 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17682
17683         * gnus-delay.el (gnus-delay-group): Don't autoload.
17684         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17685         to be re-loaded when customizing the `gnus-delay' group.
17686
17687 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17688
17689         * message.el: Revert last changes.
17690         (message-insert-citation-line): Use newlines.
17691
17692 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17693
17694         * message.el (message-courtesy-message)
17695         (message-mark-insert-begin, message-mark-insert-end)
17696         (message-elide-ellipsis, message-cancel-message)
17697         (message-add-header, message-change-subject)
17698         (message-cross-post-followup-to-header)
17699         (message-cross-post-insert-note, message-reduce-to-to-cc)
17700         (message-widen-reply, message-delete-not-region)
17701         (message-kill-to-signature, message-insert-signature)
17702         (message-insert-importance-high, message-insert-importance-low)
17703         (message-insert-or-toggle-importance)
17704         (message-insert-disposition-notification-to)
17705         (message-indent-citation, message-yank-original)
17706         (message-cite-original-without-signature, message-cite-original)
17707         (message-insert-citation-line, message-position-on-field)
17708         (message-fix-before-sending, message-send-mail-partially)
17709         (message-send-mail, message-send-mail-with-sendmail)
17710         (message-send-mail-with-qmail, message-send-news)
17711         (message-check-news-header-syntax, message-generate-headers)
17712         (message-insert-courtesy-copy, message-fill-address)
17713         (message-fill-header, message-shorten-references)
17714         (message-setup-1, message-cancel-news)
17715         (message-forward-make-body-plain, message-forward-make-body-mime)
17716         (message-forward-make-body-mml, message-encode-message-body)
17717         (message-forward-make-body-digest-plain)
17718         (message-forward-make-body-digest-mime)
17719         (message-use-alternative-email-as-from): Insert `hard-newline'
17720         instead of ordinary newlines.
17721
17722 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * message.el (message-generate-headers): Downcase the argument
17725         given to message-check-element.
17726
17727 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17728
17729         * nntp.el (nntp-authinfo-rejected): New error condition.
17730         (nntp-wait-for): Use new error condition to signal authentication
17731         error.
17732         (nntp-retrieve-data): Rethrow new error condition to break out of
17733         recursive call to nntp-send-authinfo.
17734
17735 2005-11-08  Romain Francoise  <romain@orebokech.com>
17736
17737         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17738         (gnus-summary-exit-map): Bind to `Z p'.
17739         (gnus-summary-make-menu-bar): Add menu item.
17740
17741 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17742
17743         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17744         (gnus-treat-*): Add `first' in all doc strings.
17745
17746         * gnus-group.el (gnus-group-compact-group): Fix typo.
17747
17748 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * gnus.el (gnus-parameters-case-fold-search): New variable.
17751         (gnus-parameters-get-parameter): Use it.
17752
17753         * gnus-score.el (gnus-home-score-file): Doc fix.
17754
17755 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17756
17757         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17758
17759 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * mm-util.el (mm-special-display-p): New function.
17762
17763         * mml.el (mml-preview): Use it; doc fix.
17764
17765 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17766
17767         * imap.el (imap-open): Handle case where buffer is a buffer object.
17768
17769 2005-10-29  Romain Francoise  <romain@orebokech.com>
17770
17771         * message.el (message-fix-before-sending): Fix comment.
17772
17773 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17774
17775         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17776
17777 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17778
17779         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17780         Used in gnus-score.el.
17781
17782 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17783
17784         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17785
17786 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17787
17788         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17789         whitespace removed in revision 7.8.  Use concatenated string to
17790         protect trailing whitespace.
17791
17792 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17793
17794         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17795         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17796         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17797         Courier IMAP ("some version from 2004").  Mostly based on similar
17798         code in the same function.
17799
17800 2005-10-26  Didier Verna  <didier@xemacs.org>
17801
17802         * gnus-group.el (gnus-group-compact-group): Invalidate original
17803         article buffer.
17804         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17805         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17806         NOV database and in article itself.
17807         Invalidate article backlog.
17808
17809 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17810
17811         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17812
17813 2005-10-26  Simon Josefsson  <jas@extundo.com>
17814
17815         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17816         part of 2004-07-25 change.
17817
17818 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * message.el (message-display-completion-list): New function.
17821         (message-expand-group): Use it; make sure the Completions buffer
17822         is modifiable.
17823 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17824
17825         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17826         user-mail-name is an empty string.
17827
17828 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17829
17830         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17831         depending on gnus-score-decay-constant.
17832
17833         * encrypt.el (encrypt-insert-file-contents)
17834         (encrypt-write-file-contents): Don't use `gnus-message'.
17835
17836         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17837         arguments.
17838         (mm-uu-type-alist): Add message-marks and insert-marks.
17839         Pass arguments to mm-uu-verbatim-marks-extract.
17840         (mm-uu-hide-markers): New variable.
17841         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17842
17843         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17844         (gnus-convert-image-to-face-command): Use "convert" by default to
17845         allow other input image formats.
17846         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17847         accordingly.
17848
17849 2005-10-23  Simon Josefsson  <jas@extundo.com>
17850
17851         * imap.el (imap-gssapi-program): Align command line parameters
17852         with latest GNU SASL.
17853         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17854
17855 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17856
17857         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17858         HTML.
17859         (nnslashdot-request-article): Ditto.
17860
17861         * lpath.el (featurep): Add nobreak-char-display.
17862
17863 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17864
17865         * mail-source.el (mail-source-fetch-pop): Require pop3.
17866         (mail-source-check-pop): Ditto.
17867
17868 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17869
17870         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17871         errors.
17872
17873 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17874
17875         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17876         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17877
17878         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17879
17880         * mm-bodies.el (mm-decode-string):
17881         Call `mm-charset-to-coding-system' with allow-override argument.
17882
17883 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17886         (rfc2047-charset-to-coding-system): New function.
17887         (rfc2047-decode-encoded-words): New function.
17888         (rfc2047-decode-region): Use them.
17889         (rfc2047-decode-cte): Remove.
17890         (rfc2047-parse-and-decode): Remove.
17891         (rfc2047-decode): Remove.
17892
17893 2005-10-15  Kenichi Handa  <handa@m17n.org>
17894
17895         * rfc2047.el (rfc2047-decode-cte): New function.
17896         (rfc2047-decode-region): Change the way to decode successive
17897         encoded-words: decode B- or Q-encoding in each encoded-word,
17898         concatenate them, and decode it as charset.
17899
17900 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17901
17902         * lpath.el: Fbind codepage-setup for XEmacs.
17903
17904 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17905
17906         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17907         widget-move-and-invoke.
17908         (gnus-custom-mode): Use gnus-custom-map.
17909
17910 2005-10-15  Bill Wohler  <wohler@newt.com>
17911
17912         * message.el (message-tool-bar-map): Rename image file from
17913         mail_send to mail/send.
17914
17915 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17916
17917         * message.el (message-expand-group): Pass the common
17918         prefix substring of completion to `display-completion-list'.
17919
17920 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17921
17922         * mml-sec.el (mml-secure-method): New internal variable.
17923         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17924         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17925         New functions using mml-secure-method.
17926
17927         * mml.el (mml-mode-map): Add key bindings for those functions.
17928         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17929         Harder <harder@myrealbox.com>.
17930         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17931         Goto end of message if point is the headers of the message.
17932
17933         * message.el (message-in-body-p): New function.
17934
17935         * assistant.el: Autoload gnus-util and netrc.
17936
17937         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17938         Use `mm-charset-override-alist' only when decoding.
17939
17940         * mm-bodies.el (mm-decode-body):
17941         Call `mm-charset-to-coding-system' with allow-override argument.
17942
17943         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17944         `filename' from Content-Disposition if Content-Type doesn't
17945         provide `name'.
17946         (gnus-mime-view-part-as-type): Set default instead of
17947         initial-input.
17948
17949 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17950
17951         * format-spec.el (format-spec): Propagate text properties of % spec.
17952
17953 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17954
17955         * gnus-art.el (gnus-treat-predicate): Add `first'.
17956
17957 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17958
17959         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17960         (mm-charset-override-alist): New variable.
17961         (mm-charset-to-coding-system): Use it.
17962         (mm-codepage-setup): New helper function.
17963         (mm-charset-eval-alist): New variable.
17964         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17965         Warn about unknown charsets.
17966
17967         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
17968
17969 2005-10-04  David Hansen  <david.hansen@gmx.net>
17970
17971         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17972         (nnrss-check-group): Ditto.
17973
17974 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17977         Rename x-gnus-verbatim to x-verbatim.
17978         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17979
17980         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17981         x-verbatim.
17982
17983         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17984
17985         * gnus-util.el (gnus-remove-duplicates): Remove.
17986
17987         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17988         instead of gnus-remove-duplicates.
17989
17990         * message.el (message-remove-duplicates): Remove.
17991         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17992         message-remove-duplicates.
17993
17994         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17995         available, else use implementation from `delete-dups'.
17996
17997         * message.el (message-insert-expires): New function.
17998         (message-mode-map): Add key binding.
17999         (message-mode-field-menu): Add menu entry.
18000         (message-mode): Document it.
18001         (message-make-expires-date): Use `message-make-date'.
18002
18003 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18004
18005         * message.el (message-make-expires-date): New function.
18006
18007 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * Makefile.in (list-installed-shadows): New entry.
18010         (install): Use it.
18011         (remove-installed-shadows): New entry.
18012
18013         * dgnushack.el (dgnushack-default-load-path): New variable.
18014         (dgnushack-find-lisp-shadows): New function.
18015         (dgnushack-remove-lisp-shadows): New function.
18016
18017 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18018
18019         * Makefile.in (install-el-elc): New entry.
18020         (install): Use it so that .el files are necessarily installed.
18021
18022 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18025
18026 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18027
18028         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18029         function rather than the diff-mode.el package.
18030         (mm-display-external): Use with-current-buffer.
18031         (mm-viewer-completion-map, mm-viewer-completion-map):
18032         Move initialization inside declaration.
18033
18034 2005-09-29  Simon Josefsson  <jas@extundo.com>
18035
18036         * spam.el: Load hashcash when compiling, to avoid warnings.
18037         Don't autoload mail-check-payment.
18038         (spam-check-hashcash): Define unconditionally, since hashcash.el
18039         is part of Gnus now.  Ignore errors from payment checking.
18040
18041 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18042
18043         * message.el (message-bold-region, message-unbold-region):
18044         Rename from `bold-region' and `unbold-region'.
18045
18046         * message.el: Remove useless autoloads.
18047
18048 2005-09-28  Simon Josefsson  <jas@extundo.com>
18049
18050         * message.el (message-use-idna): Default to t.
18051         (message-use-idna): Test whether encoding works too.  Doc fix.
18052
18053 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * nntp.el (nntp-warn-about-losing-connection): Remove.
18056
18057 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18058
18059         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18060         customizable.  Change default value.
18061         (mm-uu-diff-groups-regexp): Change default value.
18062         (mm-uu-type-alist): Add doc string.
18063         (mm-uu-configure): Add doc string.  Make it interactive.
18064         (mm-uu-tex-groups-regexp): New variable.
18065         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18066         (mm-uu-type-alist): Add LaTeX documents.
18067         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18068         of "text/verbatim".
18069         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18070
18071         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18072         instead of "text/verbatim".
18073
18074         * message.el (message-mark-inserted-region)
18075         (message-mark-insert-file): Use slrn style marks when called with
18076         prefix argument.
18077
18078 2005-09-27  Simon Josefsson  <jas@extundo.com>
18079
18080         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18081
18082 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18083
18084         * message.el (message-remove-duplicates): New function.
18085         Implementation borrowed from `gnus-remove-duplicates'.
18086         (message-idna-to-ascii-rhs): Also encode idna addresses in
18087         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18088         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18089         only ask about the same idna domain once per header and also tell
18090         in what header to replace the idna domain.
18091
18092         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18093         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18094         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18095         a header is decoded and not just the last one.
18096
18097 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18100         has been decoded.
18101
18102         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18103         (mm-insert-part): Don't modify text if it has been decoded.
18104
18105         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18106         decoded.
18107
18108         * mm-view.el (mm-inline-text): Don't strip text props unless
18109         decoding enriched or richtext parts.
18110
18111 2005-09-25  Romain Francoise  <romain@orebokech.com>
18112
18113         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18114         * gnus-start.el (gnus-subscribe-interactively):
18115         * gnus-uu.el (gnus-uu-grab-articles):
18116         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18117         space.
18118
18119 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18120
18121         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18122         * mm-view.el (mm-view-pkcs7-decrypt):
18123         * gnus-sum.el (gnus-summary-limit-to-extra)
18124         (gnus-summary-respool-article, gnus-read-move-group-name):
18125         * gnus-score.el (gnus-summary-increase-score):
18126         * gnus-util.el (gnus-completing-read-with-default):
18127         * gnus-art.el (gnus-read-save-file-name)
18128         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18129         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18130         * message.el (message-check-news-header-syntax):
18131         Follow convention for reading with the minibuffer.
18132
18133 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18134
18135         * spam-report.el (spam-report-url-ping-plain):
18136         Use gnus-extended-version as User-Agent.
18137
18138         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18139         default value is nil.
18140
18141         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18142         (mm-uu-verbatim-marks-extract): New function.
18143         (mm-uu-extract): New face.
18144         (mm-uu-copy-to-buffer): Use it.
18145
18146         * spam-report.el (spam-report-gmane-ham): Rename from
18147         `spam-report-gmane-unspam'.
18148         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18149         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18150
18151         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18152         Autoload.
18153         (spam-report-gmane-unregister-routine):
18154         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18155
18156 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18157
18158         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18159         (spam-report-gmane-unregister-routine): Add support for gmane
18160         unregistration.
18161
18162         * spam-report.el (spam-report-gmane-unspam)
18163         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18164         (spam-report-gmane): Change to take a single article and do unspam
18165         registration.
18166
18167 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18168
18169         * mm-url.el (mm-url-decode-entities): Fix regexp.
18170
18171 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18172
18173         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18174         default to nil, to be able to use Gnus at all.  If the default
18175         switches to something else, then the function should be fixed not
18176         be exceedingly slow.
18177
18178 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18179
18180         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18181         fail hard.
18182
18183         * spam-report.el: Add better Keywords line.
18184
18185         * spam.el: Add Maintainer and better Keywords line.
18186
18187 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * gnus-art.el (gnus-article-replace-part)
18190         (gnus-mime-replace-part): New functions.
18191         (gnus-mime-action-alist, gnus-mime-button-commands)
18192         (gnus-mime-save-part-and-strip): Add file argument.
18193         (gnus-article-part-wrapper): Add interactive argument.
18194
18195         * gnus-sum.el (gnus-summary-mime-map):
18196         Add `gnus-article-replace-part'.
18197
18198 2005-09-19  Didier Verna  <didier@xemacs.org>
18199
18200         The nnml compaction feature:
18201         * nnml.el (nnml-request-compact-group): New function.
18202         * nnml.el (nnml-request-compact): New function.
18203         * gnus-int.el (gnus-request-compact-group): New function.
18204         * gnus-int.el (gnus-request-compact): New function.
18205         * gnus-group.el (gnus-group-compact-group): New function.
18206         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18207         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18208         * gnus-srvr.el (gnus-server-compact-server): New function.
18209         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18210         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18211
18212 2005-09-18  Deepak Goel  <deego@gnufans.org>
18213
18214         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18215         format spec.
18216
18217 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18220
18221 2005-09-15  Romain Francoise  <romain@orebokech.com>
18222
18223         * message.el (message-fill-paragraph): Clarify docstring.
18224
18225 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * gnus-art.el (gnus-mime-display-part): Protect against broken
18228         MIME messages.
18229
18230 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18233         before parsing header.
18234
18235 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18236
18237         * html2text.el (html2text-replace-list): Add new entities.
18238
18239 2005-09-11  Romain Francoise  <romain@orebokech.com>
18240
18241         * message.el (message-alternative-emails): Improve docstring.
18242         (message-setup-1): Call `message-use-alternative-email-as-from'
18243         after `message-setup-hook' to give it precedence over posting
18244         styles, etc.
18245         (message-use-alternative-email-as-from): Add docstring.
18246         Remove the original From header if present.
18247
18248         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18249         (nnml-save-mail): Use it.
18250
18251         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18252         articles.  Add new argument `silent'.
18253         (gnus-uu-mark-all): Report the total number of marked articles.
18254
18255 2005-09-10  Romain Francoise  <romain@orebokech.com>
18256
18257         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18258         (gnus-uu-mark-series): Likewise.
18259
18260 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18261
18262         * spam-report.el (spam-report-gmane): Fix generation of spam
18263         report URL.
18264
18265 2005-09-10  Simon Josefsson  <jas@extundo.com>
18266
18267         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18268         t, based on discussion on the ding list with Robert Epprecht
18269         <epprecht@solnet.ch>.
18270
18271 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18272
18273         * spam-report.el (spam-report-gmane): Make it work without
18274         X-Report-Spam header.  Gmane now only provides Archived-At.
18275         This is only used if `spam-report-gmane-use-article-number' is nil.
18276         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18277
18278         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18279         make `gnus-summary-sort-by-recipient' work with threading.
18280
18281         * nnweb.el (nnweb-google-wash-article): Print a message if article
18282         is not available.
18283
18284 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18285
18286         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18287         change.  Decode text/* parts content before displaying.
18288
18289 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18290
18291         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18292
18293 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18296
18297         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18298         url-package-name, url-package-version,
18299         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18300         w3m-display-inline-images, and w3m-minor-mode-map.
18301
18302 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18303
18304         * message.el (message-tab-body-function): Fix mismatched custom type.
18305
18306         * gnus.el (gnus-group-change-level-function): Ditto.
18307
18308         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18309
18310         * gnus-art.el (gnus-signature-limit)
18311         (gnus-article-mime-part-function): Ditto.
18312
18313 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * mml.el (mml-mode): Silence the byte compiler.
18316
18317         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18318         using `(sit-for 0)' before moving the point to the specified part;
18319         skip unbuttonized parts.
18320         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18321         return to the summary window if gnus-auto-select-part is non-nil.
18322
18323 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18324
18325         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18326         New variables.
18327         (mml-dnd-attach-file, mml-mode): Use them.
18328
18329         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18330         Make fetching article by MID work again for Google Groups.
18331         Add FIXME concerning gnus-group-make-web-group.
18332
18333         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18334         Don't depend on Gnus by using mail-extract-address-components if
18335         gnus-extract-address-components is not bound.
18336
18337 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18338
18339         * gnus-art.el (gnus-mime-display-security): Don't display the
18340         signature, but only the signed part.
18341
18342 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18345
18346         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18347         list, not listp.
18348
18349 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18350
18351         * mm-encode.el (mm-encode-content-transfer-encoding):
18352         Likewise when encoding.
18353
18354         * mm-bodies.el (mm-decode-content-transfer-encoding):
18355         De-canonicalize CRLF for all text content types, not just
18356         text/plain.
18357
18358 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18361         valid article; point arrow and cursor at the MIME button.
18362
18363 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18366         Suggested by Dan Christensen <jdc@uwo.ca>.
18367
18368         * mm-decode.el (mm-save-part): Enable change of prompt.
18369
18370 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18371
18372         * gnus-msg.el (gnus-inews-add-send-actions):
18373         Make `message-post-method' lambda parameter ARG `&optional'.
18374
18375 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18376
18377         * gnus-sum.el (gnus-summary-mime-map):
18378         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18379         gnus-article-jump-to-part.
18380
18381         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18382         (gnus-article-edit-part): Use it.
18383         (gnus-article-part-wrapper): Add no-handle argument.
18384         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18385         New functions.
18386
18387 2005-08-29  Romain Francoise  <romain@orebokech.com>
18388
18389         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18390         docstring.
18391         (gnus-face-from-file): Likewise.
18392
18393 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18394
18395         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18396         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18397         non-nil.
18398         (gnus-auto-select-part): New variable.
18399         (gnus-article-jump-to-part): New function.
18400         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18401         (gnus-mime-delete-part): Allow selecting specified part after
18402         deleting or stripping parts.
18403         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18404         part if argument is bogus.
18405
18406 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18407
18408         * gnus-art.el (w3m-minor-mode-map):
18409         * gnus-spec.el (gnus-newsrc-file-version):
18410         * gnus-util.el (nnmail-active-file-coding-system)
18411         (gnus-original-article-buffer, gnus-user-agent):
18412         * gnus.el (gnus-ham-process-destinations)
18413         (gnus-parameter-ham-marks-alist)
18414         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18415         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18416         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18417         * mm-decode.el (gnus-current-window-configuration):
18418         * mm-extern.el (gnus-article-mime-handles):
18419         * mm-url.el (url-current-object, url-package-name)
18420         (url-package-version):
18421         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18422         (smime-keys, w3m-cid-retrieve-function-alist)
18423         (w3m-current-buffer, w3m-display-inline-images)
18424         (w3m-minor-mode-map):
18425         * mml-smime.el (gnus-extract-address-components):
18426         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18427         (gnus-newsrc-hashtb, message-default-charset)
18428         (message-deletable-headers, message-options)
18429         (message-posting-charset, message-required-mail-headers)
18430         (message-required-news-headers):
18431         * mml1991.el (mc-pgp-always-sign):
18432         * mml2015.el (mc-pgp-always-sign):
18433         * nnheader.el (nnmail-extra-headers):
18434         * rfc1843.el (gnus-decode-encoded-word-function)
18435         (gnus-decode-header-function, gnus-newsgroup-name):
18436         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18437
18438 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18439
18440         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18441         the end of the date treatments.
18442
18443 2005-08-15  Simon Josefsson  <jas@extundo.com>
18444
18445         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18446         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18447         Capello and Romain Francoise.
18448         (pgg-fetch-key-function): Remove, not used?
18449         (pgg-insert-url-with-w3): Require url, to get
18450         url-insert-file-contents regardless of where it is defined.
18451
18452 2005-08-13  Romain Francoise  <romain@orebokech.com>
18453
18454         * message.el (message-cite-original-1): New function.
18455         (message-cite-original): Use it.
18456         (message-cite-original-without-signature): Ditto.
18457
18458 2005-08-08  Romain Francoise  <romain@orebokech.com>
18459
18460         * message.el (message-yank-empty-prefix): New variable.
18461         (message-indent-citation): Use it.
18462         (message-cite-original-without-signature): Respect X-No-Archive.
18463
18464 2005-08-08  Simon Josefsson  <jas@extundo.com>
18465
18466         * pgg.el: Autoload url-insert-file-contents instead of loading
18467         w3/url.
18468         (pgg-insert-url-with-w3): Don't load url here.
18469
18470 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18471
18472         * message.el (message-kill-to-signature): Don't insert newline at
18473         bol.
18474         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18475
18476 2005-08-06  Romain Francoise  <romain@orebokech.com>
18477
18478         * message.el (message-user-fqdn): Fix typo in docstring.
18479
18480 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18481
18482         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18483
18484         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18485
18486 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * mm-bodies.el (mm-encode-body): Use coding system rather than
18489         charset to encode text.
18490
18491         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18492         number of charsets if utf-8 is available (XEmacs).
18493
18494 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18495
18496         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18497         taken from `gnus-button-mid-or-mail-regexp'.
18498         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18499         (gnus-button-alist): Improve regexp for domain part of the MIDs
18500         for news:localpart@domain buttons.
18501         (gnus-button-ctan-directory-regexp): Update.
18502
18503 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * sieve-manage.el (sieve-manage-interactive-login):
18506         Use make-local-variable rather than make-variable-buffer-local.
18507         (sieve-manage-open): Ditto.
18508         (sieve-manage-authenticate): Ditto.
18509
18510         * mml.el (mml-generate-mime-1): Make the content type default to
18511         text/plain if the filename is not specified.
18512
18513 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18516         instead of insert-buffer.
18517
18518         * message.el (message-yank-original): Ditto; set the mark at the
18519         end of the yanked message.
18520
18521 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18524         lines to scroll rather than to stop it.
18525
18526         * mml.el (mml-generate-default-type): Add doc string.
18527         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18528         default to application/octet-stream when determining the content
18529         type if it is not specified for the part or the mml contents; add
18530         a comment about mml-generate-default-type.
18531
18532 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18533
18534         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18535         make it default to application/octet-stream when determining the
18536         content type if it is not specified for the external contents.
18537
18538 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18541         segmented parameter but also other parameters might be there.
18542
18543 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * mm-decode.el (mm-display-external): Delete temp file, directory
18546         and buffer immediately if the external process is exited.
18547
18548 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18549
18550         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18551         fewer lines than that of scroll-margin.
18552         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18553
18554 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * gnus-art.el (gnus-article-next-page): Revert.
18557         (gnus-article-beginning-of-window): New macro.
18558         (gnus-article-next-page-1): Use it.
18559         (gnus-article-prev-page): Ditto.
18560         (gnus-article-edit-part): Use insert-buffer-substring instead of
18561         insert-buffer.
18562         (gnus-article-edit-exit): Ditto.
18563
18564         * gnus-util.el (gnus-beginning-of-window): Remove.
18565         (gnus-end-of-window): Remove.
18566
18567         * lpath.el: Don't bind header-line-format and scroll-margin.
18568
18569 2005-07-25  Simon Josefsson  <jas@extundo.com>
18570
18571         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18572         to have the url package without w3.  Reported by Daiki Ueno
18573         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18574
18575 2005-07-20  Didier Verna  <didier@xemacs.org>
18576
18577         * gnus-diary.el: Remove the description comment (nndiary is now
18578         properly documented in the Gnus manual).
18579         Fix the spelling of "Back End".
18580         * nndiary.el: Ditto.
18581         Fix the copyright notice.
18582
18583 2005-07-18  Romain Francoise  <romain@orebokech.com>
18584
18585         * gnus-sum.el (gnus-summary-to-prefix)
18586         (gnus-summary-newsgroup-prefix): New variables.
18587         (gnus-summary-from-or-to-or-newsgroups): Use them.
18588
18589 2005-07-17  Romain Francoise  <romain@orebokech.com>
18590
18591         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18592         space as it's generally not especially interesting to the user.
18593
18594 2005-07-16  Romain Francoise  <romain@orebokech.com>
18595
18596         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18597         nil to avoid prompting and file modification if one of the
18598         messages at the top of the nnfolder file contains a copyright
18599         notice.
18600         Update copyright notice.
18601
18602         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18603         instead of `current-time-string' as the latter creates a time
18604         string that is not RFC 2822 compliant (it lacks the zone).
18605         Update copyright notice.
18606
18607 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18608
18609         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18610         for text/rtf.  Display default in prompt.  Pass default for M-n.
18611
18612         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18613
18614 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18615
18616         * gnus-msg.el (gnus-button-mailto):
18617         Remove save-selected-window-window hackery because it relies on
18618         save-selected-window internals.
18619
18620 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18621
18622         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18623         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18624         (gnus-article-prev-page): Ditto.
18625
18626         * gnus-util.el (gnus-beginning-of-window): New function.
18627         (gnus-end-of-window): New function.
18628
18629         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18630
18631 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18632
18633         * gnus-score.el (gnus-score-edit-all-score):
18634         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18635         gnus-message.
18636
18637 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18638
18639         * gnus-msg.el (gnus-button-mailto):
18640         Remove save-selected-window-window hackery because it relies on
18641         save-selected-window internals.
18642
18643 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18646         add-minor-mode.
18647         (gnus-binary-mode): Ditto.
18648
18649         * gnus-topic.el (gnus-topic-mode): Ditto.
18650
18651 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18652
18653         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18654         (gnus-article-prev-page): Take scroll-margin into consideration.
18655
18656 2005-07-04  Lute Kamstra  <lute@gnu.org>
18657
18658         Update FSF's address in GPL notices.
18659
18660 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18661
18662         * gnus.el (gnus-exit):
18663         * gnus-group.el (gnus-group-icons):
18664         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18665
18666         * gnus-nocem.el (gnus-nocem):
18667         * message.el (message-various, message-buffers, message-sending)
18668         (message-interface, message-forwarding, message-insertion)
18669         (message-headers, message-news, message-mail):
18670         * pgg-gpg.el (pgg-gpg):
18671         * pgg-parse.el (pgg-parse):
18672         * pgg-pgp.el (pgg-pgp):
18673         * pgg-pgp5.el (pgg-pgp5):
18674         * pop3.el (pop3): Finish `defgroup' description with period.
18675
18676 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18677
18678         * gnus-art.el (article-display-face): Improve the efficiency.
18679         (article-display-x-face): Ditto; remove gray x-face stuff.
18680
18681 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * gnus-art.el (article-display-face): Correct the position in
18684         which Faces are inserted.
18685
18686 2005-06-29  Didier Verna  <didier@xemacs.org>
18687
18688         * gnus-art.el (article-display-face): Display faces in correct
18689         order.
18690
18691 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18692
18693         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18694         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18695         (gnus-nocem-check-article): Fetch the Type header.
18696         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18697         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18698         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18699         make sure gnus-nocem-hashtb is initialized.
18700         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18701         (gnus-nocem-unwanted-article-p): Ditto.
18702
18703         * pgg.el (pgg-verify): Return the verification result.
18704
18705 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18706
18707         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18708         is ascii.
18709
18710 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18711
18712         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18713         `show-nonbreak-escape'.
18714
18715 2005-06-23  Lute Kamstra  <lute@gnu.org>
18716
18717         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18718
18719         * dig.el (dig-mode):
18720         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18721
18722 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18723
18724         * nnimap.el (nnimap-split-download-body): Fix spellings.
18725
18726 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18727
18728         * gnus-art.el (gnus-article-encrypt-body):
18729         * gnus-cus.el (gnus-score-customize):
18730         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18731         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18732
18733 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18734
18735         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18736         header by looking for magic "MII" at the beginning.
18737
18738 2005-06-16  Miles Bader  <miles@gnu.org>
18739
18740         * gnus-xmas.el (gnus-xmas-group-startup-message):
18741         Use renamed gnus-splash face.
18742
18743         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18744         (assistant-field-face): New backward-compatibility alias for renamed
18745         face.
18746         (assistant-render-text): Use renamed assistant-field face.
18747
18748         * spam.el (spam): Remove "-face" suffix from face name.
18749         (spam-face): New backward-compatibility alias for renamed face.
18750         (spam-face, spam-initialize): Use renamed spam face.
18751
18752         * message.el (message-header-to, message-header-cc)
18753         (message-header-subject, message-header-newsgroups)
18754         (message-header-other, message-header-name)
18755         (message-header-xheader, message-separator, message-cited-text)
18756         (message-mml): Remove "-face" suffix from face names.
18757         (message-header-to-face, message-header-cc-face)
18758         (message-header-subject-face, message-header-newsgroups-face)
18759         (message-header-other-face, message-header-name-face)
18760         (message-header-xheader-face, message-separator-face)
18761         (message-cited-text-face, message-mml-face):
18762         New backward-compatibility aliases for renamed faces.
18763         (message-font-lock-keywords): Use renamed message faces.
18764
18765         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18766         (sieve-test-commands, sieve-tagged-arguments):
18767         Remove "-face" suffix from face names.
18768         (sieve-control-commands-face, sieve-action-commands-face)
18769         (sieve-test-commands-face, sieve-tagged-arguments-face):
18770         New backward-compatibility aliases for renamed faces.
18771         (sieve-control-commands-face, sieve-action-commands-face)
18772         (sieve-test-commands-face, sieve-tagged-arguments-face):
18773         Use renamed sieve faces.
18774
18775         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18776         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18777         (gnus-group-news-3-empty, gnus-group-news-4)
18778         (gnus-group-news-4-empty, gnus-group-news-5)
18779         (gnus-group-news-5-empty, gnus-group-news-6)
18780         (gnus-group-news-6-empty, gnus-group-news-low)
18781         (gnus-group-news-low-empty, gnus-group-mail-1)
18782         (gnus-group-mail-1-empty, gnus-group-mail-2)
18783         (gnus-group-mail-2-empty, gnus-group-mail-3)
18784         (gnus-group-mail-3-empty, gnus-group-mail-low)
18785         (gnus-group-mail-low-empty, gnus-summary-selected)
18786         (gnus-summary-cancelled, gnus-summary-high-ticked)
18787         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18788         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18789         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18790         (gnus-summary-low-undownloaded)
18791         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18792         (gnus-summary-low-unread, gnus-summary-normal-unread)
18793         (gnus-summary-high-read, gnus-summary-low-read)
18794         (gnus-summary-normal-read, gnus-splash):
18795         Remove "-face" suffix from face names.
18796         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18797         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18798         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18799         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18800         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18801         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18802         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18803         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18804         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18805         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18806         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18807         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18808         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18809         (gnus-summary-normal-ticked-face)
18810         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18811         (gnus-summary-normal-ancient-face)
18812         (gnus-summary-high-undownloaded-face)
18813         (gnus-summary-low-undownloaded-face)
18814         (gnus-summary-normal-undownloaded-face)
18815         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18816         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18817         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18818         (gnus-splash-face):
18819         New backward-compatibility aliases for renamed faces.
18820         (gnus-group-startup-message): Use renamed gnus faces.
18821
18822         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18823         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18824         (gnus-server-agent): Remove "-face" suffix from face names.
18825         (gnus-server-agent-face, gnus-server-opened-face)
18826         (gnus-server-closed-face, gnus-server-denied-face)
18827         (gnus-server-offline-face):
18828         New backward-compatibility aliases for renamed faces.
18829         (gnus-server-agent-face, gnus-server-opened-face)
18830         (gnus-server-closed-face, gnus-server-denied-face)
18831         (gnus-server-offline-face): Use renamed gnus faces.
18832
18833         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18834         Remove "-face" suffix from face names.
18835         (gnus-picon-xbm-face, gnus-picon-face):
18836         New backward-compatibility aliases for renamed faces.
18837
18838         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18839         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18840         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18841         (gnus-cite-11): Remove "-face" suffix from face names.
18842         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18843         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18844         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18845         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18846         New backward-compatibility aliases for renamed faces.
18847         (gnus-cite-attribution-face, gnus-cite-face-list)
18848         (gnus-article-boring-faces): Use renamed gnus faces.
18849
18850         * gnus-art.el (gnus-signature, gnus-header-from)
18851         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18852         (gnus-header-content): Remove "-face" suffix from face names.
18853         (gnus-signature-face, gnus-header-from-face)
18854         (gnus-header-subject-face, gnus-header-newsgroups-face)
18855         (gnus-header-name-face, gnus-header-content-face):
18856         New backward-compatibility aliases for renamed faces.
18857         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18858
18859         * gnus-sum.el (gnus-summary-selected-face)
18860         (gnus-summary-highlight): Use renamed gnus faces.
18861         * gnus-group.el (gnus-group-highlight): Likewise.
18862
18863 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18864
18865         * gnus-sieve.el (gnus-sieve-article-add-rule):
18866         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18867         * spam-stat.el (spam-stat-buffer-change-to-spam)
18868         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18869
18870         * message.el (message-is-yours-p):
18871         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18872
18873 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * mm-view.el (mm-inline-text): Withdraw the last change.
18876
18877 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18880         executing enriched-decode.
18881
18882 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18885         charset of tar files.
18886
18887 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18888
18889         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18890
18891 2005-06-04  Lute Kamstra  <lute@gnu.org>
18892
18893         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18894         information is never recorded.
18895
18896 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18897
18898         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18899
18900 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * pop3.el (pop3-apop): Run md5 in the binary mode.
18903
18904         * starttls.el (starttls-set-process-query-on-exit-flag):
18905         Use eval-and-compile.
18906
18907 2005-05-31  Simon Josefsson  <jas@extundo.com>
18908
18909         * smime.el (smime-replace-in-string): Define.
18910         (smime-cert-by-ldap-1): Use it.
18911
18912 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18913
18914         * gnus-art.el (article-display-x-face): Replace
18915         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18916
18917         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18918         set-process-query-on-exit-flag or process-kill-without-query.
18919
18920         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18921         loop instead of replace-regexp.
18922
18923         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18924         instead of process-kill-without-query if it is available.
18925
18926         * lpath.el: Fbind ldap-search-entries.
18927
18928         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18929         instead of find-file-hooks if it is available.
18930
18931         * mml1991.el: Bind pgg-default-user-id when compiling.
18932
18933         * mml2015.el: Bind pgg-default-user-id when compiling.
18934
18935         * nndraft.el (nndraft-request-associate-buffer):
18936         Use write-contents-functions instead of write-contents-hooks if it is
18937         available.
18938
18939         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18940         instead of find-file-hooks if it is available.
18941
18942         * nntp.el (nntp-open-connection): Replace
18943         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18944         (nntp-open-ssl-stream): Ditto.
18945         (nntp-open-tls-stream): Ditto.
18946
18947         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18948         set-process-query-on-exit-flag or process-kill-without-query.
18949         (starttls-open-stream-gnutls): Use it instead of
18950         process-kill-without-query.
18951         (starttls-open-stream): Ditto.
18952
18953 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18954
18955         * smime.el (smime-cert-by-ldap-1): Don't use
18956         replace-regexp-in-string.
18957
18958 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18959
18960         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18961
18962         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18963         in PEM format.  Adjust to the XEmacs compatibility.
18964
18965 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18966
18967         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18968         by `string-to-number'.
18969         * gnus-agent.el (gnus-agent-regenerate-group)
18970         (gnus-agent-fetch-articles): Ditto.
18971         * gnus-art.el (gnus-button-fetch-group): Ditto.
18972         * gnus-cache.el (gnus-cache-generate-active)
18973         (gnus-cache-articles-in-group): Ditto.
18974         * gnus-group.el (gnus-group-set-current-level)
18975         (gnus-group-insert-group-line): Ditto.
18976         * gnus-score.el (gnus-score-set-expunge-below)
18977         (gnus-score-set-mark-below, gnus-summary-score-effect)
18978         (gnus-summary-score-entry): Ditto.
18979         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18980         (gnus-soup-pack): Ditto.
18981         * gnus-spec.el (gnus-xmas-format): Ditto.
18982         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18983         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18984         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18985         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18986         * nndb.el (nndb-get-remote-expire-response): Ditto.
18987         * nndiary.el (nndiary-parse-schedule-value)
18988         (nndiary-string-to-number, nndiary-request-replace-article)
18989         (nndiary-request-article): Ditto.
18990         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18991         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18992         * nneething.el (nneething-make-head): Ditto.
18993         * nnfolder.el (nnfolder-request-article)
18994         (nnfolder-retrieve-headers): Ditto.
18995         * nnheader.el (nnheader-file-to-number): Ditto.
18996         * nnkiboze.el (nnkiboze-request-article): Ditto.
18997         * nnmail.el (nnmail-process-unix-mail-format)
18998         (nnmail-process-babyl-mail-format): Ditto.
18999         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19000         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19001         (nnmh-request-create-group, nnmh-request-list-1)
19002         (nnmh-request-group, nnmh-request-article): Ditto.
19003         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19004         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19005         * nnsoup.el (nnsoup-make-active): Ditto.
19006         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19007         * nntp.el (nntp-find-group-and-number)
19008         (nntp-retrieve-headers-with-xover): Ditto.
19009         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19010         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19011         (pgg-format-key-identifier): Ditto.
19012         * pop3.el (pop3-last, pop3-stat): Ditto.
19013         * qp.el (quoted-printable-decode-region): Ditto.
19014
19015         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19016         of concat.
19017
19018 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19019
19020         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19021
19022         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19023
19024         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19025
19026         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19027
19028         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19029
19030         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19031
19032         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19033         (gnus-carpal-mode): Ditto.
19034
19035         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19036         (gnus-browse-mode): Ditto.
19037
19038         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19039
19040         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19041
19042 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19043
19044         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19045
19046 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19047
19048         * gnus-util.el (gnus-run-mode-hooks): New function.
19049
19050         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19051
19052         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19053         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19054
19055 2005-05-27  Lute Kamstra  <lute@gnu.org>
19056
19057         * dns-mode.el (dns-mode): Specify customization group.
19058
19059 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19060
19061         * gnus-agent.el (gnus-agent-make-mode-line-string):
19062         Use mode-line-highlight as mouse-face.
19063
19064 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19065
19066         * canlock.el (canlock): Change the parent group to news.
19067
19068         * deuglify.el (gnus-outlook-deuglify): Add :group.
19069
19070         * dig.el (dig): Add :group.
19071
19072         * dns-mode.el (dns-mode): Add :group.
19073
19074         * encrypt.el (encrypt): Add :group.
19075
19076         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19077         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19078         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19079         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19080         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19081
19082         * gnus-diary.el (gnus-diary): Add :group.
19083
19084         * gnus.el (gnus-group-news-1-face): Add :group.
19085         (gnus-group-news-1-empty-face): Ditto.
19086         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19087         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19088         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19089         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19090         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19091         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19092         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19093         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19094         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19095         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19096         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19097         (gnus-summary-high-ticked-face): Ditto.
19098         (gnus-summary-low-ticked-face): Ditto.
19099         (gnus-summary-normal-ticked-face): Ditto.
19100         (gnus-summary-high-ancient-face): Ditto.
19101         (gnus-summary-low-ancient-face): Ditto.
19102         (gnus-summary-normal-ancient-face): Ditto.
19103         (gnus-summary-high-undownloaded-face): Ditto.
19104         (gnus-summary-low-undownloaded-face): Ditto.
19105         (gnus-summary-normal-undownloaded-face): Ditto.
19106         (gnus-summary-high-unread-face): Ditto.
19107         (gnus-summary-low-unread-face): Ditto.
19108         (gnus-summary-normal-unread-face): Ditto.
19109         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19110         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19111
19112         * hashcash.el (hashcash): New custom group.
19113         (hashcash-default-payment): Add :group.
19114         (hashcash-payment-alist): Ditto.
19115         (hashcash-default-accept-payment): Ditto.
19116         (hashcash-accept-resources): Ditto.
19117         (hashcash-path): Ditto.
19118         (hashcash-extra-generate-parameters): Ditto.
19119         (hashcash-double-spend-database): Ditto.
19120         (hashcash-in-news): Ditto.
19121
19122         * message.el (message-minibuffer-local-map): Add :group.
19123
19124         * netrc.el (netrc): Add :group.
19125
19126         * sieve-manage.el (sieve-manage-log): Add :group.
19127         (sieve-manage-default-user): Diito.
19128         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19129         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19130         (sieve-manage-authenticators): Ditto.
19131         (sieve-manage-authenticator-alist): Ditto.
19132         (sieve-manage-default-port): Ditto.
19133
19134         * sieve-mode.el (sieve-control-commands-face): Add :group.
19135         (sieve-action-commands-face): Ditto.
19136         (sieve-test-commands-face): Ditto.
19137         (sieve-tagged-arguments-face): Ditto.
19138
19139         * smime.el (smime): Add :group.
19140
19141         * spam-report.el (spam-report): Add :group.
19142
19143         * spam.el (spam, spam-face): Add :group.
19144
19145 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19146
19147         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19148         return \n.\n.\n at the end of articles.  Protect against that.
19149         (nntp-with-open-group): Allow debugging.
19150
19151         * nnheader.el (mail-header-set-extra): Make into a function
19152         because I just could't understand how to quote the list properly.
19153
19154         * dns.el (query-dns-cached): New function.
19155
19156 2005-05-26  Lute Kamstra  <lute@gnu.org>
19157
19158         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19159
19160 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19161
19162         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19163
19164         * gnus-art.el: Don't autoload mail-extract-address-components.
19165
19166         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19167         eval-and-compile to evaluate it.
19168
19169         * hashcash.el: Don't autoload executable-find.
19170
19171         * nndb.el: Don't declare the nndb back end two or more times; don't
19172         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19173
19174         * nntp.el: Autoload format-spec instead of format; use
19175         eval-and-compile to evaluate autoload forms.
19176
19177 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19178
19179         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19180
19181 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19182
19183         * gnus.el (gnus-version-number): Bump version.
19184
19185 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19186
19187         * gnus.el: No Gnus v0.3 is released.
19188
19189 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19190
19191         * lpath.el (featurep): Bind show-nonbreak-escape.
19192
19193 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * gnus-art.el (gnus-article-edit-part): Disable undo.
19196
19197 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19200         gnus-article-date-lapsed-new-header is t if date timer is active;
19201         skip headers in which the original date value is empty.
19202         (gnus-article-save-original-date): Redefine it as a macro.
19203         (gnus-display-mime): Use it.
19204
19205 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * gnus-art.el (article-date-ut): Support converting date in
19208         forwarded parts as well.
19209         (gnus-article-save-original-date): New function.
19210         (gnus-display-mime): Use it.
19211
19212 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19213
19214         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19215         enclosure element of <item>.
19216
19217 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19218
19219         * message.el (message-kill-buffer-query): Rename from
19220         `message-kill-buffer-query-if-modified'.  Add :version.
19221
19222 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19223
19224         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19225         window layout.
19226
19227 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19228
19229         * mml.el: Autoload dnd when compiling.
19230
19231 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19232
19233         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19234         x-dnd-*.
19235
19236 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19237
19238         * qp.el (quoted-printable-encode-region): Save excursion.
19239
19240 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19241
19242         * message.el (message-kill-buffer-query-if-modified): Add new variable
19243         so the user can kill a modified message buffer quickly.
19244         (message-kill-buffer): Use it.
19245
19246 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19247
19248         * lpath.el: Fbind display-time-event-handler; don't fbind
19249         string-to-multibyte.
19250
19251         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19252
19253 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19256         contained in text because xml.el decodes entities) with LFs.
19257
19258 2005-04-11  Lute Kamstra  <lute@gnu.org>
19259
19260         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19261         differently.
19262
19263 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19264
19265         * mm-util.el (mm-detect-coding-region): Typo.
19266
19267 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19270
19271 2005-04-06  Deepak Goel  <deego@gnufans.org>
19272
19273         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19274         user-function allow user modifications of the scores.
19275         (spam-stat-score-buffer-user): New function, to allow
19276         user-computed modifications to the score.
19277         (spam-stat-score-buffer-user-functions): List of additional
19278         scoring functions.
19279         (spam-stat-error-holder): Global temporary error holder.
19280         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19281         variable.
19282
19283 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19284
19285         * gnus-registry.el (gnus-registry-clean-empty-function)
19286         (gnus-registry-trim, gnus-registry-fetch-groups)
19287         (gnus-registry-delete-group): Groups that match
19288         `gnus-registry-ignored-groups' are removed from the registry
19289         entries, not just ignored for splitting.  This helps clean up the
19290         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19291         to get all the groups a message ID is in.
19292
19293         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19294         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19295         (spam-stat-score-buffer-user-functions): Add :number custom type.
19296
19297 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19298
19299         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19300         argument in XEmacs.
19301
19302         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19303         (nnrss-request-group): Decode group name first.
19304         (nnrss-request-article): Make a text/plain article if mml-to-mime
19305         failed.
19306         (nnrss-get-encoding): Return a compatible encoding according to
19307         nnrss-compatible-encoding-alist.
19308         (nnrss-find-el): Use consp instead of listp.
19309         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19310
19311 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19312
19313         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19314         which Emacs 20 doesn't support.
19315         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19316
19317 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19318
19319         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19320         silence the byte compiler inside the defun.
19321
19322         * gnus-demon.el (parse-time-string): Add autoload.
19323
19324         * gnus-delay.el (parse-time-string): Add autoload.
19325
19326         * gnus-art.el (parse-time-string): Add autoload.
19327
19328         * nnultimate.el (parse-time): Require for `parse-time-string'.
19329
19330 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19331
19332         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19333
19334         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19335
19336         * smime.el (smime-ldap-host-list): Add :version.
19337
19338 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19339
19340         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19341         pass it to `gnus-browse-read-group'.
19342         (gnus-browse-read-group): Add NUMBER argument and pass it to
19343         `gnus-group-read-ephemeral-group'.
19344
19345         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19346         argument and pass it to `gnus-group-read-group'.
19347
19348 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19349
19350         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19351         mm-xemacs-find-mime-charset-1 if we have the mule feature
19352         available at runtime.
19353
19354 2005-03-25  Werner Lemberg  <wl@gnu.org>
19355
19356         * nnmaildir.el: Replace `illegal' with `invalid'.
19357
19358 2005-03-23  Lute Kamstra  <lute@gnu.org>
19359
19360         * time-date.el: Add comment on time value formats.
19361         Don't require parse-time.
19362         (with-decoded-time-value): New macro.
19363         (encode-time-value): New function.
19364         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19365         (days-to-time): Return a valid time value when arg is huge.
19366         (time-since): Use time-subtract.
19367         (time-to-number-of-days): Use time-to-seconds.
19368
19369 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19370
19371         * gnus-start.el (gnus-display-time-event-handler):
19372         Check display-time-timer at runtime rather than only at load time
19373         in case display-time-mode is turned off in the mean time.
19374
19375 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19378         used.
19379
19380         * nneething.el (nneething-map-file-directory): Derive from
19381         `gnus-directory'.
19382
19383         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19384         the To/Cc button.
19385
19386 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19387
19388         * nnmaildir.el (nnmaildir-request-accept-article):
19389         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19390
19391 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19392
19393         * gnus-async.el: Require timer-funcs at compile time when in
19394         XEmacs for `run-with-idle-timer'.
19395
19396 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19397
19398         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19399         autoloaded function.
19400
19401 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19402
19403         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19404
19405 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19406
19407         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19408
19409 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19410
19411         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19412         Add gnus-expert-user to default.
19413
19414 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19415
19416         * nnimap.el (nnimap-open-server): Ditto.
19417
19418         * imap.el (imap-authenticate): Fix typo.
19419
19420 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19421
19422         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19423         buffer (since IMAP server might return FETCH response out of
19424         order, and the nntp buffer must be sorted).
19425
19426 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19427
19428         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19429         comparison on string.
19430
19431         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19432         (gnus-agent-score): Rename category keywords to match gnus-cus.
19433         (gnus-agent-summary-fetch-series): Modify to protect against
19434         gnus-agent-summary-fetch-group clearing processable flags.
19435         (gnus-agent-synchronize-group-flags): Update live group buffer as
19436         synchronization may occur due to the user toggle the plugged
19437         status.
19438         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19439         successfully downloaded.
19440         (gnus-agent-expire-group-1): Avoid using markers when the overview
19441         is in ascending order; greatly improves performance.
19442         (gnus-agent-regenerate-group):
19443         Use gnus-agent-synchronize-group-flags to reset read status in both
19444         gnus and server.
19445         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19446
19447 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19448
19449         * message.el: Don't autoload former message-utils variables.
19450         (message-strip-subject-trailing-was): Change doc string.
19451
19452         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19453         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19454         (nnweb-google-search): Add "hl=en" here.
19455         (nnweb-google-parse-1, nnweb-google-create-mapping):
19456         Don't hardcode URL.
19457
19458 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19459
19460         * message.el (message-get-reply-headers, message-followup):
19461         Mention related variables `message-use-followup-to' and
19462         `message-use-mail-followup-to', in the information buffer.
19463
19464         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19465         of broken groups(-beta).google.com.
19466
19467 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19468
19469         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19470         parameter to invoked gnus-request-move-article; remove the
19471         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19472         all at once instead of once per article.
19473         (gnus-summary-remove-process-mark): Accept a list of articles as
19474         well as a single article for processing.
19475
19476         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19477         parameter.
19478
19479         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19480
19481         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19482
19483         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19484         parameter.
19485
19486         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19487         parameter.
19488
19489         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19490         parameter and remove the gnus-sum-hint-move-is-internal variable.
19491
19492         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19493         parameter.
19494
19495         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19496         parameter.
19497
19498         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19499         parameter.
19500
19501         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19502
19503         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19504         parameter.
19505
19506         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19507         parameter.
19508
19509 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19510
19511         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19512         a more conservative way.
19513
19514 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19515
19516         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19517         buffer, so it moves the window's cursor.
19518
19519 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19520
19521         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19522         `mm-dissect-multipart' and receive the from field as an (optional)
19523         argument from `mm-dissect-multipart'.
19524         (mm-dissect-multipart): Receive the from field as an argument and
19525         pass it on when we call `mm-dissect-buffer' on MIME parts.
19526         Fixes verification/decryption of signed/encrypted MIME parts.
19527
19528 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19529
19530         * gnus-sum.el (gnus-summary-move-article):
19531         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19532         whatever it calls (right now, only nnimap-request-move article
19533         respects it).
19534
19535         * nnimap.el (nnimap-request-move-article):
19536         When gnus-sum-hint-move-is-internal is set, don't do the extra
19537         nnimap-request-article.
19538
19539 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19540
19541         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19542
19543         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19544         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19545
19546         * gnus-sum.el (gnus-summary-caesar-message):
19547         Apply `gnus-treat-article' after rotation.
19548
19549         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19550         doc string.
19551
19552 2005-02-22  Simon Josefsson  <jas@extundo.com>
19553
19554         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19555         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19556         <arne@arnested.dk>.
19557         (encrypt): Add password-cache and password-cache-expiry as group
19558         members.
19559
19560 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19561
19562         * smime.el (smime-ldap-host-list): Doc fix.
19563         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19564         cache) password.
19565         (smime-sign-region): Use it.
19566         (smime-decrypt-region): Use it.
19567         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19568         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19569         fails.
19570         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19571         certificate from DER to PEM format rather than calling openssl.
19572
19573         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19574
19575         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19576         for signing/encryption.
19577
19578         * mml.el (mml-parse-1): Use them.
19579
19580 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19581
19582         * nnrss.el (nnrss-verbose): Remove.
19583         (nnrss-request-group): Use `nnheader-message' instead.
19584
19585 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19586
19587         * nnrss.el (nnrss-verbose): New variable.
19588         (nnrss-request-group): Make it say nnrss is requesting a group.
19589
19590 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19591
19592         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19593         Handle news URL with given port correctly.
19594
19595 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19596
19597         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19598         containing special characters.
19599
19600         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19601
19602         * mml.el (mime-to-mml): Ditto.
19603
19604         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19605         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19606         (rfc2047-decode-region): Quote decoded words containing special
19607         characters when rfc2047-quote-decoded-words-containing-tspecials
19608         is non-nil.
19609
19610 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19611
19612         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19613
19614         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19615
19616 2005-02-15  Simon Josefsson  <jas@extundo.com>
19617
19618         * nnimap.el (nnimap-debug): Doc fix.
19619
19620         * imap.el (imap-debug): Doc fix.
19621
19622 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19623
19624         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19625
19626 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19627
19628         * gnus.el (spam-contents): Improve docs for spam-contents
19629         parameter in its variable incarnation.
19630
19631 2005-02-14  Simon Josefsson  <jas@extundo.com>
19632
19633         * smime-ldap.el: Use require instead of load-library for ldap.
19634         (smime-ldap-search): Indent.
19635         (smime-ldap-search-internal): Shorten line.
19636
19637         * smime.el (smime-cert-by-dns): Add doc-string.
19638         (smime-cert-by-ldap-1): Indent.
19639
19640         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19641         mml-smime-get-dns-ldap.
19642         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19643
19644 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19645
19646         * smime.el: Require smime-ldap.
19647         (smime-ldap-host-list): New variable.
19648         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19649
19650         * mml-smime.el (mml-smime-encrypt-query): New function.
19651         (mml-smime-encrypt-query): Use it.
19652
19653         * smime-ldap.el: New file.
19654
19655 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19656
19657         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19658
19659 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19660
19661         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19662         argument in doc string.  Make query for type more clear.
19663
19664 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19665
19666         * gnus.el (gnus-group-startup-message): Search for gnus images in
19667         etc/images/gnus.
19668         * mm-util.el (mm-image-load-path): Likewise.
19669         * smiley.el (smiley-data-directory): Search for smilies in
19670         etc/images/smilies.
19671
19672 2005-02-09  Kim F. Storm  <storm@cua.dk>
19673
19674         Change Emacs release version from 21.4 to 22.1 throughout.
19675         Change Emacs development version from 21.3.50 to 22.0.50.
19676
19677 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19678
19679         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19680
19681         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19682         non-Mule XEmacs as well.
19683         (mm-decompress-buffer): Signal an error intentionally if it does
19684         not decompress compressed data because auto-compression-mode is
19685         disabled.
19686
19687 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19688
19689         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19690         an ID in the registry even if it has no groups.
19691
19692 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19693
19694         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19695         merge it into mm-decompress-buffer.
19696         (gnus-mime-copy-part): Use the MIME part charset, the value which
19697         a user specified or gnus-newsgroup-charset for decoding, like
19698         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19699         save-buffer what was used.  Suggested by Kevin Ryde
19700         <user42@zip.com.au>.
19701         (gnus-mime-inline-part): Allow the name parameter as well as the
19702         filename parameter; force decompressing of compressed data; always
19703         display contents being not decoded as unibyte.
19704
19705         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19706         as well as the filename parameter.
19707
19708         * mm-util.el (mm-decompress-buffer):
19709         Merge gnus-mime-jka-compr-maybe-uncompress.
19710         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19711         of compressed data.
19712
19713 2005-02-08  Simon Josefsson  <jas@extundo.com>
19714
19715         * imap.el (imap-log): Doc fix.
19716
19717 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19718
19719         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19720         the coding cookies; decompress compressed parts.
19721
19722         * mml.el (mml-generate-mime-1): Add the charset parameter according
19723         to the value which a user specified manually or the coding cookie.
19724
19725         * mm-util.el (mm-string-to-multibyte): New function.
19726         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19727         (mm-coding-system-to-mime-charset): New function.
19728         (mm-decompress-buffer): New function.
19729         (mm-find-buffer-file-coding-system): New function.
19730
19731         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19732         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19733         parts.
19734
19735 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19736
19737         * mm-view.el (mm-display-inline-fontify): Decode a part according
19738         to the charset parameter.
19739
19740 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19741
19742         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19743         prefix arg is neither nil nor a number, as info specifies.
19744
19745 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19746
19747         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19748         timestamps.
19749
19750 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19751
19752         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19753         groups error checking and notify user.
19754
19755 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19756
19757         * message.el (message-send-mail-function): Check existence of
19758         sendmail-program first before using default value
19759         `message-send-mail-with-sendmail'.  Otherwise use more generic
19760         `smtpmail-send-it'.
19761
19762 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19763
19764         * nntp.el (nntp-request-update-info): Always return nil.
19765
19766 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19767
19768         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19769
19770 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19771
19772         * message.el (message-beginning-of-line): Change the behavior when
19773         invoked between BOL and : so that it first moves backward.
19774
19775 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19778         article buffer when editing of the article is discarded.
19779         (gnus-article-prepare): Revert.
19780
19781 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19782
19783         * gnus-art.el (gnus-article-prepare):
19784         Remove message-strip-forbidden-properties from the local hook.
19785
19786 2005-01-27  Simon Josefsson  <jas@extundo.com>
19787
19788         * password.el (password-cache-add): Only start one timer per key.
19789         Reported by Derek Atkins <warlord@MIT.EDU>.
19790
19791 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19792
19793         * run-at-time.el: Remove.  It is no longer needed as
19794         timer-funcs.el in the xemacs-base package has a working version of
19795         `run-at-time'.
19796
19797         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
19798
19799         * password.el: Require timer-funcs instead of run-at-time in
19800         XEmacs.
19801         Remove `password-run-at-time' macro.
19802         (password-cache-add): Use `run-at-time' instead of
19803         `password-run-at-time'.
19804
19805         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
19806         Remove `nnheader-cancel-function-timers' alias,
19807         `cancel-function-timers' exists in XEmacs in timer-funcs.
19808
19809         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19810         for `run-with-idle-timer'.
19811
19812         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19813         for `run-at-time'.
19814
19815         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19816         for `with-timeout'.
19817
19818         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
19819         the same as for XEmacs 21.4.
19820         No need to ignore `run-with-idle-timer', this function exists in
19821         XEmacs now in timer-funcs.el in the xemacs-base package.
19822         (dgnushack-compile): No need to delete
19823         run-at-time.el from the list of files to compile because it
19824         doesn't exist anymore.
19825
19826 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19827
19828         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19829         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19830
19831 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19832
19833         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19834         sensitively.
19835
19836 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19837
19838         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19839
19840 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19841
19842         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19843         which will be inserted according to the multibyteness of a buffer
19844         rather than the type of contents.  Suggested by ARISAWA Akihiro
19845         <ari@mbf.ocn.ne.jp>.
19846
19847         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19848         of string which old xml.el may return rather than a string.
19849
19850 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19851
19852         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19853
19854 2005-01-16  Simon Josefsson  <jas@extundo.com>
19855
19856         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19857         idn/idna.el isn't available.
19858         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19859         <michael@waxrat.com>.
19860
19861         * hashcash.el: Remove non-FSF copyright header.
19862
19863         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19864         (hashcash-generate-payment): Use it.
19865         (hashcash-generate-payment-async): Use it.
19866
19867 2005-01-15  Simon Josefsson  <jas@extundo.com>
19868
19869         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19870         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19871
19872         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19873         gnus-summary-idna-message.
19874         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19875         (gnus-summary-idna-message): New function.
19876
19877 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19878
19879         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19880         gnus-novice-user.
19881
19882 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19883
19884         * nnrss.el (nnrss-request-delete-group): Delete entries in
19885         nnrss-group-alist as well.
19886         (nnrss-save-server-data): Insert newline.
19887
19888 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19889
19890         * gnus.el (gnus-user-agent): Use list of symbols instead of
19891         symbols.  Display full version number for (S)XEmacs.
19892         Optionally display (S)XEmacs codename.
19893
19894         * gnus-util.el (gnus-emacs-version): Update for new
19895         `gnus-user-agent'.
19896
19897         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19898         Gnus version.
19899
19900 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19901
19902         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19903         which is unreadable in some setups.
19904
19905 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19906
19907         * gnus-spec.el (gnus-update-format-specifications): Flush the
19908         group format spec cache if it doesn't support decoded group names.
19909
19910 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19911
19912         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19913         Allow to apply decay on score files matching a regexp.
19914
19915 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19918         compatibility in %g and %c.
19919
19920 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19921
19922         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19923         name for only %g and %c.
19924         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19925         of gnus-tmp-group to decoded group name.
19926         (gnus-group-make-rss-group): Exclude `/'s from group names.
19927
19928 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * nnrss.el (nnrss-get-encoding): Fix regexp.
19931
19932 2004-12-27  Simon Josefsson  <jas@extundo.com>
19933
19934         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19935         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19936         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19937
19938 2004-12-17  Kim F. Storm  <storm@cua.dk>
19939
19940         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19941
19942         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19943
19944 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19945
19946         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19947
19948 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19949
19950         * nnrss.el: Require rfc2047 and mml.
19951         (nnrss-file-coding-system): New variable.
19952         (nnrss-format-string): Redefine it as an inline function.
19953         (nnrss-decode-group-name): New function.
19954         (nnrss-string-as-multibyte): Remove.
19955         (nnrss-retrieve-headers): Decode group name; don't use
19956         nnrss-format-string.
19957         (nnrss-request-group): Decode group name.
19958         (nnrss-request-article): Decode group name; allow a Message-ID as
19959         well as an article number; don't use nnrss-format-string; encode a
19960         Message-ID string which may contain non-ASCII characters; use
19961         mml-to-mime to compose a MIME article.
19962         (nnrss-request-expire-articles): Decode group name.
19963         (nnrss-request-delete-group): Decode group name.
19964         (nnrss-fetch): Clarify error message.
19965         (nnrss-read-server-data): Use insert-file-contents instead of load;
19966         bind file-name-coding-system; use multibyte buffer.
19967         (nnrss-save-server-data): Bind coding-system-for-write to the
19968         value of nnrss-file-coding-system; bind file-name-coding-system;
19969         add coding cookie.
19970         (nnrss-read-group-data): Use insert-file-contents instead of load;
19971         bind file-name-coding-system; use multibyte buffer.
19972         (nnrss-save-group-data): Bind coding-system-for-write to the
19973         value of nnrss-file-coding-system; bind file-name-coding-system.
19974         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19975         make it work with non-ASCII text.
19976         (nnrss-find-el): Make it work with old xml.el as well.
19977
19978 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19979
19980         * nnrss.el (nnrss-get-encoding): New function.
19981         (nnrss-fetch): Use unibyte buffer initially; bind
19982         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19983         decode contents according to the encoding attribute.
19984         (nnrss-save-group-data): Add coding cookie.
19985         (nnrss-mime-encode-string): New function.
19986         (nnrss-check-group): Use it to encode subject and author.
19987
19988 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19989
19990         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19991         imaginary variable.
19992
19993 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19994
19995         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19996         correctly even if there are wide characters.
19997
19998 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19999
20000         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20001         downcased symbol names; make a new cache instead of reusing
20002         bbdb-hashtable.
20003
20004 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20005
20006         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20007         concatenating segments rather than before concatenating them.
20008         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20009
20010         * message.el (message-get-reply-headers): Bind `extra'.
20011
20012 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20013
20014         * message.el (message-extra-wide-headers): New variable.
20015         (message-get-reply-headers): Use it.
20016
20017 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20020         (gnus-agent-group-pathname): Ditto.
20021
20022         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20023
20024         * gnus-group.el (gnus-group-make-group): Decode group name.
20025         (gnus-group-make-rss-group): Register the group data after opening
20026         the nnrss group.
20027
20028 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20029
20030         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20031         by expiry now get marked as read.
20032
20033 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20034
20035         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20036
20037 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20038
20039         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20040         unify Latin characters in XEmacs.
20041         (mm-find-mime-charset-region): Use it.
20042
20043 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20044
20045         * gnus-util.el (gnus-delete-directory): New function.
20046
20047         * gnus-agent.el (gnus-agent-delete-group): Use it.
20048
20049         * gnus-cache.el (gnus-cache-delete-group): Use it.
20050
20051 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20052
20053         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20054         names.
20055
20056 2004-12-16  Simon Josefsson  <jas@extundo.com>
20057
20058         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20059
20060 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20061
20062         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20063
20064         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20065         (gnus-group-set-current-level): Decode group name.
20066
20067 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20068
20069         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20070         failed.
20071
20072 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20073
20074         * gnus-group.el (gnus-group-delete-group): Decode group name.
20075         (gnus-group-make-rss-group): Encode group name.
20076         (gnus-group-catchup-current): Decode group name.
20077         (gnus-group-kill-group): Decode group name.
20078
20079 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20080
20081         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20082
20083 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20084
20085         * gnus-group.el (gnus-group-make-rss-group):
20086         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20087
20088         * gnus-start.el (gnus-setup-news): Honor user's setting to
20089         gnus-message-archive-method.  Suggested by Lute Kamstra
20090         <lute@gnu.org>.
20091
20092 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20093
20094         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20095         global counterparts of the buffer-local variables.
20096
20097 2004-11-16  Romain Francoise  <romain@orebokech.com>
20098
20099         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20100         counterparts of the buffer-local variables.
20101
20102 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20103
20104         * message.el (message-forbidden-properties): Fix typo in doc
20105         string.
20106
20107 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20108
20109         * gnus-util.el (gnus-replace-in-string): Add doc string.
20110
20111         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20112         to avoid problems when splitting mails with many recipients.
20113
20114 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20115
20116         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20117         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20118
20119 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20120
20121         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20122         if there is no hashtable in memory or file modification time is
20123         newer than cached timestamp.
20124
20125 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20126
20127         * gnus-sum.el (gnus-summary-limit-to-recipient):
20128         Implement not-matching option.
20129
20130 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20131
20132         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20133         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20134         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20135         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20136         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20137         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20138
20139 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * message.el (message-forward-make-body-mml): Remove headers
20142         according to message-forward-ignored-headers if a message is decoded.
20143
20144 2004-12-02  Romain Francoise  <romain@orebokech.com>
20145
20146         * message.el (message-forward-make-body-plain): Always remove
20147         headers according to message-forward-ignored-headers.
20148
20149 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20150
20151         * spam.el (spam-summary-prepare-exit): Remove the
20152         gnus-summary-limit pop for now, it has problems with ham marks for
20153         me.
20154
20155 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20156
20157         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20158         correctly.
20159
20160 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20161
20162         * format-spec.el (format-spec): Message the char.
20163
20164 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20165
20166         * gnus-art.el (gnus-split-methods): Reformat comments.
20167
20168         * spam.el (spam-summary-prepare-exit): Remove article limits
20169         before exiting the summary buffer.
20170
20171 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20172
20173         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20174         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20175
20176         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20177         order to silence the byte compiler.
20178
20179         * spam.el: Fix the way to silence the byte compiler, which
20180         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20181         bbdb-search-simple, spam-BBDB-register-routine,
20182         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20183         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20184         spam-stat-buffer-is-spam, spam-stat-load,
20185         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20186         spam-stat-save and spam-stat-split-fancy.
20187
20188 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20189
20190         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20191         which may confuse users.
20192         (canlock-password-for-verify): Ditto.
20193
20194         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20195
20196         * gnus-art.el (gnus-emphasis-alist): Ditto.
20197
20198         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20199
20200         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20201
20202         * gnus-start.el (gnus-save-killed-list): Ditto.
20203
20204         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20205         (gnus-sum-thread-tree-root): Ditto.
20206         (gnus-sum-thread-tree-false-root): Ditto.
20207         (gnus-sum-thread-tree-single-indent): Ditto.
20208
20209         * message.el (message-courtesy-message): Ditto.
20210         (message-archive-note): Ditto.
20211         (message-subscribed-address-file): Ditto.
20212         (message-user-fqdn): Ditto.
20213
20214         * spam-report.el (spam-report-gmane-regex): Ditto.
20215
20216         * spam.el (spam-blackhole-good-server-regex): Ditto.
20217
20218 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20219
20220         * mml.el (mml-preview): Widen the message buffer before copying
20221         the contents to the preview buffer; sort headers before previewing.
20222
20223         * message.el (message-hidden-headers): Fix the way to avoid a bug
20224         in the `repeat' widget in Emacs 21.3 or earlier.
20225
20226 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20227
20228         * message.el (message-hidden-headers): Default to "^References:".
20229         Improve customization type.  Suggested by Reiner Steib
20230         <Reiner.Steib@gmx.de>.
20231
20232 2004-11-25  Romain Francoise  <romain@orebokech.com>
20233
20234         * message.el (message-strip-forbidden-properties): Remove check for
20235         obsolete `message-hidden' text property, hidden headers are not
20236         accessible in the buffer anymore.
20237
20238 2004-11-22  Romain Francoise  <romain@orebokech.com>
20239
20240         * message.el (message-header-format-alist): Add `From' in list
20241         so that it can be sorted.
20242         (message-fix-before-sending): Widen and sort headers before
20243         sending.
20244         (message-hide-headers): Use narrowing to hide headers by moving
20245         them to the top of the buffer and narrowing to the region
20246         underneath.
20247
20248 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20249
20250         * message.el (message-strip-forbidden-properties):
20251         Bind buffer-read-only (etc) to nil.
20252
20253 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20254
20255         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20256         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20257
20258 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20259
20260         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20261
20262 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20263
20264         * dns.el (query-dns): Use sit-for to time instead of
20265         accept-process-output, since that doesn't seem to work on udp
20266         sockets.
20267
20268 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20269
20270         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20271
20272 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20273
20274         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20275         doc string.  Improve doc string.
20276
20277 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20278
20279         * nntp.el (nntp-request-update-info): Return nil if
20280         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20281         may not call gnus-activate-group which uselessly issues the GROUP
20282         commands for all nntp groups and wastes time.  Reported by Romain
20283         Francoise <romain@orebokech.com>.
20284
20285         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20286
20287 2004-11-15  Simon Josefsson  <jas@extundo.com>
20288
20289         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20290         headers separately.
20291         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20292         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20293
20294 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20295
20296         * gnus-start.el (gnus-convert-old-newsrc):
20297         Assign legacy-gnus-agent to 5.10.7.
20298
20299 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20300
20301         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20302         start of the lines.
20303
20304 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20305
20306         * hashcash.el (hashcash-default-payment): Change default to 20.
20307         (hashcash-default-accept-payment): Change default to 20.
20308         (hashcash-process-alist): New variable.
20309         (hashcash-generate-payment-async): Add.
20310         (hashcash-already-paid-p): Add.
20311         (hashcash-insert-payment): Don't generate payments twice.
20312         (hashcash-insert-payment-async): Add.
20313         (hashcash-insert-payment-async-2): Add.
20314         (hashcash-cancel-async): Add.
20315         (hashcash-wait-async): Add.
20316         (hashcash-processes-running-p): Add.
20317         (hashcash-wait-or-cancel): Add.
20318         (mail-add-payment): New optional argument.  Conditionally start
20319         asynchronous calculation.
20320         (mail-add-payment-async): Add.
20321
20322         * message.el (message-send-mail): Wait for asynchronous hashcash
20323         results.  Don't clobber existing X-Hashcash headers.
20324         (message-setup-1): Call mail-add-payment-async when
20325         message-generate-hashcash is non-nil.
20326
20327 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20328
20329         * message.el (message-use-alternative-email-as-from): Examine the
20330         From header as well; use message-make-from in order to include a
20331         user's full name.
20332
20333 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20334
20335         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20336         default; improve customization type.
20337         (gnus-emphasis-custom-with-format): New macro.
20338         (gnus-emphasis-custom-value-to-external): New function.
20339         (gnus-emphasis-custom-value-to-internal): New function.
20340
20341 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20342
20343         * dns.el (query-dns): Resolve reverse addresses.
20344
20345 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20346
20347         * gnus-group.el (gnus-group-get-new-news): Use it.
20348
20349         * gnus-start.el (gnus-check-reasonable-setup): New function.
20350
20351 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20354         "Args out of range" error.  Reported by Arnaud Giersch
20355         <arnaud.giersch@free.fr>.
20356
20357 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20358
20359         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20360
20361 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20362
20363         * spam.el (spam group): Add :version.
20364
20365         * pgg-def.el (pgg group): Add :version.
20366
20367 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20368
20369         * gnus-art.el (gnus-article-edit-article): Don't associate the
20370         article buffer with a draft file.  This is a temporary measure
20371         against the 2004-08-22 change to gnus-article-edit-mode.
20372
20373 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20374
20375         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20376         (html2text-format-tags): Remove unused variable `attr'.
20377
20378 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20379
20380         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20381
20382         * tls.el (tls-process-connection-type, tls-success)
20383         (tls-certtool-program): Add :version.
20384
20385         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20386         (starttls-extra-arguments, starttls-process-connection-type)
20387         (starttls-connect, starttls-failure, starttls-success): Add :version.
20388
20389         * spam-stat.el (spam-stat): Add :version.
20390
20391         * sieve.el (sieve): Add :version.
20392
20393         * sha1.el (sha1): Add :version.
20394         (sha1-use-external): Remove redundant version.
20395
20396         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20397         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20398         (nnmail-split-fancy-match-partial-words)
20399         (nnmail-split-lowercase-expanded): Add :version.
20400
20401         * nndiary.el (nndiary): Add :version.
20402
20403         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20404
20405         * mml-sec.el (mml-default-sign-method)
20406         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20407         Add :version.
20408
20409         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20410
20411         * mm-url.el (mm-url-use-external, mm-url-program)
20412         (mm-url-arguments): Add :version.
20413
20414         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20415         (mm-attachment-file-modes, mm-decrypt-option)
20416         (mm-w3m-safe-url-regexp): Add :version.
20417
20418         * message.el (message-cite-prefix-regexp)
20419         (message-sendmail-envelope-from, message-minibuffer-local-map)
20420         (message-user-fqdn, message-completion-alist): Add :version.
20421
20422         * gnus-win.el (gnus-configure-windows-hook)
20423         (gnus-use-frames-on-any-display): Add :version.
20424
20425         * gnus-art.el (gnus-article-address-banner-alist)
20426         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20427         (gnus-treat-from-picon, gnus-treat-mail-picon)
20428         (gnus-treat-x-pgp-sig): Add :version.
20429
20430         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20431         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20432         (gnus-summary-article-delete-hook)
20433         (gnus-summary-display-while-building): Add :version.
20434
20435         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20436         (gnus-get-top-new-news-hook): Add :version.
20437
20438         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20439         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20440
20441         * gnus-registry.el (gnus-registry): Add :version.
20442
20443         * gnus-spec.el (gnus-use-correct-string-widths)
20444         (gnus-make-format-preserve-properties): Add :version.
20445
20446         * gnus.el (gnus-group-charter-alist)
20447         (gnus-group-fetch-control-use-browse-url)
20448         (gnus-install-group-spam-parameters): Add :version.
20449
20450         * gnus-diary.el (gnus-diary): Add :version.
20451
20452         * gnus-delay.el (gnus-delay): Add :version.
20453
20454         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20455         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20456         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20457         Add :version.
20458
20459         * gnus-agent.el (gnus-agent-max-fetch-size)
20460         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20461         (gnus-agent-prompt-send-queue): Add :version.
20462
20463         * deuglify.el (gnus-outlook-deuglify): Add :version.
20464
20465         * html2text.el: Beautify code.  Improve doc strings.
20466         Some checkdoc cleanup.
20467         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20468
20469 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20470
20471         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20472
20473 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20474
20475         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20476         when package is loaded.
20477
20478         * spam.el (spam-summary-score-preferred-header): Add global preference
20479         for people who want to override the default SpamAssassin over
20480         Bogofilter preference (when both are set).
20481         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20482         (spam-user-format-function-S):
20483         Check spam-summary-score-preferred-header.
20484         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20485         (spam-user-format-function-S): Format the score correctly.
20486
20487 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20488
20489         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20490         signature file.  Suggested by Manoj Srivastava
20491         <srivasta@golden-gryphon.com>.
20492
20493         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20494         iso-2022-jp even in the Japanese language environment.
20495         Suggested by Jason Rumney <jasonr@gnu.org>.
20496
20497 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20498
20499         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20500         use the same characters as the dummy marks; make it free from
20501         getting affected by the language environment.
20502         (gnus-summary-read-group-1): Update mark positions only when the
20503         format spec is updated.
20504
20505         * gnus-spec.el (gnus-update-format-specifications): Return a list
20506         of updated types.
20507
20508 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20509
20510         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20511         of boundp to check if display-warning is available.
20512
20513 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20514
20515         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20516
20517 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20518
20519         * nnspool.el (nnspool-spool-directory): Use news-path if the
20520         news-directory variable is not bound.
20521
20522         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20523         function instead of display-warning if it is not available.
20524
20525 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20526
20527         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20528         v5-10: Use `point-at-bol'.
20529
20530 2004-10-26  Simon Josefsson  <jas@extundo.com>
20531
20532         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20533         <chenggao@gmail.com>.
20534
20535 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20536
20537         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20538         instead.
20539
20540 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20541
20542         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20543         to remove a server from the nnimap-server-buffer-alist.
20544         (nnimap-open-connection, nnimap-close-server): Use it.
20545
20546         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20547
20548 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20549
20550         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20551         running the major-mode function.
20552
20553 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20554
20555         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20556         dummy marks in the right way.
20557
20558 2004-10-18  David Edmondson  <dme@dme.org>
20559
20560         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20561         excessively.
20562
20563 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20564
20565         * gnus-util.el (gnus-split-references): Accept a nil references
20566         string and go on blissfully.
20567
20568         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20569         cases where the references string is non-nil but has no references.
20570
20571         * encrypt.el: Add autoload tags.
20572
20573         * spam.el (spam-resolve-registrations-routine): Remove article
20574         from unregistration list too.  Reported by David Hanak
20575         <dhanak@isis.vanderbilt.edu>
20576
20577 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20578
20579         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20580         nil.  Change custom type.
20581
20582 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20583
20584         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20585
20586         * gnus-sum.el (gnus-summary-move-article): Use it.
20587
20588 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20589
20590         * encrypt.el: Add autoload cookies.
20591
20592         * spam.el (spam-backend-article-list-property)
20593         (spam-backend-get-article-todo-list)
20594         (spam-backend-put-article-todo-list)
20595         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20596         Resolve registrations separately.
20597         (spam-register-routine): Format comments.
20598         (spam-unregister-routine, spam-register-routine): Always call with
20599         specific-articles, no default list.
20600         (spam-summary-prepare-exit): Use the spam-classifications function.
20601
20602         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20603         gnus-encrypt.el.
20604
20605         * encrypt.el: Copied from gnus-encrypt.el.
20606
20607         * gnus-encrypt.el: Commented that it's obsolete.
20608
20609 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20610
20611         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20612         (gnus-score-save): Use it.
20613
20614         * message.el (message-bury): Use `window-dedicated-p'.
20615
20616 2004-10-15  Simon Josefsson  <jas@extundo.com>
20617
20618         * pop3.el (top-level): Don't require nnheader.
20619         (pop3-read-timeout): Add.
20620         (pop3-accept-process-output): Add.
20621         (pop3-read-response, pop3-retr): Use it.
20622
20623 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20624
20625         * spam.el (spam-register-routine): Move comment.
20626         (spam-verify-bogofilter): Use 'unknown for the initial
20627         spam-bogofilter-valid state, not 'never.
20628
20629         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20630         for netrc-machine.
20631
20632         * nnimap.el (nnimap-open-connection):
20633         Use netrc-machine-user-or-password.
20634
20635 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20636
20637         * gnus-registry.el (gnus-registry-unload-hook):
20638         Set as a variable with add-hook.
20639
20640         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20641         of news-path.
20642
20643         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20644
20645         * spam.el: Delete duplicate `provide'.
20646         (spam-unload-hook): Set as a variable with add-hook.
20647
20648 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20649
20650         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20651         in the doc string.
20652
20653         * message.el (message-ignored-news-headers)
20654         (message-ignored-supersedes-headers)
20655         (message-ignored-resent-headers)
20656         (message-forward-ignored-headers): Improve custom type.
20657
20658 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20659
20660         * message.el (message-tokenize-header): Fix 2004-09-06 change
20661         which used point-min in the wrong place.
20662
20663 2004-10-12  Simon Josefsson  <jas@extundo.com>
20664
20665         * tls.el (tls-certtool-program): New variable.
20666         (tls-certificate-information): New function, based on
20667         ssl-certificate-information.
20668
20669 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20670
20671         * compface.el: Move the version of ELisp-based uncompface program
20672         to the contrib directory because of the copyright problem.
20673
20674 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20675
20676         * message.el (message-kill-buffer): Raise the current frame.
20677
20678 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20679
20680         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20681
20682         * gnus.el (message-y-or-n-p): Autoload.
20683
20684         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20685         (pop3-password-required, pop3-authentication-scheme)
20686         (pop3-leave-mail-on-server): Make customizable.
20687         (pop3): New custom group.
20688         (pop3-retr): Remove `sleep-for' statements.
20689         Suggested by Dave Love <fx@gnu.org>.
20690
20691         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20692         Windows/DOS.
20693
20694         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20695         (imap-parse-body): Fix incorrect use of `assert'.
20696         Suggested by Dave Love <fx@gnu.org>.
20697
20698         * mml.el (mml-minibuffer-read-disposition): Require match.
20699         Suggested by Dave Love <fx@gnu.org>.
20700
20701 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20702
20703         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20704         doc string.
20705
20706 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20707
20708         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20709
20710 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20711
20712         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20713         instead of calling `mm-insert-inline', to decode text/* parts
20714         before displaying them.
20715
20716 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20717
20718         * mm-uu.el (mm-uu-text-plain-type): New variable.
20719         (mm-uu-pgp-signed-extract-1): Use it.
20720         (mm-uu-pgp-encrypted-extract-1): Use it.
20721         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20722         bind mm-uu-text-plain-type with that value.
20723         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20724         mm-uu-dissect.
20725
20726 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * gnus-group.el (gnus-update-group-mark-positions):
20729         * gnus-sum.el (gnus-update-summary-mark-positions):
20730         * message.el (message-check-news-body-syntax):
20731         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20732         of string-as-multibyte.
20733
20734 2004-10-05  Juri Linkov  <juri@jurta.org>
20735
20736         * gnus-group.el (gnus-update-group-mark-positions):
20737         * gnus-sum.el (gnus-update-summary-mark-positions):
20738         * message.el (message-check-news-body-syntax):
20739         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20740         8-bit unibyte values to a multibyte string for search functions.
20741
20742 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20743
20744         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20745         (mm-uu-dissect-text-parts): New function.
20746
20747         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20748         dissect text parts.
20749
20750         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20751         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20752
20753         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20754
20755         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20756         Use gnus-current-topics instead of gnus-current-topic.
20757
20758 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20759
20760         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20761
20762 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20763
20764         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20765         where appropriate.
20766
20767         * nnml.el (nnml-generate-active-info): do.
20768
20769         * nndiary.el (nndiary-generate-active-info): do.
20770
20771         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20772         (gnus-topic-move): do.
20773
20774         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20775         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20776
20777         * gnus-srvr.el (gnus-server-prepare)
20778         (gnus-server-open-all-servers): do.
20779
20780         * gnus-msg.el (gnus-summary-cancel-article)
20781         (gnus-summary-resend-message)
20782         (gnus-summary-mail-crosspost-complaint): do.
20783
20784         * gnus-move.el (gnus-change-server): do.
20785
20786         * gnus-group.el (gnus-group-unmark-all-groups)
20787         (gnus-group-set-current-level): do.
20788
20789 2004-10-04  Simon Josefsson  <jas@extundo.com>
20790
20791         * message.el (message-generate-hashcash): Doc fix.
20792
20793 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20794
20795         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20796         avoid infinite recursion via gnus-get-function.
20797
20798 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20799
20800         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20801
20802         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20803
20804         * nnmail.el (nnmail-split-history): do.
20805
20806         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20807         (nnml-request-delete-group): do.
20808
20809         * nnslashdot.el (nnslashdot-read-groups): do.
20810
20811         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20812         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20813
20814         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20815         (nnspool-sift-nov-with-sed): Use last.
20816         (nnspool-retrieve-headers-with-nov): Use mapc.
20817         (nnspool-request-newgroups): Use dolist.
20818         (nnspool-request-group): Use last.
20819
20820         * nntp.el (nntp-read-server-type): Use dolist.
20821
20822         * nnvirtual.el (nnvirtual-create-mapping)
20823         (nnvirtual-update-read-and-marked): Use dolist.
20824         (nnvirtual-convert-headers): Simplify.
20825
20826 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20827
20828         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20829         Add support for sync'ing tick marks.
20830
20831 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20832
20833         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20834         there's no visible header.
20835
20836 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20837
20838         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20839         When necessary, pass full group name to gnus-request-set-marks.
20840
20841 2004-10-01  Simon Josefsson  <jas@extundo.com>
20842
20843         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20844         acroread.
20845
20846 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20847
20848         * spam-report.el (spam-report-gmane): Fix interactive.
20849
20850         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20851
20852         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20853         when writing file.
20854         (gnus-agent-synchronize-flags): Don't default to being
20855         interactive.
20856
20857 2004-09-30  Simon Josefsson  <jas@extundo.com>
20858
20859         * message.el (message-generate-hashcash): Add.
20860         (message-send-mail): Use it, call mail-add-payment.
20861
20862 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20863
20864         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20865
20866 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20867
20868         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20869         gnus-requst-update-info with explicit code to sync the in-memory
20870         info read flags with the marks being sync'd to the backend.
20871
20872         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20873
20874 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20875
20876         * spam.el (spam-verify-bogofilter): Add new function.
20877         (spam-check-bogofilter)
20878         (spam-bogofilter-register-with-bogofilter): Use it.
20879         (spam-verify-bogofilter): Add small fixes.
20880
20881 2004-09-28  Simon Josefsson  <jas@extundo.com>
20882
20883         * hashcash.el (hashcash-generate-payment): Revert.
20884
20885 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20886
20887         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20888         Use gnus-extract-references instead of gnus-split-references.
20889
20890         * gnus-util.el (gnus-extract-references): Add new function, analogous
20891         to gnus-split-references but extracts only the message-ID without
20892         anything extra.
20893
20894         * hashcash.el (hashcash-generate-payment)
20895         (hashcash-check-payment): Do the right thing if hashcash-path is
20896         nil (because the hashcash program could not be found).
20897
20898         * spam.el (spam-use-hashcash): Remove comment.
20899
20900 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20901
20902         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20903         (gnus-cache-enter-article, gnus-cache-remove-article)
20904         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20905
20906         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20907
20908         * gnus-art.el (article-hide-boring-headers)
20909         (article-translate-strings, article-display-face)
20910         (gnus-article-mime-match-handle-first)
20911         (gnus-article-highlight-headers)
20912         (gnus-article-add-buttons-to-head): do.
20913
20914 2004-09-27  Simon Josefsson  <jas@extundo.com>
20915
20916         * hashcash.el: New version, from
20917         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20918         ../contrib/.
20919
20920 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20921
20922         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20923
20924 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20925
20926         * gnus-dup.el (gnus-dup-open): Use mapc.
20927         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20928
20929         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20930         Reported by Stefan Wiens <s.wi@gmx.net>.
20931
20932         * gnus.el (gnus-shutdown): Use dolist.
20933
20934         * gnus-undo.el (gnus-undo): Use mapc.
20935
20936         * nnrss.el (nnrss-generate-active): do.
20937
20938         * message.el (message-cite-original-without-signature)
20939         (message-cite-original): Use mapc.
20940         (message-do-actions, message-make-forward-subject): Use dolist.
20941
20942 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20943
20944         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20945         deletion to remove entire duplicate line.  Fixes merged article
20946         number bug.
20947
20948 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20949
20950         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20951         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20952         first ask if you want to open a server and then, even when you
20953         responded with no, asking if you want to synchronize the server's
20954         flags.
20955         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20956         multi-line expressions.
20957         (gnus-agent-synchronize-group-flags): New internal function.
20958         Updates marks in memory (in the info structure) AND in the
20959         backend.
20960
20961         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20962
20963         * nnagent.el (nnagent-request-set-mark):
20964         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20965         method, to ensure that synchronization updates marks in the
20966         backend and in the info (in memory) structure.
20967
20968 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20969
20970         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20971         convention fully; don't miss the root article of a thread; make
20972         the X-Draft-From header with correct article numbers.
20973
20974 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20975
20976         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20977         unless plugged.  Disable the agent so that an open failure causes
20978         an error.
20979
20980         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20981         Revert 2004-09-21 change.  The backend must be opened while
20982         synchronizing flags even when the backend stores the flags
20983         locally.
20984
20985 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20986
20987         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20988         in `header' match.  Reported by Svend Tollak Munkejord.
20989
20990         * message.el (message-cite-original): Fix use of
20991         `message-cite-articles-with-x-no-archive'.
20992
20993 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20994
20995         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20996         (gnus-window-to-buffer): Ditto.
20997
20998         * mml.el (mml-preview-buffer): New variable.
20999         (mml-preview): Manage window layout with gnus-buffer-configuration.
21000
21001         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21002         X-Draft-From header even if those articles aren't quoted.
21003
21004 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21005
21006         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21007         (gnus-request-set-mark, gnus-request-update-mark): Use new
21008         g-s-t-u-l-m to decide to use backend even when unplugged.
21009
21010 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21011
21012         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21013         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21014
21015 2004-09-20  Simon Josefsson  <jas@extundo.com>
21016
21017         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21018         "utf-16-le".
21019
21020 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21021
21022         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21023
21024 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21025
21026         * uudecode.el (uudecode-use-external): Add :version.
21027
21028         * smime.el (smime-CA-file, smime-encrypt-cipher)
21029         (smime-dns-server): Add :version.
21030
21031         * smiley.el (gnus-smiley-file-types): Add :version.
21032
21033         * sha1.el (sha1-use-external): Add :version.
21034
21035         * pgg-def.el (pgg-query-keyserver): Add :version.
21036
21037         * nnmail.el (nnmail-fancy-expiry-targets)
21038         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21039         Add :version.
21040
21041         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21042         (nnimap-retrieve-groups-asynchronous): Add :version.
21043         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21044
21045         * mml.el (mml-content-disposition-parameters)
21046         (mml-insert-mime-headers-always): Add :version.
21047
21048         * mm-util.el (mm-coding-system-priorities): Add :version.
21049
21050         * mm-decode.el (mm-inline-text-html-with-images)
21051         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21052         (mm-verify-option): Add :version.
21053         (mm-text-html-renderer): Change :version.
21054
21055         * message.el (message-fcc-externalize-attachments)
21056         (message-required-headers, message-draft-headers)
21057         (message-subject-trailing-was-query)
21058         (message-subject-trailing-was-ask-regexp)
21059         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21060         (message-mark-insert-end, message-archive-header)
21061         (message-archive-note, message-cross-post-default)
21062         (message-cross-post-note, message-followup-to-note)
21063         (message-cross-post-note-function, message-use-mail-followup-to)
21064         (message-subscribed-address-functions)
21065         (message-subscribed-address-file, message-subscribed-addresses)
21066         (message-subscribed-regexps, message-allow-no-recipients)
21067         (message-yank-cited-prefix, message-signature-insert-empty-line)
21068         (message-hidden-headers, message-hierarchical-addresses)
21069         (message-mail-user-agent, message-use-idna)
21070         (message-valid-fqdn-regexp)
21071         (message-strip-special-text-properties, message-header-synonyms)
21072         (message-beginning-of-line, message-tab-body-function): Add :version.
21073         (message-insert-canlock, message-wide-reply-confirm-recipients):
21074         Change :version.
21075
21076         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21077         and :version.
21078         (mail-source-delete-old-incoming-confirm)
21079         (mail-source-movemail-program): Add :version.
21080
21081         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21082         (gnus-agent-cache, gnus-agent): Change :version.
21083
21084         * gnus-util.el (gnus-use-byte-compile): Change :version.
21085
21086         * gnus-sum.el (gnus-summary-make-false-root-always)
21087         (gnus-summary-default-high-score)
21088         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21089         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21090         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21091         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21092         (gnus-sum-thread-tree-single-indent)
21093         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21094         (gnus-sum-thread-tree-leaf-with-other)
21095         (gnus-sum-thread-tree-single-leaf): Add :version.
21096         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21097         (gnus-article-loose-mime): Change :version.
21098
21099         * gnus-start.el (gnus-backup-startup-file)
21100         (gnus-save-startup-file-via-temp-buffer): Add :version.
21101
21102         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21103         (gnus-server-offline-face): Add :version.
21104
21105         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21106
21107         * gnus-msg.el (gnus-gcc-externalize-attachments)
21108         (gnus-debug-files, gnus-debug-exclude-variables)
21109         (gnus-discouraged-post-methods): Change :version.
21110         (gnus-confirm-mail-reply-to-news)
21111         (gnus-confirm-treat-mail-like-news): Add :version.
21112
21113         * gnus-int.el (gnus-server-unopen-status): Add :version.
21114
21115         * gnus-group.el (gnus-group-jump-to-group-prompt)
21116         (gnus-large-ephemeral-newsgroup)
21117         (gnus-fetch-old-ephemeral-headers): Add :version.
21118
21119         * gnus-fun.el (gnus-x-face-directory)
21120         (gnus-convert-pbm-to-x-face-command)
21121         (gnus-convert-image-to-x-face-command)
21122         (gnus-convert-image-to-face-command): Add :version.
21123
21124         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21125
21126         * gnus-cite.el (gnus-cite-blank-line-after-header)
21127         (gnus-article-boring-faces): Add :version.
21128
21129         * gnus-art.el (gnus-buttonized-mime-types)
21130         (gnus-inhibit-mime-unbuttonizing)
21131         (gnus-treat-display-face)
21132         (gnus-treat-body-boundary): Change :version.
21133         (gnus-body-boundary-delimiter, gnus-picon-databases)
21134         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21135         (gnus-treat-date-english, gnus-treat-fold-headers)
21136         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21137         (gnus-treat-mail-picon, gnus-treat-wash-html)
21138         (gnus-article-encrypt-protocol)
21139         (gnus-use-idna, gnus-article-over-scroll)
21140         (gnus-mime-display-multipart-alternative-as-mixed)
21141         (gnus-mime-display-multipart-related-as-mixed)
21142         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21143         (gnus-ctan-url, gnus-button-ctan-handler)
21144         (gnus-button-handle-ctan-bogus-regexp)
21145         (gnus-button-ctan-directory-regexp)
21146         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21147         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21148         (gnus-button-man-level, gnus-button-emacs-level)
21149         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21150
21151         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21152         (gnus-agent-go-online): Change :version.
21153         (gnus-agent-expire-unagentized-dirs)
21154         (gnus-agent-auto-agentize-methods): Add :version.
21155
21156         * flow-fill.el (fill-flowed-display-column)
21157         (fill-flowed-encode-column): Add :version.
21158
21159         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21160         (gnus-outlook-deuglify-unwrap-max)
21161         (gnus-outlook-deuglify-cite-marks)
21162         (gnus-outlook-deuglify-unwrap-stop-chars)
21163         (gnus-outlook-deuglify-no-wrap-chars)
21164         (gnus-outlook-deuglify-attrib-cut-regexp)
21165         (gnus-outlook-deuglify-attrib-verb-regexp)
21166         (gnus-outlook-deuglify-attrib-end-regexp)
21167         (gnus-outlook-display-hook): Add :version.
21168
21169         * binhex.el (binhex-use-external): Add :version.
21170
21171 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21172
21173         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21174         and `invisible'.
21175
21176 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21177
21178         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21179         in gnus-registry-trim.
21180
21181 2004-09-13  Simon Josefsson  <jas@extundo.com>
21182
21183         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21184
21185         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21186
21187         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21188         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21189         <yamaoka@jpl.org>.
21190         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21191         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21192         <yamaoka@jpl.org>.
21193
21194         * sieve.el (sieve-manage-mode): Ditto.
21195
21196 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21197
21198         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21199
21200 2004-09-11  Simon Josefsson  <jas@extundo.com>
21201
21202         * dns-mode.el: Add.
21203
21204         * mm-view.el (mm-display-dns-inline): Add.
21205
21206         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21207         (mm-automatic-display): Ditto.
21208
21209         * mailcap.el (mailcap-mime-data): Add text/dns.
21210         (mailcap-mime-extensions): Map .soa to text/dns.
21211
21212 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21213
21214         * gnus-art.el (article-decode-mime-words, article-babel)
21215         (gnus-article-highlight-signature, gnus-article-add-buttons)
21216         (gnus-signature-toggle): Remove unnecessary bindings of
21217         `inhibit-read-only' inherited from v5.10 merge.
21218
21219 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21220
21221         * nntp.el (nntp): New customization group.
21222         (nntp-authinfo-file): Add customization group.
21223
21224         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21225
21226         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21227
21228         * gnus.el (to-address, to-list, subscribed)
21229         (large-newsgroup-initial): Ditto.
21230
21231         * flow-fill.el (fill-flowed-display-column)
21232         (fill-flowed-encode-column): Ditto.
21233
21234 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21235
21236         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21237         Use point-min rather than 1.
21238         (message-send-mail): Use buffer-size rather than point-max.
21239
21240         * gnus-sum.el (gnus-summary-search-article-forward):
21241         Signal a specific `search-failed' rather than a generic `error'.
21242
21243         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21244         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21245         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21246
21247 2004-09-10  Simon Josefsson  <jas@extundo.com>
21248
21249         * nndb.el (require): Remove tcp and duplicate cl.
21250
21251 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21252
21253         * gnus-agent.el (directory-files-and-attributes): Move forward.
21254
21255 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21256
21257         * gnus-agent.el (directory-files-and-attributes):
21258         Optionally defined to support XEmacs.
21259
21260 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21261
21262         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21263         to avoid run-time CL dependencies.
21264         (gnus-agent-unfetch-articles): New function.
21265         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21266         article numbers even when local .overview file is missing.
21267         (gnus-agent-read-article-number): New function.  Only accepts
21268         27-bit article numbers.
21269         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21270         Use gnus-agent-read-article-number.
21271         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21272         from backend while recognizing that article numbers in .overview
21273         must be valid.
21274         (gnus-agent-update-files-total-fetched-for):
21275         Use directory-files-and-attributes to improve performance.
21276         * gnus-int.el (gnus-request-move-article):
21277         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21278         improve performance.
21279
21280         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21281         some users confused by references to .newsrc when they only have a
21282         .newsrc.eld file.
21283         (gnus-convert-mark-converter-prompt)
21284         (gnus-convert-converter-needs-prompt): Fix use of property list.
21285         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21286         New function.  Used internally to only display 'gnus converting
21287         files' message when actually necessary.
21288
21289         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21290         methods now autoloaded.
21291
21292 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21293
21294         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21295         identifiers.
21296
21297 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21298
21299         * gnus-picon.el: Fix indentation and closing parenthesis.
21300
21301 2004-09-01  Simon Josefsson  <jas@extundo.com>
21302
21303         * message.el (message-canlock-generate): Require sha1, not
21304         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21305         to require within a function.  Sadly, if sha1.el isn't loaded, the
21306         let binding in m-c-g will hide the defcustom definition, which is
21307         bad.)
21308
21309         * canlock.el: Require sha1, not sha1-el.
21310
21311         * message.el: Don't autoload sha1 (there is a autoload cookie in
21312         sha1.el).
21313
21314         * sha1-el.el: Rename to sha1.el.
21315
21316 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21317
21318         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21319
21320 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21321
21322         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21323
21324 2004-08-30  Kim F. Storm  <storm@cua.dk>
21325
21326         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21327
21328         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21329         Add :group 'nnimap.
21330
21331 2004-08-30  Andreas Schwab  <schwab@suse.de>
21332
21333         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21334         ?* and ?\;.
21335
21336         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21337         and ?\' to symbol instead of whitespace.
21338
21339 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21340
21341         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21342
21343         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21344         instead of re-search-forward.
21345
21346         * gnus-uu.el (gnus-uu-save-article): Ditto.
21347         (gnus-uu-post-encode-uuencode): Ditto.
21348
21349         * html2text.el (html2text-clean-list-items): Ditto.
21350         (html2text-clean-dtdd): Ditto.
21351         (html2text-format-tags): Ditto.
21352
21353         * message.el (message-send-mail-with-sendmail): Fix regexp.
21354         (message-fill-field-general): Use search-forward instead of
21355         re-search-forward.
21356         (unbold-region): Ditto.
21357
21358         * nnrss.el (nnrss-request-article): Ditto.
21359
21360         * nnslashdot.el (nnslashdot-request-article): Ditto.
21361
21362         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21363
21364         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21365         "Unrecognized menu descriptor" error in XEmacs.
21366
21367 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21368
21369         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21370         parent article of a sparse article in the thread hashtb.
21371
21372 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21373
21374         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21375         (nnmail-expand-newtext): Lowercase expanded entries if
21376         nnmail-split-lowercase-expanded is non-nil.
21377
21378 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21379
21380         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21381
21382         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21383         of gnus-tmp-news-method into string under XEmacs.  It will be
21384         passed to gnus-correct-length which takes only a string argument.
21385
21386 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * gnus-util.el (gnus-bind-print-variables): New macro.
21389         (gnus-prin1): Use it.
21390         (gnus-prin1-to-string): Use it.
21391         (gnus-pp): New function.
21392         (gnus-pp-to-string): New function.
21393
21394         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21395         Replace pp-to-string with gnus-pp-to-string.
21396         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21397         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21398         * gnus-msg.el (gnus-debug): Ditto.
21399         * gnus-score.el (gnus-score-save): Ditto.
21400         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21401         gnus-pp-to-string.
21402         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21403         with gnus-pp.
21404         * score-mode.el (gnus-score-pretty-print): Ditto.
21405         * webmail.el (webmail-debug): Ditto.
21406
21407 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21408
21409         * gnus-art.el (article-display-face, article-display-x-face):
21410         Use buffer-read-only.
21411
21412 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21413
21414         * gnus-art.el (article-hide-list-identifiers):
21415         Bind inhibit-read-only as t.
21416
21417 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21418
21419         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21420
21421 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21422
21423         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21424         (gnus-narrow-to-page): Don't assume point-min == 1.
21425         (gnus-article-edit-mode): Derive from message-mode.
21426
21427         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21428         point-min == 1.
21429
21430         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21431         Disable incorrect use of `assert'.
21432
21433         * message.el (message-mode): Set comment-start-skip.
21434
21435
21436 2004-08-22  Sam Steingold  <sds@gnu.org>
21437
21438         * pop3.el (pop3-leave-mail-on-server): New user variable.
21439         (pop3-movemail): Delete mail only when it is nil.
21440
21441 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21442
21443         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21444
21445         * mml.el (mml-preview): Use `pop-to-buffer'.
21446
21447         * message.el (message-goto-mail-followup-to): Insert after "To".
21448         (message-carefully-insert-headers): Add comment.
21449
21450         * gnus.el: Remove unused variable `gnus-article-check-size'.
21451
21452         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21453
21454         * gnus-art.el (gnus-button-alist):
21455         Improve `gnus-button-handle-library' entry.
21456
21457 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21458
21459         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21460         Use downcase, since XEmacs capitalizes error messages differently.
21461
21462 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21463
21464         * nntp.el: Add (require 'gnus) due to reference to
21465         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21466
21467 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21468
21469         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21470         Bind `mm-fill-flowed'.
21471
21472         * mm-decode.el (mm-dissect-singlepart): Check it.
21473
21474 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21475
21476         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21477         'imap' for netrc parsing.
21478
21479 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21480
21481         * mailcap.el (mailcap-mime-data): Mark as risky.
21482
21483 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21484
21485         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21486         may be included in the encoded word.
21487         (rfc2047-encode): Don't append a space if the encoded word
21488         includes close parenthesis.
21489
21490 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21491
21492         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21493         of text within parentheses.
21494
21495 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21496
21497         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21498         (gnus-encrypt-write-file-contents): Make the password key the file
21499         name PLUS the cipher, not just the cipher.  Also remove failed
21500         passwords from the cache.
21501
21502 2004-08-06  Simon Josefsson  <jas@extundo.com>
21503
21504         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21505         Doc fix.
21506
21507 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21508
21509         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21510         LWSP.
21511
21512 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21513
21514         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21515         Try to append in-reply-to: data to the references: header.
21516
21517         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21518         (netrc-parse): Use gnus-encrypt.el functions.
21519
21520         * gnus-encrypt.el: Add new file for encryption support; currently
21521         does only a few GPG ciphers and an internal XOR cipher.
21522
21523         * password.el: Add comments on using password-read-and-add.
21524         (password-read-and-add): Add function to read and add the
21525         password to the cache at once.
21526
21527 2004-07-28  Simon Josefsson  <jas@extundo.com>
21528
21529         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21530         parameter (but don't use it, for now).
21531
21532         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21533         instead of hard coding to nil.
21534
21535 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21536
21537         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21538         as mm-inline-image-xemacs does.
21539
21540 2004-07-26  Simon Josefsson  <jas@extundo.com>
21541
21542         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21543         Revert part of 2004-07-17 change below.
21544
21545 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21546
21547         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21548         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21549
21550 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21551
21552         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21553         quotes that actually start with ">" at the beginning of the
21554         lines.
21555
21556 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21557
21558         * rfc2047.el (rfc2047-encode-region): Fix last change.
21559         (rfc2047-encode-parameter): Remove useless concat.
21560
21561 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21562
21563         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21564         encode special characters; fix some kind of misconfigured headers;
21565         signal a real error if debug-on-quit or debug-on-error is non-nil.
21566         (rfc2047-encode-max-chars): New variable.
21567         (rfc2047-encode-1): Use it.
21568         (rfc2047-encode-parameter): New function.
21569
21570         * mml.el (mml-insert-parameter): Remove an excessive space.
21571
21572 2004-07-17  Simon Josefsson  <jas@extundo.com>
21573
21574         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21575         Kai Grossjohann <kai@emptydomain.de>.
21576         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21577         (gnus-group-make-menu-bar): Ditto.
21578
21579         * gnus-util.el (gnus-group-server): Add.
21580
21581 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21582
21583         * message.el (message-clone-locals): Clone sendmail and smtp
21584         variables.
21585
21586 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21587
21588         * rfc2047.el (rfc2047-encode-region): Fix last change.
21589
21590 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21591
21592         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21593         characters as non-special.
21594
21595 2004-07-09  Simon Josefsson  <jas@extundo.com>
21596
21597         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21598         Users will lose all flag changes made while unplugged with
21599         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21600         good default.  See numerous reports on ding mailing list.
21601
21602 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21603
21604         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21605         add generate-head-function and generate-article-function to the
21606         rfc822-forward entry.
21607         (nndoc-rfc822-forward-generate-article): New function.
21608         (nndoc-rfc822-forward-generate-head): New function.
21609
21610         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21611
21612 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21613
21614         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21615         respect display group parameter and gnus-summary-expunge-below.
21616         (gnus-articles-to-read): Remove unused reference to display group
21617         parameter.
21618
21619 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21620
21621         * nnheader.el (nnheader-uniquify-message-id): New experimental
21622         variable.
21623         (nnheader-nov-read-message-id): Use it.
21624
21625         * spam-report.el (spam-report-gmane): Add interactive.
21626
21627 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21628
21629         * mm-encode.el (mm-content-transfer-encoding-defaults):
21630         Use qp-or-base64 for the application/* types.
21631
21632 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21633
21634         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21635
21636 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21637
21638         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21639         trim value.
21640
21641 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21642
21643         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21644         New macro and function.
21645         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21646
21647 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21648
21649         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21650         after-load-alist.
21651
21652 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21653
21654         * gnus-group.el (gnus-group-get-new-news-this-group):
21655         Don't update info that isn't there.
21656
21657 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21658
21659         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21660         entry.
21661
21662 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21663
21664         * mm-view.el (mm-inline-render-with-function): Use multibyte
21665         buffer; decode html source by charset.
21666
21667         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21668
21669         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21670         Mule-UCS is loaded under XEmacs.
21671         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21672
21673 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21674
21675         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21676
21677 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21678
21679         * mm-util.el (mm-coding-system-p): Return a coding-system.
21680         (mm-mime-mule-charset-alist): Use shift_jis instead of
21681         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21682         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21683         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21684         instead of japanese-shift-jis and iso-latin-1 respectively in
21685         order to share the default value with both Emacs and XEmacs-mule.
21686         (mm-mule-charset-to-mime-charset):
21687         Make mm-coding-system-priorities effective.
21688         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21689         while predicating of candidates upon the priorities.
21690
21691 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21692
21693         * gnus-sum.el (gnus-summary-make-menu-bar):
21694         Add gnus-uu-invert-processable.
21695
21696         * gnus.el: Autoload gnus-uu-invert-processable.
21697
21698 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21699
21700         * mm-util.el (mm-with-multibyte-buffer): New macro.
21701
21702         * rfc2047.el (rfc2047-encode-string): Use it.
21703         (rfc2047-encode-region): Move point to the end of the region after
21704         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21705
21706 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21707
21708         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21709         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21710
21711 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21712
21713         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21714         (gnus-cite-parse): Ignore quoted envelope From_.
21715         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21716
21717 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21718
21719         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21720         invalid addresses.
21721
21722 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21723
21724         * spam.el: Change section markers, revise TODO list.
21725         (spam-backends): Make new master list of all installed backends.
21726         (spam-summary-exit-behavior): Add new variable to determine how
21727         messages moves are done at summary exit.
21728         (spam-move-spam-nonspam-groups-only)
21729         (spam-process-ham-in-nonham-groups)
21730         (spam-process-ham-in-spam-groups): Remove variables, the
21731         spam-summary-exit-behavior variable should be used to manage this
21732         behavior.
21733         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21734         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21735         and spam-old-spam-articles.
21736         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21737         Add empty variables, placeholders for the backends they represent.
21738         (spam-set-difference): Move, unchanged.
21739         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21740         unless the user has a processor variable.
21741         (spam-classifications, spam-classification-valid-p)
21742         (spam-backend-properties, spam-backend-property-valid-p)
21743         (spam-backend-function-type-valid-p)
21744         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21745         (spam-report-articles-gmane, spam-report-articles-resend):
21746         Remove functions, they are not needed.
21747         (spam-install-backend-super, spam-backend-list)
21748         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21749         (spam-backend-function, spam-backend-ham-registration-function)
21750         (spam-backend-spam-registration-function)
21751         (spam-backend-ham-unregistration-function)
21752         (spam-backend-spam-unregistration-function)
21753         (spam-backend-statistical-p, spam-backend-mover-p)
21754         (spam-install-backend-alias, spam-install-checkonly-backend)
21755         (spam-install-mover-backend, spam-install-nocheck-backend)
21756         (spam-install-backend, spam-install-statistical-backend)
21757         (spam-install-statistical-checkonly-backend): Add backend installation
21758         support.
21759         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21760         (spam-group-processor-p): Use the new backend code and respect the
21761         summary exit behavior.
21762         (spam-mark-spam-as-expired-and-move-routine): Remove.
21763         (spam-summary-prepare): Change to use the new spam-old-articles
21764         variable.
21765         (spam-copy-or-move-routine, spam-copy-spam-routine)
21766         (spam-move-spam-routine, spam-copy-ham-routine)
21767         (spam-move-ham-routine): Add code to copy/move ham or spam.
21768         (spam-fetch-field-fast): Improve doc and code, plus allow the
21769         'number request.
21770         (spam-list-of-checks, spam-list-of-statistical-checks):
21771         Remove variables.
21772         (spam-split, spam-find-spam): Use the new backend code.
21773         (spam-registration-functions): Remove variable.
21774         (spam-unregister-routine): Add convenience wrapper.
21775         (spam-log-undo-registration, spam-register-routine)
21776         (spam-log-processing-to-registry)
21777         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21778         where possible.
21779         (spam-check-gmane-xref, spam-check-regex-headers)
21780         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21781         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21782         (spam-check-bogofilter-headers, spam-check-spamoracle)
21783         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21784         (spam-check-crm114-headers): Use the spam-split-group that
21785         spam-split prepares, no need to determine it every time.
21786
21787         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21788         to the nnheader-parse-naked-head call.
21789
21790         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21791
21792         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21793         the nnheader-nov-read-message-id call.
21794
21795 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21796
21797         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21798         gnus-activate-group twice.  Suggested by Markus Peter
21799         <warp@spin.de>.
21800
21801 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21802
21803         * gnus-art.el (gnus-article-time-format): Exchange the order of
21804         day and month in the default value; fix customization type.
21805         (article-date-ut): Use add-text-properties.
21806         (article-make-date-line): Use message-make-date instead of
21807         current-time-string.
21808
21809         * message.el (message-fetch-field): Don't use set-text-properties.
21810         (message-make-date): Simplify.
21811
21812         * messagexmas.el (message-xmas-make-date): New function.
21813         (message-xmas-redefine): Defalias message-make-date to it.
21814
21815 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21816
21817         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21818         (rfc2047-encode-region): Treat text within parentheses as special;
21819         show the original text when error has occurred.
21820
21821         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21822         already-computed method to gnus-activate-group.
21823
21824         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21825         same select-methods identical Lisp objects.
21826
21827         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21828         object when modifying the info.
21829
21830 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21831
21832         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21833         gnus-opened-servers since it has never been opened with the new
21834         configuration yet.
21835
21836 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21837
21838         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21839         arg to nnheader-generate-fake-message-id.
21840
21841 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21842
21843         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21844         number and build a fake message ID localized to a group and
21845         article number (so it's repeatable from that point on).
21846         (nnheader-fake-message-id-p): Change regex to accomodate new fake
21847         ID format.
21848
21849         * gnus-sum.el (gnus-get-newsgroup-headers):
21850         Call nnheader-generate-fake-message-id with the article number.
21851
21852 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21853
21854         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21855         end-of-buffer.
21856
21857 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21858
21859         * message.el (message-ignored-supersedes-headers): Add Approved.
21860
21861 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21862
21863         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21864         goto-char.
21865         (rfc2047-encode): Fold the line before encoding.
21866
21867 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21868
21869         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21870         folding -- not all headers can be folded, and this should be done
21871         by the message composition mode.  Probably.  I think.
21872
21873 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21874
21875         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21876         fast.
21877
21878         * gnus-ems.el (gnus-remove-image): Don't use
21879         message-text-with-property; remove only the image found first.
21880
21881         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
21882         found first.
21883
21884 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21885
21886         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21887
21888 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21889
21890         * message.el (message-text-with-property): Make it fast and accept
21891         optional arguments.
21892         (message-strip-forbidden-properties): Use it.
21893         (message-fix-before-sending): Follow the m-t-w-p change.
21894
21895         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21896
21897 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21898
21899         * gnus-art.el (article-hide-headers): Don't change the buffer
21900         mistakenly when performing mml-preview even if
21901         gnus-single-article-buffer is nil.
21902
21903 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21904
21905         * message.el (message-expand-name-databases): New user option.
21906         (message-expand-name): Use it.
21907
21908 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21909
21910         * spam.el (spam-report-articles-resend)
21911         (spam-report-resend-register-routine): Allow ham reporting.
21912         (spam-report-resend-register-ham-routine): Add wrapper.
21913         (spam-registration-functions): Add ham resending functions.
21914         (spam-list-of-processors): Add ham resend processor.
21915
21916         * gnus.el (ham-resend-to): Add new group parameter.
21917         (spam-process): Add ham resend option.
21918
21919         * spam-report.el (spam-report-resend): Allow reporting ham.
21920         (spam-report-resend-ham): Add wrapper.
21921
21922 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21923
21924         * message.el (message-cite-articles-with-x-no-archive):
21925         New variable.
21926         (message-cite-original): Use it.
21927
21928 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21929
21930         * message.el (message-cite-original): Respect X-No-Archive.
21931
21932 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21933
21934         * gnus-art.el (article-hide-headers): Refer to the values for
21935         gnus-ignored-headers and gnus-visible-headers in the summary
21936         buffer since a user may have set them as group parameters.
21937
21938 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21939
21940         * assistant.el (assistant-node-name): Add convenience function.
21941         (assistant-render-text, assistant-render-node): Add error handling,
21942         plus handle multiple next nodes.
21943         (assistant-find-next-node): Comment out for now.
21944         (assistant-find-next-nodes): Add function, returns list of next
21945         nodes.
21946
21947 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21948
21949         * mail-source.el (mail-source-directory): Fix doc-string.
21950
21951 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21952
21953         * assistant.el (assistant-render-text, assistant-eval): Add :set
21954         widget type, which is different because it takes and returns a
21955         list.  Much hilarity ensues.
21956
21957 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21958
21959         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21960
21961         * gnus-group.el (gnus-group-get-new-news-this-group):
21962         Add doc-string.
21963
21964         * gnus-start.el (gnus-activate-group): Add doc-string.
21965
21966 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21967
21968         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21969
21970 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21971
21972         * assistant.el (assistant-render-text): Try to add a :set
21973         widget, more to come.
21974
21975         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21976         strings.
21977         (spam-report-articles-resend)
21978         (spam-register-routine): Do registration iff any articles warrant
21979         it.
21980         (spam-summary-prepare-exit): Change log message for nil group
21981         destinations.
21982
21983 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21984
21985         * spam.el (spam-report-resend-register-routine):
21986         Allow spam-report-resend-to to be a group parameter or a global value.
21987
21988 2004-05-26  Simon Josefsson  <jas@extundo.com>
21989
21990         * starttls.el: Merge with my GNUTLS based starttls.el.
21991         (starttls-gnutls-program, starttls-use-gnutls)
21992         (starttls-extra-arguments, starttls-process-connection-type)
21993         (starttls-connect, starttls-failure, starttls-success):
21994         New variables.
21995         (starttls-program, starttls-extra-args): Doc fix.
21996         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21997         New functions.
21998         (starttls-negotiate, starttls-open-stream):
21999         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22000         function if it is set.
22001
22002 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22003
22004         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22005         structured fields.
22006
22007 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22010
22011 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22012
22013         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22014         Add variable.
22015         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22016         assigning the spam-mark to new messages.
22017
22018 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22019
22020         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22021
22022 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22023
22024         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22025
22026         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22027         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22028         default.
22029
22030 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22031
22032         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22033         correct data.
22034
22035 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22036
22037         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22038         (spam-group-processor-p): Fix function.
22039         (spam-group-processor-multiple-p)
22040         (spam-group-spam-processor-report-gmane-p)
22041         (spam-group-spam-processor-report-resend-p)
22042         (spam-group-spam-processor-bogofilter-p)
22043         (spam-group-spam-processor-blacklist-p)
22044         (spam-group-spam-processor-ifile-p)
22045         (spam-group-ham-processor-ifile-p)
22046         (spam-group-spam-processor-spamoracle-p)
22047         (spam-group-spam-processor-crm114-p)
22048         (spam-group-ham-processor-bogofilter-p)
22049         (spam-group-spam-processor-stat-p)
22050         (spam-group-ham-processor-stat-p)
22051         (spam-group-ham-processor-whitelist-p)
22052         (spam-group-ham-processor-BBDB-p)
22053         (spam-group-ham-processor-spamoracle-p)
22054         (spam-group-ham-processor-copy-p): Remove functions with some
22055         prejudice against unneeded code.
22056         (spam-report-articles-resend)
22057         (spam-report-resend-register-routine): Allow the group/topic
22058         spam-resend-to value to override spam-report-resend-to.
22059         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22060         properly now.
22061
22062         * gnus.el (spam-resend-to): Add group/topic parameter.
22063         (spam-process): Move the OBSOLETE processors to the end of the
22064         choices.
22065
22066 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22067
22068         * spam-report.el (spam-report-resend-to, spam-report-resend):
22069         Start with resend-to set to nil, and then ask the user if necessary.
22070         (spam-report-resend): spam-report-resend takes a list of articles, not
22071         separate article numbers.
22072
22073 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22074
22075         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22076         addition to emacs-w3m.
22077
22078 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22079
22080         * assistant.el (assistant-authinfo-data): New function.
22081         (assistant-eval): Eval for entire assistant.
22082
22083         * netrc.el (netrc-services-file): New variable.
22084         (netrc-parse-services): New function.
22085         (netrc-find-service-name): New function.
22086         (netrc-find-service-number): New function.
22087         (netrc-port-equal): New function.
22088         (netrc-machine): Use it.
22089
22090         * nnimap.el (nnimap-open-connection): Use netrc.
22091
22092         * gnus-util.el (gnus-netrc-get): Remove aliases.
22093
22094         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22095
22096         * assistant.el (wid-edit): Fix compilation.
22097
22098         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22099
22100 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22101
22102         * gnus-util.el (gnus-set-file-modes): New function.  (small
22103         patch).
22104
22105 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22106
22107         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22108
22109         * assistant.el (assistant-render-node): Fix up rendering and
22110         read-only text.
22111         (assistant-render-node): Reset.
22112         (assistant-make-read-only): Not sticky.
22113
22114 2004-05-20  Danny Siu  <dsiu@adobe.com>
22115
22116         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
22117         centered even when gnus-auto-center-summary is t.
22118
22119 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22120
22121         * dns.el (dns-get-txt-answer): New function.
22122         (dns-read-txt): Ditto.
22123         (query-dns): Use it.
22124
22125 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22126
22127         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22128         active for foreign groups even if the group level is higher than
22129         the specified value.
22130
22131 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22132
22133         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22134         non-active groups.
22135
22136         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22137
22138 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22139
22140         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22141
22142 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22143
22144         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22145         (spam-crm114-header, spam-crm114-spam-switch)
22146         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22147         (spam-crm114-positive-spam-header)
22148         (spam-crm114-database-directory, spam-list-of-processors)
22149         (spam-group-spam-processor-crm114-p)
22150         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22151         (spam-generic-score, spam-list-of-checks)
22152         (spam-list-of-statistical-checks, spam-registration-functions)
22153         (spam-check-crm114-headers, spam-crm114-score)
22154         (spam-check-crm114, spam-crm114-register-with-crm114)
22155         (spam-crm114-register-spam-routine)
22156         (spam-crm114-unregister-spam-routine)
22157         (spam-crm114-register-ham-routine)
22158         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22159
22160 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22161
22162         * gnus.el: Add spam-use-crm114.
22163
22164         * spam.el (spam-list-of-processors, spam-registration-functions):
22165         Add spam-use-resend.
22166         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22167         (spam-report-articles-gmane): Add doc fix.
22168         (spam-report-articles-resend, spam-report-resend-register-routine):
22169         Add wrappers around spam-report-resend-to.
22170
22171         * spam-report.el (spam-report-resend-to, spam-report-resend):
22172         Add support for resending spam.
22173         (spam-report-gmane): Fix line length >80.
22174
22175         * gnus.el (spam-process): Add spam-use-resend.
22176
22177 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22178
22179         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22180         number of processed spam messages.
22181         (spam-ham-copy-or-move-routine): Return the number of processed
22182         ham messages.
22183         (spam-summary-prepare-exit): Use the above values to decide
22184         whether status messages shouled be displayed.
22185
22186 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22187
22188         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22189         `rfc2047-encoding-function-alist' in order to avoid conflicting
22190         with the old version.
22191         (rfc2047-encode-region): Concatenate words containing non-ASCII
22192         characters in structured fields; don't encode space-delimited
22193         ASCII words even in unstructured fields; don't break words at
22194         char-category boundaries.
22195         (rfc2047-encode-1): New function.
22196         (rfc2047-encode): Use it; encode text so that it occupies the
22197         maximum width within 76-column; work correctly on Q encoding for
22198         iso-2022-* charsets.
22199         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22200         sure not to break a line just after the header name.
22201         (rfc2047-b-encode-region): Remove.
22202         (rfc2047-b-encode-string): New function.
22203         (rfc2047-q-encode-region): Remove.
22204         (rfc2047-q-encode-string): New function.
22205
22206         * mm-util.el (mm-replace-in-string): New function.
22207
22208 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22209
22210         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22211         Really get it right.
22212         (gnus-inews-make-draft): Really.
22213
22214 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22215
22216         * nnmh.el (nnmh-request-list-1): Don't check the link count
22217         before descending.  (small patch)
22218
22219 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22220
22221         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22222         stuff.
22223
22224         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22225         Match on real group name.
22226
22227         * gnus-art.el (gnus-signature-limit): Doc fix.
22228
22229         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22230
22231         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22232
22233 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22234
22235         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22236         isn't a string.
22237
22238 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22239
22240         * gnus-draft.el (gnus-draft-send):
22241         Bind rfc2047-encode-encoded-words.
22242
22243         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22244         (rfc2047-encodable-p): Say that =? needs encoding.
22245         (rfc2047-encode-encoded-words): New variable.
22246
22247         * gnus-group.el (gnus-group-select-group): Doc fix.
22248
22249         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22250
22251         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22252         to nil.
22253
22254         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22255
22256         * nnheader.el (nnheader-get-lines-and-char): New function.
22257
22258 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22259
22260         * gnus-msg.el (gnus-summary-followup-with-original):
22261         Document yanking of region when active.
22262
22263 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22264
22265         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22266         groups if the group level is higher than the specified value.
22267
22268 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22269
22270         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22271         (gnus-group-jump-to-group): Add prefix argument using
22272         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22273         non-active group.
22274
22275         * compface.el (uncompface): Be verbose when changing
22276         `uncompface-use-external'.
22277
22278         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22279         handle manual section.
22280
22281 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22282
22283         * gnus-art.el (gnus-button-alist): Revert previous change.
22284
22285 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22286
22287         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22288
22289 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22290
22291         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22292         whether backend can accept message.
22293
22294         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22295
22296 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22297
22298         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22299         Avoid creating directory when nntp-marks-is-evil is true.
22300         Reported by Reiner Steib.
22301
22302 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22303
22304         * gnus-picon.el (gnus-picon-insert-glyph):
22305         Add optional `nostring' argument.
22306
22307 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22308
22309         * gnus-picon.el (gnus-picon-style): New variable.
22310         (gnus-picon-transform-address): Support `gnus-picon-style'.
22311
22312 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22313
22314         * message.el (message-fill-field): Return point.
22315         (message-generate-headers): Go to end of field.
22316
22317         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22318         stuff for non-living groups.
22319
22320 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22321
22322         * gnus-art.el (gnus-article-followup-with-original)
22323         (gnus-article-reply-with-original): gnus-mark-active-p ->
22324         gnus-region-active-p.
22325
22326 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22327
22328         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22329         only when there is spam or ham to be processed.
22330
22331 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22332
22333         * mail-source.el (mail-source-delete-crash-box): Refactor.
22334         (mail-source-fetch): Use it.
22335         (mail-source-fetch-file): Ditto.
22336         (mail-source-fetch-directory): Run postscript in loop.
22337         (mail-source-fetch-pop): Delete.
22338         (mail-source-fetch-maildir): Ditto.
22339         (mail-source-fetch-imap): Ditto.
22340
22341         * imap.el (imap-authenticators): Comment out sasl.
22342
22343         * message.el (message-skip-to-next-address): New function.
22344         (message-fill-header-address): Refactor.
22345         (message-fill-address): Use it.
22346         (message-delete-address): Use it.
22347         (message-fill-header-general): Refactor.
22348         (message-fill-field-address): Rename.
22349         (message-narrow-to-field): Find the start of the header.
22350         (message-header-format-alist): Don't pre-fill.
22351         (message-fill-header): Remove.
22352         (message-insert-header): New function.
22353         (message-shorten-references): Use it.
22354
22355         * rfc2047.el (rfc2047-field-value): Strip props.
22356
22357         * mail-parse.el (mail-header-make-address): New alias.
22358
22359         * ietf-drums.el (ietf-drums-make-address): New function.
22360
22361         * imap.el: Add compiler directives.
22362
22363         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22364
22365         * gnus-art.el (article-decode-idna-rhs): Don't use
22366         message-idna-inside-rhs-p.
22367
22368 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22369
22370         * message.el (message-idna-inside-rhs-p): Remove.
22371         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22372
22373         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22374         false positives.
22375
22376 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22377
22378         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22379
22380 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22381
22382         * nneething.el (nneething-file-name): Don't create spurious
22383         files.
22384
22385         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22386         (gnus-inews-do-gcc): Remove sleep.
22387
22388         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22389         part under point.
22390
22391         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22392         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22393
22394 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22395
22396         * spam.el (spam-summary-prepare-exit): Fix (length).
22397
22398 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22399
22400         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22401         as expired without moving it" message when there are spam
22402         messages left.
22403
22404 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22405
22406         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22407         header is not nil.
22408
22409 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22410
22411         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22412         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22413         (nntp-marks-changed-p): New arg SERVER.
22414         (nntp-request-update-info): Adjust caller.
22415
22416 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22417
22418         * nntp.el (nntp-save-marks): Pass missing arg.
22419
22420 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22421
22422         * nntp.el: Support marks.
22423         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22424         (nntp-marks-modtime, nntp-marks-directory): New variables.
22425         (nntp-request-set-mark, nntp-request-update-info)
22426         (nntp-possibly-create-directory, nntp-marks-changed-p)
22427         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22428         New functions.
22429
22430 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22431
22432         * gnus-xmas.el (gnus-xmas-select-lowest-window)
22433         (gnus-xmas-redefine): Rename.
22434
22435         * gnus-score.el (gnus-score-insert-help):
22436         Use gnus-select-lowest-window.
22437
22438         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22439         appt-select-lowest-window and rename to gnus-select-lowest-window.
22440
22441         * gnus.el: do.
22442
22443 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22444
22445         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22446         encodings of MIME-encoded words, in order to improve
22447         interoperability with several broken MUAs.
22448
22449 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22450
22451         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22452         tags, only when charsets are not specified in headers.
22453         (mm-inline-text-html-render-with-w3m): Ditto.
22454
22455         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22456         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22457
22458 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22459
22460         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22461         instead of MIME-decoded from fields when checking
22462         `gnus-article-address-banner-alist'.
22463
22464 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22465
22466         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22467         description rather than subject.
22468
22469 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22470
22471         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22472
22473 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22474
22475         * gnus.el (gnus-version-number): Bump.
22476
22477 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22478
22479         * gnus.el: No Gnus v0.2 is released.
22480
22481 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22482
22483         * gnus-agent.el (gnus-agent-read-agentview):
22484         Inline gnus-uncompress-range.
22485
22486 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22487
22488         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22489         `exec-installed-p'.
22490
22491 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22492
22493         * gnus.el (spam-process, spam-autodetect-methods):
22494         Add bsfilter and bsfilter-headers.
22495
22496         * spam.el (spam-bsfilter): New customize group.
22497         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22498         (spam-bsfilter-header, spam-bsfilter-probability-header)
22499         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22500         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22501         (spam-bsfilter-database-directory): New options.
22502         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22503         (spam-list-of-statistical-checks, spam-registration-functions):
22504         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22505         (spam-bsfilter-score): New command.
22506         (spam-check-bsfilter-headers, spam-check-bsfilter)
22507         (spam-bsfilter-register-with-bsfilter)
22508         (spam-bsfilter-register-spam-routine)
22509         (spam-bsfilter-unregister-spam-routine)
22510         (spam-bsfilter-register-ham-routine)
22511         (spam-bsfilter-unregister-ham-routine): New functions.
22512         (spam-generic-score): Support bsfilter; Accept an optional argument
22513         to recalcurate spam score even if scoring header has already been
22514         added.
22515         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22516         optional argument to recalcurate spam score even if scoring header
22517         has already been added.
22518
22519 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22520
22521         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22522         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22523         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22524         link is missing.
22525
22526 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22527
22528         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22529         (html2text-get-attr): Rewrite.
22530
22531         * message.el (message-setup-1): Remove redundant put-text-property
22532         on mail-header-separator.
22533
22534 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22535
22536         * gnus-registry.el (gnus-registry-cache-whitespace)
22537         (gnus-registry-action, gnus-registry-spool-action)
22538         (gnus-registry-split-fancy-with-parent): Change message levels
22539         from 5 to 3 or 7, as needed.
22540
22541         * spam.el (spam-summary-prepare-exit)
22542         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22543         (spam-split, spam-find-spam, spam-log-undo-registration)
22544         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22545         level from 5 to 6.
22546
22547 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22548
22549         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22550         2004-03-04 change).
22551
22552 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22553
22554         * sieve-manage.el (sieve-manage-open):
22555         * nnweb.el (nnweb-insert-html):
22556         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22557         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22558         * nnspool.el (nnspool-request-group):
22559         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22560         * nnml.el (nnml-request-update-info):
22561         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22562         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22563         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22564         (nnimap-request-set-mark):
22565         * nnfolder.el (nnfolder-request-update-info):
22566         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22567         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22568         * gnus-uu.el (gnus-uu-find-articles-matching):
22569         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22570         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22571         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22572         * gnus-nocem.el (gnus-nocem-scan-groups):
22573         * gnus-int.el (gnus-start-news-server):
22574         * gnus-group.el (gnus-group-make-kiboze-group)
22575         (gnus-group-browse-foreign-server):
22576         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22577         Use mapc when appropriate.
22578
22579 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22580             Adam Sjøgren  <asjo@koldfront.dk>
22581             Wes Hardaker  <wes@hardakers.net>
22582             Michael Shields  <shields@msrl.com>
22583
22584         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22585         may need for spam sorting and scoring.
22586         (spam-user-format-function-S): Add user format function suitable for
22587         general use.
22588         (spam-article-sort-by-spam-status): Add sorting function for summary
22589         sorting.
22590         (spam-extra-header-to-number): Add function to get a score from a
22591         header.
22592         (spam-summary-score): Add function to get a numeric score from the
22593         headers.
22594         (spam-generic-score): Fix function doc, was in wrong place.
22595         (spam-initialize): Take symbols when it's run, and install the
22596         extra headers that spam-necessary-extra-headers thinks we need.
22597
22598 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22599
22600         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22601         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22602
22603 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22604
22605         * gnus-sum.el (gnus-set-global-variables)
22606         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22607         (gnus-article-get-xrefs, gnus-summary-best-group)
22608         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22609         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22610         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22611         Use with-current-buffer.
22612
22613 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22614
22615         * spam.el (spam-summary-prepare-exit): Simplify logic.
22616         (spam-fetch-article-header): Read the article header if it's not
22617         available.
22618         (spam-list-articles): Simplify logic.
22619         (spam-filelist-register-routine): Fix bug with unregister-list.
22620
22621         * gnus-registry.el: Fix comments at beginning.
22622
22623 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22624
22625         * message.el (message-cater-to-broken-inn): Remove.
22626         (message-shorten-references): Make sure the total folded length of
22627         References is shorter than 998 characters to cater to a bug in INN
22628         2.3.  Also, don't pretend that references aren't folded -- this
22629         hasn't worked for a while.
22630
22631 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22632
22633         * gnus-agent.el (gnus-agentize):
22634         gnus-agent-send-mail-real-function no longer set to current value
22635         of message-send-mail-function but rather a lambda that calls
22636         message-send-mail-function.  The change makes the agent real-time
22637         responsive to user changes to message-send-mail-function.
22638
22639 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22640
22641         * legacy-gnus-agent.el
22642         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22643         help from Florian Weimer <fw@deneb.enyo.de>
22644
22645 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22646
22647         * nnmail.el (nnmail-cache-insert): Revert last change.
22648
22649 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22650
22651         * nnmail.el (nnmail-cache-insert): Always check whether
22652         nnmail-cache-ignore-groups matches a group name.
22653
22654 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22655
22656         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22657         (spam-find-spam, spam-log-processing-to-registry)
22658         (spam-log-registered-p, spam-log-unregistration-needed-p)
22659         (spam-log-undo-registration): Use gnus-message instead of
22660         gnus-error, none of these errors are fatal.
22661
22662         * gnus-registry.el (gnus-registry-clean-empty-function)
22663         (gnus-registry-clean-empty): Remove only empty entries without
22664         extra data.
22665
22666 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22667
22668         * spam-stat.el (spam-stat-buffer-change-to-spam)
22669         (spam-stat-buffer-change-to-non-spam): Change (error) to
22670         (gnus-message 8) invocation.
22671
22672 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22673
22674         * nntp.el (nntp-via-netcat-command): New variable.
22675         (nntp-via-netcat-switches): New variable.
22676         (nntp-open-via-rlogin-and-netcat): New function.
22677         (nntp-open-connection-function): Doc fix.
22678         (nntp-telnet-command): Doc fix.
22679         (nntp-end-of-line): Doc fix.
22680         (nntp-via-rlogin-command): Doc fix.
22681         (nntp-via-user-name): Doc fix.
22682         (nntp-via-address): Doc fix.
22683
22684 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22685
22686         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22687         error in Emacs 21.1.
22688
22689 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22690
22691         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22692
22693 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22694
22695         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22696         (gnus-agent-with-refreshed-group): New macro.
22697         (gnus-agent-rename-group): New function.
22698         (gnus-agent-delete-group): New function.
22699         (gnus-agent-save-group-info): Use gnus-command-method when
22700         `method' parameter is nil.  Don't write nil entries into the
22701         active file.
22702         (gnus-agent-get-group-info): New function.
22703         (gnus-agent-fetch-articles):
22704         Use gnus-agent-update-files-total-fetched-for to increment disk space
22705         used.
22706         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22707         Use gnus-agent-update-view-total-fetched-for to increment disk space
22708         used.
22709         (gnus-agent-get-local): Add optional parameters to avoid calling
22710         gnus-group-real-name and gnus-find-method-for-group.
22711         (gnus-agent-set-local): Delete stored entry if either min, or max,
22712         are nil.
22713         (gnus-agent-fetch-session): Reworded error/quit messages.
22714         On quit, use gnus-agent-regenerate-group to record existance of any
22715         articles fetched to disk before the quit occurred.
22716         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22717         gnus-agent-update-view-total-fetched-for, and
22718         gnus-agent-update-files-total-fetched-for to decrement disk space
22719         used.
22720         (gnus-agent-retrieve-headers):
22721         Use gnus-agent-update-view-total-fetched-for to increment disk space
22722         used.
22723         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22724         with gnus-agent-update-files-total-fetched-for to decrement disk
22725         space and fresh group buffer.
22726         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22727         (gnus-agent-need-update-total-fetched-for): New variable.
22728         (gnus-agent-update-files-total-fetched-for): New function.
22729         (gnus-agent-update-view-total-fetched-for): New function.
22730         (gnus-agent-total-fetched-for): New function.
22731
22732         * gnus-cache.el (gnus-cache-save-buffers):
22733         Use gnus-cache-update-overview-total-fetched-for to change disk space
22734         used by this group.
22735         (gnus-cache-possibly-enter-article):
22736         Use gnus-cache-update-file-total-fetched-for to increment disk space
22737         used by this group.
22738         (gnus-cache-possibly-remove-article):
22739         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22740         used by this group.
22741         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22742         (gnus-cache-rename-group): New function.
22743         (gnus-cache-delete-group): New function.
22744         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22745         (gnus-cache-need-update-total-fetched-for): New variable.
22746         (gnus-cache-with-refreshed-group): New macro.
22747         (gnus-cache-update-file-total-fetched-for): New function.
22748         (gnus-cache-update-overview-total-fetched-for): New function.
22749         (gnus-cache-rename-group-total-fetched-for): New function.
22750         (gnus-cache-delete-group-total-fetched-for): New function.
22751         (gnus-cache-total-fetched-for): New function.
22752
22753         * gnus-group.el: Require gnus-sum and autoload functions to
22754         resolve warnings when gnus-group.el compiled alone.
22755         (gnus-group-line-format): Documented new %F.
22756         (size of Fetched data) group line format; identifies disk space
22757         used by agent and cache.
22758         (gnus-group-line-format-alist): Defined new F format.
22759         (gnus-total-fetched-for): New function.
22760         (gnus-group-delete-group): No longer update
22761         gnus-cache-active-altered as gnus-request-delete-group now keeps
22762         the cache in sync.
22763         (gnus-group-list-active): Let the agent store a server's active
22764         list if currently plugged.
22765
22766         * gnus-int.el (gnus-request-delete-group):
22767         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22768         local disk in sync with the server.
22769         (gnus-request-rename-group):
22770         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22771         local disk in sync with the server.
22772
22773         * gnus-start.el (gnus-get-unread-articles):
22774         Cosmetic simplification to logic.
22775
22776         * gnus-util.el (gnus-rename-file): New function.
22777
22778 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22779
22780         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22781
22782 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22783
22784         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22785         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22786
22787 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22788
22789         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22790         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22791
22792 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22793
22794         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22795
22796 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22797
22798         * spam.el (spam-set-difference): Add function to replace
22799         gnus-set-difference in spam.el.
22800         (spam-summary-prepare-exit): Use spam-set-difference.
22801
22802 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22803
22804         * gnus-registry.el (gnus-registry-cache-file): Update to use
22805         gnus-dribble-directory OR gnus-home-directory OR ~.
22806         (gnus-registry-split-fancy-with-parent): Fix doc.
22807
22808 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22809
22810         * message.el (message-exchange-point-and-mark):
22811         Use message-mark-active-p.  Suggested by Jesper Harder
22812         <harder@ifa.au.dk>.
22813
22814 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22815
22816         * message.el (message-exchange-point-and-mark): Don't activate
22817         region if it was inactive.  Suggested by Hiroshi Fujishima
22818         <pooh@nature.tsukuba.ac.jp>.
22819
22820 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22821
22822         * gnus-art.el (article-display-face): Display Faces in the same
22823         order as X-Faces.
22824
22825 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22826
22827         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22828
22829 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22830
22831         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22832         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22833         (gnus-article-mime-hierarchy): Remove.
22834         (gnus-article-mime-hierarchy-next): Remove.
22835         (gnus-article-mode): Revert 2004-03-19 change.
22836         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22837         (gnus-insert-mime-button): Revert 2004-03-19 change.
22838         (gnus-mime-accumulate-hierarchy): Remove.
22839         (gnus-mime-enter-multipart): Remove.
22840         (gnus-mime-leave-multipart): Remove.
22841         (gnus-mime-display-part): Revert 2004-03-19 change.
22842         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22843
22844         * mml.el (mml-preview): Revert 2004-03-19 change.
22845
22846 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22847
22848         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22849
22850 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22851
22852         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22853         t while entering a file name using the mm-with-multibyte macro.
22854         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22855
22856         * mm-util.el (mm-with-multibyte): New macro.
22857
22858 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22859
22860         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22861         New user option.
22862         (gnus-mime-multipart-functions): Doc and customization fix.
22863         (gnus-article-mime-hierarchy): New variable.
22864         (gnus-article-mime-hierarchy-next): New variable.
22865         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22866         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22867         gnus-article-mime-hierarchy-next to nil.
22868         (gnus-insert-mime-button): Show hierarchy numbers.
22869         (gnus-mime-accumulate-hierarchy): New function.
22870         (gnus-mime-enter-multipart): New function.
22871         (gnus-mime-leave-multipart): New function.
22872         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22873         (gnus-mime-display-alternative): Show hierarchy numbers.
22874
22875         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22876         gnus-article-mime-hierarchy-next to nil.
22877
22878 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22879
22880         * dns.el: Don't require gnus-xmas.
22881
22882 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22883
22884         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22885         inline PGP.
22886         (mml-menu): Disable mml-quote-region if mark is inactive.
22887
22888 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22889
22890         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22891         when the group's active is not available.
22892
22893 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22894
22895         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22896         error.
22897
22898 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22899
22900         * imap.el (imap-store-password): New variable.
22901         (imap-interactive-login): Use it.
22902         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22903
22904 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22905
22906         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22907         window-start and hscroll to summary window.
22908
22909 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22910
22911         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22912         conversion message to newsrc-dribble when an actual conversion is
22913         performed.
22914
22915 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22916
22917         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22918
22919 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22920
22921         * mm-decode.el (mm-complicated-handles): New function reviving
22922         former definition of mm-multiple-handles.
22923
22924         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22925         (gnus-mime-delete-part): Use it.
22926
22927 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22928
22929         * gnus-agent.el (gnus-agent-read-local):
22930         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22931         avoid the implicit assumption that they will always be equal.
22932         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22933         coding-system-for-write, as the with-temp-file macro first prints
22934         to a buffer then saves the buffer.
22935
22936 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22937
22938         * gnus-art.el (gnus-article-edit-part): New function.
22939         (gnus-mime-save-part-and-strip): Use it; do query instead of
22940         signaling an error; don't use mm-multiple-handles.
22941         (gnus-mime-delete-part): Ditto.
22942
22943 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22944
22945         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22946         old file versions.
22947         (gnus-group-prepare-hook): Remove function that converted list
22948         form of gnus-agent-expire-days to group properties.
22949
22950         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22951         (gnus-request-accept-article): Re-indented.
22952
22953         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22954         converters to handle old agent file formats.  Add logic for a
22955         "backup before upgrading warning".
22956         (gnus-convert-mark-converter-prompt): Developers can mark
22957         functions as needing (default), or not needing,
22958         gnus-convert-old-newsrc's "backup before upgrading warning".
22959         (gnus-convert-converter-needs-prompt): Tests whether the user
22960         should be protected from potentially irreversable changes by the
22961         function.
22962
22963         * legacy-gnus-agent.el: New.  Provides converters that are only
22964         loaded when gnus-convert-old-newsrc needs to call them.
22965
22966 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22967
22968         * mail-source.el (mail-source-touch-pop): Doc fix.
22969
22970         * message.el (message-smtpmail-send-it): Doc fix.
22971
22972 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22973
22974         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22975
22976         * nnmail.el (nnmail-split-fancy): do.
22977
22978         * gnus-kill.el (gnus-kill, gnus-execute): do.
22979
22980 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22981
22982         * gnus-sum.el (gnus-widget-reversible-match)
22983         (gnus-widget-reversible-to-internal)
22984         (gnus-widget-reversible-to-external): New functions.
22985         (gnus-widget-reversible): New widget.
22986         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22987
22988 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22989
22990         * gnus-sum.el (gnus-thread-sort-functions)
22991         (gnus-article-sort-functions): Document `(not F)' items.
22992
22993 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22994
22995         * spam.el (spam-use-gmane-xref): Add new backend.
22996         (spam-gmane-xref-spam-group): Add variable to control the name of the
22997         Gmane spam group.
22998         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22999         (spam-regex-headers-spam, spam-regex-headers-ham)
23000         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23001         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23002         backends and checks.
23003         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23004
23005         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23006         an autodetect method.
23007
23008 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23009
23010         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23011         articles are being added to a group.
23012         (gnus-request-replace-article): Inform the agent that articles
23013         need to be uncached as the cached contents are no longer valid.
23014
23015 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23016
23017         * binhex.el: Don't autoload executable-find.
23018
23019         * canlock.el: Don't autoload mail-fetch-field.
23020
23021         * dgnushack.el: Autoload c-mode for XEmacs.
23022
23023         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23024
23025         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23026         rmail-dont-reply-to and rmail-output.
23027
23028         * gnus-score.el: Don't autoload ffap-string-at-point.
23029
23030         * gnus-setup.el: Don't autoload sc-cite-original.
23031
23032         * imap.el: Don't autoload base64-decode-string,
23033         base64-encode-string and md5.
23034
23035         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23036         and rmail-msg-restore-non-pruned-header.
23037
23038         * mm-decode.el: Don't autoload executable-find.
23039
23040         * mm-url.el: Don't autoload executable-find.
23041
23042         * mm-view.el: Don't autoload diff-mode.
23043
23044         * nndb.el: Don't autoload news-reply-mode, news-setup,
23045         cancel-timer and telnet.
23046
23047         * password.el: Don't autoload run-at-time for Emacs.
23048
23049         * sha1-el.el: Don't autoload executable-find.
23050
23051         * sieve-mode.el: Don't autoload c-mode.
23052
23053         * uudecode.el: Don't autoload executable-find.
23054
23055 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23056
23057         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23058         (gnus-agent-possibly-alter-active): Avoid null in numeric
23059         comparison.
23060         (gnus-agent-set-local): Refuse to save null in local object table.
23061         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23062         list of articles that will be marked as unread.
23063
23064 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23065
23066         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23067
23068 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23069
23070         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23071         language tags.
23072
23073 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23074
23075         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23076         Don't bind "obarray".
23077
23078         * gnus-sum.el (gnus-thread-sort-functions):
23079         Add `gnus-thread-sort-by-most-recent-number' and
23080         `gnus-thread-sort-by-most-recent-date'.
23081         Reported by Kai Grossjohann <kai@emptydomain.de>.
23082
23083 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23084
23085         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23086
23087 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23088
23089         * gnus-cus.el (gnus-agent-customize-category):
23090         Remove ignore-errors macro reference that required cl to be loaded at
23091         run-time.
23092
23093         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23094         single-interval range of the form (min . max).  Previously the
23095         range had to look like ((min . max)).  Likewise, return
23096         (min . max) rather than ((min . max)).
23097         (gnus-range-map): Use gnus-range-normalize to accept
23098         single-interval range.
23099
23100         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23101         the cache, but not the agent, now appear with their usual face.
23102
23103         * dgnushack.el (loaddir): New variable that is bound to the
23104         directory containing the dgnushack.el file. Use loaddir, rather
23105         than srcdir, to update load-path. Change lets dgnushack compile
23106         code in directories other than GNUS/lisp.
23107
23108 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23109
23110         * lpath.el: Don't bind w3m-safe-url-regexp.
23111
23112         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23113         w3m-safe-url-regexp variable buffer-local.
23114
23115         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23116
23117 2004-02-27  Simon Josefsson  <jas@extundo.com>
23118
23119         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23120         gnus-group-real-prefix.
23121         (gnus-summary-move-article): Use it, instead of
23122         gnus-group-real-prefix.
23123
23124 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23125
23126         * lpath.el: Bind w3m-safe-url-regexp.
23127
23128         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23129         w3m-safe-url-regexp variable buffer-local and set it as the value
23130         of mm-w3m-safe-url-regexp.
23131
23132         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23133
23134         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23135         parsing gnus-posting-styles when the message is not for replying.
23136
23137         * dgnushack.el: Autoload sgml-mode for XEmacs.
23138
23139         * nnrss.el (nnrss-opml-export):
23140         Use mm-set-buffer-file-coding-system instead of
23141         set-buffer-file-coding-system.
23142
23143 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23144
23145         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23146         of checkdoc.el).
23147         * nnrss.el: do.
23148         * gnus-mlspl.el: do.
23149         * gnus-ml.el: do.
23150         * gnus-srvr.el: do.
23151
23152         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23153
23154 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23155
23156         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23157         Corrections to custom-manual links.
23158
23159         * gnus-art.el (gnus-article): Ditto.
23160
23161         * mm-decode.el (mime-display, mime-security): Ditto.
23162
23163 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23164
23165         * flow-fill.el: Typo.
23166
23167 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23168
23169         * spam-wash.el: New file.
23170
23171 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23172
23173         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23174
23175 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23176
23177         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23178         to be run with new-articles as LIST1, not LIST2.
23179         (spam-registration-functions): Add spam-use-ham-copy as a nil
23180         registration backend.
23181
23182 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23183
23184         * spam-stat.el (spam-stat-washing-hook): New option.
23185         (spam-stat-buffer-words): Use it.
23186         (spam-stat-process-directory, spam-stat-test-directory):
23187         Use insert-file-contents-literally.
23188         (spam-stat-coding-system): New variable.
23189         (spam-stat-load, spam-stat-save): Use it.
23190
23191 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23192
23193         * spam-report.el (spam-report-plug-agent):
23194         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23195
23196 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23197
23198         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23199         Allow / in mailto URLs.
23200
23201 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23202
23203         * spam-report.el (spam-report-process-queue): Fix interactive use.
23204         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23205         (spam-report-unplug-agent): Doc fixes.
23206         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23207         (spam-report-agentize, spam-report-deagentize): Autoload.
23208
23209 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23210
23211         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23212
23213         * message.el (message-setup-fill-variables): Add mml tags to
23214         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23215         <ajk@iu.edu>.
23216         (message-mode): Don't modify paragraph-separate there.
23217
23218 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23219
23220         * compface.el (uncompface-use-external): Default to undecided.
23221         (uncompface-use-external-threshold): New variable.
23222         (uncompface-float-time): New macro.
23223         (uncompface): Determine whether to use the external decoder if
23224         uncompface-use-external is undecided.
23225
23226 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23227
23228         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23229         after images.
23230
23231         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23232
23233 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23234
23235         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23236
23237         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23238
23239         * gnus-sum.el (gnus-summary-limit-to-age)
23240         (gnus-summary-limit-children): do.
23241
23242         * gnus-int.el (gnus-request-scan): do.
23243
23244         * gnus-group.el (gnus-group-suspend): do.
23245
23246         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23247
23248         * gnus-cite.el (gnus-cite-parse-attributions): do.
23249
23250         * gnus-agent.el (gnus-summary-set-agent-mark)
23251         (gnus-agent-regenerate-group): do.
23252
23253         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23254
23255         * binhex.el (binhex-decode-region-internal): do.
23256
23257 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23258
23259         * gnus-fun.el (gnus-face-properties-alist): New user option.
23260         (gnus-display-x-face-in-from): Use it.
23261
23262         * gnus-art.el (article-display-face): Ditto.
23263
23264         * compface.el (uncompface-use-external): Default to nil.
23265
23266 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23267
23268         * nntp.el (nntp-erase-buffer): New function.
23269         (nntp-retrieve-data, nntp-send-command)
23270         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23271         (nntp-possibly-change-group): Use it.
23272
23273         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23274         Use with-current-buffer.
23275
23276 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23277
23278         * compface.el: Merge the ELisp-based uncompface program.
23279         (compface): New customization group.
23280         (uncompface-use-external): New user option.
23281         (uncompface): Call uncompface-internal if uncompface-use-external
23282         is nil.
23283         (uncompface-internal): New function.  Note that there are also
23284         some other functions and variables added for this function.
23285
23286 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23287
23288         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23289         if necessary.
23290
23291 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23292
23293         * spam-report.el (spam-report-unplug-agent)
23294         (spam-report-plug-agent, spam-report-deagentize)
23295         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23296         Add support for the Agent in spam-report: when unplugged, report to a
23297         file; when plugged, submit all the requests.
23298
23299         * spam.el (spam-register-routine): Fix message about
23300         registration.
23301
23302 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23303
23304         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23305         dependencies.
23306         (rfc2047-encode): Use it.
23307
23308         * gnus-art.el (gnus-button-marker-list): Move before first
23309         reference.
23310
23311         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23312         (imap-parse-body): Fix format string mismatch.
23313
23314         * gnus-score.el (gnus-summary-increase-score): do.
23315
23316         * nnrss.el (nnrss-close): New function.
23317
23318 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23319
23320         * nnrss.el (nnrss-make-filename): New function.
23321         (nnrss-request-delete-group, nnrss-read-server-data)
23322         (nnrss-save-server-data, nnrss-read-group-data)
23323         (nnrss-save-group-data): Use it.
23324         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23325         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23326         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23327
23328 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23329
23330         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23331
23332 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23333
23334         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23335         files.
23336
23337         * message.el (message-generate-headers-first): Don't quote nil
23338         and t in docstrings.
23339
23340         * imap.el (imap-id): do.
23341
23342         * gnus-agent.el (gnus-agent-consider-all-articles)
23343         (gnus-agent-queue-mail): do.
23344
23345 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23346
23347         * spam-report.el (spam-report-process-queue): New function.
23348         Process requests from `spam-report-requests-file'.
23349         (spam-report-process-queue): Doc fix.
23350
23351 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23352
23353         * spam.el (spam-register-routine)
23354         (spam-log-processing-to-registry, spam-log-registered-p)
23355         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23356         Change "check" to "spam-check" for semi-clarity.
23357
23358 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23359
23360         * pop3.el: Require nnheader.
23361
23362         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23363
23364         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23365
23366         * gnus-picon.el: Require cl.
23367
23368         * gnus-fun.el: Require gnus-ems and gnus-util.
23369
23370         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23371
23372         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
23373
23374         * gnus-art.el (gnus-article-edit-mode): Define before first
23375         reference.
23376
23377 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23378
23379         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23380         (gnus-uu-post-encoded): Use point-at-bol.
23381
23382         * gnus-topic.el (gnus-group-active-topic-p): do.
23383
23384         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23385
23386         * gnus-group.el (gnus-group-kill-region): do.
23387
23388         * gnus-art.el (article-date-ut): do.
23389
23390         * message.el (message-fetch-field): Remove redundant
23391         case-fold-search binding.
23392         (message-narrow-to-field): Simplify.
23393
23394 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23395
23396         * spam.el (spam-directory): Derive from `gnus-directory'.
23397
23398         * spam-report.el (spam-report-url-to-file)
23399         (spam-report-requests-file): New function and variable for offline
23400         reporting.
23401         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23402         and user defined function.
23403         (spam-report-url-ping-mm-url): Remove doubled slash.
23404
23405 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23406
23407         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23408
23409 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23410
23411         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23412         Fix format string mismatch.
23413
23414         * sieve.el (sieve-deactivate-all): do.
23415
23416         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23417
23418         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23419
23420         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23421
23422         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23423
23424 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23425
23426         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23427         the list of checks.
23428
23429 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23430
23431         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23432         padding.
23433
23434 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23435
23436         * mm-view.el (mm-fill-flowed): New variable.
23437         (mm-inline-text): Use it.
23438
23439 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23440
23441         * spam.el (spam-spamassassin-register-ham-routine)
23442         (spam-spamassassin-register-spam-routine): Fix function names.
23443
23444 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23445
23446         * gnus.el (gnus-tmp-grouplens): Remove.
23447         (gnus-summary-line-format): Remove grouplens.
23448
23449         * gnus-group.el (gnus-group-line-format): Ditto.
23450
23451         * gnus-spec.el (gnus-format-specs): Ditto.
23452         (gnus-update-format-specifications): Flush the group format spec
23453         cache if there's the grouplens stuff.
23454         (gnus-parse-simple-format): Replace %l with the empty string.
23455
23456 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23457
23458         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23459         omission.
23460
23461 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23462
23463         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23464         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23465
23466 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23467
23468         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23469         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23470         New macros and functions.
23471         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23472         Handle > NLINK_MAX messages.
23473         * nnmaildir.el (nnmaildir-request-set-mark):
23474         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23475
23476 2004-01-25  Alex Schroeder  <alex@gnu.org>
23477
23478         * spam-stat.el (spam-stat-process-directory-age): New option.
23479         (spam-stat-process-directory): Use it.
23480
23481 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23482
23483         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23484         (spam-stat-save): Accept prefix argument.
23485
23486 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23487
23488         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23489         links" error.
23490
23491 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23492
23493         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23494         the rest of the and/or forms.
23495
23496 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23497
23498         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23499         compatibility with old .newsrc.eld files.
23500
23501         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23502
23503         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23504
23505         * gnus-start.el (gnus-1): do.
23506
23507         * gnus-group.el (gnus-group-line-format-alist): do.
23508
23509         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23510
23511         * gnus-gl.el: Remove.
23512
23513 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23514
23515         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23516         marks consisting of a single range {for example, (3 . 5)} rather
23517         than a list of a single range { ((3 . 5)) }.
23518
23519 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23520
23521         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23522         Use with-current-buffer.
23523         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23524         avoid consing a string.
23525
23526         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23527         Remove obsolete entries for big5 and gb2312.
23528
23529 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23530
23531         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23532         uncompressed list.
23533
23534 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23535
23536         * spam-stat.el (spam-stat-strip-xref): New function.
23537         (spam-stat-process-directory): Use it.
23538
23539         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23540         here -- it's done in message-fetch-field.
23541
23542 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23543
23544         * gnus-agent.el (gnus-agent-queue-mail)
23545         (gnus-agent-prompt-send-queue): New variables.
23546         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23547         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23548         "nndraft:queue" along to gnus-draft-send.
23549         Use gnus-agent-prompt-send-queue.
23550         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23551         is "nndraft:queue".  Suggested by Gaute Strokkenes
23552         <gs234@srcf.ucam.org>
23553
23554         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23555         (agent-enable-undownloaded-faces): Add.
23556         (gnus-agent-cat-groups): Use eval-and-compile, not
23557         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23558         method of gnus-agent-cat-groups even when the buffer has been
23559         evaled.
23560         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23561         delete gnus-agent-save-active-1.
23562         (gnus-agent-save-groups): Delete.  Identical to
23563         gnus-agent-save-active.
23564         (gnus-agent-write-active): No longer adjust agent's copy of active
23565         file as agent's adjustments are now stored in their own
23566         file.  Remove optional parameter.
23567         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23568         servers.  Add use of min/max range limits from server's local
23569         file.
23570         (gnus-agent-save-alist): Remove unused optional argument.
23571         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23572         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23573         (gnus-agent-set-local): A per-server file that keeps min/max range
23574         limits for articles known to the agent.  Provides a fast mechanism
23575         for altering many active ranges.
23576         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23577         active file (local makes it unnecessary).
23578         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23579
23580         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23581         (agent-enable-undownloaded-faces): Add.
23582
23583         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23584         disable it when sending to "nndraft:queue".
23585         (gnus-group-send-queue): Add safety check to avoid sending queue
23586         when unplugged.
23587
23588         * gnus-group.el (gnus-group-catchup): Use new
23589         gnus-sequence-of-unread-articles, not
23590         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23591         numbers of articles.  Use gnus-range-map to avoid having to
23592         uncompress the unread list.
23593         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23594         Fix invalid ange-ftp reference.
23595
23596         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23597         (gnus-sorted-range-intersection): Intersection of two ranges
23598         without requiring that they first be uncompressed.
23599
23600         * gnus-start.el (gnus-activate-group): Unless blocked by the
23601         caller, possibly expand the active range to include both cached
23602         and agentized articles.
23603         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23604         multiple version-dependent converters.
23605         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23606         gnus-agent-save-active.
23607         (gnus-save-newsrc-file): Save dirty agent range limits.
23608
23609         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23610         gnus-agent-possibly-alter-active.
23611         (gnus-adjust-marked-articles): Faster handling of simple lists.
23612
23613 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23614
23615         * spam-stat.el (spam-stat-test-directory): New optional argument
23616         displays a list of files detected.  Suggested by Andrew Cohen
23617         <cohen@andy.bu.edu>.
23618         (spam-stat-buffer-words-with-scores): Don't narrow and change
23619         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23620
23621 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23622
23623         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23624         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23625         (spam-spamassassin-arguments)
23626         (spam-spamassassin-spam-flag-header)
23627         (spam-spamassassin-positive-spam-flag-header)
23628         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23629         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23630         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23631         (spam-list-of-processors, spam-list-of-checks)
23632         (spam-list-of-statistical-checks, spam-registration-functions)
23633         (spam-check-spamassassin-headers, spam-check-spamassassin)
23634         (spam-spamassassin-score)
23635         (spam-spamassassin-register-with-sa-learn)
23636         (spam-spamassassin-register-spam-routine)
23637         (spam-spamassassin-register-ham-routine)
23638         (spam-assassin-register-spam-routine)
23639         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23640         (spam-bogofilter-score): Fix to show article before scoring.
23641
23642 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23643
23644         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23645         default scoring function.
23646         (spam-generic-score): Call spam-spamassassin-score if
23647         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23648         spam-bogofilter-score otherwise.
23649
23650         * gnus.el (spam-process, spam-autodetect-methods):
23651         Add spamassassin and spamassassin-headers.
23652
23653 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23654
23655         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23656         Suppress unnecessary messages.
23657
23658 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23659
23660         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23661         make-hash-table.
23662
23663 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23664
23665         * canlock.el (base64-encode-string): Don't autoload it.
23666
23667 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23668
23669         * run-at-time.el: Remove useless (require 'itimer),
23670         eval-and-compile and (featurep 'xemacs).
23671
23672 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23673
23674         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23675         GROUP is a virtual group.
23676
23677 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23678
23679         * gnus.el: Autoload `message-y-or-n-p'.
23680
23681 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23682
23683         * pgg-parse.el: Remove unnecessary (require 'custom).
23684
23685         * pgg-def.el: do.
23686
23687         * nnmail.el: do.
23688
23689         * gnus-undo.el: do.
23690
23691         * gnus-picon.el: do.
23692
23693         * gnus-util.el: do.
23694
23695 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23696
23697         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23698
23699 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23700
23701         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23702         handle, as well as a list.
23703
23704         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23705         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23706         (mm-w3m-cid-retrieve): Simplify.
23707
23708 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23709
23710         * message.el (message-kill-to-signature): Allow prefix arg to
23711         specify number of lines to keep before signature.
23712
23713 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23714
23715         * message.el (message-kill-to-signature): Change docstring.
23716
23717 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23718
23719         * canlock.el: Always require sha1-el.
23720         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23721
23722         * message.el: Autoload sha1 only when compiling.
23723
23724         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
23725         eudc-expand-inline for XEmacs.
23726
23727 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23728
23729         * message.el (message-canlock-generate): Require sha1-el.
23730
23731 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23732
23733         * message.el (message-expand-name): Silence the byte compiler.
23734
23735         * lpath.el: Add detect-coding-system.
23736
23737         * dgnushack.el (dgnushack-compile): Remove obsolete check for
23738         cus-edit.
23739
23740 2004-01-13  Simon Josefsson  <jas@extundo.com>
23741
23742         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23743         Invoke gnus-score-mode.
23744         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23745
23746         * gnus-range.el (gnus-compress-sequence): Doc fix.
23747         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23748
23749 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23750
23751         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23752
23753 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23754
23755         * spam.el (spam-get-article-as-string): Update to use
23756         gnus-request-article-this-buffer, much simpler.
23757         (spam-get-article-as-buffer): Remove.
23758
23759 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23760
23761         * message.el (message-expand-name): Use EUDC if the user uses that.
23762
23763 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23764
23765         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23766         character for the encoding to avoid consing a string.
23767
23768         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23769         unnecessarily.
23770
23771         * mm-util.el (mm-replace-chars-in-string): Remove.
23772
23773         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23774         of mm-replace-chars-in-string.
23775
23776 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23777
23778         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23779
23780         * mm-util.el (mm-subst-char-in-string): Support inplace.
23781
23782         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23783         a new string in every iteration.  Use shy groups.
23784
23785 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23786
23787         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23788         * gnus-soup.el (gnus-soup-group-brew):
23789         * gnus-msg.el (gnus-put-message):
23790         * gnus-move.el (gnus-group-move-group-to-server):
23791         * gnus-kill.el (gnus-batch-score):
23792         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23793         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23794         (gnus-group-update-group, gnus-group-read-group)
23795         (gnus-group-make-group, gnus-group-make-help-group)
23796         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23797         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23798         (gnus-group-sort-by-unread, gnus-group-catchup)
23799         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23800         (gnus-group-yank-group, gnus-group-set-info)
23801         (gnus-group-list-groups):
23802         * gnus.el (gnus-generate-new-group-name):
23803         * gnus-delay.el (gnus-delay-send-queue):
23804         * nnvirtual.el (nnvirtual-catchup-group):
23805         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23806         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23807         (gnus-group-prepare-topics, gnus-topic-check-topology):
23808         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23809         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23810         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23811         (gnus-group-make-articles-read):
23812         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23813         (gnus-group-change-level, gnus-kill-newsgroup)
23814         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23815         (gnus-get-unread-articles, gnus-make-articles-unread)
23816         (gnus-make-ascending-articles-unread): Use accessor
23817         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23818         to get group information for improved readability.
23819
23820
23821 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23822
23823         * gnus-art.el (article-decode-mime-words, article-babel)
23824         (gnus-article-highlight-signature, gnus-article-add-buttons)
23825         (gnus-signature-toggle): Use gnus-with-article-buffer.
23826
23827         * gnus-art.el (gnus-article-highlight-headers)
23828         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23829
23830         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23831         (gnus-article-set-globals, gnus-request-article-this-buffer)
23832         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23833         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23834         (gnus-mime-display-alternative): Use with-current-buffer.
23835
23836 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23837
23838         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23839         also under 80 char limit, and call gnus-error if needed.
23840         (spam-fetch-article-header): Fix - it was a
23841         buffer-local variable (gnus-newsgroup-data).
23842         (spam-find-spam): Use spam-generate-fake-headers, forget about
23843         spam-insert-fake-headers.
23844         (spam-insert-fake-headers): Remove.
23845
23846 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23847
23848         * deuglify.el (gnus-article-outlook-unwrap-lines)
23849         (gnus-outlook-rearrange-article)
23850         (gnus-outlook-repair-attribution-outlook)
23851         (gnus-outlook-repair-attribution-block)
23852         (gnus-outlook-repair-attribution-other): Remove redundant
23853         save-excursion.
23854
23855 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23856
23857         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23858         (spam-fetch-field-subject-fast)
23859         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23860         (spam-fetch-article-header): Add functions to deal with Gnus
23861         internals for fast retrieval of article header data.
23862         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23863
23864 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23865
23866         * pop3.el (pop3-md5): Remove.
23867         (pop3-apop): Replace pop3-md5 with md5.
23868
23869         * mm-bodies.el: base64 is always built-in.
23870
23871         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23872         Use with-current-buffer.
23873
23874 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23875
23876         * canlock.el (canlock-insert-header): Remove excessive grouping in
23877         regexp.
23878
23879         * gnus-sum.el (gnus-summary-read-document): Ditto.
23880
23881         * gnus-uu.el (gnus-uu-part-number): Ditto.
23882
23883         * html2text.el (html2text-remove-tags): Ditto.
23884         (html2text-format-tags): Ditto.
23885         (html2text-format-single-elements): Ditto.
23886
23887         * mml.el (mml-parse-1): Ditto.
23888
23889 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23890
23891         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23892
23893         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23894
23895         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23896
23897         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23898
23899 2003-11-15  Simon Josefsson  <jas@extundo.com>
23900
23901         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23902         (pgg-gpg-lookup-key): Use regexp match instead of
23903         split-string (split-string is different between emacs 21.2 and
23904         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23905
23906 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23907
23908         * gnus-art.el (gnus-mime-view-all-parts)
23909         (gnus-article-part-wrapper, gnus-article-view-part):
23910         Use with-current-buffer.
23911
23912 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23913
23914         * spam.el (spam-disable-spam-split-during-ham-respool)
23915         (spam-spamoracle-database, spam-cache-lookups)
23916         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23917         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23918         (spam-group-ham-marks, spam-group-spam-marks)
23919         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23920         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23921         also add spam-use-blackholes to the statistical checks.
23922         (spam-fetch-field-fast): Add interface to fetching fields, may
23923         become a macro.
23924         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23925         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23926         (spam-insert-fake-headers): Fake an article when needed.
23927         (spam-find-spam): Fake article when possible.
23928         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23929         (spam-check-bogofilter-headers): Use message-fetch-field instead
23930         of nnmail-fetch-field.
23931
23932 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23933
23934         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23935
23936 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23937
23938         * spam.el (spam-split): Do not require spam-use-CHECK to be
23939         enabled if that check is passed to spam-split explicitly; also
23940         fix so 'spam doesn't get converted to spam-split-group when
23941         spam-split-symbolic-return is t.
23942         (spam-find-spam): Find registrations of the article and use those
23943         instead of re-running spam-split to find the spam/ham
23944         classification of the article.
23945         (spam-log-processing-to-registry, spam-log-registered-p)
23946         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23947         Use gnus-error instead of gnus-message.
23948         (spam-log-registration-type): Add function to determine the
23949         classification of a message based on registry entries; will
23950         return nil if both 'spam and 'ham are found.
23951         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23952         a reasonably fast local cache without the loading errors.
23953         (spam-cache-lookups): Set to t by default.
23954         (spam-find-spam): Don't try to guess spam-cache-lookups.
23955         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23956         spam-caches entry.
23957         (spam-filelist-build-cache, spam-filelist-check-cache):
23958         Fix caching of whitelist/blacklist entries.
23959         (spam-check-whitelist, spam-check-blacklist):
23960         Invoke spam-from-listed-p with a type, not a cache variable.
23961         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23962
23963 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23964
23965         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23966
23967         * nnmail.el (nnmail-split-fancy): do.
23968
23969         * mml.el (mml-parse): do.
23970
23971         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23972         (gnus-score-adaptive): do.
23973
23974 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23975
23976         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23977         (gnus-mime-button-map): Don't set keymap parent.
23978         (gnus-button-ctan-directory-regexp): Use shy grouping.
23979         (gnus-prev-page-map): Don't set keymap parent.
23980         (gnus-prev-page-map): Remove duplicated one.
23981         (gnus-next-page-map): Don't set keymap parent.
23982         (gnus-mime-security-button-map): Ditto.
23983
23984         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23985         version number.
23986
23987         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23988
23989 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23990
23991         * canlock.el (canlock-sha1-function): Remove.
23992         (canlock-sha1-function-for-verify): Remove.
23993         (canlock-openssl-program): Remove.
23994         (canlock-openssl-args): Remove.
23995         (canlock-ignore-errors): Remove.
23996         (canlock-sha1-with-openssl): Remove.
23997         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23998         (canlock-verify): Don't use canlock-ignore-errors.
23999
24000         * sha1-el.el (sha1-string-external): Make it can return a string
24001         in binary form.
24002         (sha1-region-external): Ditto.
24003         (sha1-string-internal): Ditto.
24004         (sha1-region-internal): Ditto.
24005         (sha1-region): Ditto.
24006         (sha1-string): Ditto.
24007         (sha1): Ditto.
24008
24009 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24010
24011         * spam.el (spam-report-articles-gmane): New command.
24012
24013 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24014
24015         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24016
24017         * run-at-time.el (run-at-time-saved): Remove.
24018         (run-at-time): Doc fix.
24019
24020 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24021
24022         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24023         (gnus-summary-limit-map): Add it.
24024         (gnus-summary-make-menu-bar): do.
24025
24026 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24027
24028         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24029         Make attempt at some caching support (done for BBDB only now).
24030         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24031         addresses to be checked.
24032         (spam-clear-cache-BBDB): Add function, to be invoked by
24033         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24034         (spam-check-BBDB): Check and use the caches, if
24035         spam-cache-lookups is on, remove superfluous (provide).
24036
24037 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24038
24039         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24040
24041 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24042
24043         * run-at-time.el (run-at-time-saved): Move to after the definition
24044         of `run-at-time'.
24045
24046         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24047
24048 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24049
24050         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24051         mm-w3m-local-map-property.
24052
24053         * mm-view.el (mm-w3m-mode-map): Remove.
24054         (mm-w3m-local-map-property): Remove.
24055         (mm-inline-text-html-render-with-w3m): Don't use
24056         mm-w3m-local-map-property.
24057
24058 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24059
24060         * run-at-time.el: New file.
24061
24062         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24063         under Emacs.
24064
24065         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24066         of gnus-set-text-properties.
24067
24068         * gnus-uu.el (gnus-uu-save-article): Ditto.
24069
24070         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24071
24072         * gnus-cite.el (gnus-cite-parse): Ditto.
24073
24074         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24075         of gnus-.
24076
24077         * gnus-xmas.el (run-at-time): Require run-at-time.
24078
24079         * gnus.el: Change calls to nnheader-run-at-time and
24080         password-run-at-time throughout to use run-at-time directly.
24081
24082         * password.el: Remove definition of run-at-time.
24083
24084         * nnheaderxm.el: Remove definition of run-at-time.
24085
24086 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24087
24088         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24089         in prompt.
24090
24091 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24092
24093         * messagexmas.el (message-xmas-redefine): Alias
24094         `message-make-caesar-translation-table' to
24095         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24096         version.
24097
24098         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24099         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24100         `gnus-xmas-set-text-properties'.
24101         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24102         `gnus-xmas-completing-read'.
24103         (gnus-xmas-completing-read): Removed.
24104         (gnus-xmas-open-network-stream): Removed.
24105
24106         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24107         XEmacs version.
24108
24109         * dns.el (dns-make-network-process): Use `open-network-stream'
24110         instead of `gnus-xmas-open-network-stream'.
24111
24112         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24113
24114         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24115
24116 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24117
24118         * gnus-art.el (gnus-mime-display-alternative)
24119         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24120         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24121         Don't use gnus-local-map-property.
24122
24123         * gnus-util.el (gnus-local-map-property): Remove.
24124
24125         * mm-view.el (mm-view-pkcs7-decrypt):
24126         Replace gnus-completing-read-maybe-default with completing-read.
24127
24128         * gnus-util.el (gnus-completing-read): do.
24129         (gnus-completing-read-maybe-default): Remove.
24130
24131 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24132
24133         * password.el: Only autoload `run-at-time' if not XEmacs.
24134         Only autoload the itimer functions if XEmacs.
24135
24136 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24137
24138         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24139         XEmacsen.
24140
24141         * dgnushack.el: Autoload executable-find for XEmacs.
24142
24143 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24144
24145         * gnus-art.el (gnus-read-string): Remove.
24146         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24147         read-string.
24148
24149 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24150
24151         * netrc.el: Autoload password-read.
24152         (netrc): Add configuration group.
24153         (netrc-encoding-method, netrc-openssl-path):
24154         Add variables for encoding and decoding of files with symmetric
24155         ciphers.
24156         (netrc-encode): Add assistant function to encode a file with
24157         netrc-encoding-method.
24158         (netrc-parse): Add interactive parameter, added optional
24159         decoding if netrc-encoding-method is non-nil but otherwise
24160         behavior is standard.
24161         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24162         Do s/encode/encrypt/ everywhere.
24163
24164         * spam.el: Remove executable-find autoload.
24165
24166 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24167
24168         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24169
24170         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24171
24172 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24173
24174         * gnus-art.el (gnus-treat-ansi-sequences)
24175         (article-treat-ansi-sequences): New variable and function.
24176         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24177
24178         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24179         Use it.
24180
24181 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24182
24183         * mm-util.el (mm-quote-arg): Remove.
24184
24185         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24186         shell-quote-argument.
24187
24188         * gnus-uu.el (gnus-uu-command): do.
24189
24190         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24191
24192         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24193         with make-char.
24194
24195         * mm-util.el (mm-make-char): Remove.
24196
24197         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24198         add-minor-mode.
24199
24200         * gnus-undo.el (gnus-undo-mode): do.
24201
24202         * gnus-topic.el (gnus-topic-mode): do.
24203
24204         * gnus-sum.el (gnus-dead-summary-mode): do.
24205
24206         * gnus-start.el (gnus-slave-mode): do.
24207
24208         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24209
24210         * gnus-ml.el (gnus-mailing-list-mode): do.
24211
24212         * gnus-gl.el (gnus-grouplens-mode): do.
24213
24214         * gnus-draft.el (gnus-draft-mode): do.
24215
24216         * gnus-dired.el (gnus-dired-mode): do.
24217
24218         * gnus-ems.el (gnus-add-minor-mode): Remove.
24219
24220         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24221         Replace gnus-char-width with char-width.
24222
24223         * gnus-ems.el (gnus-char-width): Remove.
24224
24225         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24226         Replace gnus-char-width with char-width.
24227
24228         * gnus-ems.el (gnus-char-width): Remove.
24229
24230         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24231         definition.
24232         Remove Emacs 20 hash table compatibility code.
24233
24234         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24235         20 compatibility code.
24236
24237         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24238
24239         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24240
24241         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24242         Replace with point-at-{eol,bol}.
24243
24244         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24245
24246         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24247
24248         * flow-fill.el (fill-flowed-point-at-bol)
24249         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24250
24251         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24252         Replace with point-at-{eol,bol} throughout all files.
24253
24254 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24255
24256         * ntlm.el (ntlm-string-as-unibyte): New macro.
24257         (ntlm-build-auth-response): Use it.
24258
24259         Remove Emacs 20 stuff:
24260         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24261         (butlast, mapc, remove): Remove the compiler macros.
24262         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24263         of delq and copy-sequence.
24264         * gnus-art.el (popup-menu): Remove the compiler macro.
24265         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24266         Emacs 20.
24267
24268 2004-01-05  Simon Josefsson  <jas@extundo.com>
24269
24270         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24271         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24272         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24273         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24274         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24275         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24276         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24277         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24278         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24279         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24280         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24281         string-xor into ntlm-string-xor.
24282         Suggested by Jesper Harder <harder@myrealbox.com>.
24283
24284         * ntlm.el: Don't include poem.
24285
24286         * md4.el (print-int32, print-string-hexa): Remove.
24287         Suggested by Jesper Harder <harder@myrealbox.com>.
24288
24289         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24290
24291         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24292         probably breaks emacs with DL patch, but do we care? Is anyone
24293         still using the DL stuff?)
24294
24295         * sieve-manage.el: Use the password package.
24296         (sieve-manage-read-passwd): Remove.
24297         (sieve-manage-interactive-login): Use password.  Re-add
24298         condition-case around loop.
24299
24300         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24301         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24302         Use the password package.
24303
24304 2003-02-19  Simon Josefsson  <jas@extundo.com>
24305
24306         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24307         token.
24308
24309 2002-08-07  Simon Josefsson  <jas@extundo.com>
24310
24311         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24312         (sieve-manage-authenticators):
24313         (sieve-manage-authenticator-alist): Add some SASL mechs.
24314         (sieve-sasl-auth): New function.
24315         (sieve-manage-cram-md5-auth):
24316         (sieve-manage-plain-auth): Rewrite using SASL library.
24317         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24318         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24319         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24320         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24321
24322 2004-01-05  Simon Josefsson  <jas@extundo.com>
24323
24324         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24325         New files.
24326
24327 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24328
24329         * gnus-group.el (gnus-no-groups-message): Update.
24330
24331         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24332
24333 2003-11-09  Simon Josefsson  <jas@extundo.com>
24334
24335         * imap.el: Support for ID IMAP extension (RFC 2971).
24336         (imap-local-variables): Add imap-id.
24337         (imap-id): New variable.
24338         (imap-id): New function.
24339         (imap-parse-response): Parse untagged ID response.
24340         * nnimap.el (nnimap-id): New variable.
24341         (nnimap-open-connection): Use it.
24342
24343 2003-12-28  Simon Josefsson  <jas@extundo.com>
24344
24345         * gnus-score.el (gnus-score-edit-all-score): New.
24346         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24347
24348 2004-01-04  Simon Josefsson  <jas@extundo.com>
24349
24350         * password.el: Add.
24351
24352 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24353
24354         * dns.el (dns-query-types): Fix typo.
24355         (dns-query-types): New function.
24356         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24357         PTR and SOA replies, see RFC 1035.
24358
24359 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24360
24361         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24362
24363         * Move to Changelog.2.
24364
24365 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24366
24367         * gnus.el (gnus-version-number): Bump version.
24368
24369 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24370
24371         * gnus.el: No Gnus v0.1 is released.
24372
24373 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24374
24375         * gnus.el: No Gnus v0.0 is released.
24376
24377 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24378
24379         * gnus.el (gnus-version-number): Bump.
24380         (gnus-version): No.
24381
24382 See ChangeLog.2 for earlier changes.
24383
24384   Copyright (C) 2004-2012  Free Software Foundation, Inc.
24385
24386   This file is part of GNU Emacs.
24387
24388   GNU Emacs is free software: you can redistribute it and/or modify
24389   it under the terms of the GNU General Public License as published by
24390   the Free Software Foundation, either version 3 of the License, or
24391   (at your option) any later version.
24392
24393   GNU Emacs is distributed in the hope that it will be useful,
24394   but WITHOUT ANY WARRANTY; without even the implied warranty of
24395   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24396   GNU General Public License for more details.
24397
24398   You should have received a copy of the GNU General Public License
24399   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24400
24401 ;; Local Variables:
24402 ;; coding: utf-8
24403 ;; fill-column: 79
24404 ;; add-log-time-zone-rule: t
24405 ;; End: