lisp/ChangeLog (2012-02-19, 2012-01-27): Author fix
[gnus] / lisp / ChangeLog
1 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2
3         * auth-source.el (auth-source-format-prompt): Don't get confused by
4         any "\" in replacement text.  (Bug#13637)
5
6 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
7
8         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
9         (gnus-backend-trace): Honour gnus-backend-trace.
10
11         * mml.el (mml-insert-part): Insert closing tag.
12
13         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
14
15 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
18         able to find the article, which can happen in debbugs groups,
19         apparently.
20
21 2013-01-16  Glenn Morris  <rgm@gnu.org>
22
23         * smiley.el (smiley-style): Make the file loadable in batch mode.
24
25 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26
27         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
28         imap process running.
29
30 2013-01-14  Julien Danjou  <julien@danjou.info>
31
32         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
33         Compare addresses against addresses, not against the full From field.
34
35 2013-01-13  Richard Stallman  <rms@gnu.org>
36
37         * message.el (message-forward-make-body-mime): New args BEG, END
38         specify what part of FORWARD-BUFFER to use.  Do the work directly
39         instead of calling `mml-insert-buffer'.
40
41 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
42
43         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
44         cross-reference(s).
45
46         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
47         cross-reference(s).
48
49 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
50
51         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
52         and point-max-marker.
53         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
54
55 2013-01-11  Julien Danjou  <julien@danjou.info>
56
57         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
58         max are almost equal. Also return the correct value for V which is
59         already between 0 and 1.
60
61 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
62
63         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
64         to mml2015-encrypt-to-self.
65         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
66
67 2013-01-09  Daiki Ueno  <ueno@gnu.org>
68
69         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
70         mml-smime-epg-find-usable-secret-key.
71
72 2013-01-08  Glenn Morris  <rgm@gnu.org>
73
74         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
75
76 2013-01-07  Daiki Ueno  <ueno@gnu.org>
77
78         * mml-smime.el: Support signing by sender.
79         Requested by Uwe Brauer.
80         (mml-smime-sign-with-sender): New user option analogous
81         to mml2015-sign-with-sender.
82         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
83         (mml-smime-epg-find-usable-secret-key): New helper function copied from
84         mml2015.el.
85
86 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
89         isn't running, because Gnus will probably not know how to handle the
90         Gcc header (bug#11941).
91
92         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
93         articles.
94
95 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * nnfolder.el (nnfolder-recursive-directory-files): New function.
98         (nnfolder-generate-active-file): Make this function work with recursive
99         folder names.
100
101 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
102
103         * nntp.el (nntp-open-connection): Use HELP as the capability command
104         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
105         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
106
107 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
108
109         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
110         place holder since this gives `Invalid face reference: nil' messages.
111         Use the `default' face instead.  It has the same effect here, even
112         though it is not no-op.
113
114         * gnus-util.el
115         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
116
117 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
120         non-string posting styles (bug#13285).
121
122 2012-12-27  Glenn Morris  <rgm@gnu.org>
123
124         * plstore.el (plstore-passphrase-callback-function):
125         Use plstore-get-file.
126
127 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
128
129         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
130         stderr.
131
132 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
133
134         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
135
136         * gnus-compat.el (set-buffer-multibyte): Remove.
137
138 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
139
140         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
141         temporary file to get PGP key image. Pass no-show-photos when extracting
142         image to avoid having it pop up twice.
143
144 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
145
146         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
147         eligible for treatment.
148
149         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
150         lines.  This makes summary commands with hidden threads work more
151         reliably.
152
153         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
154         button to mark the hidden citations (bug#9395).
155
156 2012-12-26  Daiki Ueno  <ueno@gnu.org>
157
158         * mml2015.el (mml2015-epg-signature-to-string): New function.
159         (mml2015-epg-verify-result-to-string): New function.
160         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
161         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
162         instead of epg-verify-result-to-string.
163         (epg-signature-key-id, epg-signature-to-string): Autoload.
164         (epg-verify-result-to-string): Remove autoload.
165
166 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
167
168         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
169         ID image from GPG public key.
170         (mml2015-epg-key-image-to-string): New function.
171
172 2012-12-25  Leo Liu  <sdl.web@gmail.com>
173
174         * plstore.el (plstore-passphrase-callback-function): Fix error when
175         error when plstore-cache-passphrase-for-symmetric-encryption is set
176         (bug#13264).
177
178 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
181         buffer to the article buffer here, because that clobbers multiple
182         article buffers.
183
184         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
185         buffer always points to the right summary buffer.
186
187 2012-12-25  John Wiegley  <jwiegley@gmail.com>
188
189         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
190         the password (bug#12097).
191
192 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
193
194         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
195         (bug#13263).
196
197         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
198         buffer exists before using it (bug#12475).
199
200         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
201         offline groups (bug#11937).
202
203         * message.el (message-yank-original): When using customize to set the
204         value of `message-cite-style', the variable it set to a symbol that's
205         the name of the variable, which must then be dereferenced (bug#12616).
206
207 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
208
209         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
210         the `face' property with a list whose car is the face specified in the
211         format string and whose cdr is (nil).
212         * lisp/gnus-util.el
213         (gnus-put-text-property-excluding-characters-with-faces):
214         Change accordingly.
215         (gnus-get-text-property-excluding-characters-with-faces): New function.
216         * lisp/gnus-sum.el (gnus-summary-highlight-line):
217         * lisp/gnus-salt.el (gnus-tree-highlight-node):
218         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
219
220 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
221
222         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
223         login methods.
224         (nnimap-login): Respect the `nnimap-authenticator' variable.
225
226         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
227         mark state when moving articles.  Otherwise unticked articles will get
228         their ticks back after moving.
229
230 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
231
232         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
233
234         * message.el (message-ignored-news-headers): Always remove
235         X-Message-SMTP-Method to avoid information leakage if the user
236         mistakenly inserts the header into news messages.
237
238         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
239
240         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
241         right than four characters, this command would move point to
242         `point-max'.  Don't do that.
243
244         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
245         to nil to allow re-selecting groups that gain articles.
246         (gnus-bug-group-download-format-alist): Update the URL.
247
248 2012-12-23  Andreas Schwab  <schwab@suse.de>
249
250         * shr.el (shr-tag-em): Render em as italic, not bold.
251
252 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
253
254         * gnus-int.el (gnus-backend-trace): Factor out into its own function
255         for reuse.
256         (gnus-open-server): Use it to add more tracing.
257         (gnus-finish-retrieve-group-infos): Add backend tracing.
258         (gnus-backend-trace): Also note the elapsed seconds.
259
260 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
261
262         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
263         Set epa-file-encrypt-to from variable to avoid querying.
264
265 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
266
267         * sieve-mode.el (sieve-font-lock-keywords):
268         Keywords should be word delimited.  (Bug#13173)
269
270 2012-12-13  Andreas Schwab  <schwab@suse.de>
271
272         * tls.el (tls-program): Update customize type.
273
274 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
277         instead of <pre> to align message header.
278
279 2012-12-12  Sam Steingold  <sds@gnu.org>
280
281         * gnus.el (gnus-other-frame-resume-function): Add user option.
282         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
283
284 2012-12-06  Sam Steingold  <sds@gnu.org>
285
286         * gnus-start.el (gnus-before-resume-hook): Add.
287         (gnus-1): Run it when Gnus is alive.
288
289 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
292         * gnus-art.el (article-unsplit-urls)
293         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
294         * gnus-registry.el (gnus-registry-get-article-marks)
295         * message.el (message-goto-body): Use it.
296         (message-called-interactively-p): Remove.
297
298         * spam-stat.el (spam-stat-called-interactively-p): New macro.
299         (spam-stat-score-buffer): Use it.
300
301         * spam.el: Silence the warnings against BBDB functions when compiling.
302
303         * gnus-score.el (gnus-score-decode-text-parts):
304         Use append+mapcar instead of the cl function mapcan.
305
306 2012-12-05  Sam Steingold  <sds@gnu.org>
307
308         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
309         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
310         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
311
312 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
313
314         * gmm-utils.el (gmm-called-interactively-p): Revert.
315         This seems to cause Emacs to get stuck!
316         * gnus-art.el (article-unsplit-urls)
317         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
318         * gnus-registry.el (gnus-registry-get-article-marks)
319         * message.el (message-goto-body)
320         (message-called-interactively-p): Revert.
321
322         * gmm-utils.el (gmm-called-interactively-p): New function.
323         * gnus-art.el (article-unsplit-urls)
324         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
325         * gnus-registry.el (gnus-registry-get-article-marks)
326         * message.el (message-goto-body): Use it.
327         (message-called-interactively-p): Remove.
328
329         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
330         * gnus-sync.el (gnus-sync-lesync-call)
331         * message.el (message-read-from-minibuffer): Use it.
332
333 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * gmm-utils.el (gmm-flet): Remove.
336         * gnus-sync.el (gnus-sync-lesync-call)
337         * message.el (message-read-from-minibuffer): Don't use it.
338
339 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * gmm-utils.el (gmm-labels): Use cl-labels if available.
342
343 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
346
347         * gnus-sync.el (gnus-sync-lesync-call)
348         * message.el (message-read-from-minibuffer): Use gmm-flet.
349
350         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
351
352         * gnus-util.el (gnus-macroexpand-all): Remove.
353
354 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
355
356         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
357         to TAB, not [tab].
358         (gnus-summary-article-map): Likewise.
359
360         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
361         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
362
363 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
364
365         * time-date.el: Commentary fix.
366
367 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
368
369         * color.el: Don't require cl.
370         (color-complement): `caddr' -> `nth 2'.
371
372         * time-date.el (time-to-seconds): De-obsolete.
373
374 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * message.el (message-get-reply-headers):
377         Make sure the reply goes to the author if it is a wide reply.
378
379 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
380
381         * gnus-score.el (gnus-score-body):
382         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
383         scoring by body.
384
385 2012-11-16  Glenn Morris  <rgm@gnu.org>
386
387         * gnus-diary.el (nndiary-request-create-group-functions)
388         (nndiary-request-update-info-functions)
389         (gnus-subscribe-newsgroup-functions)
390         (nndiary-request-accept-article-functions):
391         Use new names for hooks rather than obsolete aliases.
392
393 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
394
395         * dgnushack.el (define-obsolete-variable-alias): Simplify.
396
397 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
400         in meta tag with the one the part specifies in its header.
401
402 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
403
404         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
405         by default.
406
407 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
410         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
411
412 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
415         and a runtime function for it, of which the XEmacs version takes only
416         two arguments.
417
418 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
419
420         * nndiary.el (nndiary-request-create-group-functions)
421         (nndiary-request-update-info-functions)
422         (nndiary-request-accept-article-functions):
423         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
424         "-hooks" suffix.
425
426 2012-10-19  Julien Danjou  <julien@danjou.info>
427
428         * gnus-art.el: Require gnus-util because it uses
429         `gnus-timer--function'.
430
431 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
432
433         * starttls.el (starttls-extra-arguments): Doc fix.
434
435 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
438         it.
439
440 2012-10-06  Glenn Morris  <rgm@gnu.org>
441
442         * gnus-notifications.el (gnus-notifications):
443         Add missing group :version tag.
444         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
445         (gnus-gcc-post-body-encode-hook):
446         * gnus-sync.el (gnus-sync-lesync-name)
447         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
448
449 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
450
451         * color.el (color-hsl-to-rgb): Fix incorrect results for
452         small and large hue values.  (Bug#12559)
453
454 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         New UIDL implementation.
457
458         * mail-source.el (mail-sources, mail-source-keyword-map):
459         Add :leave as a pop3 keyword.
460         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
461
462         * pop3.el (pop3-leave-mail-on-server): Allow number.
463         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
464         (pop3-movemail): Add UIDL support.
465         (pop3-send-streaming-command): Take a list of mail numbers instead of
466         the number of mails.
467         (pop3-write-to-file): Add X-UIDL header.
468         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
469         (pop3-uidl-add-xheader): New functions.
470
471         * message.el (message-ignored-resent-headers):
472         Add X-Content-Length and X-UIDL headers.
473
474 2012-10-05  Glenn Morris  <rgm@gnu.org>
475
476         * color.el (color-name-to-rgb, color-rgb-to-hex)
477         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
478         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
479         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
480         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
481
482 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
485         a user about whether to delete temp files if once a user answered as n.
486
487 2012-09-25  Chong Yidong  <cyd@gnu.org>
488
489         * password-cache.el (password-read-and-add): Use a declare form to mark
490         this function obsolete.
491
492 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * lpath.el: Bind mail-encode-mml for old Emacsen.
495
496 2012-09-17  Richard Stallman  <rms@gnu.org>
497
498         * message.el (message-in-body-p): Don't set mark or modify buffer.
499
500         * mml.el (mml-attach-file): Doc fix.
501         (mml-attach-external, mml-attach-buffer, mml-attach-file):
502         Set mail-encode-mml when in Mail mode.
503         Simplify code to set HEAD and move back to HEAD.
504         (mml-insert-multipart, mml-insert-part):
505         Set mail-encode-mml when in Mail mode.
506
507 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * gnus-util.el (gnus-timer--function): New function.
510
511         * gnus-art.el (gnus-article-stop-animations): Use it.
512
513 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
514
515         Fix glitches caused by addition of psec to timers.
516         * gnus-art.el (gnus-article-stop-animations): Use timer--function
517         rather than raw access to timer vector.
518
519 2012-09-11  Julien Danjou  <julien@danjou.info>
520
521         * gnus-notifications.el (gnus-notifications): Check for nil values in
522         ignored addresses check.
523
524 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
525
526         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
527
528 2012-09-07  Chong Yidong  <cyd@gnu.org>
529
530         * gnus-util.el
531         (gnus-put-text-property-excluding-characters-with-faces): Restore.
532
533         * gnus-salt.el (gnus-tree-highlight-node):
534         * gnus-sum.el (gnus-summary-highlight-line):
535         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
536
537 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
538
539         * gnus-util.el: Fix compilation error on XEmacs 21.4.
540
541 2012-09-06  Juri Linkov  <juri@jurta.org>
542
543         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
544         scheme for buffer names to be more consistent with other group and
545         article buffer names in Gnus.
546
547 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
548
549         * gnus-util.el
550         (gnus-put-text-property-excluding-characters-with-faces): Removed.
551
552         * gnus-compat.el: Define compat function `add-face' from Wolfgang
553         Jenkner.
554
555         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
556
557         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
558
559         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
560
561 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
564         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
565
566         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
567         string-prefix-p in Emacs >=23.2.
568
569         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
570         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
571         instead of string-match-p.
572         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
573
574 2012-09-06  Kenichi Handa  <handa@gnu.org>
575
576         * qp.el (quoted-printable-decode-region): Fix previous change; handle
577         lowercase a..f.
578
579 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
580
581         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
582
583 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
584
585         * nnimap.el (nnimap-request-move-article): Decode the group name when
586         doing internal moves to avoid charset issues.
587
588         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
589         TIME is set.
590
591 2012-09-05  Juri Linkov  <juri@jurta.org>
592
593         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
594         than one group at a time (bug#11961).
595
596 2012-09-05  Julien Danjou  <julien@danjou.info>
597
598         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
599         this hide the real reason with a message giving absolutely no hint.
600
601 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
602
603         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
604         to the backend (bug#11804).
605
606         * message.el (message-insert-newsgroups): Don't insert newsgroup
607         duplicates (bug#12275).
608
609 2012-09-05  John Wiegley  <johnw@newartisans.com>
610
611         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
612         sieve rules.
613
614 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
615
616         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
617         function.
618
619         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
620
621         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
622
623 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
624
625         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
626         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
627         This should make nnmaildir more usable with offlineimap.
628
629 2012-09-05  Julien Danjou  <julien@danjou.info>
630
631         * nnimap.el (nnimap-request-list): Revert change that made listing
632         synchronous.
633         (nnimap-get-responses): Restore.
634
635 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
636
637         * dgnushack.el: XEmacs 21.5 compilation fix.
638
639         * gnus-notifications.el (gnus-notifications-notify): Use it.
640
641         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
642         warnings on XEmacs.
643
644 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
645
646         Better seeds for (random).
647         * gnus-sync.el (gnus-sync-lesync-setup):
648         * message.el (message-canlock-generate, message-unique-id):
649         Change (random t) to (random), now that the latter is more random.
650
651 2012-08-31  Dave Abrahams  <dave@boostpro.com>
652
653         * nnimap.el (nnimap-change-group): Document result value
654
655         * auth-source.el (auth-sources): Fix macos keychain access.
656
657         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
658         allow the backend `request-head' function to determine the group
659         name on its own.
660         (gnus-request-expire-articles): Filter out negative article numbers
661         during expiry (Bug#11980).
662
663         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
664         O(N^2) to O(N).  This makes warping into huge groups tolerable.
665
666         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
667         you've found the article when you haven't.
668
669         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
670         that nnimap-change-group can return t.
671
672 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
673
674         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
675
676 2012-08-30  Julien Danjou  <julien@danjou.info>
677
678         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
679         `gnus-notifications-timeout'.
680         (gnus-notifications-timeout): Add.
681         (gnus-notifications-action): New function.
682         (gnus-notifications-notify): Add :action using
683         `gnus-notifications-action'.
684         (gnus-notifications-id-to-msg): New variable.
685         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
686         notifications id to messages.
687
688 2012-08-30  Kenichi Handa  <handa@gnu.org>
689
690         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
691         once.
692
693 2012-08-29  Julien Danjou  <julien@danjou.info>
694
695         * gnus-notifications.el: New file.
696         (gnus-notifications-notify): New function.
697         (gnus-notifications): Use `gnus-notifications-notify'.
698
699 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
702         transfer encoding first; bind gnus-newsgroup-charset to the charset
703         that the article specifies (Bug#12209).
704
705 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
708         (gnus-group-customize-done): Encode values posting-style holds.
709
710         * gnus-msg.el (gnus-summary-resend-message)
711         (gnus-configure-posting-styles): Decode values posting-style group
712         parameter holds.
713
714 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
717         `name' and `address' in Resent-From header.
718
719 2012-08-14  Chong Yidong  <cyd@gnu.org>
720
721         * gnus-art.el (article-display-face): Handle failure in
722         gnus-create-image (Bug#11802).
723
724 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
725
726         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
727         Use defsetf.
728
729 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
730
731         * auth-source.el: (auth-source-plstore-search)
732         (auth-source-secrets-search): Ignore :require and :type in search spec.
733
734 2012-08-06  Julien Danjou  <julien@danjou.info>
735
736         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
737         `nnimap-request-move-article'.
738
739         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
740         Remove autoload, already handled by gnus.el.
741
742         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
743
744         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
745         supported by nnimap actually. Reverts previous change.
746
747         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
748         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
749         to-buffer argument that is already supported.
750
751 2012-08-05  Julien Danjou  <julien@danjou.info>
752
753         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
754         Add autoload.
755
756 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gnus.el (gnus-valid-select-methods): Fix custom type.
759
760 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
761
762         * auth-source.el (auth-sources, auth-source-backend-parse)
763         (auth-source-macos-keychain-search)
764         (auth-source-macos-keychain-search-items)
765         (auth-source-macos-keychain-result-append)
766         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
767         auth-source.el through the /usr/bin/security utility.
768         (auth-sources): Fix syntax error.
769         (auth-source-macos-keychain-result-append): Fix variable name.
770         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
771
772 2012-07-27  Julien Danjou  <julien@danjou.info>
773
774         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
775         Emacs < 24.1
776
777 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * message.el (message-kill-address): Don't kill last newline.
780         (message-skip-to-next-address): Don't move to the next header.
781         (message-fill-field-address): Work properly.
782
783 2012-07-25  Julien Danjou  <julien@danjou.info>
784
785         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
786
787 2012-07-24  Julien Danjou  <julien@danjou.info>
788
789         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
790
791         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
792         (nntp-async-timer-handler): Remove, unused.
793
794         * nnimap.el (nnimap-get-responses): Remove, unused.
795
796         * nnheader.el (mail-header-set-extra): Remove, unused.
797
798         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
799         unused.
800
801         * mm-view.el (mm-view-sound-file): Remove, unused.
802
803         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
804         (mm-url-encode-multipart-form-data): Remove, unused.
805
806         * message.el (message-remove-signature, message-make-host-name)
807         (message-fill-address): Remove, unused.
808
809         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
810         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
811         unused.
812
813         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
814         (gnus-xmas-call-region): Remove, unused.
815
816         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
817
818         * gnus-util.el (gnus-extract-address-component-name)
819         (gnus-extract-address-component-email, gnus-sortable-date)
820         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
821         (gnus-process-live-p): Remove, unused.
822
823         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
824
825         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
826         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
827         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
828         function.
829
830         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
831
832         * gnus-score.el (gnus-summary-score-crossposting)
833         (gnus-score-regexp-bad-p): Remove, unused.
834
835         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
836
837         * gnus-range.el (gnus-sublist-p): Remove, unused.
838
839         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
840         unused.
841
842         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
843
844         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
845         (gnus-request-associate-buffer): Remove, unused.
846
847         * gnus-group.el (gnus-group-set-method-info)
848         (gnus-group-set-params-info): Remove, unused.
849
850         * gnus-fun.el (gnus-shell-command-to-string)
851         (gnus-shell-command-on-region): Remove, unused.
852
853         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
854
855         * gnus-art.el (gnus-article-text-type-exists-p)
856         (article-translate-characters, gnus-article-hide-text-of-type)
857         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
858         Remove, unused.
859
860 2012-07-22  Andrew Cohen  <cohen@bu.edu>
861
862         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
863
864 2012-07-21  Julien Danjou  <julien@danjou.info>
865
866         * message.el (message-dont-reply-to-names): Replace deprecated
867         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
868         (message-get-reply-headers): Ditto.
869
870 2012-07-18  Julien Danjou  <julien@danjou.info>
871
872         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
873         `sieve-upload-and-kill'.
874
875         * sieve.el (sieve-bury-buffer): Remove function.
876         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
877         (sieve-upload-and-kill): New function, mapped to C-c C-c.
878
879 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
880
881         * shr.el (shr-expand-url): Handle URL starting with `//'.
882
883 2012-07-13  Chong Yidong  <cyd@gnu.org>
884
885         * smime.el (smime-certificate-info): Set buffer-read-only directly,
886         instead of calling toggle-read-only with a (bogus) argument.
887
888 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
889
890         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
891         of initial input when reading the author to restrict the summary to.
892
893 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * mm-decode.el (mm-shr):
896         Allow overriding charset by mm-charset-override-alist.
897
898 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * gnus-art.el (gnus-article-view-part):
901         Toggle subparts of multipart/alternative part.
902
903 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
904
905         * shr.el (shr-render-buffer): New command.
906         (shr-visit-file): Use it.
907
908 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
911         Set no-byte-compile and no-update-autoloads.
912
913 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
916
917 2012-06-25  Julien Danjou  <julien@danjou.info>
918
919         * nnimap.el (nnimap-request-articles-find-limit): Rename from
920         `nnimap-request-move-articles-find-limit' since we do not use it only
921         for move operations.
922         (nnimap-request-accept-article): Use
923         `nnimap-request-articles-find-limit' to limit search by message-id.
924
925 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
926
927         Support higher-resolution time stamps (Bug#9000).
928
929         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
930         VARLIST.  It's optional, for backward compatibility.
931         (encode-time-value): New optional arg PICO.  New type 3.
932         (time-to-seconds) [!float-time]: Support the new picoseconds
933         component if it's used.
934         (seconds-to-time, time-subtract, time-add):
935         Support ps-resolution time stamps as well.
936
937 2012-06-19  Julien Danjou  <julien@danjou.info>
938
939         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
940
941         * nnimap.el (nnimap-log-buffer): Check that
942         `window-point-insertion-type' is boundp, since it's not available in
943         XEmacs.
944
945 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
946
947         * nnimap.el (nnimap-log-buffer): Add this, setting
948         `window-point-insertion-type' in the buffer to t.
949         (nnimap-log-command): Use nnimap-log-buffer.
950
951 2012-06-19  Julien Danjou  <julien@danjou.info>
952
953         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
954         argument to be able to limit the search.
955         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
956         (nnimap-request-move-articles-find-limit): Add this to limit the search
957         by Message-Id after a message move.
958         (nnimap): Add defgroup.
959
960 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
961
962         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
963
964 2012-06-15  Julien Danjou  <julien@danjou.info>
965
966         * nnimap.el (nnimap-find-article-by-message-id): Use
967         `nnimap-possibly-change-group' rather than its own EXAMINE call.
968         (nnimap-possibly-change-group): Add read-only argument.
969         (nnimap-request-list): Use nnimap-possibly-change-group rather than
970         issuing EXAMINE manually.
971         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
972         with read-only argument.
973         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
974         cannot possibly change because we need to be sure that it's either
975         read-write or read-only.
976
977 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
980         being bound to a lambda form.
981
982 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
983
984         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
985         articles when fetch-old is non-nil (bug#11370).
986
987 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
988
989         * gnus-picon.el (gnus-picon-properties): New defcustom.
990         (gnus-picon-create-glyph): Use it.
991
992 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-group.el (gnus-group-get-new-news): Respect
995         `gnus-group-use-permanent-levels', as documented (bug#11638).
996
997 2012-06-10  Dave Abrahams  <dave@boostpro.com>
998
999         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1000         groups (bug#11641).
1001
1002 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1003
1004         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1005         is an integer to avoid later problems.
1006
1007 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1010         locales.
1011
1012         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1013         on a handle.
1014
1015         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1016         address as the default.
1017         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1018
1019         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1020         makes no sense to query the user about internal files.
1021
1022         * gnus-spec.el: Remove all the byte-compilation stuff, since
1023         benchmarking shows that it doesn't help when entering large summary
1024         buffers.
1025
1026         * gnus-xmas.el (gnus-xmas-define): Remove.
1027
1028         * gnus-util.el (gnus-byte-code): Remove.
1029
1030         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1031         grouplens stuff.
1032
1033 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1036         (bug#11514).
1037
1038 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1039
1040         * message.el (message-buffers): Return all buffers derived from Message
1041         to make `gnus-dired-attach' work with mu4e.
1042
1043 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1044
1045         * nntp.el: Stop the `letf' madness.
1046         (nntp--report-1): New var.
1047         (nntp-report): Merge nntp-report-1 into it.
1048         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1049         the nntp-report function.
1050
1051         * auth-source.el: Fix comment-style to follow the convention.
1052
1053 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1054
1055         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1056         (mm-dissect-singlepart): Don't guess the MIME type of
1057         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1058         set.
1059         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1060         toplevel MIME type is multipart/encrypted.
1061
1062 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1065         a string so that Gcc works (bug#11514).
1066
1067 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1068
1069         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1070         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1071
1072 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1073
1074         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1075         jumping to *Server* from a dedicated *Group* window.
1076         (gnus-configure-frame): CSE.
1077
1078         * gnus-registry.el: Minor style cleanup.
1079         (gnus-registry--set/remove-mark): New function, extracted from
1080         gnus-registry-install-shortcuts.
1081         (gnus-registry-install-shortcuts): Use it.
1082
1083 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * nnspool.el (news-path): Use eval-and-compile.
1086
1087 2012-05-24  Glenn Morris  <rgm@gnu.org>
1088
1089         * nnspool.el (news-directory, news-path, news-inews-program):
1090         Move here from paths.el.  Don't see a need for these to be autoloaded.
1091
1092         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1093         Merge in doc from paths.el version.  Don't see any need for this to be
1094         autoloaded, or for the warning about users not setting it.
1095
1096 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1097
1098         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1099         format.  In particular, add an optional argument and a docstring.
1100
1101         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1102
1103         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1104         current before calling `gnus-groups-to-gnus-format'.
1105         Note that this was already the case for `gnus-active-to-gnus-format'.
1106
1107 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1108
1109         Fix minor Y10k bug.
1110         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1111
1112 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1113
1114         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1115         message once it's actually open.
1116
1117 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1118
1119         * gnus.el: Ma Gnus v0.5 is released.
1120
1121 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1122
1123         * auth-source.el (auth-source--aput-1, auth-source--aput)
1124         (auth-source--aget): New functions and macros.
1125         Use them instead of aput/aget.
1126
1127 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1128
1129         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1130
1131 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1132
1133         * plstore.el (plstore-called-interactively-p): New compat macro copied
1134         from message.el.
1135         (plstore-mode): Use it.
1136
1137 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1138
1139         * plstore.el: Revive the editing feature.
1140         (plstore-mode): New mode to edit plstore file.
1141         (plstore-mode-toggle-display, plstore-mode-original)
1142         (plstore-mode-decoded): New command.
1143         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1144         (plstore--insert-buffer, plstore--make): New function.
1145         (plstore-open, plstore-save): Simplify by using them.
1146
1147 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1150
1151 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1152
1153         * tls.el (open-tls-stream): Remove unused binding.
1154
1155 2012-04-16  Glenn Morris  <rgm@gnu.org>
1156
1157         * nndraft.el (nndraft-request-list): Fix declaration.
1158
1159 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * mm-decode.el (mm-dissect-buffer): Doc fix.
1162
1163         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1164         don't have a current group.
1165
1166         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1167         buffer if it doesn't exist.
1168
1169         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1170         given, mark the group as ephemeral with the current window conf.
1171
1172         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1173         buffer exists, which it doesn't if we haven't started Gnus.
1174         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1175
1176 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1179         type is.
1180
1181         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1182         `unexists' entries.
1183         (gnus-clean-old-newsrc): Fix last checkin.
1184
1185         * nnimap.el (nnimap-update-info): None of the articles below the active
1186         low-water mark exist.
1187
1188         * dgnushack.el: Get rid of XEmacs compilation warning.
1189
1190         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1191         would have gotten if we posted to the group, and use that to compare
1192         against the message we want to cancel (bug#10808).
1193
1194         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1195         on XEmacs.
1196
1197 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1198
1199         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1200         `scroll-margin'.
1201
1202 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1203
1204         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1205         citation prefix within a block of cited text should be considered part
1206         of that block *only* if it is a blank line.
1207
1208 2012-04-09  Chong Yidong  <cyd@gnu.org>
1209
1210         * binhex.el, hashcash.el, uudecode.el:
1211         Remove * characters from the front of variable docstrings.
1212
1213 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1216         before kinsoku-bol characters nor within kinsoku-eol characters.
1217
1218 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1221         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1222         (gnus-sync-read): Use mapc instead of mapcar.
1223
1224         * mm-archive.el: Require mm-decode for some macros.
1225         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1226         the byte compiler.
1227         (mm-archive-decoders): New function that returns the value of
1228         the mm-archive-decoders variable.
1229
1230         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1231         instead.
1232         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1233
1234         * nnimap.el (gnus-refer-thread-use-nnir):
1235         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1236
1237 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1240
1241 2012-03-12  Peter Münster  <pmrb@free.fr>
1242
1243         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1244         (gnus-demon-cancel): Ditto.
1245         (gnus-demon-run-callback): When function cannot be called due to low
1246         idleness, call it when idleness reaches the expected value, instead of
1247         waiting another timer period.
1248         (gnus-demon-init): Add `time' to arguments of call-back.
1249
1250 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1253
1254         * gnus.el: Register gnus-registry functions.
1255
1256         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1257         indent.
1258
1259         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1260         enabled before warping.
1261
1262 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1263
1264         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1265         registry about each article retrieved.
1266
1267         * gnus-int.el (gnus-select-group-with-message-id): New function.
1268         (gnus-try-warping-via-registry): Ditto.
1269         (gnus-warp-to-article): Fall back on the registry.
1270
1271 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1272
1273         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1274         inboxes.
1275
1276 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1279
1280 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1283         gnus-gcc-self-resent-messages may be a group parameter.
1284         (gnus-summary-resend-message): Don't encode encoded words in header
1285         when Gcc'ing resent message.
1286
1287 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * shr.el (shr-insert): Treat non-breaking space just like normal
1290         space.  This seems to produce more pleasing results.
1291         (shr-insert): Only insert a blank line if we're starting from an image.
1292         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1293         (shr-ensure-paragraph): Consider lines with white space to be blank.
1294
1295 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1296
1297         * Makefile.in: Respect DESTDIR.
1298
1299 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1300
1301         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1302         and gnus-gcc-post-body-encode-hook.
1303
1304 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1307         messages that don't exist.
1308
1309         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1310
1311 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1314         Remove.
1315
1316         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1317
1318         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1319
1320 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1323         have a group name.
1324
1325         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1326         a multibyte buffer (bug#7410).
1327         (article-wash-html): Parse the original article buffer to get the
1328         unencoded data (bug#7410).
1329
1330         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1331         .newsrc.el files.
1332
1333 2012-04-05  Bastien Guerry  <bzg@altern.org>
1334
1335         * color.el (color-lighten-name): Fix typo.
1336
1337 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1340         "#" to avoid having them interpreted as comments.
1341
1342 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * shr.el (shr-insert): Update the text state properly to avoid
1345         inserting spurious paragraph starts.
1346
1347 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * shr.el (shr-table-widths): Divide the extra width more fairly over
1350         the TDs (bug#10973).
1351         (shr-render-td): Don't delete too much padding.
1352         (shr-natural-width): Compute the natural width more correctly.
1353         (shr-insert): Allow the natural width to be computed for tables again.
1354         (shr-tag-table-1): Rework how the natural widths are computed by
1355         rendering the table a third time.
1356         (shr-natural-width): Removed.
1357         (shr-buffer-width): New function.
1358         (shr-expand-newlines): Use it.
1359
1360         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1361         using a `gnus-use-full-window' setup (bug#11013).
1362
1363 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1366         24.1 release.
1367
1368 2012-03-10  David Edmondson  <dme@dme.org>
1369
1370         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1371         'Forwarded Message' header and the start of the message.
1372
1373 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1374
1375         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1376         isn't running (bug#10897).
1377
1378 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1381         This is inconsistent with all the other stream functions, which leave
1382         the setting up to the higher levels (if so wanted) (bug#10931).
1383
1384 2012-02-28  Glenn Morris  <rgm@gnu.org>
1385
1386         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1387         mm-decode.el: Standardize possessive apostrophe usage.
1388
1389 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1392
1393 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1394
1395         * parse-time.el (parse-time-string): Allow extractor to return nil.
1396
1397 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1400
1401 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1402
1403         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1404
1405 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1406
1407         * mm-decode.el (mm-shr): Remove "soft hyphens".
1408
1409         * nnimap.el (nnimap-request-list): Return the group names encoded as
1410         utf8.  Otherwise non-European group names don't work.
1411         (nnimap-request-newgroups): Ditto.
1412
1413         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1414         the default in `read-string' (bug#10757).
1415
1416         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1417         topics (bug#10843).
1418
1419         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1420         buffer.  Suggested by Herbert Valerio Riedel.
1421         (nnimap-request-move-article): Delete the message from the correct IMAP
1422         server.
1423
1424 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1425
1426         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1427         Reported by Peter Münster.
1428
1429 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1430
1431         * shr.el (shr-image-fetched): Make sure we really kill the right
1432         buffer.
1433
1434 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1435
1436         * gnus-start.el (gnus-1): Avoid duplicate entries.
1437
1438 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1439
1440         * imap.el: Remove.
1441
1442         * nntp.el (nntp-coding-system-for-read): Remove.
1443         (nntp-coding-system-for-write): Ditto.
1444         (nntp-open-connection): Just use `binary' directly.
1445
1446         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1447         Gnus 0.3.
1448
1449 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1450
1451         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1452         application/octet-stream parts really is.
1453
1454         * gnus-sum.el (gnus-propagate-marks): Remove.
1455
1456 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1457
1458         * shr.el (shr-rescale-image): Undo previous change; see
1459         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1460
1461 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1462
1463         * gnus.el: Ma Gnus v0.3 is released.
1464
1465 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1466
1467         * gnus-sum.el (gnus-summary-local-variables): Make
1468         `gnus-newsgroup-unexist' into a local variable.
1469
1470 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1471
1472         * registry.el (registry-usage-test, registry-persistence-test): Move to
1473         tests/gnustest-registry.el.
1474         (registry-make-testable-db, registry-match-test)
1475         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1476
1477         * gnus-registry.el (gnus-registry-misc-test)
1478         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1479
1480         * tests/gnustest-registry.el: New file with the registry and
1481         gnus-registry ERT tests.
1482
1483 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * gnus-msg.el (gnus-summary-resend-message): Make
1486         gnus-summary-resend-message-insert-gcc be last item in
1487         message-header-setup-hook.
1488
1489 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1490
1491         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1492         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1493         Remove.
1494         (nnfolder-open-server): Don't use marks.
1495         (nnfolder-request-delete-group): Ditto.
1496         (nnfolder-request-rename-group): Ditto.
1497         (nnfolder-request-set-mark, nnfolder-request-marks)
1498         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1499         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1500
1501         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1502         (nnml-marks-modtime): Remove.
1503         (nnml-request-delete-group): Don't use marks.
1504         (nnml-request-rename-group): Ditto.
1505         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1506         (nnml-save-marks, nnml-open-marks): Remove.
1507
1508         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1509         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1510         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1511         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1512         (nntp-server-to-method-cache): Remove.
1513
1514         * shr.el (shr-rescale-image): Fix wrong merge.
1515
1516 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1517
1518         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1519         too-wide lines.
1520
1521 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1522
1523         * nnimap.el (nnimap-record-commands): New variable.
1524         (nnimap-log-command): Use it.
1525         (nnimap-make-process-buffer): Add a space to the process buffer.
1526         (nnimap-transform-headers): Don't bug out on header lines containing
1527         stuff that look like IMAP length encodings.
1528
1529         * shr.el (shr-rescale-image): Allow viewing large images.
1530
1531 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1532
1533         * nnml.el (nnml-request-compact-group): Delete the marks file after
1534         compaction (bug#10800).
1535
1536         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1537         group exit.
1538
1539         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1540         QRESYNC/FETCH output.
1541
1542 2012-02-11  Glenn Morris  <rgm@gnu.org>
1543
1544         * sieve-manage.el (sieve-manage-default-stream):
1545         * shr.el (shr):
1546         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1547         (nnir-retrieve-headers-override-function)
1548         (nnir-imap-default-search-key, nnir-notmuch-program)
1549         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1550         (nnir-method-default-engines):
1551         * message.el (message-cite-reply-position):
1552         * gssapi.el (gssapi-program):
1553         * gravatar.el (gravatar):
1554         * gnus-sum.el (gnus-refer-thread-use-nnir):
1555         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1556         (gnus-registry-max-pruned-entries):
1557         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1558         * gnus-int.el (gnus-after-set-mark-hook)
1559         (gnus-before-update-mark-hook):
1560         * gnus-async.el (gnus-async-post-fetch-function):
1561         * auth-source.el (auth-source-cache-expiry):
1562         Add missing :version tags to new defcustoms and defgroups.
1563
1564 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1565
1566         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1567         `gnus-newsgroup-unexist'.
1568
1569         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1570         marks.
1571         (gnus-article-special-mark-lists): Put the `unexist' in the special
1572         marks list instead.
1573
1574         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1575         articles in the list of articles to be selected.
1576
1577         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1578         articles.
1579         (nnimap-update-info): Keep track of unexisting articles.
1580         (nnimap-update-qresync-info): Ditto.
1581
1582 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1583
1584         * message.el (message-default-send-mail-function): Made into own
1585         function for reuse by emacsbug.el.
1586
1587 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1588
1589         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1590         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1591
1592 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1593
1594         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1595         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1596
1597         * gnus-compat.el: Define `timer-set-function'.
1598
1599         * mm-decode.el (mm-display-external): Output the text from the command
1600         in the buffer after the command finished.  This makes text-based
1601         commands behave better.
1602
1603 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1606
1607 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1608
1609         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1610         23.1.
1611
1612 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1615
1616 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1617
1618         * message.el (smtpmail-smtp-user): Silence compiler warning.
1619
1620 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1621
1622         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1623         SMTP user name.
1624
1625 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * gnus-sum.el (gnus-summary-show-thread):
1628         next-single-char-property-change may return nil in XEmacs.
1629         (gnus-summary-article-map): Fix typo.
1630
1631 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1632
1633         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1634         running.
1635
1636         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1637
1638         * gnus.el (gnus-server-extend-method): Don't add an -address component
1639         if the method already has one (bug#9676).
1640
1641 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1642
1643         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1644         of an initial-input for consistency (bug#10757).
1645
1646         * dgnushack.el: Fix XEmacs compilation warning.
1647
1648         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1649
1650         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1651
1652 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1653
1654         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1655         lines that are narrower than the window width.  Otherwise background
1656         "blocks" will look less readable.
1657
1658 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1659
1660         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1661         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1662         have newlines within the strings, and where the UID comes after the
1663         BODYSTRUCTURE element (bug#10537).
1664
1665         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1666         (bug#10732).
1667
1668         * shr.el (shr-insert-document): Add doc string.
1669         (shr-visit-file): Ditto.
1670         (shr-remove-trailing-whitespace): New function.
1671         (shr-insert-document): Use it to clean up trailing whitespace as the
1672         final step (bug#10714).
1673
1674 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1675
1676         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1677         buffer if `gnus-kill-summary-on-exit' is nil.
1678
1679 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1680
1681         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1682         when just reading a single group from "without" Gnus.
1683
1684 2012-02-06  Chong Yidong  <cyd@gnu.org>
1685
1686         * gnus-sum.el (gnus-summary-show-thread):
1687         next-single-char-property-change never returns nil (Bug#8657).
1688
1689 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1690
1691         * message.el (message-multi-smtp-send-mail): New function.
1692         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1693         header to implement multi-SMTP functionality.
1694
1695         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1696         (gnus-agentize): Don't set it.
1697         (gnus-agent-send-mail): Don't use it.
1698
1699         * gnus-sum.el (gnus-summary-widget-backward): New function and
1700         keystroke.
1701
1702         * gnus-compat.el: More the compat functions more compatible.
1703
1704         * shr.el (shr-put-image): Remove underlines from sliced images.
1705         (shr-zoom-image): Compute the region to be replaced more correctly.
1706
1707 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1710         (gnus-summary-resend-message-insert-gcc): New function.
1711         (gnus-summary-resend-message): Modify message-header-setup-hook and
1712         message-sent-hook to make it work for Gcc.
1713         (gnus-inews-do-gcc): Update the number of unread articles of groups
1714         that messages are Gcc'd to.
1715
1716         * message.el (message-resend): Run message-sent-hook to do Gcc.
1717
1718 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1719
1720         * lpath.el: Fix an XEmacs compilation warning.
1721
1722         * gnus-compat.el: Require `help-fns' to fix compilation error.
1723
1724         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1725         a higher level to silence compilation.
1726
1727         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1728         parameter to allow controlling the scaling.
1729
1730         * shr.el (shr-zoom-image): New command and keystroke.
1731         (shr-put-image): Take a `size' flag to say how to scale the image.
1732
1733         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1734         deletion unless already defined.
1735
1736         * gnus.el (gnus-compat): Require it.
1737
1738         * gnus-compat.el: New file.
1739
1740         * gnus-start.el (gnus-clean-old-newsrc): New function.
1741         (gnus-read-newsrc-file): Use it.
1742
1743         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1744         Use recursive deletion.
1745         (mm-dissect-archive): Add support for zip files.
1746
1747         * gnus-util.el (gnus-recursive-directory-files): New function.
1748
1749         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1750         (mm-archive-decoders): Add tgz support.
1751
1752         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1753         Otherwise inserting text into the Gnus buffer can look odd.
1754
1755         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1756
1757         * mm-archive.el (mm-archive-decoders): Add support for tar.
1758
1759         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1760
1761         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1762
1763 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1764
1765         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1766
1767         * mm-archive.el: New file.
1768
1769         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1770
1771         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1772
1773         * message.el (message-goto-*): Make all the `message-goto-*' commands
1774         push the mark before moving point.  This makes it easier to go back to
1775         where you came from after editing whatever you jumped to.
1776
1777 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1778
1779         * gnus.el: Ma Gnus v0.1 is released.
1780
1781 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1782
1783         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1784         without reconnecting.
1785         (nnimap-possibly-change-group): Ditto.
1786         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1787         connection has died before being called.
1788
1789 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1790
1791         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1792         an initial sync unless we're really doing one.
1793
1794         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1795         address parameter if one already exists (bug#9676).
1796
1797         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1798         not the prefix, as documented (bug#10689).
1799
1800 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1803         the "server".
1804
1805         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1806         the real error message with the useless "previously known to be down".
1807         Which isn't even correct.
1808
1809         * nntp.el (nntp-open-connection): Report the error message if the nntp
1810         server can't be reached.
1811
1812         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1813         groups we do a total scan for.
1814         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1815         doing that.
1816
1817 2012-01-31  Jim Meyering  <jim@meyering.net>
1818
1819         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1820         Correct a comment (insert "not") and hide nominally-doubled "to".
1821
1822 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1823
1824         * gnus.el (gnus-version): Change name to "Ma Gnus".
1825
1826 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1827
1828         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1829         section in the manual.
1830
1831 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1832
1833         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1834         words.
1835         (rfc2047-encode-string): Ditto.
1836         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1837         understand folded filename="..." parameters, for instance.
1838
1839         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1840         the message for greater debuggability.
1841
1842 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1843
1844         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1845         instead of setting it locally, since the latter doesn't seem to have
1846         any effect (most of the time).
1847
1848 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1849
1850         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1851         function call.
1852
1853 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1854
1855         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1856         seconds, and make the repeat clause with HH:MM specs work as
1857         documented.
1858
1859 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1860
1861         * proto-stream.el (proto-stream-capability-open): Fall back on
1862         :end-of-command if :end-of-capability doesn't exist.
1863
1864 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1867         bound globally in old Emacsen and XEmacsen.
1868
1869 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1870
1871         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1872         so that previous errors don't prohibit getting new news.
1873
1874         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1875
1876         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1877
1878 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1879
1880         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1881         buffer, not of the string which is its name.
1882
1883 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1884
1885         * proto-stream.el (proto-stream-capability-open): Wait for
1886         :end-of-capability, not :end-of-command.
1887
1888         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1889         non-server-marks groups.
1890         (gnus-group-make-articles-read): Ditto.
1891
1892         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1893         methods (bug#9676).
1894
1895         * gnus.el (gnus-method-ephemeral-p): New function.
1896
1897 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1900         left-to-right.
1901
1902 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1903
1904         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1905         warning.
1906
1907 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1908
1909         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1910         macroexpand the nnir things, since they haven't been defined yet, and
1911         nnir requires gnus-sum.
1912
1913 2012-01-24  Julien Danjou  <julien@danjou.info>
1914
1915         * color.el (color-rgb-to-hsl): Fix value computing.
1916         (color-hue-to-rgb): New function.
1917         (color-hsl-to-rgb): New function.
1918         (color-clamp, color-saturate-hsl, color-saturate-name)
1919         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1920         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1921
1922 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1925
1926 2012-01-19  Julien Danjou  <julien@danjou.info>
1927
1928         * color.el (color-name-to-rgb): Use the white color to find the max
1929         color component value and return correctly computed values.
1930         (color-name-to-rgb): Add missing float conversion for max value.
1931
1932 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1933
1934         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1935         logical server name in addition to the actual machine address.
1936
1937         * auth-source.el (auth-source-user-and-password): Add convenience
1938         wrapper to search by just host and optionally user.
1939
1940 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1943         after rendering.
1944
1945 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1946
1947         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1948         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1949         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1950
1951 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1954         (bug#9693).
1955         (gnus-summary-setup-buffer): Document return value (bug#9697).
1956
1957         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1958         since ido doesn't work on symbols (bug#9632).
1959
1960         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1961         when getting a single value as when getting all the values.  This means
1962         that atoms like `gcc-self' work cumulatively, like variable settings,
1963         instead of getting the value from the last matching clause.
1964         (gnus-group-find-parameter): Protect against the group buffer not
1965         existing (bug#9585).
1966
1967 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * gnus-start.el (gnus-activate-group): Document more parameters
1970         (bug#9694).
1971
1972         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1973         (bug#9692).
1974
1975         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1976         article was fetched, so that it can be expired later (bug#9958).
1977         (gnus-agent-summary-fetch-series): Add doc string.
1978         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1979         (bug#9517).
1980
1981         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1982         retrieval is happening.
1983
1984         * gnus.el (gnus-parameters): Doc fix.
1985
1986 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1987
1988         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1989         show the thread after expansion.
1990
1991 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * gnus-art.el (article-narrow-to-head): If the head is completely
1994         empty, narrow to the empty region (bug#9764).
1995
1996         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1997         read, and then mark them as unread only when the unread mark is used.
1998         This makes `C-- T k' actually work, even though it's confusing.
1999
2000         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2001         alive before we try to find its window.
2002
2003 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2004
2005         * mm-decode.el (mm-display-external): Use a longer timeout for the
2006         deletion to allow slow programs to display the file.
2007
2008 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2011         prompt to be less confusing.
2012
2013         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2014         argument to `message-reply'.  This broke `special-display-*' frame
2015         pop-uping (bug#10238).
2016
2017 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2020         systems, since these allegedly don't work there.
2021
2022 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2023
2024         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2025         live buffer.
2026
2027 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * nnir.el (nnir-retrieve-headers): Protect against the article not
2030         existing on the server (bug#10335).
2031
2032 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2033
2034         * gnus-agent.el (gnus-agent-load-local): Recompute
2035         gnus-agent-article-local on changing method.
2036
2037 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * gnus.el (gnus-parameters): Note precedence.
2040
2041 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2042
2043         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2044         in the group buffer.
2045
2046 2012-01-04  Julien Danjou  <julien@danjou.info>
2047
2048         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2049         change.
2050
2051 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2054         too.
2055
2056         * nntp.el (nntp-retrieve-group-data-early): Use it.
2057
2058 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * nntp.el (nntp-retrieval-in-progress): New variable.
2061         (nntp-make-process-buffer): Make it buffer-local.
2062
2063         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2064         2010.
2065         (gnus-demon-init): Use it to compute the time if time is on the form
2066         "04:23".
2067
2068         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2069
2070         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2071         status in the correct buffer.
2072
2073 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2074
2075         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2076         when opening topics (bug#10407).
2077
2078 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2079
2080         * gnus-cus.el (gnus-score-customize):
2081         * gnus-sum.el (gnus-sort-gathered-threads):
2082         * message.el (message-shorten-references):
2083         * nnmairix.el (nnmairix-request-group):
2084         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2085
2086 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2087
2088         * gnus-agent.el (gnus-agent-regenerate-group):
2089         * gnus-int.el (gnus-retrieve-group-data-early):
2090         * mm-util.el (mm-codepage-ibm-list):
2091         * nndiary.el (Commentary, nndiary-get-new-mail):
2092         * nnir.el (nnir):
2093         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2094
2095 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * mm-view.el (mm-display-inline-fontify): Add comment.
2098
2099 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2100
2101         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2102         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2103
2104 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2105
2106         * gnus-art.el (gnus-split-methods):
2107         * gnus-msg.el (gnus-configure-posting-styles):
2108         * gnus-spec.el (gnus-parse-simple-format):
2109         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2110         * message.el (message-do-actions): Spelling fix.
2111
2112 2011-12-15  Juri Linkov  <juri@jurta.org>
2113
2114         * mm-decode.el (mm-inline-media-tests): Add missing
2115         `mm-handle-media-subtype'.
2116
2117 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2118
2119         * gnus-group.el (gnus-group-tool-bar):
2120         * gnus-sum.el (gnus-summary-tool-bar):
2121         * message.el (message-tool-bar):
2122         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2123
2124 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2125
2126         * plstore.el (plstore--insert-buffer): Spelling fix.
2127
2128 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2129
2130         * message.el (message-valid-fqdn-regexp): Update with newly approved
2131         top-level domain names ".tel" and ".asia".
2132
2133 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2136         unconditionally.
2137
2138 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2141         pop-to-buffer-same-window for old Emacsen.
2142
2143 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2144
2145         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2146
2147 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2148
2149         * netrc.el (netrc-credentials): Spelling fix.
2150
2151 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2152
2153         * gnus-fun.el (gnus-fun-ppm-change-string):
2154         * gnus-msg.el (gnus-inews-do-gcc):
2155         * gnus-sum.el (gnus-summary-find-for-reselect):
2156         * gnus.el (gnus-summary-cancelled):
2157         * message.el (message-cancel-hook, message-send-news):
2158         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2159         * nnir.el (nnir-run-hyrex):
2160         * nntp.el (nntp-with-open-group-function):
2161         * pgg.el (pgg-pending-timers): Spelling fix.
2162
2163 2011-12-04  Chong Yidong  <cyd@gnu.org>
2164
2165         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2166         change (Bug#10200).
2167
2168 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * compface.el (uncompface):
2171         * gnus-art.el (gnus-article-x-face-command): Update the header format
2172         of icon data for the most recent icontopbm program.
2173
2174 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * gnus-msg.el (gnus-inews-do-gcc):
2177         * message.el (message-send-mail):
2178         * mml.el (mml-generate-mime): Share the value of the buffer-local
2179         `message-options' variable between a draft buffer and temprary working
2180         buffers.
2181
2182 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2183
2184         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2185
2186 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2189         for Cygwin.
2190
2191 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2192
2193         * gnus-group.el (gnus-group-prepare-flat):
2194         * mm-bodies.el (mm-encode-body):
2195         * mml.el (mml-preview):
2196         * nnml.el (nnml-request-compact-group):
2197         * pop3.el (pop3-stream-type): Spelling fix.
2198
2199 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2200
2201         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2202
2203 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2204
2205         * color.el (color-rgb-to-hsl):
2206         * gmm-utils.el (gmm-tool-bar-style):
2207         * gnus-group.el (gnus-group-prepare-flat):
2208         * gnus-topic.el (gnus-topic-prepare-topic):
2209         * mm-decode.el (mm-discouraged-alternatives):
2210         * rfc2047.el (rfc2047-encode-1):
2211         * starttls.el: Spelling fix.
2212
2213 2011-11-24  Glenn Morris  <rgm@gnu.org>
2214
2215         * binhex.el (binhex-begin-line): Give it basic doc-string.
2216
2217         * starttls.el, tls.el: Fix case of "GnuTLS".
2218
2219 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2220
2221         * gnus-group.el (gnus-group-highlight): Fix typo.
2222
2223 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2224
2225         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2226         value of `delete-file', that returns nil for a local file but returns t
2227         for a remote file using ssh.
2228
2229 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2230
2231         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2232
2233 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2236         avoid later breakage.
2237
2238 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2241         article buffers' name.
2242
2243 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2246         by Paul Eggert's spellfixes two days ago.
2247
2248 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2251         doesn't have it.
2252
2253         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2254         buffer-local instead of binding them to avoid warnings.  Also demote
2255         errors (bug#10063).
2256         (font-lock-mode-hook): Shut up byte compiler.
2257
2258 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2259
2260         * mm-util.el (mm-charset-after):
2261         * nnir.el (nnir-run-hyrex):
2262         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2263         (ntlm-get-password-hashes, ntlm-md4hash):
2264         * smime.el: Fix typo.
2265
2266 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2267
2268         * gnus-agent.el (gnus-agent-expire-group-1):
2269         * nndiary.el (nndiary-last-occurence):
2270         * nnimap.el (nnimap-request-set-mark):
2271         * nnmairix.el (nnmairix-only-use-registry):
2272         * gnus-group.el (gnus-group-prepare-flat):
2273         * gnus-sum.el (gnus-decode-encoded-word-methods):
2274         * message.el (message-wash-subject):
2275         * nntp.el (nntp-retrieve-headers-with-xover):
2276         * smime.el (smime-certificate-directory): Spelling fix.
2277
2278 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2279
2280         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2281
2282         * color.el:
2283         * gnus-agent.el (gnus-agent-possibly-alter-active):
2284         * gnus-dired.el (gnus-dired-print):
2285         * mail-parse.el:
2286         * nnmairix.el (nnmairix-request-group):
2287         * shr.el (shr-image-displayer):
2288         * sieve-manage.el:
2289         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2290
2291 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2292
2293         * gnus-sum.el (gnus-auto-select-subject):
2294         * spam-report.el (spam-report-resend): Spelling fix.
2295
2296 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2297
2298         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2299         * gnus-art.el (gnus-default-article-saver):
2300         * gnus-srvr.el (gnus-server-copy-server):
2301         * gnus.el (gnus-sloppily-equal-method-parameters):
2302         * html2text.el (html2text-format-tag-list):
2303         * message.el (message-narrow-to-head):
2304         * nndiary.el:
2305         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2306         * sieve.el: Spelling fix.
2307
2308 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2309
2310         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2311         * gnus-sum.el (gnus-summary-make-menu-bar):
2312         * gnus-uu.el (gnus-uu-decode-postscript)
2313         (gnus-uu-decode-postscript-and-save):
2314         * mailcap.el (mailcap-print-command):
2315         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2316         Fix typos.
2317
2318 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2319
2320         * gnus-art.el (gnus-article-part-wrapper):
2321         * html2text.el (html2text-fix-paragraphs):
2322         * mm-decode.el (mm-image-fit-p):
2323         * rfc2047.el (rfc2047-encode-message-header):
2324         * shr-color.el (shr-color-visible-distance-min)
2325         (shr-color-relative-to-absolute, set-minimum-interval)
2326         (shr-color-visible): Fix typos.
2327
2328 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2329
2330         * gmm-utils.el (gmm-tool-bar-item):
2331         * gnus-art.el (gnus-treat-body-boundary):
2332         * gnus-diary.el (gnus-user-format-function-d):
2333         * gnus-start.el (gnus-get-unread-articles):
2334         * pgg-gpg.el (pgg-gpg-update-agent):
2335         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2336
2337 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2338
2339         * gnus-topic.el (gnus-group-prepare-topics):
2340         * gnus-uu.el (gnus-extract-view):
2341         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2342
2343 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2344
2345         * spam.el: Move BBDB autoloads.
2346         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2347         BBDB 2 and 3.
2348         (spam-check-BBDB): Use it.
2349         (spam-enter-ham-BBDB): Use it.
2350
2351 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2352
2353         * smime.el (smime-draw-buffer): Spelling fix.
2354
2355 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2356
2357         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2358         for scanning exactly one level.
2359         * gnus-start.el (gnus-get-unread-articles): Ditto.
2360
2361 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2364         slightly clearer.
2365
2366 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2367
2368         * gnus-sync.el: More commentary about setup.
2369
2370 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * message.el (message-send-and-exit): Document `arg'.
2373
2374 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2375
2376         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2377
2378 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2379
2380         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2381
2382         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2383         we don't use `bound-and-true-p'.
2384
2385 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2386
2387         * gnus-util.el (gnus-bound-and-true-p): Remove.
2388         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2389         * nnir.el: Use it.
2390         * nnmairix.el: Use it.
2391
2392 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2393
2394         * gnus-sync.el: Improve docs about CouchDB admins.
2395
2396         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2397         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2398         for reasons unknown.
2399         * nnir.el: Use it.
2400         * nnmairix.el: Use it.
2401
2402         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2403         * nnir.el: Ditto.
2404         * nnmairix.el: Ditto.
2405
2406         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2407
2408 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2409
2410         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2411         not needed.  Provide xmlplistread list function to produce XML plist
2412         output for non-Gnus LeSync clients.
2413
2414 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2415
2416         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2417
2418         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2419         and save against it.  Group subscriptions, read marks, other marks,
2420         subscription levels, topic names, and topic offsets (the group's
2421         position within the topic) are saved.  This is an experimental backend
2422         and may change significantly.  Load json.el from the gnus-fallback-lib
2423         if it's not available otherwise.
2424         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2425
2426 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2427
2428         * message.el (message-completion-function): Make sure
2429         message-tab-body-function is not attempted if one of
2430         message-completion-alist fails to find a completion (bug#9158).
2431
2432 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2433
2434         * mml.el (mml-quote-region): Quote <#secure> tag.
2435         (mml-generate-mime-1): Unquote <#secure> tag.
2436
2437 2011-10-20  Chong Yidong  <cyd@gnu.org>
2438
2439         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2440         calling a minor mode from Lisp with nil arg enables it, so we have to
2441         make the wording a bit ambiguous here).
2442
2443 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2444
2445         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2446         * nnir.el (nnir-mode): Use it.
2447         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2448         Use it.
2449
2450         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2451         * nnmairix.el (gnus-registry-enabled): Ditto.
2452
2453 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2454
2455         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2456         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2457         only while we need to find out if it should be t or nil.
2458         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2459         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2460         the registry is installed.  Set it to nil when it's unloaded.
2461         (gnus-registry-install-p): Provide user guidance for the initial value
2462         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2463         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2464         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2465         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2466         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2467         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2468         `gnus-registry-install'.
2469
2470 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2471
2472         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2473         previous change.
2474         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2475         primary key is marked as disabled.
2476
2477 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2478
2479         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2480         primary key is marked as disabled.
2481
2482 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2483
2484         * html2text.el (html2text-clean-anchor): Check for quotes around
2485         `href' value.
2486
2487 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2488
2489         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2490         searching.  Drop `bbdb-cache'.
2491
2492 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * message.el (message-signed-or-encrypted-p): Exclude header when
2495         checking if there is signed or encrypted body in text/plain message.
2496
2497 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2498
2499         * html2text.el (html2text-get-attr): Correctly handle attribute values
2500         containing "=".
2501
2502 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2503
2504         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2505         handle bindings.
2506
2507 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * gnus-win.el (gnus-configure-windows): Protect against reading
2510         ephemeral groups outside of Gnus.
2511
2512 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * shr.el (shr-tag-img): Don't get images displayed in tables.
2515
2516 2011-10-03  Glenn Morris  <rgm@gnu.org>
2517
2518         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2519         the "maintainer" version of debbugs.gnu.org reports.
2520
2521 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2524         make asynchronous adjacent image insertion work better.
2525
2526 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2527
2528         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2529         documentation.
2530
2531 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532
2533         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2534         `gnus-asynchronous' isn't shadowed.
2535
2536 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2539
2540         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2541         (nnimap-insert-partial-structure): The charset parameter isn't
2542         case-sensitive.
2543
2544         * nnheader.el (nnheader-message-maybe): New function.
2545
2546         * shr.el (shr-tag-table): Render totally broken tables better.
2547
2548         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2549         computing the boundary.
2550
2551 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * pop3.el (pop3-number-of-responses): Remove.
2554         (pop3-wait-for-messages): Rewrite to take linear time instead of
2555         exponential time.
2556
2557 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2560         re-fetch images.
2561
2562         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2563         re-fetch images when hitting `g' in Gnus.
2564
2565 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2568         (mml-compute-boundary): Don't check collision if it is non-nil.
2569         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2570         before checking collision.
2571
2572 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * message.el (message-indent-citation): Really make sure there's a
2575         newline at the end.
2576
2577         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2578         Fix suggested by John Wiegley.
2579
2580         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2581
2582         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2583
2584         * message.el (message-default-send-rename-function): Break out into its
2585         own function.
2586
2587         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2588         doesn't work under XEmacs.
2589
2590         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2591         of "imaps" to word around Windows problems.
2592         (nnimap-open-connection-1): Use it.
2593
2594         * message.el (message-indent-citation): Revert last change which made
2595         `F' not work.
2596
2597 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2598
2599         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2600         terminal as well.
2601
2602 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2605         because it displays images using overlays that aren't easy to copy to
2606         the article buffer.
2607
2608 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2609
2610         * message.el (message-indent-citation): Fix empty line removal at the
2611         end of the citation.
2612
2613 2011-09-20  Julien Danjou  <julien@danjou.info>
2614
2615         * auth-source.el (auth-source-netrc-create): Use default value for
2616         password if specified.  Evaluate default.
2617         (auth-source-plstore-create): Ditto.
2618         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2619         value evaluation.
2620         (auth-source-netrc-create): Typo fix.
2621         (auth-source-plstore-create): Ditto.
2622
2623         * password-cache.el (password-cache-remove): Remove entries even if the
2624         value is nil, so that password with a nil value (negative caching) is
2625         possible to invalidate.
2626
2627         * auth-source.el (auth-source-format-cache-entry): New function.
2628
2629 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2632
2633 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2636
2637 2011-09-19  Julien Danjou  <julien@danjou.info>
2638
2639         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2640         which work with things that are not ASCII.
2641
2642 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2645
2646 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2649         message level.
2650
2651 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2654
2655 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2658
2659 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2660
2661         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2662         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2663
2664 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2665
2666         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2667         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2668         articles.
2669
2670 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2671
2672         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2673         (message-mail-other-window, message-mail-other-frame)
2674         (message-news-other-window, message-news-other-frame):
2675         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2676         instead of setting buffer display varibles.
2677
2678 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2681
2682         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2683
2684 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685
2686         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2687         duplicates" to a higher level.
2688
2689         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2690         most egregious messages.
2691
2692 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2695
2696 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2697
2698         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2699         up the file (bug#9351).
2700
2701 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2704         it does with all other backends, but decode the names immediately after
2705         getting them.
2706
2707         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2708         decoding nnimap groups.
2709
2710         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2711         newsrc file.  It doesn't seem like an important optimization any more.
2712
2713 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2714
2715         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2716         overflows.
2717
2718 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2721         (gnus-interactive-exit): Extend to `quiet'.
2722
2723         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2724
2725         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2726         string.
2727
2728         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2729         renaming function arguments from `this'.
2730
2731         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2732
2733         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2734         has been renamed.
2735         (gnus-lrm-string-p): Include RLM and PDF, too.
2736
2737         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2738         (bug#9225).
2739
2740 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2741
2742         Add autoload cookies for functions used by sendmail.el.
2743         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2744
2745         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2746
2747 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * gnus-art.el (article-date-ut): Work properly even when there are
2750         things like Date header in the body; work for forwarded parts.
2751
2752 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2753
2754         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2755         original-article-buffer.
2756
2757 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2758
2759         * nnir.el (nnir-compose-result): Fix matching of server type.
2760         (nnir-run-swish++): Ditto.
2761         (nnir-run-namazu): Ditto.
2762         (nnir-run-notmuch): Ditto.
2763
2764 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2767         (bug#9405).
2768
2769         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2770         (bug#9421).
2771
2772         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2773         (bug#9425).
2774
2775         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2776         thing (bug#9426).
2777
2778 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2781         the error message.
2782
2783 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2784
2785         * message.el (message-setup-1): Return t (Bug#9392).
2786
2787 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2788
2789         * gnus-sum.el: When adding article headers to a summary buffer also
2790         update gnus-newsgroup-articles (bug#9386).
2791
2792 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * auth-source.el: Autoload help-mode.
2795
2796 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2799         names.
2800
2801 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2802
2803         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2804         mm-replace-in-string for compatibility issues.
2805         * mml2015.el (mml2015-epg-verify): Ditto.
2806
2807 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2810
2811         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2812
2813 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2814
2815         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2816         continue on and do the clean-up phase (bug#9188).
2817
2818         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2819         just ignore groups that can't be opened instead of erroring out
2820         (bug#9225).
2821
2822         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2823         nil since some many people are fuddy-duddies.
2824
2825         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2826         images.
2827
2828         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2829         instead.
2830
2831         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2832
2833         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2834
2835         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2836         processing.
2837
2838         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2839         buffer to avoid warnings.
2840
2841 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2842
2843         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2844         specified to reduce precision.
2845
2846 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2849         bodystructures (bug#9314).
2850
2851 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2854         Make button keymap non-sticky after buttons.
2855
2856 2011-08-18  David Engster  <dengste@eml.cc>
2857
2858         * nnmairix.el (nnmairix-request-set-mark)
2859         (nnmairix-goto-original-article): Remove adding of article to registry,
2860         since `gnus-registry-add-group' isn't available anymore.
2861         (nnmairix-determine-original-group-from-registry):
2862         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2863         available anymore.
2864
2865 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2866
2867         * starttls.el (starttls-any-program-available): Define as obsolete
2868         function.
2869
2870 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2873         versions which Gnus use when appropriate.
2874
2875         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2876         a pretty destructive command.
2877
2878         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2879
2880 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * message.el (message-fix-before-sending): Make a different warning
2883         about NUL characters (bug#9270).
2884
2885         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2886         from custom (bug#9260).
2887
2888         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2889         things work in Emacs 22 and XEmacs, too.
2890
2891         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2892         default From.
2893
2894         * gnus-spec.el (gnus-lrm-string-p): New macro.
2895         (gnus-lrm-string): New constant.
2896         (gnus-summary-line-format-spec): LRM-ify the from.
2897         (gnus-tilde-max-form): LRM-ify string chopping.
2898
2899         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2900
2901         * message.el (message-is-yours-p): Allow disabling canlock checking
2902         (bug#9295).
2903         (message-shoot-gnksa-feet): Add `canlock-verify'.
2904         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2905         message directory isn't writable (bug#9304).
2906
2907         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2908         non-world-readable.
2909
2910 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2913         articles.
2914
2915 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2916
2917         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2918         copy-list.
2919
2920 2011-08-12  Sam Steingold  <sds@gnu.org>
2921
2922         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2923         in the reverse order to avoid modifying the cache with `nreverse'.
2924         (gnus-all-score-files): Do not modify the value returned by
2925         `gnus-score-find-alist' because it lives in a cache variable.
2926         (gnus-current-home-score-file): No need to `nreverse' the return value
2927         of `gnus-score-find-alist', it is already in the correct order.
2928
2929 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2930
2931         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2932         type MESSAGE and subtype RFC822 is slightly different from those of
2933         type TEXT.
2934
2935 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2936
2937         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2938         This allows article-referral to work from an nnir group.
2939
2940 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2941
2942         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2943
2944 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2945
2946         * mml1991.el (mml1991-epg-find-usable-key)
2947         (mml1991-epg-find-usable-secret-key): New function.
2948         (mml1991-epg-sign): Check if signing key is usable.
2949         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2950
2951 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2952
2953         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2954         server-variables only.  This should fix a bug introduced with commit
2955         e1889675b7f4adf057833c5513c9374134c4e053.
2956         (nnir-run-query): 'nnir-search-engine should not be set from the global
2957         environment.
2958
2959 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2960
2961         * nnir.el (nnir-search-thread): Position point on referring article
2962         line.
2963         (nnir-warp-to-article): Clean up summary buffers.
2964
2965         * nnimap.el (nnimap-request-thread): Whitespace fix.
2966
2967 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2968
2969         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2970
2971 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * starttls.el (starttls-available-p): Rename from
2974         `starttls-any-program-available' and changed return convention.
2975
2976 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2977
2978         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2979         `unix-sync' unless it's defined.
2980
2981 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2982
2983         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2984         `aref' for XEmacs compatibiltiy.
2985
2986 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2989
2990 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2991
2992         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2993         closures, quote the form properly (bug#9194).
2994
2995 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2998         (gnus-summary-insert-new-articles): Protect against servers that are
2999         down.
3000
3001 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3002
3003         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3004         in mm handle if none is specified.
3005
3006 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3007
3008         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3009
3010 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3011
3012         * nnir.el (nnir-search-thread): New function to make an nnir group
3013         based on a thread query.
3014
3015         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3016         of nnir in thread referral.
3017         (gnus-summary-refer-thread): Use it.
3018
3019         * nnimap.el (nnimap-request-thread): Use it.
3020
3021 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * shr.el (shr-tag-comment): Ignore HTML comments.
3024
3025 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3026
3027         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3028         argument.
3029         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3030         Use `nnir-address' to handle server info rather than passing an arg.
3031
3032         * nnimap.el (nnimap-make-thread-query): New utility function to format
3033         an imap thread search query.
3034         (nnimap-request-thread): Use it.
3035
3036         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3037         right select-method if we are not going back to the group buffer.
3038
3039 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3042         enter invalid buffer configurations into the quit form (bug#9107).
3043         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3044         unplugged/plugged.
3045
3046         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3047         keep track of which ones are unread (bug#9061).
3048
3049         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3050         (bug#9055).
3051
3052         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3053         (bug#9041).
3054
3055         * gnus-html.el (mm-util): Require (bug#9073).
3056
3057         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3058         (gnus-summary-refer-thread): Use it to remove duplicates in the
3059         un-threaded view (bug#9053).
3060         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3061
3062 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3063
3064         * nnir.el (nnir-read-server-parm): Use default value from global
3065         variable.  Without this the default search engine parameters aren't
3066         used at all.
3067
3068 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * message.el (message-unique-id): Don't use the undocumented return
3071         value from (random t) (bug#9118).
3072
3073 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * message.el (message-auto-save-directory): If the ~/Mail directory
3076         doesn't exist, use ~ as the auto-save directory (bug#4432).
3077
3078         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3079         hasn't already been started.
3080
3081 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3084
3085         * message.el (message-reply): Work around mysterious bug where
3086         `message-mode' seems to overwrite the locally bound `subject' variable.
3087
3088 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3089
3090         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3091         correct group.
3092
3093         * gnus-int.el (gnus-request-thread): Add group argument.
3094
3095         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3096
3097 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3100
3101         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3102         renamed to `debbugs-gnu-*'.
3103
3104 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3105
3106         * plstore.el: Revert the editing feature since it is not urgent.
3107         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3108         (plstore-mode-decoded): Remove.
3109
3110 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3113         isn't very interesting any more, and it leaks potentially secret data.
3114         (gnus-debug): Remove.
3115
3116         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3117         use of :custom-show.
3118
3119 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3120
3121         * plstore.el: Add documentation.
3122         (plstore-mode): New mode to edit plstore file.
3123         (plstore-mode-toggle-display, plstore-mode-original)
3124         (plstore-mode-decoded): New command.
3125         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3126         (plstore--insert-buffer, plstore--make): New function.
3127         (plstore-open, plstore-save): Simplify by using them.
3128
3129 2011-07-06  Glenn Morris  <rgm@gnu.org>
3130
3131         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3132
3133 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3136         no longer is much used.
3137         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3138         Articles".
3139
3140 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3141
3142         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3143         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3144         `notmuch' backend.
3145
3146 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147
3148         * mm-decode.el (mm-text-html-renderer): Doc fix.
3149
3150         * gnus-msg.el (gnus-bug): Fix the MML tag.
3151
3152         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3153
3154 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3155
3156         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3157         secondary methods if started with `gnus-no-server'.
3158
3159 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3160
3161         * message.el (message-return-action): Fix typo in docstring.
3162
3163 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3166         bug reports at once.
3167
3168         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3169
3170 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * nndraft.el: Require gnus-group.
3173         (nndraft-request-list): Declare.
3174
3175         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3176         no unread article unless it matches gnus-permanently-visible-groups.
3177
3178         * nndraft.el (nndraft-update-unread-articles): New function.
3179         (nndraft-request-associate-buffer): Use it to update the number of
3180         unread articles for the nndraft groups in the group buffer when saving
3181         or killing a draft message.
3182
3183 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3186         systems to binary before writing and reading the mbox files.
3187
3188         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3189         instead of trying to list them all (bug#8978).
3190
3191 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3192
3193         * pop3.el (pop3-open-server): Use :end-of-capability.
3194
3195 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3198         the id is always a number.
3199
3200         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3201
3202         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3203         debbugs mode, if possible.
3204
3205 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3206
3207         * auth-source.el (auth-source-token-passphrase-callback-function):
3208         Reindent.
3209         (epg-context-operation): Remove unnecessary autoload.
3210
3211 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * gnus.el (gnus-list-debbugs): New command.
3214
3215         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3216         mboxstat instead of the maintbox, since the stat seems to be fuller.
3217
3218         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3219         summary buffers.
3220
3221         * message.el (message-get-reply-headers): Delete all duplicates,
3222         instead of the first.
3223         (message-get-reply-headers): Ensure that we have progress while
3224         deleting duplicates.
3225
3226         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3227         gnus-posting-style value from the summary buffer to make it easier to
3228         make that a per-buffer conf.
3229
3230 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3231
3232         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3233         found by setting `shortcut' in 'query.
3234         (nnir-request-article): Use `shortcut' setting when requesting article
3235         by Message-ID.
3236
3237 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3238
3239         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3240         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3241         Bring the pseudo-headers back too.
3242
3243 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3244
3245         * auth-source.el (auth-source-token-passphrase-callback-function):
3246         Simplify and remove EPA dependency.
3247
3248 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3249
3250         * nnir.el (nnir-request-article): Fix error message text.
3251
3252 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3253
3254         * auth-source.el (plstore-delete): Autoload.
3255         (auth-source-plstore-search): Support delete operation.
3256         * plstore.el (plstore-delete): New function.
3257
3258 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3261         mark actually existing articles as unread rather than the ones that
3262         active asserts.
3263
3264 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3265
3266         * nntp.el (nntp-record-command):
3267         * gnus-util.el (gnus-message-with-timestamp-1):
3268         Use format-time-string rather than decoding time stamps by hand.
3269         This is simpler and insulates the code from potential changes to
3270         current-time format.
3271
3272 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3275
3276 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3277
3278         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3279         (plstore-save): Support public key encryption.
3280         (plstore--init-from-buffer): New function.
3281         (plstore-open): Use it; fix error when opening a non-existent file.
3282         (plstore-revert): Use plstore--init-from-buffer.
3283
3284 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3285
3286         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3287
3288 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3291         for old Emacsen.
3292
3293 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3294
3295         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3296         is not fully working.
3297
3298 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * dgnushack.el: Autoload sha1 on XEmacs.
3301
3302         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3303         quit window configuration.
3304
3305         * auth-source.el (epg-context-set-passphrase-callback):
3306         Remove duplicate autoload.
3307
3308 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3309
3310         * nnir.el (nnir-request-article): Allow requesting articles by
3311         Message-ID with nnimap.
3312
3313         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3314         current server.
3315
3316 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3317
3318         * auth-source.el: Autoload EPA/EPG functions.
3319         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3320         changed when EPA/EPG is not available.
3321         (auth-source-backend): Rename "arg" member to "data".
3322         (auth-source-backend-parse, auth-source-plstore-search)
3323         (auth-source-plstore-create): Use it.
3324
3325 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3326
3327         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3328         `gnus-refer-article-methods'.
3329
3330 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3331
3332         * auth-source.el: Require EPA and EPG.
3333         (auth-source-passphrase-alist): New variable.
3334         (auth-source-passphrase-callback-function)
3335         (auth-source-token-passphrase-callback-function): Callbacks for the
3336         netrc field encryption (GPG tokens).
3337         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3338         Symmetric encryption and decryption of the netrc GPG tokens.
3339         (auth-source-netrc-normalize): Use them, simplifying the closure.
3340
3341 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3344         is available.
3345
3346 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3349         non-nil, and `nnimap-split-methods' is nil, use the former.
3350
3351 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3352
3353         * plstore.el (plstore-revert): New function.
3354         (plstore-open): Use it; hide the buffer from user.
3355
3356 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3357
3358         * auth-source.el (auth-source-backend): New member "arg".
3359         (auth-source-backend-parse): Handle new backend 'plstore.
3360         * plstore.el: New file.
3361
3362 2011-06-30  Glenn Morris  <rgm@gnu.org>
3363
3364         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3365
3366 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3369         expiring articles to.
3370
3371         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3372         variations as ASCII (bug#5458).
3373
3374 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3377
3378 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * message.el (message-point-in-header-p): Tweak the function to default
3381         to saying that we're not in the headers if there is no separator at
3382         all.  This makes it possible to use the Message version of `M-q' in
3383         buffers with no headers (bug#7987).
3384         (message-point-in-header-p): Fix last checkin to work with an empty
3385         mail-header-separator, too.
3386
3387         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3388         again, save the choice via customize.
3389
3390 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3393
3394         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3395         ended the connection, bail out before waiting infinitely on a new
3396         connection.
3397
3398 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3399
3400         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3401         reports.
3402
3403         * gnus.el (gnus-bug-package): Use "gnus."
3404         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3405
3406 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3407
3408         * dgnushack.el: Make the timer warning go away on XEmacs.
3409
3410         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3411         animations going on at article exit time.
3412
3413         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3414         since removing it breaks people upgrading.
3415
3416         * shr.el (shr-put-image): Use the new interface for animating images.
3417         (shr-put-image): Animate for 60 seconds.
3418
3419         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3420         avoid compiler warnings.
3421
3422         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3423         error with `find-file-hooks' on Emacs 22.
3424         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3425         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3426         on all architectures.
3427
3428         * spam.el (spam-stat): Require in a normal fashion without binding
3429         `spam-stat-install-hooks' to avoid compilation warnings.
3430
3431         * spam-stat.el (spam-stat-install-hooks): Remove.
3432         (spam-stat-install-hooks): Don't run automatically.
3433
3434 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3435
3436         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3437         and keystroke.
3438
3439 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * auth-source.el (auth-source-netrc-cache): Move forward.
3442
3443 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444
3445         * proto-stream.el (proto-stream-open-starttls): Use
3446         `gnutls-available-p' to see whether we have built-in support.
3447
3448         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3449         we already know.
3450         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3451         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3452
3453 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3456         %S format, since that looks odd.
3457         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3458         file, especially when saving.
3459
3460 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3461
3462         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3463         article found.
3464
3465 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3466
3467         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3468         `auth-source-save-secrets' with a more sensitive alist that can be
3469         configured per file.  Experimental, so defaults to 'never.
3470         (auth-source-netrc-create): Use it.  Still experimental code.
3471         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3472         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3473
3474 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * auth-source.el (auth-source-save-secrets): New variable to control if
3477         secret tokens should be saved encrypted.
3478         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3479         to `auth-source-netrc-normalize'.
3480         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3481         on the EPA variables being defined.
3482         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3483         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3484         the lexical-let closure.
3485         (auth-source-netrc-create): Create "gpg:" tokens according to
3486         `auth-source-save-secrets'.
3487
3488 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-group.el (gnus-group-update-group): Add new argument
3491         `info-unchanged' that stops updating dribble buffer.
3492
3493         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3494         deletes lines matching to it in dribble buffer.
3495
3496         * gnus-agent.el (gnus-agent-fetch-group-1):
3497         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3498         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3499         * gnus-start.el (gnus-group-change-level):
3500         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3501
3502         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3503         if newsgroup info is not changed.
3504
3505         * gnus-group.el (gnus-group-get-new-news-this-group):
3506         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3507         Don't update dribble buffer.
3508
3509 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3510
3511         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3512         remove entries with groups we ignore.
3513
3514 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3517         the underline comes at the bottom.
3518
3519 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3520
3521         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3522         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3523         (gnus-registry-article-marks-to-names): Rename from
3524         `gnus-registry-user-format-function-M2'.
3525
3526 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3529         ephemeral group.
3530
3531 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * shr.el (shr-browse-image): Copy the URL if called interactively.
3534
3535 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3538         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3539         done, then unselected articles may be marked as read.
3540
3541         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3542         since not doing this seems to lead to a race condition in pop3-logon.
3543
3544         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3545         so that the call chain it correct when we call "upwards".
3546
3547         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3548         in read-only groups.
3549
3550         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3551
3552         * message.el (message-cite-reply-position): Doc string fix.
3553
3554         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3555         avoid regexp overflow.
3556         (nnimap-transform-split-mail): Ditto.
3557
3558         * pop3.el (pop3-retr): Error out if the server closes the connection.
3559
3560 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3561
3562         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3563         mm-with-unibyte-current-buffer.  The buffer should not contain any
3564         multibyte chars anyway at this stage.
3565
3566 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3567
3568         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3569         at the end of lines.
3570
3571 2011-05-29  Julien Danjou  <julien@danjou.info>
3572
3573         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3574
3575 2011-05-27  Glenn Morris  <rgm@gnu.org>
3576
3577         * gnus-group.el (gnus-bug-group-download-format-alist):
3578         Use the "maintainer" version of debian reports as well.
3579
3580 2011-05-26  Glenn Morris  <rgm@gnu.org>
3581
3582         * gnus-group.el (gnus-bug-group-download-format-alist):
3583         Use the "maintainer" version of debbugs.gnu.org reports.
3584
3585 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3588
3589 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3590
3591         * gnus-cus.el (gnus-agent-customize-category):
3592         * gnus-delay.el (gnus-delay-send-queue):
3593         * gnus.el (gnus-other-frame):
3594         Don't quote lambda expressions with `quote'.
3595
3596 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3597
3598         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3599         the thread moves us backwards and so we loop forever.
3600
3601 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3604         whitespace in base64 data lines.
3605
3606 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3607
3608         * gnus-registry.el (gnus-registry-user-format-function-M):
3609         Use `mapconcat'.
3610         (gnus-registry-user-format-function-M2): Use to see the full text of
3611         the marks.  Make "," the mark text separator.
3612
3613         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3614         authentication with auth-source.
3615
3616 2011-05-17  Glenn Morris  <rgm@gnu.org>
3617
3618         * gnus-group.el (gnus-import-other-newsrc-file):
3619         Use insert-file-contents.
3620
3621 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3622
3623         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3624         1000 iterations.
3625
3626 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * nntp.el (nntp-open-connection): Check if process-type is available.
3629
3630 2011-05-16  Julien Danjou  <julien@danjou.info>
3631
3632         * shr.el (shr-tag-del): Add support for del tag.
3633
3634 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-html.el (gnus-html-put-image): Register a displayer.
3637
3638         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3639
3640 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3641
3642         * registry.el (prune-factor): New initialization parameter defaulting
3643         to 0.1.
3644         (registry-prune-hard): Use it.
3645
3646         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3647         0.1 expicitly.
3648
3649 2011-05-13  Glenn Morris  <rgm@gnu.org>
3650
3651         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3652         is bound, since this function requires sendmail.
3653
3654 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3655
3656         * registry.el (registry-usage-test): Disable pruning test.
3657
3658 2011-05-11  David Engster  <dengste@eml.cc>
3659
3660         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3661         Bind set-network-process-option for XEmacs.
3662
3663 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3664
3665         * registry.el (registry-prune-hard-candidates)
3666         (registry-prune-soft-candidates): Helper methods for registry pruning.
3667         (registry-prune): Use them.  Make the sort function optional.
3668
3669 2011-05-10  Jim Meyering  <meyering@redhat.com>
3670
3671         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3672
3673 2011-05-10  Julien Danjou  <julien@danjou.info>
3674
3675         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3676         symbol and not a list.
3677
3678 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * gnus-art.el (gnus-article-mode): Move binding of
3681         shr-put-image-function here from gnus-article-prepare-display.
3682
3683         * shr.el (shr-put-image-function): New variable.
3684         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3685         (shr-put-image): Return scaled image.
3686
3687         * gnus-art.el (gnus-shr-put-image): New function.
3688         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3689
3690         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3691         original ones, as deletable.
3692
3693 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3694
3695         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3696
3697 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3698
3699         * registry.el (registry-full): Add convenience method.  Fix logic.
3700         (registry-insert): Use it.  Fix logic here too.
3701
3702         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3703         `registry-prune' if `registry-full' returns t.
3704         (gnus-registry-handle-action)
3705         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3706         (gnus-registry-usage-test): Use it.
3707
3708 2011-05-07  Julien Danjou  <julien@danjou.info>
3709
3710         * shr.el (shr-link): Make shr-link inherit from link by default.
3711
3712 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3713
3714         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3715
3716 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3717
3718         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3719         error out because the face is not a list.
3720
3721 2011-05-05  Glenn Morris  <rgm@gnu.org>
3722
3723         * proto-stream.el (gnutls-negotiate): Fix declarations.
3724
3725         * gnus-start.el (gnus-propagate-marks): Declare.
3726
3727 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3728
3729         * registry.el (registry-reindex): Fix percentage message.
3730
3731         * proto-stream.el (network-stream-open-starttls): Adjust to call
3732         `gnutls-negotiate' with :process and :hostname arguments.
3733
3734 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3735
3736         * shr.el: Add shr-link face for links.
3737         (shr-urlify): Use it.
3738
3739         * registry.el (registry-insert): Make error message more helpful.
3740
3741 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * gnus-html.el (gnus-html-schedule-image-fetching):
3744         Use url-queue-retrieve, if it exists.
3745
3746         * shr.el (shr-tag-img): Ditto.
3747
3748         * gnus.el: Autoload more gnus-agent functions.
3749
3750         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3751         agent if we haven't already (bug#8502).
3752
3753         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3754         into the Agent, too.
3755
3756         * gnus-agent.el (gnus-agent-store-article): New function.
3757
3758         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3759         and moved from that file for reuse.
3760
3761         * pop3.el (pop3-open-server): Error messages are "-ERR".
3762
3763 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3766         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3767
3768 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3769
3770         * gnus.el: No Gnus v0.17 is released.
3771
3772 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3773
3774         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3775         buffer has moved to a different frame.
3776
3777 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3780         to get the conversion from unibyte to multibyte buffers to work on
3781         Emacs 22.
3782
3783         * nntp.el (nntp-request-article): Slight clean-up.
3784
3785 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * shr.el (shr-strike-through): New face.
3788         (shr-tag-s): Use it to provide <s> support.
3789         (shr-tag-s): Remove duplicate definition.
3790
3791 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3792
3793         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3794         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3795
3796 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3797
3798         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3799         `gnutls-negotiate'.
3800         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3801
3802 2011-04-23  Glenn Morris  <rgm@gnu.org>
3803
3804         * gnus-sum.el (gnus-extra-headers): Bump :version.
3805
3806 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * shr.el (shr-tag-sup): New function.
3809         (shr-tag-sub): Ditto.
3810
3811 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3812
3813         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3814         for the case where `gnus-registry-ignored-groups' is a list of lists,
3815         and don't call `gnus-parameter-registry-ignore' otherwise.
3816
3817 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3818
3819         * nnimap.el (nnimap-user): New backend variable.
3820         (nnimap-open-connection-1): Use it.
3821         (nnimap-credentials): Accept user parameter so it's explicit what user
3822         name is desired.
3823
3824         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3825         default.
3826
3827         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3828         not gnus-registry.el.
3829
3830         * gnus-registry.el: Mention in comments how to modify
3831         `gnus-extra-headers' for proper recipient tracking and that it may
3832         already have To and Cc recently, which it does as of this commit.
3833         (gnus-registry-ignored-groups): Remove defcustom.
3834         Explain why in comments.
3835         (gnus-registry-action): Fix data-header reference to use the extra
3836         headers.  Explain in package commentary how to add To and Cc headers to
3837         the gnus-extra-headers.
3838         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3839         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3840         parameter list or a string list in `gnus-registry-ignored-groups'.
3841         Fix logic error.
3842
3843 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * shr.el (shr-expand-url): Protect against null urls.
3846
3847 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848
3849         * shr.el (shr-base): New binding.
3850         (shr-tag-base): Keep track of <base>.
3851         (shr-expand-url): New function used throughout.
3852
3853 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3854
3855         * gnus-registry.el
3856         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3857         (gnus-registry-ignored-groups): New variable.
3858         (gnus-registry-ignore-group-p): Use it.
3859         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3860         set the destination group to nil (same as delete) if it's ignored.
3861
3862 2011-04-20  David Engster  <dengste@eml.cc>
3863
3864         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3865
3866         * Makefile.in (test-nntp): New rule.
3867         (check): Add it.
3868         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3869
3870 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * gnus-registry.el (gnus-registry-action)
3873         (gnus-registry-fetch-header-fast):
3874         Don't use mail-header that looks an internal function of mailheader.el.
3875
3876 2011-04-19  Glenn Morris  <rgm@gnu.org>
3877
3878         * time-date.el (time-to-days): Remove unused local variables.
3879
3880 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * gnus-registry.el: Eliminate cl functions.
3883         (gnus-registry-sort-addresses): New function that replaces mapcan.
3884         (gnus-registry-action, gnus-registry-spool-action)
3885         (gnus-registry-split-fancy-with-parent)
3886         (gnus-registry-fetch-recipients-fast): Use it.
3887         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3888
3889         * registry.el (initialize-instance, registry-lookup)
3890         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3891         (registry-lookup-secondary-value, registry-search, registry-delete)
3892         (registry-insert, registry-reindex, registry-size, registry-prune):
3893         Use eval-and-compile.
3894
3895 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3896
3897         * registry.el (registry-reindex): New method to recreate the secondary
3898         registry indices.
3899
3900         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3901         tracked field changes.
3902         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3903         (gnus-registry-action, gnus-registry-spool-action)
3904         (gnus-registry-handle-action)
3905         (gnus-registry--split-fancy-with-parent-internal)
3906         (gnus-registry-split-fancy-with-parent)
3907         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3908         move, and delete actions, and for fancy splitting with parent.
3909         (gnus-registry-extract-addresses)
3910         (gnus-registry-fetch-recipients-fast)
3911         (gnus-registry-fetch-header-fast): Convenience functions.
3912         (gnus-registry-misc-test): ERT test of
3913         `gnus-registry-extract-addresses'.
3914
3915 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3916
3917         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3918         Track by subject first, then sender.
3919
3920 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3921
3922         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3923
3924         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3925         Lisp.
3926
3927         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3928         (gnus-draft-send): Use it to avoid popping
3929         up frames from gnus-group-send-queue.
3930
3931 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3932
3933         * gnus-registry.el: Updated gnus-registry docs.
3934
3935 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3936
3937         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3938         Fix logic bug.
3939         (gnus-registry-post-process-groups): Fix logging of no results and
3940         quote sender and subject.
3941
3942 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3945         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3946         gnutls-cli are too slow to be done opportunistically.
3947
3948         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3949         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3950         we had no early-data returned.
3951         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3952         two async commands to the same server at the same time.
3953
3954 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3955
3956         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3957
3958 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3961         "warning" level.
3962
3963         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3964         (mm-url-insert-file-contents): Don't set the package names.
3965
3966 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3967
3968         * gnus-registry.el (gnus-registry-action): Remove properties and
3969         simplify subject in `gnus-registry-handle-action'.
3970         (gnus-registry-spool-action): Get subject and sender from message if
3971         they are not passed in.
3972         (gnus-registry-handle-action): Remove properties and simplify subject
3973         consistently.
3974
3975 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3976
3977         * registry.el: Require CL before using defmacro*.
3978
3979 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * gnus-art.el (article-treat-date): Assume that
3982         gnus-article-date-headers may be a group parameter.
3983
3984 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3985
3986         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3987
3988         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3989         interactively so the newsrc file can contain foreign groups too.
3990         Useful for debugging but not much for users.
3991
3992 2011-04-07  David Engster  <dengste@eml.cc>
3993
3994         * registry.el (registry-usage-test): Only do
3995         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3996         lexical binding.
3997
3998 2011-04-07  David Engster  <dengste@eml.cc>
3999
4000         * Makefile.in (check, test-registry): New rules for test-suite.
4001
4002 2011-04-06  David Engster  <dengste@eml.cc>
4003
4004         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4005         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4006
4007 2011-04-06  David Engster  <dengste@eml.cc>
4008
4009         * registry.el (initialize-instance): Change :after to :AFTER to be
4010         compatible with old EIEIO version in XEmacs.
4011
4012 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4013
4014         * gnus-registry.el (gnus-registry-post-process-groups)
4015         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4016         and provide better messaging.
4017
4018 2011-04-06  David Engster  <dengste@eml.cc>
4019
4020         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4021         errors.
4022
4023         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4024         dgnushack-compile with error-on-warn enabled, and to signal an error if
4025         clean compilation failed.
4026         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4027         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4028
4029 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4030
4031         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4032         unconditionally anyway, discarding errors.
4033         (gnus-registry-delete-entries): New convenience function.
4034         (gnus-registry-import-eld): Import from old .eld registry.
4035
4036         * registry.el: Don't use ERT if it's not available.  Load it
4037         unconditionally anyway, discarding errors.
4038
4039         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4040         version from the Claudio Bley GnuTLS patch (extra optional parameters
4041         and host name).
4042
4043 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4044
4045         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4046         fixup the parameters that can be customized by the user between
4047         save/read cycles.
4048         (gnus-registry-read): Use it.
4049         (gnus-registry-make-db): Use it.
4050         (gnus-registry-spool-action, gnus-registry-handle-action):
4051         Fix messaging.
4052         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4053         Map references to actual group names with sender and subject tracking.
4054         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4055         (gnus-registry-usage-test): Add subject lookup test.
4056
4057         * registry.el (registry-db, initialize-instance): Set up constructor
4058         instead of :initform arguments for the sake of older Emacsen.
4059         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4060         pre-lexbind merge bug.
4061         (registry-usage-test): Use it.
4062         (initialize-instance, registry-db): Move the non-function initforms
4063         back to the class definition.
4064
4065 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4066
4067         * registry.el: New library to manage gnus-registry-style data.
4068
4069         * gnus-registry.el: Use it (major rewrite).
4070
4071         * nnregistry.el: Use it.
4072
4073         * spam.el: Use it.
4074
4075 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4078         marks on non-selected articles.
4079
4080 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4081
4082         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4083         parameter to open-protocol-stream.
4084
4085 2011-04-01  Julien Danjou  <julien@danjou.info>
4086
4087         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4088         fundamental-mode.
4089
4090 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4091
4092         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4093         servers.
4094
4095 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4098         made marks not propagate, again.
4099
4100 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4101
4102         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4103         Make this the default type.
4104         (proto-stream-open-plain): Rename from proto-stream-open-default.
4105         (open-protocol-stream, proto-stream-open-starttls)
4106         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4107         with `plain'.
4108
4109         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4110         value.
4111
4112         * nntp.el (nntp-open-connection-function): Document the fact that some
4113         values are not functions but are instead handled specially.
4114         Recognize nntp-open-plain-stream value.
4115         (nntp-open-connection): Recognize that value.
4116
4117 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4118
4119         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4120         where it seems to be needed.
4121
4122 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4125         stuff.
4126
4127         * gnus-score.el (gnus-score-string): Fix calling convention of
4128         `gnus-simplify-buffer-fuzzy' after last patches.
4129
4130         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4131         server for articles we didn't get any headers for.  This is a sanity
4132         check.
4133
4134 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4135
4136         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4137         new CAPABILITY, use it.
4138
4139 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4142         downloading anything.
4143
4144         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4145
4146 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4147
4148         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4149         colors.
4150         (gnus-splash-svg-color-symbols): New function.
4151
4152 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4155         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4156         (gnus-simplify-subject-fuzzy): Use the local
4157         gnus-simplify-subject-fuzzy-regex instead of the global one.
4158         This makes using this variable in group parameters work.
4159
4160 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4161
4162         * gnus-registry.el (gnus-registry-unfollowed-groups):
4163         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4164         archive:sent-YYYY-MM-DD groups).
4165         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4166         tracking if there are more than `gnus-registry-max-track-groups'
4167         matches.
4168
4169 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4170
4171         * message.el (message--yank-original-internal): New function to do the
4172         insertion cleanly inside eval in `message-yank-original'.
4173         (message-yank-original): Use it.
4174
4175 2011-03-29  Julien Danjou  <julien@danjou.info>
4176
4177         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4178         local variables disabled rather than `normal-mode'.
4179
4180 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4181
4182         * imap.el (imap-shell-open, imap-process-connection-type):
4183         Use imap-process-connection-type for 'shell' streams as well as
4184         Kerberos, SSL, other subprocesses.
4185
4186 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4187
4188         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4189         with open-network-stream.
4190         (proto-stream-always-use-starttls): Option removed.
4191         (open-protocol-stream): Return a process object by default.  Provide a
4192         new parameter :return-list specifying a list-type return value, which
4193         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4194         :type `network' to `try-starttls', and `network-only' to `default'.
4195         Make `default' the default, for compatibility with open-network-stream.
4196         Handle the no-parameter case exactly as open-network-stream, with no
4197         additional stream processing.  Search plists using plist-get.
4198         Explicitly add :end-of-commend parameter if it is missing.
4199         (proto-stream-open-default): Rename from
4200         proto-stream-open-network-only.  Return 'default as the type.
4201         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4202         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4203         failed.  Always return a list with a (possibly dead) process as the
4204         first element, for compatibility with open-network-stream.
4205         (proto-stream-open-tls): Use plist-get.  Always return a list.
4206         (proto-stream-open-shell): Return `default' as connection type.
4207         (proto-stream-capability-open): Use plist-get.
4208         (proto-stream-eoc): Function deleted.
4209
4210         * nnimap.el (nnimap-stream, nnimap-open-connection)
4211         (nnimap-open-connection-1): Handle renaming of :type parameter for
4212         open-protocol-stream.
4213         (nnimap-open-connection-1): Pass a :return-list parameter
4214         open-protocol-stream to obtain a list return value.  Parse this list
4215         using plist-get.
4216
4217         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4218         for open-protocol-stream.  Accept open-protocol-stream return value
4219         that is a subprocess object instead of a list.  Handle the case of a
4220         dead returned process.
4221
4222 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4223
4224         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4225
4226         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4227
4228 2011-03-21  Julien Danjou  <julien@danjou.info>
4229
4230         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4231         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4232         query.
4233         (mm-inline-text): Render normal text with fontification whenever
4234         possible.
4235
4236         * gnus-sum.el (gnus-summary-save-parts-1):
4237         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4238         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4239         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4240         Use `mm-handle-filename'.
4241
4242         * mm-util.el (mm-handle-filename): New function, return the filename of
4243         an handle.
4244
4245 2011-03-18  Julien Danjou  <julien@danjou.info>
4246
4247         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4248         (gnus-buffer-live-p): Check that buffer is not nil.
4249
4250 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4251
4252         * gnus.el: No Gnus v0.15 is released.
4253
4254 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4257         avoid warning on XEmacs.
4258
4259         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4260         on XEmacs.
4261
4262         * gnus-art.el: Require mouse, which the build bot seems to say is
4263         needed.
4264
4265         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4266
4267         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4268         XEmacs, since it doesn't have url-retrieve-synchronously.
4269
4270         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4271         since assoc-string doesn't exist in XEmacs.
4272
4273 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4274
4275         * gnus-group.el (gnus-group-list-ticked): New function.
4276         (gnus-group-make-menu-bar): Provide a menu entry for it.
4277         (gnus-group-list-map): Provide a binding for it.
4278
4279 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280
4281         * shr.el (shr-visit-file): New command.
4282
4283         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4284
4285 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4286
4287         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4288         servers.
4289
4290 2011-03-16  Julien Danjou  <julien@danjou.info>
4291
4292         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4293         inline.
4294
4295         * gnus-art.el (article-hide-list-identifiers):
4296         Use gnus-group-get-list-identifiers.
4297
4298         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4299         (gnus-summary-remove-list-identifiers):
4300         Use gnus-group-get-list-identifiers to get regexp.
4301         (gnus-select-newsgroup, gnus-summary-insert-subject)
4302         (gnus-summary-insert-articles):
4303         Call gnus-summary-remove-list-identifiers unconditionally.
4304
4305 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4306
4307         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4308         we're selecting a group with unread articles.
4309
4310         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4311
4312         * gssapi.el: New file separated out from imap.el to provide a general
4313         Kerberos 5 connection facility for Emacs.
4314
4315         * message.el (message-elide-ellipsis): Document the format spec
4316         ellipsis.
4317
4318 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4319
4320         * message.el (message-elide-region): Allow the ellipsis to say how many
4321         lines were removed.
4322
4323 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324
4325         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4326         window configurations containing buffers that are now dead.
4327
4328         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4329         parsing to avoid integer overflows.
4330         (nnimap-parse-flags): Simplify the last change.
4331         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4332         too large for 32-bit Emacsen.
4333
4334 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4335
4336         * auth-source.el (auth-source-netrc-create):
4337         * message.el (message-yank-original): Fix use of `case'.
4338
4339 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4340
4341         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4342         XEmacs, which was one character too wide.
4343
4344 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4345
4346         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4347         default number of articles to display.
4348         (gnus-articles-to-read): Use pretty names for prompt.
4349
4350 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4351
4352         * gnus-int.el (gnus-open-server): Ditto.
4353
4354         * gnus-start.el (gnus-activate-group): Give a backtrace if
4355         debug-on-quit is set and the user hits `C-g'.
4356         (gnus-read-active-file): Ditto.
4357
4358         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4359
4360 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * message.el (message-yank-original): Use cond instead of CL case.
4363
4364 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4365
4366         * auth-source.el (auth-source-netrc-create): Use usual format for the
4367         default in prompts.
4368
4369 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * lpath.el: Fbind read-char-choice for XEmacs.
4372
4373 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * auth-source.el (auth-source-netrc-create): Show the default in the
4376         prompt when prompting for token creation.
4377
4378 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4379
4380         * auth-source.el (auth-source-format-prompt): Always convert the value
4381         to a string to avoid evaluating non-string arguments.
4382         (auth-source-netrc-create): Offer default properly, not as initial
4383         content in `read-string'.
4384         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4385         of line to determine if we've been run before.  If so, don't run again,
4386         but print a trivial message to indicate the cache was hit instead.
4387
4388 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4389
4390         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4391         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4392         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4393         Gnus.
4394
4395 2011-03-11  Julien Danjou  <julien@danjou.info>
4396
4397         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4398         modified file".
4399
4400 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4401
4402         * auth-source.el (auth-source-read-char-choice): New function to read a
4403         character choice using `dropdown-list', `read-char-choice', or
4404         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4405         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4406         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4407         (auth-source-netrc-saver): Use it.
4408         (auth-source-pick-first-password): New convenience function.
4409
4410 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4411
4412         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4413         parameter in the credentials.
4414         (nnimap-open-connection-1): Use it after a successful login.
4415         (nnimap-credentials): Add IMAP-specific user and password prompt.
4416
4417         * auth-source.el (auth-source-search): Add :require parameter, taking a
4418         list.  Document it and the :save-function return token.  Pass :require
4419         down.  Change the CREATED message from a warning to a debug statement.
4420         (auth-source-search-backends): Pass :require down.
4421         (auth-source-netrc-search): Pass :require down.
4422         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4423         Change save prompt to indicate all modifications saved here are
4424         deletions.
4425         (auth-source-netrc-create): Take user login name as default in user
4426         prompt.  Move all the save functionality to a lexically bound function
4427         under the :save-function token in the returned list.  Set up clearer
4428         default prompts for user, host, port, and secret.
4429         (auth-source-netrc-saver): New function, intended to be wrapped for
4430         :save-function.
4431
4432 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4435         lines to be spaces instead.
4436
4437 2011-03-07  Julien Danjou  <julien@danjou.info>
4438
4439         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4440         (sieve-sasl-auth): Check that auth-source-search did return something,
4441         or just return an empty string.
4442
4443 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4444
4445         * gnus.el (gnus-interactive): Use read-directory-name.
4446
4447         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4448         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4449         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4450         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4451         Likewise.
4452
4453         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4454
4455 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456
4457         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4458         onto the list of killed groups, too.  This makes killed nnimap groups,
4459         for instance, more reliably not reappear.
4460
4461         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4462         the parent.
4463
4464         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4465
4466         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4467         really have server-side marks.
4468
4469         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4470         since most backends do not usefully have server-side marks.
4471         (gnus-update-read-articles): Propagate marks to all backends that
4472         really have server-side marks.
4473
4474 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4475
4476         * message.el (message-cite-reply-position, message-cite-style):
4477         New variables.
4478         (message-yank-original): Use the new citation styles.
4479
4480 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4481
4482         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4483         buffer-local issue); don't mark it buffer-local when running under
4484         XEmacs.
4485
4486 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4487
4488         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4489         numbers too big to be `read'.
4490
4491 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4492
4493         * password-cache.el (password-in-cache-p): Add autoload.
4494
4495         * message.el (message-options): Make buffer-local two ways to attempt
4496         to fix a XEmacs bug.
4497
4498 2011-03-02  Julien Danjou  <julien@danjou.info>
4499
4500         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4501
4502 2011-03-01  Julien Danjou  <julien@danjou.info>
4503
4504         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4505         group.
4506         (article-hide-list-identifiers): Use list-identifier group parameter.
4507
4508 2011-02-28  Julien Danjou  <julien@danjou.info>
4509
4510         * sieve.el (sieve-buffer-script-name): New local variable to store
4511         sieve script name.
4512         (sieve-edit-script): Store sieve script name.
4513         (sieve-upload): Use sieve script name when uploading.
4514         (sieve-upload): Use substitute-command-keys.
4515         (sieve-edit-script): Use substitute-command-keys.
4516         (sieve-refresh-scriptlist): Use substitute-command-keys.
4517         (sieve-manage-mode-map): Define keymap properly.
4518         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4519         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4520         Remove commented code about cvs.
4521         (sieve-manage-quit): New function.
4522         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4523
4524 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4527
4528 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4529
4530         * auth-source.el (auth-source-search): Cache empty result sets.
4531
4532         * password-cache.el (password-in-cache-p): Convenience function to
4533         check if a key is in the cache, even if the value is nil.
4534
4535         * auth-source.el (auth-source-save-behavior): New variable to replace
4536         `auth-source-never-create'.
4537         (auth-source-netrc-create): Use it.
4538         (auth-source-never-save): Remove.
4539
4540 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4541
4542         * nnimap.el (nnimap-stream): Doc fix.
4543         (nnimap-open-connection-1): Reverse the order of the ports to that the
4544         prompted-for port is first.
4545
4546         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4547         retrieval by the no-group selection.
4548
4549         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4550         numerical parameters.
4551
4552 2011-02-25  Julien Danjou  <julien@danjou.info>
4553
4554         * gnus-gravatar.el: Use gnus-with-article-buffer.
4555
4556         * gnus-art.el (gnus-with-article-buffer): Check that the
4557         gnus-article-buffer is alive.
4558
4559 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * auth-source.el (auth-source-creation-prompts): New variable to manage
4562         creation-time prompts.
4563         (auth-source-search): Document it.
4564         (auth-source-format-prompt): Add utility function.
4565         (auth-source-netrc-create): Don't default the user name to
4566         user-login-name.  Use `auth-source-creation-prompts' and some default
4567         prompts for user, host, port, and password (the default generic prompt
4568         remains ugly).
4569         (auth-source-never-save): Add customizable option to never save info.
4570         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4571         mode excursion.
4572
4573 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4576         argument that XEmacs doesn't support.
4577
4578         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4579         compiled for Emacsen having no `libxml-parse-html-region' support.
4580
4581         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4582
4583         * lpath.el: Bind buffer-save-without-query for XEmacs.
4584
4585 2011-02-23  Julien Danjou  <julien@danjou.info>
4586
4587         * gnus-art.el (article-make-date-line): Ignore errors if time is
4588         invalid and not convertible.
4589         (article-make-date-line): Only add lapsed time if time is not nil.
4590
4591 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4594         `read-char-choice' for backwards compatibility.
4595         (auth-source-netrc-element-or-first): New function to DTRT for
4596         parameter extraction.
4597         (auth-source-netrc-create): Use it and fix multiple parameter print
4598         bug.  Use the default passed from above (given-default) or the
4599         built-in (user-login-name for :user).
4600
4601 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4602
4603         * gnus-start.el (gnus-dribble-read-file):
4604         Set buffer-save-without-query, since we always want to save the dribble
4605         file, probably.
4606
4607         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4608         nnimap.
4609
4610         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4611         -summary- since it's a user-visible variable.
4612
4613         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4614         first time you use the new Gnus.
4615
4616 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4617
4618         * auth-source.el: Don't load netrc.el.
4619         (auth-sources): Search ~/.netrc as well by default.
4620         (auth-source-debug): Add 'trivia option for extra output.
4621         (auth-source-do-trivia): Use it.
4622         (auth-source-search): Simplify logic to use
4623         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4624         appropriate.  Don't keep a running count at this level.  Layer :create
4625         and :delete options appropriately on the first and second passes.
4626         Don't track the backend with the search results.
4627         (auth-source-search-backends): New function to search a list of
4628         backends for a processed spec.
4629         (auth-source-netrc-parse): Cache all netrc files, making
4630         auth-source-netrc-cache an alist keyed by the file name and using the
4631         file mtime as the caching criterion.  Keep the obfuscated data secret
4632         with a lexical bind.
4633         (auth-source-netrc-search): Don't calculate the length of the results
4634         unnecessarily.
4635         (auth-source-search-backends): Fix bug.
4636         (auth-source-netrc-create): Rework prompts.
4637
4638 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4639
4640         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4641         Lower case names of search constraints.
4642         (nnir-run-query): Cache and reuse search constraints for all imap
4643         servers.
4644
4645 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4646
4647         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4648         after exit.
4649         (gnus-setup-message): Define missing variable from last checkin.
4650
4651         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4652         value, show the raw article.
4653
4654 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4655
4656         * gnus.el: No Gnus v0.13 is released.
4657
4658 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4659
4660         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4661         auth-source now accepts numbers.
4662
4663         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4664         spec, too.
4665         (auth-source-ensure-strings): New function.
4666
4667         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4668         (gnus-article-setup-buffer): Always restart the date timer so that user
4669         changes to the frequency is respected.
4670
4671         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4672         port numbers, so make sure it gets that if nnimap-server-port is
4673         explicit.
4674
4675 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4676
4677         * nnimap.el (nnimap-inbox): Doc fix.
4678
4679 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4680
4681         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4682         Autoload.  Add optional arg FRAME, and pass it to color-values.
4683         (color-complement): Caller changed.  Doc fix.
4684         (color-gradient): Rewrite for better clarity and efficiency.
4685
4686 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4687
4688         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4689         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4690         color-lab-to-srgb.
4691
4692 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4693
4694         * color.el: First part of merge from hexrgb.el.
4695         (color-rgb-to-hex): Rename from color-rgb->hex.
4696         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4697         saturation to zero if the value is too small.
4698         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4699         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4700         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4701         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4702         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4703         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4704         (color-cie-de2000): Doc fix.
4705
4706 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4707
4708         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4709         given method as in the group name if we're using an extended method.
4710         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4711         command, if we're using that, instead of waiting for the beginning.
4712
4713         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4714         we're sure to get unique server names, and we don't output two async
4715         commands in the same buffer.  This fixes an NNTP hang for some users.
4716
4717 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4718
4719         * gnus.el: No Gnus v0.11 is released.
4720
4721 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4722
4723         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4724         summary buffer before reading going to the next buffer.  This avoids
4725         putting the point in the group buffer if you `C-g' the command.
4726
4727         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4728         cache (for now) to make ~/.authinfo.gpg files usable.
4729
4730         * nnfolder.el (copyright-update): Define for the compiler.
4731
4732         * auth-source.el (auth-source-search): Fix unbound variable.
4733
4734 2011-02-19  Glenn Morris  <rgm@gnu.org>
4735
4736         * gnus.el (gnus-meta): Doc fix.
4737
4738 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4739
4740         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4741         in case it's not yet loaded.
4742
4743 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4744
4745         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4746         line we're waiting for.
4747
4748 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4749
4750         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4751         face with line-width greater than zero will cause RET in gnus summary
4752         buffer to scroll down article page-wise because auto vscroll happens,
4753         it should be temporally disabled when doing a scroll-up.
4754
4755 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4756
4757         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4758         outputs from the server.
4759
4760 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4761
4762         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4763         later so that bbdb can hook in easier.
4764
4765 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4766
4767         * auth-source.el (auth-source-search): Don't try to create credentials
4768         if the caller doesn't want that.
4769         (auth-source-search): If we don't find a match, don't bug out on
4770         non-bound variables.
4771         (auth-source-search): Only ask a single backend to create the
4772         credentials.
4773
4774         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4775         logging.
4776         (nnimap-credentials): Protect against auth-source-search returning nil.
4777         (nnimap-request-list): Protect against not being able to open the
4778         server.
4779
4780 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4781
4782         * auth-source.el (auth-source-search): Do a two-phase search, one with
4783         no :create to get the responses from all backends.
4784
4785         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4786         when getting credentials.
4787
4788         * gnus-util.el (gnus-delete-duplicates): New function.
4789
4790 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4791
4792         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4793         a creation default, pass the whole port list down.  It will be
4794         completed.
4795
4796         * auth-source.el (auth-source-search): Updated docs to talk about
4797         multiple creation choices.
4798         (auth-source-netrc-create): Accept a list as a value (from the search
4799         parameters) and do completion on that list.  Keep a separate netrc line
4800         with the password obscured for showing the user.
4801
4802         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4803         first choice to `auth-source-search' so it will be used for entry
4804         creation instead of the server's Gnus-specific name.
4805         (nnimap-credentials): Rely on the auth-source library to select which
4806         port is actually wanted in the new netrc entry, so don't override
4807         `auth-source-creation-defaults'.
4808
4809         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4810         :protocol and accept a missing user, host, or port as a wildcard match.
4811         (auth-source-debug): Default to off.
4812
4813         (auth-source-netrc-search, auth-source-netrc-create)
4814         (auth-source-secrets-search, auth-source-secrets-create)
4815         (auth-source-user-or-password, auth-source-backend, auth-sources)
4816         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4817         instead of :protocol.
4818
4819         * nnimap.el (nnimap-credentials): Pass a port default to
4820         `auth-source-search' in case an entry needs to be created.
4821         (nnimap-open-connection-1): Use :port instead of :protocol.
4822
4823 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * auth-source.el: Bind load-path when loading EIEIO from
4826         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4827         21.4 doesn't support, to `require'.
4828         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4829         delete-dups that is not available in XEmacs 21.4.
4830
4831 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4832
4833         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4834         as EIEIO must also be loaded when auth-source.el is being
4835         byte-compiled.
4836
4837 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4838
4839         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4840
4841         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4842
4843         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4844
4845         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4846
4847         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4848
4849         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4850
4851         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4852
4853         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4854         necessary.
4855
4856 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4857
4858         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4859         nil means that nnimap doesn't get updated.
4860
4861 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4862
4863         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4864         result when the user doesn't want to write to the file.
4865         (auth-source-netrc-search): Expect a synthetic result and proceed
4866         accordingly.
4867         (auth-source-cache-expiry): New variable to override
4868         `password-cache-expiry'.
4869         (auth-source-remember): Use it.
4870
4871         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4872         parameter.  Create entry if necessary by using :create t.
4873         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4874
4875 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4876
4877         * auth-source.el (auth-source-debug): Enable by default and don't
4878         mention the obsolete `auth-source-hide-passwords'.
4879         (auth-source-do-warn): New function to debug unconditionally.
4880         (auth-source-do-debug): Use it.
4881         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4882         and for Secrets API entries when the secrets.el library is not
4883         available.
4884
4885 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4886
4887         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4888         (gnus-summary-exit): Kill the correct article buffer on exit from a
4889         `C-d' group.
4890
4891         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4892         gnus-propagate-marks.
4893
4894         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4895         before killing the buffers so that a non-full window conf gets handled
4896         correctly.
4897         (gnus-summary-exit): Ditto.
4898         (gnus-summary-read-group-1): Ditto.
4899
4900         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4901         async code again so that we can debug it properly.
4902
4903         * message.el (message-reply): Take an optional switch-buffer parameter
4904         so that Gnus window confs are respected better.
4905
4906 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4907
4908         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4909         `plist-get' to accept non-list parameters (XEmacs issue).
4910         Fix docstring.
4911         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4912         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4913         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4914         Login collection is "Login" and not "login".
4915
4916 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4919         multiple headers.
4920
4921         * nnimap.el (nnimap-inhibit-logging): New variable.
4922         (nnimap-log-command): Don't log login commands.
4923
4924         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4925         to have more parameters.
4926
4927         * nnimap.el (nnimap-send-command): Mark the command time for each
4928         command, so that we don't get NOOPs stepping on our toes.
4929
4930         * gnus-art.el (article-date-ut): Get the date from the Date header on
4931         `t'.
4932
4933 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * auth-source.el (auth-source-search): Use copy-sequence instead of
4936         the cl.el copy-list.
4937
4938 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4939
4940         * imap.el: Bring it back (revert
4941         84d800cd31de3064f0ed39617d725709a2f8f42f).
4942
4943 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4944
4945         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4946         Improve prompt.
4947
4948 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4949
4950         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4951         washing status from the default format.  It isn't very informative.
4952
4953 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4954
4955         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4956         Fix Gcc processing on imap.
4957
4958 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4959
4960         * imap.el: Remove file.  All the functionality is in nnimap.el.
4961
4962 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4963
4964         * message.el (message-bury): Don't pop up a new window when selected
4965         window is dedicated.
4966
4967 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4968
4969         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4970
4971 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4972
4973         * sieve-manage.el: Autoload `auth-source-search'.
4974         (sieve-sasl-auth): Use it.
4975
4976 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4977
4978         * nnimap.el: Autoload `auth-source-forget+'.
4979         (nnimap-open-connection-1): Use it if the connection fails.
4980
4981         * auth-source.el: Require `password-cache'.
4982         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4983         obsolete.
4984         (auth-source-magic): Marker for `password-cache' keys.
4985         (auth-source-do-cache): Update docstring.
4986         (auth-source-search): Use and check cache.
4987         (auth-source-forget-all-cached, auth-source-remember)
4988         (auth-source-recall, auth-source-forget, auth-source-forget+)
4989         (auth-source-specmatchp): Caching support functions.
4990         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4991         Remove and obsolete.
4992         (auth-source-user-or-password): Remove caching to further discourage
4993         using it.  Always hide passwords.
4994
4995         * password-cache.el (password-cache-remove): Accept secrets that are
4996         not strings.
4997
4998 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4999
5000         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5001         code for now, since it doesn't work for all users.
5002
5003 2011-02-09  Julien Danjou  <julien@danjou.info>
5004
5005         * message.el (message-options): Make message-options really buffer
5006         local.
5007
5008 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5009
5010         * mail-source.el: Autoload `auth-source-search'.
5011         (mail-source-keyword-map): Note order matters.
5012         (mail-source-set-1): Get all the mail-source source values and
5013         defaults and search auth-source on those if needed.  This can all
5014         probably be simplified.
5015
5016         * nnimap.el: Autoload `auth-source-search'.
5017         (nnimap-credentials): Use it.
5018         (nnimap-open-connection-1): Ask for the virtual server and physical
5019         address in one shot.
5020
5021         * nntp.el: Autoload `auth-source-search'.
5022         (nntp-send-authinfo): Use it.  Note TODO.
5023
5024 2011-02-08  Julien Danjou  <julien@danjou.info>
5025
5026         * shr.el (shr-tag-body): Add support for text attribute in body
5027         markups.
5028
5029         * message.el (message-options): Make message-options a local variable.
5030
5031 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5032
5033         * auth-source.el (auth-source-secrets-search)
5034         (auth-source-user-or-password): Use `append' instead of `nconc'.
5035         (auth-source-user-or-password): Build return list better and protect
5036         against nil :secret.
5037
5038 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5039
5040         * nnimap.el (nnimap-update-info): Refactor slightly.
5041         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5042         (nnimap-update-info): Clean up slightly.
5043         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5044         characters.
5045         (nnimap-process-quirk): Rename function to avoid collision.
5046         (nnimap-update-info): Fix macrology bug-out.
5047         (nnimap-update-info): Simplify split history test.
5048
5049 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5050
5051         * auth-source.el (top): Require 'eieio unconditionally.
5052         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5053         (auth-source-secrets-search): Limit search when `max' is greater than
5054         number of results.
5055
5056 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5057
5058         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5059         part not returning any data.
5060
5061         * proto-stream.el (open-protocol-stream): Document the return value.
5062
5063 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5064
5065         * auth-source.el (auth-source-secrets-search): Add examples.
5066
5067 2011-02-06  Julien Danjou  <julien@danjou.info>
5068
5069         * message.el (message-setup-1): Handle message-generate-headers-first
5070         set to t.
5071
5072 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5075         API with a string "secrets:collection-name" and with 'default.
5076         (auth-source-backend-parse): Parse "secrets:collection-name" and
5077         'default.  Recurse on parses instead of repeating code.  Use the
5078         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5079         message when ignoring a source.
5080         (auth-source-search): List ignored search keys at the top level.
5081         (auth-source-netrc-create): Use `case' instead of `cond'.
5082         (auth-source-secrets-search): Created with TODOs.
5083         (auth-source-secrets-create): Created with TODOs.
5084         (auth-source-retrieve, auth-source-create, auth-source-delete)
5085         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5086         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5087         (auth-source-user-or-password-sftp)
5088         (auth-source-user-or-password-smtp): Remove.
5089         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5090         around `auth-source-search'.  Not tested thoroughly.
5091
5092 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5093
5094         * auth-source.el: Bring in assoc and eioeio libraries.
5095         (secrets-enabled): New variable to track the status of the Secrets API.
5096         (auth-source-backend): New EIOEIO class to represent a backend.
5097         (auth-source-creation-defaults): New variable to set prompt defaults
5098         during token creation (see the `auth-source-search' docstring for
5099         details).
5100         (auth-sources): Simplify to allow a simple string as a netrc backend
5101         spec.
5102         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5103         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5104         (auth-source-search): Main auth-source API entry point.
5105         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5106         (auth-source-search-collection): Helper function for searching.
5107         (auth-source-netrc-parse, auth-source-netrc-normalize)
5108         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5109         Supports search, create, and delete.
5110         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5111         backend stubs.
5112         (auth-source-user-or-password): Call `auth-source-search' but it's not
5113         ready yet.
5114
5115 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5116
5117         * message.el (message-setup-1): Remove the read-only stuff, since it
5118         doesn't work under XEmacs, for some reason.
5119
5120         * gnus-sum.el (gnus-user-date): Rename back from
5121         gnus-summary-user-date since user code refers to it.
5122
5123         * shr.el (shr-render-td): Store the actual background color used.
5124
5125         * message.el (message-setup-1): Don't bind the constant
5126         -forbidden-properties.
5127         (message-setup-1): Revert previous change, since it needs to bind the
5128         props to insert them.
5129         (message-resend): Allow removing the read-only separator line.
5130
5131 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5132
5133         * nnimap.el (nnimap-request-accept-article): Give an error message if
5134         the APPEND wasn't successful.
5135
5136 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5137
5138         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5139         that have no groups.
5140
5141 2011-02-03  Julien Danjou  <julien@danjou.info>
5142
5143         * gnus-draft.el: Remove progn around gnus-draft-setup.
5144
5145 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-start.el (gnus-read-active-for-groups): This function is never
5148         called with a nil `infos', so clean that up.
5149         (gnus-get-unread-articles): Request active files from primary/secondary
5150         methods that have no groups (yet).
5151
5152 2011-02-03  Julien Danjou  <julien@danjou.info>
5153
5154         * message.el (message-setup-1): Always generate References first.
5155         (message-mail): Return the return value of message-setup, not always t.
5156         (message-setup-1): Insert mail-header-separator with read-only and
5157         intangible properties set.
5158
5159         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5160         user-date in docstring.
5161
5162         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5163
5164         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5165         docstring.
5166
5167         * gnus.el (gnus-user-date-format-alist): Change default value.
5168         Use defcustom, with type and group. Move from gnus-util.el.
5169         Rename to gnus-summary-user-date-format-alist.
5170
5171 2011-02-03  Glenn Morris  <rgm@gnu.org>
5172
5173         * nnimap.el (gnus-fetch-headers): Declare.
5174
5175         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5176
5177 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5178
5179         * message.el (message-forward-make-body-digest-plain)
5180         (message-followup, message-reply): Clean up things noted by Stefan.
5181
5182         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5183         gnus-article-update-date-headers is nil.
5184         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5185         it didn't really work with defcustom.
5186         (article-update-date-lapsed): Make sure the window start doesn't move,
5187         either.
5188
5189 2011-02-01  Julien Danjou  <julien@danjou.info>
5190
5191         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5192         format.
5193
5194         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5195         standard in Emacs nowadays.
5196
5197         * color.el (color-gradient): Add a color-gradient function.
5198
5199 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5200
5201         * message.el (message-expand-name): Don't trust the return value of
5202         bbdb-complete-name.
5203         (message-check-news-header-syntax): Remove unused var `start'.
5204         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5205         (message-inhibit-body-encoding): Move to before first use.
5206         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5207         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5208         (Organization, Message-ID, Date, mh-previous-window-config):
5209         Defvar the vars using dynamic scoping.
5210
5211 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5212
5213         * shr.el (shr-render-td): Only do colors at the final rendering.
5214         Should be slightly faster.
5215         (shr-insert-table): Fix up TD background colors when doing the
5216         vertical padding.
5217
5218         * gnus-art.el (article-date-ut): Protect against articles with no Date
5219         header.
5220         (article-update-date-lapsed): Don't use current-column to find the
5221         horizontal position.  It's fragile in the presence of \003 characters.
5222
5223         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5224
5225 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5226
5227         * gnus-art.el (article-transform-date): Rewrite to still work when
5228         there are several rfc2822 parts.
5229         (article-transform-date): Fix infinite recursion.
5230         (article-date-ut): Replace infinitely many Date headers with a single
5231         one when called interactively.
5232
5233         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5234         secure manner.
5235
5236         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5237         move around by not using save-window-excursion.  It seems to work...
5238
5239 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * gnus-art.el (article-make-date-line): Work for user-defined format.
5242
5243 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5244
5245         * nntp.el (nntp-retrieve-group-data-early)
5246         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5247         fetching functions.
5248
5249         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5250         thoroughly for all backends that have no known groups.  This should
5251         allow new nnml methods to retrieve mail.
5252
5253         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5254         that Gnus doesn't know exists again.
5255
5256         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5257         (gnus-treat-date-ut): Ditto.
5258         (gnus-article-update-date-header): Rename.
5259         (gnus-treat-date-local): Remove.
5260         (gnus-treat-date-english): Remove.
5261         (gnus-treat-date-lapsed): Remove.
5262         (gnus-treat-date-combined-lapsed): Remove.
5263         (gnus-treat-date-original): Remove.
5264         (gnus-treat-date-iso8601): Remove.
5265         (gnus-treat-date-user-defined): Remove.
5266         (gnus-article-date-headers): New variable to control all the date
5267         header options.
5268         (article-date-ut): Rewrite to allow using the new way to format date
5269         headers(s).
5270
5271 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5272
5273         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5274         method.
5275         (nnmail-article-group): A better test for fanciness.
5276
5277         * nnimap.el (nnimap-request-head): Protect against not finding the
5278         article by Message-ID.
5279
5280 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5281
5282         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5283         keep point at the "same place".
5284
5285 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5286
5287         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5288         data if the group is inactive.
5289
5290 2011-01-28  Julien Danjou  <julien@danjou.info>
5291
5292         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5293         (gnus-all-windows-visible-p): Remove old compatibility code.
5294         (gnus-window-top-edge): Add docstring.
5295
5296         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5297
5298 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5299
5300         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5301         older request-update-info.
5302
5303         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5304
5305 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5306
5307         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5308         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5309
5310 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5311
5312         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5313         groups.  This makes the nndraft:queue group pop up if it's not already
5314         there.
5315
5316         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5317         messages" logic, which was reversed.
5318
5319         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5320         the "same place" even if point is on the line being replaced.
5321         (article-update-date-lapsed): Allow updating both the combined lapsed
5322         and the lapsed headers.
5323         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5324         (article-make-date-line): Limit the number of segments dynamically to
5325         avoid too-long lines.
5326
5327 2011-01-27  Julien Danjou  <julien@danjou.info>
5328
5329         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5330         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5331
5332 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5335         Use plist-get instead of the cl function getf.
5336
5337 2011-01-27  Glenn Morris  <rgm@gnu.org>
5338
5339         * gnus-util.el (float-time): Get rid of compiler warning, again.
5340
5341 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5342
5343         * shr.el (shr-put-color): Special-case background colors: Do put them
5344         at the blank parts at the front of the lines.
5345
5346         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5347         exit hook to nix out all data on readedness on group exit.
5348
5349         * gnus-util.el (float-time): If float-time is bound, always use it on
5350         all Emacsen.  It's unclear why the subrp check was there.
5351         (time-date): Require to make some autoload issues on XEmacs go away.
5352
5353         * shr.el (shr-put-color): Don't do the box padding in tables, since
5354         they're already padded.
5355
5356 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5357
5358         * gnus-art.el (gnus-article-next-page): When the last line of the
5359         article is displayed, scroll down once more instead of going to the
5360         next article at once.
5361         (article-lapsed-string): Refactor out and allow specifying how many
5362         segments you want.
5363         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5364         (gnus-article-update-lapsed-header): New variable.
5365
5366         * shr.el: Revert change that made headings use different-sized faces.
5367         The Emacs display engine isn't advanced enough that, for instance,
5368         tables can comfortably use differently-sized faces.
5369
5370 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5371
5372         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5373         used.
5374         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5375         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5376         we're using an encrypted connection.
5377
5378         * proto-stream.el: Alter the interface functions to also return the
5379         actual stream type used: network or tls.
5380
5381 2011-01-25  Julien Danjou  <julien@danjou.info>
5382
5383         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5384         (mm-display-javascript-inline): New function.
5385
5386         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5387         viewing function.
5388
5389 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * shr.el (shr-expand-newlines): Fix variable name.
5392
5393 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5394
5395         * shr.el (shr-expand-newlines): Make nested boxes work.
5396
5397 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5398
5399         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5400         backgrounds.
5401         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5402         in a more sensible manner.
5403
5404 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5405
5406         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5407         if EPG is loaded.
5408
5409 2011-01-24  Julien Danjou  <julien@danjou.info>
5410
5411         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5412         tags.
5413
5414 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5415
5416         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5417         commands.
5418
5419         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5420         in the article buffer.
5421         (gnus-gravatar-insert): Use blank space from the current buffer to
5422         avoid breaking text properties.  This makes X-Sent updating work again.
5423
5424         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5425
5426 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5429         fix the bug in url-http.el instead.
5430
5431         * shr.el (shr-image-fetched): Ditto.
5432
5433         * shr.el (shr-image-fetched): Avoid having point move in the article
5434         buffer.
5435
5436         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5437         buffer after being called.  It's apparently being killed by url.el, and
5438         killing it made point move to end-of-buffer in a random buffer.
5439
5440         * shr.el (shr-image-fetched): Ditto.
5441
5442 2011-01-23  Julien Danjou  <julien@danjou.info>
5443
5444         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5445
5446         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5447         text/x-org.
5448
5449 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5450
5451         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5452         (i.e., nnimap) returning nil as the article number.
5453
5454 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5455
5456         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5457         "DelSp" parameter in RFC3676.
5458
5459 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5460
5461         * message.el (message-check-recipients): Display the encoded version of
5462         the bogus address if they differ.
5463
5464         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5465         after sending.
5466
5467         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5468
5469         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5470
5471         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5472         group buffer after sending the queue.
5473
5474         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5475
5476 2011-01-22  Julien Danjou  <julien@danjou.info>
5477
5478         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5479
5480 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5481
5482         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5483         nested related parts.
5484
5485         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5486         unexpired articles.  This fixes the regression that led expiry marks to
5487         disappear from nnfolder groups.
5488
5489 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5490
5491         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5492         Don't confuse the "ret" of "retrograde" with RET.
5493
5494 2011-01-21  Julien Danjou  <julien@danjou.info>
5495
5496         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5497         than mm-insert-inline.
5498
5499 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5502         Widen article buffer.
5503
5504 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5505
5506         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5507         the temp buffer.
5508         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5509
5510 2011-01-20  Julien Danjou  <julien@danjou.info>
5511
5512         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5513
5514         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5515         than mm-insert-inline to insert inline part: this respect
5516         mm-inline-media-tests displayers.
5517
5518         * mm-view.el (mm-display-shell-script-inline): New function.
5519
5520         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5521
5522         * mm-uu.el (mm-uu-type-alist): Add org block.
5523         (mm-uu-org-src-code-block-extract): New function.
5524
5525         * mm-view.el (mm-display-org-inline): New function.
5526
5527         * mm-decode.el (mm-automatic-display): Add text/org.
5528
5529         * mailcap.el (mailcap-mime-extensions): Add .org.
5530
5531 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5534         gnus-article-add-buttons.
5535
5536 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5537
5538         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5539         From header with a date and "nobody" as the sender.
5540
5541 2011-01-19  Julien Danjou  <julien@danjou.info>
5542
5543         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5544         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5545         if you have the same regexp several times.
5546         (gnus-button-push): Fix matching when regexp is symbol.
5547
5548 2011-01-15  Glenn Morris  <rgm@gnu.org>
5549
5550         * message.el (message-mail): A compose-mail function should
5551         accept headers as strings.
5552
5553 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5554
5555         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5556         Add :vert-only tags.
5557         (message-mail): New arg RETURN-ACTION.
5558         (message-return-action): New var.
5559         (message-bury): Use it.
5560         (message-mode): Make it buffer-local.
5561         (message-send-and-exit): Always call message-bury.
5562
5563         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5564         message-mail.
5565
5566 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * nnimap.el (nnimap-convert-partial-article): Protect against
5569         zero-length body parts.
5570
5571         * mm-decode.el (mm-preferred-alternative-precedence):
5572         Discourage showing empty parts.
5573
5574         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5575         and stuff if the backend didn't return the article number.  This fixes
5576         an Exchange-related nnimap bug.
5577
5578         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5579         group window, because it does the wrong thing when a separate frame
5580         displays the group buffer.
5581
5582         * proto-stream.el (open-protocol-stream): Protect against the low-level
5583         transport functions returning nil.
5584
5585 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5586
5587         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5588         (mml2015-epg-find-usable-secret-key): New function.
5589         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5590         mml2015-epg-find-usable-key (Bug#7797).
5591         (mml2015-epg-encrypt): Ditto.
5592
5593 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * dgnushack.el (rot13-string): Fix the way to get the argument.
5596
5597 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598
5599         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5600
5601 2011-01-03  Glenn Morris  <rgm@gnu.org>
5602
5603         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5604
5605         * sieve.el (sieve-open-server): Give a more explicit error if
5606         sieve-manage-open returns nil.  (Bug#7720)
5607
5608 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5609
5610         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5611
5612 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5615         This avoids sending passwords in plain text over non-encrypted
5616         channels.
5617
5618         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5619
5620         * nnimap.el (nnimap-login): Refactored out into own function, and
5621         implement CRAM-MD5.
5622         (nnimap-wait-for-line): Refactored out.
5623
5624         * mm-view.el (mml-smime): Require.
5625
5626 2010-12-20  David Engster  <deng@eml.cc>
5627
5628         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5629         use EPG to decrypt S/MIME messages instead of openssl.
5630
5631 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5634
5635         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5636         status is the group clearly is unreachable.
5637
5638         * auth-source.el (auth-source-create): Add the optional second
5639         parameter to `local-variable-p' to be compatible with XEmacs.
5640
5641 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5642
5643         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5644         work when using a compressed nnml folder.
5645
5646 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5649         backends after sanitising on entry, because this never makes sense:
5650         If the articles have gone missing, then the data no longer exists on
5651         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5652         overwrite anything anyway.
5653
5654         * shr.el (shr-insert-document): Bind shr-width dynamically to
5655         window-width if it's nil.
5656
5657 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5658
5659         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5660         with the meaning of using the full emacs window width for rendering.
5661
5662 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5663
5664         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5665         case when sender is not given.
5666
5667 2010-12-23  Julien Danjou  <julien@danjou.info>
5668
5669         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5670         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5671         the addresses, otherwise we might misplaced the gravatar.
5672
5673 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5674
5675         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5676         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5677         obsolete in Emacs.
5678
5679 2010-12-20  Julien Danjou  <julien@danjou.info>
5680
5681         * gnus-util.el (gnus-rescale-image): Revert last change.
5682
5683 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5684
5685         * binhex.el: Improve commentary (Bug#7482).
5686
5687 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688
5689         * gnus-group.el (gnus-group-delete-articles): New command.
5690
5691 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5692
5693         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5694
5695 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5696
5697         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5698         here, since it's up to the backends to do CRLF removal if their
5699         protocol has it.
5700
5701         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5702
5703 2010-12-17  Julien Danjou  <julien@danjou.info>
5704
5705         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5706         they are from file.  Can also scale up.
5707
5708 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5709
5710         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5711         Restore gnus-use-agent.
5712         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5713
5714         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5715
5716 2010-12-17  Julien Danjou  <julien@danjou.info>
5717
5718         * gravatar.el (gravatar-retrieve-synchronously): New function.
5719         (gravatar-get-data): Make more robust.
5720
5721 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5724
5725 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5728         to really consider the last line.
5729
5730 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5731
5732         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5733         list of recipient keys, or use symmetric encryption if not a list.
5734         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5735         EPA override, replacing the call to `netrc-store-data'.
5736
5737 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5738
5739         * gnus-srvr.el: Avoid passing nil regexp argument to
5740         delete-matching-lines.
5741
5742 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5743
5744         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5745         fetching stops when Gnus exits.
5746
5747         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5748         function.
5749         (nnfolder-request-expire-articles): Save all the buffers after doing
5750         expiry.
5751
5752         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5753         the last article", since that led to serious performance regressions
5754         when expiring nnml groups.
5755
5756 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5757
5758         * nnir.el: Improve customizations.
5759
5760 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5763
5764         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5765         group has been killed.
5766         (gnus-group-yank-group): Ditto.
5767
5768         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5769
5770         * nnimap.el (nnimap-request-update-group-status): New function.
5771
5772         * gnus-int.el (gnus-request-update-group-status): New interface
5773         function.
5774
5775         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5776         copying read-ness to the backends.
5777
5778         * nnimap.el (nnimap-quirk): New function.
5779         (nnimap-retrieve-group-data-early): Use it.
5780         (nnimap-quirks): New alist.
5781
5782 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5785         don't delete it within indentation.
5786
5787 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788
5789         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5790         previous line.
5791
5792 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5795         QRESYNC command by deleting a superfluous space which broke Cyrus
5796         servers.  This change will break other servers that are buggy the other
5797         way around.
5798
5799 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5800
5801         * spam.el: Reindent and fix long lines.
5802         (spam-copy-or-move-routine): Exclude invalid move destinations.
5803
5804 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5805
5806         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5807         installed the registry.
5808
5809 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5812
5813 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5814
5815         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5816         groupname doesn't contain "gmane".
5817
5818 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5819
5820         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5821         and netrc-bound-and-true-p bindings.
5822         (netrc-parse): Cache the netrc contents.
5823
5824         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5825         (gnus-1): Don't create the nndrafts group twice.
5826         (gnus-setup-news): There's no need to read the active file here, since
5827         that's done again later on a per-backend basis.
5828         (gnus-start-draft-setup): Make sure that the new group is started out
5829         empty.
5830
5831         * gnus-agent.el (gnus-agentize): Don't create the queue group
5832         automatically on startup.  It'll be created later, if needed.
5833
5834         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5835         of automatically subscribed groups.
5836         (gnus-auto-subscribed-categories): New variable.
5837         (gnus-matches-options-n): Use it.
5838         (gnus-default-subscribed-newsgroups): Remove unused variable.
5839         (gnus-start-draft-setup): Message a bit less.
5840
5841 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5842
5843         * nnir.el (nnir-run-imap): Return article list in order of increasing
5844         UID.
5845
5846 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus-sum.el (gnus-summary-enter-digest-group):
5849         Mention gnus-auto-select-on-ephemeral-exit.
5850
5851         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5852         convention of the network-only option.
5853
5854 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5855
5856         * proto-stream.el (proto-stream-open-network-only): New function to
5857         have a way to specify non-STARTTLS upgrade connections.
5858
5859 2010-12-10  Julien Danjou  <julien@danjou.info>
5860
5861         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5862         email address is nil.
5863
5864         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5865
5866 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5867
5868         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5869         deletion.
5870         (nnir-run-imap): Only need to parse list once.
5871
5872 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873
5874         * shr.el (shr-tag-script): Ignore <script>.
5875         (shr-tag-label): Add <label> support.
5876
5877 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5880
5881         * shr.el (shr-image-displayer): Work for images lined side by side.
5882
5883 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5884
5885         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5886         parameter, since XEmacs doesn't accept t as a parameter.
5887
5888 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5889
5890         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5891         ids.
5892         (nnir-run-gmane): Simplify groupspec formatting.
5893         (nnir-request-expire-articles): New function.
5894
5895 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5896
5897         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5898         overflow, possibly.
5899
5900         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5901         (shr-render-td): Handle td style="" better.
5902         (shr-tag-table): Use the color from the style sheet.
5903         (shr-render-td): Make sure we copy over all the overlays, too.
5904
5905 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5906
5907         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5908         (nnir-request-article): Improve article retrieval.
5909
5910 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * mm-util.el (mm-extra-numeric-entities): New variable.
5913
5914         * mm-url.el (mm-url-decode-entities):
5915         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5916
5917         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5918
5919 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5920
5921         * message.el: Use completion-at-point.
5922         (message-completion-function): New fun, extracted from message-tab.
5923         (message-mode): Use it for completion-at-point-functions.
5924         (message-tab): Use it and completion-at-point.
5925
5926 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5929         character if a non-breakable character follows.
5930
5931 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932
5933         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5934         any stream.
5935
5936         * shr.el (shr-tag-font): Colorize the region.
5937         (shr-tag-body): Ditto.
5938         (shr-tag-font): Actually let the styles be inherited instead of
5939         overwriting them.
5940         (shr-tag-font): Get the background color right.
5941         (shr-tag-style): Ignore all <style> tags for the moment.
5942
5943         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5944         a Message-ID to avoid having nnimap depend on gnus-sum.
5945
5946         * shr.el (shr-descend): Only colorize something if we have a node that
5947         sets colors.
5948
5949 2010-12-06  Julien Danjou  <julien@danjou.info>
5950
5951         * shr.el (shr-render-td): Render td content with shr-descend, so style
5952         will be applied to <td> too.
5953         (shr-colorize-region): Colorize region even if we only have a background.
5954         (shr-tag-body): Fix color and background color inheritance.
5955         Do not recolorize after shr-generic.
5956         (shr-tag-font): Let shr-generic colorize via inheritance.
5957
5958 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5961
5962 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5963
5964         * nnir.el (nnir-request-move-article): Remove obsolete code.
5965
5966 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5969
5970 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5971
5972         * gnus-sum.el (gnus-summary-respool-article): The completion function
5973         expects a list instead of an alist.
5974
5975         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5976         string as the parameter.
5977
5978         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5979
5980         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5981         styles.
5982         (shr-colorize-region): New function.
5983         (shr-insert-background-overlay): Remove.
5984         (shr-render-td): Background setting should be taken care of on a higher
5985         level.
5986         (shr-tag-body): Use post-hoc colorizations.
5987         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5988         (shr-put-color-1): Don't overwrite old colors.
5989         (shr-colorize-region): When the background color isn't explicit, use
5990         a fixed background.
5991
5992         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5993         nnmail variables.
5994
5995 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5996
5997         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5998         unless necessary.
5999
6000 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6001
6002         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6003         server.
6004
6005 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6006
6007         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6008         so that TAB works.
6009
6010         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6011         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6012
6013         * shr.el (shr-urlify): Show the URL before the title to avoid
6014         misleading URLs.
6015
6016 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6017
6018         * shr.el (shr-urlify): Display the title in <a> tags.
6019
6020 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6021
6022         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6023
6024 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6025
6026         * nnir.el: Rearrange code to allow macros to be autoloaded by
6027         gnus-sum.el.
6028         (nnir-retrieve-headers-override-function): Make this variable
6029         customizable.
6030         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6031
6032         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6033         from nnir.el.
6034
6035 2010-12-03  Julien Danjou  <julien@danjou.info>
6036
6037         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6038
6039 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6042         allow optional argument `environment'.
6043
6044 2010-12-03  Glenn Morris  <rgm@gnu.org>
6045
6046         * mm-extern.el (message-goto-body): Update declaration.
6047
6048 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * gnus-util.el (gnus-macroexpand-all): New function.
6051
6052         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6053         instead of macroexpand-all that is unavailable in XEmacs.
6054
6055 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6056
6057         * nnir.el (nnir-summary-line-format): New variable.
6058         (nnir-mode): Use it.
6059         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6060         (nnir-article-ids): Reimplement as defsubst.
6061         (nnir-retrieve-headers): Don't mangle the subject header.
6062         (nnir-run-imap): Use 100 as RSV score.
6063         (nnir-run-find-grep): Fix for full server searching.
6064         (nnir-run-gmane): Better restriction to gmane groups.
6065
6066         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6067         summary buffers.
6068
6069 2010-12-02  Julien Danjou  <julien@danjou.info>
6070
6071         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6072
6073         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6074
6075         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6076         support.
6077
6078 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6079
6080         * nnir.el: Update to handle the registry better.
6081         (autoload): Silence byte-compiler.
6082         (nnir-open-server): Add a hook for nnir groups.
6083         (nnir-request-move-article): Don't mangle the header.  Better to use
6084         formatting variables (which will be added in the future).
6085         (nnir-registry-action): Update the registry using the original article
6086         group name.
6087         (nnir-mode): Install nnir-specific hooks for updating the registry.
6088
6089         * gnus-sum.el
6090         (gnus-article-original-subject,gnus-newsgroup-original-name):
6091         Remove obsolete variables.
6092         (gnus-summary-move-article): Remove use of obsolete variables.
6093         (gnus-summary-local-variables): Make move and delete hooks local to
6094         summary buffers.
6095
6096 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * rtree.el: New file.
6099
6100 2010-12-01  Julien Danjou  <julien@danjou.info>
6101
6102         * message.el (message-user-organization): Do not use
6103         gnus-local-organization.
6104
6105         * gnus.el: Remove gnus-local-organization.
6106
6107         * gnus-msg.el: Remove nastygram thing.
6108
6109 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6110
6111         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6112         funcall.
6113
6114 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6115
6116         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6117         names.
6118
6119         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6120         characters.
6121
6122         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6123         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6124         Suggested by Štěpán Němec <stepnem@gmail.com>.
6125         (gnus-gravatar-transform-address): Use mail-extract-address-components
6126         that supports non-ASCII names rather than mail-header-parse-addresses.
6127
6128 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129
6130         * proto-stream.el (open-protocol-stream): All starttls connections are
6131         handled by the network handler.
6132
6133 2010-11-30  Julien Danjou  <julien@danjou.info>
6134
6135         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6136         (nnimap-open-connection-1): Fix PREAUTH.
6137
6138         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6139
6140 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6143         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6144         (shr-insert): Use them.
6145         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6146
6147 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6148
6149         * nnir.el (nnir-request-move-article): Bail out if original group
6150         doesn't support article moves.
6151         (nnir-get-active): Improve active list retrieval.
6152
6153 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6156
6157 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6158
6159         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6160         seem to accept strings-with-numbers as port numbers.
6161
6162 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6163
6164         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6165         change the registry.
6166
6167 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6170         delete-dups that is not available in XEmacs 21.4.
6171
6172         * mm-util.el (mm-delete-duplicates): Add comment.
6173
6174 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6175
6176         * nnir.el (nnir-ignored-newsgroups): New variable.
6177         (nnir-get-active): Use it.
6178
6179 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * proto-stream.el (proto-stream-open-network): Add some comments.
6182
6183         * nntp.el (nntp-open-connection): Provide a :success condition.
6184
6185         * nnimap.el (nnimap-open-connection-1): Ditto.
6186
6187         * proto-stream.el (proto-stream-open-network): See what the response to
6188         the STARTTLS command is.
6189
6190         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6191         backwards compatibility).
6192         (nnimap-open-connection-1): Really respect nnimap-server-port.
6193
6194         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6195         TLS upgrades we don't really care about the identity of the peer.
6196         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6197         that what we've checked for.
6198         (proto-stream-always-use-starttls): Only default to t if
6199         open-gnutls-stream exists.
6200         (proto-stream-open-network): If STARTTLS failed, then just open a
6201         normal connection.
6202         (proto-stream-open-network): Wait until the greeting before doing
6203         STARTTLS.
6204
6205         * nntp.el (nntp-open-connection): Report what the connection error is.
6206
6207         * proto-stream.el (open-protocol-stream): Rename from
6208         open-proto-stream.
6209
6210 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6211
6212         * nnimap.el (nnimap-stream): Change default to `undecided'.
6213         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6214         first, and then network.
6215         (nnimap-open-connection-1): Respect nnimap-server-port.
6216         (nnimap-open-connection): Be more backwards-compatible.
6217
6218         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6219         (proto-stream-open-starttls): De-duplicate the starttls code.
6220         (proto-stream-open-starttls): Folded back into the main function.
6221         (proto-stream-open-network): Fix typo in the gnutls path.
6222         (proto-stream-command): Refactor out.
6223
6224         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6225
6226         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6227         starttls.el STARTTLS.
6228
6229         * color.el (color-lab->srgb): Fix function call name.
6230
6231         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6232         if we're using tls.el.
6233         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6234         built in, then don't try to establish a STARTTLS connection.
6235
6236         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6237         servers.
6238
6239         * proto-stream.el (open-proto-stream): Use network, not stream.
6240         (open-proto-stream): Add a way to specify what the end of a command is.
6241
6242         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6243         connections types.
6244         (nntp-open-network-stream): Remove.
6245         (nntp-open-ssl-stream): Remove.
6246         (nntp-open-tls-stream): Remove.
6247         (nntp-ssl-program): Remove.
6248
6249         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6250
6251 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6252
6253         * nnir.el: Fix typos.
6254         (nnir-retrieve-headers-override-function): Rename variable to reflect
6255         new semantics.
6256         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6257         macros.
6258         (nnir-request-article, nnir-request-move-article): Use them.
6259         (nnir-categorize): New function.
6260         (nnir-run-query): Use it.
6261         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6262         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6263         sorted.
6264         (nnir-group-full-name): Use gnus-group-full-name instead.
6265         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6266         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6267
6268 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269
6270         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6271
6272         * proto-stream.el: New library to provide protocol-specific
6273         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6274         protocols.
6275         (open-proto-stream): Complete the documentation.
6276         (proto-stream-open-network): Fix some typos.
6277
6278         * nnimap.el (nnimap-open-connection): Use it.
6279
6280 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6281
6282         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6283         negotiation.
6284
6285 2010-11-26  Julien Danjou  <julien@danjou.info>
6286
6287         * color.el: Rename various rgb functions to srgb.
6288
6289 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6290
6291         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6292         names.
6293
6294 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * shr.el (shr-insert): Revert last change.
6297         (shr-find-fill-point): Never leave point being at bol;
6298         relax the kinsoku limitation when rendering tables.
6299
6300 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6303         results from -accept-article.
6304
6305         * shr-color.el: Require cl when compiling.
6306
6307         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6308         checkin.
6309
6310         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6311
6312         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6313
6314         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6315         'add and 'delete to set backend marks.
6316
6317         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6318
6319         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6320
6321         * nntp.el (nntp-request-set-mark): Use it.
6322
6323         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6324
6325         * nnml.el (nnml-request-set-mark): Ditto.
6326
6327         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6328         introduces regressions in article selection.
6329         (nnimap-find-uid-response): New function.
6330         (nnimap-request-accept-article): Use the UID returned, if any.
6331         (nnimap-request-move-article): Use the UID returned, if any.
6332         (nnimap-get-groups): Reimplement to work with folded lines.
6333         (nnimap-find-uid-response): The UID is the last element in the list.
6334         (nnimap-request-set-mark): Extend syntax with 'set.
6335
6336         * nnml.el (nnml-request-set-mark): Ditto.
6337
6338         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6339
6340         * nntp.el (nntp-request-set-mark): Ditto.
6341
6342 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * message.el (message-called-interactively-p): A temporary macro.
6345         (message-goto-body): Use it temporarily.
6346
6347 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6350         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6351         (nnimap-last-response-string): Fix last unfolding fix.
6352
6353 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * shr.el (shr-insert): Fix the way to fold lines.
6356
6357 2010-11-25  Julien Danjou  <julien@danjou.info>
6358
6359         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6360
6361         * color.el: Rename from color-lab.el
6362         (color-rgb->hex): Add.
6363         (color-complement): Add.
6364         (color-complement-hex): Add.
6365
6366         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6367
6368 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6369
6370         * shr-color.el (shr-color-visible): Don't bug out if the color names
6371         don't exist.
6372
6373 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6376         assuming that article displaying or another mml-preview may be
6377         interrupted for an error or for the like.
6378
6379         * shr.el (shr-get-background): Fix argument name.
6380
6381 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6382
6383         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6384
6385         * gnus-sum.el (gnus-summary-include-articles): New function.
6386
6387         * message.el (message-goto-body): called-interactively-p needs a
6388         parameter, so use `any'.
6389
6390         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6391         clear marks before moving, since they're synced from the Gnus side
6392         first.
6393
6394         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6395         (gnus-summary-move-article): Copy over all marks before moving, so that
6396         IMAP doesn't think a new article has arrived.
6397
6398 2010-11-24  Julien Danjou  <julien@danjou.info>
6399
6400         * shr.el (shr-insert-background-overlay): Fix typo.
6401         (shr-render-td): Copy the background before rendering.
6402
6403         * shr-color.el (shr-color-visible): Fix docstring.
6404
6405         * shr.el (shr-tag-table): Add bgcolor support.
6406         (shr-render-td): Add bgcolor support.
6407         (shr-get-background): Add.
6408         (shr-insert-foreground-overlay): Use shr-get-background.
6409
6410         * message.el (message-goto-body): Use called-interactively-p.
6411         (message-in-body-p): message-goto-body returns point.
6412
6413 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6414
6415         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6416         Fixes something or other in Emacs 23, and is backwards compatible.
6417
6418         * message.el (message-goto-body): Remove the <#secure special-casing,
6419         which is too special.
6420
6421         * shr.el (shr-parse-style): Drop !important from styles.
6422
6423 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6424
6425         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6426         this function to return incorrect results when calling it with an
6427         explicit article argument different from
6428         (gnus-summary-article-number).
6429
6430 2010-11-24  Julien Danjou  <julien@danjou.info>
6431
6432         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6433         (shr-tag-body): Add background support.
6434         (shr-descend): Add background support.
6435         (shr-tag-title): Add.
6436
6437         * shr-color.el (shr-color-visible): Really return original background
6438         if fixed.
6439
6440 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6441
6442         * shr.el (shr-color-check): Protect against non-existent color names.
6443
6444 2010-11-24  Julien Danjou  <julien@danjou.info>
6445
6446         * color-lab.el: Require 'cl when compiling.
6447
6448         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6449
6450         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6451         matched part.
6452
6453         * color-lab.el: Fix all expt calls to use float type.
6454
6455 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6458         expression to shr-color-check as is.
6459
6460         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6461
6462         * color-lab.el: Add coding cookie.
6463         (float-pi): Use eval-and-compile.
6464
6465         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6466         compiled for Emacsen having no `libxml-parse-html-region' support.
6467
6468 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * shr.el (shr-insert-color-overlay): Split stuff like
6471         "#444444 !important" to find the real color.
6472         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6473         parse <font color="red"> entries.
6474
6475 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6476
6477         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6478         point when parsing headers.
6479
6480         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6481         is positioned properly when parsing headers.
6482
6483 2010-11-23  Julien Danjou  <julien@danjou.info>
6484
6485         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6486
6487         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6488
6489         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6490
6491         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6492         Use shr-color-hue-to-rgb.
6493         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6494
6495 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496
6497         * shr.el (shr-color->hexadecimal): Autoload.
6498         (shr-descend): Add color to all tags.
6499
6500 2010-11-22  Julien Danjou  <julien@danjou.info>
6501
6502         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6503         shr-color->hexadecimal.
6504
6505         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6506         RGB() or HSL() color representation.
6507
6508         * shr.el (shr-tag-font): Add.
6509         (shr-tag-color-check): New function to get better colors.
6510         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6511         tag-span.
6512
6513         * shr-color.el: New file.
6514
6515         * color-lab.el: New file.
6516
6517         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6518
6519 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6520
6521         * nnir.el: Fix typo in comments.
6522         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6523         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6524
6525 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526
6527         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6528
6529         * nnimap.el (nnimap-get-capabilities): Refactor out.
6530         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6531
6532 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6533
6534         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6535         appearing when `mm-uu-hide-markers' is nil.
6536
6537 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538
6539         * nnimap.el (nnimap-unselect-group): Make into its own function.
6540         (nnimap-request-rename-group): Unselect group before renaming.
6541         This had gotten lost somewhere.
6542         (nnimap-request-accept-article): Keep track of examined groups, and
6543         unselect the group before APPENDing to read-only groups.
6544         (nnimap-request-move-article): Clear flags before moving so that they
6545         can be re-set later.
6546
6547 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6550         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6551
6552 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-art.el (gnus-mime-display-single):
6555         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6556         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6557         parameter.
6558
6559 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6562         (shr-table-vertical-line): New variable.
6563         (shr-insert-table): Use it.
6564
6565 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * gnus-html.el (gnus-html-wash-images): Don't display images if
6568         gnus-inhibit-images is non-nil; register displayer for cid images.
6569         (gnus-html-display-image): Work for cid image.
6570         (gnus-html-insert-image): Allow arguments.
6571         (gnus-html-put-image): Inhibit read-only.
6572         (gnus-html-prefetch-images): Don't prefetch images if
6573         gnus-inhibit-images is non-nil.
6574
6575 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6576
6577         * shr.el (shr-put-image): Break lines when inserting big pictures.
6578
6579 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6580
6581         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6582         sender, thanks Katsumi Yamaoka.
6583
6584 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6585
6586         * nnir.el (nnir-run-imap): Reverse the article list for each group
6587         rather than the whole list.
6588
6589 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * shr.el (shr-image-displayer): Protect function against non-existent
6592         image source.
6593
6594         * gnus-art.el (gnus-inhibit-images): New user option.
6595         (gnus-mime-display-single): Don't display image if it is non-nil.
6596
6597         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6598         gnus-inhibit-images.
6599
6600         * shr.el (shr-image-displayer): New function.
6601         (shr-tag-img): Use it.
6602
6603 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6604
6605         * mml2015.el (mml2015-epg-sign): Use From header.
6606
6607 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608
6609         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6610
6611         * gnus-util.el (gnus-find-text-property-region): Return markers.
6612
6613         * shr.el (shr-tag-img): Put a displayer in the text property.
6614
6615         * gnus-util.el (gnus-find-text-property-region): New utility function.
6616
6617         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6618         (gnus-html-show-images): Remove.
6619
6620         * gnus-art.el (gnus-article-show-images): New, more general function.
6621
6622         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6623         image url text properties.
6624
6625         * shr.el: Ditto.
6626
6627         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6628         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6629
6630 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6633         work for two or more articles.
6634
6635 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6638         divide an image that's in an html article to two or more when washing
6639         non-ASCII characters in alt text of it.
6640
6641 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6644         smime-decrypt-region using function argument.
6645         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6646
6647         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6648
6649         * smime.el (smime-decrypt-region): Catch it.
6650
6651 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6652
6653         * smime.el (smime-mode-map): Move initialization into declaration.
6654         (gnus-run-mode-hooks): Don't autoload.
6655         (smime-mode): Use define-derived-mode.
6656
6657 2010-11-11  Glenn Morris  <rgm@gnu.org>
6658
6659         * smime.el (from): Restrict declaration to XEmacs.
6660
6661         * nnir.el (gnus-group-topic-name): Autoload.
6662
6663 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * shr.el (shr-insert): Don't break long line if it is because of
6666         kinsoku-bol characters in the line end.
6667
6668 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6669
6670         * nnir.el (nnir-request-move-article): Fix to provide original group
6671         and subject.
6672         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6673         been retrieved.
6674
6675         * gnus-sum.el (gnus-summary-move-article): Use original group and
6676         subject for virtual articles such as those in an nnir summary buffer.
6677
6678 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6681         least 21.5).
6682
6683         * smime.el (from): Declare it again for XEmacs.
6684
6685 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686
6687         * message.el (message-resend): Don't disable encoding unless it's
6688         already encoded.
6689
6690         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6691         low-numbered articles.
6692
6693 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * rfc2047.el (rfc2047-syntax-table): Simplify.
6696
6697         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6698
6699         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6700         set-char-table-range for XEmacs.
6701
6702 2010-11-10  Glenn Morris  <rgm@gnu.org>
6703
6704         * time-date.el (time-to-seconds): Always an alias on Emacs,
6705         never a real function.
6706         (with-no-warnings): Remove compat stub, now unused.
6707         (time-less-p): Doc fix.
6708         (time-to-number-of-days): Simplify.
6709
6710         * smime.el (from): Remove unused declaration.
6711
6712         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6713         (gnus-float-time): On Emacs, always an alias.
6714
6715         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6716         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6717
6718 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * dgnushack.el: Don't use ignore-errors in the top level form since it
6721         is unavailable in XEmacs even if cl is loaded.
6722
6723         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6724
6725 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6726
6727         * shr.el (browse-url-mailto): Autoload.
6728
6729         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6730
6731         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6732         regexp doesn't need quoting.
6733
6734 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6735
6736         * message.el (message-subject-trailing-was-ask-regexp)
6737         (message-subject-trailing-was-regexp): Match was: in addition to was.
6738
6739 2010-11-09  Glenn Morris  <rgm@gnu.org>
6740
6741         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6742         (nnbabyl-check-mbox): Use point-at-bol.
6743
6744 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745
6746         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6747
6748         * message.el (message-mailto): New function.
6749         (message-mailto): Should accept other parameters.
6750         (message-mailto): Remove since it duplicates browse-url-mailto
6751         functionality.
6752
6753 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6754
6755         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6756         methods.
6757         (gnus-read-active-file): Ditto.
6758
6759         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6760         ": " from the prompt.
6761         (gnus-group-make-group): Ditto.
6762
6763 2010-11-07  Glenn Morris  <rgm@gnu.org>
6764
6765         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6766         (gnus-bookmark-kill-line): Use point-at-eol.
6767
6768 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6771         asterisks in From header.
6772
6773 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6774
6775         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6776         string to avoid making the From headers syntactically invalid.
6777
6778         * message.el (message-send-mail): Don't insert courtesy messages if the
6779         message already has List-Post and List-ID messages.
6780
6781 2010-11-06  Glenn Morris  <rgm@gnu.org>
6782
6783         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6784         `condition', `type', `length' a prefix.
6785         (gnus-treat-predicate): Update for above name changes.
6786
6787 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6788
6789         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6790         binding.  Handled by `gnus-summary-refer-thread' instead.
6791         (nnir-warp-to-article): New backend function.
6792
6793         * nnimap.el (nnimap-request-thread): Force dependency updating.
6794
6795         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6796         (gnus-summary-refer-thread): Rework to improve thread-referral.
6797
6798         * gnus-int.el (gnus-warp-to-article): New function.
6799
6800         * gnus-sum.el (gnus-summary-article-map): Bind it.
6801
6802 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6803
6804         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6805         gnus-summary-refer-thread.
6806
6807         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6808         headers.
6809         (gnus-summary-limit-include-thread): Prevent articles in thread from
6810         being cut in gnus-cut-threads.
6811         (gnus-summary-refer-thread): Limit retrieved headers to those in
6812         thread.
6813
6814 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6815
6816         * message.el (message-send-mail): Use the value of
6817         message-courtesy-message from the message buffer.
6818
6819         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6820
6821         * shr.el (shr-browse-url): Implement mailto: URLs.
6822
6823         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6824         "raw".
6825
6826         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6827         if it's already selected.
6828
6829         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6830
6831 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6834         to measure the length and truncate alt text.
6835
6836 2010-11-03  Glenn Morris  <rgm@gnu.org>
6837
6838         * nndiary.el (nndiary-generate-nov-databases-1)
6839         (nndiary-generate-active-info): Rename dynamic variable `files' to
6840         something less generic.
6841
6842 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6843
6844         * nnir.el (nnir-request-move-article): Call the underlying backend to
6845         move articles from nnir.
6846
6847 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6850
6851 2010-11-02  Julien Danjou  <julien@danjou.info>
6852
6853         * nnir.el: Remove wais support.
6854
6855 2010-11-02  Glenn Morris  <rgm@gnu.org>
6856
6857         * gnus-html.el: Reorder requirements to quieten compiler.
6858
6859 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6862         properly for XEmacs as well.
6863         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6864         (gnus-article-natural-long-line-p): Use window-width rather than
6865         frame-width.
6866
6867 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6868
6869         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6870         (nnir-read-parms): Don't modify query.
6871         (nnir-run-query): Add ability to search topic on current line.
6872         (nnir-get-active): Clean up.
6873
6874 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6877         degenerate articles.
6878
6879         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6880         (gnus-print-buffer): Just print the buffer as is, without any copying
6881         to a buffer and then re-highlighting.
6882
6883         * nnimap.el (nnimap-request-group): Store the new updated info.
6884         (nnimap-request-group): Select the group when we don't know whether it
6885         exists or not.
6886
6887         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6888         groups.
6889
6890         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6891         groups.
6892
6893         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6894         groups.
6895
6896         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6897         long-lines case by only filling the long lines.
6898
6899         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6900         (bug #7311).
6901
6902 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * shr.el: No need to declare `declare-function' since shr.el is for
6905         only Emacsen that provide `libxml-parse-html-region'.
6906
6907         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6908         effective only in a file it is referred to.
6909
6910 2010-11-01  Glenn Morris  <rgm@gnu.org>
6911
6912         * mm-util.el (gnus-completing-read): Autoload.
6913         (mm-read-coding-system): Simplify Emacs definition.
6914
6915         * nnmail.el (gnus-activate-group):
6916         * nnimap.el (gnutls-negotiate):
6917         * nntp.el (netrc-parse): Fix declarations.
6918
6919 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6922         string-match-p in Emacs >=23.
6923
6924         * gnus-msg.el (gnus-configure-posting-styles):
6925         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6926
6927 2010-11-01  Glenn Morris  <rgm@gnu.org>
6928
6929         * nnir.el (declare-function): Add compat stub.
6930         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6931         (nnir-run-gmane): Require 'mm-url.
6932
6933         * mm-util.el (mm-string-to-multibyte): Simplify.
6934
6935         * shr.el (declare-function): Add compat stub.
6936         (url-cache-create-filename): Declare.
6937         (mm-disable-multibyte, widget-convert-button): Autoload.
6938
6939         * smime.el (ldap-search): Declare.
6940         (smime-cert-by-ldap-1): Require ldap on Emacs.
6941
6942         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6943         (nnimap-keepalive): Use gnus-float-time.
6944
6945         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6946         (mail-source-delete-crash-box): Use gnus-float-time.
6947
6948         * gnus-dired.el (gnus-completing-read): Autoload.
6949
6950         * mm-view.el (gnus-rescale-image): Autoload.
6951
6952         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6953
6954         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6955
6956         * sieve-manage.el: Require 'cl when compiling.
6957
6958         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6959         (gnus-iswitchb-completing-read): Require iswitchb.
6960         (gnus-select-frame-set-input-focus): Silence compiler.
6961
6962 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963
6964         * message.el (message-subject-trailing-was-query): Change default to t,
6965         since I think that's what most people want.
6966
6967         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6968         appending for easier debugging.
6969         (nnimap-wait-for-connection): Take a regexp.
6970         (nnimap-request-accept-article): Wait for the continuation line before
6971         sending anything unless we're streaming.
6972
6973         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6974         leave the header washing to take place.
6975
6976 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6977
6978         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6979         regular expression match and replace in posting styles.
6980
6981 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6982
6983         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6984         an entire server.
6985         (nnir-get-active): New function.
6986         (nnir-run-imap): Use it.
6987         (nnir-run-gmane): Who knew, gmane search returns an article score!
6988
6989         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6990         server on the current line with nnir.
6991
6992 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993
6994         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6995         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6996         left edge.
6997         (gnus-article-foldable-buffer): Skip past the prefix when determining
6998         raggedness.
6999
7000         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7001         the raw article, and change `C-u g' to show the article without doing
7002         treatments.
7003
7004         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7005         on to `gnus-treat-article'.
7006         (gnus-inhibit-article-treatments): New variable.
7007
7008         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7009
7010         * gnus-art.el (gnus-treatment-function-alist): Have
7011         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7012         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7013         sections.
7014
7015         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7016         parameter.
7017         (gnus-article-fill-cited-long-lines): New function.
7018         (gnus-article-fill-cited-article): Allow filling only long sections.
7019
7020         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7021         and non-punctuation (like after the apostrophe in "'We").
7022
7023         * gnus-sum.el (gnus-summary-select-article): Make sure
7024         gnus-original-article-buffer is alive.
7025
7026         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7027         reflect the order they're in in the digest.
7028
7029         * gnus.el (gnus-group-startup-message): Move point to the start of the
7030         buffer.
7031
7032         * nnimap.el (nnimap-capability): New function.
7033         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7034         is set.
7035
7036 2010-10-31  David Engster  <dengste@eml.cc>
7037
7038         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7039         conform with changes to gnus-completing-read.
7040
7041 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7042
7043         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7044
7045 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7046
7047         * nnir.el: Move defvar, defcustom around to keep file organized
7048         and keep byte-compiler quiet.
7049         (nnir-read-parms): Accept search-engine as arg.
7050         (nnir-run-query): Pass search-engine as arg.
7051         (nnir-search-engine): Remove.
7052
7053 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7054
7055         * shr.el (shr-generic): The text nodes should be text, not :text.
7056
7057         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7058         later in the file.
7059
7060 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7061
7062         * nnir.el: General clean up.  Allow searching with multiple engines.
7063         Allow separate extra-parameters for each engine.
7064         Batch queries when possible.
7065         (nnir-imap-default-search-key,nnir-method-default-engines):
7066         Add customize interface.
7067         (nnir-run-gmane): New engine.
7068         (nnir-engines): Use it.  Qualify all prompts with engine name.
7069         (nnir-search-engine): Remove global variable.
7070         (nnir-run-hyrex): Restore for now.
7071         (nnir-extra-parms,nnir-search-history): New variables.
7072         (gnus-group-make-nnir-group): Use them.
7073         (nnir-group-server): Remove in favor of gnus-group-server.
7074         (nnir-request-group): Avoid searching twice.
7075         (nnir-sort-groups-by-server): New function.
7076
7077 2010-10-30  Julien Danjou  <julien@danjou.info>
7078
7079         * gnus-group.el: Remove gnus-group-fetch-control.
7080
7081         * gnus-start.el (gnus-find-new-newsgroups):
7082         Remove gnus-check-first-time-used.
7083
7084         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7085
7086 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7087
7088         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7089         set on groups that don't have \* permanentflags.
7090
7091 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092
7093         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7094         control the background color.
7095         (shr-tag-img): Ignore very small web bug type images.
7096         (shr-put-image): Add help-echo alt texts to the images.
7097         (shr-tag-video): Show the video poster image.
7098
7099 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100
7101         * shr.el (shr-table-depth): New variable.
7102         (shr-tag-table-1): Only insert the images after the top-level table.
7103
7104         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7105
7106         * gnus-util.el (gnus-list-memq-of-list): New function.
7107
7108         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7109         selected.
7110         (nnimap-unsplittable-articles): New slot.
7111         (nnimap-new-articles): Use it.
7112
7113 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7114
7115         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7116         move to the previous line on `M-g'.
7117
7118 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7119
7120         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7121         *-request-group, which seems unnecessary.
7122
7123         * nnimap.el (nnimap-quote-specials): Function copied over from
7124         imap.el.
7125         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7126         they support that.  Suggested by Tom Regner.
7127
7128 2010-10-29  Julien Danjou  <julien@danjou.info>
7129
7130         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7131         defalias.
7132         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7133
7134         * gnus.el: Remove `gnus-nntp-service' variable.
7135         (gnus-secondary-servers): Make obsolete.
7136         (gnus-nntp-server): Make obsolete.
7137
7138         * gnus-start.el (gnus-1): Remove x-splash calls.
7139
7140         * gnus-ems.el (gnus-x-splash): Remove.
7141
7142         * gnus.el (gnus-group-startup-message): Simplify/update code.
7143
7144         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7145         definition.
7146
7147         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7148         capability before doing anything.
7149         (gnus-group-insert-group-line): Remove useless
7150         gnus-group-remove-excess-properties.
7151
7152 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7155
7156 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7157
7158         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7159         config after reselecting.
7160
7161 2010-10-28  Julien Danjou  <julien@danjou.info>
7162
7163         * shr.el (shr-put-image): Use point even if only inserting text.
7164         (shr-put-image): Save excursion when inserting alt text on non-graphic
7165         display, so the behavior is the same when we are on a graphic display.
7166
7167         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7168
7169 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7172         (gnus-mime-copy-part): Check coding system, not charset.
7173         (gnus-mime-view-part-externally): Never remove part.
7174         (gnus-mime-view-part-internally): Don't remove part here.
7175         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7176         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7177         multipart/alternative.
7178
7179         * mm-decode.el (mm-display-part): Take optional arg `force'.
7180
7181 2010-10-26  Julien Danjou  <julien@danjou.info>
7182
7183         * gnus-group.el (gnus-group-default-list-level): Add this function to
7184         compute the default list level.
7185         (gnus-group-default-list-level): Add possibility to use a function.
7186
7187 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7190
7191         * gnus-group.el (gnus-group-completing-read)
7192         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7193         gnus-replace-in-string.
7194
7195 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * shr.el (shr-tag-div): Add.
7198
7199         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7200
7201 2010-10-25  Julien Danjou  <julien@danjou.info>
7202
7203         * gnus-util.el: Remove `gnus-with-local-quit'.
7204
7205         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7206
7207 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7208
7209         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7210         the original article buffer.
7211
7212 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7213
7214         * nnimap.el (nnimap-request-head): New function.
7215         (nnimap-request-move-article): Try to be slightly faster by not
7216         requesting the entire message when moving.
7217         (nnimap-transform-headers): Don't bug out on bodiless articles.
7218         (nnimap-send-command): Have no outstanding messages if the IMAP server
7219         doesn't support streaming.
7220         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7221
7222 2010-10-24  Julien Danjou  <julien@danjou.info>
7223
7224         * message.el (message-default-headers): Fix type.
7225
7226 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7227
7228         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7229         prefetching images.
7230
7231         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7232         backend for unknown groups.  This is mainly useful for nnimap groups.
7233
7234         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7235         group isn't covered by the agent.
7236
7237 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7238
7239         * nnir.el (nnir-method-default-engines): New variable.
7240         (nnir-run-query): Use it.
7241         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7242         (gnus-summary-nnir-goto-thread): Change group if needed.
7243
7244         * gnus-group.el (gnus-group-group-map): Add key binding for
7245         gnus-group-make-nnir-group.
7246
7247 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7248
7249         * shr.el (shr-tag-object): Add.
7250
7251         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7252         original article buffer live.
7253         (gnus-summary-select-article-buffer):
7254         Mention gnus-widen-article-buffer.
7255
7256 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * shr.el (shr-tag-strong): Add.
7259
7260 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7261
7262         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7263         group names.  They mess up the group buffer badly.
7264
7265         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7266
7267         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7268         instead of the summary one.
7269
7270 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * mml.el (mml-preview): Work properly when editing article.
7273
7274         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7275         gnus-have-read-active-file if it's already been in.
7276
7277 2010-10-22  Tom Tromey  <tromey@redhat.com>
7278
7279         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7280         gnus-group-completing-read.
7281
7282 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7283
7284         * message.el (message-mode-map): Don't bind M-; to comment region, to
7285         allow the global comment-dwim to work.
7286
7287 2010-10-21  Julien Danjou  <julien@danjou.info>
7288
7289         * message.el (message-setup-1): Allow message-default-headers to be a
7290         function.
7291
7292 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * shr.el (shr-tag-table): Simplify.
7295
7296 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7297
7298         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7299         to avoid trying to snarf invalid stuff.
7300
7301         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7302
7303         * gnus.el (gnus-message-archive-group): Quote value.
7304         (gnus-message-archive-group): Mark as changed.
7305
7306         * shr.el (shr-add-font): Don't put the font properties on the newline
7307         or the indentation.
7308
7309         * message.el (message-fix-before-sending): Change options when sending
7310         non-printable characters.
7311
7312         * gnus.el (gnus-message-archive-method): Change the default to
7313         monthly outgoing groups.
7314
7315         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7316         that have gotten new numbers.
7317
7318         * nnimap.el (nnimap-request-replace-article): New function.
7319
7320 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7323         (nnrss-request-article): Don't use special html washing code.
7324
7325 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * shr.el (shr-tag-table): Remove useless nconc.
7328
7329 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330
7331         * gnus-art.el (article-wash-html): Simplify and remove the charset
7332         stuff.  Use the normal html rendering code instead of the special html
7333         washing code.
7334
7335         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7336         `gnus-w3m' symbols.
7337         (mm-text-html-washer-alist): Remove.
7338
7339         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7340         (mm-inline-media-tests): Remove use.
7341         (mm-text-html-renderer): Change default to the `shr' symbol.
7342
7343         * mm-view.el (mm-inline-text-html): Remove use.
7344
7345         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7346         `gnus-blocked-images' to be a function.
7347         (gnus-article-wash-function): Remove.
7348
7349 2010-10-20  Julien Danjou  <julien@danjou.info>
7350
7351         * spam.el (spam-list-of-processors): Mark as obsolete.
7352
7353         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7354         (nnimap-insert-partial-structure): Fix boundary detection.
7355
7356 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7357
7358         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7359         run file-truename on remote files.  This can be expensive and even
7360         prevent one from editing drafts if some unrelated buffer has a stale
7361         connection.
7362
7363 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7366         kinsoku-eol regardless of shr-kinsoku-shorten.
7367         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7368         (shr-tag-table): Support caption, thead, and tfoot.
7369
7370 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371
7372         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7373         lines.
7374         (shr-save-contents): New command and keystroke.
7375
7376         * nndoc.el (nndoc-type-alist): Add git support.
7377         (nndoc-git-type-p): New function.
7378         (nndoc-transform-git-article): Ditto.
7379         (nndoc-transform-git-headers): Ditto.
7380         (nndoc-transform-git-headers): Generate Subject headers.
7381
7382         * shr.el (shr-parse-style): New function.
7383         (shr-tag-span): Ditto.
7384
7385         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7386         to `G G' to avoid collisions.
7387
7388 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * shr.el: Load kinsoku if necessary.
7391         (shr-kinsoku-shorten): New internal variable.
7392         (shr-find-fill-point): Make kinsoku shorten text line if
7393         shr-kinsoku-shorten is bound to non-nil.
7394         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7395         shr-indentation too when testing if table is wider than frame width.
7396         (shr-insert-table): Use `string-width' instead of `length' to measure
7397         text width.
7398         (shr-insert-table-ruler): Make sure indentation is done at bol.
7399
7400 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7401
7402         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7403         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7404         undecoded network data.
7405
7406 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7409         name in the mode line spec so that the mode line menu works
7410         (bug #2431).
7411
7412         * message.el (message-get-reply-headers): If we're fed `to-address',
7413         then always use that.
7414
7415         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7416         aren't so wide as to need to switch off the edit menu.
7417
7418         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7419         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7420
7421         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7422         `M-g'.
7423         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7424         the permanent marks.
7425
7426 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7427
7428         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7429         Splitting according to references/in-reply-to obeys the ignore-groups
7430         variable, while splitting by sender and subject do not.
7431
7432 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7433
7434         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7435         alist, so that we can look for non-Unicode chars.
7436         (article-translate-strings): Allow both character and string maps.
7437
7438 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * shr.el (shr-insert): Don't insert space behind a wide character
7441         categorized as kinsoku-bol, or between characters both categorized as
7442         nospace.
7443
7444 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7445
7446         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7447         headers to gnus-newsgroup-headers.
7448
7449 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7450
7451         * shr.el (shr-tag-img): Don't align images -- since we're not
7452         rescaling, this often leads to ugly displays.
7453
7454 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7455
7456         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7457         duplicates.
7458
7459 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7460
7461         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7462         call.
7463
7464 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465
7466         * gnus.el: Autoload gnus-html-show-images.
7467
7468         * nnimap.el: Use nnheader-message throughout.
7469
7470         * shr.el (shr-tag-img): Ignore images with no data.
7471
7472 2010-10-15  Julien Danjou  <julien@danjou.info>
7473
7474         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7475         a possibility to disable format=flow encoding when using hard newlines.
7476
7477 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * shr.el (shr-insert): Remove space inserted before or after a
7480         breakable character or at the beginning or the end of a line.
7481         (shr-find-fill-point): Do kinsoku; find the second best point or give
7482         it up if there's no breakable point.
7483
7484 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7485
7486         * nnimap.el (nnimap-open-connection): Message when opening connection
7487         for debugging purposes.
7488
7489         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7490         on every setup buffer call to allow this to change from article to
7491         article.
7492
7493         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7494         buffers where we have a wide table.
7495
7496 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7497
7498         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7499         uses *-request-thread.
7500
7501 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7504         incantation, which is no longer valid.
7505
7506 2010-10-14  Julien Danjou  <julien@danjou.info>
7507
7508         * shr.el: Fix defcustom type (char -> character).
7509
7510 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7511
7512         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7513         programs.
7514
7515 2010-10-14  Julien Danjou  <julien@danjou.info>
7516
7517         * shr.el (shr-tag-a): Use url-link as widget type.
7518
7519         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7520         `gnus-group-get-icon'.
7521
7522 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523
7524         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7525         This should make server editing work better.
7526
7527         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7528
7529         * tls.el (tls-program): Remove spurious %s from openssl.
7530
7531         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7532         (nnimap-parse-flags): Fix regexp.
7533
7534         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7535         probably work for CJVK text, too.
7536
7537         * nnimap.el (nnimap-extend-tls-programs): Remove.
7538         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7539
7540         * tls.el (tls-starttls-switches): Remove starttls hack.
7541         (open-tls-stream): Ditto.
7542         (tls-find-starttls-argument): Ditto.
7543
7544 2010-10-13  Julien Danjou  <julien@danjou.info>
7545
7546         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7547         responses.
7548
7549 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7550
7551         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7552
7553         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7554         anything in Emacs.
7555
7556         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7557
7558 2010-10-13  Julien Danjou  <julien@danjou.info>
7559
7560         * shr.el (shr-width): Make shr-width a defcustom with default to
7561         fill-column.
7562         (shr-tag-img): Use shr-width rather than fill-column.
7563
7564 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * dgnushack.el (byte-optimize-apply):
7567         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7568
7569         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7570         position when (X-)Faces exist.
7571         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7572         avatars when called interactively.
7573
7574 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7577         gnus-article-x-face-too-ugly is bound.
7578
7579 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7580
7581         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7582
7583         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7584         mailbox that doesn't exist.
7585
7586 2010-10-12  Julien Danjou  <julien@danjou.info>
7587
7588         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7589         (shr-get-image-data): Encode URL properly when fetching from cache.
7590         (shr-tag-img): Use aligned-to spaces to align correctly images.
7591
7592         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7593         before inserting the Gravatar.
7594
7595         * shr.el (shr-tag-img): Add align attribute support for <img>.
7596
7597 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7598
7599         * gnus-gravatar.el (gnus-art): Require.
7600
7601         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7602         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7603         Remove long obsoleted functions.
7604
7605 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7608
7609         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7610
7611         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7612         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7613         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7614         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7615         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7616         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7617         * sieve-manage.el, smime.el, spam.el:
7618         Fix comment for declare-function.
7619
7620 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7621
7622         * nnimap.el (nnimap-request-rename-group): Select group read-only
7623         before renaming it.
7624
7625         * shr.el (shr-insert): Fix up the white space only regexp.
7626
7627         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7628         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7629
7630         * shr.el (shr-current-column): New function.
7631         (shr-find-fill-point): New function.
7632
7633 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7634
7635         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7636         numbers.
7637
7638 2010-10-11  Julien Danjou  <julien@danjou.info>
7639
7640         * shr.el (shr-hr-line): Add.
7641         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7642         display hr lines.
7643         (shr-max-columns): Do not change state to nil if we just inserting
7644         spaces.
7645
7646 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7647
7648         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7649         select the last group.
7650
7651 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7652
7653         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7654
7655 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7656
7657         * dig.el (dig-mode-map): Declare and define in one step.
7658
7659 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7660
7661         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7662         for Gnus.
7663         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7664         (nnimap-update-qresync-info): Mark \Seen articles as read.
7665
7666         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7667         non-variable, too.
7668
7669         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7670         available.
7671         (nnimap-update-info): Rely more on the current active than the param
7672         active to avoid marking articles as read too much.
7673
7674         * auth-source.el (auth-source-create): Use (user-login-name) for the
7675         user name default.
7676
7677         * nnimap.el (nnimap-update-info): If the server doesn't return any
7678         useful info, just use the previous info.
7679         (nnimap-update-info): Prefer old info over start-article.
7680         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7681
7682 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7683
7684         * nnir.el (autoload): Clean up autoloads.
7685         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7686         Use key rather than value.
7687         (nnir-imap-search-other): New variable.
7688         (nnir-read-parm): Use it.
7689         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7690         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7691
7692 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7693
7694         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7695         the process, too.
7696
7697 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7698
7699         * spam.el (gnus-summary-mode-map): Bind to "$".
7700         Suggested by Russ Allbery.
7701
7702         * shr.el: Rework the way things are indented by <li> slightly.
7703
7704         * gnus.el (gnus-group-set-parameter): Fix typo.
7705
7706         * nnimap.el: Start implementing QRESYNC support.
7707
7708 2010-10-09  Julien Danjou  <julien@danjou.info>
7709
7710         * nnir.el (nnir-engines): Fix too many arguments.
7711
7712 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7715         group is the "last", so that the backends like nnfolder actually save
7716         their folders.
7717
7718         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7719         try to use that for the tls stream.
7720         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7721         UIDVALIDITY and find out which groups are read-only and not.
7722         (nnimap-get-flags): Use the same marks parsing code as the rest of
7723         nnimap.
7724
7725 2010-10-09  Julien Danjou  <julien@danjou.info>
7726
7727         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7728
7729         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7730         retrieving gravatars.
7731
7732         * shr.el (shr-table-corner): Add.
7733         (shr-table-line): Add.
7734         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7735
7736 2010-10-08  Julien Danjou  <julien@danjou.info>
7737
7738         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7739
7740 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7741
7742         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7743
7744         * gnus-sum.el (gnus-mark-article-as-unread)
7745         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7746         (gnus-summary-set-bookmark): Use it.
7747
7748         * gnus-msg.el (gnus-setup-message): Use it.
7749
7750         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7751
7752         * gnus.el (gnus-group-remove-parameter): Use it.
7753
7754         * gnus-group.el (gnus-group-make-web-group): Use it.
7755
7756         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7757
7758         * nnregistry.el: Update docs to mention manual.
7759
7760         * gnus-registry.el: Update docs to mention nnregistry.el.
7761         (gnus-registry-initialize): Don't install nnregistry refer method
7762         automatically.
7763         (gnus-registry-install-nnregistry): Remove it.
7764
7765 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7766
7767         * shr.el (shr-insert): Don't insert double spaces.
7768
7769 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus-gravatar.el (gnus-treat-from-gravatar)
7772         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7773         called interactively.
7774
7775         * gnus-art.el (gnus-mime-view-part-externally)
7776         (gnus-mime-view-part-internally): Make predicate function passed to
7777         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7778         of a mime type.
7779
7780         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7781
7782 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783
7784         * shr.el (require): Require cl when compiling.
7785         (shr-tag-hr): New function.
7786
7787         * nnimap.el (nnimap-update-info): Remove double setting of high.
7788         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7789         This makes nnimap work properly on Courier again.
7790
7791         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7792         the variable for backwards compatibility.
7793
7794         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7795         the file name before using to avoid setting mm-default-directory to
7796         nil.
7797
7798         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7799         bidning gnus-agent variables.
7800
7801         * shr.el (shr-render-td): Use a cache for the table rendering function
7802         to avoid getting an exponential rendering behavior in nested tables.
7803         (shr-insert): Rework the line-breaking algorithm.
7804         (shr-insert): Don't leave trailing spaces.
7805         (shr-insert-table): Also insert empty TDs.
7806         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7807
7808 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7809
7810         * gnus-sum.el (gnus-number): Rename from `number'.
7811         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7812         (gnus-summary-limit-children): Update uses correspondingly.
7813
7814 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7817         (gnus-gravatar-transform-address): Don't show avatars of people of
7818         which mail addresses match gnus-gravatar-too-ugly.
7819
7820 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7821
7822         * shr.el (shr-table-widths): Expand TD elements to fill available
7823         space.
7824
7825 2010-10-07  Julien Danjou  <julien@danjou.info>
7826
7827         * nnimap.el (nnimap-request-rename-group): Add this method.
7828
7829 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7832         name from XEmacs' function-arglist.
7833
7834         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7835         gravatar under XEmacs.
7836
7837 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7838
7839         * auth-source.el: Update docs with TODO items.
7840
7841         * gnus-sync.el: Update docs to explain state and plans.
7842
7843         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7844         Hooks for mark updates.
7845         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7846
7847         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7848         hooks with arguments, which is needed for mark update hooks.
7849
7850 2010-10-06  Julien Danjou  <julien@danjou.info>
7851
7852         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7853         was matched.
7854
7855         * sieve-manage.el: Update example in `Commentary'.
7856
7857         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7858
7859         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7860         not 2000.
7861         (sieve-manage-authenticate): Re-add function.
7862
7863 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7864
7865         * shr.el (shr-insert): Get 'space transition right.
7866         (shr-render-td): Only delete space at the end of the TD.
7867
7868         * nnimap.el (nnimap-open-connection): Prepare to support
7869         open-gnutls-stream.
7870
7871         * shr.el: Rearrange function order to be more logical.
7872
7873 2010-10-06  Julien Danjou  <julien@danjou.info>
7874
7875         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7876         (nnrss-discover-feed): Remove 404 URL in docstring.
7877
7878         * nnir.el: Fix Swish-E URL.
7879         Fix Namazu URL.
7880
7881         * message.el (message-change-subject): Remove 404 URL in a comment.
7882
7883 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7886         called interactively.
7887
7888         * gnus-util.el (gnus-remove-if): Allow hash table.
7889         (gnus-remove-if-not): New function.
7890
7891         * gnus-art.el (gnus-mime-view-part-as-type):
7892         * gnus-score.el (gnus-summary-score-effect):
7893         * gnus-sum.el (gnus-read-move-group-name):
7894         Replace remove-if-not with gnus-remove-if-not.
7895
7896         * gnus-group.el (gnus-group-completing-read):
7897         Regard collection as a hash table if it is not a list.
7898
7899 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7900
7901         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7902
7903         * shr.el: Document the table-rendering algorithm.
7904
7905 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7908         for Emacsen having no `libxml-parse-html-region' support.
7909
7910 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7911
7912         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7913         invalid URLs.
7914
7915         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7916         line-broken.
7917         (shr-tag-img): Ignore image fetching errors.
7918         (shr-overlays-in-region): Compute overlay positions correctly.
7919
7920         * mm-decode.el (mm-shr): Require shr.
7921
7922         * gnus-art.el (gnus-blocked-images): Move variable here.
7923
7924         * shr.el (shr-insert-table): Bind free variable.
7925
7926         * mm-decode.el (mm-shr): Bind shr-content-function.
7927
7928         * shr.el (shr-content-function): New variable.
7929
7930         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7931         added for symmetry.
7932
7933         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7934
7935         * gnus-group.el (gnus-group-make-group): Doc fix.
7936
7937         * nnimap.el (nnimap-request-newgroups): Return success.
7938
7939         * shr.el (shr-find-elements): New function.
7940         (shr-tag-table): Put all the images after the table.
7941         (shr-tag-table): Really inhibit images inside the table.
7942         (shr-collect-overlays): Copy over overlays from the TD elements to the
7943         main document.
7944
7945         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7946         gnus-blocked-images.
7947
7948 2010-10-05  Julien Danjou  <julien@danjou.info>
7949
7950         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7951
7952         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7953         (gnus-html-maximum-image-size): Add this function.
7954         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7955
7956         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7957         server-value of the capability is nil.
7958
7959 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7960
7961         * shr.el (shr-tag-em): Add <EM> tag.
7962
7963 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7964
7965         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7966         customizable.
7967
7968         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7969         handing broken links to browse-url.
7970
7971 2010-10-05  Julien Danjou  <julien@danjou.info>
7972
7973         * gnus-util.el (gnus-emacs-completing-read)
7974         (gnus-iswitchb-completing-read): Use autoload rather than require.
7975
7976 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7979         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7980         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7981         iswitchb-temp-buflist for XEmacs.
7982
7983         * gnus-util.el (gnus-completing-read-function): Exclude
7984         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7985         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7986         XEmacs.
7987
7988         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7989         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7990
7991         * gnus-html.el: Don't require help-fns under XEmacs.
7992         (gnus-html-schedule-image-fetching): Work for XEmacs.
7993
7994         * mm-decode.el (mm-shr): Decode contents by charset.
7995
7996 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7997
7998         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7999         unknown.
8000
8001         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8002         (shr-get-image-data): Ensure against the cache file missing.
8003
8004         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8005         for data.
8006
8007         * spam-report.el (spam-report-url-ping-plain): Don't query about
8008         killing the process.
8009
8010         * shr.el (shr-render-td): Protect against too-wide text.
8011
8012 2010-10-04  Julien Danjou  <julien@danjou.info>
8013
8014         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8015         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8016
8017         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8018         retrieved.
8019
8020 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8021
8022         * shr.el (browse-url): Require.
8023         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8024         lines.
8025         (shr-show-alt-text, shr-browse-image): New commands.
8026         (shr-browse-url, shr-copy-url): New commands.
8027
8028         * gnus-sum.el (gnus-widen-article-window): New variable.
8029         (gnus-summary-select-article-buffer): Use it.
8030
8031         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8032         without @ signs.
8033
8034 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8035
8036         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8037
8038 2010-10-04  Julien Danjou  <julien@danjou.info>
8039
8040         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8041         for XEmacs.
8042
8043 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8044
8045         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8046
8047         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8048         (nnimap-close-server): Implement.
8049
8050         * dgnushack.el (iswitchb): Require to shut up the compiler.
8051
8052         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8053         (shr-insert): Tweak line breaking.
8054         (shr-insert): Handle <pre> better.
8055         (shr-tag-li): Get <li> indentation right.
8056         (shr-tag-li): Get <li> indentation even righter.
8057         (shr-tag-blockquote): Ensure paragraph start.
8058         (shr-make-table): Tweak table generation.
8059         (shr-make-table): Fix typo.
8060
8061         * shr.el: Implement table rendering.
8062
8063 2010-10-04  Julien Danjou  <julien@danjou.info>
8064
8065         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8066
8067 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8068
8069         * shr.el (shr-insert): Use string anchors instead of line anchors.
8070
8071 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8072
8073         * shr.el: Add headings.
8074         (shr-ensure-paragraph): Actually work.
8075         (shr-tag-li): Make <ul> prettier.
8076         (shr-insert): Get white space at the beginning/end of elements right.
8077         (shr-tag-p): Collapse subsequent <p>s.
8078         (shr-ensure-paragraph): Don't insert double line feeds after blank
8079         lines.
8080         (shr-insert): \t is also space.
8081         (shr-tag-s): Fix "s" tag name function.
8082         (shr-tag-s): Fix face prop name.
8083
8084 2010-10-03  Julien Danjou  <julien@danjou.info>
8085
8086         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8087
8088         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8089         gnus-window-inside-pixel-edges.
8090
8091         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8092         gnus-ems.
8093
8094         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8095
8096         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8097         function.
8098
8099         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8100         resize choice.
8101
8102 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8103
8104         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8105         beginning of the buffer.
8106
8107         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8108         article buffer again.
8109
8110         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8111
8112         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8113         when it's at the start of the buffer.
8114
8115         * shr.el (shr-tag-blockquote): Convert name.
8116         (shr-rescale-image): Use the right image-size variant.
8117
8118         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8119         buffer isn't shown, then select the current article first instead of
8120         bugging out.
8121         (gnus-summary-select-article-buffer): Show both the article and summary
8122         buffers again.
8123
8124         * shr.el (shr-fontize-cont): Protect against regions with no text.
8125         Rename tag functions to shr-tag-* for enhanced security.
8126         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8127
8128 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8129
8130         * shr.el (shr-insert):
8131         * pop3.el (pop3-movemail):
8132         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8133         loaded.
8134
8135 2010-10-03  Glenn Morris  <rgm@gnu.org>
8136
8137         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8138
8139         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8140
8141         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8142
8143         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8144
8145         * gnus-util.el (gnus-make-local-hook): Simplify.
8146
8147 2010-10-02  Julien Danjou  <julien@danjou.info>
8148
8149         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8150         (gnus-ido-completing-read): New function.
8151         (gnus-emacs-completing-read): New function.
8152         (gnus-completing-read): Use gnus-completing-read-function.
8153         Add gnus-completing-read-function.
8154
8155 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8156
8157         * shr.el (shr-insert-document): Autoload.
8158         (shr-img): Be silent.
8159         (shr-insert): Add a newline after every picture before text.
8160         (shr-add-font): Use overlays for combining faces.
8161         (shr-insert): Pass upwards the text start point.
8162
8163         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8164         possible.
8165         (mm-shr): New function.
8166
8167 2010-10-02  Julien Danjou  <julien@danjou.info>
8168
8169         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8170         should go backward.
8171
8172 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8173
8174         * shr.el (shr): Fix typo in provide call.
8175
8176 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8177
8178         * shr.el: New file.
8179
8180         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8181
8182         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8183         completing read.
8184
8185 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8186
8187         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8188         we're being queried about.  Suggested by Dan Jacobson.
8189
8190         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8191         Suggested by Jason Eisner.
8192
8193         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8194         table, too.  Suggested by Stefan Wiens.
8195         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8196         the table unnecessary.  Suggested by Stefan Wiens.
8197
8198         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8199         longer needed, and probably doesn't work either, as pointed out by
8200         Stefan Wiens.
8201         (gnus-summary-exit): Remove call to the clearing function.
8202         (gnus-summary-exit-no-update): Ditto.
8203
8204         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8205         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8206         Reported by Stefan Monnier.
8207         (gnus-summary-save-in-rmail): Ditto.
8208
8209         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8210         article buffer, instead of both the article buffer and the summary
8211         buffer.  Sort of suggested by Dan Jacobson.
8212
8213         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8214
8215         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8216         Suggested by Dan Jacobson.
8217
8218         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8219         documentation clearer.
8220
8221         * message.el (message-shorten-references): Comment on the number "21".
8222         Suggested by Stefan Monnier.
8223
8224         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8225         Suggested by Dan Jacobson.
8226
8227         * gnus.el (gnus-large-newsgroup):
8228         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8229
8230         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8231         externalize attachments.  Bug reported by Steve Wen.
8232
8233         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8234         really message anything to the user.
8235
8236         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8237         directly.
8238
8239         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8240         messages in empty groups.
8241
8242 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8243
8244         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8245         non-UIDNEXT group.
8246
8247 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8248
8249         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8250         not the value from the collection.
8251
8252         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8253         values.  This sometimes happens on some groups that have no info.
8254         (nnimap-request-newgroups): New function.
8255
8256 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8257
8258         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8259         check into `gnus-registry-initialize'.
8260         (gnus-registry-initialize): Ditto.
8261         Fix and extend header docs.
8262
8263 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8264
8265         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8266         regexp backtrace overflows.
8267
8268         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8269         for starttls that tls.el implements; i.e. openssl.
8270
8271         * tls.el (tls-starttls-switches): Give up on using starttls with
8272         gnutls-cli.
8273         (tls-program): Add --insecure to be consistent with the defaults from
8274         openssl s_client.  Now all three commands are insecure.
8275
8276 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * lpath.el: Bind completion-styles-alist for XEmacs.
8279
8280         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8281         (gravatar-create-image): New function that's an alias to
8282         gnus-xmas-create-image, gnus-create-image, or create-image.
8283         (gravatar-data->image): Use it.
8284
8285 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8286
8287         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8288         install the nnregistry refer method.
8289         (gnus-registry-install-hooks): Use it.
8290         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8291         unfollowed groups.
8292
8293 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8294
8295         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8296         expanding threads.
8297
8298 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * nnir.el: Use the server names without suffixes (bug #7009).
8301
8302         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8303         unencrypted to STARTTLS, if possible.
8304
8305 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8306
8307         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8308         headers before superseding.
8309
8310 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * nnrss.el (nnrss-use-local): Add documentation.
8313
8314         * nnimap.el (nnimap-extend-tls-programs): New function.
8315         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8316         (nnimap-wait-for-connection): Accept the greeting from the stupid
8317         output from openssl s_client -starttls, too.
8318
8319         * tls.el (tls-starttls-switches): New variable.
8320         (tls-find-starttls-argument): Use it.
8321         (open-tls-stream): Ditto.
8322
8323         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8324         (netrc-machine): Ditto.
8325
8326         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8327         article number.
8328         (nnimap-split-fancy): New variable.
8329         (nnimap-split-incoming-mail): Use it.
8330
8331         * nntp.el (nntp-server-list-active-group): Document.
8332
8333         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8334         SELECT to get the message-id.
8335
8336         * mail-source.el (mail-sources): Remove webmail support.
8337         (defvar): Ditto.
8338         (mail-source-fetcher-alist): Ditto.
8339         (mail-source-fetch-webmail): Remove.
8340
8341         * webmail.el: Remove -- doesn't seem relevant any more.
8342
8343         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8344
8345         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8346         the \r.
8347
8348 2010-09-30  Julien Danjou  <julien@danjou.info>
8349
8350         * gnus-agent.el (gnus-agent-add-group): Fix call to
8351         gnus-completing-read.
8352
8353 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354
8355         * nndoc.el (nndoc-retrieve-groups): New function.
8356
8357         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8358         `default', use nnmail-split-methods.
8359         (nnimap-request-article): Downcase the NILs so that they are nil.
8360
8361         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8362         symbol.
8363
8364         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8365         code, since if the user has requested network, that's what they ought
8366         to get.
8367         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8368         (nnimap-split-rule): Mark as obsolete.
8369
8370         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8371         New variable.
8372
8373         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8374         correct slot, too.
8375
8376 2010-09-29  Julien Danjou  <julien@danjou.info>
8377
8378         * gnus.el (gnus-local-domain): Declare variable obsolete.
8379
8380         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8381         Fix history computing.
8382         (gnus-ido-completing-read): Require ido.
8383
8384 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8385
8386         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8387         build Gnus.
8388
8389         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8390         when interpreting the structures.
8391         (nnimap-request-accept-article): Add \r\n to the lines to make this
8392         work with Cyrus.
8393
8394         * nndraft.el (nndraft-request-expire-articles): Use the group name
8395         instead if "nndraft".  Fix found by Nils Ackermann.
8396
8397 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8398
8399         * nnregistry.el: Add.
8400
8401 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8402
8403         * nnmail.el (group, group-art-list, group-art):
8404         Remove unneeded directives.
8405
8406 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8409         (mm-mime-charset):
8410         * rfc2047.el (rfc2047-syntax-table):
8411         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8412
8413         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8414         rather than `insert-file-contents' and `eval-region'.
8415
8416         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8417         construction.
8418
8419         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8420
8421         * time-date.el: No need to require cl for Emacs 21.
8422
8423 2010-09-29  Julien Danjou  <julien@danjou.info>
8424
8425         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8426         replacement of `gnus-gravatar-relief' to mimic
8427         `gnus-faces-properties-alist'.
8428         Add :version property.
8429
8430 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * mail-source.el (mail-source-report-new-mail):
8433         * message.el (message-default-mail-headers):
8434         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8435
8436         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8437
8438 2010-09-28  Julien Danjou  <julien@danjou.info>
8439
8440         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8441         mail-address contains the same string as real-name.
8442
8443         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8444         non-blank in header, otherwise it'll get stripped.
8445
8446         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8447         real-name, and then for mail address rather than doing : or , search.
8448
8449 2010-09-27  Julien Danjou  <julien@danjou.info>
8450
8451         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8452         right completing-read function.
8453         (gnus-use-ido): New variable
8454         (gnus-completing-read-with-default): Remove.
8455         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8456         (gnus-agent-add-group):
8457         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8458         * mm-view.el (mm-view-pkcs7-decrypt):
8459         * mm-util.el (mm-codepage-setup):
8460         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8461         * mml-smime.el (mml-smime-openssl-sign-query):
8462         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8463         (mml-insert-multipart):
8464         * gnus-msg.el (gnus-summary-yank-message):
8465         * gnus-int.el (gnus-start-news-server):
8466         * mm-decode.el (mm-interactively-view-part):
8467         * gnus-dired.el (gnus-dired-attach):
8468         * gnus.el (gnus-read-method):
8469         * gnus-bookmark.el (gnus-bookmark-jump):
8470         * gnus-art.el (gnus-mime-view-part-as-type)
8471         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8472         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8473         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8474         * nnmairix.el (nnmairix-create-server-and-default-group)
8475         (nnmairix-update-groups, nnmairix-get-server)
8476         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8477         (nnmairix-get-group-from-file-path):
8478         * nnrss.el (nnrss-find-rss-via-syndic8):
8479         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8480         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8481         (gnus-group-browse-foreign-server):
8482         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8483         (gnus-summary-execute-command, gnus-summary-respool-article)
8484         (gnus-read-move-group-name):
8485         * gnus-score.el (gnus-summary-increase-score)
8486         (gnus-summary-score-effect):
8487         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8488
8489 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8492         x-focus-frame.
8493
8494         * nnimap.el (auth-source-forget-user-or-password)
8495         (auth-source-user-or-password): Autoload.
8496
8497         * message.el (message-from-style, message-interactive)
8498         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8499         (message-yank-prefix, message-indentation-spaces, message-signature)
8500         (message-signature-file): Add comment.
8501
8502 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503
8504         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8505         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8506         new articles.
8507
8508         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8509         parts.
8510         (nnimap-request-article): Work with the t setting, too.
8511
8512         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8513         that you don't get flashes of other buffers.
8514         (gnus-summary-show-complete-article): Intern before setting.
8515
8516 2010-09-27  David Engster  <dengste@eml.cc>
8517
8518         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8519         well as HEADERS.
8520         (nnmairix-retrieve-headers): Provide new argument for the above.
8521
8522 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * gnus-sum.el (gnus-summary-move-article): Don't alter
8525         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8526         group.
8527
8528         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8529
8530         * message.el (message-cite-prefix-regexp): Revert my last edit.
8531
8532         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8533         variable instead of the Gnus variable.
8534
8535         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8536
8537         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8538
8539         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8540         since some servers don't like it.
8541         (nnimap-open-connection): Forget credentials if the server says the
8542         password was wrong.
8543         (nnimap-parse-line): Protect against invalid data.
8544
8545         * gnus-sum.el (gnus-summary-move-article): Add comment.
8546         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8547         nothing alters it while scanning for new messages.
8548
8549         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8550         which may or may not help.
8551         (nnimap-open-connection): If we're doing a stream connection, and then
8552         discover we're on a STARTTLS-capable server, then open a STARTTLS
8553         connection instead.
8554
8555 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * nnimap.el (utf7): Require.
8558
8559         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8560         prefix.
8561
8562 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8563
8564         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8565
8566 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8567
8568         * nnimap.el (nnimap-request-accept-article): Message the error on
8569         error.
8570
8571 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8574
8575 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576
8577         * nndoc.el (nndoc-request-list): Return success always.
8578
8579         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8580         `fetch-old' -- we only want to fetch the articles we've requested.
8581         The rest are in the agent, probably.
8582         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8583         disappeared server" to something low.  It's not important.
8584
8585         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8586         arrived before the FETCH data.
8587
8588         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8589         target here, because we don't know the Gnus name of the group.
8590
8591         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8592         for the correct group.
8593
8594         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8595
8596         * gnus.el (gnus): Give a final warning after startup.
8597
8598         * gnus-util.el (gnus-action-message-log): New variable.
8599         (gnus-message): Use it.
8600         (gnus-final-warning): New function.
8601
8602         * nnimap.el (nnimap-open-connection): Record the greeting.
8603         (nnimap): Add greeting.
8604
8605 2010-09-26  Julien Danjou  <julien@danjou.info>
8606
8607         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8608         arguments.
8609         (gnus-html-wash-images): Fix spec computing to include start/end.
8610
8611         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8612
8613 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8616         deletion.
8617         (nnimap-retrieve-headers): Don't select the group, because that's
8618         already done by nnimap-possibly-change-group.
8619
8620         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8621         (gnus-picon-transform-address): Use it.
8622
8623         * mail-source.el (mail-source-value): Revert previous patch.
8624
8625         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8626         on failure.
8627         (nnimap-open-connection): Look up both virtual and physical server name
8628         credentials.
8629
8630         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8631
8632 2009-02-07  Dave Love  <fx@gnu.org>
8633
8634         * tls.el (open-tls-stream): Don't query killing process.
8635
8636 2009-02-08  Dave Love  <fx@gnu.org>
8637
8638         * gnus-win.el (gnus-window-to-buffer-helper)
8639         (gnus-all-windows-visible-p): Function needn't be a symbol.
8640
8641         * mail-source.el (mail-source-value): Function needn't be a symbol.
8642
8643 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8644
8645         * message.el (message-cite-prefix-regexp): Remove } from the cite
8646         prefix.
8647
8648         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8649         highlight again, so that the highlight is correct.
8650
8651         * gnus-picon.el (gnus-picon): Remove again.
8652         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8653
8654         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8655         doing the header highlightling, so that the background color of the
8656         picon is correct.
8657
8658         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8659         (gnus-picon): Ditto.
8660         (gnus-picon): Reinstate.  The background color for picons is white.
8661         (gnus-picon-insert-glyph): Make the background white.
8662
8663         * nnml.el (nnml-open-nov): Don't return dead buffers.
8664
8665         * auth-source.el (auth-source-create): Query the user for whether to
8666         store the credentials.
8667
8668         * netrc.el (netrc-store-data): New function.
8669
8670         * auth-source.el (auth-source-user-or-password): Use the existing auth
8671         sources, if any, for creation.
8672
8673         * gnus.el (gnus-group-fast-parameter): Return the last matching
8674         parameter instead of the first matching parameter.
8675
8676 2010-09-26  Julien Danjou  <julien@danjou.info>
8677
8678         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8679
8680 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8681
8682         * mml2015.el (mml2015-use): Remove gpg support.
8683
8684         * mml1991.el (mml1991-function-alist): Remove gpg function.
8685         (mml1991-gpg-sign): Remove.
8686
8687 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8688
8689         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8690         (gnus-browse-unsubscribe-current-group): Document it.
8691         (gnus-browse-unsubscribe-group): Use it.
8692
8693 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8696         address to the To list for easier response.
8697
8698         * gnus.el (gnus-play-startup-jingle): Remove.
8699         (gnus-splash): Don't play jingle.
8700         (gnus): Silence gnus-load message.
8701
8702         * gnus-art.el (gnus-treat-play-sounds): Remove.
8703
8704         * gnus.el (gnus-play-jingle): Remove audio support.
8705
8706         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8707
8708         * earcon.el: Remove -- no users.
8709
8710         * gnus-audio.el: Remove -- no users of this package.
8711
8712         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8713
8714         * gnus-start.el (gnus-setup-news): Remove nocem support.
8715
8716         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8717
8718         * gnus.el (gnus-use-nocem): Remove.
8719
8720         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8721         Remove.
8722
8723         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8724         uses NoCeM any more.
8725
8726         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8727         (gnus-button-ctan-handler): Ditto.
8728         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8729         (gnus-button-ctan-directory-regexp): Ditto.
8730         (gnus-button-handle-ctan): Ditto.
8731         (gnus-button-tex-level): Ditto.
8732         (gnus-button-alist): Remove CTAN stuff.
8733
8734 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8735
8736         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8737         nnimap-streaming test.
8738
8739         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8740         servers twice.
8741
8742         * nnimap.el (nnimap-open-connection): Add more error reporting when
8743         nnimap fails early.
8744
8745         * nnheader.el (nnheader-get-report-string): New function.
8746         (nnheader-get-report): Use it.
8747
8748         * gnus-int.el (gnus-check-server): Say what the error was when opening
8749         failed.
8750
8751         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8752         using streaming.
8753
8754 2010-09-25  Julien Danjou  <julien@danjou.info>
8755
8756         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8757         gnus-window-inside-pixel-edges.
8758
8759 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760
8761         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8762
8763         * mm-decode.el (mm-save-part): Allow saving to other directories the
8764         normal Emacs way.
8765
8766         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8767         Suggested by Jay Berkenbilt.
8768
8769         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8770         there isn't a single byte.
8771
8772         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8773         just do it.  It doesn't really seem to matter what the user responds
8774         here, I think, so it's just a confusing question.
8775
8776         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8777         non-streaming case.
8778
8779         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8780         (gnus-article-encrypt-body): Use it.
8781
8782         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8783         keystroke.
8784
8785         * nnimap.el (nnimap-find-wanted-parts-1):
8786         Use gnus-fetch-partial-articles.
8787
8788         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8789
8790         * nnimap.el (nnimap-insert-partial-structure): New function.
8791         (nnimap-get-partial-article): New function.
8792         (nnimap-request-article): Use it.
8793         (nnimap-wait-for-response): Return whether the wait was successful.
8794         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8795         retrieval wasn't successful.
8796         (nnimap-retrieve-group-data-early): Allow throttling servers.
8797         (nnimap-streaming): New variable.
8798         (nnimap-fetch-partial-articles): Remove.
8799
8800         * mm-decode.el (mm-with-part): Protect against killed buffers.
8801
8802         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8803         for prettier summary display.
8804
8805 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8806
8807         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8808
8809 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8812         apparently third-party libraries depend on it.
8813
8814         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8815         before starting negotiation.
8816
8817         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8818         privacy reasons.
8819         (gnus-treat-mail-gravatar): Ditto.
8820
8821         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8822         buffer when inserting images.  Inserting text into the headers, for
8823         instance, can make them invalid.
8824
8825 2010-09-25  Julien Danjou  <julien@danjou.info>
8826
8827         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8828         variables.
8829
8830         * nnheader.el: Remove useless variables news-reply-yank-from and
8831         news-reply-yank-message-id.
8832
8833         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8834         variables.
8835
8836         * mml1991.el: Remove useless mml1991-verbose.
8837
8838         * gnus.el: Remove useless variable gnus-use-generic-from.
8839         Remove obsolete variable gnus-topic-indentation.
8840
8841         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8842
8843         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8844
8845         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8846
8847         * gnus-group.el: Remove useless gnus-group-icon-cache.
8848         Remove useless gnus-ephemeral-group-server.
8849
8850         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8851
8852         * mml2015.el: Remove useless mml2015-verbose.
8853
8854         * mml-smime.el: Remove useless mml-smime-verbose.
8855
8856         * gnus.el: Remove useless gnus-local-domain.
8857
8858         * gnus-gravatar.el (gnus-gravatar-transform-address):
8859         Use gnus-gravatar-size.
8860
8861         * gnus-art.el: Remove useless gnus-treat-translate.
8862
8863 2010-09-24  Julien Danjou  <julien@danjou.info>
8864
8865         * gnus-sum.el: Add support for Gravatars.
8866
8867         * gnus-art.el: Add support for Gravatars.
8868
8869         * gnus-gravatar.el: Add this file.
8870
8871         * gravatar.el: Add this file.
8872
8873 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874
8875         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8876
8877         * gnus-group.el (gnus-group-fetch-faq): Remove.
8878
8879         * gnus.el (gnus-group-faq-directory): Remove.
8880
8881         * gnus-group.el (gnus-group-fetch-charter): Remove.
8882
8883         * gnus.el (gnus-group-charter-alist): Remove.
8884
8885         * gnus-group.el (gnus-group-archive-directory): Remove.
8886         (gnus-group-recent-archive-directory): Ditto.
8887         (gnus-group-make-archive-group): Remove.
8888
8889         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8890
8891         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8892         use the same article number for all the cached articles.
8893
8894         * nnimap.el (nnimap-command): Register the last command time so
8895         that we can use it for idling NOOPs.
8896         (nnimap-open-connection): Start the keeplive timer.
8897         (nnimap-make-process-buffer): Store all the process buffers.
8898         (nnimap-keepalive): New function.
8899
8900         * starttls.el (starttls-open-stream): Add autoload cookie.
8901
8902 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8903
8904         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8905         handling.
8906
8907 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8908
8909         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8910         its data structures.
8911
8912         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8913         instead of the cl.el copy-list.
8914         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8915         equalp.
8916
8917 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8920         and tool-bar-local-item-from-menu.
8921
8922         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8923         mode-line-highlight face for Emacs.
8924
8925         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8926         loading gnus-sum.elc; fix comment for canlock-verify.
8927         (gnus-article-jump-to-part): Use read-number.
8928         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8929         Remove Emacs pre-21 compatible code for help-echo.
8930         (gnus-article-next-page-1): No need to adjust the number of lines.
8931         (gnus-article-describe-bindings): Always use help-buffer.
8932
8933         * gnus-audio.el (gnus-audio-inline-sound):
8934         * gnus-cus.el (gnus-custom-mode):
8935         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8936
8937         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8938
8939         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8940         compatible code.
8941
8942 2010-09-24  Glenn Morris  <rgm@gnu.org>
8943
8944         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8945         visiting the fcc file in rmail-mode.
8946
8947         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8948
8949 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * nnir.el: Silence the byte compiler.
8952
8953         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8954         alias to browse-url-url-encode-chars if any.
8955         (gnus-html-encode-url): Use it.
8956
8957 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8958
8959         * gnus-start.el (gnus-use-backend-marks): New variable.
8960         (gnus-get-unread-articles-in-group): Use it.
8961
8962         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8963         makeover.
8964
8965 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8966
8967         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8968
8969 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970
8971         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8972         Remove.
8973         (gnus-setup-news-hook):
8974         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8975
8976         * gnus-int.el (gnus-request-update-info): Protect against backends not
8977         having the function.
8978
8979         * nnimap.el (nnimap-stream): Mention starttls.
8980         (nnimap-open-connection): Add starttls support.
8981
8982 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8983
8984         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8985
8986 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8989         BODYSTRUCTUREs.
8990         (nnimap-transform-headers): Unfold quoted {42} headers.
8991
8992         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8993         the info.
8994         (gnus-get-unread-articles): Only call updatep on backends that support
8995         it.
8996
8997         * nnweb.el (nnweb-request-update-info): NOOP.
8998
8999         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9000
9001         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9002         since it only deals with marks.
9003
9004         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9005         gnus-request-marks, and make a new gnus-request-update-info.
9006
9007         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9008         the active instead of the high number, which is usually too low.
9009
9010 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9011
9012         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9013         * encrypt.el: Remove.
9014
9015 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016
9017         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9018         server in symbolic form.
9019
9020         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9021
9022 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023
9024         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9025         (nnimap-update-info): Fix up code slightly.
9026
9027         * gnus-int.el (gnus-open-server): Add tracing for performance
9028         debugging.
9029
9030         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9031         (gnus-group-insert-group-line): Pass the real group name so that it
9032         gets the right data.
9033
9034         * gnus-start.el (gnus-get-unread-articles): Don't have
9035         `gnus-get-unread-articles-in-group' update info, since that can be
9036         really slow and doesn't seem to be needed?
9037
9038 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9039
9040         * time-date.el (date-to-time): Try using parse-time-string first before
9041         using the slower timezone-make-date-arpa-standard.
9042
9043 2010-09-22  Julien Danjou  <julien@danjou.info>
9044
9045         * gnus-group.el (gnus-group-insert-group-line):
9046         Call gnus-group-highlight-line.
9047         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9048         default hook list.
9049         (gnus-group-update-eval-form): Add new function.
9050         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9051         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9052
9053 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9054
9055         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9056         immediate, then expire all articles.
9057         (nnimap-update-info): Fix off-by-one errors.
9058         (nnimap-flags-to-marks): Would return no marks lists for group with no
9059         flags.  Instead return the other data.
9060
9061 2010-09-22  Julien Danjou  <julien@danjou.info>
9062
9063         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9064         Only return an icon.
9065         (gnus-group-insert-group-line): Compute icon to return.
9066
9067         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9068         (gnus-html-image-fetched): Only cache if
9069         gnus-html-image-automatic-caching is set.
9070         (gnus-html-image-fetched): Check for errors.
9071
9072 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9075         once per method on `g'.  This ensures that backends like nnfolder don't
9076         open all their folders.
9077
9078         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9079         (nnimap-request-list): Nix out group in the correct buffer.
9080         (nnimap-parse-flags): Implement by using `read' instead of
9081         hand-parsing.
9082         (nnimap-flags-to-marks): Pass on permanent-flags.
9083         (nnimap-make-process-buffer): Record the server name.
9084         (nnimap-parse-flags): Fix typo.
9085         (nnimap-request-scan): Run split on the server in general, not just a
9086         single group.
9087
9088         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9089         parameter, and propagate this downwards.
9090
9091         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9092         since EXAMINE changes it on the server.
9093
9094         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9095         this command might take a while.
9096
9097 2010-09-22  Julien Danjou  <julien@danjou.info>
9098
9099         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9100         harmful if you have 2 images side-by-side, they can't be properly
9101         update on text deletion.  Using text-property is safer here.
9102         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9103         data.
9104
9105 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * nnimap.el (nnimap-expunge-inbox): Remove.
9108         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9109         (nnimap-expunge): Flip default to t.
9110
9111         * gnus.el (gnus-method-to-server): Don't push things to the cache
9112         unless it's unique.
9113         (gnus-server-to-method): Ditto.
9114
9115 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9116
9117         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9118
9119 2010-09-22  Julien Danjou  <julien@danjou.info>
9120
9121         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9122         get the start of data.
9123         (gnus-html-encode-url): Add this function to encode special chars in
9124         URL.
9125         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9126         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9127
9128         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9129         default.
9130         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9131
9132         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9133         images alt-text.
9134         (gnus-html-put-image): Put alt-text as help-echo.
9135
9136 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9139         * mm-util.el (mm-decompress-buffer):
9140         * nnir.el (nnir-run-find-grep):
9141         * pop3.el (pop3-list): Use 3rd arg of split-string.
9142
9143         * time-date.el (format-seconds): Comment fix.
9144
9145         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9146         and byte-optimize-form-code-walker.
9147         (dgnushack-make-auto-load): Don't advise make-autoload.
9148
9149         * lpath.el: Remove Emacs 21 stuff.
9150
9151 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9152
9153         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9154         outside the active range.  Suggested by Dan Christensen.
9155
9156         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9157         slightly later to avoid double-getting it.
9158
9159         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9160         previous patch.
9161
9162         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9163
9164 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9165
9166         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9167
9168 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9169
9170         * gnus-int.el (gnus-open-server): Give a better error message in the
9171         "go offline" case.
9172
9173         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9174         marks for nnimap, which is seldom the right thing to do.
9175
9176         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9177         (gnus-same-method-different-name): New function.
9178
9179         * nnimap.el (parse-time): Require.
9180
9181         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9182         method in the presence of many similar methods.
9183
9184         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9185
9186         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9187         nnml-inhibit-expiry.
9188
9189         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9190         find out whether methods are equal.
9191
9192         * nnimap.el (nnimap-find-expired-articles): New function.
9193         (nnimap-process-expiry-targets): New function.
9194         (nnimap-request-move-article): Request the article before looking at
9195         what the Message-ID is.  Fix found by Andrew Cohen.
9196         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9197
9198         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9199         for oldness in addition to being a predicate.
9200
9201         * nnimap.el (nnimap-request-group): When we have zero articles, return
9202         the right data to Gnus.
9203         (nnimap-request-expire-articles): Only delete articles immediately if
9204         the target is 'delete.
9205
9206         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9207         method, this would bug out.
9208
9209         * gnus-group.el (gnus-group-expunge-group): Rename from
9210         gnus-group-nnimap-expunge, and implemented as a normal interface
9211         function.
9212
9213         * gnus-int.el (gnus-request-expunge-group): New function.
9214
9215         * nnimap.el (nnimap-request-create-group): Implement.
9216         (nnimap-request-expunge-group): New function.
9217
9218 2010-09-21  Julien Danjou  <julien@danjou.info>
9219
9220         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9221         (gnus-html-cache-expired): Add new function.
9222         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9223         wethever we should display image for fetch it.
9224         Compute alt-text earlier to pass it to the fetching function too.
9225         (gnus-html-schedule-image-fetching): Change function argument to only
9226         get one image at a time, not a list.
9227         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9228         cache.
9229         (gnus-html-get-image-data): New function to retrieve image data from
9230         cache.
9231         (gnus-html-put-image): Change buffer argument to use image data rather
9232         than file, and place image above region rather than inserting a new
9233         one.  Do not take alt-text as argument, since it's useless now: we place
9234         the image above alt-text.
9235         (gnus-html-prune-cache): Remove.
9236         (gnus-html-show-images): Start to fetch image when we find one, do not
9237         push into a temporary list.
9238         (gnus-html-prefetch-images): Only fetch image if they have expired.
9239         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9240         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9241
9242 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9245
9246 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247
9248         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9249         spec inser "*" if the group isn't active instead of 0.
9250
9251         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9252         opening the server.
9253         (nnimap-request-delete-group): Implement group deletion.
9254         (nnimap-transform-headers): Return the size of the entire message in
9255         the Bytes header, not just the size of the first part.
9256         (nnimap-request-move-article): When moving an article from nnimap,
9257         request the article first so the accepting form has an article to
9258         accept.  Reported by Dan Christensen.
9259         (nnimap-command): Make sure that the error message doesn't error out.
9260
9261 2010-09-20  David Edmondson  <dme@dme.org>
9262
9263         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9264         we haven't requested anything.
9265
9266 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9269         "".  Fix found by Andrew Cohen.
9270
9271         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9272         instead of -encode-string.
9273
9274 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9277
9278         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9279         by mm-subst-char-in-string.
9280
9281 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9282
9283         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9284         waiting for the connection string.
9285
9286         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9287         arriving.
9288
9289         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9290         bogus characters.  This allows selecting certain Gmail groups.
9291
9292         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9293         (nnimap-fetch-partial-articles): New variable.
9294         (nnimap-open-connection): When looking for credentials, also use the
9295         nnimap-server-port.
9296         (nnimap-request-article): Return the group/article number, so that Gnus
9297         `^' works as expected.
9298         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9299
9300         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9301         comments.
9302         (gnus-methods-sloppily-equal): New function.
9303         (gnus): When using the development version of Gnus, load the gnus-load
9304         file.
9305
9306         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9307         `gnus-open-server' on each method before trying to scan them etc.
9308         This ensures that all the backend parameters are set correctly.
9309
9310         * nnimap.el (nnimap-authenticator): New variable.
9311         (nnimap-open-connection): Allow anonymous login.
9312         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9313         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9314
9315         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9316         patch, found by Knut Anders Hatlen.
9317
9318 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9319
9320         * gnus-agent.el (gnus-agent-batch-confirmation)
9321         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9322         to gnus-message.
9323         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9324         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9325         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9326         * gnus-int.el (gnus-open-server): Likewise.
9327         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9328         (gnus-score-check-syntax): Likewise.
9329         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9330         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9331         Likewise.
9332         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9333
9334 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9337         calling conventions so that prefetch doesn't bug out.
9338
9339 2010-09-19  Julien Danjou  <julien@danjou.info>
9340
9341         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9342         rather than `subst-char-in-region' in order to be able to replace ASCII
9343         char by UTF-8 ones.
9344
9345         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9346         than curl.
9347         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9348         the right URL and ALT text on images.
9349         (gnus-html-wash-tags): Fix tag case.
9350         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9351         (gnus-article-html): Add -o display_ins_del=2 option.
9352         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9353
9354 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9357         the extra mail headers, which sometimes seem to happen for unknown
9358         reasons.
9359
9360         * mail-parse.el (mail-header-encode-parameter): Define as
9361         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9362         (or most, perhaps?) mail readers don't understand the latter, but do
9363         understand the former.
9364
9365         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9366         to nil, so that no methods are automatically agentized.  I think this
9367         is probably what most users want.
9368
9369         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9370         from url-retrieve, for instance about invalid URLs.
9371
9372         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9373         groups that have no articles.
9374         (nnimap-request-article): Check that we really got an article when we
9375         requested one.
9376
9377         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9378         doesn't exist.
9379
9380         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9381         nntp buffer so the agent can save it.
9382         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9383         that CRLF doesn't get translated to \n.
9384         (nnimap-open-connection): Don't make 'shell commands only send \n.
9385
9386 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9387
9388         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9389         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9390         Update var name.
9391         (nnml-generate-nov-file): Use dolist.
9392         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9393         Use with-current-buffer.
9394
9395 2010-09-18  Julien Danjou  <julien@danjou.info>
9396
9397         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9398         parallel.
9399
9400 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9401
9402         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9403         the range update right.
9404         (nnimap-request-group): Don't make `M-g' bug out on group with no
9405         marks.
9406         (nnoo): Require, so that other packages can require nnimap.
9407         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9408         command we're looking for.  This helps when the server sends more
9409         responses after we've gotten everything we expected.
9410         (nnimap): Add a `newlinep' field to keep track of end-of-line
9411         conventions.
9412         Don't send CRLF to things that don't want it.
9413         (nnimap-request-accept-article): Ditto.
9414
9415 2010-09-18  Julien Danjou  <julien@danjou.info>
9416
9417         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9418         than curl to retrieve images.
9419
9420 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9421
9422         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9423         the marks.
9424         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9425         (nnimap-wait-for-connection): New function.
9426         (nnimap-open-connection): If we have PREAUTH, don't query for login
9427         credentials.
9428         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9429         when doing a partial update.
9430
9431 2010-09-18  Julien Danjou  <julien@danjou.info>
9432
9433         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9434         tags.
9435
9436 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9437
9438         * nnimap.el (nnimap-credentials): New function.
9439         (nnimap-open-connection): Use the new function to look for credentials
9440         also on the numeric equivalents of "imap" and "imaps".
9441
9442         * gnus-start.el (gnus-activate-group): Send the info to
9443         gnus-request-group.
9444
9445         * nnimap.el (nnimap-request-group): Have the "check" version of the
9446         function parse flags and update the info, so that a `M-g' get a total
9447         resync of all flags from the group.
9448
9449         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9450         to allow backends to alter the info on group selection.  Also alter all
9451         the backend -request-group functions to take the parameter.
9452
9453         * nnimap.el (nnimap-store-info): New function.
9454         (nnimap-update-info): Store the info for later usage.
9455         (nnimap-request-group): Use the stored info for the dont-check case, so
9456         that we don't retrieve all marks when we enter a group.
9457
9458         * nnimap.el: Use deffoo instead of defun for interface functions.
9459
9460         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9461         update the group info.  This makes the nndraft groups, for instance, go
9462         back to their old behavior.
9463
9464         * gnus-sum.el (gnus-select-newsgroup): Indent.
9465
9466         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9467         in.
9468         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9469         nothing.
9470
9471         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9472         from methods that are denied.
9473
9474         * gnus-int.el (gnus-method-denied-p): New function.
9475
9476         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9477         store the password instead of netrc.
9478         (nnimap-open-connection): Don't error out when we can't make a
9479         connections.
9480
9481         * auth-source.el (auth-source-create): In the password prompt, say what
9482         we're querying for.  Also prompt for user name if that hasn't been
9483         given.
9484
9485         * nnimap.el (nnimap-with-process-buffer): Remove.
9486
9487 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9490         method when we're reading from the agent.
9491
9492         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9493
9494         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9495         that's probably most useful for users.
9496
9497         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9498         "failed" all the time.
9499
9500         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9501         ...)) with (with-current-buffer ... ).
9502
9503         * nntp.el (nntp-open-server): Return whether the open was successful or
9504         not.
9505
9506         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9507         select an unread unseen article first.
9508
9509         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9510         /etc/services, supply some sensible port defaults.
9511
9512         * dgnushack.el: Define netrc-credentials.
9513
9514 2010-09-17  Julien Danjou  <julien@danjou.info>
9515
9516         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9517
9518 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9519
9520         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9521         doesn't have any parameters.
9522
9523 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9524
9525         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9526         only upcased checks.
9527
9528         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9529
9530         * nnimap.el (nnimap-open-shell-stream): New function.
9531         (nnimap-open-connection): Use it.
9532         (nnimap-transform-headers): Get the number of lines in each message.
9533         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9534         number of lines.
9535         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9536         problem.
9537
9538         * utf7.el (utf7-encode): Autoload.
9539
9540         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9541         to allow the mail splitting to not return a default group.  This is
9542         useful for nnimap, which will leave unmatched mail in the inbox.
9543
9544         * nnimap.el: Rewritten.
9545
9546         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9547         nnimap usage.
9548
9549         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9550         if the move is internal, so that nnimap can do fast internal moves.
9551
9552         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9553         data.
9554         (gnus-read-active-for-groups): Support finishing the early retrieval of
9555         data.
9556
9557         * gnus-range.el (gnus-range-nconcat): New function.
9558
9559         * gnus-int.el (gnus-finish-retrieve-group-infos)
9560         (gnus-retrieve-group-data-early): New functions.
9561
9562 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9563
9564         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9565         (nnrss-retrieve-groups):
9566         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9567         (pop3-quit): Use with-current-buffer.
9568
9569 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9572         instead of nnheader-accept-process-output.
9573
9574         * dgnushack.el (dgnushack-compile): Add comment.
9575
9576         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9577
9578         * gnus-html.el (gnus-html-schedule-image-fetching)
9579         (gnus-html-prefetch-images): Replace process-kill-without-query by
9580         gnus-set-process-query-on-exit-flag.
9581
9582 2010-09-16  Romain Francoise  <romain@orebokech.com>
9583
9584         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9585
9586 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9587
9588         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9589         parameter to unintern is mandatory-ish in Emacs 24.
9590
9591         * gnus-html.el (gnus-html-schedule-image-fetching)
9592         (gnus-html-prefetch-images): Check for curl before using it.
9593
9594         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9595         depend on curl, which isn't essential.
9596
9597         * imap.el: Revert back to version
9598         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9599         seem problematic.
9600
9601 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9602
9603         * gnus-registry.el (gnus-registry-install-shortcuts):
9604         Explicitly pass `obarray' to `unintern' to avoid a warning.
9605
9606 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9609         change.
9610
9611         * nnrss.el (nnrss-request-list): Remove this function and related
9612         functions, including the moreover stuff.
9613
9614 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * nnrss.el (nnrss-retrieve-groups): New function.
9617
9618 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9619
9620         * .dir-locals.el: Add no-byte-compile cookie.
9621
9622 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * time-date.el (format-seconds): Comment fix.
9625
9626         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9627         for back end that doesn't support request-scan.
9628
9629 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9630
9631         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9632         then do request scans from the backends.
9633
9634         * netrc.el (netrc-credentials): New conveniency function.
9635
9636         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9637         avoid running a hook per line, since this takes a lot of time,
9638         profiling shows.
9639         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9640         directly if gnus-visual-p is true.
9641
9642 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9645         groups; replace mapcar with dolist which is a bit faster; pass groups
9646         info to gnus-read-active-file-1.
9647         (gnus-read-active-file-1): Scan only specified groups if the new
9648         optional arg `infos' is given.
9649
9650 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9651
9652         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9653
9654         * pop3.el (pop3-movemail): Remove.
9655         (pop3-streaming-movemail): Rename to pop3-movemail.
9656
9657         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9658         don't restrict end-tag searches to the end of the line.
9659
9660 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9663         articles of every unchecked group to t, which means unknown since the
9664         server has never been opened.
9665
9666 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9667
9668         * gnus-html.el (gnus-html-show-alt-text): New command.
9669         (gnus-html-browse-image): Ditto.
9670         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9671         to browse the image directly.
9672         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9673         better.
9674
9675         * gnus-async.el (gnus-async-article-callback):
9676         Call `gnus-html-prefetch-images' unconditionally.
9677
9678         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9679         before feeding URLs to curl.
9680
9681 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9684         internal images as deletable by `W D D'.
9685
9686         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9687         (gnus-async-article-callback): Fix typo.
9688
9689 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9690
9691         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9692         current line to work around bugs in the output from w3m.
9693
9694         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9695         for groups that want that.
9696
9697         * nntp.el (nntp-wait-for-string): Supply a timeout for
9698         accept-process-output to ensure progress.
9699
9700         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9701         level to get unread articles from, then use that for foreign groups,
9702         too.
9703
9704         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9705         confuses the rest of the function.
9706
9707         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9708         for the methods that support -retrieve-groups, too.
9709
9710         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9711
9712 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9715         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9716
9717         * pop3.el: Require cl when compiling.
9718         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9719
9720 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9723         that aren't going to be activated.
9724         (gnus-get-unread-articles): Fix up the last commit.
9725
9726         * gnus-html.el (gnus-article-html): Allow calling without specifying
9727         the handle.  In that case, dissect the buffer first.
9728
9729         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9730
9731         * nnimap.el (nnimap-open-connection): Revert the change that would look
9732         into authinfo for imaps instead of imap.
9733
9734         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9735         say that you don't want to call gnus-request-group with don-check, but
9736         do check the reponse.  This is for virtual groups only.
9737         (gnus-get-unread-articles): Count the archive groups as secondary, so
9738         that they're activated the same way as before.
9739
9740         * imap.el (imap-message-map): Removed optional buffer parameter, since
9741         no callers use it.
9742         (imap-message-get): Ditto.
9743         (imap-message-put): Ditto.
9744         (imap-mailbox-map): Ditto.
9745         (imap-mailbox-put): Ditto.
9746         (imap-mailbox-get): Ditto.
9747         (imap-mailbox-get): Revert last change for this function.
9748
9749         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9750         case-insensitively.
9751         (nnimap-debug): Remove.
9752
9753         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9754         callers to use `imap-fetch' instead.  According to the comments, this
9755         should be safe, since all other IMAP clients use the 1:* syntax.
9756         (imap-enable-exchange-bug-workaround): Remove.
9757         (imap-debug): Remove -- doesn't seem very useful.
9758
9759         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9760         mail from a file, and the file doesn't exist.
9761
9762         * imap.el (imap-log): New convenience function used throughout instead
9763         of repeating the same code all over the place.
9764
9765         * pop3.el (pop3-streaming-movemail): Return t for success.
9766
9767         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9768         .authinfo if we're using ssl connection.
9769
9770         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9771         already have if we're in a main Gnus `g' run.
9772
9773         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9774
9775 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9778
9779         * nnmh.el (nnmh-request-list-1): Bind `file'.
9780
9781         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9782         alias to set-process-query-on-exit-flag or process-kill-without-query.
9783         (pop3-open-server): Use it.
9784
9785 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9788         box to the Incoming file.  Fixes mistake in previous checkin.
9789
9790         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9791         request loop (for debugging purposes) removed.
9792
9793         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9794         culprit is more visible.
9795         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9796         (nnml-add-incremental-nov): New functions to do "incremental" nov
9797         updates, where we just append to the end of the existing nov files
9798         without reading/writing them in full.
9799
9800         * mail-source.el (mail-source-delete-crash-box): Really only check the
9801         incoming files once in a while.
9802
9803         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9804
9805         * mail-source.el (mail-source-delete-crash-box): Only check the
9806         incoming files for deletion once per day to save a lot of file
9807         accesses.
9808
9809         * pop3.el (pop3-logon): Fix up unbound variable typo.
9810
9811         * mail-source.el (pop3-streaming-movemail): Autoload.
9812
9813         * pop3.el (pop3-streaming-movemail):
9814         Respect pop3-leave-mail-on-server.
9815
9816         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9817         retrieval.
9818
9819         * pop3.el (pop3-process-filter): Remove unused function.
9820         (pop3-streaming-movemail, pop3-send-streaming-command)
9821         (pop3-wait-for-messages, pop3-write-to-file)
9822         (pop3-number-of-responses): New functions for streaming pop3
9823         retrieval.
9824
9825         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9826         come from no known methods.
9827         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9828         list.
9829
9830         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9831         message sizes.
9832         (pop3-movemail): Use erase-buffer instead of looping and deleting
9833         regions, which seems rather odd.
9834
9835         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9836         file once per `g' run.
9837
9838         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9839         directories.  This makes the draft queue directory work.
9840
9841         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9842         data from the backends, so that we only request the list of groups from
9843         each method once.  This should speed things up considerably.
9844
9845         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9846         detect that it's not implemented.
9847
9848         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9849         we actually do recurse down into the tree, but don't stat all leaf
9850         nodes.
9851
9852         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9853         then say so instead of bugging out.
9854
9855         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9856         files exist before trying to read them.
9857
9858         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9859         around <pre_int>.
9860
9861         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9862
9863         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9864
9865 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9866
9867         * mm-util.el (mm-image-load-path): Just return the image directories,
9868         not all directories in the path in addition to the image directories.
9869         (mm-image-load-path): Maintain a cache of the image directories so that
9870         the `g' command in Gnus doesn't have to stat dozens of directories each
9871         time.
9872
9873         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9874         (gnus-html-wash-tags): Add a new `i' command to insert images.
9875         (gnus-html-insert-image): New command and keystroke.
9876         (gnus-html-redisplay-with-images): New command and keystroke.
9877         (gnus-html-show-images): Rename command.
9878         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9879         spacers.
9880         (gnus-html-wash-tags): Decode entities at the end, so that entities
9881         inside the tags don't mess up the rest of the "parsing".
9882
9883         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9884         so that nnimap methods aren't agentized by default.  There's apparently
9885         many problems related to agent/imap behavior.
9886
9887         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9888
9889         * gnus-html.el: Doc fix.
9890
9891 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9894         specifier-spec-list for Emacs 21.
9895
9896         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9897         glyph-width and glyph-height instead of display-graphic-p and
9898         image-size; make avoidance of displaying small images work for XEmacs.
9899
9900         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9901         for XEmacs.
9902
9903         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9904         of symbol that holds plist data.
9905         (gnus-process-plist): Remove plist of process after getting it.
9906
9907 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * message.el (message-generate-hashcash): Change default to
9910         'opportunistic if hashcash is installed.
9911
9912         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9913         (gnus-html-put-image): Only call image-size once, since it's somewhat
9914         time-consuming on remote X servers.
9915
9916 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9919         type on data, not a file name.
9920
9921         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9922         window-pixel-edges for Emacs 21.
9923
9924         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9925         decoded contents.
9926         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9927
9928 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9929
9930         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9931         group line format, since it isn't very interesting.
9932
9933         * gnus-agent.el (gnus-agent-short-article),
9934         (gnus-agent-long-article): Increase values for these two variables,
9935         since most people are likely to have more network connection and
9936         storage than before.
9937
9938         * gnus.el (gnus-refer-article-method): Change default to 'current.
9939         When referring an article, the common behavior is to refer it from the
9940         current select method, not the native select method.  The chances of
9941         the native select method having the message in question is rather slim
9942         these days.
9943
9944         * gnus-sum.el (gnus-auto-select-subject): Change default to
9945         `unseen-or-unread'.  I think it's likely that most people want to
9946         select an unseen article over a previously seen, but unread one.
9947
9948         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9949         means that in the article buffer none of the minor mode elements will
9950         be shown, usually, and this is not desirable in most cases.
9951
9952         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9953         that commands like `d' (and the like) go to the next line in the
9954         buffer, instead of the next unread article.  I think this is the
9955         behavior that is most natural for most users.
9956         (gnus-single-article-buffer): Change default to nil, so that people can
9957         have as many article buffers open as they have summary buffer.  I think
9958         this is the most natural way for the groups to behave.
9959
9960         * message.el (message-generate-new-buffers): Change default to
9961         `unsent', so that all new message buffers start their names with the
9962         string "*unsent", and it's easier to find the buffers if you move from
9963         them.
9964
9965 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9966
9967         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9968         small.  They're probably tracking images.
9969         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9970         (gnus-html-rescale-image): Yet another try at getting the image sizing
9971         right.
9972
9973         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9974         nntp-marks-file-name is nil.
9975
9976 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9977
9978         * gnus-html.el (gnus-html-wash-tags)
9979         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9980         Better logging.
9981
9982 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9983
9984         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9985
9986         * gnus-html.el (gnus-html-wash-tags): Check the value of
9987         gnus-blocked-images in the summary buffer.
9988
9989 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9990
9991         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9992
9993 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994
9995         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9996         like "a", it seems like.
9997         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9998         since it needs to be picked from the correct buffer.
9999
10000         * nnwfm.el: Remove.
10001
10002         * nnlistserv.el: Remove.
10003
10004 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10005
10006         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10007         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10008
10009 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10010
10011         * nnkiboze.el: Remove.
10012
10013         * nndb.el: Remove.
10014
10015         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10016         alt text.
10017         (gnus-html-rescale-image): Try to get the rescaling logic right for
10018         images that are just wide and not tall.
10019
10020         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10021         overshadow variable bindings.
10022
10023 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10024
10025         * gnus-html.el (gnus-html-wash-tags)
10026         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10027         Add extra logging.
10028
10029 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10030
10031         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10032         (gnus-max-image-proportion): New variable.
10033         (gnus-html-rescale-image): New function.
10034         (gnus-html-put-image): Rescale images.
10035
10036 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10037
10038         Fix up some byte-compiler warnings.
10039         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10040         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10041         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10042         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10043         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10044         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10045         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10046
10047 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * gnus-html.el (gnus-article-html): Decode contents by charset.
10050
10051 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10054         (gnus-html-frame-width, gnus-blocked-images):
10055         * message.el (message-prune-recipient-rules): Add custom version.
10056         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10057
10058         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10059         functions.
10060
10061         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10062         gnus-process-get.
10063
10064 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10065
10066         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10067         instead of lsub directly.
10068
10069 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10070
10071         * nnwarchive.el: Remove.
10072
10073         * gnus-soup.el: Remove.
10074
10075         * nnsoup.el: Remove.
10076
10077         * nnultimate.el: Remove.
10078
10079         * gnus-html.el (gnus-blocked-images): New variable.
10080
10081         * message.el (message-prune-recipients): New function.
10082         (message-prune-recipient-rules): New variable.
10083
10084         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10085         guess whether a long line is natural text or not.
10086
10087         * gnus-html.el (gnus-html-schedule-image-fetching):
10088         Use gnus-process-plist and friends for compatibility.
10089
10090 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10091
10092         * gnus-html.el: Require packages that define macros used in this file.
10093         (gnus-article-mouse-face): Declare to silence byte-compiler.
10094         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10095         process-get.
10096         (gnus-html-put-image): Use plist-get to avoid getf.
10097         (gnus-html-prefetch-images): Use with-current-buffer.
10098
10099 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-ems.el: Provide compatibility functions for
10102         gnus-set-process-plist.
10103
10104         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10105         header-line-format for XEmacs 21.4.
10106
10107         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10108         * gnus.el (gnus-valid-select-methods):
10109         * message.el (message-send-mail-partially-limit):
10110         * mm-decode.el (mm-text-html-renderer):
10111         * mml.el (mml-insert-mime-headers-always):
10112         * smiley.el (smiley-regexp-alist): Bump custom version.
10113
10114 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10115
10116         * gnus-html.el: require mm-url.
10117         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10118         with the url to `url'.
10119         (gnus-html-wash-tags): Support cid: URLs/images.
10120
10121 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10122
10123         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10124         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10125         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10126
10127         * gnus-move.el: Remove file, since it doesn't really work.
10128
10129         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10130         UTF-8.  This seems to fix problems with some German web feeds.
10131
10132         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10133         at the top so that the proper colors are applied.
10134
10135         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10136         don't have dots in their names.
10137
10138         * gnus-art.el (gnus-article-view-part): Doc fix.
10139
10140         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10141         XEmacs-compatible.
10142         (gnus-html-put-image): Don't do images on non-graphic displays.
10143
10144         * nnslashdot.el: Remove this unused backend.
10145
10146         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10147         actions.
10148         (gnus-undo-register-1): Revert last change.
10149
10150         * gnus-group.el (gnus-group-completing-read): Protect against not
10151         having completion-styles bound.
10152
10153         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10154         make broken recipients happier.
10155
10156         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10157
10158         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10159         point parameter.
10160
10161         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10162
10163         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10164         completion-styles for group selection.
10165
10166 2009-02-04  Andreas Schwab  <schwab@suse.de>
10167
10168         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10169         headers and regexp-quote the match if necessary.
10170
10171 2009-03-24  Miles Bader  <miles@gnu.org>
10172
10173         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10174         the blinking smiley.
10175
10176 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10177
10178         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10179         blink smiley.
10180
10181 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10182
10183         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10184         where the dribbel file lives exists.
10185
10186         * message.el (message-send-mail-partially-limit): Change the default to
10187         nil, since most people don't want this.
10188
10189         * mm-url.el (mm-url-decode-entities): Also decode entities like
10190         &#x3212.
10191
10192 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10193
10194         * gnus-sum.el (gnus-summary-idna-message):
10195         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10196         Hyperlink urls in docstrings with URL `...'.
10197
10198 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10199
10200         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10201         functions.
10202
10203 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10204
10205         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10206         say what the mouseover text should be.
10207
10208         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10209         version of the mm-w3m-safe-url-regexp variable to only download images
10210         in the groups where we want that to happen.
10211
10212         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10213
10214         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10215         easier debugging.
10216         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10217         big pictures in the article buffer.
10218
10219         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10220         gnus-article-html.
10221         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10222         w3m.
10223
10224         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10225
10226 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10227
10228         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10229         which doesn't exist.
10230
10231         * message.el (message-inhibit-ecomplete): New variable to allow some
10232         function to inhibit ecomplete address storage.
10233         (message-resend): Disable ecomplete message storage when resending
10234         messages.
10235
10236         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10237
10238 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10241         Save excursion while copying, moving, and deleting articles in order to
10242         prevent the cursor from jumping to unforeseen place.
10243
10244 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * lpath.el: No need to bind bookmark-current-buffer,
10247         bookmark-yank-point and bookmark-make-record-function.
10248
10249 2010-08-17  Glenn Morris  <rgm@gnu.org>
10250
10251         * gnus-sync.el: Require gnus components whose functions are used.
10252
10253         * gnus-art.el (bookmark-make-record-function):
10254         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10255         Declare for compiler.
10256
10257         * mm-url.el (mml-compute-boundary): Autoload.
10258
10259 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10262
10263 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10264
10265         Typo fix "hoo4a" -> "hook".
10266
10267         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10268
10269 2010-08-14  Glenn Morris  <rgm@gnu.org>
10270
10271         * gnus-sync.el (gnus-sync): Fix defgroup version.
10272
10273 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10274
10275         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10276
10277         * gnus-sync.el: Fix docs.
10278         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10279         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10280
10281 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10282
10283         Optimizations for gnus-sync.el.
10284
10285         * gnus-sync.el: Add docs about gnus-sync-backend
10286         possibilities.
10287         (gnus-sync-save): Remove unnecessary message.
10288         (gnus-sync-read): Optimize and show what groups were skipped.
10289
10290 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10291
10292         Minor bug fixes for gnus-sync.el.
10293
10294         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10295         Don't read the sync on get-new-news.
10296
10297         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10298         quiet.
10299
10300         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10301         (fix typo).
10302
10303 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10304
10305         Make saving and restoring of hidden threads work with overlays.
10306         Patch applied by Ted Zlatanov.
10307
10308         * gnus-sum.el (gnus-hidden-threads-configuration)
10309         (gnus-restore-hidden-threads-configuration): Update to deal with text
10310         properties, rather than searching for a magic character.
10311
10312 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10313
10314         New gnus-sync.el library for synchronization of marks.
10315
10316         * gnus-sync.el: New library for synchronization of marks.
10317
10318         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10319         renamed from `gnus-registry-grep-in-list'.
10320
10321         * gnus-registry.el (gnus-registry-follow-group-p):
10322         Use `gnus-grep-in-list'.
10323
10324         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10325
10326 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10329         determining charset of text fails.
10330
10331 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * nnmail.el (nnmail-get-new-mail-1): Revert.
10334
10335         * nnml.el (nnml-active-number): Make sure names of newly created groups
10336         in nnml-group-alist are encoded.
10337
10338 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10341         containing non-ASCII characters in active file for nnml back end.
10342
10343 2010-07-24  David Engster  <dengste@eml.cc>
10344
10345         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10346         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10347
10348 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10349
10350         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10351         tag (Bug#6654).
10352
10353 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10356         the article buffer, not the summary buffer.
10357
10358 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10361         Emacs 23 as well.
10362
10363 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10366         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10367
10368 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10369
10370         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10371         Patch applied by Karl Fogel.
10372
10373         * gnus-sum.el (gnus-summary-bookmark-make-record):
10374         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10375
10376 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10377
10378         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10379         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10380         C-w still not working correctly from Article buffers; Thierry's
10381         patch to fix that will be applied after this.
10382
10383         * gnus-art.el (bookmark-make-record-function): New local variable.
10384
10385         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10386         article buffer.
10387         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10388
10389 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10390
10391         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10392         on changes in bookmark.el.
10393
10394 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10397         `no-log' instead of message not to log prompt string.
10398
10399 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10400
10401         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10402         the *other* type of HTML form submission.
10403
10404 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10405
10406         * auth-source.el (auth-source-pick): If choice does not contain a
10407         questioned keyword, set the check to t.
10408
10409 2010-06-12  Romain Francoise  <romain@orebokech.com>
10410
10411         * gnus-util.el (gnus-date-get-time): Move up before first use.
10412
10413 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10416         (gnus-article-edit-part): Bind it to make last part that is substituted
10417         or deleted visible.
10418         (gnus-mime-display-single): Buttonize part of which id equals to
10419         gnus-mime-buttonized-part-id.
10420
10421 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10422
10423         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10424         (gnus-dd-mmm): Use gnus-date-get-time.
10425         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10426         simplify logic.
10427         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10428         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10429
10430 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10431
10432         * auth-source.el (top): Autoload `secrets-list-collections',
10433         `secrets-create-item', `secrets-delete-item'.
10434         (auth-sources): Fix tag string.
10435         (auth-get-source, auth-source-retrieve, auth-source-create)
10436         (auth-source-delete): New defuns.
10437         (auth-source-pick): Rewrite in order to avoid 2 passes.
10438         (auth-source-forget-user-or-password): New parameter USERNAME.
10439         (auth-source-user-or-password): New parameters CREATE-MISSING and
10440         DELETE-EXISTING.  Retrieve password interactively, if needed.
10441
10442 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10443
10444         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10445         deleting unused directories when gnus-expert-user is t.
10446
10447 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10450         for each temp file when gnus-article-browse-delete-temp is ask.
10451
10452 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10453
10454         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10455         Replace Lisp calls to delete-backward-char by calls to delete-char.
10456
10457 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10458
10459         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10460
10461 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10462
10463         * password-cache.el (password-cache-remove): Fix docstring.
10464
10465 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10468         article unless decoding article to be saved.
10469
10470 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10473         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10474         generated within the mm-with-unibyte-current-buffer macro.
10475
10476 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10479         to nil when we're in a mml-preview buffer and no group is selected.
10480
10481 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10482
10483         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10484         when catching the `C-g'.  Reported by "Leo".
10485
10486 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * message.el (message-forward-make-body-plain)
10489         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10490         multibyte-string-p.
10491
10492         * lpath.el: Revert.
10493
10494 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * message.el (message-forward-make-body-mml): Assume original message
10497         is multibyte string; error on unibyte.
10498         (message-forward-make-body-plain): Ditto; don't add excessive newline
10499         in body end.
10500
10501         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10502
10503 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10504
10505         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10506         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10507
10508 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * mm-extern.el (mm-extern-url): Don't use
10511         mm-with-unibyte-current-buffer.
10512         (mm-extern-cache-contents): Use with-current-buffer instead of
10513         save-excursion + set-buffer.
10514
10515 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * mm-util.el (mm-emacs-mule): Remove.
10518
10519 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10520
10521         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10522         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10523         change.
10524
10525 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10528         bind the default value of enable-multibyte-characters to nil.
10529
10530 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * message.el (message-forward-make-body-plain)
10533         (message-forward-make-body-mml):
10534         Don't use mm-with-unibyte-current-buffer.
10535
10536 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10537
10538         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10539
10540 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10541
10542         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10543         (Bug#5592).
10544
10545 2010-05-07  Julien Danjou  <julien@danjou.info>
10546
10547         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10548         it to mm-pipe-part.
10549
10550         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10551         it is given.
10552
10553 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * binhex.el (binhex-decode-region-internal):
10556         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10557         (dns-query):
10558         * nnweb.el (nnweb-gmane-search):
10559         * pgg-parse.el (pgg-parse-armor):
10560         * pgg.el (pgg-verify-region):
10561         * sha1.el (sha1-string-external):
10562         * uudecode.el (uudecode-decode-region-internal):
10563         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10564         XEmacs.
10565
10566         * gnus-art.el (gnus-article-browse-html-parts):
10567         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10568         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10569         make-temp-file.
10570
10571         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10572         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10573         compiling.
10574
10575         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10576         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10577         XEmacs when compiling.
10578
10579         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10580         gnus-pick-mode-off-hook for XEmacs when compiling.
10581         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10582         gnus-binary-mode-off-hook for XEmacs when compiling.
10583
10584         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10585         Return nil if char-charset is not available.
10586
10587         * imap.el (imap-disable-multibyte)
10588         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10589         macros.
10590
10591         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10592         instead of encode-coding-string.
10593
10594         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10595         'xemacs) instead of mm-emacs-mule to switch function definitions.
10596         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10597
10598         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10599         bind temporary-file-directory for XEmacs;
10600         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10601         timer-set-function for XEmacs 21.4 and SXEmacs;
10602         bind timer-list for XEmacs 21.4 and SXEmacs;
10603         fbind char-charset and find-charset-region for non-Mule XEmacs;
10604         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10605         encode-coding-region and encode-coding-string for XEmacs having no
10606         file-coding feature.
10607
10608 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10609
10610         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10611
10612 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10615         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10616
10617 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10618
10619         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10620         alias `jka-compr-delete-temp-file' no longer exists.
10621
10622 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10623
10624         Use define-minor-mode in Gnus where applicable.
10625         * mml.el (mml-mode): Use define-minor-mode.
10626         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10627         (gnus-undo-mode): Use define-minor-mode.
10628         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10629         (gnus-dead-summary-mode): Use define-minor-mode.
10630         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10631         Initialize in declaration.
10632         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10633         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10634         (gnus-mailing-list-mode): Use define-minor-mode.
10635         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10636         (gnus-draft-mode): Use define-minor-mode.
10637         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10638         (gnus-dired-mode): Use define-minor-mode.
10639
10640 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10641
10642         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10643         handles on recursive mml-to-mime translation and check them for
10644         boundary delimiter collisions.  Reported by Greg Troxel.
10645
10646 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10649
10650 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10651
10652         * mm-util.el (mm-find-buffer-file-coding-system):
10653         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10654
10655 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10656
10657         * message.el (message-generate-headers): Record insertion of optional
10658         headers as well.  Otherwise the check to prevent repeated insertion of
10659         optional headers is a no-op.
10660
10661 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10662
10663         * smime.el: Don't mention CVS.
10664
10665         * nnrss.el (nnrss-fetch): Don't mention CVS.
10666
10667         * nnir.el: Don't mention CVS.
10668
10669 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10670
10671         * gnus-sum.el (gnus-summary-bookmark-make-record):
10672         Add `location' field.
10673
10674 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * lpath.el: Fbind bookmark-default-handler,
10677         bookmark-get-bookmark-record, bookmark-make-record-default,
10678         bookmark-prop-get for Emacs <23 and XEmacs.
10679
10680 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10681
10682         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10683         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10684         Use with-current-buffer to silence the byte-compiler.
10685         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10686         bother to require `gnus'.
10687         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10688
10689 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10690
10691         * gnus-sum.el (gnus-summary-bookmark-make-record)
10692         (gnus-summary-bookmark-jump): New functions.
10693         (gnus-summary-mode): Setup bookmark support.
10694
10695 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10696
10697         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10698         if set.
10699
10700 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10703         gnus-article-browse-html-save-cid-image; make it work recursively for
10704         forwarded messages as well.
10705         (gnus-article-browse-html-parts): Work when prefix arg is given.
10706         (gnus-article-browse-html-article): Doc fix.
10707
10708 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10709
10710         * message.el (message-default-mail-headers):
10711         (message-default-headers): Carry the value mail-default-headers over
10712         into message-default-mail-headers, rather than message-default-headers.
10713
10714 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10715
10716         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10717         charset.
10718
10719         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10720         charset into the <meta> tag when the article is encoded to utf-8.
10721
10722 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-art.el (gnus-article-browse-delete-temp-files):
10725         Delete directories as well.
10726         (gnus-article-browse-html-parts): Work for images that do not specify
10727         file names; delete temp directory when quitting; insert header at the
10728         right place; use file: scheme for image files.
10729
10730 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10731
10732         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10733         (gnus-article-browse-html-parts): Use it to make temporary cid image
10734         files in addition to html file so that browser may display them.
10735
10736 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10739
10740 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10741
10742         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10743
10744 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10745
10746         * auth-source.el (auth-sources): Change default to be simpler.
10747         Explain about Secret Service API sources.  Improve Customize options.
10748         (auth-source-pick): Change to accept any number of search parameters.
10749         Implement fallbacks iteratively, not recursively.  Add scoring on the
10750         second pass and sort by score.  Call Secret Service API when needed.
10751         (auth-source-user-or-password): Use it.  Call Secret Service API
10752         directly when needed to get the user name and the password.
10753
10754 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10755
10756         * message.el (message-interactive): Doc fix.
10757         (message-qmail-inject-args): Reflow.
10758         (message-kill-to-signature): Fix typo in docstring.
10759
10760         * smiley.el (smiley-buffer): Fix typo in docstring.
10761
10762 2010-03-24  Glenn Morris  <rgm@gnu.org>
10763
10764         * mail-source.el (gnus-message): Declare.
10765         (mail-source-delete-old-incoming): Require gnus-util.
10766
10767 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10770
10771         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10772
10773         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10774         password-cache's default if it is not bound.
10775         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10776         password-cache-expiry's default if it is not bound.
10777
10778         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10779         available in Emacs 21.
10780
10781         * lpath.el: Suppress compiler warnings for:
10782         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10783         XEmacs;
10784         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10785         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10786         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10787
10788 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10789
10790         * auth-source.el (auth-sources): Fix up definition so extra parameters
10791         are always inline.
10792
10793 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10794
10795         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10796         wasn't updated after mismatch.  Clear cached mailbox info correctly
10797         when uidvalidity changes.
10798         (nnimap-group-prefixed-name): New function to avoid some code
10799         duplication.
10800         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10801         (nnimap-request-group): Use it.
10802         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10803         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10804         with many imap folders.  This is done by caching the group status from
10805         the imap server persistently in a group parameter `imap-status'.  (This
10806         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10807         but not persistently, so every Gnus startup was still very slow.)
10808
10809 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10810
10811         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10812         delete the extra newline.  Otherwise editing of :string and :number
10813         types don't work.
10814
10815 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10816
10817         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10818         secrets.el dependency.
10819         (auth-sources): Add optional user name.  Add secrets.el configuration
10820         choice (unused right now).
10821
10822 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10823
10824         * gnus-sum.el (gnus-summary-make-menu-bar):
10825         Let `gnus-registry-install-shortcuts' fill in the functions.
10826
10827         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10828         warnings.
10829         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10830         (gnus-registry-install-shortcuts): Populate and use it in a
10831         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10832
10833 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10834
10835         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10836         In-place substitutions for the group name encoding/decoding.
10837         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10838         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10839         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10840         (nnimap-update-unseen, nnimap-request-list)
10841         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10842         (nnimap-request-set-mark, nnimap-split-to-groups)
10843         (nnimap-split-articles, nnimap-request-newgroups)
10844         (nnimap-request-create-group, nnimap-request-accept-article)
10845         (nnimap-request-delete-group, nnimap-request-rename-group)
10846         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10847         `encoded-mbx' for consistency.
10848         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10849         variable `imap-current-mailbox'.
10850
10851         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10852         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10853
10854 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10855
10856         * pop3.el (pop3-display-message-size-flag): Display message size byte
10857         counts during POP3 download.
10858         (pop3-movemail): Use it.
10859         (pop3-list): Implement listing of available messages.
10860
10861 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10862
10863         * nnir.el (nnir-get-article-nov-override-function): New function to
10864         override the normal NOV retrieval.
10865         (nnir-retrieve-headers): Use it.
10866
10867 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10868
10869         * auth-source.el (netrc-machine-user-or-password): Autoload.
10870
10871 2010-03-19  Glenn Morris  <rgm@gnu.org>
10872
10873         Stop message.el from loading about 40 libraries it doesn't always need.
10874         The general approach is to autoload rather than require, and to
10875         require in the specific functions rather than the file.  (Bug#5642)
10876
10877         * gmm-utils.el: Don't require wid-edit.
10878         (widget-create-child-value, widget-convert, widget-default-get):
10879         Autoload.
10880
10881         * gnus-util.el: Don't require time-date, netrc.
10882         (message-fetch-field, gnus-group-name-decode): Declare rather than
10883         autoloading.
10884         (gnus-fetch-field): Require message.
10885         (gnus-decode-newsgroups): Require gnus-group.
10886
10887         * ietf-drums.el: Don't require time-date.
10888
10889         * message.el: Don't require hashcash, canlock, ecomplete.
10890         Do require mail-utils.  Require nnheader only when compiling.
10891         (smtpmail-default-smtp-server): Remove declaration.
10892         (message-send-mail-function): Check smtpmail-default-smtp-server
10893         is bound rather than requiring smtpmail.
10894         (message-auto-save-directory, message-insert-signature):
10895         Use expand-file-name rather than nnheader-concat.
10896         (nnheader-insert-file-contents): Autoload.
10897         (hashcash-wait-async): Declare.
10898         (message-send-mail): Only call gnus-setup-posting-charset if
10899         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10900         (message-send-mail-with-sendmail): Require sendmail.
10901         (canlock-password, canlock-password-for-verify): Declare.
10902         (message-canlock-password): Require canlock.
10903         (nnheader-get-report): Autoload.
10904         (gnus-setup-posting-charset): Declare.
10905         (message-send-news): Require gnus-msg.
10906         (message-make-references, message-make-in-reply-to): Use mail-header-id
10907         rather than the alias mail-header-message-id.
10908         (ecomplete-add-item, ecomplete-save): Declare.
10909         (message-put-addresses-in-ecomplete): Require ecomplete.
10910         (ecomplete-display-matches): Autoload.
10911
10912         * mm-decode.el: Don't require mailcap, gnus-util.
10913         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10914         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10915         Autoload.
10916         (mailcap-mime-extensions): Declare.
10917
10918         * mm-encode.el: Don't require mailcap.
10919         (mailcap-extension-to-mime): Autoload.
10920
10921         * mml-sec.el: Don't require password-cache.
10922
10923         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10924         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10925         (mml-minibuffer-read-type): Require mailcap.
10926         (mml-preview): Require gnus-msg.
10927
10928         * mml1991.el: Require password-cache.
10929         (password-cache-expiry): Remove declaration.
10930
10931         * mml2015.el: Require password-cache.
10932         (password-cache-expiry): Remove declaration.
10933
10934         * nneething.el (mailcap): Require mailcap.
10935
10936         * nnheader.el (declare-function): Add compatibility stub.
10937         (message-remove-header): Declare rather than autoload.
10938         (nnheader-replace-header): Require message.
10939
10940         * nnimap.el (declare-function): Add compatibility stub.
10941         (netrc-parse, netrc-machine-user-or-password): Declare.
10942         (nnimap-open-connection): Require netrc.
10943
10944         * nntp.el (declare-function): Add compatibility stub.
10945         (netrc-parse, netrc-machine, netrc-get): Declare.
10946         (nntp-send-authinfo): Require netrc.
10947
10948         * rfc2047.el: Don't require qp.
10949         (quoted-printable-encode-region, quoted-printable-decode-string):
10950         Autoload.
10951
10952         * sieve-mode.el: Don't require easymenu.
10953         (easy-menu-add-item): Autoload it.
10954
10955         * spam-stat.el (time-to-number-of-days): Autoload it.
10956
10957 2010-03-19  Glenn Morris  <rgm@gnu.org>
10958
10959         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10960
10961 2010-03-18  Glenn Morris  <rgm@gnu.org>
10962
10963         * hashcash.el (declare-function): Remove duplicate definition.
10964
10965 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10966
10967         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10968         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10969         value if any backslash escapes).
10970
10971 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10974         if it is available.  (bug#5647)
10975
10976         * lpath.el: Suppress compiler warning for coding-system-from-name for
10977         Emacs 21 and XEmacs.
10978
10979 2010-03-14  Juri Linkov  <juri@jurta.org>
10980
10981         * hmac-def.el:
10982         * hmac-md5.el:
10983         * netrc.el: Fix keywords.
10984
10985 2010-02-26  Glenn Morris  <rgm@gnu.org>
10986
10987         * message.el (message-send-mail-function): Change the default, so that
10988         it inherits from a customized send-mail-function.  (Bug#5643)
10989
10990 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10991
10992         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10993         shell-command-to-string signals an error (bug#5299).
10994
10995 2010-02-24  Glenn Morris  <rgm@gnu.org>
10996
10997         * message.el (message-smtpmail-send-it)
10998         (message-send-mail-with-mailclient): Doc fixes.
10999
11000 2010-02-16  Glenn Morris  <rgm@gnu.org>
11001
11002         * message.el (message-default-mail-headers): Change the default value
11003         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11004
11005 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11008         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11009
11010 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11011
11012         * time-date.el (date-to-time): Doc fix (Bug#5408).
11013
11014 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11015
11016         * message.el (message-mail): Just pass yank-action on to message-setup.
11017         (message-setup): Handle (FUN . ARGS) form of yank-action.
11018         (message-with-reply-buffer, message-widen-reply)
11019         (message-yank-original): Handle non-buffer values of
11020         message-reply-buffer (Bug#4080).
11021         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11022
11023 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11024
11025         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11026         Fix typo in docstring.
11027
11028 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11029
11030         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11031         response.
11032
11033 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11036
11037         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11038
11039         * message.el (message-check-news-header-syntax): Protect against a
11040         string that `rfc822-addresses' returns when parsing fails.
11041
11042 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11045         (gnus-previous-char-property-change): New functions.
11046
11047         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11048
11049 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11050
11051         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11052         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11053
11054 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11055
11056         * message.el (message-exchange-point-and-mark): Rework last change to
11057         avoid using optional arg of exchange-point-and-mark, for backward
11058         compatibility.
11059
11060 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11061
11062         * message.el (message-exchange-point-and-mark):
11063         Call exchange-point-and-mark with an argument rather than setting
11064         mark-active by hand (Bug#5175).
11065
11066 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * nntp.el (nntp-service-to-port): Work for service expressed with
11069         numeric string; replace [:digit:] with [0-9] for XEmacs.
11070
11071 2009-12-17  Glenn Morris  <rgm@gnu.org>
11072
11073         * gnus-group.el (gnus-bug-group-download-format-alist):
11074         Change emacs entry to debbugs.gnu.org.  Bump :version.
11075
11076 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11077
11078         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11079
11080 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * message.el (message-info): Explain why we use `Info-goto-node'.
11083
11084 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11087
11088 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11089
11090         * message.el (message-completion-in-region): New compatibility function.
11091         (message-expand-group): Use it.
11092
11093 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11096         with no unread article should be listed if the 2nd arg `predicate' is
11097         given.
11098
11099 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11102
11103 2009-11-29  Juri Linkov  <juri@jurta.org>
11104
11105         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11106         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11107         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11108
11109 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11110
11111         * sha1.el (sha1-string-external): default-directory "/" in case
11112         otherwise non-existent.  process-connection-type pipe for touch of
11113         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11114
11115 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11116
11117         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11118         it's comms related and sgml-mode.el has "comm" on that basis too.
11119
11120 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11123         containing tspecial characters if they have been already quoted.
11124
11125 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11126
11127         * dns-mode.el (auto-mode-alist): Purecopy string.
11128
11129 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11130
11131         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11132
11133 2009-10-24  Glenn Morris  <rgm@gnu.org>
11134
11135         * gnus-art.el (help-xref-stack-item): Define for compiler.
11136
11137 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11138
11139         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11140
11141 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11144
11145 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11148         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11149
11150 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11153         (gnus-overlays-in): New alias to overlays-in.
11154
11155         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11156         gnus-overlay-get, and gnus-delete-overlay.
11157         (gnus-summary-show-thread): Make it work as well for systems in which
11158         next-single-char-property-change is not available.
11159         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11160
11161         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11162         (gnus-overlay-get): New alias to extent-property.
11163         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11164
11165         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11166         SXEmacs.
11167
11168         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11169         SXEmacs.
11170
11171 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11174
11175 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11176
11177         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11178         and XEmacs that don't have `remove-overlays'.
11179
11180 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11181
11182         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11183         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11184         selective display.  Use overlays instead.
11185
11186 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11187
11188         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11189
11190 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11191
11192         * spam-stat.el (spam-stat-load): Fix typo in message.
11193
11194 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11195
11196         * dig.el (dig-invoke): Fix typo in docstring.
11197         (query-dig): Reflow docstring.
11198
11199 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11200
11201         * gnus-art.el (gnus-article-encrypt-body):
11202         * message.el (message-check-recipients):
11203         * mm-util.el (mm-codepage-setup):
11204         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11205         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11206
11207 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11208
11209         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11210         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11211         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11212         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11213         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11214
11215 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11216
11217         * dig.el: Add "Keywords: comm", as per net-utils.el.
11218
11219 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11220
11221         * dig.el (dig-mode): Use define-derived-mode.
11222
11223 2009-09-19  Glenn Morris  <rgm@gnu.org>
11224
11225         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11226
11227 2009-09-18  Glenn Morris  <rgm@gnu.org>
11228
11229         * gnus-diary.el (gnus-diary-check-message):
11230         * message.el (message-insert-formatted-citation-line):
11231         * nnbabyl.el (top-level):
11232         * nndiary.el (nndiary-schedule):
11233         Fix typos in condition-case handlers.
11234
11235 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11238         configuration that provides the sole article window in a frame;
11239         position point correctly after deleting a part.
11240
11241 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11242
11243         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11244         (spam-resolve-registrations-routine): Use it to unregister articles
11245         that change status.
11246
11247 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11250         with XEmacs.
11251         (parse-time-string-chars): Use it.
11252
11253 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11254
11255         * imap.el (imap-interactive-login): Better messages.
11256         (imap-open): Fix bug with renamed buffer on reconnect.
11257         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11258         for easier debugging and cleaner code.  On successful (guessed based on
11259         server capabilities) secondary authentication, set imap-state
11260         correctly.
11261         (imap-last-authenticator): Define imap-last-authenticator as a variable
11262         to avoid warnings.
11263
11264 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * nnrss.el (nnrss-request-article): Remove binding of
11267         default-enable-multibyte-characters that has gotten needless by
11268         the 2007-07-13 change in rfc2047-encode-message-header.
11269
11270         * mml.el (mml-insert-multipart): Error on the message header.
11271         (mml-insert-part): Error on the message header; position point at
11272         the end of a MIME tag.
11273
11274 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * time-date.el (autoload): Expand define-obsolete-function-alias into
11277         defalias and make-obsolete for old Emacsen that Gnus supports.
11278         (with-no-warnings): Define it for old Emacsen.
11279         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11280         is available.
11281         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11282         float-time is available; suppress compile warning for time-to-seconds.
11283
11284         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11285         (gnus-float-time): Alias to float-time if it exists.
11286
11287         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11288         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11289         float-time is available; suppress compile warning for time-to-seconds.
11290
11291         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11292         XEmacs.
11293
11294 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11295
11296         * imap.el (imap-message-map): Docstring fix.
11297
11298 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11301         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11302         Add the optional argument `encoding' that overrides the default.
11303
11304         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11305         mm-encode-buffer.
11306
11307 2009-09-04  Glenn Morris  <rgm@gnu.org>
11308
11309         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11310         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11311         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11312         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11313         * mm-util.el (mm-with-unibyte-current-buffer)
11314         (mm-find-buffer-file-coding-system):
11315         * yenc.el (yenc-decode-region): Use default-value rather than
11316         default-enable-multibyte-characters.
11317
11318 2009-09-03  Glenn Morris  <rgm@gnu.org>
11319
11320         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11321         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11322         than default-enable-multibyte-characters.
11323
11324 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11325
11326         * gnus-art.el (gnus-article-read-summary-keys):
11327         Fix gnus-buffer-configuration's value temporarily used.
11328
11329 2009-09-02  Glenn Morris  <rgm@gnu.org>
11330
11331         * gnus-util.el (gnus-float-time): New function.
11332         * gnus-delay.el (gnus-delay-article):
11333         * gnus-sum.el (gnus-thread-latest-date):
11334         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11335         * nnspool.el (nnspool-request-newgroups):
11336         Use gnus-float-time rather than time-to-seconds.
11337         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11338
11339         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11340         (gnus-header-subject-face, gnus-header-newsgroups-face)
11341         (gnus-header-name-face, gnus-header-content-face):
11342         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11343         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11344         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11345         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11346         (gnus-cite-face-11):
11347         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11348         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11349         (gnus-server-closed-face, gnus-server-denied-face)
11350         (gnus-server-offline-face):
11351         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11352         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11353         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11354         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11355         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11356         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11357         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11358         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11359         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11360         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11361         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11362         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11363         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11364         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11365         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11366         (gnus-summary-high-undownloaded-face)
11367         (gnus-summary-low-undownloaded-face)
11368         (gnus-summary-normal-undownloaded-face)
11369         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11370         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11371         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11372         (gnus-splash-face):
11373         * message.el (message-header-to-face, message-header-cc-face)
11374         (message-header-subject-face, message-header-newsgroups-face)
11375         (message-header-other-face, message-header-name-face)
11376         (message-header-xheader-face, message-separator-face)
11377         (message-cited-text-face, message-mml-face):
11378         * sieve-mode.el (sieve-control-commands-face)
11379         (sieve-action-commands-face, sieve-test-commands-face)
11380         (sieve-tagged-arguments-face):
11381         * spam.el (spam-face):
11382         Mark face aliases with "-face" in the name as obsolete.
11383
11384 2009-09-01  Glenn Morris  <rgm@gnu.org>
11385
11386         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11387         than goto-line.
11388
11389 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11392         Don't move point if the command is invoked inside the message header.
11393
11394 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11395
11396         * imap.el (imap-send-command): Simplify.
11397         (imap-wait-for-tag): point-max -> buffer-size.
11398
11399 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11400
11401         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11402         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11403         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11404         * nnir.el (nnir-swish-e-index-file):
11405         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11406         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11407         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11408         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11409         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11410         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11411
11412 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11415         Don't save excursion.
11416
11417 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11418
11419         * nnheader.el (nnheader-find-file-noselect):
11420         * mm-util.el (mm-insert-file-contents):
11421         Use (default-value 'major-mode) instead of default-major-mode.
11422
11423 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11424
11425         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11426
11427 2009-08-26  Glenn Morris  <rgm@gnu.org>
11428
11429         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11430         than placing in files.el.
11431
11432 2009-08-25  Glenn Morris  <rgm@gnu.org>
11433
11434         * nnir.el (top-level): Don't require cl at run-time.
11435         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11436         Replace cl-function substitute with gnus-replace-in-string.
11437         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11438         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11439         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11440         simplified expansions.
11441
11442 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11443
11444         * dig.el (dig): Add autoload cookie.
11445
11446 2009-08-22  Glenn Morris  <rgm@gnu.org>
11447
11448         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11449         goto-line.
11450
11451 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11452
11453         * parse-time.el (parse-time-string-chars): Save match data.
11454
11455 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11456
11457         * parse-time.el (parse-time-string-chars): Compute using character
11458         classes, to handle non-ascii characters (Bug#3190).
11459
11460 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11463
11464         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11465         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11466         (gnus-mm-display-part, gnus-mime-display-single)
11467         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11468         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11469
11470         * gnus-sum.el
11471         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11472         (gnus-summary-move-article): Add expirable mark to articles copied or
11473         moved to group that has auto-expire turned on if the option is non-nil.
11474
11475 2009-07-24  Glenn Morris  <rgm@gnu.org>
11476
11477         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11478         Fix typo.  (Bug#3903)
11479
11480 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11483         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11484         that should not be used for draft articles.
11485         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11486         that has no concern in minor mode keys.
11487         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11488         Abolish.
11489
11490 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11493         article without making inquiry to a user for unknown encoding.
11494
11495         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11496         (nnmaildir--scan): Assume i-node and device number that file-attributes
11497         returns might be cons-cell.
11498
11499         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11500
11501         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11502
11503 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11504
11505         * auth-source.el: Remove docs now in auth.texi.  Don't use
11506         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11507         `auth-source-hide-passwords' and use them.
11508
11509 2009-07-15  Glenn Morris  <rgm@gnu.org>
11510
11511         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11512
11513 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11516         excessive whitespace from the default values of title and description.
11517
11518 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11521         mail-fetch-field to fetch Content-Description header in order to
11522         exclude newlines.
11523
11524 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11525
11526         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11527         format used by GnuPG 2.0.11.
11528
11529 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11532         to deleted part.
11533
11534 2009-05-30  David Engster  <dengste@eml.cc>
11535
11536         * nnmairix.el: Remove old documentation in the commentary block.
11537         (nnmairix-request-group): Do not update active file for nnml back ends.
11538         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11539         end so that overview files are ignored.
11540         (nnmairix-update-groups): Make updating the groups more robust by using
11541         marks.
11542         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11543         with dollar characters in message-id.
11544
11545 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11548         2008-12-25 in dns.el.
11549
11550 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11551
11552         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11553         could happen if the text is only composed of spaces and/or tabs.
11554
11555 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11556
11557         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11558         when sending a queued message to avoid extra mml tags.
11559
11560 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11563
11564 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11567         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11568         rmail-toggle-header for XEmacs;
11569         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11570
11571 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * gnus-dired.el: Remove autoload for gnus-setup-message.
11574         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11575         displaying Gnus logo; always use compose-mail.
11576
11577 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11580
11581 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11584         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11585         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11586         available.
11587         (gnus-nocem-epg-verify): New function.
11588
11589 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11592
11593 2009-02-15  Glenn Morris  <rgm@gnu.org>
11594
11595         * gnus-util.el (rmail-insert-rmail-file-header)
11596         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11597         autoloads.
11598         (rmail-default-rmail-file): Remove unnecessary declaration.
11599         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11600
11601 2009-02-14  Glenn Morris  <rgm@gnu.org>
11602
11603         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11604         variable (only used in gnus-util, which declares it anyway).
11605         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11606         which was only needed by gnus-art (changed to not use it any more).
11607         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11608         only used in gnus-util, which autoloads it itself.
11609         (rmail-update-summary): Fix autoload.
11610
11611         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11612         rather than rmail-output-to-rmail-file.
11613
11614 2009-02-07  Glenn Morris  <rgm@gnu.org>
11615
11616         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11617         autoload of function that no longer exists.
11618         (rmail-toggle-header): Declare.
11619         (message-forward-rmail-make-body): Handle mbox Rmail.
11620
11621 2009-01-31  Glenn Morris  <rgm@gnu.org>
11622
11623         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11624         2009-01-09 change.
11625
11626 2009-01-31  Dave Love  <fx@gnu.org>
11627
11628         * imap.el (imap-fetch-safe): Bind debug-on-error.
11629         (imap-debug): Add imap-fetch-safe.
11630
11631 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11632
11633         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11634         (auth-source-forget-all-cached): New convenience function.
11635         (auth-source-user-or-password): Accept list of modes or a single mode.
11636
11637         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11638         auth-source modes.
11639
11640         * netrc.el (netrc-machine-user-or-password): Use list of
11641         auth-source modes.
11642
11643         * nnimap.el (nnimap-open-connection): Use list of
11644         auth-source modes.
11645
11646         * nntp.el (nntp-send-authinfo): Use list of
11647         auth-source modes.
11648
11649 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11650
11651         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11652         now.
11653
11654 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11657         coding system in XEmacs; add a workaround for XEmacs.
11658
11659         * lpath.el: Fbind coding-system-aliasee.
11660
11661 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11664         of current-language-environment.
11665
11666 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11669         available at runtime.
11670
11671 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11674
11675 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11676
11677         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11678         the greatest positive fixnum value doesn't work under an XEmacs with
11679         bignum support; use the most-positive-fixnum constant instead,
11680         available since Emacs 21.1 with cl and XEmacs 21.1.
11681
11682 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11685         XEmacs gets not to work.
11686
11687 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * mm-util.el (mm-coding-system-priorities): Allow the value like
11690         "Japanese (UTF-8)" of current-language-environment.
11691
11692 2009-01-09  Glenn Morris  <rgm@gnu.org>
11693
11694         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11695         with last-command-event.
11696
11697 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11698
11699         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11700         in the doc string.
11701
11702         * message.el (message-fix-before-sending): Amend comment.
11703
11704 2009-01-08  Dave Love  <fx@gnu.org>
11705
11706         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11707
11708 2009-01-07  David Engster  <dengste@eml.cc>
11709
11710         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11711         simplified server definitions by converting it via
11712         gnus-server-to-method.
11713
11714 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11717         parameter's operands.
11718
11719 2009-01-06  David Engster  <dengste@eml.cc>
11720
11721         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11722         primary select method (for gnus-group-mark-article-as-read).
11723
11724 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11725
11726         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11727         `(gnus)Face', not `(gnus)X-Face'.
11728
11729 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * mm-util.el (mm-ucs-to-char): New function.
11732
11733         * mm-url.el (mm-url-decode-entities): Use it.
11734
11735         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11736         unicode-to-char.
11737
11738 2009-01-05  Dave Love  <fx@gnu.org>
11739
11740         * time-date.el: Require cl for `declare'.
11741
11742 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11745         Dave Love.
11746
11747 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * message.el (message-fix-before-sending): Add `eight-bit' to
11750         illegible-text check.
11751
11752 2009-01-03  Michael Olson  <mwolson@gnu.org>
11753
11754         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11755         `headers' is nil.  This can occur if the IMAP server does not have
11756         permissions to read messages from a folder, but can write new messages
11757         to the folder.
11758         (nnimap-request-article-part): Do not insert `data' if it is nil.
11759
11760         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11761         characters which will confuse `read', so skip past them.
11762
11763 2009-01-01  Dave Love  <fx@gnu.org>
11764
11765         * imap.el (imap-string-to-integer): Fix typo.
11766         (imap-fetch-safe): New function.
11767         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11768
11769         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11770
11771         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11772         (imap-parse-greeting): Fix doc strings.
11773         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11774         (imap-parse-flag-list): Make messages unique.
11775         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11776
11777         * nnimap.el: Fix author email.
11778         (nnimap-split-rule): Add FIXME comment.
11779         (nnimap-debug): Fix doc string.
11780
11781 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11782
11783         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11784
11785 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11786
11787         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11788         nslookup if resolv.conf isn't available.
11789         (dns-query): Rename from query-dns.
11790         (dns-query-cached): Rename from query-dns-cached.
11791
11792 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11795         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11796         to check if those variables exist (first appeared in Emacs 18.50).
11797
11798 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * mm-util.el (mm-line-number-at-pos): New function.
11801
11802         * spam-report.el (spam-report-process-queue): Use it.
11803
11804 2008-12-24  David Engster  <dengste@eml.cc>
11805
11806         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11807         parameters that haven't existed as variables as buffer-local variables.
11808
11809 2008-12-23  Dave Love  <fx@gnu.org>
11810
11811         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11812         cadar.
11813
11814         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11815         imap-starttls-p.
11816         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11817
11818 2008-12-22  Dave Love  <fx@gnu.org>
11819
11820         * imap.el: Fix author email.  Doc fixes.
11821         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11822         reply.
11823
11824 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * spam-report.el (spam-report-gmane-max-requests): New constant.
11827         (spam-report-gmane-wait): New variable.
11828         (spam-report-gmane-ham, spam-report-gmane-spam)
11829         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11830         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11831         the server.
11832
11833         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11834         Add explanations.
11835
11836         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11837         nnheader-accept-process-output and nnheader-read-timeout if available.
11838         (pop3-movemail): Use it.
11839
11840         * message.el (message-check-news-body-syntax): Fix signature check if
11841         there's an attachment.
11842
11843 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * mm-util.el: Add comments to the mm- emulating functions.
11846
11847 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11850         Reported by Stephen Berman <stephen.berman@gmx.net>.
11851
11852 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * mm-util.el (mm-substring-no-properties): New function.
11855         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11856         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11857         (mm-string-to-multibyte): Doc fix.
11858
11859         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11860
11861 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11862
11863         * mml.el (mml-attach-file): Strip text properties from file name.
11864         (Bug#1574)
11865
11866 2008-12-16  Glenn Morris  <rgm@gnu.org>
11867
11868         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11869
11870 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11873         knows since the charset specified might be a bogus alias that
11874         mm-charset-synonym-alist provides.
11875
11876 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11879         "ISO_8859-1".
11880
11881         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11882
11883 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * mm-util.el (mm-charset-eval-alist):
11886         Define it before mm-charset-to-coding-system.
11887         (mm-charset-to-coding-system): Add optional argument `silent';
11888         define it before mm-charset-override-alist.
11889         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11890         default value if it can be used in Emacs currently running;
11891         silence mm-charset-to-coding-system.
11892
11893 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11896         `allow-override' which says whether to use `mm-charset-override-alist'.
11897         (rfc2047-decode-encoded-words): Use it.
11898
11899         * mm-util.el (mm-charset-override-alist): Fix custom type;
11900         add `(gb2312 . gbk)' to choices.
11901
11902 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11905         fast.
11906
11907         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11908
11909         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11910
11911 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11912
11913         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11914         on links.
11915
11916         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11917
11918 2008-12-03  Lute Kamstra  <lute@gnu.org>
11919
11920         * sha1.el: Remove leading * from docstrings of defcustoms,
11921         deffaces, defconsts and defuns.
11922
11923 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11926         users' addresses that don't have domain parts.
11927         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11928         rather than message-narrow-to-head since there will be the message
11929         header separator.
11930
11931 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11932
11933         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11934         since the result is inserted in a unibyte buffer anyway.
11935         (nnimap-demule-use-string-to-multibyte): Remove.
11936         (nnimap-demule): Alias it to mm-string-to-multibyte.
11937
11938 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11939
11940         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11941         variable for debugging bug#464 and bug#1174.
11942         (nnimap-demule): Use it.
11943
11944 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11945
11946         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11947         score calculation correctly.
11948
11949 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11950
11951         * message.el (message-send-mail): Just set the buffer to unibyte
11952         rather than use mm-with-unibyte-current-buffer which does a lot more.
11953         (message-send-mail-partially): Don't bother with
11954         mm-with-unibyte-current-buffer since it's already been made unibyte by
11955         message-send-mail.
11956
11957 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11958
11959         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11960
11961 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11962
11963         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11964
11965 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11968         require itself and to remove `with-no-warnings'.
11969
11970 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11971
11972         * starttls.el (starttls-any-program-available): Get the name of the
11973         available TLS layer program.
11974         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11975         well as the host name in the "opening" message.
11976
11977         * auth-source.el (auth-source-cache, auth-source-do-cache)
11978         (auth-source-user-or-password): Cache passwords and logins by default,
11979         allow override with `auth-source-do-cache'.
11980         (auth-source-forget-user-or-password): Allow users to remove cache
11981         entries if needed.
11982
11983 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11984
11985         * md4.el (md4-buffer): Fix typo in docstring.
11986         (md4, md4-64): Doc fixes.
11987         (md4-pack-int32): Reflow docstring.
11988
11989 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11990
11991         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11992         condition-case to only the forward-sexp call.
11993
11994 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11995
11996         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11997         quotes contained.  Make it more robust regardless by an extra
11998         condition-case wrapper.
11999
12000 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12003
12004 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * nnml.el (nnml-request-expire-articles): Check if the function set to
12007         `nnmail-expiry-target' returns the symbol `delete'.
12008
12009         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12010
12011         * nnmail.el (nnmail-expiry-target): Fix custom type.
12012
12013 2008-10-02  Glenn Morris  <rgm@gnu.org>
12014
12015         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12016         Silence compiler warning.
12017
12018 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12019
12020         * tls.el (open-tls-stream): Show the actual command being
12021         executed, instead of the format string.
12022
12023 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12024
12025         * lpath.el: Fbind codepage-setup for Emacs 23.
12026
12027 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12028
12029         * mml.el (mml-menu): Don't assume mml2015 is bound.
12030
12031 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12034         exists.
12035
12036 2008-09-27  Glenn Morris  <rgm@gnu.org>
12037
12038         * gnus-util.el (mail-header-remove-comments): Autoload it.
12039
12040 2008-09-27  Andreas Schwab  <schwab@suse.de>
12041
12042         * gnus-util.el (gnus-split-references): Strip comments.
12043         (gnus-parent-id): Likewise.
12044
12045 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * message.el (message-confirm-send): Fix version.
12048
12049 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * message.el (message-idna-to-ascii-rhs-1): Use
12052         mail-extract-address-components rather than mail-header-parse-addresses
12053         that is an alias by default to ietf-drums-parse-addresses that does not
12054         support non-ASCII names in headers' contents.
12055
12056 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12057
12058         * message.el (message-confirm-send): Fix variable documentation to
12059         avoid the "y/n" wording.
12060
12061 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12062
12063         * message.el (message-set-auto-save-file-name): Save to a different
12064         filename so multiple messages (especially drafts) can be recovered.
12065
12066 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12067
12068         * message.el (message-confirm-send): Add appropriate version.
12069
12070 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12071
12072         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12073         defvar.
12074
12075 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12076
12077         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12078         (mm-pkcs7-enveloped-magic): Ditto.
12079
12080 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12081
12082         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12083         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12084
12085 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12086
12087         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12088         default, it's better.
12089
12090 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12091
12092         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12093         summary line gnus-number property and ignore them (with a warning
12094         message).
12095
12096 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12099         macro caddr in the interactive form since it won't be expanded.
12100
12101 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12104         `charset'; fix name of function called recursively.
12105         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12106
12107 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12110         (gnus-mime-set-charset-parameters): New function.
12111         (gnus-mime-view-part-as-charset): Use it to correctly display part
12112         specifying wrong charset.
12113
12114 2008-09-08  David Engster  <dengste@eml.cc>
12115
12116         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12117         in completing-read for back end server.
12118
12119 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12120
12121         * message.el (message-confirm-send): New variable to confirm sending a
12122         message.
12123         (message-send): Use it.
12124
12125 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12126
12127         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12128
12129 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12132
12133 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12134
12135         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12136         prevent tracking too many groups.
12137         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12138         Use it.
12139
12140 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12141
12142         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12143         moving point to the bottom of the window in order to avoid recentering.
12144
12145 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12148
12149         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12150         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12151         (gnus-article-beginning-of-window): Fix calculation.
12152
12153 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus-msg.el (gnus-summary-supersede-article)
12156         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12157         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12158         message header.
12159
12160 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12161
12162         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12163         pending output coming after the status change.
12164
12165 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12166
12167         * message.el:
12168         * gnus-start.el:
12169         * gnus-registry.el: Remove VMS support.
12170
12171 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12174         macro.
12175         (rfc2104-hash): Use it.
12176
12177 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12180         (gnus-summary-sort-by-most-recent-date): New commands.
12181         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12182         and menu entries.
12183
12184 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12187         don't redisplay article for raw contents; remove plural articles stuff.
12188
12189         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12190         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12191         on gnus-summary-save-article; display results properly.
12192
12193 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * lpath.el: No need to fbind ns-focus-frame.
12196
12197 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12200
12201 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * gnus-art.el (gnus-summary-save-in-pipe):
12204         Consider gnus-save-all-headers.
12205
12206 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12207
12208         * gnus-util.el (ns-focus-frame): Remove declaration.
12209         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12210         like x.
12211
12212 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12213
12214         * rfc2104.el (rfc2104-zero): Delete defconst.
12215         (rfc2104-hex-alist): Likewise.
12216         (rfc2104-hex-to-int): Delete func.
12217         (rfc2104-hexstring-to-bitstring): Likewise.
12218         (rfc2104-nybbles): New defconst.
12219         (rfc2104-hash): Rewrite for speed.
12220
12221 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * tls.el (open-tls-stream): Make it work with the 2nd argument
12224         BUFFER that is a string but does not exist as a buffer object, as
12225         mentioned in the doc-string.
12226
12227 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12230         SXEmacs.
12231
12232 2008-07-16  Glenn Morris  <rgm@gnu.org>
12233
12234         * gnus-util.el (ns-focus-frame): Declare for compiler.
12235
12236 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12239         set as a group parameter.
12240         (gnus-summary-save-in-pipe): Work when it is called independently.
12241         (gnus-summary-pipe-to-muttprint): Don't modify
12242         gnus-summary-pipe-output-default-command.
12243
12244 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12245
12246         * message.el (message-send-mail-with-sendmail):
12247         Display the error message.
12248
12249 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-art.el (gnus-default-article-saver):
12252         Add gnus-summary-save-in-pipe to choices.
12253         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12254         gnus-summary-pipe-output-default-command as the default command.
12255         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12256         instead of gnus-last-shell-command.
12257
12258         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12259         New user option.
12260         (gnus-summary-muttprint-program): Mention the value will be changed.
12261         (gnus-summary-save-article): Force showing of all headers.
12262         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12263
12264 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12265
12266         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12267
12268 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12269
12270         * nnimap.el (nnimap-id):
12271         * sieve-manage.el (sieve-manage-open): Doc fixes.
12272
12273 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12274
12275         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12276         if available.
12277
12278 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12279
12280         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12281
12282         * nnkiboze.el (nnkiboze-generate-group):
12283         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12284
12285         * nnmairix.el: Require CL.
12286
12287 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * dgnushack.el: Autoload get-display-table and put-display-table for
12290         XEmacs 21.5.
12291
12292         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12293         21.4 and SXEmacs.
12294
12295 2008-06-15  David Engster  <dengste@eml.cc>
12296
12297         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12298
12299 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12300
12301         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12302         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12303         runtime choice under XEmacs.
12304
12305         * gnus-sum.el (gnus-summary-set-display-table):
12306         Use `gnus-put-display-table', `gnus-get-display-table',
12307         `gnus-set-display-table' for the display table, instead of `aset'.
12308
12309         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12310         Use `gnus-put-display-table', `gnus-get-display-table',
12311         `gnus-set-display-table' for the display table.
12312
12313 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * nnmairix.el: Add autoloads.
12316
12317 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12318
12319         * nnmairix.el (nnmairix-delete-recreate-group)
12320         (nnmairix-update-and-clear-marks): Fix error messages.
12321
12322 2008-06-14  David Engster  <dengste@eml.cc>
12323
12324         * nnmairix.el: Upgrade to version 0.6.
12325         (nnmairix-group-toggle-propmarks-this-group)
12326         (nnmairix-group-toggle-readmarks-this-group)
12327         (nnmairix-group-delete-recreate-this-group)
12328         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12329         (nnmairix-remove-tick-mark-original-article): New commands.
12330         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12331         (nnmairix-propagate-marks-to-nnmairix-groups)
12332         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12333         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12334         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12335         functions needed for marks propagation and manipulation of read marks.
12336         (nnmairix-update-groups): New function.
12337         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12338         (nnmairix-determine-original-group-from-registry)
12339         (nnmairix-determine-original-group-from-path)
12340         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12341         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12342         New helper functions.
12343         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12344         keystrokes for new commands.
12345         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12346         (nnmairix-request-group): Check allow-fast group parameter.
12347         (nnmairix-request-create-group): Set allow-fast group parameter if
12348         nnmairix-allowfast-default is set.
12349         (nnmairix-close-group): Propagate marks upon closing if needed.
12350         (nnmairix-group-toggle-threads-this-group): Use new.
12351         nnmairix-group-toggle-parameter helper function.
12352         (nnmairix-search): Better check for empty search result.
12353         (nnmairix-goto-original-article): Use new helper functions for
12354         determining original article.
12355         (nnmairix-show-original-article): Make sure message-id is in brackets.
12356         (nnmairix-call-mairix-binary): Change variable name.
12357         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12358         helper function.
12359         (nnmairix-widget-toggle-activate): Fix doc string.
12360
12361 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * nnir.el: Require edmacro when compiling with XEmacs.
12364         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12365         available in Emacs 21.
12366
12367 2008-06-11  Glenn Morris  <rgm@gnu.org>
12368
12369         * gnus-util.el (x-focus-frame):
12370         * gnus.el (image-size):
12371         * mm-decode.el (image-size): Declare.
12372
12373         * gnus-picon.el (declare-function): Add compat definition.
12374         (image-size): Declare.
12375
12376         * gnus-group.el (tool-bar-map):
12377         * gnus-sum.el (tool-bar-map): Define for compiler.
12378
12379         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12380
12381         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12382
12383         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12384         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12385         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12386         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12387         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12388         * sieve-manage.el, spam-report.el, spam.el:
12389         Remove unnecessary eval-and-compile of autoloads.
12390
12391 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12392
12393         * auth-source.el: Precise Tramp doc.
12394
12395 2008-06-07  Glenn Morris  <rgm@gnu.org>
12396
12397         * nnmairix.el: Remove unnecessary eval-when-compile.
12398
12399 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * lpath.el: Fbind propertize for XEmacs 21.4.
12402
12403 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * nnir.el: Move here from ../contrib.
12406
12407 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12408
12409         * gnus-util.el (gnus-read-shell-command): New function.
12410         * mm-decode.el (mm-pipe-part):
12411         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12412
12413 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12416
12417 2008-06-03  Glenn Morris  <rgm@gnu.org>
12418
12419         * pop3.el (nnheader-accept-process-output): Autoload it.
12420
12421 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12424         are not 2-digit hexadecimal characters that follow `%'s.
12425
12426 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12427
12428         * message.el (message-bogus-recipient-p): Fix type in doc string.
12429         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12430         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12431         Improve custom options.
12432         (message-bogus-recipient-p): Adjust accordingly.
12433
12434 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12435
12436         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12437         long-form month and day names.
12438
12439 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * dgnushack.el: Autoload debug, eudc-expand-inline and
12442         pgg-snarf-keys-region for XEmacs.
12443
12444         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12445
12446         * nnmairix.el: Require edmacro when compiling with XEmacs.
12447
12448 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12449
12450         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12451         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12452
12453 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12454
12455         * auth-source.el: Add more docs.
12456
12457         * netrc.el (netrc-machine): Always match if the port is not given.
12458
12459 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12460
12461         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12462         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12463         retrieval faster in some cases, but might make CPU usage larger.
12464         If this has any bad side effects, we might revert this change.
12465
12466         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12467         seems to make mail retrieval much, much faster.
12468         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12469         unconditionally.
12470
12471         * gnus-draft.el (gnus-group-send-queue):
12472         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12473
12474 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12475
12476         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12477
12478         * message.el (message-bogus-address-regexp): Fix and improve custom
12479         type.
12480         (message-setup-hook): Add message-check-recipients as custom option.
12481
12482 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * message.el (message-cite-function): Remove bogus autoload which crept
12485         in during merge from v5-10.
12486
12487 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12488
12489         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12490
12491         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12492
12493         * auth-source.el: Preliminary Tramp docs.
12494         (auth-sources): Change the default auth-sources to use
12495         EPA .gpg files.
12496
12497 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12498
12499         * nntp.el: Autoload `auth-source-user-or-password'.
12500         (nntp-send-authinfo): Use it.
12501
12502         * nnimap.el: Autoload `auth-source-user-or-password'.
12503         (nnimap-open-connection): Use it.
12504
12505         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12506         for the gnus-message function.
12507         (auth-source-user-or-password): Use it.
12508
12509 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12510
12511         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12512         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12513         (rfc2104-hash): Use it.
12514
12515 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12516
12517         * gnus-art.el (gnus-article-toggle-truncate-lines):
12518         Don't use `iff' in docstring.
12519
12520 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12521
12522         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12523
12524         * gnus-util.el (gnus-extract-address-component-name)
12525         (gnus-extract-address-component-email): Convenience functions around
12526         `gnus-extract-address-components'.
12527
12528         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12529         Use `gnus-extract-address-component-email' to fix bug of comparing full
12530         sender name to `user-mail-address'.
12531
12532 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12533
12534         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12535         catch/throw to optimize.
12536         (gnus-registry-find-keywords): Just use member to find a keyword.
12537
12538 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12539
12540         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12541         is current before calling gnus-server-prepare.
12542         (gnus-server-setup-buffer, gnus-server-update-server)
12543         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12544
12545 2008-05-04  Juri Linkov  <juri@jurta.org>
12546
12547         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12548         (mailcap-file-default-commands): Use mailcap-replace-in-string
12549         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12550         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12551
12552 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12553
12554         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12555
12556 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12557
12558         * gnus.el: Bump version to 0.11.
12559
12560 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12561
12562         * gnus.el: No Gnus v0.10 is released.
12563
12564 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12565
12566         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12567         hooks.
12568         (gnus-update-read-articles): Speed up non-marks-using users.
12569         (gnus-use-marks): Define gnus-use-marks.
12570         (gnus-propagate-marks): Rename variable to something more sensible.
12571
12572 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12573
12574         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12575         (gmm-image-load-path-for-library): Fix typos in docstrings.
12576         (gmm-message): Reflow docstring.
12577
12578 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12579
12580         * mail-source.el (mail-source-set-1, mail-source-bind):
12581         Move auth-source code out of the macro to clean it up and fix bugs.
12582
12583 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12584
12585         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12586         by sender if it's equal to user-mail-address, it's likely to be
12587         useless.
12588
12589         * mail-source.el (mail-source-bind): Don't use user or password if they
12590         are not bound.  Unintern them if they are nil.  Don't use server unless
12591         it's bound, and default it to empty string otherwise.
12592
12593 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12594
12595         * mail-source.el: Load auth-source.el.
12596         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12597         get user name or password, if auth-sources is set up.
12598
12599         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12600         strategy of splitting with parent.
12601         (gnus-registry-split-fancy-with-parent)
12602         (gnus-registry-post-process-groups): Use it and fix prior
12603         bug (returning a list as the split result).
12604
12605         * auth-source.el (auth-sources): Remove server parameter.
12606         (auth-source-pick, auth-source-user-or-password)
12607         (auth-source-user-or-password-imap)
12608         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12609         (auth-source-user-or-password-sftp)
12610         (auth-source-user-or-password-smtp): Remove server parameter.
12611
12612 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12613
12614         * smime.el (smime-sign-region, smime-encrypt-region)
12615         (smime-decrypt-region):
12616         Remove redundant calls to `generate-new-buffer-name'.
12617
12618 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12619
12620         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12621         Don't use QP for message/rfc822.
12622         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12623
12624 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12625
12626         * sieve-manage.el (sieve-string-bytes): Remove.
12627         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12628         correct byte-length only if the process's coding-system is the same as
12629         the one used internally by Emacs to represent strings.
12630
12631 2008-04-22  Juri Linkov  <juri@jurta.org>
12632
12633         * mailcap.el (mailcap-file-default-commands): New function.
12634
12635 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12636
12637         * message.el (message-signature-separator, message-cite-function):
12638         Change custom version.
12639
12640 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12641
12642         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12643         commands.
12644         (tls-checktrust): Ditto.
12645
12646 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12647
12648         * mm-decode.el (mm-display-external): Make temp file read-only.
12649
12650 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12653         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12654         `C-c C-f d'.
12655
12656 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12657
12658         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12659
12660 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12661
12662         * gnus.el: Bump version to 0.9.
12663
12664 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * gnus.el: No Gnus v0.8 is released.
12667
12668 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12669
12670         * mail-source.el (mail-source-value):
12671         Prefer fboundp to functionp so it works with macros as well.
12672
12673 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12674
12675         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12676         Fix last change in case the element is not even a symbol.
12677
12678 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12679
12680         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12681         Prefer fboundp to functionp so it works with macros as well.
12682
12683 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12684
12685         * auth-source.el: Add docs.
12686         (auth-sources): Modify format to support server.
12687         (auth-source-pick, auth-source-user-or-password)
12688         (auth-source-user-or-password-imap)
12689         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12690         (auth-source-user-or-password-sftp)
12691         (auth-source-user-or-password-smtp): Add server parameter.
12692
12693 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12694
12695         * gnus-registry.el: Initialize the registry when gnus-registry-install
12696         is t.
12697
12698 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * compface.el (uncompface): Make buffer unibyte.
12701
12702 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12703
12704         * mail-source.el (mail-source-value):
12705         Prefer fboundp to functionp so it works with macros as well.
12706
12707 2008-04-05  Glenn Morris  <rgm@gnu.org>
12708
12709         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12710
12711 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12712
12713         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12714         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12715
12716         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12717         multibyteness after rather than before erasing it.
12718
12719         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12720         mm-with-multibyte.
12721         (gnus-request-article-this-buffer): Make sure the proper decoding is
12722         used if gnus-original-article-buffer happens to be unibyte.
12723
12724         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12725         default-enable-multibyte-characters.
12726
12727         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12728         default-enable-multibyte-characters.
12729
12730         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12731
12732         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12733
12734 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12735
12736         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12737         Fix last change in case the element is not even a symbol.
12738
12739 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12740
12741         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12742         (imap-message-copyuid-1): Use it.
12743         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12744         J. Williams in
12745         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12746
12747         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12748         imap-enable-exchange-bug-workaround.
12749         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12750
12751 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12752
12753         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12754         a 100 byte status-checks into a 2-3MB transfer for each group.
12755         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12756         to enable bug workaround or not.
12757         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12758
12759 2008-03-31  Glenn Morris  <rgm@gnu.org>
12760
12761         * message.el (mml2015-use): Declare for compiler.
12762         (message-info): Require mml2015 when appropriate.
12763
12764 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12767         whitespace.
12768
12769 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12770
12771         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12772         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12773         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12774         (nntp-service-to-port): New function.
12775         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12776         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12777         (nntp-open-netcat-stream): New function.
12778         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12779
12780 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12781
12782         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12783
12784 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12785
12786         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12787
12788 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12789
12790         * dns.el (dns-write): Use set-buffer-multibyte.
12791
12792 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12793
12794         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12795
12796 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12797
12798         * message.el (message-signature-separator): Change default.
12799         Improve custom type.
12800         (message-cite-function): Change default to
12801         message-cite-original-without-signature.
12802
12803         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12804         toggle.
12805
12806         * message.el (message-check-news-body-syntax): Fix signature check.
12807         (message-setup-1): Mark buffer as unmodified _after_ running
12808         message-setup-hook and handling message-alternative-emails.
12809         (message-shorten-references): Be more strict when building list of
12810         valid references to comply with GNKSA.
12811
12812         * gnus-group.el (gnus-read-ephemeral-bug-group)
12813         (gnus-read-ephemeral-debian-bug-group)
12814         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12815
12816         * message.el (message-info): Don't use booleanp which isn't supported
12817         in Emacs 21 and XEmacs.
12818
12819 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12822         gnus-group-gmane-group-download-format.
12823         (gnus-group-read-ephemeral-gmane-group): Rename from
12824         gnus-group-read-ephemeral-gmane-group.
12825         (gnus-read-ephemeral-gmane-group-url): Rename from
12826         gnus-group-read-ephemeral-gmane-group-url.
12827         (gnus-bug-group-download-format-alist): New variable.
12828         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12829         (gnus-read-ephemeral-emacs-bug-group): New commands.
12830
12831 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12834         (gnus-visible-headers): Improve custom type.
12835
12836 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12837
12838         * mml.el (mml-menu): Add workarounds for XEmacs.
12839
12840         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12841         X-Boundary header.
12842
12843         * message.el (message-simplify-recipients): Fix previous commit.
12844
12845 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12846
12847         * mm-util.el (mm-set-buffer-multibyte): New function.
12848         * mm-decode.el (mm-copy-to-buffer): Use it.
12849
12850         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12851         Prefer fboundp to functionp so it works with macros as well.
12852
12853 2008-03-19  Glenn Morris  <rgm@gnu.org>
12854
12855         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12856         Accidentally removed in the sync process with Emacs.
12857
12858 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12859
12860         * message.el (message-alter-recipients-discard-bogus-full-name):
12861         New function.
12862         (message-alter-recipients-function): New variable.
12863         (message-get-reply-headers): Use it.
12864         (message-replace-header): New helper function.
12865         (message-recipients-without-full-name): New variable.
12866         (message-simplify-recipients): New command.
12867
12868         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12869
12870         * message.el (message-info): Handle EasyPG manual.
12871
12872         * mml.el (mml-menu): Add entry for EasyPG.
12873
12874 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12875
12876         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12877         parameter.
12878
12879         * message.el (message-disassociate-draft): Specify drafts group name
12880         fully.
12881
12882 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12883
12884         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12885         Eliminate unnecessary duplicates from the match list.
12886
12887 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12890
12891         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12892
12893         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12894         args of `how-many' of which the XEmacs version doesn't take; declare
12895         Info-index-next as function.
12896
12897 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * gnus-score.el (gnus-score-headers): Fix handling of
12900         gnus-inhibit-slow-scoring.
12901
12902         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12903         string.
12904         (gnus-button-url-regexp): Improve handling of parenthesis.
12905         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12906         (gnus-button-handle-info-keystrokes): Handle index entries.
12907
12908 2008-03-15  Glenn Morris  <rgm@gnu.org>
12909
12910         * parse-time.el (parse-time-string): Simplify.
12911
12912 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12915         Incoming* files.
12916
12917 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12918
12919         * auth-source.el (auth-sources): Rename from auth-source-choices.
12920         (auth-source-pick): Use it.
12921
12922 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12923
12924         * binhex.el (binhex-decode-region-internal):
12925         * uudecode.el (uudecode-decode-region-internal):
12926         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12927         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12928         setting default-enable-multibyte-characters.
12929
12930 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12931
12932         * auth-source.el (auth-source-protocols)
12933         (auth-source-protocols-customize, auth-source-choices): Add and
12934         modified variable customizations and defaults.
12935         (auth-source-pick, auth-source-user-or-password)
12936         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12937         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12938         (auth-source-user-or-password-sftp)
12939         (auth-source-user-or-password-smtp): Use new variables and provide an
12940         interface to netrc.el.
12941
12942 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12943
12944         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12945         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12946         Make sure the nntp port to specify is a string.
12947
12948 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12949
12950         * nntp.el: Use with-current-buffer.
12951         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12952         dubious mm-with-unibyte-current-buffer.
12953         (nntp-with-open-group-function): New function extracted from
12954         nntp-with-open-group macro.
12955         (nntp-with-open-group): Use the function, so it's easier to debug.
12956         Add indentation and debugging info.
12957         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12958         Recommend the use of the netcat alternatives.
12959
12960         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12961         Avoid mm-string-as-multibyte as well.
12962
12963         * nnweb.el (nnweb-insert-html):
12964         Remove use of nnheader-string-as-multibyte.
12965
12966         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12967         (nnheader-string-as-multibyte): Remove.
12968
12969         * mm-view.el: Use inhibit-read-only.
12970         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12971         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12972         or unibyte-string.
12973
12974         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12975         (mm-uu-yenc-extract): Use with-current-buffer.
12976
12977         * gnus-soup.el (gnus-soup-send-packet): Don't use
12978         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12979
12980         * nnmh.el: Use with-current-buffer.
12981         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12982         mm-string-as-multibyte on the output of mm-encode-coding-string.
12983
12984         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12985         (nnimap-request-move-article): Use with-current-buffer.
12986
12987         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12988         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12989         conversion uses string-make-unibyte rather than string-as-unibyte.
12990
12991         * gnus-msg.el: Use with-current-buffer.
12992
12993         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12994
12995 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12996
12997         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12998         string for caching if it is 'PIN.
12999
13000 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * lpath.el: Consider the case without Emacs/W3.
13003
13004 2008-03-08  Glenn Morris  <rgm@gnu.org>
13005
13006         * time-date.el (date-to-time, time-subtract, time-add)
13007         (safe-date-to-time): Doc fixes.
13008
13009 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * mail-source.el (mail-source-delete-old-incoming-confirm):
13012         Change default to nil.
13013         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13014
13015 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * lpath.el: Rearrange.
13018
13019         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13020         (gnus-article-goto-prev-page): Work for articles having ^L's.
13021
13022         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13023
13024         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13025
13026 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13027
13028         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13029         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13030         (gnus-bookmark-jump): Adjust some variable names.
13031
13032 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13033
13034         * auth-source.el: New package.
13035         (auth-source-choices): Add customization entry point variable.
13036
13037         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13038         bug.
13039
13040 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13041
13042         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13043         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13044         (gnus-registry-install-shortcuts): Rename from
13045         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13046         the `gnus-registry-mark-map' keymap dynamically from
13047         `gnus-registry-marks'.  The generated functions update the summary line
13048         when a registry mark is added or deleted, and will call
13049         `gnus-registry-install-p' (see the comments in the code).
13050         (gnus-registry-user-format-function-M): Use concat intelligently.
13051
13052         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13053         the registry mark functions.
13054
13055 2008-03-05  Glenn Morris  <rgm@gnu.org>
13056
13057         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13058         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13059         gnus-art.
13060         (top-level): No need to load own source when compiling.
13061
13062 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13065         Suggested by <chris.anderton@zetnet.co.uk>.
13066
13067 2008-03-04  Glenn Morris  <rgm@gnu.org>
13068
13069         * gnus-sum.el (top-level): No need to require gnus when compiling,
13070         since unconditionally required near start of file.
13071         (gnus-summary-display-while-building): Move definition before use.
13072
13073 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13074
13075         * gnus-registry.el (gnus-registry-user-format-function-M):
13076         Add formatting function.
13077
13078 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13079
13080         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13081         with plists.
13082         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13083         Use new format.
13084
13085 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13088         `where-is-internal' that returns a range of key sequences.
13089
13090 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13091
13092         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13093
13094         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13095         (gnus-summary-jump-to-group): Consider windows on other displayed
13096         frames as well.  Similar changes might be needed elsewhere, but that's
13097         the one I've bumped into during my use.
13098
13099         * nndoc.el (nndoc-oe-dbx-type-p):
13100         * gnus-msg.el (gnus-debug):
13101         * gnus-group.el (gnus-update-group-mark-positions):
13102         Use mm-string-to-multibyte.
13103
13104 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13107         doesn't handle NotDashEscaped.
13108
13109         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13110         (mml-dnd-attach-options): Fix typo in custom choice.
13111
13112         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13113         Change nndoc-article-type to mbox.
13114         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13115
13116         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13117         to nil, instead of html2text.
13118
13119         * imap.el (imap-debug): Add `imap-ping-server'.
13120
13121         * gnus-bookmark.el: Add FIXMEs.
13122
13123         * message.el (message-form-letter-separator)
13124         (message-send-form-letter-delay): New variables.
13125         (message-send-form-letter): Use them.  New command to send form
13126         letters.  Requested by Uwe Siart.
13127         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13128
13129 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * Update copyright years.
13132
13133 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         Sync from EMACS_22_BASE.
13136
13137         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13138
13139 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13140
13141         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13142         empty author.
13143
13144 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13145
13146         * gnus-registry.el (gnus-registry-marks): Add variable for
13147         customization of marks and their appearance.
13148         (gnus-registry-read-mark): Use it.
13149         (gnus-registry-do-marks): Add utility function to loop through
13150         `gnus-registry-marks'.
13151         (gnus-registry-install-shortcuts-and-menus): Add function to install
13152         shortcuts and menus.
13153         (gnus-registry-initialize): Use it.
13154         (gnus-registry-default-mark): Clarify documentation.
13155
13156 2008-02-29  Glenn Morris  <rgm@gnu.org>
13157
13158         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13159         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13160         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13161         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13162         Change defcustom :version from 23.0 to 23.1.
13163
13164 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13165
13166         * gnus-registry.el (gnus-registry-follow-group-p)
13167         (gnus-registry-post-process-groups): Add functions to aid registry
13168         splitting and improve logging.  Clarify behavior in function
13169         documentation.
13170         (gnus-registry-split-fancy-with-parent): Use them.
13171
13172 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13173
13174         * gnus-art.el: Use with-current-buffer.
13175
13176 2008-02-27  David Engster  <dengste@eml.cc>
13177
13178         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13179         Express real group name in the response.
13180
13181 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13184         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13185         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13186         autoload gnus-registry-fetch-group when compiling.
13187         (nnmairix-request-group-with-article-number-correction):
13188         Remove unreferenced argument passed to nnmairix-call-backend.
13189
13190 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13193         (mm-uu-extract): Improve face for low color ttys.
13194         Reported by Sascha Wilde.
13195
13196 2008-02-27  Glenn Morris  <rgm@gnu.org>
13197
13198         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13199         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13200         variables to defconsts.  Convert comments to doc-strings.
13201         (nnmairix-last-server, nnmairix-current-server): Convert from free
13202         variables to defvars.  Convert comments to doc-strings.
13203         (gnus-registry-fetch-group): Autoload.
13204         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13205         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13206         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13207         caddr.
13208         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13209         nnmairix-request-group-with-article-number-correction call.
13210         (nnmairix-fast, nnmairix-group): New, less general names, for free
13211         variables passed from nnmairix-request-group to
13212         nnmairix-request-group-with-article-number-correction.  Declare.
13213         (nnmairix-request-group-with-article-number-correction):
13214         Use nnmairix-fast, nnmairix-group rather than fast, group.
13215
13216 2008-02-26  David Engster  <dengste@eml.cc>
13217
13218         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13219         version 0.5.
13220
13221 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13222
13223         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13224         instead of making an extra function call.  Don't add the current group
13225         to articles only when they have the group.  Use
13226         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13227         Reported by David <de_bb@arcor.de>.
13228
13229 2008-02-24  Miles Bader  <miles@gnu.org>
13230
13231         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13232         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13233         (mm-find-mime-charset-region):
13234         * mm-bodies.el (mm-encode-body):
13235         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13236
13237 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13240         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13241
13242 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13243
13244         * mail-source.el (mail-source-delete-incoming): Change default.
13245         Supplement doc string.
13246
13247         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13248
13249 2008-02-14  Glenn Morris  <rgm@gnu.org>
13250
13251         * time-date.el (format-seconds): New function.
13252
13253 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * nnmail.el (nnmail-message-id-cache-file): Derive from
13256         `gnus-home-directory'.
13257
13258 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13261         Document negative prefix.
13262
13263         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13264
13265 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13266
13267         * message.el (message-unsent-separator): Add the Exim bounce
13268         separator.
13269
13270 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13271
13272         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13273         list.
13274         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13275         recipient/signer list.
13276
13277 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * Makefile.in (datarootdir): Define.
13280         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13281         name that might contain whitespace.
13282
13283 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13284
13285         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13286         fbound (Emacs 23 unicode), signal an error.
13287
13288 2008-02-08  Glenn Morris  <rgm@gnu.org>
13289
13290         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13291
13292 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13293
13294         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13295         ports to the calls to `netrc-machine-user-or-password' in addition to
13296         "imap" and "imaps".
13297
13298 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13299
13300         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13301
13302         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13303
13304 2008-02-01  Kenichi Handa  <handa@m17n.org>
13305
13306         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13307         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13308         (rfc2104-hash): Convert the result of concat to unibyte string.
13309
13310 2008-02-01  Dave Love  <fx@gnu.org>
13311
13312         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13313         coding-system-for-read.
13314         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13315
13316 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13319         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13320         <hanche@math.ntnu.no>.
13321
13322 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13325
13326         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13327
13328 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13329
13330         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13331         * message.el (message-beginning-of-line): Use featurep instead of bound
13332         tests in order to resolve conditionals at compile time.
13333
13334 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13335
13336         * mail-source.el (mail-sources): Add `group' choice.
13337
13338         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13339         parameter `in-group' to control into which group the articles go.
13340         Add treatment of `group' mail-source.
13341
13342 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13345
13346         * mm-decode.el (mm-dissect-buffer): Decode description.
13347
13348         * mml.el (mml-to-mime): Encode message header first.
13349
13350 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13353         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13354
13355         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13356         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13357
13358 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13359
13360         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13361
13362 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13365         prefix keys.
13366         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13367         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13368         gnus-xmas.el.
13369
13370         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13371         (gnus-xmas-article-describe-bindings): New function.
13372         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13373         gnus-xmas-article-describe-bindings.
13374
13375         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13376
13377 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13378
13379         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13380         Add new variables for article mark management.
13381         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13382         list of extra data entries which, when present, will indicate that the
13383         article ID should not be trimmed from the registry.
13384         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13385         functions.
13386         (gnus-registry-read-mark): New function to read a mark name from the
13387         user.
13388         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13389         (gnus-registry-set-article-mark-internal): New functions to add and
13390         remove marks.
13391         (gnus-registry-get-article-marks): New function to show the marks for
13392         an article, or retrieve them for further use.
13393
13394 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13397         keys when no argument is given.
13398
13399 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * imap.el (imap-ping-server): New variable.
13402         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13403         (imap-ping-server): Minor doc string fixes.
13404
13405 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13406
13407         * imap.el (imap-ping-server): New function.
13408         (imap-opened): Call imap-ping-server.
13409
13410 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * gnus-sum.el (gnus-article-sort-by-random)
13413         (gnus-thread-sort-by-random): Fix doc strings.
13414         Reported by jidanni@jidanni.org.
13415
13416 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * gnus-art.el (gnus-article-describe-bindings): New function.
13419         (gnus-article-read-summary-keys): Use it.
13420         (gnus-article-mode-map): Bind `C-h b' to it.
13421
13422 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13425         XEmacs.
13426         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13427         Protect against non-character events.
13428
13429         * lpath.el: Fbind map-keymap for Emacs 21.
13430
13431 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13434         New command.
13435         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13436         instead of END.  Change name of the temp file.
13437         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13438         customizable.
13439
13440 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13443         bind `S W' to gnus-article-wide-reply-with-original; set default
13444         binding to gnus-article-read-summary-send-keys.
13445         (gnus-article-read-summary-keys): Fix the order of keys; display
13446         continuation keys correctly in the echo area; describe bindings
13447         correctly when keys end with `C-h'.
13448         (gnus-article-read-summary-send-keys): New function.
13449         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13450         Work for gnus-article-read-summary-send-keys; display continuation keys
13451         correctly in the echo area.
13452         (gnus-article-reply-with-original): Ignore prefix argument.
13453         (gnus-article-wide-reply-with-original): New function.
13454
13455         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13456         Emacs 21.
13457
13458 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13459
13460         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13461         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13462
13463 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13466         (gnus-group-read-ephemeral-gmane-group): New command.
13467
13468 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13469
13470         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13471
13472 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * message.el (message-send-mail-function): Increase custom version.
13475
13476         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13477         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13478
13479 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13480
13481         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13482         for the cases where imap-authenticate is called with a nil buffer
13483         parameter.
13484
13485 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13488         html parts correctly; support forwarded messages.
13489         (gnus-article-browse-html-article): Remove work buffers.
13490
13491         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13492         compiling.
13493         (netrc-bound-and-true-p): New macro.
13494         (netrc-parse): Use it instead of bound-and-true-p that is not available
13495         in XEmacs 21.4.
13496
13497 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13498
13499         * gnus-registry.el (gnus-registry-mark-article)
13500         (gnus-registry-article-marks): Add functionality to mark articles
13501         through the Gnus registry.
13502
13503         * encrypt.el: Clarify documentation for the new pgg method.
13504         (encrypt-file-alist): Add PGG option.
13505         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13506         functionality.  Abstract password key and messaging to external
13507         functions.
13508         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13509         (encrypt-message-method-and-cipher): Add new convenience external
13510         functions.
13511         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13512         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13513
13514         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13515         (netrc-parse): Use encrypt-file-alist to determine if
13516         encrypt-find-model or encrypt-insert-file-contents should be used.
13517
13518         * encrypt.el: Clarify documentation.  Load password-cache or
13519         password, whichever one is found first, instead of autoloading.
13520
13521 2007-12-19  Glenn Morris  <rgm@gnu.org>
13522
13523         * mml.el (message-options-set, message-narrow-to-head)
13524         (message-in-body-p, message-mail-p, message-encode-message-body):
13525         Autoload.
13526         (message-remove-header, message-narrow-to-headers-or-head)
13527         (message-subscribed-p, message-make-mail-followup-to)
13528         (message-position-on-field, message-news-p)
13529         (message-options-set-recipient, message-generate-headers)
13530         (message-sort-headers): Declare as functions.
13531
13532 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13535         convention in doc string.
13536
13537 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13540         title to html parts.
13541         (gnus-article-browse-html-article): Pass message header to it.
13542
13543         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13544
13545 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13546
13547         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13548         or password compatible with XEmacs.
13549
13550 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13551
13552         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13553         format document.
13554         (gnus-mime-delete-part): Don't write description line if empty.
13555         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13556
13557 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13558
13559         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13560         (gnus-summary-mark-read-and-unread-as-read)
13561         (gnus-summary-mark-current-read-and-unread-as-read)
13562         (gnus-summary-mark-unread-as-ticked): Doc fix.
13563         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13564
13565 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13566
13567         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13568         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13569
13570 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13571
13572         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13573         yes-or-no-p.
13574
13575 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * mm-decode.el (mm-add-meta-html-tag): New function.
13578         (mm-save-part-to-file, mm-pipe-part): Use it.
13579
13580         * gnus-art.el (gnus-article-browse-delete-temp-files):
13581         Use gnus-y-or-n-p instead of y-or-n-p.
13582         (gnus-article-browse-html-parts): Work with message/external-body; use
13583         mm-add-meta-html-tag.
13584
13585 2007-12-11  Glenn Morris  <rgm@gnu.org>
13586
13587         * gnus-cache.el: Require gnus-sum not just when compiling.
13588
13589         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13590
13591         * gnus-int.el (gnus-server-opened, gnus-status-message):
13592         Move definitions before use.
13593
13594         * mm-decode.el: Require gnus-util.
13595         (mm-remove-part): Only call delete-annotation on XEmacs.
13596
13597         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13598
13599         * nnmail.el: Require gnus-int.
13600
13601         * spam.el: Move `require's before `eval-when-compile's.
13602
13603         * gnus-ems.el (gnus-alive-p):
13604         * gnus-fun.el (message-goto-eoh):
13605         * gnus-util.el (gnus-group-name-decode):
13606         * mail-source.el (gnus-compress-sequence):
13607         * message.el (Info-goto-node, format-spec):
13608         * mm-bodies.el (message-options-get):
13609         * mm-decode.el (mm-view-pkcs7):
13610         * mm-util.el (gmm-write-region):
13611         * mml-smime.el (mml-compute-boundary)
13612         (gnus-completing-read-with-default):
13613         * mml.el (widget-button-press, gnus-make-hashtable):
13614         * mml1991.el (mm-decode-content-transfer-encoding)
13615         (mm-encode-content-transfer-encoding)
13616         (message-options-get, message-options-set):
13617         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13618         * nnfolder.el (gnus-request-group):
13619         * nnheader.el (ietf-drums-unfold-fws):
13620         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13621         * smime.el (gnus-run-mode-hooks):
13622         * spam-stat.el (gnus-message): Autoload.
13623
13624         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13625         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13626         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13627         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13628         Add declare-function compatibility definition.
13629
13630         * gnus-cache.el (nnvirtual-find-group-art):
13631         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13632         (gnus-add-image, gnus-add-wash-type):
13633         * gnus-group.el (nnkiboze-score-file):
13634         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13635         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13636         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13637         (message-tokenize-header, gnus-get-buffer-create)
13638         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13639         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13640         * gnus.el (gnus-group-decoded-name):
13641         * mail-source.el (imap-capability):
13642         * mm-bodies.el (message-options-set):
13643         * mm-decode.el (gnus-configure-windows):
13644         * mm-extern.el (message-goto-body):
13645         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13646         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13647         (epg-sub-key-validity, message-options-set):
13648         * mml.el (widget-event-point, gnus-configure-windows):
13649         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13650         * mml2015.el (epg-check-configuration, epg-configuration)
13651         (message-options-set):
13652         * nndb.el (nndb-request-article):
13653         * nnfolder.el (gnus-request-create-group):
13654         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13655         * nnmaildir.el (gnus-group-mark-article-read):
13656         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13657         * rfc1843.el (message-fetch-field):
13658         * spam.el (gnus-extract-address-components):
13659         Declare as functions.
13660
13661 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13664
13665         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13666
13667         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13668         bind show-trailing-whitespace for XEmacs.
13669
13670 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13671
13672         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13673         new no-op macro for backward compatibility.
13674
13675         * imap.el (imap-string-to-integer): New function.
13676
13677 2007-12-09  Glenn Morris  <rgm@gnu.org>
13678
13679         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13680
13681         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13682         * message.el, mm-view.el, sieve-manage.el, smime.el:
13683         Add declare-function compatibility definition.
13684
13685         * gnus-art.el (w3-region, w3m-region, Info-menu):
13686         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13687         * gnus-sum.el (gnus-get-predicate):
13688         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13689         * message.el (mail-abbrev-in-expansion-header-p):
13690         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13691         (w3m-detect-meta-charset, w3m-region):
13692         * sieve-manage.el (password-read, password-cache-add)
13693         (password-cache-remove):
13694         * smime.el (password-read-and-add): Declare as functions.
13695
13696 2007-12-08  David Kastrup  <dak@gnu.org>
13697
13698         * gnus-sum.el (gnus-summary-simplify-subject-query):
13699         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13700         `message'.
13701
13702 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13705         it to bind idna-program, installation-directory, defined-colors, and
13706         face-attribute for XEmacs of the version that compiles defcustom forms.
13707
13708 2007-12-07  Glenn Morris  <rgm@gnu.org>
13709
13710         * gnus-art.el (article-make-date-line): Revert previous change.
13711
13712 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13715
13716 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13717
13718         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13719         Call gnus-add-to-range ranges only once with a prepared article-list.
13720
13721 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13722
13723         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13724         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13725         group names with backslashes.
13726         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13727
13728 2007-12-06  Deepak Goel  <deego3@gmail.com>
13729
13730         * gnus-art.el (article-make-date-line):
13731         * gnus-start.el (gnus-load):
13732         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13733
13734 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus-art.el (gnus-use-idna):
13737         * gnus-start.el (gnus-site-init-file):
13738         * message.el (message-use-idna):
13739         * mm-uu.el (mm-uu-hide-markers):
13740         * smiley.el (smiley-style): Revert changes that suppress warnings.
13741
13742 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13745         specify charset to html source.
13746         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13747
13748 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13751         idna-program in order to suppress byte compile warning issued by XEmacs
13752         that came to byte compile the default value section of defcustom forms
13753         recently.
13754
13755         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13756         value of installation-directory.
13757
13758         * message.el (message-use-idna): Don't directly refer to the value of
13759         idna-program.
13760
13761         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13762
13763         * smiley.el (smiley-style): Don't directly call face-attribute.
13764
13765 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13766
13767         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13768
13769         * gnus-dired.el: Reduce Gnus dependencies.
13770         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13771         Don't require.  Use autoloads instead.
13772         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13773         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13774         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13775         (gnus-dired-mode): Adjust doc string.
13776         (gnus-dired-mail-mode): New variable.
13777         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13778         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13779         (gnus-dired-mail-buffers): New function.  Return mail or message
13780         composition buffers.
13781         (gnus-dired-attach): Use it.
13782         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13783         NO-DECODE.
13784         (gnus-dired-print): Use `gnus-print-buffer' depending on
13785         `gnus-dired-mail-mode'.
13786
13787 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * rfc2047.el (rfc2047-encoded-word-regexp)
13790         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13791         explaining what regexp patterns are for.
13792
13793 2007-12-04  Glenn Morris  <rgm@gnu.org>
13794
13795         * password.el: Move to password-cache.el.
13796
13797         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13798         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13799         * mml-smime.el (password-read, password-cache-add)
13800         (password-cache-remove):
13801         No need to autoload, since mml-sec requires password.
13802
13803         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13804         * message.el (gnus-extract-address-components):
13805         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13806
13807         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13808         password.
13809
13810 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * mailcap.el: Reduce dependencies.
13813         (mail-header-parse-content-type): Autoload.
13814         (mailcap-delete-duplicates): New alias.
13815         (mailcap-mime-info): Add optional argument NO-DECODE.
13816         (mailcap-mime-types): Use mailcap-delete-duplicates.
13817
13818         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13819
13820 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13821
13822         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13823         (imap-parse-status): Upcase status-att for servers that sends them
13824         lower-case (e.g., MS Exchange 2007).
13825
13826 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13827
13828         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13829         function.
13830
13831         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13832         (gnus-uu-yenc-article): New function.
13833
13834         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13835
13836         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13837
13838 2007-12-02  Glenn Morris  <rgm@gnu.org>
13839
13840         * binhex.el (binhex): New custom group.
13841         (binhex-decoder-program, binhex-decoder-switches)
13842         (binhex-use-external): Move to the binhex custom group.
13843
13844         * uudecode.el (uudecode): New custom group.
13845         (uudecode-decoder-program, uudecode-decoder-switches)
13846         (uudecode-use-external): Move to the uudecode custom group.
13847
13848         * netrc.el (top-level): Don't load `encrypt' features.
13849         (netrc-parse): Don't use encrypt.
13850         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13851
13852         * encrypt.el: Remove file.
13853
13854 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13857         matches on patches.
13858
13859         * gnus-art.el (gnus-article-browse-html-article):
13860         Mention `mm-text-html-renderer' in the doc string.
13861
13862         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13863         string.  Add comments.
13864
13865         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13866         if rhs is ASCII.
13867
13868 2007-12-01  Glenn Morris  <rgm@gnu.org>
13869
13870         * mail-source.el (top-level): Require format-spec before
13871         eval-when-compile.
13872
13873 2007-11-30  Glenn Morris  <rgm@gnu.org>
13874
13875         * encrypt.el: Require password, rather than autoloading password-read.
13876
13877 2007-11-29  Glenn Morris  <rgm@gnu.org>
13878
13879         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13880         (sasl-make-client, sasl-next-step, sasl-step-data)
13881         (sasl-step-set-data): Declare as functions.
13882
13883 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13886
13887 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13888
13889         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13890         certs should be verified and what is to be done in the event of a
13891         verification failure.
13892
13893         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13894         caller can indicate whether the cache should be disregarded for this
13895         call.  This way the result of the call is reproducible at all times and
13896         can be considered a canonical server name for the supplied method.
13897         (gnus-agent-method-p): Canonicalize server names by pushing their
13898         method through `gnus-method-to-server' using the no-cache argument.
13899
13900         * gnus-srvr.el (gnus-server-insert-server-line):
13901         Call `gnus-method-to-server' with `no-cache' argument.
13902
13903         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13904         gnus-agent-possibly-synchronize-flags as this should be called when the
13905         server is actually being opened.
13906         (gnus-agent-possibly-synchronize-flags)
13907         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13908         flags file of an agentized server to the latter function.
13909
13910         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13911         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13912         after a connection has been established successfully.
13913
13914 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * gnus-art.el (article-display-face): Force to display face if called
13917         interactively; check if gnus-article-x-face-too-ugly matches author.
13918         (article-display-x-face): Display face even if From header is missing
13919         as article-display-face does.
13920
13921 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13922
13923         * hashcash.el (message-narrow-to-headers-or-head)
13924         (message-fetch-field, message-goto-eoh)
13925         (message-narrow-to-headers): Declare as functions.
13926
13927 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13928
13929         * mail-source.el (mail-sources): Default to fetch from file for
13930         compatibility with default of nnmail-spool-file.
13931
13932 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13935         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13936         to look for encoded word that should be encoded again.
13937         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13938         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13939         encoding pattern.
13940         (rfc2047-decode-region): Switch strict regexp and loose one according
13941         to rfc2047-allow-irregular-q-encoded-words.
13942
13943 2007-11-25  Romain Francoise  <romain@orebokech.com>
13944
13945         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13946
13947 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * tls.el (tls-program): Provide more custom choices from
13950         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13951         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13952
13953 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13954
13955         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13956         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13957
13958         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13959         `nnmail-spool-file'.
13960
13961         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13962         `nnmail-spool-file'.
13963
13964         * gnus-move.el (gnus-change-server): Ditto.
13965
13966         * gnus-kill.el (gnus-batch-score): Ditto.
13967
13968         * gnus-cache.el (gnus-jog-cache): Ditto.
13969
13970         * gnus-msg.el (gnus-summary-reply):
13971         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13972
13973 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13976         version.  Minor improvement to doc strings.
13977         (tls-program): Add comment.
13978
13979 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13980
13981         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13982         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13983         mismatch between the hostname provided in the certificate and the name
13984         of the host connnecting to.
13985         (open-tls-stream): Use them.  Check certificates against trusted root
13986         certificates.
13987
13988 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13989
13990         * gnus-cache.el (gnus-cache-generate-nov-databases):
13991         Use nnml-generate-nov-databases-directory instead of
13992         nnml-generate-nov-databases-1.
13993
13994 2007-11-24  Glenn Morris  <rgm@gnu.org>
13995
13996         * message.el (message-tool-bar-retro): Update for rename
13997         mail_send.xpm->mail-send.xpm.
13998
13999 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14002         `smime-ldap-search' for Emacs 22 and up.
14003
14004 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14005
14006         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14007
14008         * message.el (message-send-mail-function): Fix error convention.
14009         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14010         (message-widen-reply, message-send-mail, message-talkative-question)
14011         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14012         (message-clone-locals, message-send-news): Use with-current-buffer.
14013         (message-insert-or-toggle-importance): Remove unused var `valid'.
14014         (message-make-references): Remove unused var `new-references'.
14015         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14016
14017 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14018
14019         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14020         (spam-split-symbolic-return-positive): Reflow docstring.
14021         (spam-backends, spam-summary-exit-behavior)
14022         (spam-mark-ham-unread-before-move-from-spam-group)
14023         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14024         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14025         (spam-clear-cache, spam-backend-check, spam-install-backend)
14026         (spam-install-statistical-backend, spam-list-of-processors)
14027         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14028         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14029         (spam-check-crm114, spam-initialize, spam-unload-hook):
14030         Fix typos in docstrings.
14031
14032 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14035         been checked if they have never been read and those group levels are
14036         higher than the one that a user specified.
14037
14038 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14041         foreign groups unless a group level is specified by a user.
14042         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14043
14044 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * message.el (message-send-mail-function): Require sendmail.
14047
14048 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14049
14050         * message.el (message-send-mail-function): Check for smtpmail too.
14051
14052         * utf7.el (utf7-encode, utf7-decode): Use coding system
14053         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14054
14055         * message.el (message-send-mail-function): New function.
14056         (message-send-mail-function): Set default using
14057         message-send-mail-function.  Adjust doc string.
14058         (message-send-mail-with-mailclient): New function.
14059
14060 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14061
14062         * smime.el (from):
14063         * rfc2047.el (message-posting-charset):
14064         * qp.el (mm-use-ultra-safe-encoding):
14065         * pop3.el (parse-time-months):
14066         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14067         * nnml.el (files):
14068         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14069         (jka-compr-compression-info-list, ange-ftp-path-format)
14070         (efs-path-regexp):
14071         * nndiary.el (files):
14072         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14073         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14074         (epg-digest-algorithm-alist, inhibit-redisplay)
14075         (password-cache-expiry):
14076         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14077         (pgg-output-buffer, password-cache-expiry):
14078         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14079         (efs-path-regexp):
14080         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14081         (inhibit-redisplay):
14082         * mm-uu.el (file-name, start-point, end-point, entry)
14083         (gnus-newsgroup-name, gnus-newsgroup-charset):
14084         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14085         (latin-unity-ucs-list):
14086         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14087         (mm-uu-binhex-decode-function):
14088         * message.el (gnus-message-group-art, gnus-list-identifiers)
14089         (rmail-enable-mime-composing, gnus-local-organization)
14090         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14091         (gnus-read-active-file, facemenu-add-face-function)
14092         (facemenu-remove-face-function, gnus-article-decoded-p)
14093         (tool-bar-mode):
14094         * mail-source.el (display-time-mail-function):
14095         * gnus-util.el (nnmail-pathname-coding-system)
14096         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14097         (gnus-original-article-buffer, gnus-user-agent)
14098         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14099         (xemacs-codename, sxemacs-codename, emacs-program-version):
14100         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14101         * gnus-start.el (gnus-agent-covered-methods)
14102         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14103         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14104         (gnus-newsgroup-headers, gnus-group-list-mode)
14105         (gnus-group-mark-positions, gnus-newsgroup-data)
14106         (gnus-newsgroup-unreads, nnoo-state-alist)
14107         (gnus-current-select-method, mail-sources)
14108         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14109         (nnmail-spool-file, gnus-cache-active-hashtb):
14110         * gnus-mh.el (mh-lib-progs):
14111         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14112         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14113         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14114         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14115         (gnus-group-buffer):
14116         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14117         (font-lock-set-defaults):
14118         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14119         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14120         (gnus-summary-post-menu, total-parts, type, condition, length):
14121         * gnus-agent.el (gnus-agent-read-agentview):
14122         * flow-fill.el (show-trailing-whitespace):
14123         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14124         eval-and-compile wrappers for byte compiler pacifiers.
14125
14126         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14127         (mm-display-inline-fontify): Check for featurep 'xemacs not
14128         extent-list.
14129
14130         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14131         itimer-list.
14132         (mm-create-image-xemacs): Only do something for XEmacs.
14133         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14134
14135         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14136
14137         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14138         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14139
14140 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14141
14142         * nnimap.el (nnimap-split-download-body):
14143         * gnus-demon.el (gnus-demon):
14144         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14145
14146 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14149         New macros.
14150         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14151         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14152         copy data from unibyte buffer to multibyte current buffer.
14153         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14154         to copy data from unibyte current buffer to multibyte buffer.
14155         (nntp-make-process-buffer): Make process buffer unibyte.
14156
14157         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14158
14159 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14160
14161         * pop3.el (pop3-open-server): Accept and process data more robustly at
14162         connection start to avoid spurious "POP SSL connection failed" errors.
14163
14164 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14167         read group names.
14168
14169 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14172
14173 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14176         (nnmail-save-active): Use a unibyte buffer when saving active file,
14177         which may contain non-ASCII group names.
14178
14179         * nnml.el (nnml-request-group): Decode group names in messages.
14180
14181 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14182
14183         * message.el (message-citation-line-function)
14184         (message-insert-formatted-citation-line): Fix spelling of
14185         `message-insert-formated-citation-line'.
14186
14187 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14190
14191 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14194         nnmail-pathname-coding-system.
14195
14196         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14197         that a user enters; decode group names in messages.
14198
14199         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14200
14201 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14204
14205         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14206
14207         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14208         risky local variable.
14209
14210         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14211
14212 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14213
14214         * encrypt.el: Improve documentation to fix function name typo.
14215         Reported by Daiki Ueno <ueno@unixuser.org>.
14216
14217 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14220         even if the point is not in the last page of an article.
14221         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14222         back to the previous page.
14223
14224 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14225
14226         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14227
14228 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14231
14232 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14233
14234         * message.el (message-check-news-body-syntax):
14235         Avoid mm-string-as-multibyte.
14236         (message-hide-headers): Don't assume (point-min)==1.
14237
14238 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14239
14240         * message.el (message-remove-blank-cited-lines): Fix if remove is
14241         given.
14242         (message-bogus-address-regexp): New variable.
14243         (message-bogus-recipient-p): New function.
14244         (message-check-recipients): New command.
14245         (message-syntax-checks): Add `bogus-recipient'.
14246         (message-fix-before-sending): Add `bogus-recipient'.
14247
14248         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14249         (gnus-treat-body-boundary): Don't test window-system.
14250
14251 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14252
14253         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14254
14255 2007-10-28  Miles Bader  <miles@gnu.org>
14256
14257         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14258         at compile-time too.
14259
14260 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14261
14262         * gnus-msg.el (gnus-message-setup-hook):
14263         Add `message-remove-blank-cited-lines' to options.
14264
14265 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * message.el (message-remove-blank-cited-lines): New function.
14268         Suggested by Karl Plästerer.
14269
14270 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14273         mapc.
14274
14275         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14276         (top-level): Use mapc to set functions to be traced for debugging.
14277
14278         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14279         called for effect with while loop.
14280
14281         * message.el (message-talkative-question): Replace mapcar called for
14282         effect with mapc.
14283
14284         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14285         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14286         called for effect with dolist.
14287
14288         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14289
14290         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14291         gnus-extra-headers and nnmail-extra-headers.
14292
14293         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14294         called for effect with dolist.
14295         (top-level): Use mapc to set functions to be traced for debugging.
14296
14297         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14298         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14299         dolist.
14300
14301         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14302         Replace mapcar called for effect with mapc.
14303         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14304         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14305         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14306         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14307
14308         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14309         remove-if that's a cl function.
14310
14311         * webmail.el (webmail-debug): Replace mapcar called for effect with
14312         dolist.
14313
14314         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14315         with mapc.
14316
14317 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14320         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14321         with while loop.
14322
14323         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14324         functions from article-* functions.
14325         (gnus-multi-decode-header): Replace mapcar called for effect with
14326         dolist.
14327
14328         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14329         (gnus-bookmark-show-details): Replace mapcar called for effect with
14330         while loop.
14331
14332         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14333         called for effect with while loop.
14334
14335         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14336         with dolist.
14337
14338         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14339         Replace mapcar called for effect with dolist.
14340
14341         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14342
14343         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14344         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14345         Replace mapcar called for effect with dolist.
14346         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14347         mapc.
14348
14349         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14350         Replace mapcar called for effect with dolist.
14351         (gnus-topic-list): Replace mapcar called for effect with mapc.
14352
14353         * gnus.el: Use mapc instead of mapcar to add autoloads.
14354
14355 2007-10-23  Richard Stallman  <rms@gnu.org>
14356
14357         * gnus-group.el (gnus-group-highlight): Mark as risky.
14358
14359 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * gnus.el (gnus-server-to-method): Return method found first in
14362         gnus-newsrc-alist.
14363
14364         * gnus-art.el (gnus-article-highlight-signature)
14365         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14366         button overlay without the front stickiness.
14367
14368 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14369
14370         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14371         overview buffer needed a catch to receive its throw.
14372         (gnus-agent-flush-cache): Declare as interactive to make this function
14373         easier to use.
14374
14375 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14376
14377         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14378         `next-line'.
14379
14380 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14383         exclude address matching message-dont-reply-to-names.
14384
14385 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * gnus-util.el (gnus-string<): New function.
14388
14389         * gnus-sum.el (gnus-article-sort-by-author)
14390         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14391
14392 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14395         the frame-focus tag is set in gnus-buffer-configuration.
14396
14397 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14400         the front stickiness.
14401
14402 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14405         url pattern; remove duplicate one.
14406         (gnus-article-extend-url-button): New function.
14407         (gnus-article-add-buttons): Use it.
14408         (gnus-button-push): Use concatenated url that it makes.
14409
14410 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14411
14412         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14413
14414 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14415
14416         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14417         Don't hardcode point-min==1.
14418
14419 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14422         Fix comment about "iso8859-1".
14423
14424 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14425
14426         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14427         ones returned from the verify-function.
14428
14429         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14430         Call mml2015-extract-cleartext-signature if extraction failed.
14431
14432 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14433
14434         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14435         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14436         failed.
14437
14438 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14441
14442 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14443
14444         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14445         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14446         recommends to use EasyPG instead of PGG.
14447
14448         * pgg.el: Revert to revision 6.23.2.16.
14449
14450         * pgg-def.el: Revert to revision 6.6.2.14.
14451
14452         * pgg-gpg.el: Revert to revision 6.23.2.34.
14453
14454 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14455
14456         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14457         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14458         thread for both the null and zero (kill/expire thread) universal prefix
14459         cases.
14460         (gnus-summary-expire-thread): Add new function to expire a thread,
14461         using gnus-summary-kill-thread.
14462         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14463         shortcuts for gnus-summary-expire-thread.
14464         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14465         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14466
14467 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14468
14469         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14470         extras value, so an extras entry can be deleted.
14471         (gnus-registry-delete-extra-entry): Use it.
14472         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14473         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14474         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14475         storage through the gnus-registry, and provide an appropriate API for
14476         it.
14477
14478 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14481         Suggested by Leo <sdl.web@gmail.com>.
14482
14483         * gnus.el: Do.
14484
14485 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14488         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14489
14490         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14491
14492         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14493         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14494
14495 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14498         newline.
14499         (nnmbox-request-accept-article): Don't change article in source buffer;
14500         narrow to header to use message-fetch-field rather than
14501         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14502         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14503         as delimiters; make sure article ends with newline.
14504         (nnmbox-delete-mail): Correct last position of article to be deleted;
14505         ignore X-Gnus-Newsgroup header in article body.
14506         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14507         positions; make sure article ends with newline.
14508
14509         * message.el (message-display-abbrev): Don't infloop when a user
14510         inserts SPC in the beginning of header.
14511
14512         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14513         coding-system-for-read and coding-system-for-write for XEmacs having no
14514         file-coding feature.
14515
14516         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14517
14518 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14519
14520         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14521         list of groups not followed by default.  Fix type to be regexp.
14522         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14523
14524 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14525
14526         * hmac-def.el (define-hmac-function): Switch from old-style to
14527         new-style backquotes.
14528
14529         * md4.el (md4-make-step): Likewise.
14530
14531 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14534         raw-text coding system when saving .newsrc file, which may contain
14535         non-ASCII group names.
14536
14537 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * gnus-cus.el (gnus-score-extra): New widget.
14540         (gnus-score-extra-convert): New function.
14541         (gnus-score-customize): Use it for Extra.
14542
14543 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14544
14545         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14546         (mml2015-mailcrypt-clear-verify): Use it.
14547         (mml2015-gpg-clear-verify): Use it.
14548         (mml2015-pgg-clear-verify): Use it.
14549         (mml2015-epg-clear-verify): Replace the current part with the output
14550         from GnuPG; don't extract the plaintext by itself.
14551
14552         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14553         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14554         mml2015-clear-verify-function; don't touch the armor headers or
14555         dash-escaped text here.
14556
14557 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14560         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14561         parts, or application/octet-stream as a last resort.
14562         (gnus-mime-view-part-as-type): Don't toggle display.
14563         (gnus-mime-view-part-as-charset): Don't turn off display before
14564         querying charset.
14565
14566         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14567         stuff to undisplayer function in Emacs.
14568         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14569
14570         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14571         text/calendar parts.
14572
14573 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14576         decoding text/calendar parts.
14577
14578         * message.el (message-forward-make-body-mime): Always mark body as
14579         having no illegible text; remove signed-or-encrypted argument.
14580         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14581
14582         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14583         (mml-generate-mime-1): Don't encode body if it is specified to be in
14584         raw form; don't make buffer be unibyte when inserting multibyte string.
14585
14586 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14587
14588         * sha1.el: Fix up comment style.
14589         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14590         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14591
14592         * hex-util.el: Fix up comment style.
14593         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14594
14595         * gnus-salt.el: Use with-current-buffer.
14596         (gnus-pick-setup-message): Fix long-standing typo.
14597
14598 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * imap.el (imap-logout-timeout): New variable.
14601         (imap-logout, imap-logout-wait): New functions.
14602         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14603
14604         * nnimap.el (nnimap-logout-timeout): New server variable.
14605         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14606         nnimap-logout-timeout.
14607
14608         * gnus-art.el (gnus-article-summary-command-nosave)
14609         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14610
14611 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * gnus.el (gnus-maximum-newsgroup): New variable.
14614
14615         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14616         according to gnus-maximum-newsgroup.
14617
14618         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14619         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14620         Limit the range of articles according to gnus-maximum-newsgroup.
14621
14622 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14623
14624         * gnus-art.el (gnus-sticky-article): Fix problems described in
14625         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14626         Don't perform gnus-configure-windows here; reuse existing sticky
14627         article buffer.
14628
14629         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14630         it doesn't exist in gnus-article-mode.
14631
14632 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14635         (gnus-agent-decoded-group-name): New function.
14636         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14637         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14638
14639 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14640
14641         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14642         Add binding for gnus-sticky-article.
14643         (gnus-summary-exit): Don't kill sticky article buffers.
14644
14645         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14646         article buffer.
14647         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14648         (gnus-kill-sticky-article-buffers): New commands.
14649
14650 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * nntp.el (nntp-xref-number-is-evil): New server variable.
14653         (nntp-find-group-and-number): If it is non-nil, don't trust article
14654         numbers in the Xref header.
14655
14656 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * gnus-agent.el (gnus-agent-read-group): New function.
14659         (gnus-agent-flush-group, gnus-agent-expire-group)
14660         (gnus-agent-regenerate-group): Use it.
14661         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14662         nnmail-pathname-coding-system.
14663
14664 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14667
14668         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14669         that are unread as unread, and also as selected so that information of
14670         marks having been changed by a user may be updated when exiting group.
14671
14672 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14673
14674         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14675
14676 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14679         calculated ignoring signature parts to gnus-treat-article.
14680
14681 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14684         a point here in order to keep the window start.
14685         (gnus-insert-mime-security-button): Make a button overlay without the
14686         front stickiness.
14687         (gnus-mime-display-security): Goto the end of a button.
14688
14689         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14690
14691 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14694         group-name-at-point.
14695         (gnus-group-completing-read): New function that offers decoded
14696         non-ASCII group names for completion.
14697         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14698         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14699         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14700         (gnus-group-fetch-control): Use it.
14701         (gnus-fetch-group): Use group-name-at-point for the initial value
14702         rather than the default value; use gnus-alive-p.
14703
14704         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14705         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14706         (gnus-summary-post-news): Use gnus-group-completing-read.
14707
14708         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14709         (gnus-read-move-group-name): Decode group name for completion.
14710
14711 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14712
14713         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14714         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14715         Yamaoka slightly modified the code).
14716
14717 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14720         (nnmail-split-incoming): Bind it.
14721
14722         * nnml.el (nnml-group-name-charset): New function.
14723         (nnml-decoded-group-name): Use it; don't decode group name if
14724         nnmail-group-names-not-encoded-p is non-nil.
14725         (nnml-encoded-group-name): New function.
14726         (nnml-group-pathname): Inline nnml-decoded-group-name.
14727         (nnml-request-expire-articles): Decode group name in message.
14728         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14729         nnmail-pathname-coding-system.
14730         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14731         not decoded ones according to nnmail-group-names-not-encoded-p.
14732         (nnml-generate-active-info): Use nnml-encoded-group-name.
14733
14734 2007-08-08  Glenn Morris  <rgm@gnu.org>
14735
14736         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14737         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14738         doc-strings and comments.
14739
14740 2007-07-25  Glenn Morris  <rgm@gnu.org>
14741
14742         * Relicense all FSF files to GPLv3 or later.
14743
14744 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * gnus-sum.el (gnus-summary-move-article):
14747         Make gnus-summary-respool-article work.
14748
14749 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14752         string.
14753
14754 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14755
14756         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14757         that should be ignored when comparing distant RSS articles with local
14758         ones.
14759         (nnrss-make-hash-index): New function.  Create a hash index according
14760         to the ignored fields.
14761         (nnrss-check-group): Use it.
14762
14763 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14766
14767         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14768
14769         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14770         the new optional argument ENCODED is non-nil.
14771         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14772         coding system for encoding group name.
14773         (gnus-group-make-rss-group): Pass un-encoded group name to
14774         gnus-group-make-group.
14775         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14776         encoded.
14777
14778         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14779         Encode group name to which articles are moved or copied.
14780         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14781         coding system for encoding Newsgroup, Followup-To and Xref headers.
14782
14783         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14784         marks; use nnheader-file-coding-system to write a file.
14785         (nnagent-retrieve-headers): Bind file-name-coding-system to
14786         nnmail-pathname-coding-system.
14787
14788         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14789
14790         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14791         (nnml-request-article, nnml-request-create-group)
14792         (nnml-request-rename-group, nnml-find-id)
14793         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14794         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14795         (nnml-save-marks): Use nnml-group-pathname instead of
14796         nnmail-group-pathname.
14797
14798         (nnml-request-create-group, nnml-request-expire-articles)
14799         (nnml-request-move-article, nnml-request-delete-group)
14800         (nnml-deletable-article-p, nnml-possibly-create-directory)
14801         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14802         (nnml-open-marks): Bind file-name-coding-system to
14803         nnmail-pathname-coding-system.
14804
14805         (nnml-request-article): Pass server argument to nnml-find-group-number.
14806         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14807         Pass server argument to nnml-possibly-create-directory.
14808         (nnml-request-accept-article): Pass server argument to
14809         nnml-active-number and nnml-save-mail.
14810         (nnml-find-group-number): Pass server argument to nnml-find-id.
14811         (nnml-request-update-info): Pass server argument to
14812         nnml-marks-changed-p.
14813
14814         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14815         (nnml-save-mail, nnml-active-number): Add server argument.
14816
14817         (nnml-request-delete-group): Warn if group is missing.
14818         (nnml-get-nov-buffer): Decode group name.
14819         (nnml-generate-active-info): Encode group name.
14820         (nnml-open-marks): Decode group name in messages.
14821
14822 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14825         if it is not specified.
14826         (gnus-article-pipe-part, gnus-article-save-part)
14827         (gnus-article-interactively-view-part, gnus-article-copy-part)
14828         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14829         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14830         (gnus-article-replace-part, gnus-article-delete-part)
14831         (gnus-article-view-part-as-type): Pass raw prefix argument to
14832         gnus-article-part-wrapper.
14833
14834 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * gnus-agent.el (gnus-agent-save-active):
14837         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14838
14839         * gnus-cache.el (gnus-cache-save-buffers)
14840         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14841         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14842         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14843         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14844         (gnus-cache-generate-active, gnus-cache-rename-group)
14845         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14846         (gnus-cache-update-overview-total-fetched-for):
14847         Bind file-name-coding-system to nnmail-pathname-coding-system.
14848         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14849         New variables.
14850         (gnus-cache-decoded-group-name): New function.
14851         (gnus-cache-file-name): Use it.
14852         (gnus-cache-generate-active): Use non-decoded group name for active.
14853
14854         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14855         right place.
14856         (gnus-write-active-file): Don't break non-ASCII group names.
14857
14858         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14859         nnmail-pathname-coding-system.
14860
14861         * lpath.el: Bind default-file-name-coding-system,
14862         file-name-coding-system and language-info-alist for XEmacs.
14863
14864         * gnus-uu.el (gnus-uu-decode-save): Typo.
14865
14866 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14869
14870 2007-07-14  David Kastrup  <dak@gnu.org>
14871
14872         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14873         finishing actions if we did not edit the article.
14874
14875 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14878         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14879         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14880         (gnus-agent-flush-group, gnus-agent-flush-cache)
14881         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14882         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14883         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14884         (gnus-agent-regenerate-group)
14885         (gnus-agent-update-files-total-fetched-for)
14886         (gnus-agent-update-view-total-fetched-for):
14887         Bind file-name-coding-system to nnmail-pathname-coding-system.
14888         (gnus-agent-group-pathname): Don't encode file names by
14889         nnmail-pathname-coding-system.
14890         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14891         coding-system-for-write instead of buffer-file-coding-system to
14892         gnus-agent-file-coding-system.
14893
14894         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14895         Decode group name.
14896
14897         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14898
14899         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14900         (gnus-read-newsrc-el-file): Make group names unibyte.
14901
14902         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14903         nnmail-pathname-coding-system.
14904
14905         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14906         (nnrss-request-delete-group): Bind file-name-coding-system to
14907         nnmail-pathname-coding-system.
14908         (nnrss-read-server-data, nnrss-read-group-data):
14909         Bind file-name-coding-system correctly.
14910         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14911
14912         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14913         (nntp-server-to-method-cache): New variable.
14914         (nntp-group-pathname): New function that decodes non-ASCII group names.
14915         (nntp-possibly-create-directory, nntp-marks-changed-p)
14916         (nntp-save-marks, nntp-open-marks): Use it.
14917         (nntp-possibly-create-directory, nntp-open-marks):
14918         Bind file-name-coding-system to nnmail-pathname-coding-system.
14919         (nntp-open-marks): Decode group names when bootstrapping marks.
14920
14921         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14922         Newsgroups and Followup-To headers.
14923
14924 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14927         (gnus-server-closed-face, gnus-server-denied-face)
14928         (gnus-server-offline-face): Remove variable.
14929         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14930
14931         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14932         of modifying message-stack directly for XEmacs.
14933
14934         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14935         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14936         if the coding-system argument is nil for XEmacs.
14937
14938         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14939         mm-charset-override-alist.
14940
14941         * rfc2047.el: Don't require base64; require rfc2045 for the function
14942         rfc2045-encode-string.
14943         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14944         to quote the parameter value.
14945
14946 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14949         form in gnus-group-name-charset-method-alist.
14950
14951         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14952         overrides the default layout edit-form.
14953
14954         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14955
14956         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14957
14958 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14961         as unfetched articles.
14962
14963 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14964
14965         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14966
14967 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14970         original back end that keeps marks in the local system.
14971
14972 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14975         arg of pop-to-buffer for XEmacs.
14976         (gnus-article-read-summary-keys): Ditto; don't restore window
14977         configuration if summary command ends up with neither article buffer
14978         nor summary buffer; describe bindings if summary keys end with C-h.
14979
14980 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * message.el (message-fix-before-sending): Skip raw message part to be
14983         forwarded while checking illegible text.
14984         (message-forward-make-body-mime, message-forward-make-body):
14985         Mark signed or encrypted raw message as having no illegible text.
14986
14987 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14990         (gnus-message-with-timestamp-1): New macro.
14991         (gnus-message-with-timestamp): New function.
14992         (gnus-message): Use them.
14993
14994         * nnheader.el (nnheader-message): Use them.
14995
14996 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14999         .newsrc.eld file.
15000
15001 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * gnus-agent.el (gnus-agent-fetch-headers)
15004         (gnus-agent-retrieve-headers):
15005         Bind gnus-decode-encoded-address-function to identity.
15006
15007         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15008         available also when the server returns simply a dot.
15009
15010         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15011
15012 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15015
15016 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * gnus-ems.el (gnus-x-splash): Make it work.
15019
15020         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15021         from being used.
15022
15023         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15024
15025 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15028         4th and the 5th arguments.
15029
15030         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15031         the front stickiness.
15032         (gnus-article-summary-command-nosave): Correct the order of the
15033         arguments passed to pop-to-buffer.
15034         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15035         summary command ends up with the article buffer.
15036
15037         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15038         the same faces.
15039
15040 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15041
15042         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15043
15044 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15045
15046         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15047         * gnus-sum.el (gnus-summary-highlight):
15048         * pgg.el (pgg-sign-region, pgg-sign):
15049         * mail-source.el (mail-source-delete-old-incoming-confirm):
15050         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15051
15052 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * gnus-art.el (gnus-mime-view-part-externally)
15055         (gnus-mime-view-part-internally): Fix predicate function passed to
15056         completing-read.
15057
15058         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15059
15060         * gnus.el (gnus-update-message-archive-method): Add :version.
15061
15062 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * gnus.el (gnus-update-message-archive-method): New variable.
15065
15066         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15067         according to gnus-message-archive-method if
15068         gnus-update-message-archive-method is non-nil.
15069
15070 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15073         Suggested by Loic Dachary <loic@dachary.org>.
15074         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15075
15076 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * message.el (message-pop-to-buffer): Add switch-function argument.
15079         (message-mail): Pass switch-function argument to it.
15080
15081 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15084         Improve doc string.
15085
15086 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15089         (gnus-header-content):
15090         * gnus-cite.el (gnus-cite-10):
15091         * gnus-srvr.el (gnus-server-closed):
15092         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15093         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15094         (gnus-group-mail-3-empty, gnus-group-mail-low)
15095         (gnus-group-mail-low-empty, gnus-splash):
15096         * message.el (message-header-to, message-header-cc)
15097         (message-header-subject, message-header-other, message-header-name)
15098         (message-header-xheader, message-separator, message-cited-text)
15099         (message-mml): Lighten colors of faces used for dark background.
15100
15101 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15102
15103         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15104         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15105
15106 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * message.el (message-narrow-to-headers-or-head):
15109         Ignore mail-header-separator in the body.
15110
15111 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15114         same as window size.
15115
15116 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15117
15118         * message.el (message-font-lock-keywords): Use message-header-xheader
15119         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15120         ahead of the anything pattern, to get it recognized.
15121
15122 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15125         spam.el loads uses it in the compiled defadvice form.
15126
15127 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15128
15129         * gnus-sum.el (gnus-articles-to-read)
15130         (gnus-summary-insert-old-articles): Don't truncate group name for
15131         `read-string'.
15132
15133         * gnus-util.el (gnus-limit-string): Delete this function.
15134
15135         * gnus-sum.el (gnus-simplify-subject-fully):
15136         Use `truncate-string-to-width' instead.
15137
15138 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15139
15140         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15141         Tell if, on summary exit, the next group has to be selected.
15142         (gnus-summary-exit): Use it.
15143
15144 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15147         non-break space.
15148
15149 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15152         Check if group is not a directory.
15153         (nnfolder-request-expire-articles): Don't delete articles if the target
15154         group is not available.
15155
15156         * nnml.el (nnml-request-create-group): Properly check if group is not a
15157         file.
15158         (nnml-request-expire-articles): Don't delete articles if the target
15159         group is not available.
15160
15161         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15162         Don't quote characters that are within parentheses.
15163
15164 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15167         (gnus-handle-ephemeral-exit): Select article according to it.
15168
15169 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15170
15171         * message.el (message-insert-formated-citation-line): Remove newline.
15172         (message-citation-line-format): Add final \n here so that the user can
15173         avoid a blank line.
15174
15175 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15176
15177         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15178         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15179         Update lanl/arXiv support.
15180
15181 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * gnus.el: Bump version number.
15184
15185 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15186
15187         * gnus.el (gnus-version-number): Bump version.
15188
15189 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15190
15191         * gnus.el: No Gnus v0.6 is released.
15192
15193 2007-04-27  Didier Verna  <didier@xemacs.org>
15194
15195         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15196         * gmm-utils.el (gmm-regexp-concat): ... here.
15197         * message.el: Don't require 'gnus-util.
15198         (message-dont-reply-to-names): Handle name change above.
15199         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15200
15201 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15204         since the initial value varies according to the system.
15205
15206 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15209
15210 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15211
15212         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15213
15214 2007-04-24  Didier Verna  <didier@xemacs.org>
15215
15216         Improve the type of gnus-ignored-from-addresses.
15217         * gnus-util.el (gnus-orify-regexp): New function.
15218         * message.el (gnus-util): Require it.
15219         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15220         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15221         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15222
15223 2007-04-24  Didier Verna  <didier@xemacs.org>
15224
15225         * gnus-sum.el:
15226         * gnus-utils.el: Fix some trailing whitespaces.
15227
15228 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15231         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15232         article's Message-ID; refer parent article in summary buffer.
15233
15234         * message.el (message-bounce): Call mime-to-mml.
15235
15236         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15237         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15238         optimize and/or forms properly.
15239
15240 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15241
15242         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15243         URL.
15244
15245 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15248
15249 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15252         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15253         displayed of multipart/alternative part if it is invoked from summary
15254         buffer.
15255
15256         * mm-view.el (mm-inline-text-html-render-with-w3m)
15257         (mm-inline-text-html-render-with-w3m-standalone)
15258         (mm-inline-render-with-function): Use mail-parse-charset by default.
15259
15260 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15261
15262         * parse-time.el (parse-time-string-chars): Check if CHAR
15263         is less than the length of parse-time-syntax.
15264
15265 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15268         from gnus-newsgroup-processable.
15269
15270 2007-04-16  Didier Verna  <didier@xemacs.org>
15271
15272         * gnus-msg.el (gnus-configure-posting-styles):
15273         Handle message-signature-directory properly with :file syntax.
15274         Reported by "Leo".
15275
15276 2007-04-11  Didier Verna  <didier@xemacs.org>
15277
15278         New user option: message-signature-directory.
15279         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15280         * message.el (message-insert-signature): Ditto.
15281         * message.el (message-signature-file): Doc update.
15282         * message.el (message-signature-directory): New.
15283
15284 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * gnus-msg.el (gnus-inews-yank-articles):
15287         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15288
15289 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * message.el (message-yank-original): Make sure cited text ends with
15292         newline; don't exchange point and mark.
15293
15294 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15295
15296         * tls.el (open-tls-stream): Properly handle case where there
15297         is no associated buffer.
15298
15299 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15300
15301         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15302         message-yank-original, make sure (< mark TEXT point).
15303
15304 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15305
15306         * message.el (message-fill-column): New variable.
15307         (message-mode): Use it.  Add comment on a possible new hook.
15308
15309         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15310         (nnmail-get-new-mail): Reformat.
15311
15312         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15313
15314         * gmm-utils.el: Fix Commentary.
15315         (gmm-tool-bar-from-list): Fix typo in doc string.
15316
15317 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15318
15319         * message.el (message-yank-original): Don't switch point and mark
15320         unnecessarily to put point and mark as documented.
15321
15322 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15323
15324         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15325         from the message heads.
15326
15327 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15328
15329         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15330         article buffer does not have a window.  This may not be the best
15331         solution but is certainly better than setting the start of the null,
15332         that is the current, window.
15333
15334 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15337         (gnus-draft-setup): Run it.
15338
15339         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15340         gnus-score-fast-scoring.  Allow regexp.
15341         (gnus-score-headers): Use it.
15342
15343         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15344         XEmacs.
15345
15346         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15347         string.
15348         (gnus-button-alist): Also catch `<f1> k ...'.
15349         (gnus-treat-display-x-face): Fix doc string.
15350
15351 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15352
15353         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15354         evaluation of gnus-extended-version to ensure correct generation of the
15355         User-Agent header when message-generate-headers-first is used.
15356
15357 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15358
15359         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15360         hashcash-path is nil.  Don't call callback with incorrect number of
15361         parameters if val is 0.
15362
15363 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15364
15365         * message.el (message-required-news-headers):
15366         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15367
15368 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15369
15370         * tls.el (open-tls-stream): In handshake-waiting loop,
15371         don't wait more if there is output available to process.
15372
15373 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15374
15375         * tls.el (tls-program): Doc fix.
15376
15377 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * message.el (message-generate-new-buffers): Change the meaning of the
15380         nil value; add `standard' to the choices; treat t as `unique'; improve
15381         doc string.
15382         (gnus-select-frame-set-input-focus): Autoload.
15383         (message-buffer-name): Search for the existing message buffer if
15384         message-generate-new-buffers is nil or `standard'; treat the value t of
15385         message-generate-new-buffers as `unique'.
15386         (message-pop-to-buffer): Raise the frame already displaying the message
15387         buffer; clear the echo area after querying.
15388         (message-setup): Pass the `continue' argument to compose-mail.
15389         (message-mail): Prefer `switch-function' if it is given; search for the
15390         existing message buffer if the `continue' argument is non-nil; pass
15391         continue and switch-function arguments to compose-mail by way of
15392         message-setup.
15393         (message-mail-other-window): Adjust argument of message-setup.
15394         (message-mail-other-frame): Ditto.
15395
15396 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15399         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15400         to turn font-lock on when turning gnus-message-citation-mode on.
15401
15402 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15403
15404         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15405         (mml-smime-function-alist): New variable; add epg as the backend.
15406         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15407         mml-smime- functions instead.
15408         * mm-view.el: Require smime.
15409
15410 2007-03-05  Didier Verna  <didier@xemacs.org>
15411
15412         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15413         instead of just inheritance for posting styles.
15414         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15415
15416 2007-02-24  Chris Moore  <dooglus@gmail.com>
15417
15418         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15419         * pgg-pgp.el (pgg-pgp-encrypt-region):
15420         * pgg-gpg.el (pgg-gpg-encrypt-region):
15421         Check pgg-encrypt-for-me if no other recipients.
15422
15423 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15424
15425         * tls.el (tls-certtool-program): Fix custom type.
15426
15427 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15430         and point-at-eol instead of line-(beginning|end)-position.
15431
15432         * assistant.el (assistant-parse-buffer): Ditto.
15433
15434         * netrc.el (netrc-parse-services): Ditto.
15435
15436 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15437
15438         * mml2015.el (mml2015-epg-find-usable-key): New function.
15439         (mml2015-epg-sign): Use it.
15440         (mml2015-epg-encrypt): Use it.
15441
15442 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15443
15444         * message.el (message-make-in-reply-to): Quote name containing
15445         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15446         if there are special characters.  Reported by NAKAJI Hiroyuki
15447         <nakaji@jp.freebsd.org>.
15448
15449 2007-02-27  Didier Verna  <didier@xemacs.org>
15450
15451         Include the group parameters as well as the topic ones in the
15452         inheritance filter process.
15453         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15454         argument GROUP-PARAMS-LIST.
15455         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15456
15457 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * nntp.el (nntp-never-echoes-commands)
15460         (nntp-open-connection-functions-never-echo-commands): New variables.
15461         (nntp-send-command): Use them.
15462
15463 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15464
15465         * mml2015.el (mml2015-epg-verify): Simplify.
15466
15467 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * mml.el (mml-content-disposition-alist): New user option.
15470         (mml-content-disposition): New function.
15471         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15472         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15473
15474 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15475
15476         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15477         verification.
15478
15479 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15480
15481         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15482         articles posted in the last 24 hours.
15483
15484 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15485
15486         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15487
15488 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15489
15490         * nntp.el (nntp-send-command): Don't wait for echoes when
15491         nntp-open-ssl-stream is used.
15492
15493 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15496         (gnus-message-add-citation-keywords)
15497         (gnus-message-remove-citation-keywords): Remove.
15498         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15499         directly, make the variables in font-lock-defaults buffer-local, add
15500         gnus-message-citation-keywords to them and then update the value of
15501         font-lock-keywords.
15502
15503 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * message.el (message-cite-original-1): Don't call
15506         gnus-article-highlight-citation.
15507
15508         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15509         citations; fix line count.
15510
15511 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15514         (gnus-message-add-citation-keywords)
15515         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15516         versions of font-lock-add-keywords and font-lock-remove-keywords to
15517         work with XEmacs correctly.
15518
15519 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * gnus-cite.el (gnus-cite-face-list): Set the values of
15522         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15523         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15524         (gnus-message-cite-prefix-regexp): New variable.
15525         (gnus-message-search-citation-line): Use it; protect against long
15526         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15527         the 0th match data for Emacs.
15528         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15529         (gnus-message-add-citation-keywords): Append keywords rather than
15530         prepending; emulate font-lock-add-keywords if it is not available.
15531         (gnus-message-remove-citation-keywords):
15532         Emulate font-lock-remove-keywords if it is not available.
15533
15534         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15535
15536         * message.el (message-cite-prefix-regexp): Set the value of
15537         gnus-message-cite-prefix-regexp.
15538
15539 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15540
15541         * nnweb.el (nnweb-google-parse-1): Update parser.
15542
15543 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15544
15545         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15546
15547 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15548
15549         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15550         regexp.
15551
15552 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15555         string-to-multibyte.
15556         (uudecode-decode-region-internal): Use it.
15557
15558         * lpath.el: Fbind string-as-multibyte for XEmacs.
15559
15560 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15561
15562         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15563         Fix custom choice.
15564
15565         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15566
15567 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15568
15569         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15570
15571         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15572         `write-region' to respect `mm-inhibit-file-name-handlers'.
15573
15574 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15575
15576         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15577         Use gnus-home-directory instead of "~/" or "$HOME".
15578
15579 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15580
15581         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15582         to mention filename.
15583         Add comments at beginning regarding usage.
15584         (encrypt-write-file-contents): Change interactive so a string is
15585         acceptable.  If the file has no associated model, show an error instead
15586         of a nonsense prompt.
15587
15588 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15589
15590         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15591         Thanks to Yoshihiko Yamada for kind notification of this typo.
15592
15593 2007-01-12  Kenichi Handa  <handa@m17n.org>
15594
15595         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15596         multibyte buffer.
15597
15598 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15599
15600         * gnus-score.el (gnus-score-fast-scoring): New variable.
15601         (gnus-score-headers): Use it.
15602
15603         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15604
15605         * message.el (message-cite-original-1):
15606         Call gnus-article-highlight-citation if requested.
15607         (message-make-from): Allow name and address as optional arguments.
15608
15609         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15610
15611         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15612         bugs to doc string.
15613         (gnus-button-alist): Add mid\\|message-id.
15614         (gnus-button-fetch-group): Extend for use in
15615         `browse-url-browser-function'.
15616         (gnus-button-url-regexp): Try to catch paired parentheses like in
15617         Wikipedia URLs.
15618
15619         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15620         Suggested by Simon Krahnke <overlord@gmx.li>.
15621
15622 2007-01-13  Romain Francoise  <romain@orebokech.com>
15623
15624         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15625         Update copyright.
15626
15627 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15628
15629         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15630
15631 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15632
15633         * gnus-registry.el (gnus-registry-unfollowed-groups)
15634         (gnus-registry-split-fancy-with-parent): Fix documentation.
15635
15636 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15637
15638         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15639         from nnweb groups.
15640
15641 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15642
15643         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15644         Xref urls.  Erase buffer before requesting head.
15645
15646         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15647
15648 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15651         customizable.
15652
15653 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15654
15655         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15656         no signing key is found.
15657         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15658         no encrypting and/or signing key is found.
15659
15660 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15663
15664 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15665
15666         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15667         headers read from disk with the ones newly found in the current search.
15668         This should no longer cause problems, because the article numbers in
15669         Gmane's `nov.php' output are ignored since the previous change.
15670
15671 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15672
15673         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15674
15675 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15678         replace-regexp-in-string; bind url-version; fbind display-images-p and
15679         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15680         find-face and set-itimer-function for Emacs; bind itimer-list for
15681         Emacs.
15682
15683         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15684
15685 2007-01-01  Romain Francoise  <romain@orebokech.com>
15686
15687         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15688
15689 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15690
15691         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15692         `define-minor-mode' macro definition expanded properly.
15693         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15694         exclude it there.
15695
15696         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15697         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15698         `fboundp' test.
15699         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15700         This is OK to autoload in (S)XEmacs now.
15701
15702 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15703
15704         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15705         keystroke.
15706         (gnus-summary-limit-to-singletons): Fix typo.
15707
15708         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15709         else fails.
15710
15711 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15712
15713         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15714         docstring.
15715
15716         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15717         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15718         (gnus-summary-insert-dormant-articles): Fix typo in message.
15719
15720 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15721
15722         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15723         nil for XEmacs.
15724         (gnus-message-citation-mode): Don't autoload in XEmacs.
15725
15726         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15727
15728 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15729
15730         * nnimap.el (nnimap-expunge-search-string):
15731         Mention nnimap-search-uids-not-since-is-evil in docstring.
15732
15733 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15734
15735         * spam.el: Revert to make-obsolete-variable because
15736         define-obsolete-variable-alias is not supported in Emacs 21.
15737
15738         * spam.el (spam-ifile-path, spam-ifile-database-path)
15739         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15740         make-obsolete-variable.
15741         (spam-bsfilter-path, spam-bsfilter-program)
15742         (spam-spamassassin-path, spam-spamassassin-program)
15743         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15744         Don't use "path" inappropriately.
15745         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15746         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15747         variable names.
15748
15749 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15750
15751         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15752         summary buffer.
15753
15754         * password.el (password-cache-remove): Use clear-string to burn
15755         password, if available.
15756
15757 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15758
15759         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15760
15761         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15762
15763         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15764         (gnus-message-highlight-citation): Move defcustom here from
15765         gnus-cite.el.
15766         (gnus-message-citation-mode): Autoload.
15767
15768         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15769         checks to make it compile with XEmacs.
15770         (gnus-message-citation-mode): New minor mode.
15771         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15772         (gnus-message-highlight-citation): New variables.
15773         (gnus-message-search-citation-line)
15774         (gnus-message-add-citation-keywords)
15775         (gnus-message-remove-citation-keywords)
15776         (turn-on-gnus-message-citation-mode)
15777         (turn-off-gnus-message-citation-mode): New functions.
15778
15779 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15780
15781         * gnus-cite.el: Enable highlighting of different citation levels in
15782         message-mode.
15783
15784 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15785
15786         * message.el (message-make-fqdn): Fix comment.
15787         (message-bogus-system-names): Add ".local".
15788
15789         * spam.el (spam-ifile-path, spam-ifile-program)
15790         (spam-ifile-database-path, spam-ifile-database)
15791         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15792         Don't use "path" inappropriately.
15793         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15794         strings.
15795         (spam-check-ifile, spam-ifile-register-with-ifile)
15796         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15797         Use new variable names.
15798
15799         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15800         (gnus-treat-display-smileys): Simplify using
15801         gnus-image-type-available-p.
15802
15803         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15804         available.
15805
15806         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15807         Use `display-images-p' if available.
15808
15809 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15812         one after turning on the buffer's multibyteness instead of decoding
15813         them directly in the unibyte buffer that causes unexpected conversion
15814         in Emacs 23 (unicode).
15815
15816 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15817
15818         * message.el (message-generate-hashcash): Fix custom type.
15819
15820 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15821
15822         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15823
15824 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15825
15826         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15827         disconnect icons.  Add help text.
15828
15829 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15830
15831         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15832         negated to be consistent with the others we handle.
15833
15834 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15835
15836         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15837         version of gnus-summary-buffer to something, so that we can use two
15838         article buffers at the same time.
15839
15840 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15841
15842         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15843         trigger all the extra headers.
15844         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15845         sorting.
15846
15847 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15848
15849         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15850         solid groups.
15851
15852 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15853
15854         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15855
15856 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * legacy-gnus-agent.el: Add Copyright notice.
15859
15860 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15861
15862         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15863
15864 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15865
15866         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15867
15868         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15869         to make it work reliably in CVS Emacs.
15870         (gnus-summary-limit-strange-charsets-predicate)
15871         (gnus-summary-limit-to-predicate): New functions.
15872
15873 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15874
15875         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15876         specifying array size.
15877         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15878         array if it is too small.
15879         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15880         (gnus-sort-threads-loop): New function.
15881
15882 2006-12-06  Chris Moore  <dooglus@gmail.com>
15883
15884         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15885         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15886
15887 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15888
15889         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15890         options.
15891
15892 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15893
15894         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15895         DOS-ing the recipient.
15896
15897         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15898         the headers when creating the mapping to avoid mismappings.
15899         (nnweb-gmane-create-mapping): Always nix out old mapping.
15900
15901 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15904         and mm-verify-option to never.
15905
15906 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * message.el (message-signed-or-encrypted-p): New function.
15909         (message-forward-make-body): Use it.
15910
15911         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15912         Replace encode-coding-string with mm-encode-coding-string.
15913
15914 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15915
15916         * nneething.el (nneething-decode-file-name):
15917         Replace decode-coding-string with mm-decode-coding-string.
15918
15919         * gnus-int.el (gnus-open-server): Say failed server's name.
15920
15921 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15922
15923         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15924         strings to a single string.  Quote `errors-file-name'.
15925         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15926         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15927         Adjust calls.  Use `shell-quote-argument'.
15928
15929 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15930
15931         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15932         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15933
15934         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15935         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15936         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15937         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15938         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15939         (gnus-subscribe-newsgroup, gnus-1):
15940         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15941         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15942         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15943         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15944
15945 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15946
15947         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15948         keystroke.
15949         (gnus-summary-limit-to-bodies): Implement headersp.
15950
15951 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15952
15953         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15954
15955 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15958
15959 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15960
15961         * message.el (message-generate-hashcash): Expand range of values to
15962         include `opportunistic'.
15963         (message-send-mail): Use it.
15964
15965 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15966
15967         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15968         and comment it.
15969
15970         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15971
15972 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15973
15974         * gnus-util.el (gnus-extract-address-components): Improve comment.
15975
15976 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * gnus-util.el (gnus-extract-address-components): Work with address in
15979         which the name portion contains @.
15980
15981         * lpath.el: Fbind custom-autoload.
15982
15983 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15984
15985         * gnus.el (gnus-start): Move custom group up.
15986         (gnus-select-method): Don't autoload, but make it available for
15987         `customize-variable'.
15988         (gnus-getenv-nntpserver): Don't autoload.
15989
15990 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15991
15992         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15993
15994 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15995
15996         * message.el (message-sendmail-extra-arguments): New variable.
15997         (message-send-mail-with-sendmail): Use it.
15998
15999 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16002         mm-with-unibyte-current-buffer to make string unibyte.
16003
16004         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16005         mm-string-as-multibyte.
16006
16007 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16008
16009         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16010         Reported by Werner Koch <wk@gnupg.org>.
16011
16012 2006-11-14  Daiki Ueno  <ueno@p360>
16013
16014         * mml2015.el: Autoload epa-select-keys when compiling.
16015
16016 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16017
16018         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16019         message-options.
16020         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16021
16022 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16023
16024         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16025         EasyPG (< 0.0.6).
16026         (mml2015-always-trust): New user option.
16027         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16028         prompt.
16029
16030 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * nntp.el (nntp-authinfo-force): New variable.
16033         (nntp-send-authinfo): Use it.
16034
16035 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16036
16037         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16038         decode encoded words.  Improve prompt.  Add comment about forwarding.
16039         (message-replacement-char): Move up.
16040
16041 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16042
16043         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16044         instead of gnus-intersection because arguments of gnus-sorted-nunion
16045         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16046
16047 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16048
16049         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16050         (message-simplify-subject-functions):
16051         Enable message-strip-subject-encoded-words by default.
16052
16053 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * message.el (message-strip-subject-encoded-words): New function.
16056         (message-simplify-subject-functions): New variable.
16057         (message-simplify-subject): Use it.  Fix typo in doc string.
16058         Support message-strip-subject-encoded-words.
16059
16060 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16061
16062         * gnus-diary.el (gnus-diary-delay-format-function):
16063         * nndiary.el (nndiary-reminders):
16064         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16065
16066 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16067
16068         * gnus-art.el (article-hide-boring-headers): Fetch date from
16069         gnus-original-article-buffer to avoid problems with localized date
16070         strings.
16071
16072 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16075
16076 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16077
16078         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16079         New variables.
16080         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16081         (mm-charset-synonym-alist): Move some entries to
16082         mm-codepage-iso-8859-list.
16083         (mm-charset-synonym-alist, mm-charset-override-alist):
16084         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16085
16086 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16089
16090 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16091
16092         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16093         with Emacs 21 and XEmacs.
16094
16095 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16096
16097         * spam.el (spam-parse-address): New function for better parsing,
16098         catching errors, etc.
16099         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16100
16101 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16102
16103         * mm-view.el: Add interactive arg to html2text autoload.
16104
16105 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16108
16109 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16110
16111         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16112         New variables.
16113         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16114         (mm-charset-synonym-alist): Move some entries to
16115         mm-codepage-iso-8859-list.
16116
16117         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16118
16119 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16120
16121         * message.el (message-citation-line-format)
16122         (message-insert-formated-citation-line): Fix implementation of %E, %N
16123         and %n according to the doc string.
16124
16125 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16126
16127         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16128         Use car-safe to avoid bad parses.
16129
16130 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16133         names.
16134
16135         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16136
16137 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16140         header.
16141
16142         * message.el (message-draft-headers): Add Date.
16143         (message-headers-to-generate): Fix typo in docstring.
16144
16145         * nndraft.el (nndraft-required-headers): New variable.
16146         (nndraft-generate-headers): Use it.
16147
16148         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16149
16150 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16151
16152         * gnus-registry.el (gnus-registry-wash-for-keywords)
16153         (gnus-registry-find-keywords): New functions to allow easy searching of
16154         articles that are in the registry.
16155
16156 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16157
16158         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16159         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16160         Reported by Damien Elmes <damien@repose.cx>.
16161
16162 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * gnus.el (gnus-mime): Remove unused custom group.
16165
16166 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16167
16168         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16169         "blank line" when searching for end of armor headers.
16170
16171 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * gmm-utils.el (gmm-write-region): Fix variable name.
16174
16175 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16176
16177         * gmm-utils.el (gmm-write-region): New function based on compatibility
16178         code from `mm-make-temp-file'.
16179
16180         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16181
16182         * nnmaildir.el (nnmaildir--update-nov)
16183         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16184         Use `gmm-write-region'.
16185
16186 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16187
16188         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16189         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16190
16191         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16192
16193         * message.el (message-replacement-char): New variable.
16194         (message-fix-before-sending): Use it.
16195         (message-simplify-subject): New function to remove duplicate code.
16196         (message-reply, message-followup): Use it.
16197
16198         * gnus-sum.el (gnus-summary-make-menu-bar):
16199         Clarify gnus-summary-limit-to-articles.
16200
16201 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * gnus-util.el (gnus-with-local-quit): New macro.
16204
16205         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16206
16207 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16208
16209         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16210         ignore non-string data.
16211
16212 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16213
16214         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16215         non-string data (needs to be done in the registry too).
16216
16217 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16218
16219         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16220         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16221         (gnus-registry-split-fancy-with-parent)
16222         (gnus-registry-fetch-simplified-message-subject-fast)
16223         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16224         Remove text properties on ingress into the registry and when it's saved.
16225         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16226         registry from entries with no groups.
16227
16228 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16229
16230         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16231         function to remove string properties.
16232
16233 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16234
16235         * gmm-utils.el (gmm): Adjust custom version.
16236
16237         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16238         Adjust custom version.
16239
16240         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16241
16242 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16243
16244         * gnus-art.el (gnus-insert-prev-page-button)
16245         (gnus-insert-next-page-button): Simplify.  Reformat.
16246
16247 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16248
16249         * gnus-art.el (gnus-insert-prev-page-button)
16250         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16251
16252 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16253
16254         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16255
16256 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16257
16258         * gnus-art.el (gnus-insert-mime-button)
16259         (gnus-insert-mime-security-button):
16260         Apply gnus-article-button-face to MIME and security buttons.
16261
16262 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16263
16264         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16265         readable.
16266
16267 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16270
16271 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16272
16273         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16274         `browse-url-of-file' instead of `browse-url'.
16275
16276 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16277
16278         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16279         regexp.  Articles containing quotation were cut prematurely.
16280
16281 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * message.el (message-cite-original-1): Use nobody by default for the
16284         value of From header.
16285         (message-reply): Ditto.
16286
16287 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16288
16289         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16290         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16291         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16292
16293 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16294
16295         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16296         mails in the doc string.  Add some URLs in comment.
16297         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16298
16299 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16302         backslashes handling and the way to find boundaries of quoted strings.
16303
16304 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16305
16306         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16307         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16308         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16309         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16310
16311 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16312
16313         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16314         doc string.
16315         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16316
16317 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * lpath.el: Fbind epg-check-configuration.
16320
16321 2006-09-06  Simon Josefsson  <jas@extundo.com>
16322
16323         * mml2015.el (mml2015-use): Doc fix, mention epg.
16324
16325 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16326
16327         * mml2015.el (mml2015-use): Default to epg, if available.
16328
16329 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16330
16331         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16332         message-sender.
16333         (mml1991-epg-encrypt): Ditto.
16334         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16335         message-sender.
16336         (mml2015-epg-encrypt): Ditto.
16337
16338 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16339
16340         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16341         several common directories.
16342
16343 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16344
16345         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16346         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16347
16348 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * gnus-art.el (article-decode-encoded-words): Make it fast.
16351
16352 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16355
16356         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16357         in quoted string into `\'.
16358
16359 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16362         Use standard-syntax-table.
16363
16364 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * gnus-art.el (gnus-decode-address-function): New variable.
16367         (article-decode-encoded-words): Use it to decode headers which are
16368         assumed to contain addresses.
16369         (gnus-mime-delete-part): Remove useless `or'.
16370
16371         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16372         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16373         (gnus-nov-parse-line): Use it to decode From header.
16374         (gnus-get-newsgroup-headers): Ditto.
16375         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16376
16377         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16378         (mail-decode-encoded-address-string): New alias.
16379
16380         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16381         New function.
16382         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16383         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16384         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16385         (rfc2047-decode-string): Ditto.
16386         (rfc2047-decode-address-region): New function.
16387         (rfc2047-decode-address-string): New function.
16388
16389 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16390
16391         * message.el (message-caesar-buffer-body): Allow rotating headers.
16392
16393         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16394
16395         * message.el (message-insert-formated-citation-line): Fix %f.
16396         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16397
16398 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16401         (gnus-bookmark-mouse-available-p): New macro.
16402         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16403         (gnus-bookmark-bmenu-show-infos): Use it.
16404         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16405         (gnus-bookmark-bmenu-hide-infos): Ditto.
16406         (gnus-bookmark-remove-properties): New function.
16407         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16408         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16409         (gnus-bookmark-write-file): Bind coding-system-for-write.
16410         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16411         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16412         group before selecting it.
16413         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16414         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16415         quit-window if it is not available; use gnus-mouse-2 and bind it to
16416         gnus-bookmark-bmenu-select-by-mouse.
16417         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16418         (gnus-bookmark-bmenu-select-by-mouse): New function.
16419
16420 2006-08-13  Romain Francoise  <romain@orebokech.com>
16421
16422         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16423         space.
16424
16425 2006-08-10  Romain Francoise  <romain@orebokech.com>
16426
16427         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16428         (dns-mode-soa-auto-increment-serial): New user option.
16429         (dns-mode-soa-maybe-increment-serial): New function.
16430         (dns-mode): Add the latter to `write-contents-functions'.
16431
16432 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * compface.el (uncompface): Use binary rather than raw-text-unix.
16435
16436 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16437
16438         * compface.el (uncompface): Make sure the eol conversion doesn't take
16439         place when communicating with the external programs.
16440         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16441
16442 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16445
16446 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16447
16448         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16449         Make it more robust by parsing author and date independently.
16450
16451 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16454
16455 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16456
16457         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16458         first matching secret key.
16459         (mml2015-epg-encrypt): Ditto.
16460
16461         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16462         first matching secret key.
16463         (mml1991-epg-encrypt): Ditto.
16464
16465         * mml2015.el (mml2015-encrypt-to-self): New user option.
16466         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16467         mml2015-epg-encrypt-to-self is set.
16468
16469         * mml1991.el (mml1991-encrypt-to-self): New variable.
16470         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16471         mml1991-epg-encrypt-to-self is set.
16472
16473         * mml2015.el (mml2015-signers): New user option.
16474         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16475         (mml2015-epg-encrypt): Allow to select signing keys.
16476
16477         * mml1991.el (mml1991-signers): New variable.
16478         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16479         (mml1991-epg-encrypt): Allow to select signing keys.
16480
16481 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * nnheader.el (nnheader-insert-head): Make it work even if the file
16484         uses CRLF for the line-break code.
16485
16486 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16487
16488         * mml2015.el: Require mml-sec instead of password.
16489         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16490         (mml2015-cache-passphrase): Inherit the default value from
16491         mml-secure-cache-passphrase.
16492         (mml2015-passphrase-cache-expiry): Inherit the default value from
16493         mml-secure-passphrase-cache-expiry.
16494
16495         * mml1991.el: Require mml-sec instead of password.
16496         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16497         (mml1991-cache-passphrase): Inherit the default value from
16498         mml-secure-cache-passphrase.
16499         (mml1991-passphrase-cache-expiry): Inherit the default value from
16500         mml-secure-passphrase-cache-expiry.
16501
16502         * mml-sec.el: Require password.
16503         (mml-secure-verbose): New user option.
16504         (mml-secure-cache-passphrase): New user option.
16505         (mml-secure-passphrase-cache-expiry): New user option.
16506
16507 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16508             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16509
16510         * pgg-def.el (pgg-truncate-key-identifier):
16511         Truncate the key ID to 8 letters from the end.
16512
16513 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16514
16515         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16516         workaround for the url package included with Emacs.
16517
16518         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16519
16520 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16523         correctly.  This fixes a bug caused by the 2006-05-12 change.
16524
16525 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16526
16527         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16528         some information about the error when saying that the `bogus' mail
16529         group will be used.
16530
16531 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16534         string.
16535
16536 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16537
16538         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16539
16540 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16541
16542         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16543
16544 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16545
16546         * mml1991.el (mml1991-function-alist): Add epg.
16547         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16548         (mml1991-epg-encrypt): New functions.
16549
16550 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16551
16552         * mml2015.el (mml2015-verbose): New variable.
16553         (mml2015-cache-passphrase): Ditto.
16554         (mml2015-passphrase-cache-expiry): Ditto.
16555         (mml2015-function-alist): Add epg.
16556         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16557         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16558         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16559         New functions.
16560
16561 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16562
16563         * message.el (message-cite-original-1): Preserve region when removing
16564         quoted text due to X-No-Archive in order to avoid bogus attribution
16565         when citing multiple messages.
16566
16567 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16568
16569         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16570         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16571
16572 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * gnus-diary.el (gnus-user-format-function-d)
16575         (gnus-user-format-function-D): Autoload.
16576
16577         * imap.el (Commentary): Fix typo.
16578
16579         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16580         2006-04-22 contribution.
16581
16582 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16583
16584         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16585         It didn't really fix the bogosity I'm seeing with solid web groups.
16586
16587 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16588
16589         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16590         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16591         created using server names.  If we use the feature without declaring
16592         it, Gnus does not properly manage server and group state.
16593
16594         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16595         bound.
16596
16597 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16598
16599         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16600         looking up the method using GROUP's prefix before inventing a new one.
16601         It is used on killed/unknown groups in various places where returning
16602         an all-new method isn't expected by the caller.
16603
16604         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16605         and match semantics of gnus-group-real-prefix.
16606
16607 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16608
16609         * nnmail.el (nnmail-broken-references-mailers): New variable.
16610         (nnmail-ignore-broken-references): New function generalizing
16611         nnmail-fix-eudora-headers.
16612         (nnmail-fix-eudora-headers): Now obsolete.
16613
16614         * gnus-art.el (gnus-button-handle-custom):
16615         Support `customize-apropos*'.
16616
16617 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16618
16619         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16620
16621         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16622         articles.
16623
16624 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * message.el (message-cite-reply-above): New variable.
16627         (message-yank-original): Use it.
16628
16629 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16632
16633 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16634
16635         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16636         as read.
16637
16638         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16639
16640 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16643         (gnus-bookmark-default-file): Use gnus-directory.
16644         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16645         Remove "*" in doc string.
16646         (gnus-bookmark-write-file): Simplify.
16647         (gnus-bookmark-maybe-sort-alist): Use `when'.
16648         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16649         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16650         Add FIXME about Emacs 21 and XEmacs compatibility.
16651         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16652         compatibility.
16653         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16654         compatibility.
16655         (gnus-bookmark-menu-heading): Fix version.
16656
16657 2006-06-19  Bastien Guerry  <bzg@altern.org>
16658
16659         * gnus-bookmark.el: New file.
16660
16661 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * message.el (message-syntax-checks): Doc fix.
16664
16665 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16666
16667         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16668         unsubscribed groups as if they were killed ones.  It causes duplicate
16669         entries in gnus-newsrc-alist.
16670
16671 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * message.el (message-syntax-checks): Doc fix.
16674         (message-send-mail): Add check for continuation headers.
16675         (message-check-news-header-syntax): Fix regexp used to check for
16676         continuation headers.
16677
16678 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16681
16682 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16685
16686 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16689         default-truncate-lines.
16690
16691 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16694         to fill the utf-8 entry.
16695
16696         * lpath.el: Fbind unicode-precedence-list.
16697
16698 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16699
16700         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16701
16702 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16703
16704         * gnus-agent.el (directory-files-and-attributes): Move all the way
16705         forward (the third and final move).
16706         (gnus-agent-read-agentview): Trap reconstruction errors due to
16707         nonexistent directory.  Handle by returning nil.
16708
16709 2006-05-30  Didier Verna  <didier@xemacs.org>
16710
16711         * message.el (message-dont-reply-to-names): Update the custom type.
16712         * message.el (message-dont-reply-to-names): New defsubst: potentially
16713         convert a list of regexps into a single one.
16714         * message.el (message-get-reply-headers): Use it.
16715         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16716
16717 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16718
16719         * gnus-agent.el (directory-files-and-attributes): Move forward.
16720
16721 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * gnus-ml.el (gnus-mailing-list-subscribe)
16724         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16725         (gnus-mailing-list-message): Fix doc strings.
16726
16727 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16728
16729         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16730         of doing it manually.
16731
16732 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16733
16734         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16735         comment.
16736
16737 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16738
16739         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16740         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16741         (gnus-agent-read-local): All symbols allocated in my-obarray.
16742         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16743         (gnus-agent-regenerate-group): Check numeric names to see if they are
16744         messages or groups.
16745         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16746         better way of do this...)
16747
16748         * gnus-cache.el (gnus-agent-total-fetched-for):
16749         Ignore 'dummy.group' (there should be a better way of do this...)
16750
16751 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16754         (gnus-saved-headers): Ditto.
16755         (gnus-default-article-saver): Mention functions may have properties.
16756         (gnus-article-save): Override gnus-save-all-headers and
16757         gnus-saved-headers by :headers property which saver function may have.
16758         (gnus-summary-save-in-file): Add :headers property.
16759         (gnus-summary-write-to-file): Ditto.
16760
16761         * gnus-sum.el (gnus-summary-save-article): Bind
16762         gnus-prompt-before-saving to t when saving many articles in a file;
16763         always show all headers.
16764
16765         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16766
16767 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16768
16769         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16770         marks.
16771
16772         * message.el (message-indent-citation): Add optional arguments to allow
16773         using it outside of message buffers.
16774
16775         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16776         (gnus-article-treat-unfold-headers): Use it.
16777         (gnus-article-truncate-lines): New variable.
16778         (gnus-article-mode): Use it.
16779         (gnus-article-toggle-truncate-lines): New function.
16780
16781         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16782         Add gnus-article-toggle-truncate-lines.
16783
16784         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16785         coding system in XEmacs, use binary.
16786
16787 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16790         after-load-alist.
16791
16792         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16793         this function should save decoded articles.
16794         (gnus-summary-write-to-file): Use property to specify this function
16795         should save decoded articles and specify gnus-summary-save-in-file
16796         should be used to save articles other than the first one when saving
16797         many articles.
16798         (gnus-summary-save-body-in-file): Use property to specify this
16799         function should save decoded articles.
16800         (gnus-summary-write-body-to-file): Use property to specify this
16801         function should save decoded articles and specify
16802         gnus-summary-save-body-in-file should be used to save articles other
16803         than the first one when saving many articles.
16804
16805         * gnus-sum.el (gnus-summary-save-article): Simplify.
16806
16807 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * gnus-art.el (gnus-default-article-saver):
16810         Add gnus-summary-write-body-to-file.
16811         (gnus-article-save-coding-system): Don't use coding system object
16812         in XEmacs.
16813         (gnus-read-save-file-name): Add optional `dir-var' argument which
16814         specifies directory in which files are saved; work even if optional
16815         `variable' argument is not specified.
16816         (gnus-summary-write-to-file): Read file name.
16817         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16818         (gnus-summary-write-body-to-file): New function.
16819
16820         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16821         (gnus-summary-local-variables): Add it.
16822         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16823         (gnus-summary-save-article): Remove optional `decode' argument;
16824         determine whether to decode articles by the value of
16825         gnus-default-article-saver; when saving many files using
16826         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16827         it first and use gnus-summary-save-in-file or
16828         gnus-summary-save-body-in-file thereafter unless
16829         gnus-prompt-before-saving is always; move point to article which
16830         will be saved.
16831         (gnus-summary-save-article-file): Revert.
16832         (gnus-summary-write-article-file): Revert.
16833         (gnus-summary-save-article-body-file): Revert.
16834         (gnus-summary-write-article-body-file): New function.
16835
16836 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * gnus-art.el (gnus-default-article-saver): Doc fix.
16839         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16840         from gnus-summary-save-article-coding-system, and default to a
16841         certain coding system.
16842         (gnus-output-to-file): Add coding cookie and encode text according
16843         to gnus-article-save-coding-system; don't use mm-append-to-file.
16844
16845         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16846         gnus-art.el and rename to gnus-article-save-coding-system.
16847         (gnus-summary-save-article): Require gnus-art; don't show all
16848         headers if it decodes articles; don't add coding cookie here;
16849         don't bind mm-text-coding-system-for-write.
16850         (gnus-summary-save-article-file): Save decoded articles.
16851         (gnus-summary-write-article-file): When saving many files, use
16852         gnus-summary-write-to-file first and gnus-summary-save-in-file
16853         thereafter unless gnus-prompt-before-saving is always.
16854         (gnus-summary-save-article-body-file): Save decoded articles.
16855
16856         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16857
16858 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16859
16860         * nnrss.el (nnrss-check-group): Bind hash-index.
16861
16862 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16863
16864         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16865         its hash index.  Store this hash in `nnrss-group-data'.
16866         (nnrss-read-group-data): Update accordingly.
16867
16868 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16869
16870         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16871         entry.
16872
16873         * gnus-sum.el (gnus-summary-make-menu-bar):
16874         Add gnus-article-browse-html-article.
16875
16876 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16877
16878         * gnus-sum.el (gnus-summary-mime-map):
16879         Add gnus-article-browse-html-article.
16880
16881         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16882
16883 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16884
16885         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16886         suitable coding systems in customize.
16887
16888 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16889
16890         * mail-source.el (mail-sources): Fix custom type.
16891
16892 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16895         (gnus-summary-expire-articles-now): Shorten prompt.
16896
16897         * gmm-utils.el (wid-edit): Require.
16898         (defun-gmm): Rename from `gmm-defun-compat'.
16899         (gmm-image-search-load-path): Use it.
16900         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16901
16902 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-sum.el (gnus-summary-save-article-coding-system):
16905         New variable.
16906         (gnus-summary-save-article): Add optional `decode' argument.
16907         If it is set and gnus-summary-save-article-coding-system is non-nil,
16908         save decoded article.
16909         (gnus-summary-write-article-file): Save decoded article if
16910         gnus-summary-save-article-coding-system is non-nil.
16911
16912         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16913         type.
16914
16915 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16918
16919 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16922         first to test gnus-single-article-buffer which may be buffer-local.
16923
16924         * gnus-sum.el (gnus-summary-setup-buffer):
16925         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16926         group; make gnus-article-buffer, gnus-article-current, and
16927         gnus-original-article-buffer always buffer-local.
16928         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16929         group.
16930         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16931
16932 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16933
16934         * nnml.el (nnml-request-compact-group): Compressed files might not
16935         have .gz extension.
16936
16937 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16938
16939         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16940         (mm-copy-to-buffer): Use with-current-buffer.
16941         (mm-display-part): Simplify.
16942         (mm-inlinable-p): Add optional arg `type'.
16943
16944 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16945
16946         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16947         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16948         Try harder to show the attachment internally or externally using
16949         gnus-mime-view-part-as-type.
16950
16951 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16952
16953         * message.el (message-from-style, message-signature-separator)
16954         (message-user-organization-file, message-send-mail-function)
16955         (message-citation-line-function, message-yank-prefix)
16956         (message-indent-citation-function, message-signature)
16957         (message-signature-file, message-signature-insert-empty-line):
16958         Remove autoloads.
16959
16960         * gnus-art.el (gnus-buttonized-mime-types):
16961         Remove "multipart/signed".  Revert 2006-04-26 change.
16962
16963 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16964
16965         * gnus.el (gnus-version-number): Bump version.
16966
16967 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16968
16969         * gnus.el: No Gnus v0.5 is released.
16970
16971 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16972
16973         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16974         fetching articles by message-id.
16975
16976 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16977
16978         * message.el (hashcash): Require hashcash as normal.
16979
16980         * ecomplete.el (ecomplete-highlight-match-line):
16981         Use point-at-eol.
16982         (ecomplete-highlight-match-line): Use `highlight', because that
16983         face exists in both Emacs and XEmacs.
16984
16985         * message.el (message-display-abbrev): Use point-at-bol.
16986
16987         * mail-source.el: Don't require timer/timer-funcs.
16988
16989         * gnus-async.el: Ditto.
16990
16991         * password.el: Ditto.
16992
16993         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16994
16995         * mm-url.el: Ditto.
16996
16997         * gnus-xmas.el: Don't require timer-funcs.
16998
16999         * mm-util.el: Require timer/timer-funcs.
17000
17001 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17002
17003         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17004         Close.
17005
17006 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17007
17008         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17009         unibyte after clear-decrypt function runs.
17010
17011         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17012         returns as a unibyte string.
17013
17014 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * lpath.el: Revert.
17017
17018         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17019         (pgg-gpg-process-sentinel): Revert.
17020
17021         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17022         (pgg-pgp-lookup-key): Revert.
17023
17024         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17025         (pgg-pgp5-lookup-key): Revert.
17026
17027         * pgg.el (pgg-fetch-key): Revert.
17028
17029 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * lpath.el: Fbind string-as-multibyte for XEmacs.
17032
17033         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17034         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17035         (mml1991-pgg-encrypt): Ditto.
17036
17037         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17038         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17039         a multibyte buffer.
17040
17041         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17042         (pgg-pgp-lookup-key): Ditto.
17043
17044         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17045         (pgg-pgp5-lookup-key): Ditto.
17046
17047         * pgg.el (pgg-fetch-key): Ditto.
17048
17049 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * message.el (message-user-organization-file): Check several
17052         locations of the organization file.
17053
17054         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17055         Add gnus-article-view-part-as-type.
17056
17057         * gnus-art.el (gnus-article-view-part-as-type): New function.
17058
17059         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17060         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17061
17062         * mml.el: Simplify autoload.
17063         (mml-mode): defvar dnd-protocol-alist instead of using
17064         symbol-value.
17065         (mml-default-directory): New variable.
17066         (mml-minibuffer-read-file): Use it.
17067         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17068
17069         * message.el (message-citation-line-format): New variable.
17070         (message-insert-formated-citation-line): New function.
17071         (message-citation-line-function):
17072         Add `message-insert-formated-citation-line' to custom type.
17073
17074         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17075         to doc string.
17076
17077         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17078         depending on mm-verify-option.
17079
17080 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17083         binding pgg-* variables; reimplement the section which prevents
17084         MIME header from being signed.
17085         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17086         pgg-text-mode; remove a blank line at the top of body.
17087
17088         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17089         lines at the top of body; use gnus-newsgroup-charset if there's no
17090         Charset header.
17091
17092 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * message.el (message-self-insert-commands): Doc fix.
17095
17096         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17097         (mm-uu-pgp-encrypted-test): Ditto.
17098         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17099         between header and body; return application/pgp-encrypted handle
17100         if decryption failed; decode decrypted body by charset.
17101
17102         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17103         element match to application/pgp-*.
17104
17105 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17106
17107         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17108         HTML.
17109
17110 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17111
17112         * mail-source.el (mail-source-call-script): Message the error
17113         string.
17114
17115 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17116
17117         * gnus-util.el (gnus-byte-compile): Use it.
17118
17119 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17120
17121         * gnus-util.el (kill-empty-logs): New function.
17122
17123 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17124
17125         * message.el (message-mail-alias-type): Doc fix.
17126         (message-mail-alias-type-p): New function.
17127         (message-send): Use it.
17128         (message-mode): Ditto.
17129         (message-strip-forbidden-properties): Ditto.
17130
17131         * ecomplete.el (ecomplete-database-file-coding-system):
17132         New variable.
17133         (ecomplete-save): Use it.
17134         (ecomplete-setup): Use it.
17135
17136 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * message.el (message-self-insert-commands): New variable.
17139         (message-strip-forbidden-properties): Use it.
17140
17141 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17142
17143         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17144         that doesn't make XEmacs choke.
17145
17146 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17147
17148         * gnus-util.el (gnus-replace-in-string):
17149         Prefer replace-regexp-in-string over of replace-in-string.
17150
17151 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-util.el (gnus-select-frame-set-input-focus):
17154         Use select-frame-set-input-focus if it is available in XEmacs; use
17155         definition defined in Emacs 22 for old Emacsen.
17156
17157         * dgnushack.el: Autoload unmorse-region for XEmacs.
17158
17159         * lpath.el: Bind cursor-in-non-selected-windows and
17160         select-frame-set-input-focus for XEmacs.
17161
17162 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17165
17166 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17167
17168         * gnus-registry.el (gnus-registry-cache-save): Remove text
17169         properties when saving via the temp buffer.
17170
17171 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17172
17173         * message.el (message-generate-hashcash): Honor custom type.
17174
17175 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17176
17177         * message.el (message-generate-hashcash): Default to non-nil when
17178         hashcash is found.
17179
17180         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17181         (gnus-refer-thread-limit): Increase default to 500.
17182
17183         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17184
17185         * flow-fill.el (fill-flowed): Allow delete-space.
17186
17187 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17188
17189         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17190         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17191         Remove autoloads.
17192
17193 2006-04-18  Simon Josefsson  <jas@extundo.com>
17194
17195         * message.el (message-generate-hashcash): Default to.
17196
17197 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17198
17199         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17200         concatenating segments rather than before concatenating them.
17201
17202 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17203
17204         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17205
17206 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17207
17208         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17209
17210         * message.el (message-forward-make-body-plain):
17211         Allow message-forward-ignored-headers to be a list.
17212         (message-remove-ignored-headers): Factor out into function.
17213         (message-forward-make-body-mml): Use it.
17214
17215         * imap.el (imap-quote-specials): New function.
17216         (imap-login-auth): Quote specials.
17217
17218         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17219         (rfc2231-parse-string): Allow concatanation of parameters that
17220         aren't contiguous.  The test case is
17221           (mail-header-parse-content-type "message/external-body;
17222             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17223             access-type=LOCAL-FILE;
17224             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17225
17226 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17227
17228         * nntp.el (nntp-accept-process-output): Return the value of
17229         `nnheader-accept-process-output'.
17230
17231 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17232
17233         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17234         (gnus-button-alist): Recognize more diff formats.
17235         (gnus-button-patch): Strip directory.
17236
17237 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17238
17239         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17240         Emacs 22 when setting focus.
17241
17242 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17243
17244         * gnus-art.el (gnus-article-treat-types): Do treatment of
17245         text/x-verbatim parts.
17246         (gnus-button-patch): New command.
17247
17248         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17249         addresses that contain invalid characters.
17250
17251 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17252
17253         * message.el (message-put-addresses-in-ecomplete):
17254         Use gnus-replace-in-string.
17255         (message-is-yours-p): Use the more correct
17256         mail-header-parse-address instead of
17257         mail-extract-address-components.
17258         (message-put-addresses-in-ecomplete): Fix typo.
17259
17260         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17261         keystroke.
17262
17263         * gnus-art.el (gnus-treatment-function-alist): Change order of
17264         newsgroups/generic header folding to avoid double-folding.
17265
17266         * message.el (message-hidden-headers): Add X-Draft-From.
17267
17268         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17269         New command.
17270         (gnus-summary-repeat-search-article-backward): New command.
17271
17272         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17273         groups in the parent topic.
17274
17275 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17276
17277         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17278         (spam-extra-header-to-number): Return the CRM114 number as a
17279         number instead of a string.
17280
17281 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17282
17283         * gnus-art.el (gnus-face-properties-alist): Move here from
17284         gnus-fun.
17285
17286         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17287
17288 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17289
17290         * message.el (message-strip-forbidden-properties): Only display on
17291         self-insert-command.
17292
17293         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17294         reindent.
17295         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17296
17297 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17298
17299         * smiley.el (smiley-style): Fix typo.
17300
17301 2006-03-23  Kenichi Handa  <handa@m17n.org>
17302
17303         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17304         instead of set-buffer-multibyte.
17305
17306 2006-03-23  Kenichi Handa  <handa@m17n.org>
17307
17308         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17309         buffer and then decode the buffer text if necessary.
17310         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17311         first, and after mm-encode-body, change the buffer to unibyte.
17312
17313 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17314
17315         * hashcash.el (hashcash-insert-payment-async-2):
17316         Use message-goto-eoh instead of doing it manually.
17317         (mail-add-payment): Use message-narrow-to-header instead of trying
17318         to do the same itself.
17319
17320         * message.el (message-hidden-headers): Add Face.
17321
17322         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17323         reparenting code.
17324         (gnus-summary-reparent-children): Refactored out code.
17325         (gnus-summary-thread-map): New keystroke.
17326         (gnus-summary-reparent-children): Make into command.
17327
17328         * smiley.el (smiley-style): Default to `medium' if using a large
17329         font.
17330
17331         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17332         does it itself.
17333
17334         * message.el (message-point-in-header-p): Simplify definition.
17335
17336 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17337
17338         * nnagent.el (nnagent-request-set-mark): Silence log file
17339         writing.
17340         (nnagent-request-set-mark): Use write-region instead of
17341         append-to-file.
17342
17343         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17344         strange select method.
17345
17346         * ecomplete.el (ecomplete-display-matches): Get highlightling
17347         right.
17348         (ecomplete-display-matches): Use literals.
17349         (ecomplete-display-matches): Disable message logging.
17350
17351         * message.el (message-display-abbrev): Small optimization.
17352
17353         * ecomplete.el (ecomplete-display-matches): Allow automatic
17354         display.
17355
17356         * message.el (message-strip-forbidden-properties):
17357         Display abbrevs.
17358         (message-display-abbrev): Get automatic display right.
17359
17360         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17361         keystrokes.
17362
17363 2006-04-13  Romain Francoise  <romain@orebokech.com>
17364
17365         TODO: Backport to v5-10!
17366
17367         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17368         Move here (and rename) from gnus-registry.el.
17369
17370         * gnus-registry.el: Require gnus-util.
17371         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17372
17373 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17374
17375         * gnus-group.el (gnus-group-catchup-current):
17376         Change if-then-else-if-then-else into cond.
17377         (gnus-group-catchup): Indent.
17378         (group-name-at-point): New function.
17379         (gnus-fetch-group): Provide default from thing at point.
17380
17381 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17382
17383         * message.el (message-display-abbrev): Fix regexp.
17384
17385         * ecomplete.el (ecomplete-highlight-match-line):
17386         Reimplement choosing.
17387         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17388         dead variables.
17389
17390         * message.el (message-newline-and-indent): Remove debugging.
17391         (message-display-abbrev): Use new implementation.
17392
17393 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17394
17395         * gnus-art.el (gnus-article-mode):
17396         Set cursor-in-non-selected-windows to nil.
17397
17398         * smiley.el: Revert previous change.
17399         (smiley-data-directory): defvar it before using it in the
17400         defcustom of `smiley-style'.
17401
17402 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17403
17404         * message.el (message-newline-and-indent): New function.
17405
17406         * ecomplete.el: Implement more bits.
17407
17408         * message.el (message-put-addresses-in-ecomplete): Clean up the
17409         string.
17410
17411         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17412
17413         * gnus-sum.el (gnus-summary-save-parts):
17414         Bind gnus-summary-save-parts-counter and use it to make unique file
17415         names.
17416
17417         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17418
17419         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17420         parameter to say whether to actually parse the individual
17421         addresses.
17422
17423         * message.el (message-put-addresses-in-ecomplete): New function.
17424         (ecomplete): Require.
17425         (message-mail-alias-type): Add ecomplete as an option.
17426
17427 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17428
17429         * flow-fill.el (fill-flowed): Remove trailing space from blank
17430         quoted lines.
17431
17432 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17433
17434         * smiley.el (smiley-style): Move definition later to avoid a
17435         compilation warning.
17436
17437 2006-04-12  Kenichi Handa  <handa@m17n.org>
17438
17439         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17440         buffer and then decode the buffer text if necessary.
17441         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17442         first, and after mm-encode-body, change the buffer to unibyte.
17443         Use mm-disable-multibyte instead of set-buffer-multibyte.
17444
17445 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17448         Content-Type header instead of Content-Disposition header.
17449         (gnus-mime-inline-part): Ditto.
17450         (gnus-mime-view-part-as-charset): Ignore charset that the part
17451         specifies.
17452
17453         * mm-decode.el (mm-display-part): Work with external parts and
17454         usual parts similarly.
17455
17456         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17457         instead of gnus-display-mime.
17458
17459         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17460         instead of with-temp-buffer.
17461
17462         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17463         tag to summarized topics part in order to encode non-ASCII text.
17464
17465 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17466
17467         * smiley.el (smiley-style): New variable.
17468         (smiley-directory): New function.
17469         (smiley-data-directory): Derive from `smiley-style' using
17470         `smiley-directory'.
17471         (smiley-regexp-alist): Add new entries.
17472
17473         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17474         (gnus-article-browse-delete-temp): Add :version.
17475
17476 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17477
17478         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17479         the sieve region.
17480
17481 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17482
17483         * gnus.el (gnus-version-number): Bump version.
17484
17485 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17486
17487         * gnus.el: No Gnus v0.4 is released.
17488
17489 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17490
17491         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17492         layout.
17493
17494         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17495         unknown charset.
17496
17497         * message.el (message-header-synonyms): Add Original-To to the
17498         default.
17499
17500         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17501         optional parameter.
17502
17503 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17504
17505         * gnus-fun.el (gnus): Require it for gnus-directory.
17506
17507 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17510
17511 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17512
17513         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17514
17515 2006-04-05  Simon Josefsson  <jas@extundo.com>
17516
17517         * password.el (password-reset): New function.
17518
17519 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17520
17521         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17522         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17523
17524 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17525
17526         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17527         Some whitespace was matched into the url, which broke browsing hits
17528         > 100 when mm-url-use-external was nil.
17529
17530 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17531
17532         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17533         Check gnus-extra-headers for 'Newsgroups.
17534
17535         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17536         bound.
17537
17538 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17539
17540         * pgg-gpg.el: Clean up process buffers every time gpg processes
17541         complete.
17542
17543 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17544
17545         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17546         doc string.
17547
17548 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17549
17550         * pgg-gpg.el (pgg-gpg-process-filter)
17551         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17552
17553         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17554         lines, temporary fix.
17555
17556 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17557
17558         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17559
17560 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17561
17562         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17563         default-enable-multibyte-characters.  This reverts the change from
17564         revision 6.17 which is no longer necessary because the passphrase
17565         is sent separately now.  GnuPG messages are unreadable under
17566         multibyte locales with default-enable-multibyte-characters set to
17567         nil.
17568
17569 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17570
17571         * message.el (message-tool-bar-gnome): Move "spell".
17572
17573 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17574
17575         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17576         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17577         instead.
17578
17579 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17580
17581         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17582         Improve newsgroups handling for NNTP overviews which don't include
17583         Newsgroups.
17584
17585 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17586
17587         * message.el (message-resend): Bind message-generate-hashcash to nil.
17588
17589 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17590
17591         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17592         when searching for already-paid recipients.
17593
17594 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17595
17596         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17597         passphrases when it is not needed.
17598         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17599         passphrase stuff from gpg, should only be necessary when you use
17600         gpg with a smartcard.
17601
17602 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * mml.el (mml-insert-mime): Ignore cached contents of
17605         message/external-body part.
17606
17607         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17608         (mm-insert-part): Ditto.
17609
17610 2006-03-23  Simon Josefsson  <jas@extundo.com>
17611
17612         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17613         Reiner.
17614         (pgg-gpg-use-agent-p): Use it again.
17615
17616 2006-03-23  Simon Josefsson  <jas@extundo.com>
17617
17618         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17619         older emacsen.
17620         (pgg-gpg-use-agent-p): Don't use it.
17621
17622 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17623
17624         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17625         if we can.
17626
17627 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17628
17629         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17630         (pgg-gpg-update-agent): New function.
17631         (pgg-gpg-use-agent-p): New function.
17632         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17633         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17634         (pgg-gpg-sign-region): Use it.
17635
17636 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17639         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17640
17641 2006-03-21  Simon Josefsson  <jas@extundo.com>
17642
17643         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17644         <wilde@sha-bang.de>.
17645         (pgg-gpg-use-agent): New variable.
17646         (pgg-gpg-process-region): Use it.
17647         (pgg-gpg-encrypt-region): Likewise.
17648         (pgg-gpg-encrypt-symmetric-region): Likewise.
17649         (pgg-gpg-decrypt-region): Likewise.
17650         (pgg-gpg-sign-region): Likewise.
17651         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17652
17653 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17654
17655         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17656
17657         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17658         Add comment on version.
17659
17660 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17661
17662         * smiley.el: Add missing test smiley.
17663
17664 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * mm-decode.el (mm-with-part): New macro.
17667         (mm-get-part): Use it; work with message/external-body as well.
17668         (mm-save-part): Treat name and filename equally.
17669
17670         * mm-extern.el (mm-extern-cache-contents): New function.
17671         (mm-inline-external-body): Use it; force the part to be displayed;
17672         move undisplayer added to the cached handle to the parent.
17673
17674         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17675         (gnus-mime-view-part-as-type): Work with message/external-body.
17676
17677         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17678
17679 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17680
17681         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17682         images in image-load-path.  [Sync with image.el, revision 1.60, in
17683         Emacs.]
17684
17685 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17686
17687         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17688         path rather than symbol.  Always return list of directories.
17689         Guarantee that image directory comes first.  [Sync with image.el,
17690         revision 1.59, in Emacs.]
17691
17692         * message.el (message-make-tool-bar): Adjust to new API of
17693         `gmm-image-load-path-for-library'.
17694
17695         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17696
17697         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17698
17699 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17700
17701         * gnus-art.el (gnus-article-only-boring-p):
17702         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17703         intangible text.
17704         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17705
17706 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17707
17708         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17709         Use `defun' instead of `gmm-defun-compat'.
17710
17711 2006-03-14  Simon Josefsson  <jas@extundo.com>
17712
17713         * message.el (message-unique-id): Don't use message-number-base36
17714         if (user-uid) is a float.
17715         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17716
17717 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17720
17721         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17722         empty line between a part and a message part.
17723
17724 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17725
17726         * smiley.el: Add more test smileys.
17727         (smiley-data-directory, smiley-regexp-alist)
17728         (gnus-smiley-file-types): Fix doc strings.
17729         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17730         adding new elements.
17731         (smiley-mouse-map): Unused code.  Make it a comment.
17732
17733 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17734
17735         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17736         scan latest NoCeM messages instead of old ones.
17737         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17738         delimiters that are recently used.
17739         (gnus-nocem-load-cache): Add autoload cookie.
17740
17741         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17742
17743         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17744         level which is larger than gnus-use-nocem is specified.
17745
17746         * gnus-group.el (gnus-group-get-new-news): Ditto.
17747
17748 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17749
17750         * gnus-util.el (gnus-tool-bar-update): New function.
17751
17752         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17753         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17754
17755         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17756
17757         * gnus-group.el (gnus-group-redraw-when-idle)
17758         (gnus-group-redraw-check): Remove.
17759         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17760
17761 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17764         if optional last element is specified in splits (FIELD VALUE...).
17765
17766 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17767
17768         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17769         to gmm-image-load-path-for-library.  Call with no-error argument.
17770         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17771
17772         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17773
17774         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17775
17776         * gmm-utils.el (gmm-image-load-path): Remove alias.
17777
17778 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17779
17780         * gmm-utils.el (gmm-image-load-path): Add alias.
17781
17782         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17783         nnml-generate-nov-databases-1.
17784         (nnml-generate-nov-databases): Use it.
17785         (nnml-generate-nov-databases-directory): Document no-active
17786         argument.
17787
17788         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17789         directory if path is t.  Add no-error.
17790
17791         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17792         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17793
17794         * gnus-art.el (gnus-article-browse-delete-temp-files):
17795         Simplify resetting gnus-article-browse-html-temp-list.
17796
17797         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17798         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17799         Add example to docstring.  Rename local variables.  Move error
17800         checks to default case in cond and simplify.
17801
17802 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17805         handle is multipart when calling it recursively.
17806         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17807
17808 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17809
17810         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17811         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17812
17813 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17816         is loaded.
17817
17818         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17819         loaded.
17820
17821 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17822
17823         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17824         to "Emacs 23 (unicode)" in doc string.
17825
17826         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17827         "Emacs 23 (unicode)" in comment.
17828
17829 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17832
17833         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17834         characters 160 through 255 in Emacs 23.
17835
17836 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17837
17838         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17839         gnus-article-browse-html-temp.
17840         (gnus-article-browse-delete-temp): Make it customizable.
17841         Add `file'.  Adjust doc string.
17842         (gnus-article-browse-delete-temp-files): Add argument.
17843         Allow query for each file.  Adjust doc string.
17844         (gnus-article-browse-html-parts):
17845         Add `gnus-article-browse-delete-temp-files' to
17846         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17847
17848 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17849
17850         * gnus-art.el (gnus-article-browse-html-temp)
17851         (gnus-article-browse-delete-temp): New variables.
17852         (gnus-article-browse-delete-temp-files): New function.
17853         (gnus-article-browse-html-parts): Use it.
17854
17855 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17856
17857         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17858
17859         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17860         string.
17861
17862         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17863         gnus-summary-insert-new-articles when unplugged.
17864         Remove gnus-summary-search-article-forward.
17865
17866         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17867         display-visual-class instead of display-color-cells.
17868
17869 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * dgnushack.el: Autoload customize-group for XEmacs.
17872
17873         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17874         message/* containing non-ASCII text properly.
17875
17876 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17877
17878         * message.el: Require gmm-utils, remove autoloads.
17879         (message-tool-bar): Set default based on
17880         gmm-tool-bar-style.
17881         (message-tool-bar-gnome): Add gmm-customize-mode.
17882
17883         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17884         gmm-tool-bar-style.
17885         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17886
17887         * gnus-group.el (gnus-group-tool-bar): Set default based on
17888         gmm-tool-bar-style.
17889         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17890
17891         * gmm-utils.el (gmm-image-directory): Rename variable from
17892         gmm-image-load-path.
17893         (gmm-image-load-path): Use gmm-image-directory.
17894         (gmm-customize-mode): New function.
17895         (gmm-tool-bar-style): New variable.
17896
17897         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17898         gnus-group-redraw-line-number.
17899         (gnus-group-redraw-check): Simplify.
17900         (gnus-group-tool-bar-update): Remove redraw check.
17901         (gnus-group-make-tool-bar): Add redraw check.
17902
17903 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17904
17905         * gnus-art.el (gnus-button): Add missing parentheses.
17906
17907 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * lpath.el: Fbind line-number-at-pos.
17910
17911 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17914
17915 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17916
17917         * gnus-art.el (gnus-button): New face.
17918         (gnus-article-button-face): Use it.
17919
17920         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17921         Add gnus-summary-next-page.  Re-order.
17922
17923         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17924         next-node are now included.
17925         (gnus-group-redraw-line-number): New internal variable.
17926         (gnus-group-redraw-check): Helper function for updating the tool
17927         bar.
17928         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17929
17930         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17931
17932         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17933         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17934         Use it to match format of Spamassassin 3.0 and later.
17935         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17936         (spam-check-bogofilter)
17937         (spam-bogofilter-register-with-bogofilter): Fix args of
17938         `gnus-error' calls.
17939
17940 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17941
17942         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17943         unnecessary interaction when sending queued mails.
17944         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17945
17946 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17947
17948         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17949         first or last are nil.
17950
17951 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17952
17953         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17954
17955 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17956
17957         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17958
17959 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17960
17961         * dns.el (query-dns): Protect more against buggy tcp output.
17962
17963 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17964
17965         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17966         nov.php.
17967
17968 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17969
17970         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17971         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17972         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17973         output on the server side.
17974         (nnweb-google-create-mapping): Update regexps and add some
17975         progress indication.
17976
17977 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17978
17979         * gnus-group.el (gnus-group-tool-bar-gnome):
17980         Fix gnus-agent-toggle-plugged.  Re-order icons.
17981         (gnus-group-tool-bar-gnome):
17982         Add gnus-group-{prev,next}-unread-group.
17983         (gnus-group-tool-bar-gnome): Re-order icons.
17984
17985         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17986         Move gnus-summary-insert-new-articles.
17987
17988         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17989         Fix comments.
17990
17991         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17992         also available in Emacs 21.3.
17993
17994         * message.el (message-fix-before-sending): Change "Emacs 22" to
17995         "Emacs 23 (unicode)" in comment.
17996
17997         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17998         "Emacs 23 (unicode)" in comment.
17999
18000         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18001         comment.
18002         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18003
18004         * mm-view.el (mm-fill-flowed): Add :version.
18005
18006 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18007
18008         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18009         and load-path.
18010
18011 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18012
18013         * message.el: Autoload gmm-image-load-path.
18014         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18015         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18016         consitency.
18017
18018         * gmm-utils.el (gmm-image-load-path): Also search in
18019         "../etc/images".  Don't set gmm-image-load-path if we don't find
18020         the image.
18021
18022 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gmm-utils.el (gmm-image-load-path): Don't make
18025         `gmm-image-load-path' include subdirectories which the second arg
18026         `image' might specify.
18027
18028         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18029         subdirectory to icon file names.
18030
18031         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18032
18033 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18034
18035         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18036         gmm-image-load-path calls.
18037
18038         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18039
18040         * message.el (message-make-tool-bar): Ditto.
18041
18042         * mml.el (mml-preview): Add comment concerning tool bar icons.
18043
18044         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18045         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18046
18047         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18048         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18049
18050         * message.el (message-tool-bar-gnome): Use new icon names.
18051         (message-make-tool-bar): Use `gmm-image-load-path'.
18052
18053         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18054         New functions from MH-E.
18055         (gmm-image-load-path): New variable from MH-E.
18056         (gmm-image-load-path): New function from MH-E.  Add arguments
18057         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18058         *-image-load-path-called-flag.
18059
18060 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18061
18062         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18063
18064 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18065
18066         * nnimap.el (nnimap-request-move-article): Change folder back to
18067         source group before deleting.
18068
18069 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18070
18071         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18072
18073         * gnus-art.el (mm-url-insert-file-contents-external):
18074         Autoload mm-url.
18075
18076         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18077
18078 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18081         coding system which mm-charset-to-coding-system returns for a
18082         given charset is valid.
18083
18084 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18085
18086         * html2text.el (html2text-remove-tag-list):
18087         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18088
18089 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18090
18091         * gnus-cus.el: Revert 2005-10-17 change.
18092
18093 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * gnus-art.el (article-strip-banner):
18096         Call article-really-strip-banner only when the regexp match is made.
18097
18098 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * gnus-art.el (article-strip-banner):
18101         Use gnus-extract-address-components instead of
18102         mail-header-parse-addresses to make it work with non-ASCII text;
18103         remove mail-encode-encoded-word-string.
18104
18105         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18106         values which are surrounded with \"...\"; make it never cause a
18107         Lisp error; give up parsing of parameters if it failed in
18108         extracting type.
18109
18110 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18111
18112         * smime.el (smime-cert-by-ldap-1): Fix bug where
18113         `smime-ldap-search' returns results without userCertificates.
18114
18115 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18118
18119 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18120
18121         * spam.el (spam-check-spamassassin-headers): Adapt format for
18122         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18123         <ari@mbf.ocn.ne.jp>.
18124         (spam-list-of-processors): Add spam-use-gmane.
18125
18126 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18129         make-temp-file; make it work with XEmacs as well.
18130
18131         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18132         mm-make-temp-file.
18133
18134         * mm-decode.el (mm-display-external): Use the 3rd arg of
18135         mm-make-temp-file.
18136         (mm-create-image-xemacs): Ditto.
18137
18138 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18141         with message-narrow-to-headers.
18142         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18143         (gnus-draft-check-draft-articles): New function.
18144         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18145
18146 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18147
18148         * gnus-art.el (gnus-article-browse-html-parts):
18149         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18150         Don't use suffix argument for mm-make-temp-file for Emacs 21
18151         compatibility.  Remove useless `format'.
18152
18153 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18154
18155         * nnweb.el (nnweb-google-wash-article): Update regexps.
18156         (nnweb-group-alist): Use defvoo instead of defvar.
18157
18158 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18161         re-loading nn* modules.
18162
18163 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18164
18165         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18166         for `tool-bar-mode' and don't check it's default-value.
18167
18168         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18169
18170         * message.el (message-make-tool-bar): Ditto.
18171
18172         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18173         `substring'.  Shorten tmp-file name.
18174
18175         * gnus.el: Remove bogus comment.
18176
18177 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18178
18179         * gnus-art.el (gnus-article-browse-html-parts): New function.
18180         (gnus-article-browse-html-article): New function for viewing html
18181         articles with a browser.
18182
18183 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18184
18185         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18186         in elisp.
18187         (pgg-gpg-encrypt-symmetric-region): Ditto.
18188         (pgg-gpg-sign-region): Ditto.
18189
18190         * pgg-def.el (pgg-text-mode): New variable.
18191
18192         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18193         (mml2015-pgg-encrypt): Ditto.
18194
18195         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18196         (mml1991-pgg-encrypt): Ditto.
18197
18198 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * nnfolder.el (nnfolder-insert-newsgroup-line):
18201         Use message-make-date instead of current-time-string.
18202
18203         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18204         to gnus-decoded which mm-uu might set.
18205
18206 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18209         don't decode quoted parameters; remove misimported Emacs code.
18210         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18211         (rfc2231-decode-encoded-string): Don't use split-string which
18212         behaves differently according to Emacs version; use
18213         mm-decode-coding-region to convert charset to coding-system.
18214         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18215         (rfc2231-encode-string): Remove misimported Emacs code.
18216
18217 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18220         when calling mail-header-parse-content-type.
18221         (article-de-quoted-unreadable): Ditto.
18222         (article-de-base64-unreadable): Ditto.
18223         (article-wash-html): Ditto.
18224
18225         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18226         calling mail-header-parse-content-type and
18227         mail-header-parse-content-disposition.
18228         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18229         mail-header-parse-content-type.
18230
18231         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18232         insert charset and format parameters; encode description after
18233         inserting it to buffer.
18234         (mml-insert-parameter): Fold lines properly even if a parameter is
18235         segmented into two or more lines; change the max column to 76.
18236
18237         * rfc1843.el (rfc1843-decode-article-body): Don't use
18238         ignore-errors when calling mail-header-parse-content-type.
18239
18240         * rfc2231.el (rfc2231-parse-string): Return at least type if
18241         possible; don't cause an error even if it fails in parsing of
18242         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18243         (rfc2231-encode-string): Don't break lines at the beginning, leave
18244         it to mml-insert-parameter.
18245
18246         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18247         calling mail-header-parse-content-type.
18248
18249 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18250
18251         * spam-report.el (spam-report-gmane-use-article-number):
18252         Improve doc string.
18253         (spam-report-gmane-internal): Check if a suitable header was found
18254         in the article.
18255
18256 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18259         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18260
18261 2006-02-05  Romain Francoise  <romain@orebokech.com>
18262
18263         Update copyright notices of all files in the gnus directory.
18264
18265 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18266
18267         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18268
18269 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18272         segmented lines of parameter value to cope with Thunderbird 1.5
18273         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18274         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18275         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18276
18277 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18278
18279         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18280         parts.
18281
18282 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18283
18284         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18285         there's only one active file for all servers.
18286         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18287         solid groups.  Gnus might have used a FAST request to select the group.
18288         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18289         and nnweb-search redundantly in the active file.
18290         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18291         (nnweb-request-create-group): Don't use ARGS.
18292         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18293         initializations.  Let nnoo do the work.
18294
18295 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18298         Say the part has been decoded.
18299
18300         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18301
18302 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18303
18304         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18305         mailcap-viewer-test-cache when there's no 'test clause, since that
18306         will invert the meaning of a "nil" test previously determined by
18307         mailcap-mailcap-entry-passes-test.
18308
18309 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18312         compiling.
18313
18314         * gnus-sum.el: Ditto.
18315
18316         * message.el: Don't bind tool-bar-map when compiling.
18317
18318 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18319
18320         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18321
18322 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18323
18324         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18325         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18326         current Google Groups.
18327
18328 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18329
18330         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18331         and tool-bar-mode.
18332
18333         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18334         and tool-bar-mode.
18335
18336         * message.el (message-tool-bar-update): Simplify.
18337         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18338
18339         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18340         gnus-summary-buffer.
18341         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18342         gnus-summary-reply.
18343
18344         * gmm-utils.el (gmm): Add :version.
18345
18346 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * Makefile.in (clean): New rule.
18349         (distclean): Use it.
18350
18351 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18352
18353         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18354         Don't autoload.
18355
18356 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * gmm-utils.el (gmm-verbose): Add :group.
18359
18360 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18361
18362         * message.el: Change some comments WRT tool-bars.
18363
18364         * gnus-sum.el (gnus-summary-tool-bar)
18365         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18366         (gnus-summary-tool-bar-zap-list): New variables.
18367         (gnus-summary-make-tool-bar): Complete rewrite using
18368         `gmm-tool-bar-from-list'.
18369
18370         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18371         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18372         New variables.
18373         (gnus-group-make-tool-bar): Complete rewrite using
18374         `gmm-tool-bar-from-list'.
18375         (gnus-group-tool-bar-update): New function.
18376
18377         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18378
18379 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18382         is dissected into a single part of which the type is the same as
18383         the given one; decode charset.
18384
18385 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18386
18387         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18388         into alists as symbol not string, since that's what
18389         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18390         look for.
18391
18392 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18393
18394         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18395         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18396
18397         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18398
18399 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18402         (gnus-xmas-mime-security-button-menu): New function.
18403
18404         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18405         (gnus-mime-security-button-menu): New definition.
18406         (gnus-mime-security-button-map): Use them.
18407         (gnus-mime-security-button-menu): New function.
18408         (gnus-insert-mime-security-button): Addition to help echo.
18409         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18410         (gnus-mime-security-pipe-part): New functions.
18411
18412         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18413         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18414
18415         * mm-decode.el (mm-handle-set-disposition): Remove.
18416         (mm-handle-set-description): Remove.
18417
18418 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18421         (mm-w3m-standalone-supports-m17n-p): New function.
18422         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18423         w3m usage.
18424
18425         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18426         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18427
18428 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18429
18430         * message.el (message-tool-bar-zap-list):
18431         Use gmm-tool-bar-zap-list as custom type.
18432         (message-tool-bar-update): New function.
18433         (message-tool-bar, message-tool-bar-gnome)
18434         (message-tool-bar-retro): Add message-tool-bar-update.
18435         (message-tool-bar-gnome): Add flyspell-buffer.
18436
18437         * gnus-util.el (gnus-error): Describe `args'.
18438
18439         * gmm-utils.el (gmm-error): Describe `args'.
18440         (gmm-tool-bar-zap-list): New widget.
18441         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18442
18443 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18446         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18447         the number of recursive calls.
18448
18449         * mm-decode.el (mm-handle-set-disposition): New macro.
18450         (mm-handle-set-description): New macro.
18451
18452 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18453
18454         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18455         encoding.
18456
18457 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18458
18459         * message.el (message-tool-bar-zap-list, message-tool-bar)
18460         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18461         (message-tool-bar-local-item-from-menu): Remove.
18462         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18463         (message-make-tool-bar): New function.
18464         (message-mode): Use `message-make-tool-bar'.
18465
18466         * gmm-utils.el: New file.
18467         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18468         (gmm-lazy): New widget copied from `nnmail.el'.
18469         (gmm-tool-bar-from-list): New function for creating customizable
18470         tool bars.
18471         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18472         output.
18473         (gmm): Add :prefix to defgroup.
18474
18475 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18476
18477         * gmm-utils.el (gmm-widget-p): New function.
18478
18479 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18480
18481         * mml.el (mml-attach-file): Describe `description' in doc string.
18482         (mml-menu): Add Emacs MIME manual and PGG manual.
18483
18484 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18485
18486         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18487
18488 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18489
18490         * nntp.el (nntp-end-of-line): Doc fix.
18491
18492 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18493
18494         * imap.el (imap-open): Handle case where buffer is a buffer
18495         object.
18496
18497 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18498
18499         * gnus-delay.el (gnus-delay): Don't autoload.
18500         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18501         to be re-loaded when customizing the `gnus-delay' group.
18502
18503 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18504
18505         * message.el (message-insert-citation-line): Use newlines.
18506
18507 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18508
18509         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18510         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18511         these routines, so the passphrase can be managed externally and
18512         passed in to the system.
18513         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18514         pgg-add-passphrase-to-cache function.
18515
18516         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18517         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18518         these routines, so the passphrase can be managed externally and
18519         passed in to the system.
18520         (pgg-pgp5-sign-region): Use new name of
18521         pgg-add-passphrase-to-cache function.
18522
18523 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18524
18525         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18526         part of the decoded armor to find the key-identifier.
18527         (pgg-gpg-lookup-key-owner): New function to return the
18528         human-readable identifier of a key owner.
18529         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18530         itself.
18531         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18532         the key value) if we have a key and can match it against a secret
18533         key.  Also, added a note pointing out fact that the prompt only
18534         indicates the first matching key.
18535
18536         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18537         pgg-decrypt-region.
18538         (pgg-add-passphrase-to-cache): Rename from
18539         `pgg-add-passphrase-cache' to reduce confusion (all callers
18540         changed).
18541         (pgg-remove-passphrase-from-cache): Rename from
18542         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18543         changed).
18544         (pgg-read-passphrase, pgg-add-passphrase-cache)
18545         (pgg-remove-passphrase-cache): Add informative docstrings.
18546         (pgg-decrypt): Convey provided passphrase in subordinate call to
18547         pgg-decrypt-region.
18548
18549 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18550
18551         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18552         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18553         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18554         'passphrase' argument, so the passphrase can be managed externally
18555         and then passed in to the system.
18556
18557         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18558         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18559         so the passphrase cache can be used reliably with identifiers
18560         besides a pgp packet's key id.
18561
18562         * pgg-gpg.el (pgg-gpg-encrypt-region)
18563         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18564         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18565         these routines, so the passphrase can be managed externally and
18566         passed in to the system.
18567
18568         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18569         'notruncate' argument, so the passphrase cache can be used
18570         reliably with identifiers besides a pgp packet's key id.
18571
18572 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18573
18574         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18575         symmetric encryption.
18576         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18577         encrypted session key.
18578         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18579         message ask for the passphrase in a proper way.
18580
18581         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18582         New user commands for symmetric encryption.
18583
18584 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18587
18588         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18589
18590 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18591
18592         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18593
18594 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18595
18596         * mm-decode.el (mm-inlined-types): Add application/pgp.
18597         (mm-automatic-display): Ditto.
18598
18599         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18600         part as text.
18601
18602 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * nnrss.el: Update copyright.
18605         (nnrss-opml-import): Query whether to subscribe to each entry.
18606
18607         * gnus-art.el:
18608         * gnus-sum.el:
18609         * gnus-xmas.el:
18610         * messagexmas.el:
18611         * mm-uu.el:
18612         * mm-view.el: Update copyright.
18613
18614 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18615
18616         * message.el (message-info): New function.
18617         (message-mode-menu): Add it.
18618         Update copyright.
18619
18620         * ChangeLog: Fix and update copyright.
18621
18622 2006-01-13  Romain Francoise  <romain@orebokech.com>
18623
18624         * message.el (message-forward-subject-name-subject): Prefer the
18625         address to 'nowhere' if the sender has no name.
18626         Fix typo.  Update copyright year.
18627
18628 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18629
18630         * gnus-art.el (article-wash-html):
18631         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18632         (gnus-article-wash-html-with-w3m-standalone): New function.
18633
18634         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18635         mm-inline-text-html-render-with-w3m-standalone.
18636         (mm-text-html-washer-alist): Map w3m-standalone to
18637         gnus-article-wash-html-with-w3m-standalone.
18638         (mm-inline-text-html-render-with-w3m-standalone): New function.
18639
18640 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18641
18642         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18643         Improve LaTeX.
18644
18645 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18646
18647         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18648         (nnrss-request-article): Render text/plain parts as HTML.
18649
18650         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18651         the buffer.
18652
18653 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18654
18655         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18656         custom definition of `gnus-posting-styles'.
18657
18658         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18659         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18660
18661 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18662
18663         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18664         Use nntp for bug archive.
18665
18666 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18669         parts.
18670         (nnrss-normalize-date): New function converts ISO 8601 date into
18671         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18672         (nnrss-check-group): Use it.
18673
18674 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18677
18678         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18679         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18680         (nnrss-insert-w3): Ditto.
18681
18682 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18683
18684         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18685         the articles to be forwarded including the case where neither a
18686         number of articles nor a region is specified.
18687
18688 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18689
18690         * nnrss.el (nnrss-request-article): Fix last change; fill
18691         text/plain parts.
18692
18693 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18696         in text/plain part.
18697         (nnrss-check-group): Don't add excessive newline to dc:subject.
18698
18699 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18700
18701         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18702         article.
18703
18704 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18705
18706         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18707         (nnml-use-compressed-files, nnml-save-mail): Support other
18708         comression programs such as bzip2.
18709
18710 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18711
18712         * dns.el (query-dns): Make sure we check the buffer size before
18713         removing tcp headers.
18714
18715 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18716
18717         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18718         remove MIME buttons associated with multipart/alternative parts.
18719         (gnus-mime-display-alternative): Tag buttons using `article-type'
18720         text property.
18721
18722         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18723         associated with multipart/alternative parts.
18724
18725         * gnus-art.el (gnus-signature-separator): Fix custom type.
18726
18727         * mm-decode.el (mm-inlined-types): Fix custom type.
18728         (mm-keep-viewer-alive-types): Ditto.
18729         (mm-automatic-display): Ditto.
18730         (mm-attachment-override-types): Ditto.
18731         (mm-inline-override-types): Ditto.
18732         (mm-automatic-external-display): Ditto.
18733
18734 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18735
18736         * spam-report.el (spam-report-user-mail-address)
18737         (spam-report-user-agent): New variables.
18738         (spam-report-url-ping-plain): Use spam-report-user-agent.
18739
18740 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18741
18742         * gnus-art.el (gnus-button-handle-custom): Do not just use
18743         `customize-apropos' for any "M-x customize-*" button but the
18744         function called for.  Accept both the function name and its
18745         argument in order to achieve this.
18746         (gnus-button-alist): Remove support for "custom:" URL's.
18747         Pass function name to `gnus-button-handle-custom' in case of "M-x
18748         customize-*" buttons.
18749
18750 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18753         multipart/alternative and add xref to mm-discouraged-alternatives
18754         in doc string.
18755
18756         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18757         gnus-buttonized-mime-types in doc string.
18758
18759 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18760
18761         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18762         Suggest image/.* in the doc string.
18763
18764 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18765
18766         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18767         message-marks (Debian bug #342521).
18768
18769 2005-12-12  Simon Josefsson  <jas@extundo.com>
18770
18771         * password.el (password-read-from-cache): Add.
18772         (password-read): Use it.
18773
18774 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * rfc2047.el (rfc2047-charset-to-coding-system):
18777         Recognize us-ascii as a MIME charset.
18778
18779         * mm-bodies.el (mm-decode-content-transfer-encoding):
18780         Protect against the case where the 2nd arg TYPE is nil.
18781
18782 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18783
18784         * pop3.el (pop3-stream-type): Fix custom version.
18785
18786         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18787
18788 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18789
18790         * mm-decode.el (mm-display-external): Add missing cdr.
18791
18792 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18793
18794         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18795         RFC1524) if it is in mailcap or add a suffix according to
18796         mailcap-mime-extensions when generating a temp filename; postpone
18797         deleting a temp file for 2 seconds for some wrappers, shell
18798         scripts, and so on, which might exit right after having started a
18799         viewer command as a background job.
18800
18801 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18802
18803         * nntp.el (nntp-marks-directory): Fix custom group.
18804
18805         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18806         steps when < 10.
18807
18808         * gnus-start.el (gnus-no-server-1):
18809         Mention `gnus-level-default-subscribed' in doc string.
18810
18811 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18812
18813         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18814         parens.
18815
18816 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18817
18818         * gnus-xmas.el (gnus-use-toolbar): Revert.
18819         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18820         gnus-use-toolbar is default.
18821
18822         * messagexmas.el (message-use-toolbar): Revert.
18823         (message-setup-toolbar): Use global default-toolbar if
18824         message-use-toolbar is default.
18825
18826 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18827
18828         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18829         according to default-toolbar-visible-p.
18830
18831         * messagexmas.el (message-use-toolbar): Ditto.
18832
18833 2005-11-26  Dave Love  <fx@gnu.org>
18834
18835         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18836         (tls-program, tls-success): Provide openssl alternative.
18837
18838         * starttls.el: Doc fixes.
18839         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18840         SERVICE to PORT.
18841
18842         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18843         port null or service name.
18844         (starttls-negotiate): Autoload.
18845
18846 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * message.el (message-kill-to-signature): Fix interactive spec.
18849
18850 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18851
18852         * pop3.el (pop3-open-server): Recognize a string as a service name.
18853
18854 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18855
18856         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18857
18858 2005-11-23  Dave Love  <fx@gnu.org>
18859
18860         Add pop3s, pop3/starttls.
18861
18862         * pop3.el (pop3-authentication-scheme): Clarify doc.
18863         (open-tls-stream, starttls-open-stream): Autoload.
18864         (pop3-stream-type): New.
18865         (pop3-open-server): Use it.
18866
18867         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18868         for POP.
18869         (mail-source-keyword-map): Add :stream for POP.
18870         (mail-source-fetch-pop): Use pop3-stream-type.
18871
18872 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18873
18874         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18875         of current-time-string.
18876
18877 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18878
18879         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18880         date header.
18881
18882 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18883
18884         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18885         it can seriously impact performance as it bypasses the agent's
18886         local caches.
18887
18888 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18889
18890         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18891         must be explicitly online rather than "not explicitly offline" for
18892         its flags to be synchronized.
18893
18894         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18895         that gnus-uu-unmark-thread will function correctly.
18896
18897         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18898         1024K is instead displayed as 1M.
18899
18900 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18901
18902         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18903
18904 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18905
18906         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18907
18908 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18909
18910         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18911         error message to display actual error condition.
18912         (gnus-agent-save-local): Avoid saving symbols that are bound to
18913         nil as they simply result in a warning message in
18914         gnus-agent-read-local.
18915
18916 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18917
18918         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18919         rather than make-variable-buffer-local for file-precious-flag.
18920
18921 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18922
18923         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18924         for duplicates which are removed.  The invalid sort check then
18925         triggers a rescan after the sort as sorting may have moved
18926         duplicate entries such that they can be cheaply detected.
18927
18928 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18929
18930         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18931
18932 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18933
18934         * gnus-agent.el (gnus-agent-article-alist-save-format):
18935         Change internal variable to a custom variable.  Change default value
18936         from compressed(2) to uncompressed(1).
18937         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18938         support for uncompressed agentview files.  Taken together, reading
18939         the agentview file should now be 6-7 times faster.
18940
18941 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18942
18943         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18944         as a buffer-local variable.  This avoids creating truncated
18945         dribble files as a result of a hang up, eg.
18946
18947 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18948
18949         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18950         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18951         XEmacs.
18952
18953 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18954
18955         * gnus-start.el (gnus-start-draft-setup):
18956         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18957
18958         * gnus.el (gnus-splash): Change custom group.
18959         (gnus-group-get-parameter, gnus-group-parameter-value):
18960         Describe allow-list argument.
18961
18962         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18963         string.
18964
18965 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18966
18967         * gnus-art.el (gnus-default-article-saver): Add user-defined
18968         `function' to custom type.
18969
18970 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18971
18972         * imap.el (imap-open): Handle case where buffer is a buffer
18973         object.
18974
18975 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18976
18977         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18978         long lines.
18979         (gnus-cache-delete-group): Wrap doc strings.
18980
18981         * gnus-agent.el (gnus-agent-rename-group)
18982         (gnus-agent-delete-group): Wrap doc strings.
18983
18984 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * messagexmas.el (message-use-toolbar): Change the valid values
18987         into default, top, bottom, left, and right.
18988         (message-toolbar-thickness): New variable.
18989         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18990         well.
18991         (message-setup-toolbar): Make it work.
18992
18993         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18994         (gnus-use-toolbar): Change the valid values into default, top,
18995         bottom, left, and right.
18996         (gnus-toolbar-thickness): New variable.
18997         (gnus-xmas-setup-toolbar): New function.
18998         (gnus-xmas-setup-group-toolbar): Use it.
18999         (gnus-xmas-setup-summary-toolbar): Use it.
19000
19001 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19002
19003         * gnus-start.el (gnus-1): Add "native" to
19004         gnus-predefined-server-alist.
19005
19006         * gnus.el (gnus-method-to-server): Don't add "native" to the
19007         lists here, because that leads to problems when
19008         gnus-select-method is bound.
19009
19010 2005-11-09  Simon Josefsson  <jas@extundo.com>
19011
19012         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19013         use (not sort-by-date) instead.
19014
19015 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19016
19017         * gnus-delay.el (gnus-delay-group): Don't autoload.
19018         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19019         to be re-loaded when customizing the `gnus-delay' group.
19020
19021 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19022
19023         * message.el: Revert last changes.
19024         (message-insert-citation-line): Use newlines.
19025
19026 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19027
19028         * message.el (message-courtesy-message)
19029         (message-mark-insert-begin, message-mark-insert-end)
19030         (message-elide-ellipsis, message-cancel-message)
19031         (message-add-header, message-change-subject)
19032         (message-cross-post-followup-to-header)
19033         (message-cross-post-insert-note, message-reduce-to-to-cc)
19034         (message-widen-reply, message-delete-not-region)
19035         (message-kill-to-signature, message-insert-signature)
19036         (message-insert-importance-high, message-insert-importance-low)
19037         (message-insert-or-toggle-importance)
19038         (message-insert-disposition-notification-to)
19039         (message-indent-citation, message-yank-original)
19040         (message-cite-original-without-signature, message-cite-original)
19041         (message-insert-citation-line, message-position-on-field)
19042         (message-fix-before-sending, message-send-mail-partially)
19043         (message-send-mail, message-send-mail-with-sendmail)
19044         (message-send-mail-with-qmail, message-send-news)
19045         (message-check-news-header-syntax, message-generate-headers)
19046         (message-insert-courtesy-copy, message-fill-address)
19047         (message-fill-header, message-shorten-references)
19048         (message-setup-1, message-cancel-news)
19049         (message-forward-make-body-plain, message-forward-make-body-mime)
19050         (message-forward-make-body-mml, message-encode-message-body)
19051         (message-forward-make-body-digest-plain)
19052         (message-forward-make-body-digest-mime)
19053         (message-use-alternative-email-as-from): Insert `hard-newline'
19054         instead of ordinary newlines.
19055
19056 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19057
19058         * message.el (message-generate-headers): Downcase the argument
19059         given to message-check-element.
19060
19061 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19062
19063         * nntp.el (nntp-authinfo-rejected): New error condition.
19064         (nntp-wait-for): Use new error condition to signal authentication
19065         error.
19066         (nntp-retrieve-data): Rethrow new error condition to break out of
19067         recursive call to nntp-send-authinfo.
19068
19069 2005-11-08  Romain Francoise  <romain@orebokech.com>
19070
19071         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19072         (gnus-summary-exit-map): Bind to `Z p'.
19073         (gnus-summary-make-menu-bar): Add menu item.
19074
19075 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19076
19077         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19078         (gnus-treat-*): Add `first' in all doc strings.
19079
19080         * gnus-group.el (gnus-group-compact-group): Fix typo.
19081
19082 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * gnus.el (gnus-parameters-case-fold-search): New variable.
19085         (gnus-parameters-get-parameter): Use it.
19086
19087         * gnus-score.el (gnus-home-score-file): Doc fix.
19088
19089 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19090
19091         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19092
19093 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * mm-util.el (mm-special-display-p): New function.
19096
19097         * mml.el (mml-preview): Use it; doc fix.
19098
19099 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19100
19101         * imap.el (imap-open): Handle case where buffer is a buffer object.
19102
19103 2005-10-29  Romain Francoise  <romain@orebokech.com>
19104
19105         * message.el (message-fix-before-sending): Fix comment.
19106
19107 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19108
19109         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19110
19111 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19112
19113         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19114         Used in gnus-score.el.
19115
19116 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19117
19118         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19119
19120 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19121
19122         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19123         whitespace removed in revision 7.8.  Use concatenated string to
19124         protect trailing whitespace.
19125
19126 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19127
19128         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19129         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19130         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19131         Courier IMAP ("some version from 2004").  Mostly based on similar
19132         code in the same function.
19133
19134 2005-10-26  Didier Verna  <didier@xemacs.org>
19135
19136         * gnus-group.el (gnus-group-compact-group): Invalidate original
19137         article buffer.
19138         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19139         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19140         NOV database and in article itself.
19141         Invalidate article backlog.
19142
19143 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19144
19145         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19146
19147 2005-10-26  Simon Josefsson  <jas@extundo.com>
19148
19149         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19150         part of 2004-07-25 change.
19151
19152 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * message.el (message-display-completion-list): New function.
19155         (message-expand-group): Use it; make sure the Completions buffer
19156         is modifiable.
19157 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19158
19159         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19160         user-mail-name is an empty string.
19161
19162 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19163
19164         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19165         depending on gnus-score-decay-constant.
19166
19167         * encrypt.el (encrypt-insert-file-contents)
19168         (encrypt-write-file-contents): Don't use `gnus-message'.
19169
19170         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19171         arguments.
19172         (mm-uu-type-alist): Add message-marks and insert-marks.
19173         Pass arguments to mm-uu-verbatim-marks-extract.
19174         (mm-uu-hide-markers): New variable.
19175         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19176
19177         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19178         (gnus-convert-image-to-face-command): Use "convert" by default to
19179         allow other input image formats.
19180         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19181         accordingly.
19182
19183 2005-10-23  Simon Josefsson  <jas@extundo.com>
19184
19185         * imap.el (imap-gssapi-program): Align command line parameters
19186         with latest GNU SASL.
19187         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19188
19189 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19190
19191         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19192         HTML.
19193         (nnslashdot-request-article): Ditto.
19194
19195         * lpath.el (featurep): Add nobreak-char-display.
19196
19197 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19198
19199         * mail-source.el (mail-source-fetch-pop): Require pop3.
19200         (mail-source-check-pop): Ditto.
19201
19202 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19203
19204         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19205         errors.
19206
19207 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19208
19209         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19210         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19211
19212         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19213
19214         * mm-bodies.el (mm-decode-string):
19215         Call `mm-charset-to-coding-system' with allow-override argument.
19216
19217 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19218
19219         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19220         (rfc2047-charset-to-coding-system): New function.
19221         (rfc2047-decode-encoded-words): New function.
19222         (rfc2047-decode-region): Use them.
19223         (rfc2047-decode-cte): Remove.
19224         (rfc2047-parse-and-decode): Remove.
19225         (rfc2047-decode): Remove.
19226
19227 2005-10-15  Kenichi Handa  <handa@m17n.org>
19228
19229         * rfc2047.el (rfc2047-decode-cte): New function.
19230         (rfc2047-decode-region): Change the way to decode successive
19231         encoded-words: decode B- or Q-encoding in each encoded-word,
19232         concatenate them, and decode it as charset.
19233
19234 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * lpath.el: Fbind codepage-setup for XEmacs.
19237
19238 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19239
19240         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19241         widget-move-and-invoke.
19242         (gnus-custom-mode): Use gnus-custom-map.
19243
19244 2005-10-15  Bill Wohler  <wohler@newt.com>
19245
19246         * message.el (message-tool-bar-map): Rename image file from
19247         mail_send to mail/send.
19248
19249 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19250
19251         * message.el (message-expand-group): Pass the common
19252         prefix substring of completion to `display-completion-list'.
19253
19254 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19255
19256         * mml-sec.el (mml-secure-method): New internal variable.
19257         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19258         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19259         New functions using mml-secure-method.
19260
19261         * mml.el (mml-mode-map): Add key bindings for those functions.
19262         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19263         Harder <harder@myrealbox.com>.
19264         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19265         Goto end of message if point is the headers of the message.
19266
19267         * message.el (message-in-body-p): New function.
19268
19269         * assistant.el: Autoload gnus-util and netrc.
19270
19271         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19272         Use `mm-charset-override-alist' only when decoding.
19273
19274         * mm-bodies.el (mm-decode-body):
19275         Call `mm-charset-to-coding-system' with allow-override argument.
19276
19277         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19278         `filename' from Content-Disposition if Content-Type doesn't
19279         provide `name'.
19280         (gnus-mime-view-part-as-type): Set default instead of
19281         initial-input.
19282
19283 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19284
19285         * format-spec.el (format-spec): Propagate text properties of % spec.
19286
19287 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19288
19289         * gnus-art.el (gnus-treat-predicate): Add `first'.
19290
19291 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19292
19293         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19294         (mm-charset-override-alist): New variable.
19295         (mm-charset-to-coding-system): Use it.
19296         (mm-codepage-setup): New helper function.
19297         (mm-charset-eval-alist): New variable.
19298         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19299         Warn about unknown charsets.
19300
19301         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19302
19303 2005-10-04  David Hansen  <david.hansen@gmx.net>
19304
19305         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19306         (nnrss-check-group): Ditto.
19307
19308 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19309
19310         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19311         Rename x-gnus-verbatim to x-verbatim.
19312         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19313
19314         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19315         x-verbatim.
19316
19317         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19318
19319         * gnus-util.el (gnus-remove-duplicates): Remove.
19320
19321         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19322         instead of gnus-remove-duplicates.
19323
19324         * message.el (message-remove-duplicates): Remove.
19325         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19326         message-remove-duplicates.
19327
19328         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19329         available, else use implementation from `delete-dups'.
19330
19331         * message.el (message-insert-expires): New function.
19332         (message-mode-map): Add key binding.
19333         (message-mode-field-menu): Add menu entry.
19334         (message-mode): Document it.
19335         (message-make-expires-date): Use `message-make-date'.
19336
19337 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19338
19339         * message.el (message-make-expires-date): New function.
19340
19341 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * Makefile.in (list-installed-shadows): New entry.
19344         (install): Use it.
19345         (remove-installed-shadows): New entry.
19346
19347         * dgnushack.el (dgnushack-default-load-path): New variable.
19348         (dgnushack-find-lisp-shadows): New function.
19349         (dgnushack-remove-lisp-shadows): New function.
19350
19351 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * Makefile.in (install-el-elc): New entry.
19354         (install): Use it so that .el files are necessarily installed.
19355
19356 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19357
19358         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19359
19360 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19361
19362         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19363         function rather than the diff-mode.el package.
19364         (mm-display-external): Use with-current-buffer.
19365         (mm-viewer-completion-map, mm-viewer-completion-map):
19366         Move initialization inside declaration.
19367
19368 2005-09-29  Simon Josefsson  <jas@extundo.com>
19369
19370         * spam.el: Load hashcash when compiling, to avoid warnings.
19371         Don't autoload mail-check-payment.
19372         (spam-check-hashcash): Define unconditionally, since hashcash.el
19373         is part of Gnus now.  Ignore errors from payment checking.
19374
19375 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * message.el (message-bold-region, message-unbold-region):
19378         Rename from `bold-region' and `unbold-region'.
19379
19380         * message.el: Remove useless autoloads.
19381
19382 2005-09-28  Simon Josefsson  <jas@extundo.com>
19383
19384         * message.el (message-use-idna): Default to t.
19385         (message-use-idna): Test whether encoding works too.  Doc fix.
19386
19387 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19388
19389         * nntp.el (nntp-warn-about-losing-connection): Remove.
19390
19391 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19392
19393         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19394         customizable.  Change default value.
19395         (mm-uu-diff-groups-regexp): Change default value.
19396         (mm-uu-type-alist): Add doc string.
19397         (mm-uu-configure): Add doc string.  Make it interactive.
19398         (mm-uu-tex-groups-regexp): New variable.
19399         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19400         (mm-uu-type-alist): Add LaTeX documents.
19401         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19402         of "text/verbatim".
19403         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19404
19405         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19406         instead of "text/verbatim".
19407
19408         * message.el (message-mark-inserted-region)
19409         (message-mark-insert-file): Use slrn style marks when called with
19410         prefix argument.
19411
19412 2005-09-27  Simon Josefsson  <jas@extundo.com>
19413
19414         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19415
19416 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19417
19418         * message.el (message-remove-duplicates): New function.
19419         Implementation borrowed from `gnus-remove-duplicates'.
19420         (message-idna-to-ascii-rhs): Also encode idna addresses in
19421         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19422         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19423         only ask about the same idna domain once per header and also tell
19424         in what header to replace the idna domain.
19425
19426         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19427         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19428         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19429         a header is decoded and not just the last one.
19430
19431 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19432
19433         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19434         has been decoded.
19435
19436         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19437         (mm-insert-part): Don't modify text if it has been decoded.
19438
19439         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19440         decoded.
19441
19442         * mm-view.el (mm-inline-text): Don't strip text props unless
19443         decoding enriched or richtext parts.
19444
19445 2005-09-25  Romain Francoise  <romain@orebokech.com>
19446
19447         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19448         * gnus-start.el (gnus-subscribe-interactively):
19449         * gnus-uu.el (gnus-uu-grab-articles):
19450         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19451         space.
19452
19453 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19454
19455         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19456         * mm-view.el (mm-view-pkcs7-decrypt):
19457         * gnus-sum.el (gnus-summary-limit-to-extra)
19458         (gnus-summary-respool-article, gnus-read-move-group-name):
19459         * gnus-score.el (gnus-summary-increase-score):
19460         * gnus-util.el (gnus-completing-read-with-default):
19461         * gnus-art.el (gnus-read-save-file-name)
19462         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19463         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19464         * message.el (message-check-news-header-syntax):
19465         Follow convention for reading with the minibuffer.
19466
19467 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19468
19469         * spam-report.el (spam-report-url-ping-plain):
19470         Use gnus-extended-version as User-Agent.
19471
19472         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19473         default value is nil.
19474
19475         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19476         (mm-uu-verbatim-marks-extract): New function.
19477         (mm-uu-extract): New face.
19478         (mm-uu-copy-to-buffer): Use it.
19479
19480         * spam-report.el (spam-report-gmane-ham): Rename from
19481         `spam-report-gmane-unspam'.
19482         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19483         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19484
19485         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19486         Autoload.
19487         (spam-report-gmane-unregister-routine):
19488         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19489
19490 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19491
19492         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19493         (spam-report-gmane-unregister-routine): Add support for gmane
19494         unregistration.
19495
19496         * spam-report.el (spam-report-gmane-unspam)
19497         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19498         (spam-report-gmane): Change to take a single article and do unspam
19499         registration.
19500
19501 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19502
19503         * mm-url.el (mm-url-decode-entities): Fix regexp.
19504
19505 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19506
19507         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19508         default to nil, to be able to use Gnus at all.  If the default
19509         switches to something else, then the function should be fixed not
19510         be exceedingly slow.
19511
19512 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19513
19514         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19515         fail hard.
19516
19517         * spam-report.el: Add better Keywords line.
19518
19519         * spam.el: Add Maintainer and better Keywords line.
19520
19521 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19522
19523         * gnus-art.el (gnus-article-replace-part)
19524         (gnus-mime-replace-part): New functions.
19525         (gnus-mime-action-alist, gnus-mime-button-commands)
19526         (gnus-mime-save-part-and-strip): Add file argument.
19527         (gnus-article-part-wrapper): Add interactive argument.
19528
19529         * gnus-sum.el (gnus-summary-mime-map):
19530         Add `gnus-article-replace-part'.
19531
19532 2005-09-19  Didier Verna  <didier@xemacs.org>
19533
19534         The nnml compaction feature:
19535         * nnml.el (nnml-request-compact-group): New function.
19536         * nnml.el (nnml-request-compact): New function.
19537         * gnus-int.el (gnus-request-compact-group): New function.
19538         * gnus-int.el (gnus-request-compact): New function.
19539         * gnus-group.el (gnus-group-compact-group): New function.
19540         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19541         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19542         * gnus-srvr.el (gnus-server-compact-server): New function.
19543         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19544         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19545
19546 2005-09-18  Deepak Goel  <deego@gnufans.org>
19547
19548         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19549         format spec.
19550
19551 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19552
19553         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19554
19555 2005-09-15  Romain Francoise  <romain@orebokech.com>
19556
19557         * message.el (message-fill-paragraph): Clarify docstring.
19558
19559 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19560
19561         * gnus-art.el (gnus-mime-display-part): Protect against broken
19562         MIME messages.
19563
19564 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19565
19566         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19567         before parsing header.
19568
19569 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19570
19571         * html2text.el (html2text-replace-list): Add new entities.
19572
19573 2005-09-11  Romain Francoise  <romain@orebokech.com>
19574
19575         * message.el (message-alternative-emails): Improve docstring.
19576         (message-setup-1): Call `message-use-alternative-email-as-from'
19577         after `message-setup-hook' to give it precedence over posting
19578         styles, etc.
19579         (message-use-alternative-email-as-from): Add docstring.
19580         Remove the original From header if present.
19581
19582         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19583         (nnml-save-mail): Use it.
19584
19585         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19586         articles.  Add new argument `silent'.
19587         (gnus-uu-mark-all): Report the total number of marked articles.
19588
19589 2005-09-10  Romain Francoise  <romain@orebokech.com>
19590
19591         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19592         (gnus-uu-mark-series): Likewise.
19593
19594 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19595
19596         * spam-report.el (spam-report-gmane): Fix generation of spam
19597         report URL.
19598
19599 2005-09-10  Simon Josefsson  <jas@extundo.com>
19600
19601         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19602         t, based on discussion on the ding list with Robert Epprecht
19603         <epprecht@solnet.ch>.
19604
19605 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19606
19607         * spam-report.el (spam-report-gmane): Make it work without
19608         X-Report-Spam header.  Gmane now only provides Archived-At.
19609         This is only used if `spam-report-gmane-use-article-number' is nil.
19610         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19611
19612         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19613         make `gnus-summary-sort-by-recipient' work with threading.
19614
19615         * nnweb.el (nnweb-google-wash-article): Print a message if article
19616         is not available.
19617
19618 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19619
19620         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19621         change.  Decode text/* parts content before displaying.
19622
19623 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19624
19625         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19626
19627 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19628
19629         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19630
19631         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19632         url-package-name, url-package-version,
19633         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19634         w3m-display-inline-images, and w3m-minor-mode-map.
19635
19636 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19637
19638         * message.el (message-tab-body-function): Fix mismatched custom type.
19639
19640         * gnus.el (gnus-group-change-level-function): Ditto.
19641
19642         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19643
19644         * gnus-art.el (gnus-signature-limit)
19645         (gnus-article-mime-part-function): Ditto.
19646
19647 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19648
19649         * mml.el (mml-mode): Silence the byte compiler.
19650
19651         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19652         using `(sit-for 0)' before moving the point to the specified part;
19653         skip unbuttonized parts.
19654         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19655         return to the summary window if gnus-auto-select-part is non-nil.
19656
19657 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19658
19659         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19660         New variables.
19661         (mml-dnd-attach-file, mml-mode): Use them.
19662
19663         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19664         Make fetching article by MID work again for Google Groups.
19665         Add FIXME concerning gnus-group-make-web-group.
19666
19667         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19668         Don't depend on Gnus by using mail-extract-address-components if
19669         gnus-extract-address-components is not bound.
19670
19671 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19672
19673         * gnus-art.el (gnus-mime-display-security): Don't display the
19674         signature, but only the signed part.
19675
19676 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19677
19678         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19679
19680         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19681         list, not listp.
19682
19683 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19684
19685         * mm-encode.el (mm-encode-content-transfer-encoding):
19686         Likewise when encoding.
19687
19688         * mm-bodies.el (mm-decode-content-transfer-encoding):
19689         De-canonicalize CRLF for all text content types, not just
19690         text/plain.
19691
19692 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19693
19694         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19695         valid article; point arrow and cursor at the MIME button.
19696
19697 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19698
19699         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19700         Suggested by Dan Christensen <jdc@uwo.ca>.
19701
19702         * mm-decode.el (mm-save-part): Enable change of prompt.
19703
19704 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19705
19706         * gnus-msg.el (gnus-inews-add-send-actions):
19707         Make `message-post-method' lambda parameter ARG `&optional'.
19708
19709 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19710
19711         * gnus-sum.el (gnus-summary-mime-map):
19712         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19713         gnus-article-jump-to-part.
19714
19715         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19716         (gnus-article-edit-part): Use it.
19717         (gnus-article-part-wrapper): Add no-handle argument.
19718         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19719         New functions.
19720
19721 2005-08-29  Romain Francoise  <romain@orebokech.com>
19722
19723         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19724         docstring.
19725         (gnus-face-from-file): Likewise.
19726
19727 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19728
19729         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19730         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19731         non-nil.
19732         (gnus-auto-select-part): New variable.
19733         (gnus-article-jump-to-part): New function.
19734         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19735         (gnus-mime-delete-part): Allow selecting specified part after
19736         deleting or stripping parts.
19737         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19738         part if argument is bogus.
19739
19740 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19741
19742         * gnus-art.el (w3m-minor-mode-map):
19743         * gnus-spec.el (gnus-newsrc-file-version):
19744         * gnus-util.el (nnmail-active-file-coding-system)
19745         (gnus-original-article-buffer, gnus-user-agent):
19746         * gnus.el (gnus-ham-process-destinations)
19747         (gnus-parameter-ham-marks-alist)
19748         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19749         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19750         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19751         * mm-decode.el (gnus-current-window-configuration):
19752         * mm-extern.el (gnus-article-mime-handles):
19753         * mm-url.el (url-current-object, url-package-name)
19754         (url-package-version):
19755         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19756         (smime-keys, w3m-cid-retrieve-function-alist)
19757         (w3m-current-buffer, w3m-display-inline-images)
19758         (w3m-minor-mode-map):
19759         * mml-smime.el (gnus-extract-address-components):
19760         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19761         (gnus-newsrc-hashtb, message-default-charset)
19762         (message-deletable-headers, message-options)
19763         (message-posting-charset, message-required-mail-headers)
19764         (message-required-news-headers):
19765         * mml1991.el (mc-pgp-always-sign):
19766         * mml2015.el (mc-pgp-always-sign):
19767         * nnheader.el (nnmail-extra-headers):
19768         * rfc1843.el (gnus-decode-encoded-word-function)
19769         (gnus-decode-header-function, gnus-newsgroup-name):
19770         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19771
19772 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19773
19774         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19775         the end of the date treatments.
19776
19777 2005-08-15  Simon Josefsson  <jas@extundo.com>
19778
19779         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19780         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19781         Capello and Romain Francoise.
19782         (pgg-fetch-key-function): Remove, not used?
19783         (pgg-insert-url-with-w3): Require url, to get
19784         url-insert-file-contents regardless of where it is defined.
19785
19786 2005-08-13  Romain Francoise  <romain@orebokech.com>
19787
19788         * message.el (message-cite-original-1): New function.
19789         (message-cite-original): Use it.
19790         (message-cite-original-without-signature): Ditto.
19791
19792 2005-08-08  Romain Francoise  <romain@orebokech.com>
19793
19794         * message.el (message-yank-empty-prefix): New variable.
19795         (message-indent-citation): Use it.
19796         (message-cite-original-without-signature): Respect X-No-Archive.
19797
19798 2005-08-08  Simon Josefsson  <jas@extundo.com>
19799
19800         * pgg.el: Autoload url-insert-file-contents instead of loading
19801         w3/url.
19802         (pgg-insert-url-with-w3): Don't load url here.
19803
19804 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19805
19806         * message.el (message-kill-to-signature): Don't insert newline at
19807         bol.
19808         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19809
19810 2005-08-06  Romain Francoise  <romain@orebokech.com>
19811
19812         * message.el (message-user-fqdn): Fix typo in docstring.
19813
19814 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19815
19816         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19817
19818         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19819
19820 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19821
19822         * mm-bodies.el (mm-encode-body): Use coding system rather than
19823         charset to encode text.
19824
19825         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19826         number of charsets if utf-8 is available (XEmacs).
19827
19828 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19829
19830         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19831         taken from `gnus-button-mid-or-mail-regexp'.
19832         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19833         (gnus-button-alist): Improve regexp for domain part of the MIDs
19834         for news:localpart@domain buttons.
19835         (gnus-button-ctan-directory-regexp): Update.
19836
19837 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19838
19839         * sieve-manage.el (sieve-manage-interactive-login):
19840         Use make-local-variable rather than make-variable-buffer-local.
19841         (sieve-manage-open): Ditto.
19842         (sieve-manage-authenticate): Ditto.
19843
19844         * mml.el (mml-generate-mime-1): Make the content type default to
19845         text/plain if the filename is not specified.
19846
19847 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19848
19849         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19850         instead of insert-buffer.
19851
19852         * message.el (message-yank-original): Ditto; set the mark at the
19853         end of the yanked message.
19854
19855 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19858         lines to scroll rather than to stop it.
19859
19860         * mml.el (mml-generate-default-type): Add doc string.
19861         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19862         default to application/octet-stream when determining the content
19863         type if it is not specified for the part or the mml contents; add
19864         a comment about mml-generate-default-type.
19865
19866 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19867
19868         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19869         make it default to application/octet-stream when determining the
19870         content type if it is not specified for the external contents.
19871
19872 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19875         segmented parameter but also other parameters might be there.
19876
19877 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19878
19879         * mm-decode.el (mm-display-external): Delete temp file, directory
19880         and buffer immediately if the external process is exited.
19881
19882 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19883
19884         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19885         fewer lines than that of scroll-margin.
19886         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19887
19888 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19889
19890         * gnus-art.el (gnus-article-next-page): Revert.
19891         (gnus-article-beginning-of-window): New macro.
19892         (gnus-article-next-page-1): Use it.
19893         (gnus-article-prev-page): Ditto.
19894         (gnus-article-edit-part): Use insert-buffer-substring instead of
19895         insert-buffer.
19896         (gnus-article-edit-exit): Ditto.
19897
19898         * gnus-util.el (gnus-beginning-of-window): Remove.
19899         (gnus-end-of-window): Remove.
19900
19901         * lpath.el: Don't bind header-line-format and scroll-margin.
19902
19903 2005-07-25  Simon Josefsson  <jas@extundo.com>
19904
19905         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19906         to have the url package without w3.  Reported by Daiki Ueno
19907         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19908
19909 2005-07-20  Didier Verna  <didier@xemacs.org>
19910
19911         * gnus-diary.el: Remove the description comment (nndiary is now
19912         properly documented in the Gnus manual).
19913         Fix the spelling of "Back End".
19914         * nndiary.el: Ditto.
19915         Fix the copyright notice.
19916
19917 2005-07-18  Romain Francoise  <romain@orebokech.com>
19918
19919         * gnus-sum.el (gnus-summary-to-prefix)
19920         (gnus-summary-newsgroup-prefix): New variables.
19921         (gnus-summary-from-or-to-or-newsgroups): Use them.
19922
19923 2005-07-17  Romain Francoise  <romain@orebokech.com>
19924
19925         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19926         space as it's generally not especially interesting to the user.
19927
19928 2005-07-16  Romain Francoise  <romain@orebokech.com>
19929
19930         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19931         nil to avoid prompting and file modification if one of the
19932         messages at the top of the nnfolder file contains a copyright
19933         notice.
19934         Update copyright notice.
19935
19936         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19937         instead of `current-time-string' as the latter creates a time
19938         string that is not RFC 2822 compliant (it lacks the zone).
19939         Update copyright notice.
19940
19941 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19942
19943         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19944         for text/rtf.  Display default in prompt.  Pass default for M-n.
19945
19946         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19947
19948 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19949
19950         * gnus-msg.el (gnus-button-mailto):
19951         Remove save-selected-window-window hackery because it relies on
19952         save-selected-window internals.
19953
19954 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19955
19956         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19957         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19958         (gnus-article-prev-page): Ditto.
19959
19960         * gnus-util.el (gnus-beginning-of-window): New function.
19961         (gnus-end-of-window): New function.
19962
19963         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19964
19965 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19966
19967         * gnus-score.el (gnus-score-edit-all-score):
19968         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19969         gnus-message.
19970
19971 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19972
19973         * gnus-msg.el (gnus-button-mailto):
19974         Remove save-selected-window-window hackery because it relies on
19975         save-selected-window internals.
19976
19977 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19978
19979         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19980         add-minor-mode.
19981         (gnus-binary-mode): Ditto.
19982
19983         * gnus-topic.el (gnus-topic-mode): Ditto.
19984
19985 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19986
19987         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19988         (gnus-article-prev-page): Take scroll-margin into consideration.
19989
19990 2005-07-04  Lute Kamstra  <lute@gnu.org>
19991
19992         Update FSF's address in GPL notices.
19993
19994 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19995
19996         * gnus.el (gnus-exit):
19997         * gnus-group.el (gnus-group-icons):
19998         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19999
20000         * gnus-nocem.el (gnus-nocem):
20001         * message.el (message-various, message-buffers, message-sending)
20002         (message-interface, message-forwarding, message-insertion)
20003         (message-headers, message-news, message-mail):
20004         * pgg-gpg.el (pgg-gpg):
20005         * pgg-parse.el (pgg-parse):
20006         * pgg-pgp.el (pgg-pgp):
20007         * pgg-pgp5.el (pgg-pgp5):
20008         * pop3.el (pop3): Finish `defgroup' description with period.
20009
20010 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20011
20012         * gnus-art.el (article-display-face): Improve the efficiency.
20013         (article-display-x-face): Ditto; remove gray x-face stuff.
20014
20015 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20016
20017         * gnus-art.el (article-display-face): Correct the position in
20018         which Faces are inserted.
20019
20020 2005-06-29  Didier Verna  <didier@xemacs.org>
20021
20022         * gnus-art.el (article-display-face): Display faces in correct
20023         order.
20024
20025 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20026
20027         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20028         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20029         (gnus-nocem-check-article): Fetch the Type header.
20030         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20031         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20032         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20033         make sure gnus-nocem-hashtb is initialized.
20034         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20035         (gnus-nocem-unwanted-article-p): Ditto.
20036
20037         * pgg.el (pgg-verify): Return the verification result.
20038
20039 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20040
20041         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20042         is ascii.
20043
20044 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20045
20046         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20047         `show-nonbreak-escape'.
20048
20049 2005-06-23  Lute Kamstra  <lute@gnu.org>
20050
20051         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20052
20053         * dig.el (dig-mode):
20054         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20055
20056 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20057
20058         * nnimap.el (nnimap-split-download-body): Fix spellings.
20059
20060 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20061
20062         * gnus-art.el (gnus-article-encrypt-body):
20063         * gnus-cus.el (gnus-score-customize):
20064         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20065         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20066
20067 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20068
20069         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20070         header by looking for magic "MII" at the beginning.
20071
20072 2005-06-16  Miles Bader  <miles@gnu.org>
20073
20074         * gnus-xmas.el (gnus-xmas-group-startup-message):
20075         Use renamed gnus-splash face.
20076
20077         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20078         (assistant-field-face): New backward-compatibility alias for renamed
20079         face.
20080         (assistant-render-text): Use renamed assistant-field face.
20081
20082         * spam.el (spam): Remove "-face" suffix from face name.
20083         (spam-face): New backward-compatibility alias for renamed face.
20084         (spam-face, spam-initialize): Use renamed spam face.
20085
20086         * message.el (message-header-to, message-header-cc)
20087         (message-header-subject, message-header-newsgroups)
20088         (message-header-other, message-header-name)
20089         (message-header-xheader, message-separator, message-cited-text)
20090         (message-mml): Remove "-face" suffix from face names.
20091         (message-header-to-face, message-header-cc-face)
20092         (message-header-subject-face, message-header-newsgroups-face)
20093         (message-header-other-face, message-header-name-face)
20094         (message-header-xheader-face, message-separator-face)
20095         (message-cited-text-face, message-mml-face):
20096         New backward-compatibility aliases for renamed faces.
20097         (message-font-lock-keywords): Use renamed message faces.
20098
20099         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20100         (sieve-test-commands, sieve-tagged-arguments):
20101         Remove "-face" suffix from face names.
20102         (sieve-control-commands-face, sieve-action-commands-face)
20103         (sieve-test-commands-face, sieve-tagged-arguments-face):
20104         New backward-compatibility aliases for renamed faces.
20105         (sieve-control-commands-face, sieve-action-commands-face)
20106         (sieve-test-commands-face, sieve-tagged-arguments-face):
20107         Use renamed sieve faces.
20108
20109         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20110         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20111         (gnus-group-news-3-empty, gnus-group-news-4)
20112         (gnus-group-news-4-empty, gnus-group-news-5)
20113         (gnus-group-news-5-empty, gnus-group-news-6)
20114         (gnus-group-news-6-empty, gnus-group-news-low)
20115         (gnus-group-news-low-empty, gnus-group-mail-1)
20116         (gnus-group-mail-1-empty, gnus-group-mail-2)
20117         (gnus-group-mail-2-empty, gnus-group-mail-3)
20118         (gnus-group-mail-3-empty, gnus-group-mail-low)
20119         (gnus-group-mail-low-empty, gnus-summary-selected)
20120         (gnus-summary-cancelled, gnus-summary-high-ticked)
20121         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20122         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20123         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20124         (gnus-summary-low-undownloaded)
20125         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20126         (gnus-summary-low-unread, gnus-summary-normal-unread)
20127         (gnus-summary-high-read, gnus-summary-low-read)
20128         (gnus-summary-normal-read, gnus-splash):
20129         Remove "-face" suffix from face names.
20130         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20131         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20132         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20133         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20134         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20135         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20136         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20137         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20138         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20139         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20140         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20141         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20142         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20143         (gnus-summary-normal-ticked-face)
20144         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20145         (gnus-summary-normal-ancient-face)
20146         (gnus-summary-high-undownloaded-face)
20147         (gnus-summary-low-undownloaded-face)
20148         (gnus-summary-normal-undownloaded-face)
20149         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20150         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20151         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20152         (gnus-splash-face):
20153         New backward-compatibility aliases for renamed faces.
20154         (gnus-group-startup-message): Use renamed gnus faces.
20155
20156         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20157         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20158         (gnus-server-agent): Remove "-face" suffix from face names.
20159         (gnus-server-agent-face, gnus-server-opened-face)
20160         (gnus-server-closed-face, gnus-server-denied-face)
20161         (gnus-server-offline-face):
20162         New backward-compatibility aliases for renamed faces.
20163         (gnus-server-agent-face, gnus-server-opened-face)
20164         (gnus-server-closed-face, gnus-server-denied-face)
20165         (gnus-server-offline-face): Use renamed gnus faces.
20166
20167         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20168         Remove "-face" suffix from face names.
20169         (gnus-picon-xbm-face, gnus-picon-face):
20170         New backward-compatibility aliases for renamed faces.
20171
20172         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20173         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20174         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20175         (gnus-cite-11): Remove "-face" suffix from face names.
20176         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20177         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20178         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20179         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20180         New backward-compatibility aliases for renamed faces.
20181         (gnus-cite-attribution-face, gnus-cite-face-list)
20182         (gnus-article-boring-faces): Use renamed gnus faces.
20183
20184         * gnus-art.el (gnus-signature, gnus-header-from)
20185         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20186         (gnus-header-content): Remove "-face" suffix from face names.
20187         (gnus-signature-face, gnus-header-from-face)
20188         (gnus-header-subject-face, gnus-header-newsgroups-face)
20189         (gnus-header-name-face, gnus-header-content-face):
20190         New backward-compatibility aliases for renamed faces.
20191         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20192
20193         * gnus-sum.el (gnus-summary-selected-face)
20194         (gnus-summary-highlight): Use renamed gnus faces.
20195         * gnus-group.el (gnus-group-highlight): Likewise.
20196
20197 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20198
20199         * gnus-sieve.el (gnus-sieve-article-add-rule):
20200         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20201         * spam-stat.el (spam-stat-buffer-change-to-spam)
20202         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20203
20204         * message.el (message-is-yours-p):
20205         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20206
20207 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20208
20209         * mm-view.el (mm-inline-text): Withdraw the last change.
20210
20211 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20212
20213         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20214         executing enriched-decode.
20215
20216 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20217
20218         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20219         charset of tar files.
20220
20221 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20222
20223         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20224
20225 2005-06-04  Lute Kamstra  <lute@gnu.org>
20226
20227         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20228         information is never recorded.
20229
20230 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20231
20232         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20233
20234 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20235
20236         * pop3.el (pop3-apop): Run md5 in the binary mode.
20237
20238         * starttls.el (starttls-set-process-query-on-exit-flag):
20239         Use eval-and-compile.
20240
20241 2005-05-31  Simon Josefsson  <jas@extundo.com>
20242
20243         * smime.el (smime-replace-in-string): Define.
20244         (smime-cert-by-ldap-1): Use it.
20245
20246 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20247
20248         * gnus-art.el (article-display-x-face): Replace
20249         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20250
20251         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20252         set-process-query-on-exit-flag or process-kill-without-query.
20253
20254         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20255         loop instead of replace-regexp.
20256
20257         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20258         instead of process-kill-without-query if it is available.
20259
20260         * lpath.el: Fbind ldap-search-entries.
20261
20262         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20263         instead of find-file-hooks if it is available.
20264
20265         * mml1991.el: Bind pgg-default-user-id when compiling.
20266
20267         * mml2015.el: Bind pgg-default-user-id when compiling.
20268
20269         * nndraft.el (nndraft-request-associate-buffer):
20270         Use write-contents-functions instead of write-contents-hooks if it is
20271         available.
20272
20273         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20274         instead of find-file-hooks if it is available.
20275
20276         * nntp.el (nntp-open-connection): Replace
20277         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20278         (nntp-open-ssl-stream): Ditto.
20279         (nntp-open-tls-stream): Ditto.
20280
20281         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20282         set-process-query-on-exit-flag or process-kill-without-query.
20283         (starttls-open-stream-gnutls): Use it instead of
20284         process-kill-without-query.
20285         (starttls-open-stream): Ditto.
20286
20287 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20288
20289         * smime.el (smime-cert-by-ldap-1): Don't use
20290         replace-regexp-in-string.
20291
20292 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20293
20294         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20295
20296         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20297         in PEM format.  Adjust to the XEmacs compatibility.
20298
20299 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20300
20301         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20302         by `string-to-number'.
20303         * gnus-agent.el (gnus-agent-regenerate-group)
20304         (gnus-agent-fetch-articles): Ditto.
20305         * gnus-art.el (gnus-button-fetch-group): Ditto.
20306         * gnus-cache.el (gnus-cache-generate-active)
20307         (gnus-cache-articles-in-group): Ditto.
20308         * gnus-group.el (gnus-group-set-current-level)
20309         (gnus-group-insert-group-line): Ditto.
20310         * gnus-score.el (gnus-score-set-expunge-below)
20311         (gnus-score-set-mark-below, gnus-summary-score-effect)
20312         (gnus-summary-score-entry): Ditto.
20313         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20314         (gnus-soup-pack): Ditto.
20315         * gnus-spec.el (gnus-xmas-format): Ditto.
20316         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20317         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20318         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20319         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20320         * nndb.el (nndb-get-remote-expire-response): Ditto.
20321         * nndiary.el (nndiary-parse-schedule-value)
20322         (nndiary-string-to-number, nndiary-request-replace-article)
20323         (nndiary-request-article): Ditto.
20324         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20325         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20326         * nneething.el (nneething-make-head): Ditto.
20327         * nnfolder.el (nnfolder-request-article)
20328         (nnfolder-retrieve-headers): Ditto.
20329         * nnheader.el (nnheader-file-to-number): Ditto.
20330         * nnkiboze.el (nnkiboze-request-article): Ditto.
20331         * nnmail.el (nnmail-process-unix-mail-format)
20332         (nnmail-process-babyl-mail-format): Ditto.
20333         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20334         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20335         (nnmh-request-create-group, nnmh-request-list-1)
20336         (nnmh-request-group, nnmh-request-article): Ditto.
20337         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20338         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20339         * nnsoup.el (nnsoup-make-active): Ditto.
20340         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20341         * nntp.el (nntp-find-group-and-number)
20342         (nntp-retrieve-headers-with-xover): Ditto.
20343         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20344         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20345         (pgg-format-key-identifier): Ditto.
20346         * pop3.el (pop3-last, pop3-stat): Ditto.
20347         * qp.el (quoted-printable-decode-region): Ditto.
20348
20349         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20350         of concat.
20351
20352 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20353
20354         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20355
20356         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20357
20358         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20359
20360         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20361
20362         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20363
20364         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20365
20366         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20367         (gnus-carpal-mode): Ditto.
20368
20369         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20370         (gnus-browse-mode): Ditto.
20371
20372         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20373
20374         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20375
20376 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20377
20378         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20379
20380 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20381
20382         * gnus-util.el (gnus-run-mode-hooks): New function.
20383
20384         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20385
20386         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20387         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20388
20389 2005-05-27  Lute Kamstra  <lute@gnu.org>
20390
20391         * dns-mode.el (dns-mode): Specify customization group.
20392
20393 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20394
20395         * gnus-agent.el (gnus-agent-make-mode-line-string):
20396         Use mode-line-highlight as mouse-face.
20397
20398 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20399
20400         * canlock.el (canlock): Change the parent group to news.
20401
20402         * deuglify.el (gnus-outlook-deuglify): Add :group.
20403
20404         * dig.el (dig): Add :group.
20405
20406         * dns-mode.el (dns-mode): Add :group.
20407
20408         * encrypt.el (encrypt): Add :group.
20409
20410         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20411         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20412         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20413         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20414         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20415
20416         * gnus-diary.el (gnus-diary): Add :group.
20417
20418         * gnus.el (gnus-group-news-1-face): Add :group.
20419         (gnus-group-news-1-empty-face): Ditto.
20420         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20421         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20422         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20423         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20424         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20425         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20426         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20427         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20428         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20429         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20430         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20431         (gnus-summary-high-ticked-face): Ditto.
20432         (gnus-summary-low-ticked-face): Ditto.
20433         (gnus-summary-normal-ticked-face): Ditto.
20434         (gnus-summary-high-ancient-face): Ditto.
20435         (gnus-summary-low-ancient-face): Ditto.
20436         (gnus-summary-normal-ancient-face): Ditto.
20437         (gnus-summary-high-undownloaded-face): Ditto.
20438         (gnus-summary-low-undownloaded-face): Ditto.
20439         (gnus-summary-normal-undownloaded-face): Ditto.
20440         (gnus-summary-high-unread-face): Ditto.
20441         (gnus-summary-low-unread-face): Ditto.
20442         (gnus-summary-normal-unread-face): Ditto.
20443         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20444         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20445
20446         * hashcash.el (hashcash): New custom group.
20447         (hashcash-default-payment): Add :group.
20448         (hashcash-payment-alist): Ditto.
20449         (hashcash-default-accept-payment): Ditto.
20450         (hashcash-accept-resources): Ditto.
20451         (hashcash-path): Ditto.
20452         (hashcash-extra-generate-parameters): Ditto.
20453         (hashcash-double-spend-database): Ditto.
20454         (hashcash-in-news): Ditto.
20455
20456         * message.el (message-minibuffer-local-map): Add :group.
20457
20458         * netrc.el (netrc): Add :group.
20459
20460         * sieve-manage.el (sieve-manage-log): Add :group.
20461         (sieve-manage-default-user): Diito.
20462         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20463         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20464         (sieve-manage-authenticators): Ditto.
20465         (sieve-manage-authenticator-alist): Ditto.
20466         (sieve-manage-default-port): Ditto.
20467
20468         * sieve-mode.el (sieve-control-commands-face): Add :group.
20469         (sieve-action-commands-face): Ditto.
20470         (sieve-test-commands-face): Ditto.
20471         (sieve-tagged-arguments-face): Ditto.
20472
20473         * smime.el (smime): Add :group.
20474
20475         * spam-report.el (spam-report): Add :group.
20476
20477         * spam.el (spam, spam-face): Add :group.
20478
20479 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20480
20481         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20482         return \n.\n.\n at the end of articles.  Protect against that.
20483         (nntp-with-open-group): Allow debugging.
20484
20485         * nnheader.el (mail-header-set-extra): Make into a function
20486         because I just could't understand how to quote the list properly.
20487
20488         * dns.el (query-dns-cached): New function.
20489
20490 2005-05-26  Lute Kamstra  <lute@gnu.org>
20491
20492         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20493
20494 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20495
20496         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20497
20498         * gnus-art.el: Don't autoload mail-extract-address-components.
20499
20500         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20501         eval-and-compile to evaluate it.
20502
20503         * hashcash.el: Don't autoload executable-find.
20504
20505         * nndb.el: Don't declare the nndb back end two or more times; don't
20506         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20507
20508         * nntp.el: Autoload format-spec instead of format; use
20509         eval-and-compile to evaluate autoload forms.
20510
20511 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20512
20513         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20514
20515 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20516
20517         * gnus.el (gnus-version-number): Bump version.
20518
20519 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20520
20521         * gnus.el: No Gnus v0.3 is released.
20522
20523 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20524
20525         * lpath.el (featurep): Bind show-nonbreak-escape.
20526
20527 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20528
20529         * gnus-art.el (gnus-article-edit-part): Disable undo.
20530
20531 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20532
20533         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20534         gnus-article-date-lapsed-new-header is t if date timer is active;
20535         skip headers in which the original date value is empty.
20536         (gnus-article-save-original-date): Redefine it as a macro.
20537         (gnus-display-mime): Use it.
20538
20539 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20540
20541         * gnus-art.el (article-date-ut): Support converting date in
20542         forwarded parts as well.
20543         (gnus-article-save-original-date): New function.
20544         (gnus-display-mime): Use it.
20545
20546 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20547
20548         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20549         enclosure element of <item>.
20550
20551 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20552
20553         * message.el (message-kill-buffer-query): Rename from
20554         `message-kill-buffer-query-if-modified'.  Add :version.
20555
20556 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20557
20558         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20559         window layout.
20560
20561 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20562
20563         * mml.el: Autoload dnd when compiling.
20564
20565 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20566
20567         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20568         x-dnd-*.
20569
20570 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20571
20572         * qp.el (quoted-printable-encode-region): Save excursion.
20573
20574 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20575
20576         * message.el (message-kill-buffer-query-if-modified): Add new variable
20577         so the user can kill a modified message buffer quickly.
20578         (message-kill-buffer): Use it.
20579
20580 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20581
20582         * lpath.el: Fbind display-time-event-handler; don't fbind
20583         string-to-multibyte.
20584
20585         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20586
20587 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20588
20589         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20590         contained in text because xml.el decodes entities) with LFs.
20591
20592 2005-04-11  Lute Kamstra  <lute@gnu.org>
20593
20594         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20595         differently.
20596
20597 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20598
20599         * mm-util.el (mm-detect-coding-region): Typo.
20600
20601 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20602
20603         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20604
20605 2005-04-06  Deepak Goel  <deego@gnufans.org>
20606
20607         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20608         user-function allow user modifications of the scores.
20609         (spam-stat-score-buffer-user): New function, to allow
20610         user-computed modifications to the score.
20611         (spam-stat-score-buffer-user-functions): List of additional
20612         scoring functions.
20613         (spam-stat-error-holder): Global temporary error holder.
20614         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20615         variable.
20616
20617 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20618
20619         * gnus-registry.el (gnus-registry-clean-empty-function)
20620         (gnus-registry-trim, gnus-registry-fetch-groups)
20621         (gnus-registry-delete-group): Groups that match
20622         `gnus-registry-ignored-groups' are removed from the registry
20623         entries, not just ignored for splitting.  This helps clean up the
20624         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20625         to get all the groups a message ID is in.
20626
20627         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20628         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20629         (spam-stat-score-buffer-user-functions): Add :number custom type.
20630
20631 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20632
20633         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20634         argument in XEmacs.
20635
20636         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20637         (nnrss-request-group): Decode group name first.
20638         (nnrss-request-article): Make a text/plain article if mml-to-mime
20639         failed.
20640         (nnrss-get-encoding): Return a compatible encoding according to
20641         nnrss-compatible-encoding-alist.
20642         (nnrss-find-el): Use consp instead of listp.
20643         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20644
20645 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20646
20647         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20648         which Emacs 20 doesn't support.
20649         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20650
20651 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20652
20653         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20654         silence the byte compiler inside the defun.
20655
20656         * gnus-demon.el (parse-time-string): Add autoload.
20657
20658         * gnus-delay.el (parse-time-string): Add autoload.
20659
20660         * gnus-art.el (parse-time-string): Add autoload.
20661
20662         * nnultimate.el (parse-time): Require for `parse-time-string'.
20663
20664 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20665
20666         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20667
20668         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20669
20670         * smime.el (smime-ldap-host-list): Add :version.
20671
20672 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20673
20674         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20675         pass it to `gnus-browse-read-group'.
20676         (gnus-browse-read-group): Add NUMBER argument and pass it to
20677         `gnus-group-read-ephemeral-group'.
20678
20679         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20680         argument and pass it to `gnus-group-read-group'.
20681
20682 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20683
20684         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20685         mm-xemacs-find-mime-charset-1 if we have the mule feature
20686         available at runtime.
20687
20688 2005-03-25  Werner Lemberg  <wl@gnu.org>
20689
20690         * nnmaildir.el: Replace `illegal' with `invalid'.
20691
20692 2005-03-23  Lute Kamstra  <lute@gnu.org>
20693
20694         * time-date.el: Add comment on time value formats.
20695         Don't require parse-time.
20696         (with-decoded-time-value): New macro.
20697         (encode-time-value): New function.
20698         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20699         (days-to-time): Return a valid time value when arg is huge.
20700         (time-since): Use time-subtract.
20701         (time-to-number-of-days): Use time-to-seconds.
20702
20703 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20704
20705         * gnus-start.el (gnus-display-time-event-handler):
20706         Check display-time-timer at runtime rather than only at load time
20707         in case display-time-mode is turned off in the mean time.
20708
20709 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20710
20711         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20712         used.
20713
20714         * nneething.el (nneething-map-file-directory): Derive from
20715         `gnus-directory'.
20716
20717         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20718         the To/Cc button.
20719
20720 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20721
20722         * nnmaildir.el (nnmaildir-request-accept-article):
20723         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20724
20725 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20726
20727         * gnus-async.el: Require timer-funcs at compile time when in
20728         XEmacs for `run-with-idle-timer'.
20729
20730 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20731
20732         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20733         autoloaded function.
20734
20735 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20736
20737         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20738
20739 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20740
20741         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20742
20743 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20744
20745         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20746         Add gnus-expert-user to default.
20747
20748 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20749
20750         * nnimap.el (nnimap-open-server): Ditto.
20751
20752         * imap.el (imap-authenticate): Fix typo.
20753
20754 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20755
20756         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20757         buffer (since IMAP server might return FETCH response out of
20758         order, and the nntp buffer must be sorted).
20759
20760 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20761
20762         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20763         comparison on string.
20764
20765         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20766         (gnus-agent-score): Rename category keywords to match gnus-cus.
20767         (gnus-agent-summary-fetch-series): Modify to protect against
20768         gnus-agent-summary-fetch-group clearing processable flags.
20769         (gnus-agent-synchronize-group-flags): Update live group buffer as
20770         synchronization may occur due to the user toggle the plugged
20771         status.
20772         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20773         successfully downloaded.
20774         (gnus-agent-expire-group-1): Avoid using markers when the overview
20775         is in ascending order; greatly improves performance.
20776         (gnus-agent-regenerate-group):
20777         Use gnus-agent-synchronize-group-flags to reset read status in both
20778         gnus and server.
20779         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20780
20781 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20782
20783         * message.el: Don't autoload former message-utils variables.
20784         (message-strip-subject-trailing-was): Change doc string.
20785
20786         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20787         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20788         (nnweb-google-search): Add "hl=en" here.
20789         (nnweb-google-parse-1, nnweb-google-create-mapping):
20790         Don't hardcode URL.
20791
20792 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20793
20794         * message.el (message-get-reply-headers, message-followup):
20795         Mention related variables `message-use-followup-to' and
20796         `message-use-mail-followup-to', in the information buffer.
20797
20798         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20799         of broken groups(-beta).google.com.
20800
20801 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20802
20803         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20804         parameter to invoked gnus-request-move-article; remove the
20805         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20806         all at once instead of once per article.
20807         (gnus-summary-remove-process-mark): Accept a list of articles as
20808         well as a single article for processing.
20809
20810         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20811         parameter.
20812
20813         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20814
20815         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20816
20817         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20818         parameter.
20819
20820         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20821         parameter.
20822
20823         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20824         parameter and remove the gnus-sum-hint-move-is-internal variable.
20825
20826         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20827         parameter.
20828
20829         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20830         parameter.
20831
20832         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20833         parameter.
20834
20835         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20836
20837         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20838         parameter.
20839
20840         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20841         parameter.
20842
20843 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20844
20845         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20846         a more conservative way.
20847
20848 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20849
20850         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20851         buffer, so it moves the window's cursor.
20852
20853 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20854
20855         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20856         `mm-dissect-multipart' and receive the from field as an (optional)
20857         argument from `mm-dissect-multipart'.
20858         (mm-dissect-multipart): Receive the from field as an argument and
20859         pass it on when we call `mm-dissect-buffer' on MIME parts.
20860         Fixes verification/decryption of signed/encrypted MIME parts.
20861
20862 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20863
20864         * gnus-sum.el (gnus-summary-move-article):
20865         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20866         whatever it calls (right now, only nnimap-request-move article
20867         respects it).
20868
20869         * nnimap.el (nnimap-request-move-article):
20870         When gnus-sum-hint-move-is-internal is set, don't do the extra
20871         nnimap-request-article.
20872
20873 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20874
20875         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20876
20877         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20878         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20879
20880         * gnus-sum.el (gnus-summary-caesar-message):
20881         Apply `gnus-treat-article' after rotation.
20882
20883         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20884         doc string.
20885
20886 2005-02-22  Simon Josefsson  <jas@extundo.com>
20887
20888         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20889         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20890         <arne@arnested.dk>.
20891         (encrypt): Add password-cache and password-cache-expiry as group
20892         members.
20893
20894 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20895
20896         * smime.el (smime-ldap-host-list): Doc fix.
20897         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20898         cache) password.
20899         (smime-sign-region): Use it.
20900         (smime-decrypt-region): Use it.
20901         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20902         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20903         fails.
20904         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20905         certificate from DER to PEM format rather than calling openssl.
20906
20907         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20908
20909         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20910         for signing/encryption.
20911
20912         * mml.el (mml-parse-1): Use them.
20913
20914 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20915
20916         * nnrss.el (nnrss-verbose): Remove.
20917         (nnrss-request-group): Use `nnheader-message' instead.
20918
20919 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20920
20921         * nnrss.el (nnrss-verbose): New variable.
20922         (nnrss-request-group): Make it say nnrss is requesting a group.
20923
20924 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20925
20926         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20927         Handle news URL with given port correctly.
20928
20929 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20930
20931         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20932         containing special characters.
20933
20934         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20935
20936         * mml.el (mime-to-mml): Ditto.
20937
20938         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20939         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20940         (rfc2047-decode-region): Quote decoded words containing special
20941         characters when rfc2047-quote-decoded-words-containing-tspecials
20942         is non-nil.
20943
20944 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20945
20946         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20947
20948         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20949
20950 2005-02-15  Simon Josefsson  <jas@extundo.com>
20951
20952         * nnimap.el (nnimap-debug): Doc fix.
20953
20954         * imap.el (imap-debug): Doc fix.
20955
20956 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20957
20958         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20959
20960 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20961
20962         * gnus.el (spam-contents): Improve docs for spam-contents
20963         parameter in its variable incarnation.
20964
20965 2005-02-14  Simon Josefsson  <jas@extundo.com>
20966
20967         * smime-ldap.el: Use require instead of load-library for ldap.
20968         (smime-ldap-search): Indent.
20969         (smime-ldap-search-internal): Shorten line.
20970
20971         * smime.el (smime-cert-by-dns): Add doc-string.
20972         (smime-cert-by-ldap-1): Indent.
20973
20974         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20975         mml-smime-get-dns-ldap.
20976         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20977
20978 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20979
20980         * smime.el: Require smime-ldap.
20981         (smime-ldap-host-list): New variable.
20982         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20983
20984         * mml-smime.el (mml-smime-encrypt-query): New function.
20985         (mml-smime-encrypt-query): Use it.
20986
20987         * smime-ldap.el: New file.
20988
20989 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20990
20991         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20992
20993 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20994
20995         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20996         argument in doc string.  Make query for type more clear.
20997
20998 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20999
21000         * gnus.el (gnus-group-startup-message): Search for gnus images in
21001         etc/images/gnus.
21002         * mm-util.el (mm-image-load-path): Likewise.
21003         * smiley.el (smiley-data-directory): Search for smilies in
21004         etc/images/smilies.
21005
21006 2005-02-09  Kim F. Storm  <storm@cua.dk>
21007
21008         Change Emacs release version from 21.4 to 22.1 throughout.
21009         Change Emacs development version from 21.3.50 to 22.0.50.
21010
21011 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21012
21013         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21014
21015         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21016         non-Mule XEmacs as well.
21017         (mm-decompress-buffer): Signal an error intentionally if it does
21018         not decompress compressed data because auto-compression-mode is
21019         disabled.
21020
21021 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21022
21023         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21024         an ID in the registry even if it has no groups.
21025
21026 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21027
21028         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21029         merge it into mm-decompress-buffer.
21030         (gnus-mime-copy-part): Use the MIME part charset, the value which
21031         a user specified or gnus-newsgroup-charset for decoding, like
21032         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21033         save-buffer what was used.  Suggested by Kevin Ryde
21034         <user42@zip.com.au>.
21035         (gnus-mime-inline-part): Allow the name parameter as well as the
21036         filename parameter; force decompressing of compressed data; always
21037         display contents being not decoded as unibyte.
21038
21039         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21040         as well as the filename parameter.
21041
21042         * mm-util.el (mm-decompress-buffer):
21043         Merge gnus-mime-jka-compr-maybe-uncompress.
21044         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21045         of compressed data.
21046
21047 2005-02-08  Simon Josefsson  <jas@extundo.com>
21048
21049         * imap.el (imap-log): Doc fix.
21050
21051 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21052
21053         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21054         the coding cookies; decompress compressed parts.
21055
21056         * mml.el (mml-generate-mime-1): Add the charset parameter according
21057         to the value which a user specified manually or the coding cookie.
21058
21059         * mm-util.el (mm-string-to-multibyte): New function.
21060         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21061         (mm-coding-system-to-mime-charset): New function.
21062         (mm-decompress-buffer): New function.
21063         (mm-find-buffer-file-coding-system): New function.
21064
21065         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21066         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21067         parts.
21068
21069 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21070
21071         * mm-view.el (mm-display-inline-fontify): Decode a part according
21072         to the charset parameter.
21073
21074 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21075
21076         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21077         prefix arg is neither nil nor a number, as info specifies.
21078
21079 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21080
21081         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21082         timestamps.
21083
21084 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21085
21086         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21087         groups error checking and notify user.
21088
21089 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21090
21091         * message.el (message-send-mail-function): Check existence of
21092         sendmail-program first before using default value
21093         `message-send-mail-with-sendmail'.  Otherwise use more generic
21094         `smtpmail-send-it'.
21095
21096 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21097
21098         * nntp.el (nntp-request-update-info): Always return nil.
21099
21100 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21101
21102         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21103
21104 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21105
21106         * message.el (message-beginning-of-line): Change the behavior when
21107         invoked between BOL and : so that it first moves backward.
21108
21109 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21110
21111         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21112         article buffer when editing of the article is discarded.
21113         (gnus-article-prepare): Revert.
21114
21115 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21116
21117         * gnus-art.el (gnus-article-prepare):
21118         Remove message-strip-forbidden-properties from the local hook.
21119
21120 2005-01-27  Simon Josefsson  <jas@extundo.com>
21121
21122         * password.el (password-cache-add): Only start one timer per key.
21123         Reported by Derek Atkins <warlord@MIT.EDU>.
21124
21125 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21126
21127         * run-at-time.el: Remove.  It is no longer needed as
21128         timer-funcs.el in the xemacs-base package has a working version of
21129         `run-at-time'.
21130
21131         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21132
21133         * password.el: Require timer-funcs instead of run-at-time in
21134         XEmacs.
21135         Remove `password-run-at-time' macro.
21136         (password-cache-add): Use `run-at-time' instead of
21137         `password-run-at-time'.
21138
21139         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21140         Remove `nnheader-cancel-function-timers' alias,
21141         `cancel-function-timers' exists in XEmacs in timer-funcs.
21142
21143         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21144         for `run-with-idle-timer'.
21145
21146         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21147         for `run-at-time'.
21148
21149         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21150         for `with-timeout'.
21151
21152         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21153         the same as for XEmacs 21.4.
21154         No need to ignore `run-with-idle-timer', this function exists in
21155         XEmacs now in timer-funcs.el in the xemacs-base package.
21156         (dgnushack-compile): No need to delete
21157         run-at-time.el from the list of files to compile because it
21158         doesn't exist anymore.
21159
21160 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21161
21162         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21163         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21164
21165 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21166
21167         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21168         sensitively.
21169
21170 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21171
21172         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21173
21174 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21175
21176         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21177         which will be inserted according to the multibyteness of a buffer
21178         rather than the type of contents.  Suggested by ARISAWA Akihiro
21179         <ari@mbf.ocn.ne.jp>.
21180
21181         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21182         of string which old xml.el may return rather than a string.
21183
21184 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21185
21186         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21187
21188 2005-01-16  Simon Josefsson  <jas@extundo.com>
21189
21190         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21191         idn/idna.el isn't available.
21192         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21193         <michael@waxrat.com>.
21194
21195         * hashcash.el: Remove non-FSF copyright header.
21196
21197         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21198         (hashcash-generate-payment): Use it.
21199         (hashcash-generate-payment-async): Use it.
21200
21201 2005-01-15  Simon Josefsson  <jas@extundo.com>
21202
21203         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21204         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21205
21206         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21207         gnus-summary-idna-message.
21208         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21209         (gnus-summary-idna-message): New function.
21210
21211 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21212
21213         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21214         gnus-novice-user.
21215
21216 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21217
21218         * nnrss.el (nnrss-request-delete-group): Delete entries in
21219         nnrss-group-alist as well.
21220         (nnrss-save-server-data): Insert newline.
21221
21222 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21223
21224         * gnus.el (gnus-user-agent): Use list of symbols instead of
21225         symbols.  Display full version number for (S)XEmacs.
21226         Optionally display (S)XEmacs codename.
21227
21228         * gnus-util.el (gnus-emacs-version): Update for new
21229         `gnus-user-agent'.
21230
21231         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21232         Gnus version.
21233
21234 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21235
21236         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21237         which is unreadable in some setups.
21238
21239 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21240
21241         * gnus-spec.el (gnus-update-format-specifications): Flush the
21242         group format spec cache if it doesn't support decoded group names.
21243
21244 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21245
21246         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21247         Allow to apply decay on score files matching a regexp.
21248
21249 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21250
21251         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21252         compatibility in %g and %c.
21253
21254 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21255
21256         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21257         name for only %g and %c.
21258         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21259         of gnus-tmp-group to decoded group name.
21260         (gnus-group-make-rss-group): Exclude `/'s from group names.
21261
21262 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21263
21264         * nnrss.el (nnrss-get-encoding): Fix regexp.
21265
21266 2004-12-27  Simon Josefsson  <jas@extundo.com>
21267
21268         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21269         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21270         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21271
21272 2004-12-17  Kim F. Storm  <storm@cua.dk>
21273
21274         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21275
21276         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21277
21278 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21279
21280         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21281
21282 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21283
21284         * nnrss.el: Require rfc2047 and mml.
21285         (nnrss-file-coding-system): New variable.
21286         (nnrss-format-string): Redefine it as an inline function.
21287         (nnrss-decode-group-name): New function.
21288         (nnrss-string-as-multibyte): Remove.
21289         (nnrss-retrieve-headers): Decode group name; don't use
21290         nnrss-format-string.
21291         (nnrss-request-group): Decode group name.
21292         (nnrss-request-article): Decode group name; allow a Message-ID as
21293         well as an article number; don't use nnrss-format-string; encode a
21294         Message-ID string which may contain non-ASCII characters; use
21295         mml-to-mime to compose a MIME article.
21296         (nnrss-request-expire-articles): Decode group name.
21297         (nnrss-request-delete-group): Decode group name.
21298         (nnrss-fetch): Clarify error message.
21299         (nnrss-read-server-data): Use insert-file-contents instead of load;
21300         bind file-name-coding-system; use multibyte buffer.
21301         (nnrss-save-server-data): Bind coding-system-for-write to the
21302         value of nnrss-file-coding-system; bind file-name-coding-system;
21303         add coding cookie.
21304         (nnrss-read-group-data): Use insert-file-contents instead of load;
21305         bind file-name-coding-system; use multibyte buffer.
21306         (nnrss-save-group-data): Bind coding-system-for-write to the
21307         value of nnrss-file-coding-system; bind file-name-coding-system.
21308         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21309         make it work with non-ASCII text.
21310         (nnrss-find-el): Make it work with old xml.el as well.
21311
21312 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21313
21314         * nnrss.el (nnrss-get-encoding): New function.
21315         (nnrss-fetch): Use unibyte buffer initially; bind
21316         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21317         decode contents according to the encoding attribute.
21318         (nnrss-save-group-data): Add coding cookie.
21319         (nnrss-mime-encode-string): New function.
21320         (nnrss-check-group): Use it to encode subject and author.
21321
21322 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21323
21324         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21325         imaginary variable.
21326
21327 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21328
21329         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21330         correctly even if there are wide characters.
21331
21332 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21333
21334         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21335         downcased symbol names; make a new cache instead of reusing
21336         bbdb-hashtable.
21337
21338 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21339
21340         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21341         concatenating segments rather than before concatenating them.
21342         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21343
21344         * message.el (message-get-reply-headers): Bind `extra'.
21345
21346 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21347
21348         * message.el (message-extra-wide-headers): New variable.
21349         (message-get-reply-headers): Use it.
21350
21351 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21352
21353         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21354         (gnus-agent-group-pathname): Ditto.
21355
21356         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21357
21358         * gnus-group.el (gnus-group-make-group): Decode group name.
21359         (gnus-group-make-rss-group): Register the group data after opening
21360         the nnrss group.
21361
21362 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21363
21364         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21365         by expiry now get marked as read.
21366
21367 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21368
21369         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21370
21371 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21372
21373         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21374         unify Latin characters in XEmacs.
21375         (mm-find-mime-charset-region): Use it.
21376
21377 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21378
21379         * gnus-util.el (gnus-delete-directory): New function.
21380
21381         * gnus-agent.el (gnus-agent-delete-group): Use it.
21382
21383         * gnus-cache.el (gnus-cache-delete-group): Use it.
21384
21385 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21386
21387         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21388         names.
21389
21390 2004-12-16  Simon Josefsson  <jas@extundo.com>
21391
21392         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21393
21394 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21395
21396         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21397
21398         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21399         (gnus-group-set-current-level): Decode group name.
21400
21401 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21402
21403         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21404         failed.
21405
21406 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21407
21408         * gnus-group.el (gnus-group-delete-group): Decode group name.
21409         (gnus-group-make-rss-group): Encode group name.
21410         (gnus-group-catchup-current): Decode group name.
21411         (gnus-group-kill-group): Decode group name.
21412
21413 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21414
21415         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21416
21417 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21418
21419         * gnus-group.el (gnus-group-make-rss-group):
21420         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21421
21422         * gnus-start.el (gnus-setup-news): Honor user's setting to
21423         gnus-message-archive-method.  Suggested by Lute Kamstra
21424         <lute@gnu.org>.
21425
21426 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21427
21428         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21429         global counterparts of the buffer-local variables.
21430
21431 2004-11-16  Romain Francoise  <romain@orebokech.com>
21432
21433         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21434         counterparts of the buffer-local variables.
21435
21436 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21437
21438         * message.el (message-forbidden-properties): Fix typo in doc
21439         string.
21440
21441 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21442
21443         * gnus-util.el (gnus-replace-in-string): Add doc string.
21444
21445         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21446         to avoid problems when splitting mails with many recipients.
21447
21448 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21449
21450         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21451         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21452
21453 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21454
21455         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21456         if there is no hashtable in memory or file modification time is
21457         newer than cached timestamp.
21458
21459 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21460
21461         * gnus-sum.el (gnus-summary-limit-to-recipient):
21462         Implement not-matching option.
21463
21464 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21465
21466         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21467         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21468         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21469         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21470         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21471         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21472
21473 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21474
21475         * message.el (message-forward-make-body-mml): Remove headers
21476         according to message-forward-ignored-headers if a message is decoded.
21477
21478 2004-12-02  Romain Francoise  <romain@orebokech.com>
21479
21480         * message.el (message-forward-make-body-plain): Always remove
21481         headers according to message-forward-ignored-headers.
21482
21483 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21484
21485         * spam.el (spam-summary-prepare-exit): Remove the
21486         gnus-summary-limit pop for now, it has problems with ham marks for
21487         me.
21488
21489 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21490
21491         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21492         correctly.
21493
21494 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21495
21496         * format-spec.el (format-spec): Message the char.
21497
21498 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21499
21500         * gnus-art.el (gnus-split-methods): Reformat comments.
21501
21502         * spam.el (spam-summary-prepare-exit): Remove article limits
21503         before exiting the summary buffer.
21504
21505 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21506
21507         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21508         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21509
21510         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21511         order to silence the byte compiler.
21512
21513         * spam.el: Fix the way to silence the byte compiler, which
21514         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21515         bbdb-search-simple, spam-BBDB-register-routine,
21516         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21517         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21518         spam-stat-buffer-is-spam, spam-stat-load,
21519         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21520         spam-stat-save and spam-stat-split-fancy.
21521
21522 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21523
21524         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21525         which may confuse users.
21526         (canlock-password-for-verify): Ditto.
21527
21528         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21529
21530         * gnus-art.el (gnus-emphasis-alist): Ditto.
21531
21532         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21533
21534         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21535
21536         * gnus-start.el (gnus-save-killed-list): Ditto.
21537
21538         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21539         (gnus-sum-thread-tree-root): Ditto.
21540         (gnus-sum-thread-tree-false-root): Ditto.
21541         (gnus-sum-thread-tree-single-indent): Ditto.
21542
21543         * message.el (message-courtesy-message): Ditto.
21544         (message-archive-note): Ditto.
21545         (message-subscribed-address-file): Ditto.
21546         (message-user-fqdn): Ditto.
21547
21548         * spam-report.el (spam-report-gmane-regex): Ditto.
21549
21550         * spam.el (spam-blackhole-good-server-regex): Ditto.
21551
21552 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21553
21554         * mml.el (mml-preview): Widen the message buffer before copying
21555         the contents to the preview buffer; sort headers before previewing.
21556
21557         * message.el (message-hidden-headers): Fix the way to avoid a bug
21558         in the `repeat' widget in Emacs 21.3 or earlier.
21559
21560 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21561
21562         * message.el (message-hidden-headers): Default to "^References:".
21563         Improve customization type.  Suggested by Reiner Steib
21564         <Reiner.Steib@gmx.de>.
21565
21566 2004-11-25  Romain Francoise  <romain@orebokech.com>
21567
21568         * message.el (message-strip-forbidden-properties): Remove check for
21569         obsolete `message-hidden' text property, hidden headers are not
21570         accessible in the buffer anymore.
21571
21572 2004-11-22  Romain Francoise  <romain@orebokech.com>
21573
21574         * message.el (message-header-format-alist): Add `From' in list
21575         so that it can be sorted.
21576         (message-fix-before-sending): Widen and sort headers before
21577         sending.
21578         (message-hide-headers): Use narrowing to hide headers by moving
21579         them to the top of the buffer and narrowing to the region
21580         underneath.
21581
21582 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21583
21584         * message.el (message-strip-forbidden-properties):
21585         Bind buffer-read-only (etc) to nil.
21586
21587 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21588
21589         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21590         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21591
21592 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21593
21594         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21595
21596 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21597
21598         * dns.el (query-dns): Use sit-for to time instead of
21599         accept-process-output, since that doesn't seem to work on udp
21600         sockets.
21601
21602 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21603
21604         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21605
21606 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21607
21608         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21609         doc string.  Improve doc string.
21610
21611 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21612
21613         * nntp.el (nntp-request-update-info): Return nil if
21614         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21615         may not call gnus-activate-group which uselessly issues the GROUP
21616         commands for all nntp groups and wastes time.  Reported by Romain
21617         Francoise <romain@orebokech.com>.
21618
21619         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21620
21621 2004-11-15  Simon Josefsson  <jas@extundo.com>
21622
21623         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21624         headers separately.
21625         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21626         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21627
21628 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21629
21630         * gnus-start.el (gnus-convert-old-newsrc):
21631         Assign legacy-gnus-agent to 5.10.7.
21632
21633 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21634
21635         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21636         start of the lines.
21637
21638 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21639
21640         * hashcash.el (hashcash-default-payment): Change default to 20.
21641         (hashcash-default-accept-payment): Change default to 20.
21642         (hashcash-process-alist): New variable.
21643         (hashcash-generate-payment-async): Add.
21644         (hashcash-already-paid-p): Add.
21645         (hashcash-insert-payment): Don't generate payments twice.
21646         (hashcash-insert-payment-async): Add.
21647         (hashcash-insert-payment-async-2): Add.
21648         (hashcash-cancel-async): Add.
21649         (hashcash-wait-async): Add.
21650         (hashcash-processes-running-p): Add.
21651         (hashcash-wait-or-cancel): Add.
21652         (mail-add-payment): New optional argument.  Conditionally start
21653         asynchronous calculation.
21654         (mail-add-payment-async): Add.
21655
21656         * message.el (message-send-mail): Wait for asynchronous hashcash
21657         results.  Don't clobber existing X-Hashcash headers.
21658         (message-setup-1): Call mail-add-payment-async when
21659         message-generate-hashcash is non-nil.
21660
21661 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21662
21663         * message.el (message-use-alternative-email-as-from): Examine the
21664         From header as well; use message-make-from in order to include a
21665         user's full name.
21666
21667 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21668
21669         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21670         default; improve customization type.
21671         (gnus-emphasis-custom-with-format): New macro.
21672         (gnus-emphasis-custom-value-to-external): New function.
21673         (gnus-emphasis-custom-value-to-internal): New function.
21674
21675 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21676
21677         * dns.el (query-dns): Resolve reverse addresses.
21678
21679 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21680
21681         * gnus-group.el (gnus-group-get-new-news): Use it.
21682
21683         * gnus-start.el (gnus-check-reasonable-setup): New function.
21684
21685 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21686
21687         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21688         "Args out of range" error.  Reported by Arnaud Giersch
21689         <arnaud.giersch@free.fr>.
21690
21691 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21692
21693         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21694
21695 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21696
21697         * spam.el (spam group): Add :version.
21698
21699         * pgg-def.el (pgg group): Add :version.
21700
21701 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21702
21703         * gnus-art.el (gnus-article-edit-article): Don't associate the
21704         article buffer with a draft file.  This is a temporary measure
21705         against the 2004-08-22 change to gnus-article-edit-mode.
21706
21707 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21708
21709         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21710         (html2text-format-tags): Remove unused variable `attr'.
21711
21712 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21713
21714         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21715
21716         * tls.el (tls-process-connection-type, tls-success)
21717         (tls-certtool-program): Add :version.
21718
21719         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21720         (starttls-extra-arguments, starttls-process-connection-type)
21721         (starttls-connect, starttls-failure, starttls-success): Add :version.
21722
21723         * spam-stat.el (spam-stat): Add :version.
21724
21725         * sieve.el (sieve): Add :version.
21726
21727         * sha1.el (sha1): Add :version.
21728         (sha1-use-external): Remove redundant version.
21729
21730         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21731         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21732         (nnmail-split-fancy-match-partial-words)
21733         (nnmail-split-lowercase-expanded): Add :version.
21734
21735         * nndiary.el (nndiary): Add :version.
21736
21737         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21738
21739         * mml-sec.el (mml-default-sign-method)
21740         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21741         Add :version.
21742
21743         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21744
21745         * mm-url.el (mm-url-use-external, mm-url-program)
21746         (mm-url-arguments): Add :version.
21747
21748         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21749         (mm-attachment-file-modes, mm-decrypt-option)
21750         (mm-w3m-safe-url-regexp): Add :version.
21751
21752         * message.el (message-cite-prefix-regexp)
21753         (message-sendmail-envelope-from, message-minibuffer-local-map)
21754         (message-user-fqdn, message-completion-alist): Add :version.
21755
21756         * gnus-win.el (gnus-configure-windows-hook)
21757         (gnus-use-frames-on-any-display): Add :version.
21758
21759         * gnus-art.el (gnus-article-address-banner-alist)
21760         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21761         (gnus-treat-from-picon, gnus-treat-mail-picon)
21762         (gnus-treat-x-pgp-sig): Add :version.
21763
21764         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21765         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21766         (gnus-summary-article-delete-hook)
21767         (gnus-summary-display-while-building): Add :version.
21768
21769         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21770         (gnus-get-top-new-news-hook): Add :version.
21771
21772         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21773         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21774
21775         * gnus-registry.el (gnus-registry): Add :version.
21776
21777         * gnus-spec.el (gnus-use-correct-string-widths)
21778         (gnus-make-format-preserve-properties): Add :version.
21779
21780         * gnus.el (gnus-group-charter-alist)
21781         (gnus-group-fetch-control-use-browse-url)
21782         (gnus-install-group-spam-parameters): Add :version.
21783
21784         * gnus-diary.el (gnus-diary): Add :version.
21785
21786         * gnus-delay.el (gnus-delay): Add :version.
21787
21788         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21789         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21790         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21791         Add :version.
21792
21793         * gnus-agent.el (gnus-agent-max-fetch-size)
21794         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21795         (gnus-agent-prompt-send-queue): Add :version.
21796
21797         * deuglify.el (gnus-outlook-deuglify): Add :version.
21798
21799         * html2text.el: Beautify code.  Improve doc strings.
21800         Some checkdoc cleanup.
21801         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21802
21803 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21804
21805         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21806
21807 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21808
21809         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21810         when package is loaded.
21811
21812         * spam.el (spam-summary-score-preferred-header): Add global preference
21813         for people who want to override the default SpamAssassin over
21814         Bogofilter preference (when both are set).
21815         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21816         (spam-user-format-function-S):
21817         Check spam-summary-score-preferred-header.
21818         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21819         (spam-user-format-function-S): Format the score correctly.
21820
21821 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21822
21823         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21824         signature file.  Suggested by Manoj Srivastava
21825         <srivasta@golden-gryphon.com>.
21826
21827         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21828         iso-2022-jp even in the Japanese language environment.
21829         Suggested by Jason Rumney <jasonr@gnu.org>.
21830
21831 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21832
21833         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21834         use the same characters as the dummy marks; make it free from
21835         getting affected by the language environment.
21836         (gnus-summary-read-group-1): Update mark positions only when the
21837         format spec is updated.
21838
21839         * gnus-spec.el (gnus-update-format-specifications): Return a list
21840         of updated types.
21841
21842 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21843
21844         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21845         of boundp to check if display-warning is available.
21846
21847 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21848
21849         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21850
21851 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21852
21853         * nnspool.el (nnspool-spool-directory): Use news-path if the
21854         news-directory variable is not bound.
21855
21856         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21857         function instead of display-warning if it is not available.
21858
21859 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21860
21861         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21862         v5-10: Use `point-at-bol'.
21863
21864 2004-10-26  Simon Josefsson  <jas@extundo.com>
21865
21866         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21867         <chenggao@gmail.com>.
21868
21869 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21870
21871         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21872         instead.
21873
21874 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21875
21876         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21877         to remove a server from the nnimap-server-buffer-alist.
21878         (nnimap-open-connection, nnimap-close-server): Use it.
21879
21880         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21881
21882 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21883
21884         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21885         running the major-mode function.
21886
21887 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21888
21889         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21890         dummy marks in the right way.
21891
21892 2004-10-18  David Edmondson  <dme@dme.org>
21893
21894         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21895         excessively.
21896
21897 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21898
21899         * gnus-util.el (gnus-split-references): Accept a nil references
21900         string and go on blissfully.
21901
21902         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21903         cases where the references string is non-nil but has no references.
21904
21905         * encrypt.el: Add autoload tags.
21906
21907         * spam.el (spam-resolve-registrations-routine): Remove article
21908         from unregistration list too.  Reported by David Hanak
21909         <dhanak@isis.vanderbilt.edu>
21910
21911 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21912
21913         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21914         nil.  Change custom type.
21915
21916 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21917
21918         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21919
21920         * gnus-sum.el (gnus-summary-move-article): Use it.
21921
21922 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21923
21924         * encrypt.el: Add autoload cookies.
21925
21926         * spam.el (spam-backend-article-list-property)
21927         (spam-backend-get-article-todo-list)
21928         (spam-backend-put-article-todo-list)
21929         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21930         Resolve registrations separately.
21931         (spam-register-routine): Format comments.
21932         (spam-unregister-routine, spam-register-routine): Always call with
21933         specific-articles, no default list.
21934         (spam-summary-prepare-exit): Use the spam-classifications function.
21935
21936         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21937         gnus-encrypt.el.
21938
21939         * encrypt.el: Copied from gnus-encrypt.el.
21940
21941         * gnus-encrypt.el: Commented that it's obsolete.
21942
21943 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21944
21945         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21946         (gnus-score-save): Use it.
21947
21948         * message.el (message-bury): Use `window-dedicated-p'.
21949
21950 2004-10-15  Simon Josefsson  <jas@extundo.com>
21951
21952         * pop3.el (top-level): Don't require nnheader.
21953         (pop3-read-timeout): Add.
21954         (pop3-accept-process-output): Add.
21955         (pop3-read-response, pop3-retr): Use it.
21956
21957 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21958
21959         * spam.el (spam-register-routine): Move comment.
21960         (spam-verify-bogofilter): Use 'unknown for the initial
21961         spam-bogofilter-valid state, not 'never.
21962
21963         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21964         for netrc-machine.
21965
21966         * nnimap.el (nnimap-open-connection):
21967         Use netrc-machine-user-or-password.
21968
21969 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21970
21971         * gnus-registry.el (gnus-registry-unload-hook):
21972         Set as a variable with add-hook.
21973
21974         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21975         of news-path.
21976
21977         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21978
21979         * spam.el: Delete duplicate `provide'.
21980         (spam-unload-hook): Set as a variable with add-hook.
21981
21982 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21983
21984         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21985         in the doc string.
21986
21987         * message.el (message-ignored-news-headers)
21988         (message-ignored-supersedes-headers)
21989         (message-ignored-resent-headers)
21990         (message-forward-ignored-headers): Improve custom type.
21991
21992 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21993
21994         * message.el (message-tokenize-header): Fix 2004-09-06 change
21995         which used point-min in the wrong place.
21996
21997 2004-10-12  Simon Josefsson  <jas@extundo.com>
21998
21999         * tls.el (tls-certtool-program): New variable.
22000         (tls-certificate-information): New function, based on
22001         ssl-certificate-information.
22002
22003 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22004
22005         * compface.el: Move the version of ELisp-based uncompface program
22006         to the contrib directory because of the copyright problem.
22007
22008 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22009
22010         * message.el (message-kill-buffer): Raise the current frame.
22011
22012 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22013
22014         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22015
22016         * gnus.el (message-y-or-n-p): Autoload.
22017
22018         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22019         (pop3-password-required, pop3-authentication-scheme)
22020         (pop3-leave-mail-on-server): Make customizable.
22021         (pop3): New custom group.
22022         (pop3-retr): Remove `sleep-for' statements.
22023         Suggested by Dave Love <fx@gnu.org>.
22024
22025         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22026         Windows/DOS.
22027
22028         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22029         (imap-parse-body): Fix incorrect use of `assert'.
22030         Suggested by Dave Love <fx@gnu.org>.
22031
22032         * mml.el (mml-minibuffer-read-disposition): Require match.
22033         Suggested by Dave Love <fx@gnu.org>.
22034
22035 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22036
22037         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22038         doc string.
22039
22040 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22041
22042         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22043
22044 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22045
22046         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22047         instead of calling `mm-insert-inline', to decode text/* parts
22048         before displaying them.
22049
22050 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22051
22052         * mm-uu.el (mm-uu-text-plain-type): New variable.
22053         (mm-uu-pgp-signed-extract-1): Use it.
22054         (mm-uu-pgp-encrypted-extract-1): Use it.
22055         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22056         bind mm-uu-text-plain-type with that value.
22057         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22058         mm-uu-dissect.
22059
22060 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22061
22062         * gnus-group.el (gnus-update-group-mark-positions):
22063         * gnus-sum.el (gnus-update-summary-mark-positions):
22064         * message.el (message-check-news-body-syntax):
22065         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22066         of string-as-multibyte.
22067
22068 2004-10-05  Juri Linkov  <juri@jurta.org>
22069
22070         * gnus-group.el (gnus-update-group-mark-positions):
22071         * gnus-sum.el (gnus-update-summary-mark-positions):
22072         * message.el (message-check-news-body-syntax):
22073         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22074         8-bit unibyte values to a multibyte string for search functions.
22075
22076 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22077
22078         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22079         (mm-uu-dissect-text-parts): New function.
22080
22081         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22082         dissect text parts.
22083
22084         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22085         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22086
22087         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22088
22089         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22090         Use gnus-current-topics instead of gnus-current-topic.
22091
22092 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22093
22094         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22095
22096 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22097
22098         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22099         where appropriate.
22100
22101         * nnml.el (nnml-generate-active-info): do.
22102
22103         * nndiary.el (nndiary-generate-active-info): do.
22104
22105         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22106         (gnus-topic-move): do.
22107
22108         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22109         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22110
22111         * gnus-srvr.el (gnus-server-prepare)
22112         (gnus-server-open-all-servers): do.
22113
22114         * gnus-msg.el (gnus-summary-cancel-article)
22115         (gnus-summary-resend-message)
22116         (gnus-summary-mail-crosspost-complaint): do.
22117
22118         * gnus-move.el (gnus-change-server): do.
22119
22120         * gnus-group.el (gnus-group-unmark-all-groups)
22121         (gnus-group-set-current-level): do.
22122
22123 2004-10-04  Simon Josefsson  <jas@extundo.com>
22124
22125         * message.el (message-generate-hashcash): Doc fix.
22126
22127 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22128
22129         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22130         avoid infinite recursion via gnus-get-function.
22131
22132 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22133
22134         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22135
22136         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22137
22138         * nnmail.el (nnmail-split-history): do.
22139
22140         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22141         (nnml-request-delete-group): do.
22142
22143         * nnslashdot.el (nnslashdot-read-groups): do.
22144
22145         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22146         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22147
22148         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22149         (nnspool-sift-nov-with-sed): Use last.
22150         (nnspool-retrieve-headers-with-nov): Use mapc.
22151         (nnspool-request-newgroups): Use dolist.
22152         (nnspool-request-group): Use last.
22153
22154         * nntp.el (nntp-read-server-type): Use dolist.
22155
22156         * nnvirtual.el (nnvirtual-create-mapping)
22157         (nnvirtual-update-read-and-marked): Use dolist.
22158         (nnvirtual-convert-headers): Simplify.
22159
22160 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22161
22162         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22163         Add support for sync'ing tick marks.
22164
22165 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22166
22167         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22168         there's no visible header.
22169
22170 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22171
22172         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22173         When necessary, pass full group name to gnus-request-set-marks.
22174
22175 2004-10-01  Simon Josefsson  <jas@extundo.com>
22176
22177         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22178         acroread.
22179
22180 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22181
22182         * spam-report.el (spam-report-gmane): Fix interactive.
22183
22184         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22185
22186         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22187         when writing file.
22188         (gnus-agent-synchronize-flags): Don't default to being
22189         interactive.
22190
22191 2004-09-30  Simon Josefsson  <jas@extundo.com>
22192
22193         * message.el (message-generate-hashcash): Add.
22194         (message-send-mail): Use it, call mail-add-payment.
22195
22196 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22197
22198         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22199
22200 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22201
22202         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22203         gnus-requst-update-info with explicit code to sync the in-memory
22204         info read flags with the marks being sync'd to the backend.
22205
22206         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22207
22208 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22209
22210         * spam.el (spam-verify-bogofilter): Add new function.
22211         (spam-check-bogofilter)
22212         (spam-bogofilter-register-with-bogofilter): Use it.
22213         (spam-verify-bogofilter): Add small fixes.
22214
22215 2004-09-28  Simon Josefsson  <jas@extundo.com>
22216
22217         * hashcash.el (hashcash-generate-payment): Revert.
22218
22219 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22220
22221         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22222         Use gnus-extract-references instead of gnus-split-references.
22223
22224         * gnus-util.el (gnus-extract-references): Add new function, analogous
22225         to gnus-split-references but extracts only the message-ID without
22226         anything extra.
22227
22228         * hashcash.el (hashcash-generate-payment)
22229         (hashcash-check-payment): Do the right thing if hashcash-path is
22230         nil (because the hashcash program could not be found).
22231
22232         * spam.el (spam-use-hashcash): Remove comment.
22233
22234 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22235
22236         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22237         (gnus-cache-enter-article, gnus-cache-remove-article)
22238         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22239
22240         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22241
22242         * gnus-art.el (article-hide-boring-headers)
22243         (article-translate-strings, article-display-face)
22244         (gnus-article-mime-match-handle-first)
22245         (gnus-article-highlight-headers)
22246         (gnus-article-add-buttons-to-head): do.
22247
22248 2004-09-27  Simon Josefsson  <jas@extundo.com>
22249
22250         * hashcash.el: New version, from
22251         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22252         ../contrib/.
22253
22254 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22255
22256         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22257
22258 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22259
22260         * gnus-dup.el (gnus-dup-open): Use mapc.
22261         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22262
22263         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22264         Reported by Stefan Wiens <s.wi@gmx.net>.
22265
22266         * gnus.el (gnus-shutdown): Use dolist.
22267
22268         * gnus-undo.el (gnus-undo): Use mapc.
22269
22270         * nnrss.el (nnrss-generate-active): do.
22271
22272         * message.el (message-cite-original-without-signature)
22273         (message-cite-original): Use mapc.
22274         (message-do-actions, message-make-forward-subject): Use dolist.
22275
22276 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22277
22278         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22279         deletion to remove entire duplicate line.  Fixes merged article
22280         number bug.
22281
22282 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22283
22284         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22285         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22286         first ask if you want to open a server and then, even when you
22287         responded with no, asking if you want to synchronize the server's
22288         flags.
22289         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22290         multi-line expressions.
22291         (gnus-agent-synchronize-group-flags): New internal function.
22292         Updates marks in memory (in the info structure) AND in the
22293         backend.
22294
22295         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22296
22297         * nnagent.el (nnagent-request-set-mark):
22298         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22299         method, to ensure that synchronization updates marks in the
22300         backend and in the info (in memory) structure.
22301
22302 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22303
22304         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22305         convention fully; don't miss the root article of a thread; make
22306         the X-Draft-From header with correct article numbers.
22307
22308 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22309
22310         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22311         unless plugged.  Disable the agent so that an open failure causes
22312         an error.
22313
22314         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22315         Revert 2004-09-21 change.  The backend must be opened while
22316         synchronizing flags even when the backend stores the flags
22317         locally.
22318
22319 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22320
22321         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22322         in `header' match.  Reported by Svend Tollak Munkejord.
22323
22324         * message.el (message-cite-original): Fix use of
22325         `message-cite-articles-with-x-no-archive'.
22326
22327 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22330         (gnus-window-to-buffer): Ditto.
22331
22332         * mml.el (mml-preview-buffer): New variable.
22333         (mml-preview): Manage window layout with gnus-buffer-configuration.
22334
22335         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22336         X-Draft-From header even if those articles aren't quoted.
22337
22338 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22339
22340         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22341         (gnus-request-set-mark, gnus-request-update-mark): Use new
22342         g-s-t-u-l-m to decide to use backend even when unplugged.
22343
22344 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22345
22346         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22347         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22348
22349 2004-09-20  Simon Josefsson  <jas@extundo.com>
22350
22351         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22352         "utf-16-le".
22353
22354 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22355
22356         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22357
22358 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22359
22360         * uudecode.el (uudecode-use-external): Add :version.
22361
22362         * smime.el (smime-CA-file, smime-encrypt-cipher)
22363         (smime-dns-server): Add :version.
22364
22365         * smiley.el (gnus-smiley-file-types): Add :version.
22366
22367         * sha1.el (sha1-use-external): Add :version.
22368
22369         * pgg-def.el (pgg-query-keyserver): Add :version.
22370
22371         * nnmail.el (nnmail-fancy-expiry-targets)
22372         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22373         Add :version.
22374
22375         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22376         (nnimap-retrieve-groups-asynchronous): Add :version.
22377         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22378
22379         * mml.el (mml-content-disposition-parameters)
22380         (mml-insert-mime-headers-always): Add :version.
22381
22382         * mm-util.el (mm-coding-system-priorities): Add :version.
22383
22384         * mm-decode.el (mm-inline-text-html-with-images)
22385         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22386         (mm-verify-option): Add :version.
22387         (mm-text-html-renderer): Change :version.
22388
22389         * message.el (message-fcc-externalize-attachments)
22390         (message-required-headers, message-draft-headers)
22391         (message-subject-trailing-was-query)
22392         (message-subject-trailing-was-ask-regexp)
22393         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22394         (message-mark-insert-end, message-archive-header)
22395         (message-archive-note, message-cross-post-default)
22396         (message-cross-post-note, message-followup-to-note)
22397         (message-cross-post-note-function, message-use-mail-followup-to)
22398         (message-subscribed-address-functions)
22399         (message-subscribed-address-file, message-subscribed-addresses)
22400         (message-subscribed-regexps, message-allow-no-recipients)
22401         (message-yank-cited-prefix, message-signature-insert-empty-line)
22402         (message-hidden-headers, message-hierarchical-addresses)
22403         (message-mail-user-agent, message-use-idna)
22404         (message-valid-fqdn-regexp)
22405         (message-strip-special-text-properties, message-header-synonyms)
22406         (message-beginning-of-line, message-tab-body-function): Add :version.
22407         (message-insert-canlock, message-wide-reply-confirm-recipients):
22408         Change :version.
22409
22410         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22411         and :version.
22412         (mail-source-delete-old-incoming-confirm)
22413         (mail-source-movemail-program): Add :version.
22414
22415         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22416         (gnus-agent-cache, gnus-agent): Change :version.
22417
22418         * gnus-util.el (gnus-use-byte-compile): Change :version.
22419
22420         * gnus-sum.el (gnus-summary-make-false-root-always)
22421         (gnus-summary-default-high-score)
22422         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22423         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22424         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22425         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22426         (gnus-sum-thread-tree-single-indent)
22427         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22428         (gnus-sum-thread-tree-leaf-with-other)
22429         (gnus-sum-thread-tree-single-leaf): Add :version.
22430         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22431         (gnus-article-loose-mime): Change :version.
22432
22433         * gnus-start.el (gnus-backup-startup-file)
22434         (gnus-save-startup-file-via-temp-buffer): Add :version.
22435
22436         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22437         (gnus-server-offline-face): Add :version.
22438
22439         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22440
22441         * gnus-msg.el (gnus-gcc-externalize-attachments)
22442         (gnus-debug-files, gnus-debug-exclude-variables)
22443         (gnus-discouraged-post-methods): Change :version.
22444         (gnus-confirm-mail-reply-to-news)
22445         (gnus-confirm-treat-mail-like-news): Add :version.
22446
22447         * gnus-int.el (gnus-server-unopen-status): Add :version.
22448
22449         * gnus-group.el (gnus-group-jump-to-group-prompt)
22450         (gnus-large-ephemeral-newsgroup)
22451         (gnus-fetch-old-ephemeral-headers): Add :version.
22452
22453         * gnus-fun.el (gnus-x-face-directory)
22454         (gnus-convert-pbm-to-x-face-command)
22455         (gnus-convert-image-to-x-face-command)
22456         (gnus-convert-image-to-face-command): Add :version.
22457
22458         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22459
22460         * gnus-cite.el (gnus-cite-blank-line-after-header)
22461         (gnus-article-boring-faces): Add :version.
22462
22463         * gnus-art.el (gnus-buttonized-mime-types)
22464         (gnus-inhibit-mime-unbuttonizing)
22465         (gnus-treat-display-face)
22466         (gnus-treat-body-boundary): Change :version.
22467         (gnus-body-boundary-delimiter, gnus-picon-databases)
22468         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22469         (gnus-treat-date-english, gnus-treat-fold-headers)
22470         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22471         (gnus-treat-mail-picon, gnus-treat-wash-html)
22472         (gnus-article-encrypt-protocol)
22473         (gnus-use-idna, gnus-article-over-scroll)
22474         (gnus-mime-display-multipart-alternative-as-mixed)
22475         (gnus-mime-display-multipart-related-as-mixed)
22476         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22477         (gnus-ctan-url, gnus-button-ctan-handler)
22478         (gnus-button-handle-ctan-bogus-regexp)
22479         (gnus-button-ctan-directory-regexp)
22480         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22481         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22482         (gnus-button-man-level, gnus-button-emacs-level)
22483         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22484
22485         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22486         (gnus-agent-go-online): Change :version.
22487         (gnus-agent-expire-unagentized-dirs)
22488         (gnus-agent-auto-agentize-methods): Add :version.
22489
22490         * flow-fill.el (fill-flowed-display-column)
22491         (fill-flowed-encode-column): Add :version.
22492
22493         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22494         (gnus-outlook-deuglify-unwrap-max)
22495         (gnus-outlook-deuglify-cite-marks)
22496         (gnus-outlook-deuglify-unwrap-stop-chars)
22497         (gnus-outlook-deuglify-no-wrap-chars)
22498         (gnus-outlook-deuglify-attrib-cut-regexp)
22499         (gnus-outlook-deuglify-attrib-verb-regexp)
22500         (gnus-outlook-deuglify-attrib-end-regexp)
22501         (gnus-outlook-display-hook): Add :version.
22502
22503         * binhex.el (binhex-use-external): Add :version.
22504
22505 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22506
22507         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22508         and `invisible'.
22509
22510 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22511
22512         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22513         in gnus-registry-trim.
22514
22515 2004-09-13  Simon Josefsson  <jas@extundo.com>
22516
22517         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22518
22519         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22520
22521         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22522         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22523         <yamaoka@jpl.org>.
22524         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22525         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22526         <yamaoka@jpl.org>.
22527
22528         * sieve.el (sieve-manage-mode): Ditto.
22529
22530 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22531
22532         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22533
22534 2004-09-11  Simon Josefsson  <jas@extundo.com>
22535
22536         * dns-mode.el: Add.
22537
22538         * mm-view.el (mm-display-dns-inline): Add.
22539
22540         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22541         (mm-automatic-display): Ditto.
22542
22543         * mailcap.el (mailcap-mime-data): Add text/dns.
22544         (mailcap-mime-extensions): Map .soa to text/dns.
22545
22546 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22547
22548         * gnus-art.el (article-decode-mime-words, article-babel)
22549         (gnus-article-highlight-signature, gnus-article-add-buttons)
22550         (gnus-signature-toggle): Remove unnecessary bindings of
22551         `inhibit-read-only' inherited from v5.10 merge.
22552
22553 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22554
22555         * nntp.el (nntp): New customization group.
22556         (nntp-authinfo-file): Add customization group.
22557
22558         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22559
22560         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22561
22562         * gnus.el (to-address, to-list, subscribed)
22563         (large-newsgroup-initial): Ditto.
22564
22565         * flow-fill.el (fill-flowed-display-column)
22566         (fill-flowed-encode-column): Ditto.
22567
22568 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22569
22570         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22571         Use point-min rather than 1.
22572         (message-send-mail): Use buffer-size rather than point-max.
22573
22574         * gnus-sum.el (gnus-summary-search-article-forward):
22575         Signal a specific `search-failed' rather than a generic `error'.
22576
22577         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22578         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22579         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22580
22581 2004-09-10  Simon Josefsson  <jas@extundo.com>
22582
22583         * nndb.el (require): Remove tcp and duplicate cl.
22584
22585 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22586
22587         * gnus-agent.el (directory-files-and-attributes): Move forward.
22588
22589 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22590
22591         * gnus-agent.el (directory-files-and-attributes):
22592         Optionally defined to support XEmacs.
22593
22594 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22595
22596         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22597         to avoid run-time CL dependencies.
22598         (gnus-agent-unfetch-articles): New function.
22599         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22600         article numbers even when local .overview file is missing.
22601         (gnus-agent-read-article-number): New function.  Only accepts
22602         27-bit article numbers.
22603         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22604         Use gnus-agent-read-article-number.
22605         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22606         from backend while recognizing that article numbers in .overview
22607         must be valid.
22608         (gnus-agent-update-files-total-fetched-for):
22609         Use directory-files-and-attributes to improve performance.
22610         * gnus-int.el (gnus-request-move-article):
22611         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22612         improve performance.
22613
22614         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22615         some users confused by references to .newsrc when they only have a
22616         .newsrc.eld file.
22617         (gnus-convert-mark-converter-prompt)
22618         (gnus-convert-converter-needs-prompt): Fix use of property list.
22619         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22620         New function.  Used internally to only display 'gnus converting
22621         files' message when actually necessary.
22622
22623         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22624         methods now autoloaded.
22625
22626 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22627
22628         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22629         identifiers.
22630
22631 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22632
22633         * gnus-picon.el: Fix indentation and closing parenthesis.
22634
22635 2004-09-01  Simon Josefsson  <jas@extundo.com>
22636
22637         * message.el (message-canlock-generate): Require sha1, not
22638         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22639         to require within a function.  Sadly, if sha1.el isn't loaded, the
22640         let binding in m-c-g will hide the defcustom definition, which is
22641         bad.)
22642
22643         * canlock.el: Require sha1, not sha1-el.
22644
22645         * message.el: Don't autoload sha1 (there is a autoload cookie in
22646         sha1.el).
22647
22648         * sha1-el.el: Rename to sha1.el.
22649
22650 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22651
22652         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22653
22654 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22655
22656         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22657
22658 2004-08-30  Kim F. Storm  <storm@cua.dk>
22659
22660         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22661
22662         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22663         Add :group 'nnimap.
22664
22665 2004-08-30  Andreas Schwab  <schwab@suse.de>
22666
22667         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22668         ?* and ?\;.
22669
22670         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22671         and ?\' to symbol instead of whitespace.
22672
22673 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22674
22675         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22676
22677         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22678         instead of re-search-forward.
22679
22680         * gnus-uu.el (gnus-uu-save-article): Ditto.
22681         (gnus-uu-post-encode-uuencode): Ditto.
22682
22683         * html2text.el (html2text-clean-list-items): Ditto.
22684         (html2text-clean-dtdd): Ditto.
22685         (html2text-format-tags): Ditto.
22686
22687         * message.el (message-send-mail-with-sendmail): Fix regexp.
22688         (message-fill-field-general): Use search-forward instead of
22689         re-search-forward.
22690         (unbold-region): Ditto.
22691
22692         * nnrss.el (nnrss-request-article): Ditto.
22693
22694         * nnslashdot.el (nnslashdot-request-article): Ditto.
22695
22696         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22697
22698         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22699         "Unrecognized menu descriptor" error in XEmacs.
22700
22701 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22702
22703         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22704         parent article of a sparse article in the thread hashtb.
22705
22706 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22707
22708         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22709         (nnmail-expand-newtext): Lowercase expanded entries if
22710         nnmail-split-lowercase-expanded is non-nil.
22711
22712 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22713
22714         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22715
22716         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22717         of gnus-tmp-news-method into string under XEmacs.  It will be
22718         passed to gnus-correct-length which takes only a string argument.
22719
22720 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22721
22722         * gnus-util.el (gnus-bind-print-variables): New macro.
22723         (gnus-prin1): Use it.
22724         (gnus-prin1-to-string): Use it.
22725         (gnus-pp): New function.
22726         (gnus-pp-to-string): New function.
22727
22728         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22729         Replace pp-to-string with gnus-pp-to-string.
22730         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22731         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22732         * gnus-msg.el (gnus-debug): Ditto.
22733         * gnus-score.el (gnus-score-save): Ditto.
22734         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22735         gnus-pp-to-string.
22736         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22737         with gnus-pp.
22738         * score-mode.el (gnus-score-pretty-print): Ditto.
22739         * webmail.el (webmail-debug): Ditto.
22740
22741 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22742
22743         * gnus-art.el (article-display-face, article-display-x-face):
22744         Use buffer-read-only.
22745
22746 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22747
22748         * gnus-art.el (article-hide-list-identifiers):
22749         Bind inhibit-read-only as t.
22750
22751 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22752
22753         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22754
22755 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22756
22757         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22758         (gnus-narrow-to-page): Don't assume point-min == 1.
22759         (gnus-article-edit-mode): Derive from message-mode.
22760
22761         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22762         point-min == 1.
22763
22764         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22765         Disable incorrect use of `assert'.
22766
22767         * message.el (message-mode): Set comment-start-skip.
22768
22769
22770 2004-08-22  Sam Steingold  <sds@gnu.org>
22771
22772         * pop3.el (pop3-leave-mail-on-server): New user variable.
22773         (pop3-movemail): Delete mail only when it is nil.
22774
22775 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22776
22777         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22778
22779         * mml.el (mml-preview): Use `pop-to-buffer'.
22780
22781         * message.el (message-goto-mail-followup-to): Insert after "To".
22782         (message-carefully-insert-headers): Add comment.
22783
22784         * gnus.el: Remove unused variable `gnus-article-check-size'.
22785
22786         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22787
22788         * gnus-art.el (gnus-button-alist):
22789         Improve `gnus-button-handle-library' entry.
22790
22791 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22792
22793         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22794         Use downcase, since XEmacs capitalizes error messages differently.
22795
22796 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22797
22798         * nntp.el: Add (require 'gnus) due to reference to
22799         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22800
22801 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22802
22803         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22804         Bind `mm-fill-flowed'.
22805
22806         * mm-decode.el (mm-dissect-singlepart): Check it.
22807
22808 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22809
22810         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22811         'imap' for netrc parsing.
22812
22813 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22814
22815         * mailcap.el (mailcap-mime-data): Mark as risky.
22816
22817 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22818
22819         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22820         may be included in the encoded word.
22821         (rfc2047-encode): Don't append a space if the encoded word
22822         includes close parenthesis.
22823
22824 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22825
22826         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22827         of text within parentheses.
22828
22829 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22830
22831         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22832         (gnus-encrypt-write-file-contents): Make the password key the file
22833         name PLUS the cipher, not just the cipher.  Also remove failed
22834         passwords from the cache.
22835
22836 2004-08-06  Simon Josefsson  <jas@extundo.com>
22837
22838         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22839         Doc fix.
22840
22841 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22842
22843         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22844         LWSP.
22845
22846 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22847
22848         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22849         Try to append in-reply-to: data to the references: header.
22850
22851         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22852         (netrc-parse): Use gnus-encrypt.el functions.
22853
22854         * gnus-encrypt.el: Add new file for encryption support; currently
22855         does only a few GPG ciphers and an internal XOR cipher.
22856
22857         * password.el: Add comments on using password-read-and-add.
22858         (password-read-and-add): Add function to read and add the
22859         password to the cache at once.
22860
22861 2004-07-28  Simon Josefsson  <jas@extundo.com>
22862
22863         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22864         parameter (but don't use it, for now).
22865
22866         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22867         instead of hard coding to nil.
22868
22869 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22870
22871         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22872         as mm-inline-image-xemacs does.
22873
22874 2004-07-26  Simon Josefsson  <jas@extundo.com>
22875
22876         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22877         Revert part of 2004-07-17 change below.
22878
22879 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22880
22881         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22882         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22883
22884 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22885
22886         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22887         quotes that actually start with ">" at the beginning of the
22888         lines.
22889
22890 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22891
22892         * rfc2047.el (rfc2047-encode-region): Fix last change.
22893         (rfc2047-encode-parameter): Remove useless concat.
22894
22895 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22896
22897         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22898         encode special characters; fix some kind of misconfigured headers;
22899         signal a real error if debug-on-quit or debug-on-error is non-nil.
22900         (rfc2047-encode-max-chars): New variable.
22901         (rfc2047-encode-1): Use it.
22902         (rfc2047-encode-parameter): New function.
22903
22904         * mml.el (mml-insert-parameter): Remove an excessive space.
22905
22906 2004-07-17  Simon Josefsson  <jas@extundo.com>
22907
22908         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22909         Kai Grossjohann <kai@emptydomain.de>.
22910         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22911         (gnus-group-make-menu-bar): Ditto.
22912
22913         * gnus-util.el (gnus-group-server): Add.
22914
22915 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22916
22917         * message.el (message-clone-locals): Clone sendmail and smtp
22918         variables.
22919
22920 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22921
22922         * rfc2047.el (rfc2047-encode-region): Fix last change.
22923
22924 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22925
22926         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22927         characters as non-special.
22928
22929 2004-07-09  Simon Josefsson  <jas@extundo.com>
22930
22931         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22932         Users will lose all flag changes made while unplugged with
22933         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22934         good default.  See numerous reports on ding mailing list.
22935
22936 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22937
22938         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22939         add generate-head-function and generate-article-function to the
22940         rfc822-forward entry.
22941         (nndoc-rfc822-forward-generate-article): New function.
22942         (nndoc-rfc822-forward-generate-head): New function.
22943
22944         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22945
22946 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22947
22948         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22949         respect display group parameter and gnus-summary-expunge-below.
22950         (gnus-articles-to-read): Remove unused reference to display group
22951         parameter.
22952
22953 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22954
22955         * nnheader.el (nnheader-uniquify-message-id): New experimental
22956         variable.
22957         (nnheader-nov-read-message-id): Use it.
22958
22959         * spam-report.el (spam-report-gmane): Add interactive.
22960
22961 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22962
22963         * mm-encode.el (mm-content-transfer-encoding-defaults):
22964         Use qp-or-base64 for the application/* types.
22965
22966 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22967
22968         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22969
22970 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22971
22972         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22973         trim value.
22974
22975 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22976
22977         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22978         New macro and function.
22979         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22980
22981 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22982
22983         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22984         after-load-alist.
22985
22986 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22987
22988         * gnus-group.el (gnus-group-get-new-news-this-group):
22989         Don't update info that isn't there.
22990
22991 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22992
22993         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22994         entry.
22995
22996 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22997
22998         * mm-view.el (mm-inline-render-with-function): Use multibyte
22999         buffer; decode html source by charset.
23000
23001         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23002
23003         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23004         Mule-UCS is loaded under XEmacs.
23005         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23006
23007 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23008
23009         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23010
23011 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23012
23013         * mm-util.el (mm-coding-system-p): Return a coding-system.
23014         (mm-mime-mule-charset-alist): Use shift_jis instead of
23015         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23016         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23017         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23018         instead of japanese-shift-jis and iso-latin-1 respectively in
23019         order to share the default value with both Emacs and XEmacs-mule.
23020         (mm-mule-charset-to-mime-charset):
23021         Make mm-coding-system-priorities effective.
23022         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23023         while predicating of candidates upon the priorities.
23024
23025 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23026
23027         * gnus-sum.el (gnus-summary-make-menu-bar):
23028         Add gnus-uu-invert-processable.
23029
23030         * gnus.el: Autoload gnus-uu-invert-processable.
23031
23032 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23033
23034         * mm-util.el (mm-with-multibyte-buffer): New macro.
23035
23036         * rfc2047.el (rfc2047-encode-string): Use it.
23037         (rfc2047-encode-region): Move point to the end of the region after
23038         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23039
23040 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23041
23042         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23043         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23044
23045 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23046
23047         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23048         (gnus-cite-parse): Ignore quoted envelope From_.
23049         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23050
23051 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23052
23053         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23054         invalid addresses.
23055
23056 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23057
23058         * spam.el: Change section markers, revise TODO list.
23059         (spam-backends): Make new master list of all installed backends.
23060         (spam-summary-exit-behavior): Add new variable to determine how
23061         messages moves are done at summary exit.
23062         (spam-move-spam-nonspam-groups-only)
23063         (spam-process-ham-in-nonham-groups)
23064         (spam-process-ham-in-spam-groups): Remove variables, the
23065         spam-summary-exit-behavior variable should be used to manage this
23066         behavior.
23067         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23068         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23069         and spam-old-spam-articles.
23070         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23071         Add empty variables, placeholders for the backends they represent.
23072         (spam-set-difference): Move, unchanged.
23073         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23074         unless the user has a processor variable.
23075         (spam-classifications, spam-classification-valid-p)
23076         (spam-backend-properties, spam-backend-property-valid-p)
23077         (spam-backend-function-type-valid-p)
23078         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23079         (spam-report-articles-gmane, spam-report-articles-resend):
23080         Remove functions, they are not needed.
23081         (spam-install-backend-super, spam-backend-list)
23082         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23083         (spam-backend-function, spam-backend-ham-registration-function)
23084         (spam-backend-spam-registration-function)
23085         (spam-backend-ham-unregistration-function)
23086         (spam-backend-spam-unregistration-function)
23087         (spam-backend-statistical-p, spam-backend-mover-p)
23088         (spam-install-backend-alias, spam-install-checkonly-backend)
23089         (spam-install-mover-backend, spam-install-nocheck-backend)
23090         (spam-install-backend, spam-install-statistical-backend)
23091         (spam-install-statistical-checkonly-backend): Add backend installation
23092         support.
23093         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23094         (spam-group-processor-p): Use the new backend code and respect the
23095         summary exit behavior.
23096         (spam-mark-spam-as-expired-and-move-routine): Remove.
23097         (spam-summary-prepare): Change to use the new spam-old-articles
23098         variable.
23099         (spam-copy-or-move-routine, spam-copy-spam-routine)
23100         (spam-move-spam-routine, spam-copy-ham-routine)
23101         (spam-move-ham-routine): Add code to copy/move ham or spam.
23102         (spam-fetch-field-fast): Improve doc and code, plus allow the
23103         'number request.
23104         (spam-list-of-checks, spam-list-of-statistical-checks):
23105         Remove variables.
23106         (spam-split, spam-find-spam): Use the new backend code.
23107         (spam-registration-functions): Remove variable.
23108         (spam-unregister-routine): Add convenience wrapper.
23109         (spam-log-undo-registration, spam-register-routine)
23110         (spam-log-processing-to-registry)
23111         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23112         where possible.
23113         (spam-check-gmane-xref, spam-check-regex-headers)
23114         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23115         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23116         (spam-check-bogofilter-headers, spam-check-spamoracle)
23117         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23118         (spam-check-crm114-headers): Use the spam-split-group that
23119         spam-split prepares, no need to determine it every time.
23120
23121         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23122         to the nnheader-parse-naked-head call.
23123
23124         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23125
23126         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23127         the nnheader-nov-read-message-id call.
23128
23129 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23130
23131         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23132         gnus-activate-group twice.  Suggested by Markus Peter
23133         <warp@spin.de>.
23134
23135 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23136
23137         * gnus-art.el (gnus-article-time-format): Exchange the order of
23138         day and month in the default value; fix customization type.
23139         (article-date-ut): Use add-text-properties.
23140         (article-make-date-line): Use message-make-date instead of
23141         current-time-string.
23142
23143         * message.el (message-fetch-field): Don't use set-text-properties.
23144         (message-make-date): Simplify.
23145
23146         * messagexmas.el (message-xmas-make-date): New function.
23147         (message-xmas-redefine): Defalias message-make-date to it.
23148
23149 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23150
23151         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23152         (rfc2047-encode-region): Treat text within parentheses as special;
23153         show the original text when error has occurred.
23154
23155         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23156         already-computed method to gnus-activate-group.
23157
23158         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23159         same select-methods identical Lisp objects.
23160
23161         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23162         object when modifying the info.
23163
23164 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23165
23166         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23167         gnus-opened-servers since it has never been opened with the new
23168         configuration yet.
23169
23170 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23171
23172         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23173         arg to nnheader-generate-fake-message-id.
23174
23175 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23176
23177         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23178         number and build a fake message ID localized to a group and
23179         article number (so it's repeatable from that point on).
23180         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23181         ID format.
23182
23183         * gnus-sum.el (gnus-get-newsgroup-headers):
23184         Call nnheader-generate-fake-message-id with the article number.
23185
23186 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23187
23188         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23189         end-of-buffer.
23190
23191 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23192
23193         * message.el (message-ignored-supersedes-headers): Add Approved.
23194
23195 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23196
23197         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23198         goto-char.
23199         (rfc2047-encode): Fold the line before encoding.
23200
23201 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23202
23203         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23204         folding -- not all headers can be folded, and this should be done
23205         by the message composition mode.  Probably.  I think.
23206
23207 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23208
23209         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23210         fast.
23211
23212         * gnus-ems.el (gnus-remove-image): Don't use
23213         message-text-with-property; remove only the image found first.
23214
23215         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23216         found first.
23217
23218 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23219
23220         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23221
23222 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23223
23224         * message.el (message-text-with-property): Make it fast and accept
23225         optional arguments.
23226         (message-strip-forbidden-properties): Use it.
23227         (message-fix-before-sending): Follow the m-t-w-p change.
23228
23229         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23230
23231 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23232
23233         * gnus-art.el (article-hide-headers): Don't change the buffer
23234         mistakenly when performing mml-preview even if
23235         gnus-single-article-buffer is nil.
23236
23237 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23238
23239         * message.el (message-expand-name-databases): New user option.
23240         (message-expand-name): Use it.
23241
23242 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23243
23244         * spam.el (spam-report-articles-resend)
23245         (spam-report-resend-register-routine): Allow ham reporting.
23246         (spam-report-resend-register-ham-routine): Add wrapper.
23247         (spam-registration-functions): Add ham resending functions.
23248         (spam-list-of-processors): Add ham resend processor.
23249
23250         * gnus.el (ham-resend-to): Add new group parameter.
23251         (spam-process): Add ham resend option.
23252
23253         * spam-report.el (spam-report-resend): Allow reporting ham.
23254         (spam-report-resend-ham): Add wrapper.
23255
23256 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23257
23258         * message.el (message-cite-articles-with-x-no-archive):
23259         New variable.
23260         (message-cite-original): Use it.
23261
23262 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23263
23264         * message.el (message-cite-original): Respect X-No-Archive.
23265
23266 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23267
23268         * gnus-art.el (article-hide-headers): Refer to the values for
23269         gnus-ignored-headers and gnus-visible-headers in the summary
23270         buffer since a user may have set them as group parameters.
23271
23272 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23273
23274         * assistant.el (assistant-node-name): Add convenience function.
23275         (assistant-render-text, assistant-render-node): Add error handling,
23276         plus handle multiple next nodes.
23277         (assistant-find-next-node): Comment out for now.
23278         (assistant-find-next-nodes): Add function, returns list of next
23279         nodes.
23280
23281 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23282
23283         * mail-source.el (mail-source-directory): Fix doc-string.
23284
23285 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23286
23287         * assistant.el (assistant-render-text, assistant-eval): Add :set
23288         widget type, which is different because it takes and returns a
23289         list.  Much hilarity ensues.
23290
23291 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23292
23293         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23294
23295         * gnus-group.el (gnus-group-get-new-news-this-group):
23296         Add doc-string.
23297
23298         * gnus-start.el (gnus-activate-group): Add doc-string.
23299
23300 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23301
23302         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23303
23304 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23305
23306         * assistant.el (assistant-render-text): Try to add a :set
23307         widget, more to come.
23308
23309         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23310         strings.
23311         (spam-report-articles-resend)
23312         (spam-register-routine): Do registration iff any articles warrant
23313         it.
23314         (spam-summary-prepare-exit): Change log message for nil group
23315         destinations.
23316
23317 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23318
23319         * spam.el (spam-report-resend-register-routine):
23320         Allow spam-report-resend-to to be a group parameter or a global value.
23321
23322 2004-05-26  Simon Josefsson  <jas@extundo.com>
23323
23324         * starttls.el: Merge with my GNUTLS based starttls.el.
23325         (starttls-gnutls-program, starttls-use-gnutls)
23326         (starttls-extra-arguments, starttls-process-connection-type)
23327         (starttls-connect, starttls-failure, starttls-success):
23328         New variables.
23329         (starttls-program, starttls-extra-args): Doc fix.
23330         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23331         New functions.
23332         (starttls-negotiate, starttls-open-stream):
23333         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23334         function if it is set.
23335
23336 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23337
23338         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23339         structured fields.
23340
23341 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23342
23343         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23344
23345 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23346
23347         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23348         Add variable.
23349         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23350         assigning the spam-mark to new messages.
23351
23352 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23353
23354         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23355
23356 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23357
23358         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23359
23360         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23361         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23362         default.
23363
23364 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23365
23366         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23367         correct data.
23368
23369 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23370
23371         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23372         (spam-group-processor-p): Fix function.
23373         (spam-group-processor-multiple-p)
23374         (spam-group-spam-processor-report-gmane-p)
23375         (spam-group-spam-processor-report-resend-p)
23376         (spam-group-spam-processor-bogofilter-p)
23377         (spam-group-spam-processor-blacklist-p)
23378         (spam-group-spam-processor-ifile-p)
23379         (spam-group-ham-processor-ifile-p)
23380         (spam-group-spam-processor-spamoracle-p)
23381         (spam-group-spam-processor-crm114-p)
23382         (spam-group-ham-processor-bogofilter-p)
23383         (spam-group-spam-processor-stat-p)
23384         (spam-group-ham-processor-stat-p)
23385         (spam-group-ham-processor-whitelist-p)
23386         (spam-group-ham-processor-BBDB-p)
23387         (spam-group-ham-processor-spamoracle-p)
23388         (spam-group-ham-processor-copy-p): Remove functions with some
23389         prejudice against unneeded code.
23390         (spam-report-articles-resend)
23391         (spam-report-resend-register-routine): Allow the group/topic
23392         spam-resend-to value to override spam-report-resend-to.
23393         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23394         properly now.
23395
23396         * gnus.el (spam-resend-to): Add group/topic parameter.
23397         (spam-process): Move the OBSOLETE processors to the end of the
23398         choices.
23399
23400 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23401
23402         * spam-report.el (spam-report-resend-to, spam-report-resend):
23403         Start with resend-to set to nil, and then ask the user if necessary.
23404         (spam-report-resend): spam-report-resend takes a list of articles, not
23405         separate article numbers.
23406
23407 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23408
23409         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23410         addition to emacs-w3m.
23411
23412 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23413
23414         * assistant.el (assistant-authinfo-data): New function.
23415         (assistant-eval): Eval for entire assistant.
23416
23417         * netrc.el (netrc-services-file): New variable.
23418         (netrc-parse-services): New function.
23419         (netrc-find-service-name): New function.
23420         (netrc-find-service-number): New function.
23421         (netrc-port-equal): New function.
23422         (netrc-machine): Use it.
23423
23424         * nnimap.el (nnimap-open-connection): Use netrc.
23425
23426         * gnus-util.el (gnus-netrc-get): Remove aliases.
23427
23428         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23429
23430         * assistant.el (wid-edit): Fix compilation.
23431
23432         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23433
23434 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23435
23436         * gnus-util.el (gnus-set-file-modes): New function.  (small
23437         patch).
23438
23439 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23440
23441         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23442
23443         * assistant.el (assistant-render-node): Fix up rendering and
23444         read-only text.
23445         (assistant-render-node): Reset.
23446         (assistant-make-read-only): Not sticky.
23447
23448 2004-05-20  Danny Siu  <dsiu@adobe.com>
23449
23450         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23451         centered even when gnus-auto-center-summary is t.
23452
23453 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23454
23455         * dns.el (dns-get-txt-answer): New function.
23456         (dns-read-txt): Ditto.
23457         (query-dns): Use it.
23458
23459 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23460
23461         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23462         active for foreign groups even if the group level is higher than
23463         the specified value.
23464
23465 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23466
23467         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23468         non-active groups.
23469
23470         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23471
23472 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23473
23474         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23475
23476 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23477
23478         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23479         (spam-crm114-header, spam-crm114-spam-switch)
23480         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23481         (spam-crm114-positive-spam-header)
23482         (spam-crm114-database-directory, spam-list-of-processors)
23483         (spam-group-spam-processor-crm114-p)
23484         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23485         (spam-generic-score, spam-list-of-checks)
23486         (spam-list-of-statistical-checks, spam-registration-functions)
23487         (spam-check-crm114-headers, spam-crm114-score)
23488         (spam-check-crm114, spam-crm114-register-with-crm114)
23489         (spam-crm114-register-spam-routine)
23490         (spam-crm114-unregister-spam-routine)
23491         (spam-crm114-register-ham-routine)
23492         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23493
23494 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23495
23496         * gnus.el: Add spam-use-crm114.
23497
23498         * spam.el (spam-list-of-processors, spam-registration-functions):
23499         Add spam-use-resend.
23500         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23501         (spam-report-articles-gmane): Add doc fix.
23502         (spam-report-articles-resend, spam-report-resend-register-routine):
23503         Add wrappers around spam-report-resend-to.
23504
23505         * spam-report.el (spam-report-resend-to, spam-report-resend):
23506         Add support for resending spam.
23507         (spam-report-gmane): Fix line length >80.
23508
23509         * gnus.el (spam-process): Add spam-use-resend.
23510
23511 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23512
23513         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23514         number of processed spam messages.
23515         (spam-ham-copy-or-move-routine): Return the number of processed
23516         ham messages.
23517         (spam-summary-prepare-exit): Use the above values to decide
23518         whether status messages shouled be displayed.
23519
23520 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23521
23522         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23523         `rfc2047-encoding-function-alist' in order to avoid conflicting
23524         with the old version.
23525         (rfc2047-encode-region): Concatenate words containing non-ASCII
23526         characters in structured fields; don't encode space-delimited
23527         ASCII words even in unstructured fields; don't break words at
23528         char-category boundaries.
23529         (rfc2047-encode-1): New function.
23530         (rfc2047-encode): Use it; encode text so that it occupies the
23531         maximum width within 76-column; work correctly on Q encoding for
23532         iso-2022-* charsets.
23533         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23534         sure not to break a line just after the header name.
23535         (rfc2047-b-encode-region): Remove.
23536         (rfc2047-b-encode-string): New function.
23537         (rfc2047-q-encode-region): Remove.
23538         (rfc2047-q-encode-string): New function.
23539
23540         * mm-util.el (mm-replace-in-string): New function.
23541
23542 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23543
23544         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23545         Really get it right.
23546         (gnus-inews-make-draft): Really.
23547
23548 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23549
23550         * nnmh.el (nnmh-request-list-1): Don't check the link count
23551         before descending.  (small patch)
23552
23553 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23554
23555         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23556         stuff.
23557
23558         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23559         Match on real group name.
23560
23561         * gnus-art.el (gnus-signature-limit): Doc fix.
23562
23563         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23564
23565         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23566
23567 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23568
23569         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23570         isn't a string.
23571
23572 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23573
23574         * gnus-draft.el (gnus-draft-send):
23575         Bind rfc2047-encode-encoded-words.
23576
23577         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23578         (rfc2047-encodable-p): Say that =? needs encoding.
23579         (rfc2047-encode-encoded-words): New variable.
23580
23581         * gnus-group.el (gnus-group-select-group): Doc fix.
23582
23583         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23584
23585         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23586         to nil.
23587
23588         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23589
23590         * nnheader.el (nnheader-get-lines-and-char): New function.
23591
23592 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23593
23594         * gnus-msg.el (gnus-summary-followup-with-original):
23595         Document yanking of region when active.
23596
23597 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23598
23599         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23600         groups if the group level is higher than the specified value.
23601
23602 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23603
23604         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23605         (gnus-group-jump-to-group): Add prefix argument using
23606         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23607         non-active group.
23608
23609         * compface.el (uncompface): Be verbose when changing
23610         `uncompface-use-external'.
23611
23612         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23613         handle manual section.
23614
23615 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23616
23617         * gnus-art.el (gnus-button-alist): Revert previous change.
23618
23619 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23620
23621         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23622
23623 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23624
23625         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23626         whether backend can accept message.
23627
23628         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23629
23630 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23631
23632         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23633         Avoid creating directory when nntp-marks-is-evil is true.
23634         Reported by Reiner Steib.
23635
23636 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23637
23638         * gnus-picon.el (gnus-picon-insert-glyph):
23639         Add optional `nostring' argument.
23640
23641 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23642
23643         * gnus-picon.el (gnus-picon-style): New variable.
23644         (gnus-picon-transform-address): Support `gnus-picon-style'.
23645
23646 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23647
23648         * message.el (message-fill-field): Return point.
23649         (message-generate-headers): Go to end of field.
23650
23651         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23652         stuff for non-living groups.
23653
23654 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23655
23656         * gnus-art.el (gnus-article-followup-with-original)
23657         (gnus-article-reply-with-original): gnus-mark-active-p ->
23658         gnus-region-active-p.
23659
23660 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23661
23662         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23663         only when there is spam or ham to be processed.
23664
23665 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23666
23667         * mail-source.el (mail-source-delete-crash-box): Refactor.
23668         (mail-source-fetch): Use it.
23669         (mail-source-fetch-file): Ditto.
23670         (mail-source-fetch-directory): Run postscript in loop.
23671         (mail-source-fetch-pop): Delete.
23672         (mail-source-fetch-maildir): Ditto.
23673         (mail-source-fetch-imap): Ditto.
23674
23675         * imap.el (imap-authenticators): Comment out sasl.
23676
23677         * message.el (message-skip-to-next-address): New function.
23678         (message-fill-header-address): Refactor.
23679         (message-fill-address): Use it.
23680         (message-delete-address): Use it.
23681         (message-fill-header-general): Refactor.
23682         (message-fill-field-address): Rename.
23683         (message-narrow-to-field): Find the start of the header.
23684         (message-header-format-alist): Don't pre-fill.
23685         (message-fill-header): Remove.
23686         (message-insert-header): New function.
23687         (message-shorten-references): Use it.
23688
23689         * rfc2047.el (rfc2047-field-value): Strip props.
23690
23691         * mail-parse.el (mail-header-make-address): New alias.
23692
23693         * ietf-drums.el (ietf-drums-make-address): New function.
23694
23695         * imap.el: Add compiler directives.
23696
23697         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23698
23699         * gnus-art.el (article-decode-idna-rhs): Don't use
23700         message-idna-inside-rhs-p.
23701
23702 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23703
23704         * message.el (message-idna-inside-rhs-p): Remove.
23705         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23706
23707         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23708         false positives.
23709
23710 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23711
23712         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23713
23714 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23715
23716         * nneething.el (nneething-file-name): Don't create spurious
23717         files.
23718
23719         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23720         (gnus-inews-do-gcc): Remove sleep.
23721
23722         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23723         part under point.
23724
23725         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23726         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23727
23728 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23729
23730         * spam.el (spam-summary-prepare-exit): Fix (length).
23731
23732 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23733
23734         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23735         as expired without moving it" message when there are spam
23736         messages left.
23737
23738 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23739
23740         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23741         header is not nil.
23742
23743 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23744
23745         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23746         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23747         (nntp-marks-changed-p): New arg SERVER.
23748         (nntp-request-update-info): Adjust caller.
23749
23750 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23751
23752         * nntp.el (nntp-save-marks): Pass missing arg.
23753
23754 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23755
23756         * nntp.el: Support marks.
23757         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23758         (nntp-marks-modtime, nntp-marks-directory): New variables.
23759         (nntp-request-set-mark, nntp-request-update-info)
23760         (nntp-possibly-create-directory, nntp-marks-changed-p)
23761         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23762         New functions.
23763
23764 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23765
23766         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23767         (gnus-xmas-redefine): Rename.
23768
23769         * gnus-score.el (gnus-score-insert-help):
23770         Use gnus-select-lowest-window.
23771
23772         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23773         appt-select-lowest-window and rename to gnus-select-lowest-window.
23774
23775         * gnus.el: do.
23776
23777 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23778
23779         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23780         encodings of MIME-encoded words, in order to improve
23781         interoperability with several broken MUAs.
23782
23783 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23784
23785         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23786         tags, only when charsets are not specified in headers.
23787         (mm-inline-text-html-render-with-w3m): Ditto.
23788
23789         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23790         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23791
23792 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23793
23794         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23795         instead of MIME-decoded from fields when checking
23796         `gnus-article-address-banner-alist'.
23797
23798 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23799
23800         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23801         description rather than subject.
23802
23803 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23804
23805         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23806
23807 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23808
23809         * gnus.el (gnus-version-number): Bump.
23810
23811 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23812
23813         * gnus.el: No Gnus v0.2 is released.
23814
23815 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23816
23817         * gnus-agent.el (gnus-agent-read-agentview):
23818         Inline gnus-uncompress-range.
23819
23820 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23821
23822         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23823         `exec-installed-p'.
23824
23825 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23826
23827         * gnus.el (spam-process, spam-autodetect-methods):
23828         Add bsfilter and bsfilter-headers.
23829
23830         * spam.el (spam-bsfilter): New customize group.
23831         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23832         (spam-bsfilter-header, spam-bsfilter-probability-header)
23833         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23834         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23835         (spam-bsfilter-database-directory): New options.
23836         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23837         (spam-list-of-statistical-checks, spam-registration-functions):
23838         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23839         (spam-bsfilter-score): New command.
23840         (spam-check-bsfilter-headers, spam-check-bsfilter)
23841         (spam-bsfilter-register-with-bsfilter)
23842         (spam-bsfilter-register-spam-routine)
23843         (spam-bsfilter-unregister-spam-routine)
23844         (spam-bsfilter-register-ham-routine)
23845         (spam-bsfilter-unregister-ham-routine): New functions.
23846         (spam-generic-score): Support bsfilter; Accept an optional argument
23847         to recalcurate spam score even if scoring header has already been
23848         added.
23849         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23850         optional argument to recalcurate spam score even if scoring header
23851         has already been added.
23852
23853 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23854
23855         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23856         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23857         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23858         link is missing.
23859
23860 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23861
23862         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23863         (html2text-get-attr): Rewrite.
23864
23865         * message.el (message-setup-1): Remove redundant put-text-property
23866         on mail-header-separator.
23867
23868 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23869
23870         * gnus-registry.el (gnus-registry-cache-whitespace)
23871         (gnus-registry-action, gnus-registry-spool-action)
23872         (gnus-registry-split-fancy-with-parent): Change message levels
23873         from 5 to 3 or 7, as needed.
23874
23875         * spam.el (spam-summary-prepare-exit)
23876         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23877         (spam-split, spam-find-spam, spam-log-undo-registration)
23878         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23879         level from 5 to 6.
23880
23881 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23882
23883         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23884         2004-03-04 change).
23885
23886 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23887
23888         * sieve-manage.el (sieve-manage-open):
23889         * nnweb.el (nnweb-insert-html):
23890         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23891         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23892         * nnspool.el (nnspool-request-group):
23893         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23894         * nnml.el (nnml-request-update-info):
23895         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23896         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23897         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23898         (nnimap-request-set-mark):
23899         * nnfolder.el (nnfolder-request-update-info):
23900         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23901         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23902         * gnus-uu.el (gnus-uu-find-articles-matching):
23903         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23904         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23905         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23906         * gnus-nocem.el (gnus-nocem-scan-groups):
23907         * gnus-int.el (gnus-start-news-server):
23908         * gnus-group.el (gnus-group-make-kiboze-group)
23909         (gnus-group-browse-foreign-server):
23910         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23911         Use mapc when appropriate.
23912
23913 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23914             Adam Sjøgren  <asjo@koldfront.dk>
23915             Wes Hardaker  <wes@hardakers.net>
23916             Michael Shields  <shields@msrl.com>
23917
23918         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23919         may need for spam sorting and scoring.
23920         (spam-user-format-function-S): Add user format function suitable for
23921         general use.
23922         (spam-article-sort-by-spam-status): Add sorting function for summary
23923         sorting.
23924         (spam-extra-header-to-number): Add function to get a score from a
23925         header.
23926         (spam-summary-score): Add function to get a numeric score from the
23927         headers.
23928         (spam-generic-score): Fix function doc, was in wrong place.
23929         (spam-initialize): Take symbols when it's run, and install the
23930         extra headers that spam-necessary-extra-headers thinks we need.
23931
23932 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23933
23934         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23935         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23936
23937 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23938
23939         * gnus-sum.el (gnus-set-global-variables)
23940         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23941         (gnus-article-get-xrefs, gnus-summary-best-group)
23942         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23943         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23944         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23945         Use with-current-buffer.
23946
23947 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23948
23949         * spam.el (spam-summary-prepare-exit): Simplify logic.
23950         (spam-fetch-article-header): Read the article header if it's not
23951         available.
23952         (spam-list-articles): Simplify logic.
23953         (spam-filelist-register-routine): Fix bug with unregister-list.
23954
23955         * gnus-registry.el: Fix comments at beginning.
23956
23957 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23958
23959         * message.el (message-cater-to-broken-inn): Remove.
23960         (message-shorten-references): Make sure the total folded length of
23961         References is shorter than 998 characters to cater to a bug in INN
23962         2.3.  Also, don't pretend that references aren't folded -- this
23963         hasn't worked for a while.
23964
23965 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23966
23967         * gnus-agent.el (gnus-agentize):
23968         gnus-agent-send-mail-real-function no longer set to current value
23969         of message-send-mail-function but rather a lambda that calls
23970         message-send-mail-function.  The change makes the agent real-time
23971         responsive to user changes to message-send-mail-function.
23972
23973 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23974
23975         * legacy-gnus-agent.el
23976         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23977         help from Florian Weimer <fw@deneb.enyo.de>
23978
23979 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23980
23981         * nnmail.el (nnmail-cache-insert): Revert last change.
23982
23983 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23984
23985         * nnmail.el (nnmail-cache-insert): Always check whether
23986         nnmail-cache-ignore-groups matches a group name.
23987
23988 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23989
23990         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23991         (spam-find-spam, spam-log-processing-to-registry)
23992         (spam-log-registered-p, spam-log-unregistration-needed-p)
23993         (spam-log-undo-registration): Use gnus-message instead of
23994         gnus-error, none of these errors are fatal.
23995
23996         * gnus-registry.el (gnus-registry-clean-empty-function)
23997         (gnus-registry-clean-empty): Remove only empty entries without
23998         extra data.
23999
24000 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24001
24002         * spam-stat.el (spam-stat-buffer-change-to-spam)
24003         (spam-stat-buffer-change-to-non-spam): Change (error) to
24004         (gnus-message 8) invocation.
24005
24006 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24007
24008         * nntp.el (nntp-via-netcat-command): New variable.
24009         (nntp-via-netcat-switches): New variable.
24010         (nntp-open-via-rlogin-and-netcat): New function.
24011         (nntp-open-connection-function): Doc fix.
24012         (nntp-telnet-command): Doc fix.
24013         (nntp-end-of-line): Doc fix.
24014         (nntp-via-rlogin-command): Doc fix.
24015         (nntp-via-user-name): Doc fix.
24016         (nntp-via-address): Doc fix.
24017
24018 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24019
24020         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24021         error in Emacs 21.1.
24022
24023 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24024
24025         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24026
24027 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24028
24029         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24030         (gnus-agent-with-refreshed-group): New macro.
24031         (gnus-agent-rename-group): New function.
24032         (gnus-agent-delete-group): New function.
24033         (gnus-agent-save-group-info): Use gnus-command-method when
24034         `method' parameter is nil.  Don't write nil entries into the
24035         active file.
24036         (gnus-agent-get-group-info): New function.
24037         (gnus-agent-fetch-articles):
24038         Use gnus-agent-update-files-total-fetched-for to increment disk space
24039         used.
24040         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24041         Use gnus-agent-update-view-total-fetched-for to increment disk space
24042         used.
24043         (gnus-agent-get-local): Add optional parameters to avoid calling
24044         gnus-group-real-name and gnus-find-method-for-group.
24045         (gnus-agent-set-local): Delete stored entry if either min, or max,
24046         are nil.
24047         (gnus-agent-fetch-session): Reworded error/quit messages.
24048         On quit, use gnus-agent-regenerate-group to record existance of any
24049         articles fetched to disk before the quit occurred.
24050         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24051         gnus-agent-update-view-total-fetched-for, and
24052         gnus-agent-update-files-total-fetched-for to decrement disk space
24053         used.
24054         (gnus-agent-retrieve-headers):
24055         Use gnus-agent-update-view-total-fetched-for to increment disk space
24056         used.
24057         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24058         with gnus-agent-update-files-total-fetched-for to decrement disk
24059         space and fresh group buffer.
24060         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24061         (gnus-agent-need-update-total-fetched-for): New variable.
24062         (gnus-agent-update-files-total-fetched-for): New function.
24063         (gnus-agent-update-view-total-fetched-for): New function.
24064         (gnus-agent-total-fetched-for): New function.
24065
24066         * gnus-cache.el (gnus-cache-save-buffers):
24067         Use gnus-cache-update-overview-total-fetched-for to change disk space
24068         used by this group.
24069         (gnus-cache-possibly-enter-article):
24070         Use gnus-cache-update-file-total-fetched-for to increment disk space
24071         used by this group.
24072         (gnus-cache-possibly-remove-article):
24073         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24074         used by this group.
24075         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24076         (gnus-cache-rename-group): New function.
24077         (gnus-cache-delete-group): New function.
24078         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24079         (gnus-cache-need-update-total-fetched-for): New variable.
24080         (gnus-cache-with-refreshed-group): New macro.
24081         (gnus-cache-update-file-total-fetched-for): New function.
24082         (gnus-cache-update-overview-total-fetched-for): New function.
24083         (gnus-cache-rename-group-total-fetched-for): New function.
24084         (gnus-cache-delete-group-total-fetched-for): New function.
24085         (gnus-cache-total-fetched-for): New function.
24086
24087         * gnus-group.el: Require gnus-sum and autoload functions to
24088         resolve warnings when gnus-group.el compiled alone.
24089         (gnus-group-line-format): Documented new %F.
24090         (size of Fetched data) group line format; identifies disk space
24091         used by agent and cache.
24092         (gnus-group-line-format-alist): Defined new F format.
24093         (gnus-total-fetched-for): New function.
24094         (gnus-group-delete-group): No longer update
24095         gnus-cache-active-altered as gnus-request-delete-group now keeps
24096         the cache in sync.
24097         (gnus-group-list-active): Let the agent store a server's active
24098         list if currently plugged.
24099
24100         * gnus-int.el (gnus-request-delete-group):
24101         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24102         local disk in sync with the server.
24103         (gnus-request-rename-group):
24104         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24105         local disk in sync with the server.
24106
24107         * gnus-start.el (gnus-get-unread-articles):
24108         Cosmetic simplification to logic.
24109
24110         * gnus-util.el (gnus-rename-file): New function.
24111
24112 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24113
24114         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24115
24116 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24117
24118         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24119         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24120
24121 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24122
24123         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24124         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24125
24126 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24127
24128         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24129
24130 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24131
24132         * spam.el (spam-set-difference): Add function to replace
24133         gnus-set-difference in spam.el.
24134         (spam-summary-prepare-exit): Use spam-set-difference.
24135
24136 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24137
24138         * gnus-registry.el (gnus-registry-cache-file): Update to use
24139         gnus-dribble-directory OR gnus-home-directory OR ~.
24140         (gnus-registry-split-fancy-with-parent): Fix doc.
24141
24142 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24143
24144         * message.el (message-exchange-point-and-mark):
24145         Use message-mark-active-p.  Suggested by Jesper Harder
24146         <harder@ifa.au.dk>.
24147
24148 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24149
24150         * message.el (message-exchange-point-and-mark): Don't activate
24151         region if it was inactive.  Suggested by Hiroshi Fujishima
24152         <pooh@nature.tsukuba.ac.jp>.
24153
24154 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24155
24156         * gnus-art.el (article-display-face): Display Faces in the same
24157         order as X-Faces.
24158
24159 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24160
24161         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24162
24163 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24164
24165         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24166         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24167         (gnus-article-mime-hierarchy): Remove.
24168         (gnus-article-mime-hierarchy-next): Remove.
24169         (gnus-article-mode): Revert 2004-03-19 change.
24170         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24171         (gnus-insert-mime-button): Revert 2004-03-19 change.
24172         (gnus-mime-accumulate-hierarchy): Remove.
24173         (gnus-mime-enter-multipart): Remove.
24174         (gnus-mime-leave-multipart): Remove.
24175         (gnus-mime-display-part): Revert 2004-03-19 change.
24176         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24177
24178         * mml.el (mml-preview): Revert 2004-03-19 change.
24179
24180 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24181
24182         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24183
24184 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24185
24186         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24187         t while entering a file name using the mm-with-multibyte macro.
24188         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24189
24190         * mm-util.el (mm-with-multibyte): New macro.
24191
24192 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24193
24194         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24195         New user option.
24196         (gnus-mime-multipart-functions): Doc and customization fix.
24197         (gnus-article-mime-hierarchy): New variable.
24198         (gnus-article-mime-hierarchy-next): New variable.
24199         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24200         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24201         gnus-article-mime-hierarchy-next to nil.
24202         (gnus-insert-mime-button): Show hierarchy numbers.
24203         (gnus-mime-accumulate-hierarchy): New function.
24204         (gnus-mime-enter-multipart): New function.
24205         (gnus-mime-leave-multipart): New function.
24206         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24207         (gnus-mime-display-alternative): Show hierarchy numbers.
24208
24209         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24210         gnus-article-mime-hierarchy-next to nil.
24211
24212 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24213
24214         * dns.el: Don't require gnus-xmas.
24215
24216 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24217
24218         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24219         inline PGP.
24220         (mml-menu): Disable mml-quote-region if mark is inactive.
24221
24222 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24223
24224         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24225         when the group's active is not available.
24226
24227 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24228
24229         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24230         error.
24231
24232 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24233
24234         * imap.el (imap-store-password): New variable.
24235         (imap-interactive-login): Use it.
24236         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24237
24238 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24239
24240         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24241         window-start and hscroll to summary window.
24242
24243 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24244
24245         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24246         conversion message to newsrc-dribble when an actual conversion is
24247         performed.
24248
24249 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24250
24251         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24252
24253 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24254
24255         * mm-decode.el (mm-complicated-handles): New function reviving
24256         former definition of mm-multiple-handles.
24257
24258         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24259         (gnus-mime-delete-part): Use it.
24260
24261 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24262
24263         * gnus-agent.el (gnus-agent-read-local):
24264         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24265         avoid the implicit assumption that they will always be equal.
24266         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24267         coding-system-for-write, as the with-temp-file macro first prints
24268         to a buffer then saves the buffer.
24269
24270 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24271
24272         * gnus-art.el (gnus-article-edit-part): New function.
24273         (gnus-mime-save-part-and-strip): Use it; do query instead of
24274         signaling an error; don't use mm-multiple-handles.
24275         (gnus-mime-delete-part): Ditto.
24276
24277 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24278
24279         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24280         old file versions.
24281         (gnus-group-prepare-hook): Remove function that converted list
24282         form of gnus-agent-expire-days to group properties.
24283
24284         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24285         (gnus-request-accept-article): Re-indented.
24286
24287         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24288         converters to handle old agent file formats.  Add logic for a
24289         "backup before upgrading warning".
24290         (gnus-convert-mark-converter-prompt): Developers can mark
24291         functions as needing (default), or not needing,
24292         gnus-convert-old-newsrc's "backup before upgrading warning".
24293         (gnus-convert-converter-needs-prompt): Tests whether the user
24294         should be protected from potentially irreversable changes by the
24295         function.
24296
24297         * legacy-gnus-agent.el: New.  Provides converters that are only
24298         loaded when gnus-convert-old-newsrc needs to call them.
24299
24300 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24301
24302         * mail-source.el (mail-source-touch-pop): Doc fix.
24303
24304         * message.el (message-smtpmail-send-it): Doc fix.
24305
24306 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24307
24308         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24309
24310         * nnmail.el (nnmail-split-fancy): do.
24311
24312         * gnus-kill.el (gnus-kill, gnus-execute): do.
24313
24314 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24315
24316         * gnus-sum.el (gnus-widget-reversible-match)
24317         (gnus-widget-reversible-to-internal)
24318         (gnus-widget-reversible-to-external): New functions.
24319         (gnus-widget-reversible): New widget.
24320         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24321
24322 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24323
24324         * gnus-sum.el (gnus-thread-sort-functions)
24325         (gnus-article-sort-functions): Document `(not F)' items.
24326
24327 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24328
24329         * spam.el (spam-use-gmane-xref): Add new backend.
24330         (spam-gmane-xref-spam-group): Add variable to control the name of the
24331         Gmane spam group.
24332         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24333         (spam-regex-headers-spam, spam-regex-headers-ham)
24334         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24335         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24336         backends and checks.
24337         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24338
24339         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24340         an autodetect method.
24341
24342 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24343
24344         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24345         articles are being added to a group.
24346         (gnus-request-replace-article): Inform the agent that articles
24347         need to be uncached as the cached contents are no longer valid.
24348
24349 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24350
24351         * binhex.el: Don't autoload executable-find.
24352
24353         * canlock.el: Don't autoload mail-fetch-field.
24354
24355         * dgnushack.el: Autoload c-mode for XEmacs.
24356
24357         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24358
24359         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24360         rmail-dont-reply-to and rmail-output.
24361
24362         * gnus-score.el: Don't autoload ffap-string-at-point.
24363
24364         * gnus-setup.el: Don't autoload sc-cite-original.
24365
24366         * imap.el: Don't autoload base64-decode-string,
24367         base64-encode-string and md5.
24368
24369         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24370         and rmail-msg-restore-non-pruned-header.
24371
24372         * mm-decode.el: Don't autoload executable-find.
24373
24374         * mm-url.el: Don't autoload executable-find.
24375
24376         * mm-view.el: Don't autoload diff-mode.
24377
24378         * nndb.el: Don't autoload news-reply-mode, news-setup,
24379         cancel-timer and telnet.
24380
24381         * password.el: Don't autoload run-at-time for Emacs.
24382
24383         * sha1-el.el: Don't autoload executable-find.
24384
24385         * sieve-mode.el: Don't autoload c-mode.
24386
24387         * uudecode.el: Don't autoload executable-find.
24388
24389 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24390
24391         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24392         (gnus-agent-possibly-alter-active): Avoid null in numeric
24393         comparison.
24394         (gnus-agent-set-local): Refuse to save null in local object table.
24395         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24396         list of articles that will be marked as unread.
24397
24398 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24399
24400         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24401
24402 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24403
24404         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24405         language tags.
24406
24407 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24408
24409         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24410         Don't bind "obarray".
24411
24412         * gnus-sum.el (gnus-thread-sort-functions):
24413         Add `gnus-thread-sort-by-most-recent-number' and
24414         `gnus-thread-sort-by-most-recent-date'.
24415         Reported by Kai Grossjohann <kai@emptydomain.de>.
24416
24417 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24418
24419         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24420
24421 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24422
24423         * gnus-cus.el (gnus-agent-customize-category):
24424         Remove ignore-errors macro reference that required cl to be loaded at
24425         run-time.
24426
24427         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24428         single-interval range of the form (min . max).  Previously the
24429         range had to look like ((min . max)).  Likewise, return
24430         (min . max) rather than ((min . max)).
24431         (gnus-range-map): Use gnus-range-normalize to accept
24432         single-interval range.
24433
24434         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24435         the cache, but not the agent, now appear with their usual face.
24436
24437         * dgnushack.el (loaddir): New variable that is bound to the
24438         directory containing the dgnushack.el file. Use loaddir, rather
24439         than srcdir, to update load-path. Change lets dgnushack compile
24440         code in directories other than GNUS/lisp.
24441
24442 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24443
24444         * lpath.el: Don't bind w3m-safe-url-regexp.
24445
24446         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24447         w3m-safe-url-regexp variable buffer-local.
24448
24449         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24450
24451 2004-02-27  Simon Josefsson  <jas@extundo.com>
24452
24453         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24454         gnus-group-real-prefix.
24455         (gnus-summary-move-article): Use it, instead of
24456         gnus-group-real-prefix.
24457
24458 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24459
24460         * lpath.el: Bind w3m-safe-url-regexp.
24461
24462         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24463         w3m-safe-url-regexp variable buffer-local and set it as the value
24464         of mm-w3m-safe-url-regexp.
24465
24466         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24467
24468         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24469         parsing gnus-posting-styles when the message is not for replying.
24470
24471         * dgnushack.el: Autoload sgml-mode for XEmacs.
24472
24473         * nnrss.el (nnrss-opml-export):
24474         Use mm-set-buffer-file-coding-system instead of
24475         set-buffer-file-coding-system.
24476
24477 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24478
24479         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24480         of checkdoc.el).
24481         * nnrss.el: do.
24482         * gnus-mlspl.el: do.
24483         * gnus-ml.el: do.
24484         * gnus-srvr.el: do.
24485
24486         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24487
24488 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24489
24490         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24491         Corrections to custom-manual links.
24492
24493         * gnus-art.el (gnus-article): Ditto.
24494
24495         * mm-decode.el (mime-display, mime-security): Ditto.
24496
24497 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24498
24499         * flow-fill.el: Typo.
24500
24501 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24502
24503         * spam-wash.el: New file.
24504
24505 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24506
24507         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24508
24509 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24510
24511         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24512         to be run with new-articles as LIST1, not LIST2.
24513         (spam-registration-functions): Add spam-use-ham-copy as a nil
24514         registration backend.
24515
24516 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24517
24518         * spam-stat.el (spam-stat-washing-hook): New option.
24519         (spam-stat-buffer-words): Use it.
24520         (spam-stat-process-directory, spam-stat-test-directory):
24521         Use insert-file-contents-literally.
24522         (spam-stat-coding-system): New variable.
24523         (spam-stat-load, spam-stat-save): Use it.
24524
24525 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24526
24527         * spam-report.el (spam-report-plug-agent):
24528         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24529
24530 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24531
24532         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24533         Allow / in mailto URLs.
24534
24535 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24536
24537         * spam-report.el (spam-report-process-queue): Fix interactive use.
24538         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24539         (spam-report-unplug-agent): Doc fixes.
24540         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24541         (spam-report-agentize, spam-report-deagentize): Autoload.
24542
24543 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24544
24545         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24546
24547         * message.el (message-setup-fill-variables): Add mml tags to
24548         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24549         <ajk@iu.edu>.
24550         (message-mode): Don't modify paragraph-separate there.
24551
24552 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24553
24554         * compface.el (uncompface-use-external): Default to undecided.
24555         (uncompface-use-external-threshold): New variable.
24556         (uncompface-float-time): New macro.
24557         (uncompface): Determine whether to use the external decoder if
24558         uncompface-use-external is undecided.
24559
24560 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24561
24562         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24563         after images.
24564
24565         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24566
24567 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24568
24569         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24570
24571         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24572
24573         * gnus-sum.el (gnus-summary-limit-to-age)
24574         (gnus-summary-limit-children): do.
24575
24576         * gnus-int.el (gnus-request-scan): do.
24577
24578         * gnus-group.el (gnus-group-suspend): do.
24579
24580         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24581
24582         * gnus-cite.el (gnus-cite-parse-attributions): do.
24583
24584         * gnus-agent.el (gnus-summary-set-agent-mark)
24585         (gnus-agent-regenerate-group): do.
24586
24587         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24588
24589         * binhex.el (binhex-decode-region-internal): do.
24590
24591 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24592
24593         * gnus-fun.el (gnus-face-properties-alist): New user option.
24594         (gnus-display-x-face-in-from): Use it.
24595
24596         * gnus-art.el (article-display-face): Ditto.
24597
24598         * compface.el (uncompface-use-external): Default to nil.
24599
24600 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24601
24602         * nntp.el (nntp-erase-buffer): New function.
24603         (nntp-retrieve-data, nntp-send-command)
24604         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24605         (nntp-possibly-change-group): Use it.
24606
24607         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24608         Use with-current-buffer.
24609
24610 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24611
24612         * compface.el: Merge the ELisp-based uncompface program.
24613         (compface): New customization group.
24614         (uncompface-use-external): New user option.
24615         (uncompface): Call uncompface-internal if uncompface-use-external
24616         is nil.
24617         (uncompface-internal): New function.  Note that there are also
24618         some other functions and variables added for this function.
24619
24620 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24621
24622         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24623         if necessary.
24624
24625 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24626
24627         * spam-report.el (spam-report-unplug-agent)
24628         (spam-report-plug-agent, spam-report-deagentize)
24629         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24630         Add support for the Agent in spam-report: when unplugged, report to a
24631         file; when plugged, submit all the requests.
24632
24633         * spam.el (spam-register-routine): Fix message about
24634         registration.
24635
24636 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24637
24638         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24639         dependencies.
24640         (rfc2047-encode): Use it.
24641
24642         * gnus-art.el (gnus-button-marker-list): Move before first
24643         reference.
24644
24645         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24646         (imap-parse-body): Fix format string mismatch.
24647
24648         * gnus-score.el (gnus-summary-increase-score): do.
24649
24650         * nnrss.el (nnrss-close): New function.
24651
24652 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24653
24654         * nnrss.el (nnrss-make-filename): New function.
24655         (nnrss-request-delete-group, nnrss-read-server-data)
24656         (nnrss-save-server-data, nnrss-read-group-data)
24657         (nnrss-save-group-data): Use it.
24658         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24659         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24660         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24661
24662 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24663
24664         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24665
24666 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24667
24668         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24669         files.
24670
24671         * message.el (message-generate-headers-first): Don't quote nil
24672         and t in docstrings.
24673
24674         * imap.el (imap-id): do.
24675
24676         * gnus-agent.el (gnus-agent-consider-all-articles)
24677         (gnus-agent-queue-mail): do.
24678
24679 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24680
24681         * spam-report.el (spam-report-process-queue): New function.
24682         Process requests from `spam-report-requests-file'.
24683         (spam-report-process-queue): Doc fix.
24684
24685 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24686
24687         * spam.el (spam-register-routine)
24688         (spam-log-processing-to-registry, spam-log-registered-p)
24689         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24690         Change "check" to "spam-check" for semi-clarity.
24691
24692 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24693
24694         * pop3.el: Require nnheader.
24695
24696         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24697
24698         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24699
24700         * gnus-picon.el: Require cl.
24701
24702         * gnus-fun.el: Require gnus-ems and gnus-util.
24703
24704         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24705
24706         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24707
24708         * gnus-art.el (gnus-article-edit-mode): Define before first
24709         reference.
24710
24711 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24712
24713         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24714         (gnus-uu-post-encoded): Use point-at-bol.
24715
24716         * gnus-topic.el (gnus-group-active-topic-p): do.
24717
24718         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24719
24720         * gnus-group.el (gnus-group-kill-region): do.
24721
24722         * gnus-art.el (article-date-ut): do.
24723
24724         * message.el (message-fetch-field): Remove redundant
24725         case-fold-search binding.
24726         (message-narrow-to-field): Simplify.
24727
24728 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24729
24730         * spam.el (spam-directory): Derive from `gnus-directory'.
24731
24732         * spam-report.el (spam-report-url-to-file)
24733         (spam-report-requests-file): New function and variable for offline
24734         reporting.
24735         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24736         and user defined function.
24737         (spam-report-url-ping-mm-url): Remove doubled slash.
24738
24739 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24740
24741         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24742
24743 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24744
24745         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24746         Fix format string mismatch.
24747
24748         * sieve.el (sieve-deactivate-all): do.
24749
24750         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24751
24752         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24753
24754         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24755
24756         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24757
24758 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24759
24760         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24761         the list of checks.
24762
24763 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24764
24765         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24766         padding.
24767
24768 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24769
24770         * mm-view.el (mm-fill-flowed): New variable.
24771         (mm-inline-text): Use it.
24772
24773 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24774
24775         * spam.el (spam-spamassassin-register-ham-routine)
24776         (spam-spamassassin-register-spam-routine): Fix function names.
24777
24778 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24779
24780         * gnus.el (gnus-tmp-grouplens): Remove.
24781         (gnus-summary-line-format): Remove grouplens.
24782
24783         * gnus-group.el (gnus-group-line-format): Ditto.
24784
24785         * gnus-spec.el (gnus-format-specs): Ditto.
24786         (gnus-update-format-specifications): Flush the group format spec
24787         cache if there's the grouplens stuff.
24788         (gnus-parse-simple-format): Replace %l with the empty string.
24789
24790 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24791
24792         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24793         omission.
24794
24795 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24796
24797         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24798         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24799
24800 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24801
24802         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24803         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24804         New macros and functions.
24805         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24806         Handle > NLINK_MAX messages.
24807         * nnmaildir.el (nnmaildir-request-set-mark):
24808         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24809
24810 2004-01-25  Alex Schroeder  <alex@gnu.org>
24811
24812         * spam-stat.el (spam-stat-process-directory-age): New option.
24813         (spam-stat-process-directory): Use it.
24814
24815 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24816
24817         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24818         (spam-stat-save): Accept prefix argument.
24819
24820 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24821
24822         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24823         links" error.
24824
24825 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24826
24827         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24828         the rest of the and/or forms.
24829
24830 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24831
24832         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24833         compatibility with old .newsrc.eld files.
24834
24835         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24836
24837         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24838
24839         * gnus-start.el (gnus-1): do.
24840
24841         * gnus-group.el (gnus-group-line-format-alist): do.
24842
24843         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24844
24845         * gnus-gl.el: Remove.
24846
24847 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24848
24849         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24850         marks consisting of a single range {for example, (3 . 5)} rather
24851         than a list of a single range { ((3 . 5)) }.
24852
24853 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24854
24855         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24856         Use with-current-buffer.
24857         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24858         avoid consing a string.
24859
24860         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24861         Remove obsolete entries for big5 and gb2312.
24862
24863 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24864
24865         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24866         uncompressed list.
24867
24868 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24869
24870         * spam-stat.el (spam-stat-strip-xref): New function.
24871         (spam-stat-process-directory): Use it.
24872
24873         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24874         here -- it's done in message-fetch-field.
24875
24876 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24877
24878         * gnus-agent.el (gnus-agent-queue-mail)
24879         (gnus-agent-prompt-send-queue): New variables.
24880         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24881         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24882         "nndraft:queue" along to gnus-draft-send.
24883         Use gnus-agent-prompt-send-queue.
24884         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24885         is "nndraft:queue".  Suggested by Gaute Strokkenes
24886         <gs234@srcf.ucam.org>
24887
24888         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24889         (agent-enable-undownloaded-faces): Add.
24890         (gnus-agent-cat-groups): Use eval-and-compile, not
24891         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24892         method of gnus-agent-cat-groups even when the buffer has been
24893         evaled.
24894         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24895         delete gnus-agent-save-active-1.
24896         (gnus-agent-save-groups): Delete.  Identical to
24897         gnus-agent-save-active.
24898         (gnus-agent-write-active): No longer adjust agent's copy of active
24899         file as agent's adjustments are now stored in their own
24900         file.  Remove optional parameter.
24901         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24902         servers.  Add use of min/max range limits from server's local
24903         file.
24904         (gnus-agent-save-alist): Remove unused optional argument.
24905         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24906         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24907         (gnus-agent-set-local): A per-server file that keeps min/max range
24908         limits for articles known to the agent.  Provides a fast mechanism
24909         for altering many active ranges.
24910         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24911         active file (local makes it unnecessary).
24912         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24913
24914         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24915         (agent-enable-undownloaded-faces): Add.
24916
24917         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24918         disable it when sending to "nndraft:queue".
24919         (gnus-group-send-queue): Add safety check to avoid sending queue
24920         when unplugged.
24921
24922         * gnus-group.el (gnus-group-catchup): Use new
24923         gnus-sequence-of-unread-articles, not
24924         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24925         numbers of articles.  Use gnus-range-map to avoid having to
24926         uncompress the unread list.
24927         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24928         Fix invalid ange-ftp reference.
24929
24930         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24931         (gnus-sorted-range-intersection): Intersection of two ranges
24932         without requiring that they first be uncompressed.
24933
24934         * gnus-start.el (gnus-activate-group): Unless blocked by the
24935         caller, possibly expand the active range to include both cached
24936         and agentized articles.
24937         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24938         multiple version-dependent converters.
24939         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24940         gnus-agent-save-active.
24941         (gnus-save-newsrc-file): Save dirty agent range limits.
24942
24943         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24944         gnus-agent-possibly-alter-active.
24945         (gnus-adjust-marked-articles): Faster handling of simple lists.
24946
24947 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24948
24949         * spam-stat.el (spam-stat-test-directory): New optional argument
24950         displays a list of files detected.  Suggested by Andrew Cohen
24951         <cohen@andy.bu.edu>.
24952         (spam-stat-buffer-words-with-scores): Don't narrow and change
24953         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24954
24955 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24956
24957         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24958         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24959         (spam-spamassassin-arguments)
24960         (spam-spamassassin-spam-flag-header)
24961         (spam-spamassassin-positive-spam-flag-header)
24962         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24963         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24964         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24965         (spam-list-of-processors, spam-list-of-checks)
24966         (spam-list-of-statistical-checks, spam-registration-functions)
24967         (spam-check-spamassassin-headers, spam-check-spamassassin)
24968         (spam-spamassassin-score)
24969         (spam-spamassassin-register-with-sa-learn)
24970         (spam-spamassassin-register-spam-routine)
24971         (spam-spamassassin-register-ham-routine)
24972         (spam-assassin-register-spam-routine)
24973         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24974         (spam-bogofilter-score): Fix to show article before scoring.
24975
24976 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24977
24978         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24979         default scoring function.
24980         (spam-generic-score): Call spam-spamassassin-score if
24981         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24982         spam-bogofilter-score otherwise.
24983
24984         * gnus.el (spam-process, spam-autodetect-methods):
24985         Add spamassassin and spamassassin-headers.
24986
24987 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24988
24989         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24990         Suppress unnecessary messages.
24991
24992 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24993
24994         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24995         make-hash-table.
24996
24997 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24998
24999         * canlock.el (base64-encode-string): Don't autoload it.
25000
25001 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25002
25003         * run-at-time.el: Remove useless (require 'itimer),
25004         eval-and-compile and (featurep 'xemacs).
25005
25006 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25007
25008         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25009         GROUP is a virtual group.
25010
25011 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25012
25013         * gnus.el: Autoload `message-y-or-n-p'.
25014
25015 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25016
25017         * pgg-parse.el: Remove unnecessary (require 'custom).
25018
25019         * pgg-def.el: do.
25020
25021         * nnmail.el: do.
25022
25023         * gnus-undo.el: do.
25024
25025         * gnus-picon.el: do.
25026
25027         * gnus-util.el: do.
25028
25029 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25030
25031         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25032
25033 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25034
25035         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25036         handle, as well as a list.
25037
25038         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25039         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25040         (mm-w3m-cid-retrieve): Simplify.
25041
25042 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25043
25044         * message.el (message-kill-to-signature): Allow prefix arg to
25045         specify number of lines to keep before signature.
25046
25047 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25048
25049         * message.el (message-kill-to-signature): Change docstring.
25050
25051 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25052
25053         * canlock.el: Always require sha1-el.
25054         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25055
25056         * message.el: Autoload sha1 only when compiling.
25057
25058         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25059         eudc-expand-inline for XEmacs.
25060
25061 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25062
25063         * message.el (message-canlock-generate): Require sha1-el.
25064
25065 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25066
25067         * message.el (message-expand-name): Silence the byte compiler.
25068
25069         * lpath.el: Add detect-coding-system.
25070
25071         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25072         cus-edit.
25073
25074 2004-01-13  Simon Josefsson  <jas@extundo.com>
25075
25076         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25077         Invoke gnus-score-mode.
25078         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25079
25080         * gnus-range.el (gnus-compress-sequence): Doc fix.
25081         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25082
25083 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25084
25085         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25086
25087 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25088
25089         * spam.el (spam-get-article-as-string): Update to use
25090         gnus-request-article-this-buffer, much simpler.
25091         (spam-get-article-as-buffer): Remove.
25092
25093 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25094
25095         * message.el (message-expand-name): Use EUDC if the user uses that.
25096
25097 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25098
25099         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25100         character for the encoding to avoid consing a string.
25101
25102         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25103         unnecessarily.
25104
25105         * mm-util.el (mm-replace-chars-in-string): Remove.
25106
25107         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25108         of mm-replace-chars-in-string.
25109
25110 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25111
25112         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25113
25114         * mm-util.el (mm-subst-char-in-string): Support inplace.
25115
25116         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25117         a new string in every iteration.  Use shy groups.
25118
25119 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25120
25121         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25122         * gnus-soup.el (gnus-soup-group-brew):
25123         * gnus-msg.el (gnus-put-message):
25124         * gnus-move.el (gnus-group-move-group-to-server):
25125         * gnus-kill.el (gnus-batch-score):
25126         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25127         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25128         (gnus-group-update-group, gnus-group-read-group)
25129         (gnus-group-make-group, gnus-group-make-help-group)
25130         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25131         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25132         (gnus-group-sort-by-unread, gnus-group-catchup)
25133         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25134         (gnus-group-yank-group, gnus-group-set-info)
25135         (gnus-group-list-groups):
25136         * gnus.el (gnus-generate-new-group-name):
25137         * gnus-delay.el (gnus-delay-send-queue):
25138         * nnvirtual.el (nnvirtual-catchup-group):
25139         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25140         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25141         (gnus-group-prepare-topics, gnus-topic-check-topology):
25142         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25143         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25144         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25145         (gnus-group-make-articles-read):
25146         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25147         (gnus-group-change-level, gnus-kill-newsgroup)
25148         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25149         (gnus-get-unread-articles, gnus-make-articles-unread)
25150         (gnus-make-ascending-articles-unread): Use accessor
25151         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25152         to get group information for improved readability.
25153
25154
25155 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25156
25157         * gnus-art.el (article-decode-mime-words, article-babel)
25158         (gnus-article-highlight-signature, gnus-article-add-buttons)
25159         (gnus-signature-toggle): Use gnus-with-article-buffer.
25160
25161         * gnus-art.el (gnus-article-highlight-headers)
25162         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25163
25164         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25165         (gnus-article-set-globals, gnus-request-article-this-buffer)
25166         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25167         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25168         (gnus-mime-display-alternative): Use with-current-buffer.
25169
25170 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25171
25172         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25173         also under 80 char limit, and call gnus-error if needed.
25174         (spam-fetch-article-header): Fix - it was a
25175         buffer-local variable (gnus-newsgroup-data).
25176         (spam-find-spam): Use spam-generate-fake-headers, forget about
25177         spam-insert-fake-headers.
25178         (spam-insert-fake-headers): Remove.
25179
25180 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25181
25182         * deuglify.el (gnus-article-outlook-unwrap-lines)
25183         (gnus-outlook-rearrange-article)
25184         (gnus-outlook-repair-attribution-outlook)
25185         (gnus-outlook-repair-attribution-block)
25186         (gnus-outlook-repair-attribution-other): Remove redundant
25187         save-excursion.
25188
25189 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25190
25191         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25192         (spam-fetch-field-subject-fast)
25193         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25194         (spam-fetch-article-header): Add functions to deal with Gnus
25195         internals for fast retrieval of article header data.
25196         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25197
25198 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25199
25200         * pop3.el (pop3-md5): Remove.
25201         (pop3-apop): Replace pop3-md5 with md5.
25202
25203         * mm-bodies.el: base64 is always built-in.
25204
25205         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25206         Use with-current-buffer.
25207
25208 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25209
25210         * canlock.el (canlock-insert-header): Remove excessive grouping in
25211         regexp.
25212
25213         * gnus-sum.el (gnus-summary-read-document): Ditto.
25214
25215         * gnus-uu.el (gnus-uu-part-number): Ditto.
25216
25217         * html2text.el (html2text-remove-tags): Ditto.
25218         (html2text-format-tags): Ditto.
25219         (html2text-format-single-elements): Ditto.
25220
25221         * mml.el (mml-parse-1): Ditto.
25222
25223 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25224
25225         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25226
25227         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25228
25229         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25230
25231         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25232
25233 2003-11-15  Simon Josefsson  <jas@extundo.com>
25234
25235         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25236         (pgg-gpg-lookup-key): Use regexp match instead of
25237         split-string (split-string is different between emacs 21.2 and
25238         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25239
25240 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25241
25242         * gnus-art.el (gnus-mime-view-all-parts)
25243         (gnus-article-part-wrapper, gnus-article-view-part):
25244         Use with-current-buffer.
25245
25246 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25247
25248         * spam.el (spam-disable-spam-split-during-ham-respool)
25249         (spam-spamoracle-database, spam-cache-lookups)
25250         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25251         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25252         (spam-group-ham-marks, spam-group-spam-marks)
25253         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25254         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25255         also add spam-use-blackholes to the statistical checks.
25256         (spam-fetch-field-fast): Add interface to fetching fields, may
25257         become a macro.
25258         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25259         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25260         (spam-insert-fake-headers): Fake an article when needed.
25261         (spam-find-spam): Fake article when possible.
25262         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25263         (spam-check-bogofilter-headers): Use message-fetch-field instead
25264         of nnmail-fetch-field.
25265
25266 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25267
25268         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25269
25270 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25271
25272         * spam.el (spam-split): Do not require spam-use-CHECK to be
25273         enabled if that check is passed to spam-split explicitly; also
25274         fix so 'spam doesn't get converted to spam-split-group when
25275         spam-split-symbolic-return is t.
25276         (spam-find-spam): Find registrations of the article and use those
25277         instead of re-running spam-split to find the spam/ham
25278         classification of the article.
25279         (spam-log-processing-to-registry, spam-log-registered-p)
25280         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25281         Use gnus-error instead of gnus-message.
25282         (spam-log-registration-type): Add function to determine the
25283         classification of a message based on registry entries; will
25284         return nil if both 'spam and 'ham are found.
25285         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25286         a reasonably fast local cache without the loading errors.
25287         (spam-cache-lookups): Set to t by default.
25288         (spam-find-spam): Don't try to guess spam-cache-lookups.
25289         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25290         spam-caches entry.
25291         (spam-filelist-build-cache, spam-filelist-check-cache):
25292         Fix caching of whitelist/blacklist entries.
25293         (spam-check-whitelist, spam-check-blacklist):
25294         Invoke spam-from-listed-p with a type, not a cache variable.
25295         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25296
25297 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25298
25299         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25300
25301         * nnmail.el (nnmail-split-fancy): do.
25302
25303         * mml.el (mml-parse): do.
25304
25305         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25306         (gnus-score-adaptive): do.
25307
25308 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25309
25310         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25311         (gnus-mime-button-map): Don't set keymap parent.
25312         (gnus-button-ctan-directory-regexp): Use shy grouping.
25313         (gnus-prev-page-map): Don't set keymap parent.
25314         (gnus-prev-page-map): Remove duplicated one.
25315         (gnus-next-page-map): Don't set keymap parent.
25316         (gnus-mime-security-button-map): Ditto.
25317
25318         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25319         version number.
25320
25321         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25322
25323 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25324
25325         * canlock.el (canlock-sha1-function): Remove.
25326         (canlock-sha1-function-for-verify): Remove.
25327         (canlock-openssl-program): Remove.
25328         (canlock-openssl-args): Remove.
25329         (canlock-ignore-errors): Remove.
25330         (canlock-sha1-with-openssl): Remove.
25331         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25332         (canlock-verify): Don't use canlock-ignore-errors.
25333
25334         * sha1-el.el (sha1-string-external): Make it can return a string
25335         in binary form.
25336         (sha1-region-external): Ditto.
25337         (sha1-string-internal): Ditto.
25338         (sha1-region-internal): Ditto.
25339         (sha1-region): Ditto.
25340         (sha1-string): Ditto.
25341         (sha1): Ditto.
25342
25343 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25344
25345         * spam.el (spam-report-articles-gmane): New command.
25346
25347 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25348
25349         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25350
25351         * run-at-time.el (run-at-time-saved): Remove.
25352         (run-at-time): Doc fix.
25353
25354 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25355
25356         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25357         (gnus-summary-limit-map): Add it.
25358         (gnus-summary-make-menu-bar): do.
25359
25360 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25361
25362         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25363         Make attempt at some caching support (done for BBDB only now).
25364         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25365         addresses to be checked.
25366         (spam-clear-cache-BBDB): Add function, to be invoked by
25367         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25368         (spam-check-BBDB): Check and use the caches, if
25369         spam-cache-lookups is on, remove superfluous (provide).
25370
25371 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25372
25373         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25374
25375 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25376
25377         * run-at-time.el (run-at-time-saved): Move to after the definition
25378         of `run-at-time'.
25379
25380         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25381
25382 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25383
25384         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25385         mm-w3m-local-map-property.
25386
25387         * mm-view.el (mm-w3m-mode-map): Remove.
25388         (mm-w3m-local-map-property): Remove.
25389         (mm-inline-text-html-render-with-w3m): Don't use
25390         mm-w3m-local-map-property.
25391
25392 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25393
25394         * run-at-time.el: New file.
25395
25396         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25397         under Emacs.
25398
25399         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25400         of gnus-set-text-properties.
25401
25402         * gnus-uu.el (gnus-uu-save-article): Ditto.
25403
25404         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25405
25406         * gnus-cite.el (gnus-cite-parse): Ditto.
25407
25408         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25409         of gnus-.
25410
25411         * gnus-xmas.el (run-at-time): Require run-at-time.
25412
25413         * gnus.el: Change calls to nnheader-run-at-time and
25414         password-run-at-time throughout to use run-at-time directly.
25415
25416         * password.el: Remove definition of run-at-time.
25417
25418         * nnheaderxm.el: Remove definition of run-at-time.
25419
25420 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25421
25422         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25423         in prompt.
25424
25425 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25426
25427         * messagexmas.el (message-xmas-redefine): Alias
25428         `message-make-caesar-translation-table' to
25429         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25430         version.
25431
25432         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25433         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25434         `gnus-xmas-set-text-properties'.
25435         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25436         `gnus-xmas-completing-read'.
25437         (gnus-xmas-completing-read): Removed.
25438         (gnus-xmas-open-network-stream): Removed.
25439
25440         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25441         XEmacs version.
25442
25443         * dns.el (dns-make-network-process): Use `open-network-stream'
25444         instead of `gnus-xmas-open-network-stream'.
25445
25446         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25447
25448         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25449
25450 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25451
25452         * gnus-art.el (gnus-mime-display-alternative)
25453         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25454         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25455         Don't use gnus-local-map-property.
25456
25457         * gnus-util.el (gnus-local-map-property): Remove.
25458
25459         * mm-view.el (mm-view-pkcs7-decrypt):
25460         Replace gnus-completing-read-maybe-default with completing-read.
25461
25462         * gnus-util.el (gnus-completing-read): do.
25463         (gnus-completing-read-maybe-default): Remove.
25464
25465 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25466
25467         * password.el: Only autoload `run-at-time' if not XEmacs.
25468         Only autoload the itimer functions if XEmacs.
25469
25470 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25471
25472         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25473         XEmacsen.
25474
25475         * dgnushack.el: Autoload executable-find for XEmacs.
25476
25477 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25478
25479         * gnus-art.el (gnus-read-string): Remove.
25480         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25481         read-string.
25482
25483 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25484
25485         * netrc.el: Autoload password-read.
25486         (netrc): Add configuration group.
25487         (netrc-encoding-method, netrc-openssl-path):
25488         Add variables for encoding and decoding of files with symmetric
25489         ciphers.
25490         (netrc-encode): Add assistant function to encode a file with
25491         netrc-encoding-method.
25492         (netrc-parse): Add interactive parameter, added optional
25493         decoding if netrc-encoding-method is non-nil but otherwise
25494         behavior is standard.
25495         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25496         Do s/encode/encrypt/ everywhere.
25497
25498         * spam.el: Remove executable-find autoload.
25499
25500 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25501
25502         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25503
25504         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25505
25506 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25507
25508         * gnus-art.el (gnus-treat-ansi-sequences)
25509         (article-treat-ansi-sequences): New variable and function.
25510         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25511
25512         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25513         Use it.
25514
25515 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25516
25517         * mm-util.el (mm-quote-arg): Remove.
25518
25519         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25520         shell-quote-argument.
25521
25522         * gnus-uu.el (gnus-uu-command): do.
25523
25524         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25525
25526         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25527         with make-char.
25528
25529         * mm-util.el (mm-make-char): Remove.
25530
25531         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25532         add-minor-mode.
25533
25534         * gnus-undo.el (gnus-undo-mode): do.
25535
25536         * gnus-topic.el (gnus-topic-mode): do.
25537
25538         * gnus-sum.el (gnus-dead-summary-mode): do.
25539
25540         * gnus-start.el (gnus-slave-mode): do.
25541
25542         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25543
25544         * gnus-ml.el (gnus-mailing-list-mode): do.
25545
25546         * gnus-gl.el (gnus-grouplens-mode): do.
25547
25548         * gnus-draft.el (gnus-draft-mode): do.
25549
25550         * gnus-dired.el (gnus-dired-mode): do.
25551
25552         * gnus-ems.el (gnus-add-minor-mode): Remove.
25553
25554         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25555         Replace gnus-char-width with char-width.
25556
25557         * gnus-ems.el (gnus-char-width): Remove.
25558
25559         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25560         Replace gnus-char-width with char-width.
25561
25562         * gnus-ems.el (gnus-char-width): Remove.
25563
25564         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25565         definition.
25566         Remove Emacs 20 hash table compatibility code.
25567
25568         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25569         20 compatibility code.
25570
25571         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25572
25573         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25574
25575         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25576         Replace with point-at-{eol,bol}.
25577
25578         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25579
25580         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25581
25582         * flow-fill.el (fill-flowed-point-at-bol)
25583         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25584
25585         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25586         Replace with point-at-{eol,bol} throughout all files.
25587
25588 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25589
25590         * ntlm.el (ntlm-string-as-unibyte): New macro.
25591         (ntlm-build-auth-response): Use it.
25592
25593         Remove Emacs 20 stuff:
25594         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25595         (butlast, mapc, remove): Remove the compiler macros.
25596         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25597         of delq and copy-sequence.
25598         * gnus-art.el (popup-menu): Remove the compiler macro.
25599         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25600         Emacs 20.
25601
25602 2004-01-05  Simon Josefsson  <jas@extundo.com>
25603
25604         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25605         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25606         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25607         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25608         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25609         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25610         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25611         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25612         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25613         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25614         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25615         string-xor into ntlm-string-xor.
25616         Suggested by Jesper Harder <harder@myrealbox.com>.
25617
25618         * ntlm.el: Don't include poem.
25619
25620         * md4.el (print-int32, print-string-hexa): Remove.
25621         Suggested by Jesper Harder <harder@myrealbox.com>.
25622
25623         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25624
25625         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25626         probably breaks emacs with DL patch, but do we care? Is anyone
25627         still using the DL stuff?)
25628
25629         * sieve-manage.el: Use the password package.
25630         (sieve-manage-read-passwd): Remove.
25631         (sieve-manage-interactive-login): Use password.  Re-add
25632         condition-case around loop.
25633
25634         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25635         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25636         Use the password package.
25637
25638 2003-02-19  Simon Josefsson  <jas@extundo.com>
25639
25640         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25641         token.
25642
25643 2002-08-07  Simon Josefsson  <jas@extundo.com>
25644
25645         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25646         (sieve-manage-authenticators):
25647         (sieve-manage-authenticator-alist): Add some SASL mechs.
25648         (sieve-sasl-auth): New function.
25649         (sieve-manage-cram-md5-auth):
25650         (sieve-manage-plain-auth): Rewrite using SASL library.
25651         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25652         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25653         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25654         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25655
25656 2004-01-05  Simon Josefsson  <jas@extundo.com>
25657
25658         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25659         New files.
25660
25661 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25662
25663         * gnus-group.el (gnus-no-groups-message): Update.
25664
25665         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25666
25667 2003-11-09  Simon Josefsson  <jas@extundo.com>
25668
25669         * imap.el: Support for ID IMAP extension (RFC 2971).
25670         (imap-local-variables): Add imap-id.
25671         (imap-id): New variable.
25672         (imap-id): New function.
25673         (imap-parse-response): Parse untagged ID response.
25674         * nnimap.el (nnimap-id): New variable.
25675         (nnimap-open-connection): Use it.
25676
25677 2003-12-28  Simon Josefsson  <jas@extundo.com>
25678
25679         * gnus-score.el (gnus-score-edit-all-score): New.
25680         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25681
25682 2004-01-04  Simon Josefsson  <jas@extundo.com>
25683
25684         * password.el: Add.
25685
25686 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25687
25688         * dns.el (dns-query-types): Fix typo.
25689         (dns-query-types): New function.
25690         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25691         PTR and SOA replies, see RFC 1035.
25692
25693 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25694
25695         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25696
25697         * Move to Changelog.2.
25698
25699 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25700
25701         * gnus.el (gnus-version-number): Bump version.
25702
25703 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25704
25705         * gnus.el: No Gnus v0.1 is released.
25706
25707 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25708
25709         * gnus.el: No Gnus v0.0 is released.
25710
25711 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25712
25713         * gnus.el (gnus-version-number): Bump.
25714         (gnus-version): No.
25715
25716 See ChangeLog.2 for earlier changes.
25717
25718   Copyright (C) 2004-2013 Free Software Foundation, Inc.
25719
25720   This file is part of GNU Emacs.
25721
25722   GNU Emacs is free software: you can redistribute it and/or modify
25723   it under the terms of the GNU General Public License as published by
25724   the Free Software Foundation, either version 3 of the License, or
25725   (at your option) any later version.
25726
25727   GNU Emacs is distributed in the hope that it will be useful,
25728   but WITHOUT ANY WARRANTY; without even the implied warranty of
25729   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25730   GNU General Public License for more details.
25731
25732   You should have received a copy of the GNU General Public License
25733   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25734
25735 ;; Local Variables:
25736 ;; coding: utf-8
25737 ;; fill-column: 79
25738 ;; add-log-time-zone-rule: t
25739 ;; End: