Merge branch 'master' of https://git.gnus.org/gnus
[gnus] / lisp / ChangeLog
1 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
4         non-string posting styles (bug#13285).
5
6 2012-12-27  Glenn Morris  <rgm@gnu.org>
7
8         * plstore.el (plstore-passphrase-callback-function):
9         Use plstore-get-file.
10
11 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
12
13         * mml2015.el (mml2015-epg-key-image): separate attribute stream from
14         stderr.
15
16 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
19
20         * gnus-compat.el (set-buffer-multibyte): Remove.
21
22 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
23
24         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
25         temporary file to get PGP key image. Pass no-show-photos when extracting
26         image to avoid having it pop up twice.
27
28 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
29
30         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
31         eligible for treatment.
32
33         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
34         lines.  This makes summary commands with hidden threads work more
35         reliably.
36
37         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
38         button to mark the hidden citations (bug#9395).
39
40 2012-12-26  Daiki Ueno  <ueno@gnu.org>
41
42         * mml2015.el (mml2015-epg-signature-to-string): New function.
43         (mml2015-epg-verify-result-to-string): New function.
44         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
45         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
46         instead of epg-verify-result-to-string.
47         (epg-signature-key-id, epg-signature-to-string): Autoload.
48         (epg-verify-result-to-string): Remove autoload.
49
50 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
51
52         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
53         ID image from GPG public key.
54         (mml2015-epg-key-image-to-string): New function.
55
56 2012-12-25  Leo Liu  <sdl.web@gmail.com>
57
58         * plstore.el (plstore-passphrase-callback-function): Fix error when
59         error when plstore-cache-passphrase-for-symmetric-encryption is set
60         (bug#13264).
61
62 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
65         buffer to the article buffer here, because that clobbers multiple
66         article buffers.
67
68         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
69         buffer always points to the right summary buffer.
70
71 2012-12-25  John Wiegley  <jwiegley@gmail.com>
72
73         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
74         the password (bug#12097).
75
76 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
77
78         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
79         (bug#13263).
80
81         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
82         buffer exists before using it (bug#12475).
83
84         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
85         offline groups (bug#11937).
86
87         * message.el (message-yank-original): When using customize to set the
88         value of `message-cite-style', the variable it set to a symbol that's
89         the name of the variable, which must then be dereferenced (bug#12616).
90
91 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
92
93         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
94         the `face' property with a list whose car is the face specified in the
95         format string and whose cdr is (nil).
96         * lisp/gnus-util.el
97         (gnus-put-text-property-excluding-characters-with-faces): Change
98         accordingly.
99         (gnus-get-text-property-excluding-characters-with-faces): New function.
100         * lisp/gnus-sum.el (gnus-summary-highlight-line):
101         * lisp/gnus-salt.el (gnus-tree-highlight-node):
102         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
103
104 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
105
106         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
107         login methods.
108         (nnimap-login): Respect the `nnimap-authenticator' variable.
109
110         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
111         mark state when moving articles.  Otherwise unticked articles will get
112         their ticks back after moving.
113
114 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
117
118         * message.el (message-ignored-news-headers): Always remove
119         X-Message-SMTP-Method to avoid information leakage if the user
120         mistakenly inserts the header into news messages.
121
122         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
123
124         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
125         right than four characters, this command would move point to
126         `point-max'.  Don't do that.
127
128         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
129         to nil to allow re-selecting groups that gain articles.
130         (gnus-bug-group-download-format-alist): Update the URL.
131
132 2012-12-23  Andreas Schwab  <schwab@suse.de>
133
134         * shr.el (shr-tag-em): Render em as italic, not bold.
135
136 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
137
138         * gnus-int.el (gnus-backend-trace): Factor out into its own function
139         for reuse.
140         (gnus-open-server): Use it to add more tracing.
141         (gnus-finish-retrieve-group-infos): Add backend tracing.
142         (gnus-backend-trace): Also note the elapsed seconds.
143
144 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
145
146         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save): Set
147         epa-file-encrypt-to from variable to avoid querying.
148
149 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
150
151         * sieve-mode.el (sieve-font-lock-keywords):
152         Keywords should be word delimited.  (Bug#13173)
153
154 2012-12-13  Andreas Schwab  <schwab@suse.de>
155
156         * tls.el (tls-program): Update customize type.
157
158 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
161         instead of <pre> to align message header.
162
163 2012-12-12  Sam Steingold  <sds@gnu.org>
164
165         * gnus.el (gnus-other-frame-resume-function): Add user option.
166         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
167
168 2012-12-06  Sam Steingold  <sds@gnu.org>
169
170         * gnus-start.el (gnus-before-resume-hook): Add.
171         (gnus-1): Run it when Gnus is alive.
172
173 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
176         * gnus-art.el (article-unsplit-urls)
177         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
178         * gnus-registry.el (gnus-registry-get-article-marks)
179         * message.el (message-goto-body): Use it.
180         (message-called-interactively-p): Remove.
181
182         * spam-stat.el (spam-stat-called-interactively-p): New macro.
183         (spam-stat-score-buffer): Use it.
184
185         * spam.el: Silence the warnings against BBDB functions when compiling.
186
187         * gnus-score.el (gnus-score-decode-text-parts):
188         Use append+mapcar instead of the cl function mapcan.
189
190 2012-12-05  Sam Steingold  <sds@gnu.org>
191
192         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
193         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
194         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
195
196 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * gmm-utils.el (gmm-called-interactively-p): Revert.
199         This seems to cause Emacs to get stuck!
200         * gnus-art.el (article-unsplit-urls)
201         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
202         * gnus-registry.el (gnus-registry-get-article-marks)
203         * message.el (message-goto-body)
204         (message-called-interactively-p): Revert.
205
206         * gmm-utils.el (gmm-called-interactively-p): New function.
207         * gnus-art.el (article-unsplit-urls)
208         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
209         * gnus-registry.el (gnus-registry-get-article-marks)
210         * message.el (message-goto-body): Use it.
211         (message-called-interactively-p): Remove.
212
213         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
214         * gnus-sync.el (gnus-sync-lesync-call)
215         * message.el (message-read-from-minibuffer): Use it.
216
217 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * gmm-utils.el (gmm-flet): Remove.
220         * gnus-sync.el (gnus-sync-lesync-call)
221         * message.el (message-read-from-minibuffer): Don't use it.
222
223 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * gmm-utils.el (gmm-labels): Use cl-labels if available.
226
227 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
230
231         * gnus-sync.el (gnus-sync-lesync-call)
232         * message.el (message-read-from-minibuffer): Use gmm-flet.
233
234         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
235
236         * gnus-util.el (gnus-macroexpand-all): Remove.
237
238 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
239
240         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
241         to TAB, not [tab].
242         (gnus-summary-article-map): Likewise.
243
244         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
245         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
246
247 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
248
249         * time-date.el: Commentary fix.
250
251 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
252
253         * color.el: Don't require cl.
254         (color-complement): `caddr' -> `nth 2'.
255
256         * time-date.el (time-to-seconds): De-obsolete.
257
258 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * message.el (message-get-reply-headers):
261         Make sure the reply goes to the author if it is a wide reply.
262
263 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
264
265         * gnus-score.el (gnus-score-body):
266         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
267         scoring by body.
268
269 2012-11-16  Glenn Morris  <rgm@gnu.org>
270
271         * gnus-diary.el (nndiary-request-create-group-functions)
272         (nndiary-request-update-info-functions)
273         (gnus-subscribe-newsgroup-functions)
274         (nndiary-request-accept-article-functions):
275         Use new names for hooks rather than obsolete aliases.
276
277 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * dgnushack.el (define-obsolete-variable-alias): Simplify.
280
281 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
284         in meta tag with the one the part specifies in its header.
285
286 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
287
288         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
289         by default.
290
291 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
294         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
295
296 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
299         and a runtime function for it, of which the XEmacs version takes only
300         two arguments.
301
302 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
303
304         * nndiary.el (nndiary-request-create-group-functions)
305         (nndiary-request-update-info-functions)
306         (nndiary-request-accept-article-functions):
307         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
308         "-hooks" suffix.
309
310 2012-10-19  Julien Danjou  <julien@danjou.info>
311
312         * gnus-art.el: Require gnus-util because it uses
313         `gnus-timer--function'.
314
315 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
316
317         * starttls.el (starttls-extra-arguments): Doc fix.
318
319 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
322         it.
323
324 2012-10-06  Glenn Morris  <rgm@gnu.org>
325
326         * gnus-notifications.el (gnus-notifications):
327         Add missing group :version tag.
328         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
329         (gnus-gcc-post-body-encode-hook):
330         * gnus-sync.el (gnus-sync-lesync-name)
331         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
332
333 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
334
335         * color.el (color-hsl-to-rgb): Fix incorrect results for
336         small and large hue values.  (Bug#12559)
337
338 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         New UIDL implementation.
341
342         * mail-source.el (mail-sources, mail-source-keyword-map):
343         Add :leave as a pop3 keyword.
344         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
345
346         * pop3.el (pop3-leave-mail-on-server): Allow number.
347         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
348         (pop3-movemail): Add UIDL support.
349         (pop3-send-streaming-command): Take a list of mail numbers instead of
350         the number of mails.
351         (pop3-write-to-file): Add X-UIDL header.
352         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
353         (pop3-uidl-add-xheader): New functions.
354
355         * message.el (message-ignored-resent-headers):
356         Add X-Content-Length and X-UIDL headers.
357
358 2012-10-05  Glenn Morris  <rgm@gnu.org>
359
360         * color.el (color-name-to-rgb, color-rgb-to-hex)
361         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
362         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
363         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
364         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
365
366 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
369         a user about whether to delete temp files if once a user answered as n.
370
371 2012-09-25  Chong Yidong  <cyd@gnu.org>
372
373         * password-cache.el (password-read-and-add): Use a declare form to mark
374         this function obsolete.
375
376 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * lpath.el: Bind mail-encode-mml for old Emacsen.
379
380 2012-09-17  Richard Stallman  <rms@gnu.org>
381
382         * message.el (message-in-body-p): Don't set mark or modify buffer.
383
384         * mml.el (mml-attach-file): Doc fix.
385         (mml-attach-external, mml-attach-buffer, mml-attach-file):
386         Set mail-encode-mml when in Mail mode.
387         Simplify code to set HEAD and move back to HEAD.
388         (mml-insert-multipart, mml-insert-part):
389         Set mail-encode-mml when in Mail mode.
390
391 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * gnus-util.el (gnus-timer--function): New function.
394
395         * gnus-art.el (gnus-article-stop-animations): Use it.
396
397 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
398
399         Fix glitches caused by addition of psec to timers.
400         * gnus-art.el (gnus-article-stop-animations): Use timer--function
401         rather than raw access to timer vector.
402
403 2012-09-11  Julien Danjou  <julien@danjou.info>
404
405         * gnus-notifications.el (gnus-notifications): Check for nil values in
406         ignored addresses check.
407
408 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
409
410         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
411
412 2012-09-07  Chong Yidong  <cyd@gnu.org>
413
414         * gnus-util.el
415         (gnus-put-text-property-excluding-characters-with-faces): Restore.
416
417         * gnus-salt.el (gnus-tree-highlight-node):
418         * gnus-sum.el (gnus-summary-highlight-line):
419         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
420
421 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
422
423         * gnus-util.el: Fix compilation error on XEmacs 21.4.
424
425 2012-09-06  Juri Linkov  <juri@jurta.org>
426
427         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
428         scheme for buffer names to be more consistent with other group and
429         article buffer names in Gnus.
430
431 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-util.el
434         (gnus-put-text-property-excluding-characters-with-faces): Removed.
435
436         * gnus-compat.el: Define compat function `add-face' from Wolfgang
437         Jenkner.
438
439         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
440
441         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
442
443         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
444
445 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
448         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
449
450         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
451         string-prefix-p in Emacs >=23.2.
452
453         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
454         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
455         instead of string-match-p.
456         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
457
458 2012-09-06  Kenichi Handa  <handa@gnu.org>
459
460         * qp.el (quoted-printable-decode-region): Fix previous change; handle
461         lowercase a..f.
462
463 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
464
465         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
466
467 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
468
469         * nnimap.el (nnimap-request-move-article): Decode the group name when
470         doing internal moves to avoid charset issues.
471
472         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
473         TIME is set.
474
475 2012-09-05  Juri Linkov  <juri@jurta.org>
476
477         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
478         than one group at a time (bug#11961).
479
480 2012-09-05  Julien Danjou  <julien@danjou.info>
481
482         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
483         this hide the real reason with a message giving absolutely no hint.
484
485 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
486
487         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
488         to the backend (bug#11804).
489
490         * message.el (message-insert-newsgroups): Don't insert newsgroup
491         duplicates (bug#12275).
492
493 2012-09-05  John Wiegley  <johnw@newartisans.com>
494
495         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
496         sieve rules.
497
498 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
499
500         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
501         function.
502
503         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
504
505         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
506
507 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
508
509         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
510         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
511         This should make nnmaildir more usable with offlineimap.
512
513 2012-09-05  Julien Danjou  <julien@danjou.info>
514
515         * nnimap.el (nnimap-request-list): Revert change that made listing
516         synchronous.
517         (nnimap-get-responses): Restore.
518
519 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
520
521         * dgnushack.el: XEmacs 21.5 compilation fix.
522
523         * gnus-notifications.el (gnus-notifications-notify): Use it.
524
525         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
526         warnings on XEmacs.
527
528 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
529
530         Better seeds for (random).
531         * gnus-sync.el (gnus-sync-lesync-setup):
532         * message.el (message-canlock-generate, message-unique-id):
533         Change (random t) to (random), now that the latter is more random.
534
535 2012-08-31  Dave Abrahams  <dave@boostpro.com>
536
537         * nnimap.el (nnimap-change-group): Document result value
538
539         * auth-source.el (auth-sources): Fix macos keychain access.
540
541         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
542         allow the backend `request-head' function to determine the group
543         name on its own.
544         (gnus-request-expire-articles): Filter out negative article numbers
545         during expiry (Bug#11980).
546
547         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
548         O(N^2) to O(N).  This makes warping into huge groups tolerable.
549
550         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
551         you've found the article when you haven't.
552
553         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
554         that nnimap-change-group can return t.
555
556 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
557
558         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
559
560 2012-08-30  Julien Danjou  <julien@danjou.info>
561
562         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
563         `gnus-notifications-timeout'.
564         (gnus-notifications-timeout): Add.
565         (gnus-notifications-action): New function.
566         (gnus-notifications-notify): Add :action using
567         `gnus-notifications-action'.
568         (gnus-notifications-id-to-msg): New variable.
569         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
570         notifications id to messages.
571
572 2012-08-30  Kenichi Handa  <handa@gnu.org>
573
574         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
575         once.
576
577 2012-08-29  Julien Danjou  <julien@danjou.info>
578
579         * gnus-notifications.el: New file.
580         (gnus-notifications-notify): New function.
581         (gnus-notifications): Use `gnus-notifications-notify'.
582
583 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
586         transfer encoding first; bind gnus-newsgroup-charset to the charset
587         that the article specifies (Bug#12209).
588
589 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
592         (gnus-group-customize-done): Encode values posting-style holds.
593
594         * gnus-msg.el (gnus-summary-resend-message)
595         (gnus-configure-posting-styles): Decode values posting-style group
596         parameter holds.
597
598 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
601         `name' and `address' in Resent-From header.
602
603 2012-08-14  Chong Yidong  <cyd@gnu.org>
604
605         * gnus-art.el (article-display-face): Handle failure in
606         gnus-create-image (Bug#11802).
607
608 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
609
610         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
611         Use defsetf.
612
613 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
614
615         * auth-source.el: (auth-source-plstore-search)
616         (auth-source-secrets-search): Ignore :require and :type in search spec.
617
618 2012-08-06  Julien Danjou  <julien@danjou.info>
619
620         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
621         `nnimap-request-move-article'.
622
623         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
624         Remove autoload, already handled by gnus.el.
625
626         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
627
628         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
629         supported by nnimap actually. Reverts previous change.
630
631         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
632         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
633         to-buffer argument that is already supported.
634
635 2012-08-05  Julien Danjou  <julien@danjou.info>
636
637         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
638         Add autoload.
639
640 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * gnus.el (gnus-valid-select-methods): Fix custom type.
643
644 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
645
646         * auth-source.el (auth-sources, auth-source-backend-parse)
647         (auth-source-macos-keychain-search)
648         (auth-source-macos-keychain-search-items)
649         (auth-source-macos-keychain-result-append)
650         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
651         auth-source.el through the /usr/bin/security utility.
652         (auth-sources): Fix syntax error.
653         (auth-source-macos-keychain-result-append): Fix variable name.
654         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
655
656 2012-07-27  Julien Danjou  <julien@danjou.info>
657
658         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
659         Emacs < 24.1
660
661 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * message.el (message-kill-address): Don't kill last newline.
664         (message-skip-to-next-address): Don't move to the next header.
665         (message-fill-field-address): Work properly.
666
667 2012-07-25  Julien Danjou  <julien@danjou.info>
668
669         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
670
671 2012-07-24  Julien Danjou  <julien@danjou.info>
672
673         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
674
675         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
676         (nntp-async-timer-handler): Remove, unused.
677
678         * nnimap.el (nnimap-get-responses): Remove, unused.
679
680         * nnheader.el (mail-header-set-extra): Remove, unused.
681
682         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
683         unused.
684
685         * mm-view.el (mm-view-sound-file): Remove, unused.
686
687         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
688         (mm-url-encode-multipart-form-data): Remove, unused.
689
690         * message.el (message-remove-signature, message-make-host-name)
691         (message-fill-address): Remove, unused.
692
693         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
694         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
695         unused.
696
697         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
698         (gnus-xmas-call-region): Remove, unused.
699
700         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
701
702         * gnus-util.el (gnus-extract-address-component-name)
703         (gnus-extract-address-component-email, gnus-sortable-date)
704         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
705         (gnus-process-live-p): Remove, unused.
706
707         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
708
709         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
710         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
711         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
712         function.
713
714         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
715
716         * gnus-score.el (gnus-summary-score-crossposting)
717         (gnus-score-regexp-bad-p): Remove, unused.
718
719         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
720
721         * gnus-range.el (gnus-sublist-p): Remove, unused.
722
723         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
724         unused.
725
726         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
727
728         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
729         (gnus-request-associate-buffer): Remove, unused.
730
731         * gnus-group.el (gnus-group-set-method-info)
732         (gnus-group-set-params-info): Remove, unused.
733
734         * gnus-fun.el (gnus-shell-command-to-string)
735         (gnus-shell-command-on-region): Remove, unused.
736
737         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
738
739         * gnus-art.el (gnus-article-text-type-exists-p)
740         (article-translate-characters, gnus-article-hide-text-of-type)
741         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
742         Remove, unused.
743
744 2012-07-22  Andrew Cohen  <cohen@bu.edu>
745
746         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
747
748 2012-07-21  Julien Danjou  <julien@danjou.info>
749
750         * message.el (message-dont-reply-to-names): Replace deprecated
751         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
752         (message-get-reply-headers): Ditto.
753
754 2012-07-18  Julien Danjou  <julien@danjou.info>
755
756         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
757         `sieve-upload-and-kill'.
758
759         * sieve.el (sieve-bury-buffer): Remove function.
760         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
761         (sieve-upload-and-kill): New function, mapped to C-c C-c.
762
763 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
764
765         * shr.el (shr-expand-url): Handle URL starting with `//'.
766
767 2012-07-13  Chong Yidong  <cyd@gnu.org>
768
769         * smime.el (smime-certificate-info): Set buffer-read-only directly,
770         instead of calling toggle-read-only with a (bogus) argument.
771
772 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
773
774         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
775         of initial input when reading the author to restrict the summary to.
776
777 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * mm-decode.el (mm-shr):
780         Allow overriding charset by mm-charset-override-alist.
781
782 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * gnus-art.el (gnus-article-view-part):
785         Toggle subparts of multipart/alternative part.
786
787 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
788
789         * shr.el (shr-render-buffer): New command.
790         (shr-visit-file): Use it.
791
792 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
795         Set no-byte-compile and no-update-autoloads.
796
797 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
800
801 2012-06-25  Julien Danjou  <julien@danjou.info>
802
803         * nnimap.el (nnimap-request-articles-find-limit): Rename from
804         `nnimap-request-move-articles-find-limit' since we do not use it only
805         for move operations.
806         (nnimap-request-accept-article): Use
807         `nnimap-request-articles-find-limit' to limit search by message-id.
808
809 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
810
811         Support higher-resolution time stamps (Bug#9000).
812
813         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
814         VARLIST.  It's optional, for backward compatibility.
815         (encode-time-value): New optional arg PICO.  New type 3.
816         (time-to-seconds) [!float-time]: Support the new picoseconds
817         component if it's used.
818         (seconds-to-time, time-subtract, time-add):
819         Support ps-resolution time stamps as well.
820
821 2012-06-19  Julien Danjou  <julien@danjou.info>
822
823         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
824
825         * nnimap.el (nnimap-log-buffer): Check that
826         `window-point-insertion-type' is boundp, since it's not available in
827         XEmacs.
828
829 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
830
831         * nnimap.el (nnimap-log-buffer): Add this, setting
832         `window-point-insertion-type' in the buffer to t.
833         (nnimap-log-command): Use nnimap-log-buffer.
834
835 2012-06-19  Julien Danjou  <julien@danjou.info>
836
837         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
838         argument to be able to limit the search.
839         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
840         (nnimap-request-move-articles-find-limit): Add this to limit the search
841         by Message-Id after a message move.
842         (nnimap): Add defgroup.
843
844 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
845
846         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
847
848 2012-06-15  Julien Danjou  <julien@danjou.info>
849
850         * nnimap.el (nnimap-find-article-by-message-id): Use
851         `nnimap-possibly-change-group' rather than its own EXAMINE call.
852         (nnimap-possibly-change-group): Add read-only argument.
853         (nnimap-request-list): Use nnimap-possibly-change-group rather than
854         issuing EXAMINE manually.
855         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
856         with read-only argument.
857         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
858         cannot possibly change because we need to be sure that it's either
859         read-write or read-only.
860
861 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
864         being bound to a lambda form.
865
866 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
867
868         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
869         articles when fetch-old is non-nil (bug#11370).
870
871 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
872
873         * gnus-picon.el (gnus-picon-properties): New defcustom.
874         (gnus-picon-create-glyph): Use it.
875
876 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * gnus-group.el (gnus-group-get-new-news): Respect
879         `gnus-group-use-permanent-levels', as documented (bug#11638).
880
881 2012-06-10  Dave Abrahams  <dave@boostpro.com>
882
883         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
884         groups (bug#11641).
885
886 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
887
888         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
889         is an integer to avoid later problems.
890
891 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
894         locales.
895
896         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
897         on a handle.
898
899         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
900         address as the default.
901         (gnus-summary-insert-old-articles): Don't include unexistent messages.
902
903         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
904         makes no sense to query the user about internal files.
905
906         * gnus-spec.el: Remove all the byte-compilation stuff, since
907         benchmarking shows that it doesn't help when entering large summary
908         buffers.
909
910         * gnus-xmas.el (gnus-xmas-define): Remove.
911
912         * gnus-util.el (gnus-byte-code): Remove.
913
914         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
915         grouplens stuff.
916
917 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
920         (bug#11514).
921
922 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
923
924         * message.el (message-buffers): Return all buffers derived from Message
925         to make `gnus-dired-attach' work with mu4e.
926
927 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
928
929         * nntp.el: Stop the `letf' madness.
930         (nntp--report-1): New var.
931         (nntp-report): Merge nntp-report-1 into it.
932         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
933         the nntp-report function.
934
935         * auth-source.el: Fix comment-style to follow the convention.
936
937 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
938
939         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
940         (mm-dissect-singlepart): Don't guess the MIME type of
941         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
942         set.
943         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
944         toplevel MIME type is multipart/encrypted.
945
946 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
949         a string so that Gcc works (bug#11514).
950
951 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
952
953         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
954         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
955
956 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
957
958         * gnus-win.el (gnus-configure-frame): Don't signal an error when
959         jumping to *Server* from a dedicated *Group* window.
960         (gnus-configure-frame): CSE.
961
962         * gnus-registry.el: Minor style cleanup.
963         (gnus-registry--set/remove-mark): New function, extracted from
964         gnus-registry-install-shortcuts.
965         (gnus-registry-install-shortcuts): Use it.
966
967 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * nnspool.el (news-path): Use eval-and-compile.
970
971 2012-05-24  Glenn Morris  <rgm@gnu.org>
972
973         * nnspool.el (news-directory, news-path, news-inews-program):
974         Move here from paths.el.  Don't see a need for these to be autoloaded.
975
976         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
977         Merge in doc from paths.el version.  Don't see any need for this to be
978         autoloaded, or for the warning about users not setting it.
979
980 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
981
982         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
983         format.  In particular, add an optional argument and a docstring.
984
985         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
986
987         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
988         current before calling `gnus-groups-to-gnus-format'.
989         Note that this was already the case for `gnus-active-to-gnus-format'.
990
991 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
992
993         Fix minor Y10k bug.
994         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
995
996 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
997
998         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
999         message once it's actually open.
1000
1001 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1002
1003         * gnus.el: Ma Gnus v0.5 is released.
1004
1005 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1006
1007         * auth-source.el (auth-source--aput-1, auth-source--aput)
1008         (auth-source--aget): New functions and macros.
1009         Use them instead of aput/aget.
1010
1011 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1012
1013         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1014
1015 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1016
1017         * plstore.el (plstore-called-interactively-p): New compat macro copied
1018         from message.el.
1019         (plstore-mode): Use it.
1020
1021 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1022
1023         * plstore.el: Revive the editing feature.
1024         (plstore-mode): New mode to edit plstore file.
1025         (plstore-mode-toggle-display, plstore-mode-original)
1026         (plstore-mode-decoded): New command.
1027         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1028         (plstore--insert-buffer, plstore--make): New function.
1029         (plstore-open, plstore-save): Simplify by using them.
1030
1031 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1034
1035 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1036
1037         * tls.el (open-tls-stream): Remove unused binding.
1038
1039 2012-04-16  Glenn Morris  <rgm@gnu.org>
1040
1041         * nndraft.el (nndraft-request-list): Fix declaration.
1042
1043 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * mm-decode.el (mm-dissect-buffer): Doc fix.
1046
1047         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1048         don't have a current group.
1049
1050         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1051         buffer if it doesn't exist.
1052
1053         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1054         given, mark the group as ephemeral with the current window conf.
1055
1056         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1057         buffer exists, which it doesn't if we haven't started Gnus.
1058         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1059
1060 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1063         type is.
1064
1065         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1066         `unexists' entries.
1067         (gnus-clean-old-newsrc): Fix last checkin.
1068
1069         * nnimap.el (nnimap-update-info): None of the articles below the active
1070         low-water mark exist.
1071
1072         * dgnushack.el: Get rid of XEmacs compilation warning.
1073
1074         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1075         would have gotten if we posted to the group, and use that to compare
1076         against the message we want to cancel (bug#10808).
1077
1078         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1079         on XEmacs.
1080
1081 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1082
1083         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1084         `scroll-margin'.
1085
1086 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1087
1088         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1089         citation prefix within a block of cited text should be considered part
1090         of that block *only* if it is a blank line.
1091
1092 2012-04-09  Chong Yidong  <cyd@gnu.org>
1093
1094         * binhex.el, hashcash.el, uudecode.el:
1095         Remove * characters from the front of variable docstrings.
1096
1097 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1100         before kinsoku-bol characters nor within kinsoku-eol characters.
1101
1102 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1105         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1106         (gnus-sync-read): Use mapc instead of mapcar.
1107
1108         * mm-archive.el: Require mm-decode for some macros.
1109         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1110         the byte compiler.
1111         (mm-archive-decoders): New function that returns the value of
1112         the mm-archive-decoders variable.
1113
1114         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1115         instead.
1116         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1117
1118         * nnimap.el (gnus-refer-thread-use-nnir):
1119         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1120
1121 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1124
1125 2012-03-12  Peter Münster  <pmrb@free.fr>
1126
1127         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1128         (gnus-demon-cancel): Ditto.
1129         (gnus-demon-run-callback): When function cannot be called due to low
1130         idleness, call it when idleness reaches the expected value, instead of
1131         waiting another timer period.
1132         (gnus-demon-init): Add `time' to arguments of call-back.
1133
1134 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1137
1138         * gnus.el: Register gnus-registry functions.
1139
1140         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1141         indent.
1142
1143         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1144         enabled before warping.
1145
1146 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1147
1148         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1149         registry about each article retrieved.
1150
1151         * gnus-int.el (gnus-select-group-with-message-id): New function.
1152         (gnus-try-warping-via-registry): Ditto.
1153         (gnus-warp-to-article): Fall back on the registry.
1154
1155 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1156
1157         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1158         inboxes.
1159
1160 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1163
1164 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1167         gnus-gcc-self-resent-messages may be a group parameter.
1168         (gnus-summary-resend-message): Don't encode encoded words in header
1169         when Gcc'ing resent message.
1170
1171 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * shr.el (shr-insert): Treat non-breaking space just like normal
1174         space.  This seems to produce more pleasing results.
1175         (shr-insert): Only insert a blank line if we're starting from an image.
1176         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1177         (shr-ensure-paragraph): Consider lines with white space to be blank.
1178
1179 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1180
1181         * Makefile.in: Respect DESTDIR.
1182
1183 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1184
1185         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1186         and gnus-gcc-post-body-encode-hook.
1187
1188 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1191         messages that don't exist.
1192
1193         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1194
1195 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1198         a string so that Gcc works (bug#11514).
1199
1200 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
1201
1202         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1203
1204 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1207         don't have a current group.
1208
1209 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1212         Remove.
1213
1214         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1215
1216         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1217
1218 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1221         have a group name.
1222
1223         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1224         a multibyte buffer (bug#7410).
1225         (article-wash-html): Parse the original article buffer to get the
1226         unencoded data (bug#7410).
1227
1228         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1229         .newsrc.el files.
1230
1231 2012-04-05  Bastien Guerry  <bzg@altern.org>
1232
1233         * color.el (color-lighten-name): Fix typo.
1234
1235 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1238         "#" to avoid having them interpreted as comments.
1239
1240 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * shr.el (shr-insert): Update the text state properly to avoid
1243         inserting spurious paragraph starts.
1244
1245 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * shr.el (shr-table-widths): Divide the extra width more fairly over
1248         the TDs (bug#10973).
1249         (shr-render-td): Don't delete too much padding.
1250         (shr-natural-width): Compute the natural width more correctly.
1251         (shr-insert): Allow the natural width to be computed for tables again.
1252         (shr-tag-table-1): Rework how the natural widths are computed by
1253         rendering the table a third time.
1254         (shr-natural-width): Removed.
1255         (shr-buffer-width): New function.
1256         (shr-expand-newlines): Use it.
1257
1258         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1259         using a `gnus-use-full-window' setup (bug#11013).
1260
1261 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1264         24.1 release.
1265
1266 2012-03-10  David Edmondson  <dme@dme.org>
1267
1268         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1269         'Forwarded Message' header and the start of the message.
1270
1271 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1272
1273         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1274         isn't running (bug#10897).
1275
1276 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1279         This is inconsistent with all the other stream functions, which leave
1280         the setting up to the higher levels (if so wanted) (bug#10931).
1281
1282 2012-02-28  Glenn Morris  <rgm@gnu.org>
1283
1284         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1285         mm-decode.el: Standardize possessive apostrophe usage.
1286
1287 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1290
1291 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1292
1293         * parse-time.el (parse-time-string): Allow extractor to return nil.
1294
1295 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1298
1299 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1300
1301         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1302
1303 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1304
1305         * mm-decode.el (mm-shr): Remove "soft hyphens".
1306
1307         * nnimap.el (nnimap-request-list): Return the group names encoded as
1308         utf8.  Otherwise non-European group names don't work.
1309         (nnimap-request-newgroups): Ditto.
1310
1311         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1312         the default in `read-string' (bug#10757).
1313
1314         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1315         topics (bug#10843).
1316
1317         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1318         buffer.  Suggested by Herbert Valerio Riedel.
1319         (nnimap-request-move-article): Delete the message from the correct IMAP
1320         server.
1321
1322 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1323
1324         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1325         Reported by Peter Münster.
1326
1327 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1328
1329         * shr.el (shr-image-fetched): Make sure we really kill the right
1330         buffer.
1331
1332 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1333
1334         * gnus-start.el (gnus-1): Avoid duplicate entries.
1335
1336 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1337
1338         * imap.el: Remove.
1339
1340         * nntp.el (nntp-coding-system-for-read): Remove.
1341         (nntp-coding-system-for-write): Ditto.
1342         (nntp-open-connection): Just use `binary' directly.
1343
1344         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1345         Gnus 0.3.
1346
1347 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1348
1349         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1350         application/octet-stream parts really is.
1351
1352         * gnus-sum.el (gnus-propagate-marks): Remove.
1353
1354 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1355
1356         * shr.el (shr-rescale-image): Undo previous change; see
1357         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1358
1359 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1360
1361         * gnus.el: Ma Gnus v0.3 is released.
1362
1363 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1364
1365         * gnus-sum.el (gnus-summary-local-variables): Make
1366         `gnus-newsgroup-unexist' into a local variable.
1367
1368 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1369
1370         * registry.el (registry-usage-test, registry-persistence-test): Move to
1371         tests/gnustest-registry.el.
1372         (registry-make-testable-db, registry-match-test)
1373         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1374
1375         * gnus-registry.el (gnus-registry-misc-test)
1376         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1377
1378         * tests/gnustest-registry.el: New file with the registry and
1379         gnus-registry ERT tests.
1380
1381 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * gnus-msg.el (gnus-summary-resend-message): Make
1384         gnus-summary-resend-message-insert-gcc be last item in
1385         message-header-setup-hook.
1386
1387 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1388
1389         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1390         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1391         Remove.
1392         (nnfolder-open-server): Don't use marks.
1393         (nnfolder-request-delete-group): Ditto.
1394         (nnfolder-request-rename-group): Ditto.
1395         (nnfolder-request-set-mark, nnfolder-request-marks)
1396         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1397         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1398
1399         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1400         (nnml-marks-modtime): Remove.
1401         (nnml-request-delete-group): Don't use marks.
1402         (nnml-request-rename-group): Ditto.
1403         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1404         (nnml-save-marks, nnml-open-marks): Remove.
1405
1406         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1407         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1408         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1409         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1410         (nntp-server-to-method-cache): Remove.
1411
1412         * shr.el (shr-rescale-image): Fix wrong merge.
1413
1414 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1415
1416         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1417         too-wide lines.
1418
1419 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1420
1421         * nnimap.el (nnimap-record-commands): New variable.
1422         (nnimap-log-command): Use it.
1423         (nnimap-make-process-buffer): Add a space to the process buffer.
1424         (nnimap-transform-headers): Don't bug out on header lines containing
1425         stuff that look like IMAP length encodings.
1426
1427         * shr.el (shr-rescale-image): Allow viewing large images.
1428
1429 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1430
1431         * nnml.el (nnml-request-compact-group): Delete the marks file after
1432         compaction (bug#10800).
1433
1434         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1435         group exit.
1436
1437         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1438         QRESYNC/FETCH output.
1439
1440 2012-02-11  Glenn Morris  <rgm@gnu.org>
1441
1442         * sieve-manage.el (sieve-manage-default-stream):
1443         * shr.el (shr):
1444         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1445         (nnir-retrieve-headers-override-function)
1446         (nnir-imap-default-search-key, nnir-notmuch-program)
1447         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1448         (nnir-method-default-engines):
1449         * message.el (message-cite-reply-position):
1450         * gssapi.el (gssapi-program):
1451         * gravatar.el (gravatar):
1452         * gnus-sum.el (gnus-refer-thread-use-nnir):
1453         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1454         (gnus-registry-max-pruned-entries):
1455         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1456         * gnus-int.el (gnus-after-set-mark-hook)
1457         (gnus-before-update-mark-hook):
1458         * gnus-async.el (gnus-async-post-fetch-function):
1459         * auth-source.el (auth-source-cache-expiry):
1460         Add missing :version tags to new defcustoms and defgroups.
1461
1462 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1463
1464         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1465         `gnus-newsgroup-unexist'.
1466
1467         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1468         marks.
1469         (gnus-article-special-mark-lists): Put the `unexist' in the special
1470         marks list instead.
1471
1472         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1473         articles in the list of articles to be selected.
1474
1475         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1476         articles.
1477         (nnimap-update-info): Keep track of unexisting articles.
1478         (nnimap-update-qresync-info): Ditto.
1479
1480 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1481
1482         * message.el (message-default-send-mail-function): Made into own
1483         function for reuse by emacsbug.el.
1484
1485 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1486
1487         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1488         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1489
1490 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1491
1492         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1493         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1494
1495         * gnus-compat.el: Define `timer-set-function'.
1496
1497         * mm-decode.el (mm-display-external): Output the text from the command
1498         in the buffer after the command finished.  This makes text-based
1499         commands behave better.
1500
1501 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1502
1503         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1504
1505 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1506
1507         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1508         23.1.
1509
1510 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1513
1514 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1515
1516         * message.el (smtpmail-smtp-user): Silence compiler warning.
1517
1518 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1519
1520         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1521         SMTP user name.
1522
1523 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * gnus-sum.el (gnus-summary-show-thread):
1526         next-single-char-property-change may return nil in XEmacs.
1527         (gnus-summary-article-map): Fix typo.
1528
1529 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1530
1531         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1532         running.
1533
1534         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1535
1536         * gnus.el (gnus-server-extend-method): Don't add an -address component
1537         if the method already has one (bug#9676).
1538
1539 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1540
1541         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1542         of an initial-input for consistency (bug#10757).
1543
1544         * dgnushack.el: Fix XEmacs compilation warning.
1545
1546         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1547
1548         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1549
1550 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1551
1552         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1553         lines that are narrower than the window width.  Otherwise background
1554         "blocks" will look less readable.
1555
1556 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1557
1558         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1559         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1560         have newlines within the strings, and where the UID comes after the
1561         BODYSTRUCTURE element (bug#10537).
1562
1563         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1564         (bug#10732).
1565
1566         * shr.el (shr-insert-document): Add doc string.
1567         (shr-visit-file): Ditto.
1568         (shr-remove-trailing-whitespace): New function.
1569         (shr-insert-document): Use it to clean up trailing whitespace as the
1570         final step (bug#10714).
1571
1572 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1573
1574         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1575         buffer if `gnus-kill-summary-on-exit' is nil.
1576
1577 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1580         when just reading a single group from "without" Gnus.
1581
1582 2012-02-06  Chong Yidong  <cyd@gnu.org>
1583
1584         * gnus-sum.el (gnus-summary-show-thread):
1585         next-single-char-property-change never returns nil (Bug#8657).
1586
1587 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1588
1589         * message.el (message-multi-smtp-send-mail): New function.
1590         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1591         header to implement multi-SMTP functionality.
1592
1593         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1594         (gnus-agentize): Don't set it.
1595         (gnus-agent-send-mail): Don't use it.
1596
1597         * gnus-sum.el (gnus-summary-widget-backward): New function and
1598         keystroke.
1599
1600         * gnus-compat.el: More the compat functions more compatible.
1601
1602         * shr.el (shr-put-image): Remove underlines from sliced images.
1603         (shr-zoom-image): Compute the region to be replaced more correctly.
1604
1605 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1608         (gnus-summary-resend-message-insert-gcc): New function.
1609         (gnus-summary-resend-message): Modify message-header-setup-hook and
1610         message-sent-hook to make it work for Gcc.
1611         (gnus-inews-do-gcc): Update the number of unread articles of groups
1612         that messages are Gcc'd to.
1613
1614         * message.el (message-resend): Run message-sent-hook to do Gcc.
1615
1616 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1617
1618         * lpath.el: Fix an XEmacs compilation warning.
1619
1620         * gnus-compat.el: Require `help-fns' to fix compilation error.
1621
1622         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1623         a higher level to silence compilation.
1624
1625         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1626         parameter to allow controlling the scaling.
1627
1628         * shr.el (shr-zoom-image): New command and keystroke.
1629         (shr-put-image): Take a `size' flag to say how to scale the image.
1630
1631         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1632         deletion unless already defined.
1633
1634         * gnus.el (gnus-compat): Require it.
1635
1636         * gnus-compat.el: New file.
1637
1638         * gnus-start.el (gnus-clean-old-newsrc): New function.
1639         (gnus-read-newsrc-file): Use it.
1640
1641         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1642         Use recursive deletion.
1643         (mm-dissect-archive): Add support for zip files.
1644
1645         * gnus-util.el (gnus-recursive-directory-files): New function.
1646
1647         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1648         (mm-archive-decoders): Add tgz support.
1649
1650         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1651         Otherwise inserting text into the Gnus buffer can look odd.
1652
1653         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1654
1655         * mm-archive.el (mm-archive-decoders): Add support for tar.
1656
1657         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1658
1659         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1660
1661 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1662
1663         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1664
1665         * mm-archive.el: New file.
1666
1667         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1668
1669         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1670
1671         * message.el (message-goto-*): Make all the `message-goto-*' commands
1672         push the mark before moving point.  This makes it easier to go back to
1673         where you came from after editing whatever you jumped to.
1674
1675 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1676
1677         * gnus.el: Ma Gnus v0.1 is released.
1678
1679 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1680
1681         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1682         without reconnecting.
1683         (nnimap-possibly-change-group): Ditto.
1684         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1685         connection has died before being called.
1686
1687 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1688
1689         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1690         an initial sync unless we're really doing one.
1691
1692         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1693         address parameter if one already exists (bug#9676).
1694
1695         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1696         not the prefix, as documented (bug#10689).
1697
1698 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1699
1700         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1701         the "server".
1702
1703         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1704         the real error message with the useless "previously known to be down".
1705         Which isn't even correct.
1706
1707         * nntp.el (nntp-open-connection): Report the error message if the nntp
1708         server can't be reached.
1709
1710         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1711         groups we do a total scan for.
1712         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1713         doing that.
1714
1715 2012-01-31  Jim Meyering  <jim@meyering.net>
1716
1717         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1718         Correct a comment (insert "not") and hide nominally-doubled "to".
1719
1720 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1721
1722         * gnus.el (gnus-version): Change name to "Ma Gnus".
1723
1724 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1725
1726         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1727         section in the manual.
1728
1729 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1730
1731         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1732         words.
1733         (rfc2047-encode-string): Ditto.
1734         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1735         understand folded filename="..." parameters, for instance.
1736
1737         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1738         the message for greater debuggability.
1739
1740 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1741
1742         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1743         instead of setting it locally, since the latter doesn't seem to have
1744         any effect (most of the time).
1745
1746 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1747
1748         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1749         function call.
1750
1751 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1752
1753         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1754         seconds, and make the repeat clause with HH:MM specs work as
1755         documented.
1756
1757 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1758
1759         * proto-stream.el (proto-stream-capability-open): Fall back on
1760         :end-of-command if :end-of-capability doesn't exist.
1761
1762 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1765         bound globally in old Emacsen and XEmacsen.
1766
1767 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1768
1769         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1770         so that previous errors don't prohibit getting new news.
1771
1772         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1773
1774         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1775
1776 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1777
1778         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1779         buffer, not of the string which is its name.
1780
1781 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1782
1783         * proto-stream.el (proto-stream-capability-open): Wait for
1784         :end-of-capability, not :end-of-command.
1785
1786         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1787         non-server-marks groups.
1788         (gnus-group-make-articles-read): Ditto.
1789
1790         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1791         methods (bug#9676).
1792
1793         * gnus.el (gnus-method-ephemeral-p): New function.
1794
1795 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1798         left-to-right.
1799
1800 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1801
1802         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1803         warning.
1804
1805 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1806
1807         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1808         macroexpand the nnir things, since they haven't been defined yet, and
1809         nnir requires gnus-sum.
1810
1811 2012-01-24  Julien Danjou  <julien@danjou.info>
1812
1813         * color.el (color-rgb-to-hsl): Fix value computing.
1814         (color-hue-to-rgb): New function.
1815         (color-hsl-to-rgb): New function.
1816         (color-clamp, color-saturate-hsl, color-saturate-name)
1817         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1818         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1819
1820 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1823
1824 2012-01-19  Julien Danjou  <julien@danjou.info>
1825
1826         * color.el (color-name-to-rgb): Use the white color to find the max
1827         color component value and return correctly computed values.
1828         (color-name-to-rgb): Add missing float conversion for max value.
1829
1830 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1831
1832         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1833         logical server name in addition to the actual machine address.
1834
1835         * auth-source.el (auth-source-user-and-password): Add convenience
1836         wrapper to search by just host and optionally user.
1837
1838 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1841         after rendering.
1842
1843 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1844
1845         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1846         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1847         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1848
1849 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1852         (bug#9693).
1853         (gnus-summary-setup-buffer): Document return value (bug#9697).
1854
1855         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1856         since ido doesn't work on symbols (bug#9632).
1857
1858         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1859         when getting a single value as when getting all the values.  This means
1860         that atoms like `gcc-self' work cumulatively, like variable settings,
1861         instead of getting the value from the last matching clause.
1862         (gnus-group-find-parameter): Protect against the group buffer not
1863         existing (bug#9585).
1864
1865 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * gnus-start.el (gnus-activate-group): Document more parameters
1868         (bug#9694).
1869
1870         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1871         (bug#9692).
1872
1873         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1874         article was fetched, so that it can be expired later (bug#9958).
1875         (gnus-agent-summary-fetch-series): Add doc string.
1876         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1877         (bug#9517).
1878
1879         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1880         retrieval is happening.
1881
1882         * gnus.el (gnus-parameters): Doc fix.
1883
1884 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1885
1886         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1887         show the thread after expansion.
1888
1889 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * gnus-art.el (article-narrow-to-head): If the head is completely
1892         empty, narrow to the empty region (bug#9764).
1893
1894         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1895         read, and then mark them as unread only when the unread mark is used.
1896         This makes `C-- T k' actually work, even though it's confusing.
1897
1898         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1899         alive before we try to find its window.
1900
1901 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1902
1903         * mm-decode.el (mm-display-external): Use a longer timeout for the
1904         deletion to allow slow programs to display the file.
1905
1906 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1909         prompt to be less confusing.
1910
1911         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1912         argument to `message-reply'.  This broke `special-display-*' frame
1913         pop-uping (bug#10238).
1914
1915 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1918         systems, since these allegedly don't work there.
1919
1920 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1921
1922         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1923         live buffer.
1924
1925 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * nnir.el (nnir-retrieve-headers): Protect against the article not
1928         existing on the server (bug#10335).
1929
1930 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1931
1932         * gnus-agent.el (gnus-agent-load-local): Recompute
1933         gnus-agent-article-local on changing method.
1934
1935 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * gnus.el (gnus-parameters): Note precedence.
1938
1939 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1940
1941         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1942         in the group buffer.
1943
1944 2012-01-04  Julien Danjou  <julien@danjou.info>
1945
1946         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1947         change.
1948
1949 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1952         too.
1953
1954         * nntp.el (nntp-retrieve-group-data-early): Use it.
1955
1956 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * nntp.el (nntp-retrieval-in-progress): New variable.
1959         (nntp-make-process-buffer): Make it buffer-local.
1960
1961         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1962         2010.
1963         (gnus-demon-init): Use it to compute the time if time is on the form
1964         "04:23".
1965
1966         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1967
1968         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1969         status in the correct buffer.
1970
1971 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1972
1973         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1974         when opening topics (bug#10407).
1975
1976 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1977
1978         * gnus-cus.el (gnus-score-customize):
1979         * gnus-sum.el (gnus-sort-gathered-threads):
1980         * message.el (message-shorten-references):
1981         * nnmairix.el (nnmairix-request-group):
1982         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1983
1984 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1985
1986         * gnus-agent.el (gnus-agent-regenerate-group):
1987         * gnus-int.el (gnus-retrieve-group-data-early):
1988         * mm-util.el (mm-codepage-ibm-list):
1989         * nndiary.el (Commentary, nndiary-get-new-mail):
1990         * nnir.el (nnir):
1991         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1992
1993 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * mm-view.el (mm-display-inline-fontify): Add comment.
1996
1997 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1998
1999         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2000         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2001
2002 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2003
2004         * gnus-art.el (gnus-split-methods):
2005         * gnus-msg.el (gnus-configure-posting-styles):
2006         * gnus-spec.el (gnus-parse-simple-format):
2007         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2008         * message.el (message-do-actions): Spelling fix.
2009
2010 2011-12-15  Juri Linkov  <juri@jurta.org>
2011
2012         * mm-decode.el (mm-inline-media-tests): Add missing
2013         `mm-handle-media-subtype'.
2014
2015 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2016
2017         * gnus-group.el (gnus-group-tool-bar):
2018         * gnus-sum.el (gnus-summary-tool-bar):
2019         * message.el (message-tool-bar):
2020         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2021
2022 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2023
2024         * plstore.el (plstore--insert-buffer): Spelling fix.
2025
2026 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2027
2028         * message.el (message-valid-fqdn-regexp): Update with newly approved
2029         top-level domain names ".tel" and ".asia".
2030
2031 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2034         unconditionally.
2035
2036 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2039         pop-to-buffer-same-window for old Emacsen.
2040
2041 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2042
2043         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2044
2045 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2046
2047         * netrc.el (netrc-credentials): Spelling fix.
2048
2049 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2050
2051         * gnus-fun.el (gnus-fun-ppm-change-string):
2052         * gnus-msg.el (gnus-inews-do-gcc):
2053         * gnus-sum.el (gnus-summary-find-for-reselect):
2054         * gnus.el (gnus-summary-cancelled):
2055         * message.el (message-cancel-hook, message-send-news):
2056         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2057         * nnir.el (nnir-run-hyrex):
2058         * nntp.el (nntp-with-open-group-function):
2059         * pgg.el (pgg-pending-timers): Spelling fix.
2060
2061 2011-12-04  Chong Yidong  <cyd@gnu.org>
2062
2063         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2064         change (Bug#10200).
2065
2066 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * compface.el (uncompface):
2069         * gnus-art.el (gnus-article-x-face-command): Update the header format
2070         of icon data for the most recent icontopbm program.
2071
2072 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-msg.el (gnus-inews-do-gcc):
2075         * message.el (message-send-mail):
2076         * mml.el (mml-generate-mime): Share the value of the buffer-local
2077         `message-options' variable between a draft buffer and temprary working
2078         buffers.
2079
2080 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2081
2082         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2083
2084 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2087         for Cygwin.
2088
2089 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2090
2091         * gnus-group.el (gnus-group-prepare-flat):
2092         * mm-bodies.el (mm-encode-body):
2093         * mml.el (mml-preview):
2094         * nnml.el (nnml-request-compact-group):
2095         * pop3.el (pop3-stream-type): Spelling fix.
2096
2097 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2098
2099         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2100
2101 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2102
2103         * color.el (color-rgb-to-hsl):
2104         * gmm-utils.el (gmm-tool-bar-style):
2105         * gnus-group.el (gnus-group-prepare-flat):
2106         * gnus-topic.el (gnus-topic-prepare-topic):
2107         * mm-decode.el (mm-discouraged-alternatives):
2108         * rfc2047.el (rfc2047-encode-1):
2109         * starttls.el: Spelling fix.
2110
2111 2011-11-24  Glenn Morris  <rgm@gnu.org>
2112
2113         * binhex.el (binhex-begin-line): Give it basic doc-string.
2114
2115         * starttls.el, tls.el: Fix case of "GnuTLS".
2116
2117 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2118
2119         * gnus-group.el (gnus-group-highlight): Fix typo.
2120
2121 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2122
2123         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2124         value of `delete-file', that returns nil for a local file but returns t
2125         for a remote file using ssh.
2126
2127 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2128
2129         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2130
2131 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2134         avoid later breakage.
2135
2136 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2137
2138         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2139         article buffers' name.
2140
2141 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2144         by Paul Eggert's spellfixes two days ago.
2145
2146 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2149         doesn't have it.
2150
2151         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2152         buffer-local instead of binding them to avoid warnings.  Also demote
2153         errors (bug#10063).
2154         (font-lock-mode-hook): Shut up byte compiler.
2155
2156 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2157
2158         * mm-util.el (mm-charset-after):
2159         * nnir.el (nnir-run-hyrex):
2160         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2161         (ntlm-get-password-hashes, ntlm-md4hash):
2162         * smime.el: Fix typo.
2163
2164 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2165
2166         * gnus-agent.el (gnus-agent-expire-group-1):
2167         * nndiary.el (nndiary-last-occurence):
2168         * nnimap.el (nnimap-request-set-mark):
2169         * nnmairix.el (nnmairix-only-use-registry):
2170         * gnus-group.el (gnus-group-prepare-flat):
2171         * gnus-sum.el (gnus-decode-encoded-word-methods):
2172         * message.el (message-wash-subject):
2173         * nntp.el (nntp-retrieve-headers-with-xover):
2174         * smime.el (smime-certificate-directory): Spelling fix.
2175
2176 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2177
2178         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2179
2180         * color.el:
2181         * gnus-agent.el (gnus-agent-possibly-alter-active):
2182         * gnus-dired.el (gnus-dired-print):
2183         * mail-parse.el:
2184         * nnmairix.el (nnmairix-request-group):
2185         * shr.el (shr-image-displayer):
2186         * sieve-manage.el:
2187         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2188
2189 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2190
2191         * gnus-sum.el (gnus-auto-select-subject):
2192         * spam-report.el (spam-report-resend): Spelling fix.
2193
2194 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2195
2196         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2197         * gnus-art.el (gnus-default-article-saver):
2198         * gnus-srvr.el (gnus-server-copy-server):
2199         * gnus.el (gnus-sloppily-equal-method-parameters):
2200         * html2text.el (html2text-format-tag-list):
2201         * message.el (message-narrow-to-head):
2202         * nndiary.el:
2203         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2204         * sieve.el: Spelling fix.
2205
2206 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2207
2208         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2209         * gnus-sum.el (gnus-summary-make-menu-bar):
2210         * gnus-uu.el (gnus-uu-decode-postscript)
2211         (gnus-uu-decode-postscript-and-save):
2212         * mailcap.el (mailcap-print-command):
2213         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2214         Fix typos.
2215
2216 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2217
2218         * gnus-art.el (gnus-article-part-wrapper):
2219         * html2text.el (html2text-fix-paragraphs):
2220         * mm-decode.el (mm-image-fit-p):
2221         * rfc2047.el (rfc2047-encode-message-header):
2222         * shr-color.el (shr-color-visible-distance-min)
2223         (shr-color-relative-to-absolute, set-minimum-interval)
2224         (shr-color-visible): Fix typos.
2225
2226 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2227
2228         * gmm-utils.el (gmm-tool-bar-item):
2229         * gnus-art.el (gnus-treat-body-boundary):
2230         * gnus-diary.el (gnus-user-format-function-d):
2231         * gnus-start.el (gnus-get-unread-articles):
2232         * pgg-gpg.el (pgg-gpg-update-agent):
2233         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2234
2235 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2236
2237         * gnus-topic.el (gnus-group-prepare-topics):
2238         * gnus-uu.el (gnus-extract-view):
2239         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2240
2241 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2242
2243         * spam.el: Move BBDB autoloads.
2244         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2245         BBDB 2 and 3.
2246         (spam-check-BBDB): Use it.
2247         (spam-enter-ham-BBDB): Use it.
2248
2249 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2250
2251         * smime.el (smime-draw-buffer): Spelling fix.
2252
2253 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2254
2255         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2256         for scanning exactly one level.
2257         * gnus-start.el (gnus-get-unread-articles): Ditto.
2258
2259 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2262         slightly clearer.
2263
2264 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2265
2266         * gnus-sync.el: More commentary about setup.
2267
2268 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * message.el (message-send-and-exit): Document `arg'.
2271
2272 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2273
2274         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2275
2276 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2277
2278         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2279
2280         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2281         we don't use `bound-and-true-p'.
2282
2283 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2284
2285         * gnus-util.el (gnus-bound-and-true-p): Remove.
2286         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2287         * nnir.el: Use it.
2288         * nnmairix.el: Use it.
2289
2290 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2291
2292         * gnus-sync.el: Improve docs about CouchDB admins.
2293
2294         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2295         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2296         for reasons unknown.
2297         * nnir.el: Use it.
2298         * nnmairix.el: Use it.
2299
2300         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2301         * nnir.el: Ditto.
2302         * nnmairix.el: Ditto.
2303
2304         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2305
2306 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2307
2308         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2309         not needed.  Provide xmlplistread list function to produce XML plist
2310         output for non-Gnus LeSync clients.
2311
2312 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2313
2314         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2315
2316         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2317         and save against it.  Group subscriptions, read marks, other marks,
2318         subscription levels, topic names, and topic offsets (the group's
2319         position within the topic) are saved.  This is an experimental backend
2320         and may change significantly.  Load json.el from the gnus-fallback-lib
2321         if it's not available otherwise.
2322         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2323
2324 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2325
2326         * message.el (message-completion-function): Make sure
2327         message-tab-body-function is not attempted if one of
2328         message-completion-alist fails to find a completion (bug#9158).
2329
2330 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2331
2332         * mml.el (mml-quote-region): Quote <#secure> tag.
2333         (mml-generate-mime-1): Unquote <#secure> tag.
2334
2335 2011-10-20  Chong Yidong  <cyd@gnu.org>
2336
2337         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2338         calling a minor mode from Lisp with nil arg enables it, so we have to
2339         make the wording a bit ambiguous here).
2340
2341 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2342
2343         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2344         * nnir.el (nnir-mode): Use it.
2345         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2346         Use it.
2347
2348         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2349         * nnmairix.el (gnus-registry-enabled): Ditto.
2350
2351 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2352
2353         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2354         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2355         only while we need to find out if it should be t or nil.
2356         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2357         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2358         the registry is installed.  Set it to nil when it's unloaded.
2359         (gnus-registry-install-p): Provide user guidance for the initial value
2360         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2361         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2362         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2363         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2364         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2365         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2366         `gnus-registry-install'.
2367
2368 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2369
2370         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2371         previous change.
2372         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2373         primary key is marked as disabled.
2374
2375 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2376
2377         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2378         primary key is marked as disabled.
2379
2380 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2381
2382         * html2text.el (html2text-clean-anchor): Check for quotes around
2383         `href' value.
2384
2385 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2386
2387         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2388         searching.  Drop `bbdb-cache'.
2389
2390 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * message.el (message-signed-or-encrypted-p): Exclude header when
2393         checking if there is signed or encrypted body in text/plain message.
2394
2395 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2396
2397         * html2text.el (html2text-get-attr): Correctly handle attribute values
2398         containing "=".
2399
2400 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2401
2402         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2403         handle bindings.
2404
2405 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * gnus-win.el (gnus-configure-windows): Protect against reading
2408         ephemeral groups outside of Gnus.
2409
2410 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * shr.el (shr-tag-img): Don't get images displayed in tables.
2413
2414 2011-10-03  Glenn Morris  <rgm@gnu.org>
2415
2416         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2417         the "maintainer" version of debbugs.gnu.org reports.
2418
2419 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2422         make asynchronous adjacent image insertion work better.
2423
2424 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2425
2426         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2427         documentation.
2428
2429 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2432         `gnus-asynchronous' isn't shadowed.
2433
2434 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2437
2438         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2439         (nnimap-insert-partial-structure): The charset parameter isn't
2440         case-sensitive.
2441
2442         * nnheader.el (nnheader-message-maybe): New function.
2443
2444         * shr.el (shr-tag-table): Render totally broken tables better.
2445
2446         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2447         computing the boundary.
2448
2449 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2450
2451         * pop3.el (pop3-number-of-responses): Remove.
2452         (pop3-wait-for-messages): Rewrite to take linear time instead of
2453         exponential time.
2454
2455 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2458         re-fetch images.
2459
2460         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2461         re-fetch images when hitting `g' in Gnus.
2462
2463 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2466         (mml-compute-boundary): Don't check collision if it is non-nil.
2467         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2468         before checking collision.
2469
2470 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * message.el (message-indent-citation): Really make sure there's a
2473         newline at the end.
2474
2475         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2476         Fix suggested by John Wiegley.
2477
2478         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2479
2480         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2481
2482         * message.el (message-default-send-rename-function): Break out into its
2483         own function.
2484
2485         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2486         doesn't work under XEmacs.
2487
2488         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2489         of "imaps" to word around Windows problems.
2490         (nnimap-open-connection-1): Use it.
2491
2492         * message.el (message-indent-citation): Revert last change which made
2493         `F' not work.
2494
2495 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2496
2497         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2498         terminal as well.
2499
2500 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2503         because it displays images using overlays that aren't easy to copy to
2504         the article buffer.
2505
2506 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2507
2508         * message.el (message-indent-citation): Fix empty line removal at the
2509         end of the citation.
2510
2511 2011-09-20  Julien Danjou  <julien@danjou.info>
2512
2513         * auth-source.el (auth-source-netrc-create): Use default value for
2514         password if specified.  Evaluate default.
2515         (auth-source-plstore-create): Ditto.
2516         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2517         value evaluation.
2518         (auth-source-netrc-create): Typo fix.
2519         (auth-source-plstore-create): Ditto.
2520
2521         * password-cache.el (password-cache-remove): Remove entries even if the
2522         value is nil, so that password with a nil value (negative caching) is
2523         possible to invalidate.
2524
2525         * auth-source.el (auth-source-format-cache-entry): New function.
2526
2527 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2530
2531 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532
2533         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2534
2535 2011-09-19  Julien Danjou  <julien@danjou.info>
2536
2537         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2538         which work with things that are not ASCII.
2539
2540 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2543
2544 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2547         message level.
2548
2549 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2552
2553 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2556
2557 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2558
2559         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2560         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2561
2562 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2563
2564         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2565         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2566         articles.
2567
2568 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2569
2570         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2571         (message-mail-other-window, message-mail-other-frame)
2572         (message-news-other-window, message-news-other-frame):
2573         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2574         instead of setting buffer display varibles.
2575
2576 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2579
2580         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2581
2582 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2585         duplicates" to a higher level.
2586
2587         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2588         most egregious messages.
2589
2590 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2593
2594 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2595
2596         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2597         up the file (bug#9351).
2598
2599 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2602         it does with all other backends, but decode the names immediately after
2603         getting them.
2604
2605         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2606         decoding nnimap groups.
2607
2608         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2609         newsrc file.  It doesn't seem like an important optimization any more.
2610
2611 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2612
2613         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2614         overflows.
2615
2616 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2619         (gnus-interactive-exit): Extend to `quiet'.
2620
2621         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2622
2623         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2624         string.
2625
2626         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2627         renaming function arguments from `this'.
2628
2629         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2630
2631         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2632         has been renamed.
2633         (gnus-lrm-string-p): Include RLM and PDF, too.
2634
2635         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2636         (bug#9225).
2637
2638 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2639
2640         Add autoload cookies for functions used by sendmail.el.
2641         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2642
2643         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2644
2645 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * gnus-art.el (article-date-ut): Work properly even when there are
2648         things like Date header in the body; work for forwarded parts.
2649
2650 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2651
2652         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2653         original-article-buffer.
2654
2655 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2656
2657         * nnir.el (nnir-compose-result): Fix matching of server type.
2658         (nnir-run-swish++): Ditto.
2659         (nnir-run-namazu): Ditto.
2660         (nnir-run-notmuch): Ditto.
2661
2662 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2663
2664         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2665         (bug#9405).
2666
2667         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2668         (bug#9421).
2669
2670         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2671         (bug#9425).
2672
2673         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2674         thing (bug#9426).
2675
2676 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2679         the error message.
2680
2681 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2682
2683         * message.el (message-setup-1): Return t (Bug#9392).
2684
2685 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2686
2687         * gnus-sum.el: When adding article headers to a summary buffer also
2688         update gnus-newsgroup-articles (bug#9386).
2689
2690 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * auth-source.el: Autoload help-mode.
2693
2694 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695
2696         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2697         names.
2698
2699 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2700
2701         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2702         mm-replace-in-string for compatibility issues.
2703         * mml2015.el (mml2015-epg-verify): Ditto.
2704
2705 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2708
2709         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2710
2711 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2714         continue on and do the clean-up phase (bug#9188).
2715
2716         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2717         just ignore groups that can't be opened instead of erroring out
2718         (bug#9225).
2719
2720         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2721         nil since some many people are fuddy-duddies.
2722
2723         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2724         images.
2725
2726         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2727         instead.
2728
2729         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2730
2731         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2732
2733         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2734         processing.
2735
2736         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2737         buffer to avoid warnings.
2738
2739 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2740
2741         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2742         specified to reduce precision.
2743
2744 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2747         bodystructures (bug#9314).
2748
2749 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2752         Make button keymap non-sticky after buttons.
2753
2754 2011-08-18  David Engster  <dengste@eml.cc>
2755
2756         * nnmairix.el (nnmairix-request-set-mark)
2757         (nnmairix-goto-original-article): Remove adding of article to registry,
2758         since `gnus-registry-add-group' isn't available anymore.
2759         (nnmairix-determine-original-group-from-registry):
2760         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2761         available anymore.
2762
2763 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2764
2765         * starttls.el (starttls-any-program-available): Define as obsolete
2766         function.
2767
2768 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2771         versions which Gnus use when appropriate.
2772
2773         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2774         a pretty destructive command.
2775
2776         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2777
2778 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * message.el (message-fix-before-sending): Make a different warning
2781         about NUL characters (bug#9270).
2782
2783         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2784         from custom (bug#9260).
2785
2786         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2787         things work in Emacs 22 and XEmacs, too.
2788
2789         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2790         default From.
2791
2792         * gnus-spec.el (gnus-lrm-string-p): New macro.
2793         (gnus-lrm-string): New constant.
2794         (gnus-summary-line-format-spec): LRM-ify the from.
2795         (gnus-tilde-max-form): LRM-ify string chopping.
2796
2797         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2798
2799         * message.el (message-is-yours-p): Allow disabling canlock checking
2800         (bug#9295).
2801         (message-shoot-gnksa-feet): Add `canlock-verify'.
2802         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2803         message directory isn't writable (bug#9304).
2804
2805         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2806         non-world-readable.
2807
2808 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2811         articles.
2812
2813 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2814
2815         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2816         copy-list.
2817
2818 2011-08-12  Sam Steingold  <sds@gnu.org>
2819
2820         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2821         in the reverse order to avoid modifying the cache with `nreverse'.
2822         (gnus-all-score-files): Do not modify the value returned by
2823         `gnus-score-find-alist' because it lives in a cache variable.
2824         (gnus-current-home-score-file): No need to `nreverse' the return value
2825         of `gnus-score-find-alist', it is already in the correct order.
2826
2827 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2828
2829         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2830         type MESSAGE and subtype RFC822 is slightly different from those of
2831         type TEXT.
2832
2833 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2834
2835         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2836         This allows article-referral to work from an nnir group.
2837
2838 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2839
2840         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2841
2842 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2843
2844         * mml1991.el (mml1991-epg-find-usable-key)
2845         (mml1991-epg-find-usable-secret-key): New function.
2846         (mml1991-epg-sign): Check if signing key is usable.
2847         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2848
2849 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2850
2851         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2852         server-variables only.  This should fix a bug introduced with commit
2853         e1889675b7f4adf057833c5513c9374134c4e053.
2854         (nnir-run-query): 'nnir-search-engine should not be set from the global
2855         environment.
2856
2857 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2858
2859         * nnir.el (nnir-search-thread): Position point on referring article
2860         line.
2861         (nnir-warp-to-article): Clean up summary buffers.
2862
2863         * nnimap.el (nnimap-request-thread): Whitespace fix.
2864
2865 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2866
2867         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2868
2869 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * starttls.el (starttls-available-p): Rename from
2872         `starttls-any-program-available' and changed return convention.
2873
2874 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2875
2876         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2877         `unix-sync' unless it's defined.
2878
2879 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2880
2881         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2882         `aref' for XEmacs compatibiltiy.
2883
2884 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885
2886         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2887
2888 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2889
2890         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2891         closures, quote the form properly (bug#9194).
2892
2893 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2896         (gnus-summary-insert-new-articles): Protect against servers that are
2897         down.
2898
2899 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2900
2901         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2902         in mm handle if none is specified.
2903
2904 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2905
2906         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2907
2908 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2909
2910         * nnir.el (nnir-search-thread): New function to make an nnir group
2911         based on a thread query.
2912
2913         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2914         of nnir in thread referral.
2915         (gnus-summary-refer-thread): Use it.
2916
2917         * nnimap.el (nnimap-request-thread): Use it.
2918
2919 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * shr.el (shr-tag-comment): Ignore HTML comments.
2922
2923 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2924
2925         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2926         argument.
2927         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2928         Use `nnir-address' to handle server info rather than passing an arg.
2929
2930         * nnimap.el (nnimap-make-thread-query): New utility function to format
2931         an imap thread search query.
2932         (nnimap-request-thread): Use it.
2933
2934         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2935         right select-method if we are not going back to the group buffer.
2936
2937 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938
2939         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2940         enter invalid buffer configurations into the quit form (bug#9107).
2941         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2942         unplugged/plugged.
2943
2944         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2945         keep track of which ones are unread (bug#9061).
2946
2947         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2948         (bug#9055).
2949
2950         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2951         (bug#9041).
2952
2953         * gnus-html.el (mm-util): Require (bug#9073).
2954
2955         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2956         (gnus-summary-refer-thread): Use it to remove duplicates in the
2957         un-threaded view (bug#9053).
2958         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2959
2960 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2961
2962         * nnir.el (nnir-read-server-parm): Use default value from global
2963         variable.  Without this the default search engine parameters aren't
2964         used at all.
2965
2966 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2967
2968         * message.el (message-unique-id): Don't use the undocumented return
2969         value from (random t) (bug#9118).
2970
2971 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * message.el (message-auto-save-directory): If the ~/Mail directory
2974         doesn't exist, use ~ as the auto-save directory (bug#4432).
2975
2976         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2977         hasn't already been started.
2978
2979 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2982
2983         * message.el (message-reply): Work around mysterious bug where
2984         `message-mode' seems to overwrite the locally bound `subject' variable.
2985
2986 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2987
2988         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2989         correct group.
2990
2991         * gnus-int.el (gnus-request-thread): Add group argument.
2992
2993         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2994
2995 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2998
2999         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3000         renamed to `debbugs-gnu-*'.
3001
3002 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3003
3004         * plstore.el: Revert the editing feature since it is not urgent.
3005         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3006         (plstore-mode-decoded): Remove.
3007
3008 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009
3010         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3011         isn't very interesting any more, and it leaks potentially secret data.
3012         (gnus-debug): Remove.
3013
3014         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3015         use of :custom-show.
3016
3017 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3018
3019         * plstore.el: Add documentation.
3020         (plstore-mode): New mode to edit plstore file.
3021         (plstore-mode-toggle-display, plstore-mode-original)
3022         (plstore-mode-decoded): New command.
3023         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3024         (plstore--insert-buffer, plstore--make): New function.
3025         (plstore-open, plstore-save): Simplify by using them.
3026
3027 2011-07-06  Glenn Morris  <rgm@gnu.org>
3028
3029         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3030
3031 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3034         no longer is much used.
3035         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3036         Articles".
3037
3038 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3039
3040         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3041         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3042         `notmuch' backend.
3043
3044 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * mm-decode.el (mm-text-html-renderer): Doc fix.
3047
3048         * gnus-msg.el (gnus-bug): Fix the MML tag.
3049
3050         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3051
3052 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3053
3054         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3055         secondary methods if started with `gnus-no-server'.
3056
3057 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3058
3059         * message.el (message-return-action): Fix typo in docstring.
3060
3061 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3064         bug reports at once.
3065
3066         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3067
3068 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * nndraft.el: Require gnus-group.
3071         (nndraft-request-list): Declare.
3072
3073         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3074         no unread article unless it matches gnus-permanently-visible-groups.
3075
3076         * nndraft.el (nndraft-update-unread-articles): New function.
3077         (nndraft-request-associate-buffer): Use it to update the number of
3078         unread articles for the nndraft groups in the group buffer when saving
3079         or killing a draft message.
3080
3081 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3084         systems to binary before writing and reading the mbox files.
3085
3086         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3087         instead of trying to list them all (bug#8978).
3088
3089 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3090
3091         * pop3.el (pop3-open-server): Use :end-of-capability.
3092
3093 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094
3095         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3096         the id is always a number.
3097
3098         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3099
3100         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3101         debbugs mode, if possible.
3102
3103 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3104
3105         * auth-source.el (auth-source-token-passphrase-callback-function):
3106         Reindent.
3107         (epg-context-operation): Remove unnecessary autoload.
3108
3109 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110
3111         * gnus.el (gnus-list-debbugs): New command.
3112
3113         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3114         mboxstat instead of the maintbox, since the stat seems to be fuller.
3115
3116         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3117         summary buffers.
3118
3119         * message.el (message-get-reply-headers): Delete all duplicates,
3120         instead of the first.
3121         (message-get-reply-headers): Ensure that we have progress while
3122         deleting duplicates.
3123
3124         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3125         gnus-posting-style value from the summary buffer to make it easier to
3126         make that a per-buffer conf.
3127
3128 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3129
3130         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3131         found by setting `shortcut' in 'query.
3132         (nnir-request-article): Use `shortcut' setting when requesting article
3133         by Message-ID.
3134
3135 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3136
3137         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3138         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3139         Bring the pseudo-headers back too.
3140
3141 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3142
3143         * auth-source.el (auth-source-token-passphrase-callback-function):
3144         Simplify and remove EPA dependency.
3145
3146 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3147
3148         * nnir.el (nnir-request-article): Fix error message text.
3149
3150 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3151
3152         * auth-source.el (plstore-delete): Autoload.
3153         (auth-source-plstore-search): Support delete operation.
3154         * plstore.el (plstore-delete): New function.
3155
3156 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3159         mark actually existing articles as unread rather than the ones that
3160         active asserts.
3161
3162 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3163
3164         * nntp.el (nntp-record-command):
3165         * gnus-util.el (gnus-message-with-timestamp-1):
3166         Use format-time-string rather than decoding time stamps by hand.
3167         This is simpler and insulates the code from potential changes to
3168         current-time format.
3169
3170 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3173
3174 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3175
3176         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3177         (plstore-save): Support public key encryption.
3178         (plstore--init-from-buffer): New function.
3179         (plstore-open): Use it; fix error when opening a non-existent file.
3180         (plstore-revert): Use plstore--init-from-buffer.
3181
3182 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3183
3184         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3185
3186 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3189         for old Emacsen.
3190
3191 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3192
3193         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3194         is not fully working.
3195
3196 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * dgnushack.el: Autoload sha1 on XEmacs.
3199
3200         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3201         quit window configuration.
3202
3203         * auth-source.el (epg-context-set-passphrase-callback):
3204         Remove duplicate autoload.
3205
3206 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3207
3208         * nnir.el (nnir-request-article): Allow requesting articles by
3209         Message-ID with nnimap.
3210
3211         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3212         current server.
3213
3214 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3215
3216         * auth-source.el: Autoload EPA/EPG functions.
3217         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3218         changed when EPA/EPG is not available.
3219         (auth-source-backend): Rename "arg" member to "data".
3220         (auth-source-backend-parse, auth-source-plstore-search)
3221         (auth-source-plstore-create): Use it.
3222
3223 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3224
3225         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3226         `gnus-refer-article-methods'.
3227
3228 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3229
3230         * auth-source.el: Require EPA and EPG.
3231         (auth-source-passphrase-alist): New variable.
3232         (auth-source-passphrase-callback-function)
3233         (auth-source-token-passphrase-callback-function): Callbacks for the
3234         netrc field encryption (GPG tokens).
3235         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3236         Symmetric encryption and decryption of the netrc GPG tokens.
3237         (auth-source-netrc-normalize): Use them, simplifying the closure.
3238
3239 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3242         is available.
3243
3244 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3247         non-nil, and `nnimap-split-methods' is nil, use the former.
3248
3249 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3250
3251         * plstore.el (plstore-revert): New function.
3252         (plstore-open): Use it; hide the buffer from user.
3253
3254 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3255
3256         * auth-source.el (auth-source-backend): New member "arg".
3257         (auth-source-backend-parse): Handle new backend 'plstore.
3258         * plstore.el: New file.
3259
3260 2011-06-30  Glenn Morris  <rgm@gnu.org>
3261
3262         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3263
3264 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3267         expiring articles to.
3268
3269         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3270         variations as ASCII (bug#5458).
3271
3272 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3275
3276 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277
3278         * message.el (message-point-in-header-p): Tweak the function to default
3279         to saying that we're not in the headers if there is no separator at
3280         all.  This makes it possible to use the Message version of `M-q' in
3281         buffers with no headers (bug#7987).
3282         (message-point-in-header-p): Fix last checkin to work with an empty
3283         mail-header-separator, too.
3284
3285         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3286         again, save the choice via customize.
3287
3288 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3291
3292         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3293         ended the connection, bail out before waiting infinitely on a new
3294         connection.
3295
3296 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3297
3298         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3299         reports.
3300
3301         * gnus.el (gnus-bug-package): Use "gnus."
3302         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3303
3304 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305
3306         * dgnushack.el: Make the timer warning go away on XEmacs.
3307
3308         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3309         animations going on at article exit time.
3310
3311         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3312         since removing it breaks people upgrading.
3313
3314         * shr.el (shr-put-image): Use the new interface for animating images.
3315         (shr-put-image): Animate for 60 seconds.
3316
3317         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3318         avoid compiler warnings.
3319
3320         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3321         error with `find-file-hooks' on Emacs 22.
3322         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3323         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3324         on all architectures.
3325
3326         * spam.el (spam-stat): Require in a normal fashion without binding
3327         `spam-stat-install-hooks' to avoid compilation warnings.
3328
3329         * spam-stat.el (spam-stat-install-hooks): Remove.
3330         (spam-stat-install-hooks): Don't run automatically.
3331
3332 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3333
3334         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3335         and keystroke.
3336
3337 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * auth-source.el (auth-source-netrc-cache): Move forward.
3340
3341 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * proto-stream.el (proto-stream-open-starttls): Use
3344         `gnutls-available-p' to see whether we have built-in support.
3345
3346         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3347         we already know.
3348         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3349         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3350
3351 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3354         %S format, since that looks odd.
3355         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3356         file, especially when saving.
3357
3358 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3359
3360         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3361         article found.
3362
3363 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3364
3365         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3366         `auth-source-save-secrets' with a more sensitive alist that can be
3367         configured per file.  Experimental, so defaults to 'never.
3368         (auth-source-netrc-create): Use it.  Still experimental code.
3369         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3370         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3371
3372 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3373
3374         * auth-source.el (auth-source-save-secrets): New variable to control if
3375         secret tokens should be saved encrypted.
3376         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3377         to `auth-source-netrc-normalize'.
3378         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3379         on the EPA variables being defined.
3380         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3381         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3382         the lexical-let closure.
3383         (auth-source-netrc-create): Create "gpg:" tokens according to
3384         `auth-source-save-secrets'.
3385
3386 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * gnus-group.el (gnus-group-update-group): Add new argument
3389         `info-unchanged' that stops updating dribble buffer.
3390
3391         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3392         deletes lines matching to it in dribble buffer.
3393
3394         * gnus-agent.el (gnus-agent-fetch-group-1):
3395         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3396         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3397         * gnus-start.el (gnus-group-change-level):
3398         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3399
3400         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3401         if newsgroup info is not changed.
3402
3403         * gnus-group.el (gnus-group-get-new-news-this-group):
3404         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3405         Don't update dribble buffer.
3406
3407 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3408
3409         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3410         remove entries with groups we ignore.
3411
3412 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3415         the underline comes at the bottom.
3416
3417 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3418
3419         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3420         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3421         (gnus-registry-article-marks-to-names): Rename from
3422         `gnus-registry-user-format-function-M2'.
3423
3424 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3427         ephemeral group.
3428
3429 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * shr.el (shr-browse-image): Copy the URL if called interactively.
3432
3433 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3436         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3437         done, then unselected articles may be marked as read.
3438
3439         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3440         since not doing this seems to lead to a race condition in pop3-logon.
3441
3442         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3443         so that the call chain it correct when we call "upwards".
3444
3445         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3446         in read-only groups.
3447
3448         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3449
3450         * message.el (message-cite-reply-position): Doc string fix.
3451
3452         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3453         avoid regexp overflow.
3454         (nnimap-transform-split-mail): Ditto.
3455
3456         * pop3.el (pop3-retr): Error out if the server closes the connection.
3457
3458 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3459
3460         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3461         mm-with-unibyte-current-buffer.  The buffer should not contain any
3462         multibyte chars anyway at this stage.
3463
3464 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3467         at the end of lines.
3468
3469 2011-05-29  Julien Danjou  <julien@danjou.info>
3470
3471         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3472
3473 2011-05-27  Glenn Morris  <rgm@gnu.org>
3474
3475         * gnus-group.el (gnus-bug-group-download-format-alist):
3476         Use the "maintainer" version of debian reports as well.
3477
3478 2011-05-26  Glenn Morris  <rgm@gnu.org>
3479
3480         * gnus-group.el (gnus-bug-group-download-format-alist):
3481         Use the "maintainer" version of debbugs.gnu.org reports.
3482
3483 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3486
3487 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3488
3489         * gnus-cus.el (gnus-agent-customize-category):
3490         * gnus-delay.el (gnus-delay-send-queue):
3491         * gnus.el (gnus-other-frame):
3492         Don't quote lambda expressions with `quote'.
3493
3494 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3495
3496         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3497         the thread moves us backwards and so we loop forever.
3498
3499 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3502         whitespace in base64 data lines.
3503
3504 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3505
3506         * gnus-registry.el (gnus-registry-user-format-function-M):
3507         Use `mapconcat'.
3508         (gnus-registry-user-format-function-M2): Use to see the full text of
3509         the marks.  Make "," the mark text separator.
3510
3511         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3512         authentication with auth-source.
3513
3514 2011-05-17  Glenn Morris  <rgm@gnu.org>
3515
3516         * gnus-group.el (gnus-import-other-newsrc-file):
3517         Use insert-file-contents.
3518
3519 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3520
3521         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3522         1000 iterations.
3523
3524 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * nntp.el (nntp-open-connection): Check if process-type is available.
3527
3528 2011-05-16  Julien Danjou  <julien@danjou.info>
3529
3530         * shr.el (shr-tag-del): Add support for del tag.
3531
3532 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * gnus-html.el (gnus-html-put-image): Register a displayer.
3535
3536         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3537
3538 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3539
3540         * registry.el (prune-factor): New initialization parameter defaulting
3541         to 0.1.
3542         (registry-prune-hard): Use it.
3543
3544         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3545         0.1 expicitly.
3546
3547 2011-05-13  Glenn Morris  <rgm@gnu.org>
3548
3549         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3550         is bound, since this function requires sendmail.
3551
3552 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3553
3554         * registry.el (registry-usage-test): Disable pruning test.
3555
3556 2011-05-11  David Engster  <dengste@eml.cc>
3557
3558         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3559         Bind set-network-process-option for XEmacs.
3560
3561 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3562
3563         * registry.el (registry-prune-hard-candidates)
3564         (registry-prune-soft-candidates): Helper methods for registry pruning.
3565         (registry-prune): Use them.  Make the sort function optional.
3566
3567 2011-05-10  Jim Meyering  <meyering@redhat.com>
3568
3569         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3570
3571 2011-05-10  Julien Danjou  <julien@danjou.info>
3572
3573         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3574         symbol and not a list.
3575
3576 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * gnus-art.el (gnus-article-mode): Move binding of
3579         shr-put-image-function here from gnus-article-prepare-display.
3580
3581         * shr.el (shr-put-image-function): New variable.
3582         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3583         (shr-put-image): Return scaled image.
3584
3585         * gnus-art.el (gnus-shr-put-image): New function.
3586         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3587
3588         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3589         original ones, as deletable.
3590
3591 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3592
3593         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3594
3595 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3596
3597         * registry.el (registry-full): Add convenience method.  Fix logic.
3598         (registry-insert): Use it.  Fix logic here too.
3599
3600         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3601         `registry-prune' if `registry-full' returns t.
3602         (gnus-registry-handle-action)
3603         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3604         (gnus-registry-usage-test): Use it.
3605
3606 2011-05-07  Julien Danjou  <julien@danjou.info>
3607
3608         * shr.el (shr-link): Make shr-link inherit from link by default.
3609
3610 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3611
3612         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3613
3614 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3615
3616         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3617         error out because the face is not a list.
3618
3619 2011-05-05  Glenn Morris  <rgm@gnu.org>
3620
3621         * proto-stream.el (gnutls-negotiate): Fix declarations.
3622
3623         * gnus-start.el (gnus-propagate-marks): Declare.
3624
3625 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3626
3627         * registry.el (registry-reindex): Fix percentage message.
3628
3629         * proto-stream.el (network-stream-open-starttls): Adjust to call
3630         `gnutls-negotiate' with :process and :hostname arguments.
3631
3632 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3633
3634         * shr.el: Add shr-link face for links.
3635         (shr-urlify): Use it.
3636
3637         * registry.el (registry-insert): Make error message more helpful.
3638
3639 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * gnus-html.el (gnus-html-schedule-image-fetching):
3642         Use url-queue-retrieve, if it exists.
3643
3644         * shr.el (shr-tag-img): Ditto.
3645
3646         * gnus.el: Autoload more gnus-agent functions.
3647
3648         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3649         agent if we haven't already (bug#8502).
3650
3651         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3652         into the Agent, too.
3653
3654         * gnus-agent.el (gnus-agent-store-article): New function.
3655
3656         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3657         and moved from that file for reuse.
3658
3659         * pop3.el (pop3-open-server): Error messages are "-ERR".
3660
3661 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3664         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3665
3666 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3667
3668         * gnus.el: No Gnus v0.17 is released.
3669
3670 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3671
3672         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3673         buffer has moved to a different frame.
3674
3675 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3678         to get the conversion from unibyte to multibyte buffers to work on
3679         Emacs 22.
3680
3681         * nntp.el (nntp-request-article): Slight clean-up.
3682
3683 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * shr.el (shr-strike-through): New face.
3686         (shr-tag-s): Use it to provide <s> support.
3687         (shr-tag-s): Remove duplicate definition.
3688
3689 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3690
3691         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3692         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3693
3694 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3695
3696         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3697         `gnutls-negotiate'.
3698         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3699
3700 2011-04-23  Glenn Morris  <rgm@gnu.org>
3701
3702         * gnus-sum.el (gnus-extra-headers): Bump :version.
3703
3704 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * shr.el (shr-tag-sup): New function.
3707         (shr-tag-sub): Ditto.
3708
3709 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3710
3711         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3712         for the case where `gnus-registry-ignored-groups' is a list of lists,
3713         and don't call `gnus-parameter-registry-ignore' otherwise.
3714
3715 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3716
3717         * nnimap.el (nnimap-user): New backend variable.
3718         (nnimap-open-connection-1): Use it.
3719         (nnimap-credentials): Accept user parameter so it's explicit what user
3720         name is desired.
3721
3722         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3723         default.
3724
3725         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3726         not gnus-registry.el.
3727
3728         * gnus-registry.el: Mention in comments how to modify
3729         `gnus-extra-headers' for proper recipient tracking and that it may
3730         already have To and Cc recently, which it does as of this commit.
3731         (gnus-registry-ignored-groups): Remove defcustom.
3732         Explain why in comments.
3733         (gnus-registry-action): Fix data-header reference to use the extra
3734         headers.  Explain in package commentary how to add To and Cc headers to
3735         the gnus-extra-headers.
3736         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3737         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3738         parameter list or a string list in `gnus-registry-ignored-groups'.
3739         Fix logic error.
3740
3741 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * shr.el (shr-expand-url): Protect against null urls.
3744
3745 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * shr.el (shr-base): New binding.
3748         (shr-tag-base): Keep track of <base>.
3749         (shr-expand-url): New function used throughout.
3750
3751 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3752
3753         * gnus-registry.el
3754         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3755         (gnus-registry-ignored-groups): New variable.
3756         (gnus-registry-ignore-group-p): Use it.
3757         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3758         set the destination group to nil (same as delete) if it's ignored.
3759
3760 2011-04-20  David Engster  <dengste@eml.cc>
3761
3762         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3763
3764         * Makefile.in (test-nntp): New rule.
3765         (check): Add it.
3766         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3767
3768 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * gnus-registry.el (gnus-registry-action)
3771         (gnus-registry-fetch-header-fast):
3772         Don't use mail-header that looks an internal function of mailheader.el.
3773
3774 2011-04-19  Glenn Morris  <rgm@gnu.org>
3775
3776         * time-date.el (time-to-days): Remove unused local variables.
3777
3778 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * gnus-registry.el: Eliminate cl functions.
3781         (gnus-registry-sort-addresses): New function that replaces mapcan.
3782         (gnus-registry-action, gnus-registry-spool-action)
3783         (gnus-registry-split-fancy-with-parent)
3784         (gnus-registry-fetch-recipients-fast): Use it.
3785         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3786
3787         * registry.el (initialize-instance, registry-lookup)
3788         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3789         (registry-lookup-secondary-value, registry-search, registry-delete)
3790         (registry-insert, registry-reindex, registry-size, registry-prune):
3791         Use eval-and-compile.
3792
3793 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3794
3795         * registry.el (registry-reindex): New method to recreate the secondary
3796         registry indices.
3797
3798         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3799         tracked field changes.
3800         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3801         (gnus-registry-action, gnus-registry-spool-action)
3802         (gnus-registry-handle-action)
3803         (gnus-registry--split-fancy-with-parent-internal)
3804         (gnus-registry-split-fancy-with-parent)
3805         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3806         move, and delete actions, and for fancy splitting with parent.
3807         (gnus-registry-extract-addresses)
3808         (gnus-registry-fetch-recipients-fast)
3809         (gnus-registry-fetch-header-fast): Convenience functions.
3810         (gnus-registry-misc-test): ERT test of
3811         `gnus-registry-extract-addresses'.
3812
3813 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3814
3815         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3816         Track by subject first, then sender.
3817
3818 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3819
3820         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3821
3822         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3823         Lisp.
3824
3825         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3826         (gnus-draft-send): Use it to avoid popping
3827         up frames from gnus-group-send-queue.
3828
3829 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3830
3831         * gnus-registry.el: Updated gnus-registry docs.
3832
3833 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3834
3835         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3836         Fix logic bug.
3837         (gnus-registry-post-process-groups): Fix logging of no results and
3838         quote sender and subject.
3839
3840 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3843         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3844         gnutls-cli are too slow to be done opportunistically.
3845
3846         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3847         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3848         we had no early-data returned.
3849         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3850         two async commands to the same server at the same time.
3851
3852 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3853
3854         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3855
3856 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3859         "warning" level.
3860
3861         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3862         (mm-url-insert-file-contents): Don't set the package names.
3863
3864 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3865
3866         * gnus-registry.el (gnus-registry-action): Remove properties and
3867         simplify subject in `gnus-registry-handle-action'.
3868         (gnus-registry-spool-action): Get subject and sender from message if
3869         they are not passed in.
3870         (gnus-registry-handle-action): Remove properties and simplify subject
3871         consistently.
3872
3873 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3874
3875         * registry.el: Require CL before using defmacro*.
3876
3877 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-art.el (article-treat-date): Assume that
3880         gnus-article-date-headers may be a group parameter.
3881
3882 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3883
3884         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3885
3886         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3887         interactively so the newsrc file can contain foreign groups too.
3888         Useful for debugging but not much for users.
3889
3890 2011-04-07  David Engster  <dengste@eml.cc>
3891
3892         * registry.el (registry-usage-test): Only do
3893         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3894         lexical binding.
3895
3896 2011-04-07  David Engster  <dengste@eml.cc>
3897
3898         * Makefile.in (check, test-registry): New rules for test-suite.
3899
3900 2011-04-06  David Engster  <dengste@eml.cc>
3901
3902         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3903         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3904
3905 2011-04-06  David Engster  <dengste@eml.cc>
3906
3907         * registry.el (initialize-instance): Change :after to :AFTER to be
3908         compatible with old EIEIO version in XEmacs.
3909
3910 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3911
3912         * gnus-registry.el (gnus-registry-post-process-groups)
3913         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3914         and provide better messaging.
3915
3916 2011-04-06  David Engster  <dengste@eml.cc>
3917
3918         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3919         errors.
3920
3921         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3922         dgnushack-compile with error-on-warn enabled, and to signal an error if
3923         clean compilation failed.
3924         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3925         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3926
3927 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3928
3929         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3930         unconditionally anyway, discarding errors.
3931         (gnus-registry-delete-entries): New convenience function.
3932         (gnus-registry-import-eld): Import from old .eld registry.
3933
3934         * registry.el: Don't use ERT if it's not available.  Load it
3935         unconditionally anyway, discarding errors.
3936
3937         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3938         version from the Claudio Bley GnuTLS patch (extra optional parameters
3939         and host name).
3940
3941 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3942
3943         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3944         fixup the parameters that can be customized by the user between
3945         save/read cycles.
3946         (gnus-registry-read): Use it.
3947         (gnus-registry-make-db): Use it.
3948         (gnus-registry-spool-action, gnus-registry-handle-action):
3949         Fix messaging.
3950         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3951         Map references to actual group names with sender and subject tracking.
3952         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3953         (gnus-registry-usage-test): Add subject lookup test.
3954
3955         * registry.el (registry-db, initialize-instance): Set up constructor
3956         instead of :initform arguments for the sake of older Emacsen.
3957         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3958         pre-lexbind merge bug.
3959         (registry-usage-test): Use it.
3960         (initialize-instance, registry-db): Move the non-function initforms
3961         back to the class definition.
3962
3963 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3964
3965         * registry.el: New library to manage gnus-registry-style data.
3966
3967         * gnus-registry.el: Use it (major rewrite).
3968
3969         * nnregistry.el: Use it.
3970
3971         * spam.el: Use it.
3972
3973 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3976         marks on non-selected articles.
3977
3978 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3979
3980         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3981         parameter to open-protocol-stream.
3982
3983 2011-04-01  Julien Danjou  <julien@danjou.info>
3984
3985         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3986         fundamental-mode.
3987
3988 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3991         servers.
3992
3993 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3994
3995         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3996         made marks not propagate, again.
3997
3998 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3999
4000         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4001         Make this the default type.
4002         (proto-stream-open-plain): Rename from proto-stream-open-default.
4003         (open-protocol-stream, proto-stream-open-starttls)
4004         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4005         with `plain'.
4006
4007         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4008         value.
4009
4010         * nntp.el (nntp-open-connection-function): Document the fact that some
4011         values are not functions but are instead handled specially.
4012         Recognize nntp-open-plain-stream value.
4013         (nntp-open-connection): Recognize that value.
4014
4015 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4016
4017         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4018         where it seems to be needed.
4019
4020 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4023         stuff.
4024
4025         * gnus-score.el (gnus-score-string): Fix calling convention of
4026         `gnus-simplify-buffer-fuzzy' after last patches.
4027
4028         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4029         server for articles we didn't get any headers for.  This is a sanity
4030         check.
4031
4032 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4033
4034         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4035         new CAPABILITY, use it.
4036
4037 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4038
4039         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4040         downloading anything.
4041
4042         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4043
4044 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4045
4046         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4047         colors.
4048         (gnus-splash-svg-color-symbols): New function.
4049
4050 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4051
4052         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4053         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4054         (gnus-simplify-subject-fuzzy): Use the local
4055         gnus-simplify-subject-fuzzy-regex instead of the global one.
4056         This makes using this variable in group parameters work.
4057
4058 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4059
4060         * gnus-registry.el (gnus-registry-unfollowed-groups):
4061         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4062         archive:sent-YYYY-MM-DD groups).
4063         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4064         tracking if there are more than `gnus-registry-max-track-groups'
4065         matches.
4066
4067 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4068
4069         * message.el (message--yank-original-internal): New function to do the
4070         insertion cleanly inside eval in `message-yank-original'.
4071         (message-yank-original): Use it.
4072
4073 2011-03-29  Julien Danjou  <julien@danjou.info>
4074
4075         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4076         local variables disabled rather than `normal-mode'.
4077
4078 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4079
4080         * imap.el (imap-shell-open, imap-process-connection-type):
4081         Use imap-process-connection-type for 'shell' streams as well as
4082         Kerberos, SSL, other subprocesses.
4083
4084 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4085
4086         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4087         with open-network-stream.
4088         (proto-stream-always-use-starttls): Option removed.
4089         (open-protocol-stream): Return a process object by default.  Provide a
4090         new parameter :return-list specifying a list-type return value, which
4091         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4092         :type `network' to `try-starttls', and `network-only' to `default'.
4093         Make `default' the default, for compatibility with open-network-stream.
4094         Handle the no-parameter case exactly as open-network-stream, with no
4095         additional stream processing.  Search plists using plist-get.
4096         Explicitly add :end-of-commend parameter if it is missing.
4097         (proto-stream-open-default): Rename from
4098         proto-stream-open-network-only.  Return 'default as the type.
4099         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4100         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4101         failed.  Always return a list with a (possibly dead) process as the
4102         first element, for compatibility with open-network-stream.
4103         (proto-stream-open-tls): Use plist-get.  Always return a list.
4104         (proto-stream-open-shell): Return `default' as connection type.
4105         (proto-stream-capability-open): Use plist-get.
4106         (proto-stream-eoc): Function deleted.
4107
4108         * nnimap.el (nnimap-stream, nnimap-open-connection)
4109         (nnimap-open-connection-1): Handle renaming of :type parameter for
4110         open-protocol-stream.
4111         (nnimap-open-connection-1): Pass a :return-list parameter
4112         open-protocol-stream to obtain a list return value.  Parse this list
4113         using plist-get.
4114
4115         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4116         for open-protocol-stream.  Accept open-protocol-stream return value
4117         that is a subprocess object instead of a list.  Handle the case of a
4118         dead returned process.
4119
4120 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4121
4122         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4123
4124         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4125
4126 2011-03-21  Julien Danjou  <julien@danjou.info>
4127
4128         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4129         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4130         query.
4131         (mm-inline-text): Render normal text with fontification whenever
4132         possible.
4133
4134         * gnus-sum.el (gnus-summary-save-parts-1):
4135         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4136         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4137         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4138         Use `mm-handle-filename'.
4139
4140         * mm-util.el (mm-handle-filename): New function, return the filename of
4141         an handle.
4142
4143 2011-03-18  Julien Danjou  <julien@danjou.info>
4144
4145         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4146         (gnus-buffer-live-p): Check that buffer is not nil.
4147
4148 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4149
4150         * gnus.el: No Gnus v0.15 is released.
4151
4152 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4155         avoid warning on XEmacs.
4156
4157         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4158         on XEmacs.
4159
4160         * gnus-art.el: Require mouse, which the build bot seems to say is
4161         needed.
4162
4163         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4164
4165         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4166         XEmacs, since it doesn't have url-retrieve-synchronously.
4167
4168         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4169         since assoc-string doesn't exist in XEmacs.
4170
4171 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4172
4173         * gnus-group.el (gnus-group-list-ticked): New function.
4174         (gnus-group-make-menu-bar): Provide a menu entry for it.
4175         (gnus-group-list-map): Provide a binding for it.
4176
4177 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * shr.el (shr-visit-file): New command.
4180
4181         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4182
4183 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4184
4185         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4186         servers.
4187
4188 2011-03-16  Julien Danjou  <julien@danjou.info>
4189
4190         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4191         inline.
4192
4193         * gnus-art.el (article-hide-list-identifiers):
4194         Use gnus-group-get-list-identifiers.
4195
4196         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4197         (gnus-summary-remove-list-identifiers):
4198         Use gnus-group-get-list-identifiers to get regexp.
4199         (gnus-select-newsgroup, gnus-summary-insert-subject)
4200         (gnus-summary-insert-articles):
4201         Call gnus-summary-remove-list-identifiers unconditionally.
4202
4203 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204
4205         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4206         we're selecting a group with unread articles.
4207
4208         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4209
4210         * gssapi.el: New file separated out from imap.el to provide a general
4211         Kerberos 5 connection facility for Emacs.
4212
4213         * message.el (message-elide-ellipsis): Document the format spec
4214         ellipsis.
4215
4216 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * message.el (message-elide-region): Allow the ellipsis to say how many
4219         lines were removed.
4220
4221 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222
4223         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4224         window configurations containing buffers that are now dead.
4225
4226         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4227         parsing to avoid integer overflows.
4228         (nnimap-parse-flags): Simplify the last change.
4229         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4230         too large for 32-bit Emacsen.
4231
4232 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4233
4234         * auth-source.el (auth-source-netrc-create):
4235         * message.el (message-yank-original): Fix use of `case'.
4236
4237 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4238
4239         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4240         XEmacs, which was one character too wide.
4241
4242 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4243
4244         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4245         default number of articles to display.
4246         (gnus-articles-to-read): Use pretty names for prompt.
4247
4248 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249
4250         * gnus-int.el (gnus-open-server): Ditto.
4251
4252         * gnus-start.el (gnus-activate-group): Give a backtrace if
4253         debug-on-quit is set and the user hits `C-g'.
4254         (gnus-read-active-file): Ditto.
4255
4256         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4257
4258 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4259
4260         * message.el (message-yank-original): Use cond instead of CL case.
4261
4262 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4263
4264         * auth-source.el (auth-source-netrc-create): Use usual format for the
4265         default in prompts.
4266
4267 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * lpath.el: Fbind read-char-choice for XEmacs.
4270
4271 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4272
4273         * auth-source.el (auth-source-netrc-create): Show the default in the
4274         prompt when prompting for token creation.
4275
4276 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4277
4278         * auth-source.el (auth-source-format-prompt): Always convert the value
4279         to a string to avoid evaluating non-string arguments.
4280         (auth-source-netrc-create): Offer default properly, not as initial
4281         content in `read-string'.
4282         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4283         of line to determine if we've been run before.  If so, don't run again,
4284         but print a trivial message to indicate the cache was hit instead.
4285
4286 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4287
4288         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4289         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4290         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4291         Gnus.
4292
4293 2011-03-11  Julien Danjou  <julien@danjou.info>
4294
4295         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4296         modified file".
4297
4298 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4299
4300         * auth-source.el (auth-source-read-char-choice): New function to read a
4301         character choice using `dropdown-list', `read-char-choice', or
4302         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4303         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4304         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4305         (auth-source-netrc-saver): Use it.
4306         (auth-source-pick-first-password): New convenience function.
4307
4308 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4311         parameter in the credentials.
4312         (nnimap-open-connection-1): Use it after a successful login.
4313         (nnimap-credentials): Add IMAP-specific user and password prompt.
4314
4315         * auth-source.el (auth-source-search): Add :require parameter, taking a
4316         list.  Document it and the :save-function return token.  Pass :require
4317         down.  Change the CREATED message from a warning to a debug statement.
4318         (auth-source-search-backends): Pass :require down.
4319         (auth-source-netrc-search): Pass :require down.
4320         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4321         Change save prompt to indicate all modifications saved here are
4322         deletions.
4323         (auth-source-netrc-create): Take user login name as default in user
4324         prompt.  Move all the save functionality to a lexically bound function
4325         under the :save-function token in the returned list.  Set up clearer
4326         default prompts for user, host, port, and secret.
4327         (auth-source-netrc-saver): New function, intended to be wrapped for
4328         :save-function.
4329
4330 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331
4332         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4333         lines to be spaces instead.
4334
4335 2011-03-07  Julien Danjou  <julien@danjou.info>
4336
4337         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4338         (sieve-sasl-auth): Check that auth-source-search did return something,
4339         or just return an empty string.
4340
4341 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4342
4343         * gnus.el (gnus-interactive): Use read-directory-name.
4344
4345         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4346         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4347         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4348         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4349         Likewise.
4350
4351         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4352
4353 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4356         onto the list of killed groups, too.  This makes killed nnimap groups,
4357         for instance, more reliably not reappear.
4358
4359         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4360         the parent.
4361
4362         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4363
4364         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4365         really have server-side marks.
4366
4367         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4368         since most backends do not usefully have server-side marks.
4369         (gnus-update-read-articles): Propagate marks to all backends that
4370         really have server-side marks.
4371
4372 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4373
4374         * message.el (message-cite-reply-position, message-cite-style):
4375         New variables.
4376         (message-yank-original): Use the new citation styles.
4377
4378 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4379
4380         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4381         buffer-local issue); don't mark it buffer-local when running under
4382         XEmacs.
4383
4384 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4385
4386         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4387         numbers too big to be `read'.
4388
4389 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4390
4391         * password-cache.el (password-in-cache-p): Add autoload.
4392
4393         * message.el (message-options): Make buffer-local two ways to attempt
4394         to fix a XEmacs bug.
4395
4396 2011-03-02  Julien Danjou  <julien@danjou.info>
4397
4398         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4399
4400 2011-03-01  Julien Danjou  <julien@danjou.info>
4401
4402         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4403         group.
4404         (article-hide-list-identifiers): Use list-identifier group parameter.
4405
4406 2011-02-28  Julien Danjou  <julien@danjou.info>
4407
4408         * sieve.el (sieve-buffer-script-name): New local variable to store
4409         sieve script name.
4410         (sieve-edit-script): Store sieve script name.
4411         (sieve-upload): Use sieve script name when uploading.
4412         (sieve-upload): Use substitute-command-keys.
4413         (sieve-edit-script): Use substitute-command-keys.
4414         (sieve-refresh-scriptlist): Use substitute-command-keys.
4415         (sieve-manage-mode-map): Define keymap properly.
4416         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4417         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4418         Remove commented code about cvs.
4419         (sieve-manage-quit): New function.
4420         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4421
4422 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4425
4426 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4427
4428         * auth-source.el (auth-source-search): Cache empty result sets.
4429
4430         * password-cache.el (password-in-cache-p): Convenience function to
4431         check if a key is in the cache, even if the value is nil.
4432
4433         * auth-source.el (auth-source-save-behavior): New variable to replace
4434         `auth-source-never-create'.
4435         (auth-source-netrc-create): Use it.
4436         (auth-source-never-save): Remove.
4437
4438 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4439
4440         * nnimap.el (nnimap-stream): Doc fix.
4441         (nnimap-open-connection-1): Reverse the order of the ports to that the
4442         prompted-for port is first.
4443
4444         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4445         retrieval by the no-group selection.
4446
4447         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4448         numerical parameters.
4449
4450 2011-02-25  Julien Danjou  <julien@danjou.info>
4451
4452         * gnus-gravatar.el: Use gnus-with-article-buffer.
4453
4454         * gnus-art.el (gnus-with-article-buffer): Check that the
4455         gnus-article-buffer is alive.
4456
4457 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4458
4459         * auth-source.el (auth-source-creation-prompts): New variable to manage
4460         creation-time prompts.
4461         (auth-source-search): Document it.
4462         (auth-source-format-prompt): Add utility function.
4463         (auth-source-netrc-create): Don't default the user name to
4464         user-login-name.  Use `auth-source-creation-prompts' and some default
4465         prompts for user, host, port, and password (the default generic prompt
4466         remains ugly).
4467         (auth-source-never-save): Add customizable option to never save info.
4468         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4469         mode excursion.
4470
4471 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4474         argument that XEmacs doesn't support.
4475
4476         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4477         compiled for Emacsen having no `libxml-parse-html-region' support.
4478
4479         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4480
4481         * lpath.el: Bind buffer-save-without-query for XEmacs.
4482
4483 2011-02-23  Julien Danjou  <julien@danjou.info>
4484
4485         * gnus-art.el (article-make-date-line): Ignore errors if time is
4486         invalid and not convertible.
4487         (article-make-date-line): Only add lapsed time if time is not nil.
4488
4489 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4490
4491         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4492         `read-char-choice' for backwards compatibility.
4493         (auth-source-netrc-element-or-first): New function to DTRT for
4494         parameter extraction.
4495         (auth-source-netrc-create): Use it and fix multiple parameter print
4496         bug.  Use the default passed from above (given-default) or the
4497         built-in (user-login-name for :user).
4498
4499 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4500
4501         * gnus-start.el (gnus-dribble-read-file):
4502         Set buffer-save-without-query, since we always want to save the dribble
4503         file, probably.
4504
4505         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4506         nnimap.
4507
4508         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4509         -summary- since it's a user-visible variable.
4510
4511         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4512         first time you use the new Gnus.
4513
4514 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4515
4516         * auth-source.el: Don't load netrc.el.
4517         (auth-sources): Search ~/.netrc as well by default.
4518         (auth-source-debug): Add 'trivia option for extra output.
4519         (auth-source-do-trivia): Use it.
4520         (auth-source-search): Simplify logic to use
4521         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4522         appropriate.  Don't keep a running count at this level.  Layer :create
4523         and :delete options appropriately on the first and second passes.
4524         Don't track the backend with the search results.
4525         (auth-source-search-backends): New function to search a list of
4526         backends for a processed spec.
4527         (auth-source-netrc-parse): Cache all netrc files, making
4528         auth-source-netrc-cache an alist keyed by the file name and using the
4529         file mtime as the caching criterion.  Keep the obfuscated data secret
4530         with a lexical bind.
4531         (auth-source-netrc-search): Don't calculate the length of the results
4532         unnecessarily.
4533         (auth-source-search-backends): Fix bug.
4534         (auth-source-netrc-create): Rework prompts.
4535
4536 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4537
4538         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4539         Lower case names of search constraints.
4540         (nnir-run-query): Cache and reuse search constraints for all imap
4541         servers.
4542
4543 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4544
4545         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4546         after exit.
4547         (gnus-setup-message): Define missing variable from last checkin.
4548
4549         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4550         value, show the raw article.
4551
4552 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4553
4554         * gnus.el: No Gnus v0.13 is released.
4555
4556 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4557
4558         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4559         auth-source now accepts numbers.
4560
4561         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4562         spec, too.
4563         (auth-source-ensure-strings): New function.
4564
4565         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4566         (gnus-article-setup-buffer): Always restart the date timer so that user
4567         changes to the frequency is respected.
4568
4569         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4570         port numbers, so make sure it gets that if nnimap-server-port is
4571         explicit.
4572
4573 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4574
4575         * nnimap.el (nnimap-inbox): Doc fix.
4576
4577 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4578
4579         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4580         Autoload.  Add optional arg FRAME, and pass it to color-values.
4581         (color-complement): Caller changed.  Doc fix.
4582         (color-gradient): Rewrite for better clarity and efficiency.
4583
4584 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4585
4586         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4587         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4588         color-lab-to-srgb.
4589
4590 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4591
4592         * color.el: First part of merge from hexrgb.el.
4593         (color-rgb-to-hex): Rename from color-rgb->hex.
4594         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4595         saturation to zero if the value is too small.
4596         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4597         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4598         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4599         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4600         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4601         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4602         (color-cie-de2000): Doc fix.
4603
4604 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4605
4606         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4607         given method as in the group name if we're using an extended method.
4608         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4609         command, if we're using that, instead of waiting for the beginning.
4610
4611         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4612         we're sure to get unique server names, and we don't output two async
4613         commands in the same buffer.  This fixes an NNTP hang for some users.
4614
4615 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4616
4617         * gnus.el: No Gnus v0.11 is released.
4618
4619 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4620
4621         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4622         summary buffer before reading going to the next buffer.  This avoids
4623         putting the point in the group buffer if you `C-g' the command.
4624
4625         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4626         cache (for now) to make ~/.authinfo.gpg files usable.
4627
4628         * nnfolder.el (copyright-update): Define for the compiler.
4629
4630         * auth-source.el (auth-source-search): Fix unbound variable.
4631
4632 2011-02-19  Glenn Morris  <rgm@gnu.org>
4633
4634         * gnus.el (gnus-meta): Doc fix.
4635
4636 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4637
4638         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4639         in case it's not yet loaded.
4640
4641 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4642
4643         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4644         line we're waiting for.
4645
4646 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4647
4648         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4649         face with line-width greater than zero will cause RET in gnus summary
4650         buffer to scroll down article page-wise because auto vscroll happens,
4651         it should be temporally disabled when doing a scroll-up.
4652
4653 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4654
4655         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4656         outputs from the server.
4657
4658 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4659
4660         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4661         later so that bbdb can hook in easier.
4662
4663 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4664
4665         * auth-source.el (auth-source-search): Don't try to create credentials
4666         if the caller doesn't want that.
4667         (auth-source-search): If we don't find a match, don't bug out on
4668         non-bound variables.
4669         (auth-source-search): Only ask a single backend to create the
4670         credentials.
4671
4672         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4673         logging.
4674         (nnimap-credentials): Protect against auth-source-search returning nil.
4675         (nnimap-request-list): Protect against not being able to open the
4676         server.
4677
4678 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4679
4680         * auth-source.el (auth-source-search): Do a two-phase search, one with
4681         no :create to get the responses from all backends.
4682
4683         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4684         when getting credentials.
4685
4686         * gnus-util.el (gnus-delete-duplicates): New function.
4687
4688 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4691         a creation default, pass the whole port list down.  It will be
4692         completed.
4693
4694         * auth-source.el (auth-source-search): Updated docs to talk about
4695         multiple creation choices.
4696         (auth-source-netrc-create): Accept a list as a value (from the search
4697         parameters) and do completion on that list.  Keep a separate netrc line
4698         with the password obscured for showing the user.
4699
4700         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4701         first choice to `auth-source-search' so it will be used for entry
4702         creation instead of the server's Gnus-specific name.
4703         (nnimap-credentials): Rely on the auth-source library to select which
4704         port is actually wanted in the new netrc entry, so don't override
4705         `auth-source-creation-defaults'.
4706
4707         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4708         :protocol and accept a missing user, host, or port as a wildcard match.
4709         (auth-source-debug): Default to off.
4710
4711         (auth-source-netrc-search, auth-source-netrc-create)
4712         (auth-source-secrets-search, auth-source-secrets-create)
4713         (auth-source-user-or-password, auth-source-backend, auth-sources)
4714         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4715         instead of :protocol.
4716
4717         * nnimap.el (nnimap-credentials): Pass a port default to
4718         `auth-source-search' in case an entry needs to be created.
4719         (nnimap-open-connection-1): Use :port instead of :protocol.
4720
4721 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * auth-source.el: Bind load-path when loading EIEIO from
4724         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4725         21.4 doesn't support, to `require'.
4726         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4727         delete-dups that is not available in XEmacs 21.4.
4728
4729 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4730
4731         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4732         as EIEIO must also be loaded when auth-source.el is being
4733         byte-compiled.
4734
4735 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4736
4737         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4738
4739         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4740
4741         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4742
4743         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4744
4745         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4746
4747         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4748
4749         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4750
4751         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4752         necessary.
4753
4754 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4755
4756         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4757         nil means that nnimap doesn't get updated.
4758
4759 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4760
4761         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4762         result when the user doesn't want to write to the file.
4763         (auth-source-netrc-search): Expect a synthetic result and proceed
4764         accordingly.
4765         (auth-source-cache-expiry): New variable to override
4766         `password-cache-expiry'.
4767         (auth-source-remember): Use it.
4768
4769         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4770         parameter.  Create entry if necessary by using :create t.
4771         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4772
4773 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4774
4775         * auth-source.el (auth-source-debug): Enable by default and don't
4776         mention the obsolete `auth-source-hide-passwords'.
4777         (auth-source-do-warn): New function to debug unconditionally.
4778         (auth-source-do-debug): Use it.
4779         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4780         and for Secrets API entries when the secrets.el library is not
4781         available.
4782
4783 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4784
4785         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4786         (gnus-summary-exit): Kill the correct article buffer on exit from a
4787         `C-d' group.
4788
4789         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4790         gnus-propagate-marks.
4791
4792         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4793         before killing the buffers so that a non-full window conf gets handled
4794         correctly.
4795         (gnus-summary-exit): Ditto.
4796         (gnus-summary-read-group-1): Ditto.
4797
4798         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4799         async code again so that we can debug it properly.
4800
4801         * message.el (message-reply): Take an optional switch-buffer parameter
4802         so that Gnus window confs are respected better.
4803
4804 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4805
4806         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4807         `plist-get' to accept non-list parameters (XEmacs issue).
4808         Fix docstring.
4809         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4810         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4811         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4812         Login collection is "Login" and not "login".
4813
4814 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4815
4816         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4817         multiple headers.
4818
4819         * nnimap.el (nnimap-inhibit-logging): New variable.
4820         (nnimap-log-command): Don't log login commands.
4821
4822         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4823         to have more parameters.
4824
4825         * nnimap.el (nnimap-send-command): Mark the command time for each
4826         command, so that we don't get NOOPs stepping on our toes.
4827
4828         * gnus-art.el (article-date-ut): Get the date from the Date header on
4829         `t'.
4830
4831 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * auth-source.el (auth-source-search): Use copy-sequence instead of
4834         the cl.el copy-list.
4835
4836 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4837
4838         * imap.el: Bring it back (revert
4839         84d800cd31de3064f0ed39617d725709a2f8f42f).
4840
4841 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4842
4843         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4844         Improve prompt.
4845
4846 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4847
4848         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4849         washing status from the default format.  It isn't very informative.
4850
4851 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4852
4853         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4854         Fix Gcc processing on imap.
4855
4856 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4857
4858         * imap.el: Remove file.  All the functionality is in nnimap.el.
4859
4860 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4861
4862         * message.el (message-bury): Don't pop up a new window when selected
4863         window is dedicated.
4864
4865 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4866
4867         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4868
4869 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4870
4871         * sieve-manage.el: Autoload `auth-source-search'.
4872         (sieve-sasl-auth): Use it.
4873
4874 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4875
4876         * nnimap.el: Autoload `auth-source-forget+'.
4877         (nnimap-open-connection-1): Use it if the connection fails.
4878
4879         * auth-source.el: Require `password-cache'.
4880         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4881         obsolete.
4882         (auth-source-magic): Marker for `password-cache' keys.
4883         (auth-source-do-cache): Update docstring.
4884         (auth-source-search): Use and check cache.
4885         (auth-source-forget-all-cached, auth-source-remember)
4886         (auth-source-recall, auth-source-forget, auth-source-forget+)
4887         (auth-source-specmatchp): Caching support functions.
4888         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4889         Remove and obsolete.
4890         (auth-source-user-or-password): Remove caching to further discourage
4891         using it.  Always hide passwords.
4892
4893         * password-cache.el (password-cache-remove): Accept secrets that are
4894         not strings.
4895
4896 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4897
4898         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4899         code for now, since it doesn't work for all users.
4900
4901 2011-02-09  Julien Danjou  <julien@danjou.info>
4902
4903         * message.el (message-options): Make message-options really buffer
4904         local.
4905
4906 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4907
4908         * mail-source.el: Autoload `auth-source-search'.
4909         (mail-source-keyword-map): Note order matters.
4910         (mail-source-set-1): Get all the mail-source source values and
4911         defaults and search auth-source on those if needed.  This can all
4912         probably be simplified.
4913
4914         * nnimap.el: Autoload `auth-source-search'.
4915         (nnimap-credentials): Use it.
4916         (nnimap-open-connection-1): Ask for the virtual server and physical
4917         address in one shot.
4918
4919         * nntp.el: Autoload `auth-source-search'.
4920         (nntp-send-authinfo): Use it.  Note TODO.
4921
4922 2011-02-08  Julien Danjou  <julien@danjou.info>
4923
4924         * shr.el (shr-tag-body): Add support for text attribute in body
4925         markups.
4926
4927         * message.el (message-options): Make message-options a local variable.
4928
4929 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4930
4931         * auth-source.el (auth-source-secrets-search)
4932         (auth-source-user-or-password): Use `append' instead of `nconc'.
4933         (auth-source-user-or-password): Build return list better and protect
4934         against nil :secret.
4935
4936 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4937
4938         * nnimap.el (nnimap-update-info): Refactor slightly.
4939         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4940         (nnimap-update-info): Clean up slightly.
4941         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4942         characters.
4943         (nnimap-process-quirk): Rename function to avoid collision.
4944         (nnimap-update-info): Fix macrology bug-out.
4945         (nnimap-update-info): Simplify split history test.
4946
4947 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4948
4949         * auth-source.el (top): Require 'eieio unconditionally.
4950         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4951         (auth-source-secrets-search): Limit search when `max' is greater than
4952         number of results.
4953
4954 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4955
4956         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4957         part not returning any data.
4958
4959         * proto-stream.el (open-protocol-stream): Document the return value.
4960
4961 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4962
4963         * auth-source.el (auth-source-secrets-search): Add examples.
4964
4965 2011-02-06  Julien Danjou  <julien@danjou.info>
4966
4967         * message.el (message-setup-1): Handle message-generate-headers-first
4968         set to t.
4969
4970 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4971
4972         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4973         API with a string "secrets:collection-name" and with 'default.
4974         (auth-source-backend-parse): Parse "secrets:collection-name" and
4975         'default.  Recurse on parses instead of repeating code.  Use the
4976         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4977         message when ignoring a source.
4978         (auth-source-search): List ignored search keys at the top level.
4979         (auth-source-netrc-create): Use `case' instead of `cond'.
4980         (auth-source-secrets-search): Created with TODOs.
4981         (auth-source-secrets-create): Created with TODOs.
4982         (auth-source-retrieve, auth-source-create, auth-source-delete)
4983         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4984         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4985         (auth-source-user-or-password-sftp)
4986         (auth-source-user-or-password-smtp): Remove.
4987         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4988         around `auth-source-search'.  Not tested thoroughly.
4989
4990 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4991
4992         * auth-source.el: Bring in assoc and eioeio libraries.
4993         (secrets-enabled): New variable to track the status of the Secrets API.
4994         (auth-source-backend): New EIOEIO class to represent a backend.
4995         (auth-source-creation-defaults): New variable to set prompt defaults
4996         during token creation (see the `auth-source-search' docstring for
4997         details).
4998         (auth-sources): Simplify to allow a simple string as a netrc backend
4999         spec.
5000         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5001         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5002         (auth-source-search): Main auth-source API entry point.
5003         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5004         (auth-source-search-collection): Helper function for searching.
5005         (auth-source-netrc-parse, auth-source-netrc-normalize)
5006         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5007         Supports search, create, and delete.
5008         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5009         backend stubs.
5010         (auth-source-user-or-password): Call `auth-source-search' but it's not
5011         ready yet.
5012
5013 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5014
5015         * message.el (message-setup-1): Remove the read-only stuff, since it
5016         doesn't work under XEmacs, for some reason.
5017
5018         * gnus-sum.el (gnus-user-date): Rename back from
5019         gnus-summary-user-date since user code refers to it.
5020
5021         * shr.el (shr-render-td): Store the actual background color used.
5022
5023         * message.el (message-setup-1): Don't bind the constant
5024         -forbidden-properties.
5025         (message-setup-1): Revert previous change, since it needs to bind the
5026         props to insert them.
5027         (message-resend): Allow removing the read-only separator line.
5028
5029 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5030
5031         * nnimap.el (nnimap-request-accept-article): Give an error message if
5032         the APPEND wasn't successful.
5033
5034 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5035
5036         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5037         that have no groups.
5038
5039 2011-02-03  Julien Danjou  <julien@danjou.info>
5040
5041         * gnus-draft.el: Remove progn around gnus-draft-setup.
5042
5043 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5044
5045         * gnus-start.el (gnus-read-active-for-groups): This function is never
5046         called with a nil `infos', so clean that up.
5047         (gnus-get-unread-articles): Request active files from primary/secondary
5048         methods that have no groups (yet).
5049
5050 2011-02-03  Julien Danjou  <julien@danjou.info>
5051
5052         * message.el (message-setup-1): Always generate References first.
5053         (message-mail): Return the return value of message-setup, not always t.
5054         (message-setup-1): Insert mail-header-separator with read-only and
5055         intangible properties set.
5056
5057         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5058         user-date in docstring.
5059
5060         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5061
5062         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5063         docstring.
5064
5065         * gnus.el (gnus-user-date-format-alist): Change default value.
5066         Use defcustom, with type and group. Move from gnus-util.el.
5067         Rename to gnus-summary-user-date-format-alist.
5068
5069 2011-02-03  Glenn Morris  <rgm@gnu.org>
5070
5071         * nnimap.el (gnus-fetch-headers): Declare.
5072
5073         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5074
5075 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5076
5077         * message.el (message-forward-make-body-digest-plain)
5078         (message-followup, message-reply): Clean up things noted by Stefan.
5079
5080         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5081         gnus-article-update-date-headers is nil.
5082         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5083         it didn't really work with defcustom.
5084         (article-update-date-lapsed): Make sure the window start doesn't move,
5085         either.
5086
5087 2011-02-01  Julien Danjou  <julien@danjou.info>
5088
5089         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5090         format.
5091
5092         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5093         standard in Emacs nowadays.
5094
5095         * color.el (color-gradient): Add a color-gradient function.
5096
5097 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5098
5099         * message.el (message-expand-name): Don't trust the return value of
5100         bbdb-complete-name.
5101         (message-check-news-header-syntax): Remove unused var `start'.
5102         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5103         (message-inhibit-body-encoding): Move to before first use.
5104         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5105         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5106         (Organization, Message-ID, Date, mh-previous-window-config):
5107         Defvar the vars using dynamic scoping.
5108
5109 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5110
5111         * shr.el (shr-render-td): Only do colors at the final rendering.
5112         Should be slightly faster.
5113         (shr-insert-table): Fix up TD background colors when doing the
5114         vertical padding.
5115
5116         * gnus-art.el (article-date-ut): Protect against articles with no Date
5117         header.
5118         (article-update-date-lapsed): Don't use current-column to find the
5119         horizontal position.  It's fragile in the presence of \003 characters.
5120
5121         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5122
5123 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5124
5125         * gnus-art.el (article-transform-date): Rewrite to still work when
5126         there are several rfc2822 parts.
5127         (article-transform-date): Fix infinite recursion.
5128         (article-date-ut): Replace infinitely many Date headers with a single
5129         one when called interactively.
5130
5131         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5132         secure manner.
5133
5134         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5135         move around by not using save-window-excursion.  It seems to work...
5136
5137 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * gnus-art.el (article-make-date-line): Work for user-defined format.
5140
5141 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5142
5143         * nntp.el (nntp-retrieve-group-data-early)
5144         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5145         fetching functions.
5146
5147         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5148         thoroughly for all backends that have no known groups.  This should
5149         allow new nnml methods to retrieve mail.
5150
5151         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5152         that Gnus doesn't know exists again.
5153
5154         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5155         (gnus-treat-date-ut): Ditto.
5156         (gnus-article-update-date-header): Rename.
5157         (gnus-treat-date-local): Remove.
5158         (gnus-treat-date-english): Remove.
5159         (gnus-treat-date-lapsed): Remove.
5160         (gnus-treat-date-combined-lapsed): Remove.
5161         (gnus-treat-date-original): Remove.
5162         (gnus-treat-date-iso8601): Remove.
5163         (gnus-treat-date-user-defined): Remove.
5164         (gnus-article-date-headers): New variable to control all the date
5165         header options.
5166         (article-date-ut): Rewrite to allow using the new way to format date
5167         headers(s).
5168
5169 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5170
5171         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5172         method.
5173         (nnmail-article-group): A better test for fanciness.
5174
5175         * nnimap.el (nnimap-request-head): Protect against not finding the
5176         article by Message-ID.
5177
5178 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5179
5180         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5181         keep point at the "same place".
5182
5183 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5184
5185         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5186         data if the group is inactive.
5187
5188 2011-01-28  Julien Danjou  <julien@danjou.info>
5189
5190         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5191         (gnus-all-windows-visible-p): Remove old compatibility code.
5192         (gnus-window-top-edge): Add docstring.
5193
5194         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5195
5196 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5197
5198         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5199         older request-update-info.
5200
5201         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5202
5203 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5204
5205         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5206         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5207
5208 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5209
5210         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5211         groups.  This makes the nndraft:queue group pop up if it's not already
5212         there.
5213
5214         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5215         messages" logic, which was reversed.
5216
5217         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5218         the "same place" even if point is on the line being replaced.
5219         (article-update-date-lapsed): Allow updating both the combined lapsed
5220         and the lapsed headers.
5221         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5222         (article-make-date-line): Limit the number of segments dynamically to
5223         avoid too-long lines.
5224
5225 2011-01-27  Julien Danjou  <julien@danjou.info>
5226
5227         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5228         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5229
5230 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5233         Use plist-get instead of the cl function getf.
5234
5235 2011-01-27  Glenn Morris  <rgm@gnu.org>
5236
5237         * gnus-util.el (float-time): Get rid of compiler warning, again.
5238
5239 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5240
5241         * shr.el (shr-put-color): Special-case background colors: Do put them
5242         at the blank parts at the front of the lines.
5243
5244         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5245         exit hook to nix out all data on readedness on group exit.
5246
5247         * gnus-util.el (float-time): If float-time is bound, always use it on
5248         all Emacsen.  It's unclear why the subrp check was there.
5249         (time-date): Require to make some autoload issues on XEmacs go away.
5250
5251         * shr.el (shr-put-color): Don't do the box padding in tables, since
5252         they're already padded.
5253
5254 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5255
5256         * gnus-art.el (gnus-article-next-page): When the last line of the
5257         article is displayed, scroll down once more instead of going to the
5258         next article at once.
5259         (article-lapsed-string): Refactor out and allow specifying how many
5260         segments you want.
5261         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5262         (gnus-article-update-lapsed-header): New variable.
5263
5264         * shr.el: Revert change that made headings use different-sized faces.
5265         The Emacs display engine isn't advanced enough that, for instance,
5266         tables can comfortably use differently-sized faces.
5267
5268 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5269
5270         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5271         used.
5272         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5273         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5274         we're using an encrypted connection.
5275
5276         * proto-stream.el: Alter the interface functions to also return the
5277         actual stream type used: network or tls.
5278
5279 2011-01-25  Julien Danjou  <julien@danjou.info>
5280
5281         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5282         (mm-display-javascript-inline): New function.
5283
5284         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5285         viewing function.
5286
5287 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * shr.el (shr-expand-newlines): Fix variable name.
5290
5291 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5292
5293         * shr.el (shr-expand-newlines): Make nested boxes work.
5294
5295 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5296
5297         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5298         backgrounds.
5299         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5300         in a more sensible manner.
5301
5302 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5303
5304         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5305         if EPG is loaded.
5306
5307 2011-01-24  Julien Danjou  <julien@danjou.info>
5308
5309         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5310         tags.
5311
5312 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5313
5314         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5315         commands.
5316
5317         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5318         in the article buffer.
5319         (gnus-gravatar-insert): Use blank space from the current buffer to
5320         avoid breaking text properties.  This makes X-Sent updating work again.
5321
5322         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5323
5324 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5325
5326         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5327         fix the bug in url-http.el instead.
5328
5329         * shr.el (shr-image-fetched): Ditto.
5330
5331         * shr.el (shr-image-fetched): Avoid having point move in the article
5332         buffer.
5333
5334         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5335         buffer after being called.  It's apparently being killed by url.el, and
5336         killing it made point move to end-of-buffer in a random buffer.
5337
5338         * shr.el (shr-image-fetched): Ditto.
5339
5340 2011-01-23  Julien Danjou  <julien@danjou.info>
5341
5342         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5343
5344         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5345         text/x-org.
5346
5347 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5348
5349         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5350         (i.e., nnimap) returning nil as the article number.
5351
5352 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5353
5354         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5355         "DelSp" parameter in RFC3676.
5356
5357 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5358
5359         * message.el (message-check-recipients): Display the encoded version of
5360         the bogus address if they differ.
5361
5362         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5363         after sending.
5364
5365         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5366
5367         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5368
5369         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5370         group buffer after sending the queue.
5371
5372         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5373
5374 2011-01-22  Julien Danjou  <julien@danjou.info>
5375
5376         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5377
5378 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5379
5380         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5381         nested related parts.
5382
5383         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5384         unexpired articles.  This fixes the regression that led expiry marks to
5385         disappear from nnfolder groups.
5386
5387 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5388
5389         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5390         Don't confuse the "ret" of "retrograde" with RET.
5391
5392 2011-01-21  Julien Danjou  <julien@danjou.info>
5393
5394         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5395         than mm-insert-inline.
5396
5397 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5400         Widen article buffer.
5401
5402 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5403
5404         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5405         the temp buffer.
5406         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5407
5408 2011-01-20  Julien Danjou  <julien@danjou.info>
5409
5410         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5411
5412         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5413         than mm-insert-inline to insert inline part: this respect
5414         mm-inline-media-tests displayers.
5415
5416         * mm-view.el (mm-display-shell-script-inline): New function.
5417
5418         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5419
5420         * mm-uu.el (mm-uu-type-alist): Add org block.
5421         (mm-uu-org-src-code-block-extract): New function.
5422
5423         * mm-view.el (mm-display-org-inline): New function.
5424
5425         * mm-decode.el (mm-automatic-display): Add text/org.
5426
5427         * mailcap.el (mailcap-mime-extensions): Add .org.
5428
5429 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5432         gnus-article-add-buttons.
5433
5434 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5435
5436         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5437         From header with a date and "nobody" as the sender.
5438
5439 2011-01-19  Julien Danjou  <julien@danjou.info>
5440
5441         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5442         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5443         if you have the same regexp several times.
5444         (gnus-button-push): Fix matching when regexp is symbol.
5445
5446 2011-01-15  Glenn Morris  <rgm@gnu.org>
5447
5448         * message.el (message-mail): A compose-mail function should
5449         accept headers as strings.
5450
5451 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5452
5453         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5454         Add :vert-only tags.
5455         (message-mail): New arg RETURN-ACTION.
5456         (message-return-action): New var.
5457         (message-bury): Use it.
5458         (message-mode): Make it buffer-local.
5459         (message-send-and-exit): Always call message-bury.
5460
5461         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5462         message-mail.
5463
5464 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * nnimap.el (nnimap-convert-partial-article): Protect against
5467         zero-length body parts.
5468
5469         * mm-decode.el (mm-preferred-alternative-precedence):
5470         Discourage showing empty parts.
5471
5472         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5473         and stuff if the backend didn't return the article number.  This fixes
5474         an Exchange-related nnimap bug.
5475
5476         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5477         group window, because it does the wrong thing when a separate frame
5478         displays the group buffer.
5479
5480         * proto-stream.el (open-protocol-stream): Protect against the low-level
5481         transport functions returning nil.
5482
5483 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5484
5485         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5486         (mml2015-epg-find-usable-secret-key): New function.
5487         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5488         mml2015-epg-find-usable-key (Bug#7797).
5489         (mml2015-epg-encrypt): Ditto.
5490
5491 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * dgnushack.el (rot13-string): Fix the way to get the argument.
5494
5495 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5498
5499 2011-01-03  Glenn Morris  <rgm@gnu.org>
5500
5501         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5502
5503         * sieve.el (sieve-open-server): Give a more explicit error if
5504         sieve-manage-open returns nil.  (Bug#7720)
5505
5506 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5507
5508         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5509
5510 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5511
5512         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5513         This avoids sending passwords in plain text over non-encrypted
5514         channels.
5515
5516         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5517
5518         * nnimap.el (nnimap-login): Refactored out into own function, and
5519         implement CRAM-MD5.
5520         (nnimap-wait-for-line): Refactored out.
5521
5522         * mm-view.el (mml-smime): Require.
5523
5524 2010-12-20  David Engster  <deng@eml.cc>
5525
5526         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5527         use EPG to decrypt S/MIME messages instead of openssl.
5528
5529 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5530
5531         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5532
5533         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5534         status is the group clearly is unreachable.
5535
5536         * auth-source.el (auth-source-create): Add the optional second
5537         parameter to `local-variable-p' to be compatible with XEmacs.
5538
5539 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5540
5541         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5542         work when using a compressed nnml folder.
5543
5544 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5547         backends after sanitising on entry, because this never makes sense:
5548         If the articles have gone missing, then the data no longer exists on
5549         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5550         overwrite anything anyway.
5551
5552         * shr.el (shr-insert-document): Bind shr-width dynamically to
5553         window-width if it's nil.
5554
5555 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5556
5557         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5558         with the meaning of using the full emacs window width for rendering.
5559
5560 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5561
5562         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5563         case when sender is not given.
5564
5565 2010-12-23  Julien Danjou  <julien@danjou.info>
5566
5567         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5568         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5569         the addresses, otherwise we might misplaced the gravatar.
5570
5571 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5572
5573         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5574         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5575         obsolete in Emacs.
5576
5577 2010-12-20  Julien Danjou  <julien@danjou.info>
5578
5579         * gnus-util.el (gnus-rescale-image): Revert last change.
5580
5581 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5582
5583         * binhex.el: Improve commentary (Bug#7482).
5584
5585 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * gnus-group.el (gnus-group-delete-articles): New command.
5588
5589 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5590
5591         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5592
5593 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5596         here, since it's up to the backends to do CRLF removal if their
5597         protocol has it.
5598
5599         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5600
5601 2010-12-17  Julien Danjou  <julien@danjou.info>
5602
5603         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5604         they are from file.  Can also scale up.
5605
5606 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5607
5608         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5609         Restore gnus-use-agent.
5610         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5611
5612         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5613
5614 2010-12-17  Julien Danjou  <julien@danjou.info>
5615
5616         * gravatar.el (gravatar-retrieve-synchronously): New function.
5617         (gravatar-get-data): Make more robust.
5618
5619 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5622
5623 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5626         to really consider the last line.
5627
5628 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5629
5630         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5631         list of recipient keys, or use symmetric encryption if not a list.
5632         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5633         EPA override, replacing the call to `netrc-store-data'.
5634
5635 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5636
5637         * gnus-srvr.el: Avoid passing nil regexp argument to
5638         delete-matching-lines.
5639
5640 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5641
5642         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5643         fetching stops when Gnus exits.
5644
5645         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5646         function.
5647         (nnfolder-request-expire-articles): Save all the buffers after doing
5648         expiry.
5649
5650         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5651         the last article", since that led to serious performance regressions
5652         when expiring nnml groups.
5653
5654 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5655
5656         * nnir.el: Improve customizations.
5657
5658 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5659
5660         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5661
5662         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5663         group has been killed.
5664         (gnus-group-yank-group): Ditto.
5665
5666         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5667
5668         * nnimap.el (nnimap-request-update-group-status): New function.
5669
5670         * gnus-int.el (gnus-request-update-group-status): New interface
5671         function.
5672
5673         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5674         copying read-ness to the backends.
5675
5676         * nnimap.el (nnimap-quirk): New function.
5677         (nnimap-retrieve-group-data-early): Use it.
5678         (nnimap-quirks): New alist.
5679
5680 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5683         don't delete it within indentation.
5684
5685 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5688         previous line.
5689
5690 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5691
5692         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5693         QRESYNC command by deleting a superfluous space which broke Cyrus
5694         servers.  This change will break other servers that are buggy the other
5695         way around.
5696
5697 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5698
5699         * spam.el: Reindent and fix long lines.
5700         (spam-copy-or-move-routine): Exclude invalid move destinations.
5701
5702 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5703
5704         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5705         installed the registry.
5706
5707 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5710
5711 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5712
5713         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5714         groupname doesn't contain "gmane".
5715
5716 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5719         and netrc-bound-and-true-p bindings.
5720         (netrc-parse): Cache the netrc contents.
5721
5722         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5723         (gnus-1): Don't create the nndrafts group twice.
5724         (gnus-setup-news): There's no need to read the active file here, since
5725         that's done again later on a per-backend basis.
5726         (gnus-start-draft-setup): Make sure that the new group is started out
5727         empty.
5728
5729         * gnus-agent.el (gnus-agentize): Don't create the queue group
5730         automatically on startup.  It'll be created later, if needed.
5731
5732         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5733         of automatically subscribed groups.
5734         (gnus-auto-subscribed-categories): New variable.
5735         (gnus-matches-options-n): Use it.
5736         (gnus-default-subscribed-newsgroups): Remove unused variable.
5737         (gnus-start-draft-setup): Message a bit less.
5738
5739 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5740
5741         * nnir.el (nnir-run-imap): Return article list in order of increasing
5742         UID.
5743
5744 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5745
5746         * gnus-sum.el (gnus-summary-enter-digest-group):
5747         Mention gnus-auto-select-on-ephemeral-exit.
5748
5749         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5750         convention of the network-only option.
5751
5752 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * proto-stream.el (proto-stream-open-network-only): New function to
5755         have a way to specify non-STARTTLS upgrade connections.
5756
5757 2010-12-10  Julien Danjou  <julien@danjou.info>
5758
5759         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5760         email address is nil.
5761
5762         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5763
5764 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5765
5766         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5767         deletion.
5768         (nnir-run-imap): Only need to parse list once.
5769
5770 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * shr.el (shr-tag-script): Ignore <script>.
5773         (shr-tag-label): Add <label> support.
5774
5775 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5778
5779         * shr.el (shr-image-displayer): Work for images lined side by side.
5780
5781 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5782
5783         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5784         parameter, since XEmacs doesn't accept t as a parameter.
5785
5786 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5787
5788         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5789         ids.
5790         (nnir-run-gmane): Simplify groupspec formatting.
5791         (nnir-request-expire-articles): New function.
5792
5793 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794
5795         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5796         overflow, possibly.
5797
5798         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5799         (shr-render-td): Handle td style="" better.
5800         (shr-tag-table): Use the color from the style sheet.
5801         (shr-render-td): Make sure we copy over all the overlays, too.
5802
5803 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5804
5805         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5806         (nnir-request-article): Improve article retrieval.
5807
5808 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * mm-util.el (mm-extra-numeric-entities): New variable.
5811
5812         * mm-url.el (mm-url-decode-entities):
5813         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5814
5815         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5816
5817 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5818
5819         * message.el: Use completion-at-point.
5820         (message-completion-function): New fun, extracted from message-tab.
5821         (message-mode): Use it for completion-at-point-functions.
5822         (message-tab): Use it and completion-at-point.
5823
5824 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5827         character if a non-breakable character follows.
5828
5829 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5830
5831         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5832         any stream.
5833
5834         * shr.el (shr-tag-font): Colorize the region.
5835         (shr-tag-body): Ditto.
5836         (shr-tag-font): Actually let the styles be inherited instead of
5837         overwriting them.
5838         (shr-tag-font): Get the background color right.
5839         (shr-tag-style): Ignore all <style> tags for the moment.
5840
5841         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5842         a Message-ID to avoid having nnimap depend on gnus-sum.
5843
5844         * shr.el (shr-descend): Only colorize something if we have a node that
5845         sets colors.
5846
5847 2010-12-06  Julien Danjou  <julien@danjou.info>
5848
5849         * shr.el (shr-render-td): Render td content with shr-descend, so style
5850         will be applied to <td> too.
5851         (shr-colorize-region): Colorize region even if we only have a background.
5852         (shr-tag-body): Fix color and background color inheritance.
5853         Do not recolorize after shr-generic.
5854         (shr-tag-font): Let shr-generic colorize via inheritance.
5855
5856 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5859
5860 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5861
5862         * nnir.el (nnir-request-move-article): Remove obsolete code.
5863
5864 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5867
5868 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * gnus-sum.el (gnus-summary-respool-article): The completion function
5871         expects a list instead of an alist.
5872
5873         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5874         string as the parameter.
5875
5876         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5877
5878         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5879         styles.
5880         (shr-colorize-region): New function.
5881         (shr-insert-background-overlay): Remove.
5882         (shr-render-td): Background setting should be taken care of on a higher
5883         level.
5884         (shr-tag-body): Use post-hoc colorizations.
5885         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5886         (shr-put-color-1): Don't overwrite old colors.
5887         (shr-colorize-region): When the background color isn't explicit, use
5888         a fixed background.
5889
5890         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5891         nnmail variables.
5892
5893 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5894
5895         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5896         unless necessary.
5897
5898 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5899
5900         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5901         server.
5902
5903 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5904
5905         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5906         so that TAB works.
5907
5908         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5909         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5910
5911         * shr.el (shr-urlify): Show the URL before the title to avoid
5912         misleading URLs.
5913
5914 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5915
5916         * shr.el (shr-urlify): Display the title in <a> tags.
5917
5918 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5919
5920         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5921
5922 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5923
5924         * nnir.el: Rearrange code to allow macros to be autoloaded by
5925         gnus-sum.el.
5926         (nnir-retrieve-headers-override-function): Make this variable
5927         customizable.
5928         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5929
5930         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5931         from nnir.el.
5932
5933 2010-12-03  Julien Danjou  <julien@danjou.info>
5934
5935         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5936
5937 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5940         allow optional argument `environment'.
5941
5942 2010-12-03  Glenn Morris  <rgm@gnu.org>
5943
5944         * mm-extern.el (message-goto-body): Update declaration.
5945
5946 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * gnus-util.el (gnus-macroexpand-all): New function.
5949
5950         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5951         instead of macroexpand-all that is unavailable in XEmacs.
5952
5953 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5954
5955         * nnir.el (nnir-summary-line-format): New variable.
5956         (nnir-mode): Use it.
5957         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5958         (nnir-article-ids): Reimplement as defsubst.
5959         (nnir-retrieve-headers): Don't mangle the subject header.
5960         (nnir-run-imap): Use 100 as RSV score.
5961         (nnir-run-find-grep): Fix for full server searching.
5962         (nnir-run-gmane): Better restriction to gmane groups.
5963
5964         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5965         summary buffers.
5966
5967 2010-12-02  Julien Danjou  <julien@danjou.info>
5968
5969         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5970
5971         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5972
5973         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5974         support.
5975
5976 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5977
5978         * nnir.el: Update to handle the registry better.
5979         (autoload): Silence byte-compiler.
5980         (nnir-open-server): Add a hook for nnir groups.
5981         (nnir-request-move-article): Don't mangle the header.  Better to use
5982         formatting variables (which will be added in the future).
5983         (nnir-registry-action): Update the registry using the original article
5984         group name.
5985         (nnir-mode): Install nnir-specific hooks for updating the registry.
5986
5987         * gnus-sum.el
5988         (gnus-article-original-subject,gnus-newsgroup-original-name):
5989         Remove obsolete variables.
5990         (gnus-summary-move-article): Remove use of obsolete variables.
5991         (gnus-summary-local-variables): Make move and delete hooks local to
5992         summary buffers.
5993
5994 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * rtree.el: New file.
5997
5998 2010-12-01  Julien Danjou  <julien@danjou.info>
5999
6000         * message.el (message-user-organization): Do not use
6001         gnus-local-organization.
6002
6003         * gnus.el: Remove gnus-local-organization.
6004
6005         * gnus-msg.el: Remove nastygram thing.
6006
6007 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6008
6009         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6010         funcall.
6011
6012 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6015         names.
6016
6017         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6018         characters.
6019
6020         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6021         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6022         Suggested by Štěpán Němec <stepnem@gmail.com>.
6023         (gnus-gravatar-transform-address): Use mail-extract-address-components
6024         that supports non-ASCII names rather than mail-header-parse-addresses.
6025
6026 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027
6028         * proto-stream.el (open-protocol-stream): All starttls connections are
6029         handled by the network handler.
6030
6031 2010-11-30  Julien Danjou  <julien@danjou.info>
6032
6033         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6034         (nnimap-open-connection-1): Fix PREAUTH.
6035
6036         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6037
6038 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6041         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6042         (shr-insert): Use them.
6043         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6044
6045 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6046
6047         * nnir.el (nnir-request-move-article): Bail out if original group
6048         doesn't support article moves.
6049         (nnir-get-active): Improve active list retrieval.
6050
6051 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6052
6053         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6054
6055 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6056
6057         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6058         seem to accept strings-with-numbers as port numbers.
6059
6060 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6061
6062         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6063         change the registry.
6064
6065 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6068         delete-dups that is not available in XEmacs 21.4.
6069
6070         * mm-util.el (mm-delete-duplicates): Add comment.
6071
6072 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6073
6074         * nnir.el (nnir-ignored-newsgroups): New variable.
6075         (nnir-get-active): Use it.
6076
6077 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6078
6079         * proto-stream.el (proto-stream-open-network): Add some comments.
6080
6081         * nntp.el (nntp-open-connection): Provide a :success condition.
6082
6083         * nnimap.el (nnimap-open-connection-1): Ditto.
6084
6085         * proto-stream.el (proto-stream-open-network): See what the response to
6086         the STARTTLS command is.
6087
6088         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6089         backwards compatibility).
6090         (nnimap-open-connection-1): Really respect nnimap-server-port.
6091
6092         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6093         TLS upgrades we don't really care about the identity of the peer.
6094         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6095         that what we've checked for.
6096         (proto-stream-always-use-starttls): Only default to t if
6097         open-gnutls-stream exists.
6098         (proto-stream-open-network): If STARTTLS failed, then just open a
6099         normal connection.
6100         (proto-stream-open-network): Wait until the greeting before doing
6101         STARTTLS.
6102
6103         * nntp.el (nntp-open-connection): Report what the connection error is.
6104
6105         * proto-stream.el (open-protocol-stream): Rename from
6106         open-proto-stream.
6107
6108 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6109
6110         * nnimap.el (nnimap-stream): Change default to `undecided'.
6111         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6112         first, and then network.
6113         (nnimap-open-connection-1): Respect nnimap-server-port.
6114         (nnimap-open-connection): Be more backwards-compatible.
6115
6116         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6117         (proto-stream-open-starttls): De-duplicate the starttls code.
6118         (proto-stream-open-starttls): Folded back into the main function.
6119         (proto-stream-open-network): Fix typo in the gnutls path.
6120         (proto-stream-command): Refactor out.
6121
6122         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6123
6124         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6125         starttls.el STARTTLS.
6126
6127         * color.el (color-lab->srgb): Fix function call name.
6128
6129         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6130         if we're using tls.el.
6131         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6132         built in, then don't try to establish a STARTTLS connection.
6133
6134         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6135         servers.
6136
6137         * proto-stream.el (open-proto-stream): Use network, not stream.
6138         (open-proto-stream): Add a way to specify what the end of a command is.
6139
6140         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6141         connections types.
6142         (nntp-open-network-stream): Remove.
6143         (nntp-open-ssl-stream): Remove.
6144         (nntp-open-tls-stream): Remove.
6145         (nntp-ssl-program): Remove.
6146
6147         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6148
6149 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6150
6151         * nnir.el: Fix typos.
6152         (nnir-retrieve-headers-override-function): Rename variable to reflect
6153         new semantics.
6154         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6155         macros.
6156         (nnir-request-article, nnir-request-move-article): Use them.
6157         (nnir-categorize): New function.
6158         (nnir-run-query): Use it.
6159         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6160         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6161         sorted.
6162         (nnir-group-full-name): Use gnus-group-full-name instead.
6163         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6164         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6165
6166 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6167
6168         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6169
6170         * proto-stream.el: New library to provide protocol-specific
6171         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6172         protocols.
6173         (open-proto-stream): Complete the documentation.
6174         (proto-stream-open-network): Fix some typos.
6175
6176         * nnimap.el (nnimap-open-connection): Use it.
6177
6178 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6179
6180         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6181         negotiation.
6182
6183 2010-11-26  Julien Danjou  <julien@danjou.info>
6184
6185         * color.el: Rename various rgb functions to srgb.
6186
6187 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6190         names.
6191
6192 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * shr.el (shr-insert): Revert last change.
6195         (shr-find-fill-point): Never leave point being at bol;
6196         relax the kinsoku limitation when rendering tables.
6197
6198 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199
6200         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6201         results from -accept-article.
6202
6203         * shr-color.el: Require cl when compiling.
6204
6205         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6206         checkin.
6207
6208         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6209
6210         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6211
6212         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6213         'add and 'delete to set backend marks.
6214
6215         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6216
6217         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6218
6219         * nntp.el (nntp-request-set-mark): Use it.
6220
6221         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6222
6223         * nnml.el (nnml-request-set-mark): Ditto.
6224
6225         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6226         introduces regressions in article selection.
6227         (nnimap-find-uid-response): New function.
6228         (nnimap-request-accept-article): Use the UID returned, if any.
6229         (nnimap-request-move-article): Use the UID returned, if any.
6230         (nnimap-get-groups): Reimplement to work with folded lines.
6231         (nnimap-find-uid-response): The UID is the last element in the list.
6232         (nnimap-request-set-mark): Extend syntax with 'set.
6233
6234         * nnml.el (nnml-request-set-mark): Ditto.
6235
6236         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6237
6238         * nntp.el (nntp-request-set-mark): Ditto.
6239
6240 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * message.el (message-called-interactively-p): A temporary macro.
6243         (message-goto-body): Use it temporarily.
6244
6245 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246
6247         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6248         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6249         (nnimap-last-response-string): Fix last unfolding fix.
6250
6251 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * shr.el (shr-insert): Fix the way to fold lines.
6254
6255 2010-11-25  Julien Danjou  <julien@danjou.info>
6256
6257         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6258
6259         * color.el: Rename from color-lab.el
6260         (color-rgb->hex): Add.
6261         (color-complement): Add.
6262         (color-complement-hex): Add.
6263
6264         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6265
6266 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6267
6268         * shr-color.el (shr-color-visible): Don't bug out if the color names
6269         don't exist.
6270
6271 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6274         assuming that article displaying or another mml-preview may be
6275         interrupted for an error or for the like.
6276
6277         * shr.el (shr-get-background): Fix argument name.
6278
6279 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6280
6281         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6282
6283         * gnus-sum.el (gnus-summary-include-articles): New function.
6284
6285         * message.el (message-goto-body): called-interactively-p needs a
6286         parameter, so use `any'.
6287
6288         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6289         clear marks before moving, since they're synced from the Gnus side
6290         first.
6291
6292         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6293         (gnus-summary-move-article): Copy over all marks before moving, so that
6294         IMAP doesn't think a new article has arrived.
6295
6296 2010-11-24  Julien Danjou  <julien@danjou.info>
6297
6298         * shr.el (shr-insert-background-overlay): Fix typo.
6299         (shr-render-td): Copy the background before rendering.
6300
6301         * shr-color.el (shr-color-visible): Fix docstring.
6302
6303         * shr.el (shr-tag-table): Add bgcolor support.
6304         (shr-render-td): Add bgcolor support.
6305         (shr-get-background): Add.
6306         (shr-insert-foreground-overlay): Use shr-get-background.
6307
6308         * message.el (message-goto-body): Use called-interactively-p.
6309         (message-in-body-p): message-goto-body returns point.
6310
6311 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6314         Fixes something or other in Emacs 23, and is backwards compatible.
6315
6316         * message.el (message-goto-body): Remove the <#secure special-casing,
6317         which is too special.
6318
6319         * shr.el (shr-parse-style): Drop !important from styles.
6320
6321 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6322
6323         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6324         this function to return incorrect results when calling it with an
6325         explicit article argument different from
6326         (gnus-summary-article-number).
6327
6328 2010-11-24  Julien Danjou  <julien@danjou.info>
6329
6330         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6331         (shr-tag-body): Add background support.
6332         (shr-descend): Add background support.
6333         (shr-tag-title): Add.
6334
6335         * shr-color.el (shr-color-visible): Really return original background
6336         if fixed.
6337
6338 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6339
6340         * shr.el (shr-color-check): Protect against non-existent color names.
6341
6342 2010-11-24  Julien Danjou  <julien@danjou.info>
6343
6344         * color-lab.el: Require 'cl when compiling.
6345
6346         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6347
6348         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6349         matched part.
6350
6351         * color-lab.el: Fix all expt calls to use float type.
6352
6353 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6356         expression to shr-color-check as is.
6357
6358         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6359
6360         * color-lab.el: Add coding cookie.
6361         (float-pi): Use eval-and-compile.
6362
6363         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6364         compiled for Emacsen having no `libxml-parse-html-region' support.
6365
6366 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * shr.el (shr-insert-color-overlay): Split stuff like
6369         "#444444 !important" to find the real color.
6370         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6371         parse <font color="red"> entries.
6372
6373 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6374
6375         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6376         point when parsing headers.
6377
6378         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6379         is positioned properly when parsing headers.
6380
6381 2010-11-23  Julien Danjou  <julien@danjou.info>
6382
6383         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6384
6385         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6386
6387         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6388
6389         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6390         Use shr-color-hue-to-rgb.
6391         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6392
6393 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6394
6395         * shr.el (shr-color->hexadecimal): Autoload.
6396         (shr-descend): Add color to all tags.
6397
6398 2010-11-22  Julien Danjou  <julien@danjou.info>
6399
6400         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6401         shr-color->hexadecimal.
6402
6403         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6404         RGB() or HSL() color representation.
6405
6406         * shr.el (shr-tag-font): Add.
6407         (shr-tag-color-check): New function to get better colors.
6408         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6409         tag-span.
6410
6411         * shr-color.el: New file.
6412
6413         * color-lab.el: New file.
6414
6415         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6416
6417 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6418
6419         * nnir.el: Fix typo in comments.
6420         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6421         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6422
6423 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6424
6425         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6426
6427         * nnimap.el (nnimap-get-capabilities): Refactor out.
6428         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6429
6430 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6431
6432         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6433         appearing when `mm-uu-hide-markers' is nil.
6434
6435 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6436
6437         * nnimap.el (nnimap-unselect-group): Make into its own function.
6438         (nnimap-request-rename-group): Unselect group before renaming.
6439         This had gotten lost somewhere.
6440         (nnimap-request-accept-article): Keep track of examined groups, and
6441         unselect the group before APPENDing to read-only groups.
6442         (nnimap-request-move-article): Clear flags before moving so that they
6443         can be re-set later.
6444
6445 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6448         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6449
6450 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * gnus-art.el (gnus-mime-display-single):
6453         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6454         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6455         parameter.
6456
6457 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458
6459         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6460         (shr-table-vertical-line): New variable.
6461         (shr-insert-table): Use it.
6462
6463 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus-html.el (gnus-html-wash-images): Don't display images if
6466         gnus-inhibit-images is non-nil; register displayer for cid images.
6467         (gnus-html-display-image): Work for cid image.
6468         (gnus-html-insert-image): Allow arguments.
6469         (gnus-html-put-image): Inhibit read-only.
6470         (gnus-html-prefetch-images): Don't prefetch images if
6471         gnus-inhibit-images is non-nil.
6472
6473 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6474
6475         * shr.el (shr-put-image): Break lines when inserting big pictures.
6476
6477 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6478
6479         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6480         sender, thanks Katsumi Yamaoka.
6481
6482 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6483
6484         * nnir.el (nnir-run-imap): Reverse the article list for each group
6485         rather than the whole list.
6486
6487 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * shr.el (shr-image-displayer): Protect function against non-existent
6490         image source.
6491
6492         * gnus-art.el (gnus-inhibit-images): New user option.
6493         (gnus-mime-display-single): Don't display image if it is non-nil.
6494
6495         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6496         gnus-inhibit-images.
6497
6498         * shr.el (shr-image-displayer): New function.
6499         (shr-tag-img): Use it.
6500
6501 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6502
6503         * mml2015.el (mml2015-epg-sign): Use From header.
6504
6505 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6506
6507         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6508
6509         * gnus-util.el (gnus-find-text-property-region): Return markers.
6510
6511         * shr.el (shr-tag-img): Put a displayer in the text property.
6512
6513         * gnus-util.el (gnus-find-text-property-region): New utility function.
6514
6515         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6516         (gnus-html-show-images): Remove.
6517
6518         * gnus-art.el (gnus-article-show-images): New, more general function.
6519
6520         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6521         image url text properties.
6522
6523         * shr.el: Ditto.
6524
6525         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6526         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6527
6528 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6531         work for two or more articles.
6532
6533 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6536         divide an image that's in an html article to two or more when washing
6537         non-ASCII characters in alt text of it.
6538
6539 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6542         smime-decrypt-region using function argument.
6543         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6544
6545         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6546
6547         * smime.el (smime-decrypt-region): Catch it.
6548
6549 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6550
6551         * smime.el (smime-mode-map): Move initialization into declaration.
6552         (gnus-run-mode-hooks): Don't autoload.
6553         (smime-mode): Use define-derived-mode.
6554
6555 2010-11-11  Glenn Morris  <rgm@gnu.org>
6556
6557         * smime.el (from): Restrict declaration to XEmacs.
6558
6559         * nnir.el (gnus-group-topic-name): Autoload.
6560
6561 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * shr.el (shr-insert): Don't break long line if it is because of
6564         kinsoku-bol characters in the line end.
6565
6566 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6567
6568         * nnir.el (nnir-request-move-article): Fix to provide original group
6569         and subject.
6570         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6571         been retrieved.
6572
6573         * gnus-sum.el (gnus-summary-move-article): Use original group and
6574         subject for virtual articles such as those in an nnir summary buffer.
6575
6576 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6579         least 21.5).
6580
6581         * smime.el (from): Declare it again for XEmacs.
6582
6583 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6584
6585         * message.el (message-resend): Don't disable encoding unless it's
6586         already encoded.
6587
6588         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6589         low-numbered articles.
6590
6591 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * rfc2047.el (rfc2047-syntax-table): Simplify.
6594
6595         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6596
6597         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6598         set-char-table-range for XEmacs.
6599
6600 2010-11-10  Glenn Morris  <rgm@gnu.org>
6601
6602         * time-date.el (time-to-seconds): Always an alias on Emacs,
6603         never a real function.
6604         (with-no-warnings): Remove compat stub, now unused.
6605         (time-less-p): Doc fix.
6606         (time-to-number-of-days): Simplify.
6607
6608         * smime.el (from): Remove unused declaration.
6609
6610         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6611         (gnus-float-time): On Emacs, always an alias.
6612
6613         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6614         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6615
6616 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * dgnushack.el: Don't use ignore-errors in the top level form since it
6619         is unavailable in XEmacs even if cl is loaded.
6620
6621         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6622
6623 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * shr.el (browse-url-mailto): Autoload.
6626
6627         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6628
6629         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6630         regexp doesn't need quoting.
6631
6632 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6633
6634         * message.el (message-subject-trailing-was-ask-regexp)
6635         (message-subject-trailing-was-regexp): Match was: in addition to was.
6636
6637 2010-11-09  Glenn Morris  <rgm@gnu.org>
6638
6639         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6640         (nnbabyl-check-mbox): Use point-at-bol.
6641
6642 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6643
6644         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6645
6646         * message.el (message-mailto): New function.
6647         (message-mailto): Should accept other parameters.
6648         (message-mailto): Remove since it duplicates browse-url-mailto
6649         functionality.
6650
6651 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6652
6653         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6654         methods.
6655         (gnus-read-active-file): Ditto.
6656
6657         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6658         ": " from the prompt.
6659         (gnus-group-make-group): Ditto.
6660
6661 2010-11-07  Glenn Morris  <rgm@gnu.org>
6662
6663         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6664         (gnus-bookmark-kill-line): Use point-at-eol.
6665
6666 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6669         asterisks in From header.
6670
6671 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6672
6673         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6674         string to avoid making the From headers syntactically invalid.
6675
6676         * message.el (message-send-mail): Don't insert courtesy messages if the
6677         message already has List-Post and List-ID messages.
6678
6679 2010-11-06  Glenn Morris  <rgm@gnu.org>
6680
6681         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6682         `condition', `type', `length' a prefix.
6683         (gnus-treat-predicate): Update for above name changes.
6684
6685 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6686
6687         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6688         binding.  Handled by `gnus-summary-refer-thread' instead.
6689         (nnir-warp-to-article): New backend function.
6690
6691         * nnimap.el (nnimap-request-thread): Force dependency updating.
6692
6693         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6694         (gnus-summary-refer-thread): Rework to improve thread-referral.
6695
6696         * gnus-int.el (gnus-warp-to-article): New function.
6697
6698         * gnus-sum.el (gnus-summary-article-map): Bind it.
6699
6700 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6701
6702         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6703         gnus-summary-refer-thread.
6704
6705         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6706         headers.
6707         (gnus-summary-limit-include-thread): Prevent articles in thread from
6708         being cut in gnus-cut-threads.
6709         (gnus-summary-refer-thread): Limit retrieved headers to those in
6710         thread.
6711
6712 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6713
6714         * message.el (message-send-mail): Use the value of
6715         message-courtesy-message from the message buffer.
6716
6717         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6718
6719         * shr.el (shr-browse-url): Implement mailto: URLs.
6720
6721         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6722         "raw".
6723
6724         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6725         if it's already selected.
6726
6727         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6728
6729 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6732         to measure the length and truncate alt text.
6733
6734 2010-11-03  Glenn Morris  <rgm@gnu.org>
6735
6736         * nndiary.el (nndiary-generate-nov-databases-1)
6737         (nndiary-generate-active-info): Rename dynamic variable `files' to
6738         something less generic.
6739
6740 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6741
6742         * nnir.el (nnir-request-move-article): Call the underlying backend to
6743         move articles from nnir.
6744
6745 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6748
6749 2010-11-02  Julien Danjou  <julien@danjou.info>
6750
6751         * nnir.el: Remove wais support.
6752
6753 2010-11-02  Glenn Morris  <rgm@gnu.org>
6754
6755         * gnus-html.el: Reorder requirements to quieten compiler.
6756
6757 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6760         properly for XEmacs as well.
6761         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6762         (gnus-article-natural-long-line-p): Use window-width rather than
6763         frame-width.
6764
6765 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6766
6767         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6768         (nnir-read-parms): Don't modify query.
6769         (nnir-run-query): Add ability to search topic on current line.
6770         (nnir-get-active): Clean up.
6771
6772 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6773
6774         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6775         degenerate articles.
6776
6777         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6778         (gnus-print-buffer): Just print the buffer as is, without any copying
6779         to a buffer and then re-highlighting.
6780
6781         * nnimap.el (nnimap-request-group): Store the new updated info.
6782         (nnimap-request-group): Select the group when we don't know whether it
6783         exists or not.
6784
6785         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6786         groups.
6787
6788         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6789         groups.
6790
6791         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6792         groups.
6793
6794         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6795         long-lines case by only filling the long lines.
6796
6797         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6798         (bug #7311).
6799
6800 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * shr.el: No need to declare `declare-function' since shr.el is for
6803         only Emacsen that provide `libxml-parse-html-region'.
6804
6805         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6806         effective only in a file it is referred to.
6807
6808 2010-11-01  Glenn Morris  <rgm@gnu.org>
6809
6810         * mm-util.el (gnus-completing-read): Autoload.
6811         (mm-read-coding-system): Simplify Emacs definition.
6812
6813         * nnmail.el (gnus-activate-group):
6814         * nnimap.el (gnutls-negotiate):
6815         * nntp.el (netrc-parse): Fix declarations.
6816
6817 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6820         string-match-p in Emacs >=23.
6821
6822         * gnus-msg.el (gnus-configure-posting-styles):
6823         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6824
6825 2010-11-01  Glenn Morris  <rgm@gnu.org>
6826
6827         * nnir.el (declare-function): Add compat stub.
6828         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6829         (nnir-run-gmane): Require 'mm-url.
6830
6831         * mm-util.el (mm-string-to-multibyte): Simplify.
6832
6833         * shr.el (declare-function): Add compat stub.
6834         (url-cache-create-filename): Declare.
6835         (mm-disable-multibyte, widget-convert-button): Autoload.
6836
6837         * smime.el (ldap-search): Declare.
6838         (smime-cert-by-ldap-1): Require ldap on Emacs.
6839
6840         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6841         (nnimap-keepalive): Use gnus-float-time.
6842
6843         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6844         (mail-source-delete-crash-box): Use gnus-float-time.
6845
6846         * gnus-dired.el (gnus-completing-read): Autoload.
6847
6848         * mm-view.el (gnus-rescale-image): Autoload.
6849
6850         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6851
6852         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6853
6854         * sieve-manage.el: Require 'cl when compiling.
6855
6856         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6857         (gnus-iswitchb-completing-read): Require iswitchb.
6858         (gnus-select-frame-set-input-focus): Silence compiler.
6859
6860 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * message.el (message-subject-trailing-was-query): Change default to t,
6863         since I think that's what most people want.
6864
6865         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6866         appending for easier debugging.
6867         (nnimap-wait-for-connection): Take a regexp.
6868         (nnimap-request-accept-article): Wait for the continuation line before
6869         sending anything unless we're streaming.
6870
6871         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6872         leave the header washing to take place.
6873
6874 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6875
6876         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6877         regular expression match and replace in posting styles.
6878
6879 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6880
6881         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6882         an entire server.
6883         (nnir-get-active): New function.
6884         (nnir-run-imap): Use it.
6885         (nnir-run-gmane): Who knew, gmane search returns an article score!
6886
6887         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6888         server on the current line with nnir.
6889
6890 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6891
6892         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6893         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6894         left edge.
6895         (gnus-article-foldable-buffer): Skip past the prefix when determining
6896         raggedness.
6897
6898         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6899         the raw article, and change `C-u g' to show the article without doing
6900         treatments.
6901
6902         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6903         on to `gnus-treat-article'.
6904         (gnus-inhibit-article-treatments): New variable.
6905
6906         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6907
6908         * gnus-art.el (gnus-treatment-function-alist): Have
6909         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6910         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6911         sections.
6912
6913         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6914         parameter.
6915         (gnus-article-fill-cited-long-lines): New function.
6916         (gnus-article-fill-cited-article): Allow filling only long sections.
6917
6918         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6919         and non-punctuation (like after the apostrophe in "'We").
6920
6921         * gnus-sum.el (gnus-summary-select-article): Make sure
6922         gnus-original-article-buffer is alive.
6923
6924         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6925         reflect the order they're in in the digest.
6926
6927         * gnus.el (gnus-group-startup-message): Move point to the start of the
6928         buffer.
6929
6930         * nnimap.el (nnimap-capability): New function.
6931         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6932         is set.
6933
6934 2010-10-31  David Engster  <dengste@eml.cc>
6935
6936         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6937         conform with changes to gnus-completing-read.
6938
6939 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6940
6941         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6942
6943 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6944
6945         * nnir.el: Move defvar, defcustom around to keep file organized
6946         and keep byte-compiler quiet.
6947         (nnir-read-parms): Accept search-engine as arg.
6948         (nnir-run-query): Pass search-engine as arg.
6949         (nnir-search-engine): Remove.
6950
6951 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6952
6953         * shr.el (shr-generic): The text nodes should be text, not :text.
6954
6955         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6956         later in the file.
6957
6958 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6959
6960         * nnir.el: General clean up.  Allow searching with multiple engines.
6961         Allow separate extra-parameters for each engine.
6962         Batch queries when possible.
6963         (nnir-imap-default-search-key,nnir-method-default-engines):
6964         Add customize interface.
6965         (nnir-run-gmane): New engine.
6966         (nnir-engines): Use it.  Qualify all prompts with engine name.
6967         (nnir-search-engine): Remove global variable.
6968         (nnir-run-hyrex): Restore for now.
6969         (nnir-extra-parms,nnir-search-history): New variables.
6970         (gnus-group-make-nnir-group): Use them.
6971         (nnir-group-server): Remove in favor of gnus-group-server.
6972         (nnir-request-group): Avoid searching twice.
6973         (nnir-sort-groups-by-server): New function.
6974
6975 2010-10-30  Julien Danjou  <julien@danjou.info>
6976
6977         * gnus-group.el: Remove gnus-group-fetch-control.
6978
6979         * gnus-start.el (gnus-find-new-newsgroups):
6980         Remove gnus-check-first-time-used.
6981
6982         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6983
6984 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6985
6986         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6987         set on groups that don't have \* permanentflags.
6988
6989 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6990
6991         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6992         control the background color.
6993         (shr-tag-img): Ignore very small web bug type images.
6994         (shr-put-image): Add help-echo alt texts to the images.
6995         (shr-tag-video): Show the video poster image.
6996
6997 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6998
6999         * shr.el (shr-table-depth): New variable.
7000         (shr-tag-table-1): Only insert the images after the top-level table.
7001
7002         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7003
7004         * gnus-util.el (gnus-list-memq-of-list): New function.
7005
7006         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7007         selected.
7008         (nnimap-unsplittable-articles): New slot.
7009         (nnimap-new-articles): Use it.
7010
7011 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7012
7013         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7014         move to the previous line on `M-g'.
7015
7016 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7017
7018         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7019         *-request-group, which seems unnecessary.
7020
7021         * nnimap.el (nnimap-quote-specials): Function copied over from
7022         imap.el.
7023         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7024         they support that.  Suggested by Tom Regner.
7025
7026 2010-10-29  Julien Danjou  <julien@danjou.info>
7027
7028         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7029         defalias.
7030         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7031
7032         * gnus.el: Remove `gnus-nntp-service' variable.
7033         (gnus-secondary-servers): Make obsolete.
7034         (gnus-nntp-server): Make obsolete.
7035
7036         * gnus-start.el (gnus-1): Remove x-splash calls.
7037
7038         * gnus-ems.el (gnus-x-splash): Remove.
7039
7040         * gnus.el (gnus-group-startup-message): Simplify/update code.
7041
7042         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7043         definition.
7044
7045         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7046         capability before doing anything.
7047         (gnus-group-insert-group-line): Remove useless
7048         gnus-group-remove-excess-properties.
7049
7050 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7053
7054 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7057         config after reselecting.
7058
7059 2010-10-28  Julien Danjou  <julien@danjou.info>
7060
7061         * shr.el (shr-put-image): Use point even if only inserting text.
7062         (shr-put-image): Save excursion when inserting alt text on non-graphic
7063         display, so the behavior is the same when we are on a graphic display.
7064
7065         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7066
7067 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7070         (gnus-mime-copy-part): Check coding system, not charset.
7071         (gnus-mime-view-part-externally): Never remove part.
7072         (gnus-mime-view-part-internally): Don't remove part here.
7073         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7074         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7075         multipart/alternative.
7076
7077         * mm-decode.el (mm-display-part): Take optional arg `force'.
7078
7079 2010-10-26  Julien Danjou  <julien@danjou.info>
7080
7081         * gnus-group.el (gnus-group-default-list-level): Add this function to
7082         compute the default list level.
7083         (gnus-group-default-list-level): Add possibility to use a function.
7084
7085 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7088
7089         * gnus-group.el (gnus-group-completing-read)
7090         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7091         gnus-replace-in-string.
7092
7093 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * shr.el (shr-tag-div): Add.
7096
7097         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7098
7099 2010-10-25  Julien Danjou  <julien@danjou.info>
7100
7101         * gnus-util.el: Remove `gnus-with-local-quit'.
7102
7103         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7104
7105 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7106
7107         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7108         the original article buffer.
7109
7110 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111
7112         * nnimap.el (nnimap-request-head): New function.
7113         (nnimap-request-move-article): Try to be slightly faster by not
7114         requesting the entire message when moving.
7115         (nnimap-transform-headers): Don't bug out on bodiless articles.
7116         (nnimap-send-command): Have no outstanding messages if the IMAP server
7117         doesn't support streaming.
7118         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7119
7120 2010-10-24  Julien Danjou  <julien@danjou.info>
7121
7122         * message.el (message-default-headers): Fix type.
7123
7124 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7125
7126         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7127         prefetching images.
7128
7129         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7130         backend for unknown groups.  This is mainly useful for nnimap groups.
7131
7132         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7133         group isn't covered by the agent.
7134
7135 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7136
7137         * nnir.el (nnir-method-default-engines): New variable.
7138         (nnir-run-query): Use it.
7139         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7140         (gnus-summary-nnir-goto-thread): Change group if needed.
7141
7142         * gnus-group.el (gnus-group-group-map): Add key binding for
7143         gnus-group-make-nnir-group.
7144
7145 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7146
7147         * shr.el (shr-tag-object): Add.
7148
7149         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7150         original article buffer live.
7151         (gnus-summary-select-article-buffer):
7152         Mention gnus-widen-article-buffer.
7153
7154 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7155
7156         * shr.el (shr-tag-strong): Add.
7157
7158 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159
7160         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7161         group names.  They mess up the group buffer badly.
7162
7163         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7164
7165         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7166         instead of the summary one.
7167
7168 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * mml.el (mml-preview): Work properly when editing article.
7171
7172         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7173         gnus-have-read-active-file if it's already been in.
7174
7175 2010-10-22  Tom Tromey  <tromey@redhat.com>
7176
7177         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7178         gnus-group-completing-read.
7179
7180 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * message.el (message-mode-map): Don't bind M-; to comment region, to
7183         allow the global comment-dwim to work.
7184
7185 2010-10-21  Julien Danjou  <julien@danjou.info>
7186
7187         * message.el (message-setup-1): Allow message-default-headers to be a
7188         function.
7189
7190 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * shr.el (shr-tag-table): Simplify.
7193
7194 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7197         to avoid trying to snarf invalid stuff.
7198
7199         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7200
7201         * gnus.el (gnus-message-archive-group): Quote value.
7202         (gnus-message-archive-group): Mark as changed.
7203
7204         * shr.el (shr-add-font): Don't put the font properties on the newline
7205         or the indentation.
7206
7207         * message.el (message-fix-before-sending): Change options when sending
7208         non-printable characters.
7209
7210         * gnus.el (gnus-message-archive-method): Change the default to
7211         monthly outgoing groups.
7212
7213         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7214         that have gotten new numbers.
7215
7216         * nnimap.el (nnimap-request-replace-article): New function.
7217
7218 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7221         (nnrss-request-article): Don't use special html washing code.
7222
7223 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * shr.el (shr-tag-table): Remove useless nconc.
7226
7227 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7228
7229         * gnus-art.el (article-wash-html): Simplify and remove the charset
7230         stuff.  Use the normal html rendering code instead of the special html
7231         washing code.
7232
7233         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7234         `gnus-w3m' symbols.
7235         (mm-text-html-washer-alist): Remove.
7236
7237         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7238         (mm-inline-media-tests): Remove use.
7239         (mm-text-html-renderer): Change default to the `shr' symbol.
7240
7241         * mm-view.el (mm-inline-text-html): Remove use.
7242
7243         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7244         `gnus-blocked-images' to be a function.
7245         (gnus-article-wash-function): Remove.
7246
7247 2010-10-20  Julien Danjou  <julien@danjou.info>
7248
7249         * spam.el (spam-list-of-processors): Mark as obsolete.
7250
7251         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7252         (nnimap-insert-partial-structure): Fix boundary detection.
7253
7254 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7255
7256         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7257         run file-truename on remote files.  This can be expensive and even
7258         prevent one from editing drafts if some unrelated buffer has a stale
7259         connection.
7260
7261 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7264         kinsoku-eol regardless of shr-kinsoku-shorten.
7265         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7266         (shr-tag-table): Support caption, thead, and tfoot.
7267
7268 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7271         lines.
7272         (shr-save-contents): New command and keystroke.
7273
7274         * nndoc.el (nndoc-type-alist): Add git support.
7275         (nndoc-git-type-p): New function.
7276         (nndoc-transform-git-article): Ditto.
7277         (nndoc-transform-git-headers): Ditto.
7278         (nndoc-transform-git-headers): Generate Subject headers.
7279
7280         * shr.el (shr-parse-style): New function.
7281         (shr-tag-span): Ditto.
7282
7283         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7284         to `G G' to avoid collisions.
7285
7286 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * shr.el: Load kinsoku if necessary.
7289         (shr-kinsoku-shorten): New internal variable.
7290         (shr-find-fill-point): Make kinsoku shorten text line if
7291         shr-kinsoku-shorten is bound to non-nil.
7292         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7293         shr-indentation too when testing if table is wider than frame width.
7294         (shr-insert-table): Use `string-width' instead of `length' to measure
7295         text width.
7296         (shr-insert-table-ruler): Make sure indentation is done at bol.
7297
7298 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7299
7300         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7301         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7302         undecoded network data.
7303
7304 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7305
7306         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7307         name in the mode line spec so that the mode line menu works
7308         (bug #2431).
7309
7310         * message.el (message-get-reply-headers): If we're fed `to-address',
7311         then always use that.
7312
7313         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7314         aren't so wide as to need to switch off the edit menu.
7315
7316         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7317         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7318
7319         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7320         `M-g'.
7321         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7322         the permanent marks.
7323
7324 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7325
7326         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7327         Splitting according to references/in-reply-to obeys the ignore-groups
7328         variable, while splitting by sender and subject do not.
7329
7330 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331
7332         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7333         alist, so that we can look for non-Unicode chars.
7334         (article-translate-strings): Allow both character and string maps.
7335
7336 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * shr.el (shr-insert): Don't insert space behind a wide character
7339         categorized as kinsoku-bol, or between characters both categorized as
7340         nospace.
7341
7342 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7343
7344         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7345         headers to gnus-newsgroup-headers.
7346
7347 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7348
7349         * shr.el (shr-tag-img): Don't align images -- since we're not
7350         rescaling, this often leads to ugly displays.
7351
7352 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7353
7354         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7355         duplicates.
7356
7357 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7358
7359         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7360         call.
7361
7362 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7363
7364         * gnus.el: Autoload gnus-html-show-images.
7365
7366         * nnimap.el: Use nnheader-message throughout.
7367
7368         * shr.el (shr-tag-img): Ignore images with no data.
7369
7370 2010-10-15  Julien Danjou  <julien@danjou.info>
7371
7372         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7373         a possibility to disable format=flow encoding when using hard newlines.
7374
7375 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * shr.el (shr-insert): Remove space inserted before or after a
7378         breakable character or at the beginning or the end of a line.
7379         (shr-find-fill-point): Do kinsoku; find the second best point or give
7380         it up if there's no breakable point.
7381
7382 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * nnimap.el (nnimap-open-connection): Message when opening connection
7385         for debugging purposes.
7386
7387         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7388         on every setup buffer call to allow this to change from article to
7389         article.
7390
7391         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7392         buffers where we have a wide table.
7393
7394 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7395
7396         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7397         uses *-request-thread.
7398
7399 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7402         incantation, which is no longer valid.
7403
7404 2010-10-14  Julien Danjou  <julien@danjou.info>
7405
7406         * shr.el: Fix defcustom type (char -> character).
7407
7408 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409
7410         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7411         programs.
7412
7413 2010-10-14  Julien Danjou  <julien@danjou.info>
7414
7415         * shr.el (shr-tag-a): Use url-link as widget type.
7416
7417         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7418         `gnus-group-get-icon'.
7419
7420 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7421
7422         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7423         This should make server editing work better.
7424
7425         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7426
7427         * tls.el (tls-program): Remove spurious %s from openssl.
7428
7429         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7430         (nnimap-parse-flags): Fix regexp.
7431
7432         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7433         probably work for CJVK text, too.
7434
7435         * nnimap.el (nnimap-extend-tls-programs): Remove.
7436         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7437
7438         * tls.el (tls-starttls-switches): Remove starttls hack.
7439         (open-tls-stream): Ditto.
7440         (tls-find-starttls-argument): Ditto.
7441
7442 2010-10-13  Julien Danjou  <julien@danjou.info>
7443
7444         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7445         responses.
7446
7447 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7448
7449         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7450
7451         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7452         anything in Emacs.
7453
7454         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7455
7456 2010-10-13  Julien Danjou  <julien@danjou.info>
7457
7458         * shr.el (shr-width): Make shr-width a defcustom with default to
7459         fill-column.
7460         (shr-tag-img): Use shr-width rather than fill-column.
7461
7462 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * dgnushack.el (byte-optimize-apply):
7465         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7466
7467         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7468         position when (X-)Faces exist.
7469         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7470         avatars when called interactively.
7471
7472 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7475         gnus-article-x-face-too-ugly is bound.
7476
7477 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7478
7479         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7480
7481         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7482         mailbox that doesn't exist.
7483
7484 2010-10-12  Julien Danjou  <julien@danjou.info>
7485
7486         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7487         (shr-get-image-data): Encode URL properly when fetching from cache.
7488         (shr-tag-img): Use aligned-to spaces to align correctly images.
7489
7490         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7491         before inserting the Gravatar.
7492
7493         * shr.el (shr-tag-img): Add align attribute support for <img>.
7494
7495 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * gnus-gravatar.el (gnus-art): Require.
7498
7499         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7500         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7501         Remove long obsoleted functions.
7502
7503 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7506
7507         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7508
7509         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7510         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7511         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7512         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7513         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7514         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7515         * sieve-manage.el, smime.el, spam.el:
7516         Fix comment for declare-function.
7517
7518 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * nnimap.el (nnimap-request-rename-group): Select group read-only
7521         before renaming it.
7522
7523         * shr.el (shr-insert): Fix up the white space only regexp.
7524
7525         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7526         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7527
7528         * shr.el (shr-current-column): New function.
7529         (shr-find-fill-point): New function.
7530
7531 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7532
7533         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7534         numbers.
7535
7536 2010-10-11  Julien Danjou  <julien@danjou.info>
7537
7538         * shr.el (shr-hr-line): Add.
7539         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7540         display hr lines.
7541         (shr-max-columns): Do not change state to nil if we just inserting
7542         spaces.
7543
7544 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7545
7546         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7547         select the last group.
7548
7549 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7550
7551         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7552
7553 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7554
7555         * dig.el (dig-mode-map): Declare and define in one step.
7556
7557 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7558
7559         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7560         for Gnus.
7561         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7562         (nnimap-update-qresync-info): Mark \Seen articles as read.
7563
7564         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7565         non-variable, too.
7566
7567         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7568         available.
7569         (nnimap-update-info): Rely more on the current active than the param
7570         active to avoid marking articles as read too much.
7571
7572         * auth-source.el (auth-source-create): Use (user-login-name) for the
7573         user name default.
7574
7575         * nnimap.el (nnimap-update-info): If the server doesn't return any
7576         useful info, just use the previous info.
7577         (nnimap-update-info): Prefer old info over start-article.
7578         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7579
7580 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7581
7582         * nnir.el (autoload): Clean up autoloads.
7583         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7584         Use key rather than value.
7585         (nnir-imap-search-other): New variable.
7586         (nnir-read-parm): Use it.
7587         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7588         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7589
7590 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7591
7592         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7593         the process, too.
7594
7595 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7596
7597         * spam.el (gnus-summary-mode-map): Bind to "$".
7598         Suggested by Russ Allbery.
7599
7600         * shr.el: Rework the way things are indented by <li> slightly.
7601
7602         * gnus.el (gnus-group-set-parameter): Fix typo.
7603
7604         * nnimap.el: Start implementing QRESYNC support.
7605
7606 2010-10-09  Julien Danjou  <julien@danjou.info>
7607
7608         * nnir.el (nnir-engines): Fix too many arguments.
7609
7610 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7611
7612         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7613         group is the "last", so that the backends like nnfolder actually save
7614         their folders.
7615
7616         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7617         try to use that for the tls stream.
7618         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7619         UIDVALIDITY and find out which groups are read-only and not.
7620         (nnimap-get-flags): Use the same marks parsing code as the rest of
7621         nnimap.
7622
7623 2010-10-09  Julien Danjou  <julien@danjou.info>
7624
7625         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7626
7627         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7628         retrieving gravatars.
7629
7630         * shr.el (shr-table-corner): Add.
7631         (shr-table-line): Add.
7632         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7633
7634 2010-10-08  Julien Danjou  <julien@danjou.info>
7635
7636         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7637
7638 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7639
7640         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7641
7642         * gnus-sum.el (gnus-mark-article-as-unread)
7643         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7644         (gnus-summary-set-bookmark): Use it.
7645
7646         * gnus-msg.el (gnus-setup-message): Use it.
7647
7648         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7649
7650         * gnus.el (gnus-group-remove-parameter): Use it.
7651
7652         * gnus-group.el (gnus-group-make-web-group): Use it.
7653
7654         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7655
7656         * nnregistry.el: Update docs to mention manual.
7657
7658         * gnus-registry.el: Update docs to mention nnregistry.el.
7659         (gnus-registry-initialize): Don't install nnregistry refer method
7660         automatically.
7661         (gnus-registry-install-nnregistry): Remove it.
7662
7663 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7664
7665         * shr.el (shr-insert): Don't insert double spaces.
7666
7667 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * gnus-gravatar.el (gnus-treat-from-gravatar)
7670         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7671         called interactively.
7672
7673         * gnus-art.el (gnus-mime-view-part-externally)
7674         (gnus-mime-view-part-internally): Make predicate function passed to
7675         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7676         of a mime type.
7677
7678         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7679
7680 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7681
7682         * shr.el (require): Require cl when compiling.
7683         (shr-tag-hr): New function.
7684
7685         * nnimap.el (nnimap-update-info): Remove double setting of high.
7686         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7687         This makes nnimap work properly on Courier again.
7688
7689         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7690         the variable for backwards compatibility.
7691
7692         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7693         the file name before using to avoid setting mm-default-directory to
7694         nil.
7695
7696         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7697         bidning gnus-agent variables.
7698
7699         * shr.el (shr-render-td): Use a cache for the table rendering function
7700         to avoid getting an exponential rendering behavior in nested tables.
7701         (shr-insert): Rework the line-breaking algorithm.
7702         (shr-insert): Don't leave trailing spaces.
7703         (shr-insert-table): Also insert empty TDs.
7704         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7705
7706 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7707
7708         * gnus-sum.el (gnus-number): Rename from `number'.
7709         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7710         (gnus-summary-limit-children): Update uses correspondingly.
7711
7712 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7715         (gnus-gravatar-transform-address): Don't show avatars of people of
7716         which mail addresses match gnus-gravatar-too-ugly.
7717
7718 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7719
7720         * shr.el (shr-table-widths): Expand TD elements to fill available
7721         space.
7722
7723 2010-10-07  Julien Danjou  <julien@danjou.info>
7724
7725         * nnimap.el (nnimap-request-rename-group): Add this method.
7726
7727 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7730         name from XEmacs' function-arglist.
7731
7732         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7733         gravatar under XEmacs.
7734
7735 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7736
7737         * auth-source.el: Update docs with TODO items.
7738
7739         * gnus-sync.el: Update docs to explain state and plans.
7740
7741         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7742         Hooks for mark updates.
7743         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7744
7745         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7746         hooks with arguments, which is needed for mark update hooks.
7747
7748 2010-10-06  Julien Danjou  <julien@danjou.info>
7749
7750         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7751         was matched.
7752
7753         * sieve-manage.el: Update example in `Commentary'.
7754
7755         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7756
7757         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7758         not 2000.
7759         (sieve-manage-authenticate): Re-add function.
7760
7761 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7762
7763         * shr.el (shr-insert): Get 'space transition right.
7764         (shr-render-td): Only delete space at the end of the TD.
7765
7766         * nnimap.el (nnimap-open-connection): Prepare to support
7767         open-gnutls-stream.
7768
7769         * shr.el: Rearrange function order to be more logical.
7770
7771 2010-10-06  Julien Danjou  <julien@danjou.info>
7772
7773         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7774         (nnrss-discover-feed): Remove 404 URL in docstring.
7775
7776         * nnir.el: Fix Swish-E URL.
7777         Fix Namazu URL.
7778
7779         * message.el (message-change-subject): Remove 404 URL in a comment.
7780
7781 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7784         called interactively.
7785
7786         * gnus-util.el (gnus-remove-if): Allow hash table.
7787         (gnus-remove-if-not): New function.
7788
7789         * gnus-art.el (gnus-mime-view-part-as-type):
7790         * gnus-score.el (gnus-summary-score-effect):
7791         * gnus-sum.el (gnus-read-move-group-name):
7792         Replace remove-if-not with gnus-remove-if-not.
7793
7794         * gnus-group.el (gnus-group-completing-read):
7795         Regard collection as a hash table if it is not a list.
7796
7797 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7798
7799         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7800
7801         * shr.el: Document the table-rendering algorithm.
7802
7803 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7806         for Emacsen having no `libxml-parse-html-region' support.
7807
7808 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7809
7810         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7811         invalid URLs.
7812
7813         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7814         line-broken.
7815         (shr-tag-img): Ignore image fetching errors.
7816         (shr-overlays-in-region): Compute overlay positions correctly.
7817
7818         * mm-decode.el (mm-shr): Require shr.
7819
7820         * gnus-art.el (gnus-blocked-images): Move variable here.
7821
7822         * shr.el (shr-insert-table): Bind free variable.
7823
7824         * mm-decode.el (mm-shr): Bind shr-content-function.
7825
7826         * shr.el (shr-content-function): New variable.
7827
7828         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7829         added for symmetry.
7830
7831         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7832
7833         * gnus-group.el (gnus-group-make-group): Doc fix.
7834
7835         * nnimap.el (nnimap-request-newgroups): Return success.
7836
7837         * shr.el (shr-find-elements): New function.
7838         (shr-tag-table): Put all the images after the table.
7839         (shr-tag-table): Really inhibit images inside the table.
7840         (shr-collect-overlays): Copy over overlays from the TD elements to the
7841         main document.
7842
7843         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7844         gnus-blocked-images.
7845
7846 2010-10-05  Julien Danjou  <julien@danjou.info>
7847
7848         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7849
7850         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7851         (gnus-html-maximum-image-size): Add this function.
7852         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7853
7854         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7855         server-value of the capability is nil.
7856
7857 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7858
7859         * shr.el (shr-tag-em): Add <EM> tag.
7860
7861 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7862
7863         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7864         customizable.
7865
7866         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7867         handing broken links to browse-url.
7868
7869 2010-10-05  Julien Danjou  <julien@danjou.info>
7870
7871         * gnus-util.el (gnus-emacs-completing-read)
7872         (gnus-iswitchb-completing-read): Use autoload rather than require.
7873
7874 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7877         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7878         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7879         iswitchb-temp-buflist for XEmacs.
7880
7881         * gnus-util.el (gnus-completing-read-function): Exclude
7882         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7883         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7884         XEmacs.
7885
7886         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7887         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7888
7889         * gnus-html.el: Don't require help-fns under XEmacs.
7890         (gnus-html-schedule-image-fetching): Work for XEmacs.
7891
7892         * mm-decode.el (mm-shr): Decode contents by charset.
7893
7894 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7895
7896         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7897         unknown.
7898
7899         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7900         (shr-get-image-data): Ensure against the cache file missing.
7901
7902         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7903         for data.
7904
7905         * spam-report.el (spam-report-url-ping-plain): Don't query about
7906         killing the process.
7907
7908         * shr.el (shr-render-td): Protect against too-wide text.
7909
7910 2010-10-04  Julien Danjou  <julien@danjou.info>
7911
7912         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7913         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7914
7915         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7916         retrieved.
7917
7918 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7919
7920         * shr.el (browse-url): Require.
7921         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7922         lines.
7923         (shr-show-alt-text, shr-browse-image): New commands.
7924         (shr-browse-url, shr-copy-url): New commands.
7925
7926         * gnus-sum.el (gnus-widen-article-window): New variable.
7927         (gnus-summary-select-article-buffer): Use it.
7928
7929         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7930         without @ signs.
7931
7932 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7933
7934         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7935
7936 2010-10-04  Julien Danjou  <julien@danjou.info>
7937
7938         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7939         for XEmacs.
7940
7941 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7944
7945         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7946         (nnimap-close-server): Implement.
7947
7948         * dgnushack.el (iswitchb): Require to shut up the compiler.
7949
7950         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7951         (shr-insert): Tweak line breaking.
7952         (shr-insert): Handle <pre> better.
7953         (shr-tag-li): Get <li> indentation right.
7954         (shr-tag-li): Get <li> indentation even righter.
7955         (shr-tag-blockquote): Ensure paragraph start.
7956         (shr-make-table): Tweak table generation.
7957         (shr-make-table): Fix typo.
7958
7959         * shr.el: Implement table rendering.
7960
7961 2010-10-04  Julien Danjou  <julien@danjou.info>
7962
7963         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7964
7965 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7966
7967         * shr.el (shr-insert): Use string anchors instead of line anchors.
7968
7969 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970
7971         * shr.el: Add headings.
7972         (shr-ensure-paragraph): Actually work.
7973         (shr-tag-li): Make <ul> prettier.
7974         (shr-insert): Get white space at the beginning/end of elements right.
7975         (shr-tag-p): Collapse subsequent <p>s.
7976         (shr-ensure-paragraph): Don't insert double line feeds after blank
7977         lines.
7978         (shr-insert): \t is also space.
7979         (shr-tag-s): Fix "s" tag name function.
7980         (shr-tag-s): Fix face prop name.
7981
7982 2010-10-03  Julien Danjou  <julien@danjou.info>
7983
7984         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7985
7986         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7987         gnus-window-inside-pixel-edges.
7988
7989         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7990         gnus-ems.
7991
7992         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7993
7994         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7995         function.
7996
7997         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7998         resize choice.
7999
8000 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8003         beginning of the buffer.
8004
8005         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8006         article buffer again.
8007
8008         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8009
8010         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8011         when it's at the start of the buffer.
8012
8013         * shr.el (shr-tag-blockquote): Convert name.
8014         (shr-rescale-image): Use the right image-size variant.
8015
8016         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8017         buffer isn't shown, then select the current article first instead of
8018         bugging out.
8019         (gnus-summary-select-article-buffer): Show both the article and summary
8020         buffers again.
8021
8022         * shr.el (shr-fontize-cont): Protect against regions with no text.
8023         Rename tag functions to shr-tag-* for enhanced security.
8024         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8025
8026 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8027
8028         * shr.el (shr-insert):
8029         * pop3.el (pop3-movemail):
8030         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8031         loaded.
8032
8033 2010-10-03  Glenn Morris  <rgm@gnu.org>
8034
8035         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8036
8037         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8038
8039         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8040
8041         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8042
8043         * gnus-util.el (gnus-make-local-hook): Simplify.
8044
8045 2010-10-02  Julien Danjou  <julien@danjou.info>
8046
8047         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8048         (gnus-ido-completing-read): New function.
8049         (gnus-emacs-completing-read): New function.
8050         (gnus-completing-read): Use gnus-completing-read-function.
8051         Add gnus-completing-read-function.
8052
8053 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8054
8055         * shr.el (shr-insert-document): Autoload.
8056         (shr-img): Be silent.
8057         (shr-insert): Add a newline after every picture before text.
8058         (shr-add-font): Use overlays for combining faces.
8059         (shr-insert): Pass upwards the text start point.
8060
8061         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8062         possible.
8063         (mm-shr): New function.
8064
8065 2010-10-02  Julien Danjou  <julien@danjou.info>
8066
8067         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8068         should go backward.
8069
8070 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8071
8072         * shr.el (shr): Fix typo in provide call.
8073
8074 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8075
8076         * shr.el: New file.
8077
8078         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8079
8080         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8081         completing read.
8082
8083 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084
8085         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8086         we're being queried about.  Suggested by Dan Jacobson.
8087
8088         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8089         Suggested by Jason Eisner.
8090
8091         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8092         table, too.  Suggested by Stefan Wiens.
8093         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8094         the table unnecessary.  Suggested by Stefan Wiens.
8095
8096         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8097         longer needed, and probably doesn't work either, as pointed out by
8098         Stefan Wiens.
8099         (gnus-summary-exit): Remove call to the clearing function.
8100         (gnus-summary-exit-no-update): Ditto.
8101
8102         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8103         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8104         Reported by Stefan Monnier.
8105         (gnus-summary-save-in-rmail): Ditto.
8106
8107         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8108         article buffer, instead of both the article buffer and the summary
8109         buffer.  Sort of suggested by Dan Jacobson.
8110
8111         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8112
8113         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8114         Suggested by Dan Jacobson.
8115
8116         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8117         documentation clearer.
8118
8119         * message.el (message-shorten-references): Comment on the number "21".
8120         Suggested by Stefan Monnier.
8121
8122         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8123         Suggested by Dan Jacobson.
8124
8125         * gnus.el (gnus-large-newsgroup):
8126         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8127
8128         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8129         externalize attachments.  Bug reported by Steve Wen.
8130
8131         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8132         really message anything to the user.
8133
8134         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8135         directly.
8136
8137         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8138         messages in empty groups.
8139
8140 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8141
8142         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8143         non-UIDNEXT group.
8144
8145 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8146
8147         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8148         not the value from the collection.
8149
8150         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8151         values.  This sometimes happens on some groups that have no info.
8152         (nnimap-request-newgroups): New function.
8153
8154 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8155
8156         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8157         check into `gnus-registry-initialize'.
8158         (gnus-registry-initialize): Ditto.
8159         Fix and extend header docs.
8160
8161 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8162
8163         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8164         regexp backtrace overflows.
8165
8166         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8167         for starttls that tls.el implements; i.e. openssl.
8168
8169         * tls.el (tls-starttls-switches): Give up on using starttls with
8170         gnutls-cli.
8171         (tls-program): Add --insecure to be consistent with the defaults from
8172         openssl s_client.  Now all three commands are insecure.
8173
8174 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * lpath.el: Bind completion-styles-alist for XEmacs.
8177
8178         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8179         (gravatar-create-image): New function that's an alias to
8180         gnus-xmas-create-image, gnus-create-image, or create-image.
8181         (gravatar-data->image): Use it.
8182
8183 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8184
8185         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8186         install the nnregistry refer method.
8187         (gnus-registry-install-hooks): Use it.
8188         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8189         unfollowed groups.
8190
8191 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8192
8193         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8194         expanding threads.
8195
8196 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8197
8198         * nnir.el: Use the server names without suffixes (bug #7009).
8199
8200         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8201         unencrypted to STARTTLS, if possible.
8202
8203 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8204
8205         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8206         headers before superseding.
8207
8208 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8209
8210         * nnrss.el (nnrss-use-local): Add documentation.
8211
8212         * nnimap.el (nnimap-extend-tls-programs): New function.
8213         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8214         (nnimap-wait-for-connection): Accept the greeting from the stupid
8215         output from openssl s_client -starttls, too.
8216
8217         * tls.el (tls-starttls-switches): New variable.
8218         (tls-find-starttls-argument): Use it.
8219         (open-tls-stream): Ditto.
8220
8221         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8222         (netrc-machine): Ditto.
8223
8224         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8225         article number.
8226         (nnimap-split-fancy): New variable.
8227         (nnimap-split-incoming-mail): Use it.
8228
8229         * nntp.el (nntp-server-list-active-group): Document.
8230
8231         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8232         SELECT to get the message-id.
8233
8234         * mail-source.el (mail-sources): Remove webmail support.
8235         (defvar): Ditto.
8236         (mail-source-fetcher-alist): Ditto.
8237         (mail-source-fetch-webmail): Remove.
8238
8239         * webmail.el: Remove -- doesn't seem relevant any more.
8240
8241         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8242
8243         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8244         the \r.
8245
8246 2010-09-30  Julien Danjou  <julien@danjou.info>
8247
8248         * gnus-agent.el (gnus-agent-add-group): Fix call to
8249         gnus-completing-read.
8250
8251 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8252
8253         * nndoc.el (nndoc-retrieve-groups): New function.
8254
8255         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8256         `default', use nnmail-split-methods.
8257         (nnimap-request-article): Downcase the NILs so that they are nil.
8258
8259         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8260         symbol.
8261
8262         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8263         code, since if the user has requested network, that's what they ought
8264         to get.
8265         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8266         (nnimap-split-rule): Mark as obsolete.
8267
8268         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8269         New variable.
8270
8271         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8272         correct slot, too.
8273
8274 2010-09-29  Julien Danjou  <julien@danjou.info>
8275
8276         * gnus.el (gnus-local-domain): Declare variable obsolete.
8277
8278         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8279         Fix history computing.
8280         (gnus-ido-completing-read): Require ido.
8281
8282 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8285         build Gnus.
8286
8287         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8288         when interpreting the structures.
8289         (nnimap-request-accept-article): Add \r\n to the lines to make this
8290         work with Cyrus.
8291
8292         * nndraft.el (nndraft-request-expire-articles): Use the group name
8293         instead if "nndraft".  Fix found by Nils Ackermann.
8294
8295 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8296
8297         * nnregistry.el: Add.
8298
8299 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8300
8301         * nnmail.el (group, group-art-list, group-art):
8302         Remove unneeded directives.
8303
8304 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8307         (mm-mime-charset):
8308         * rfc2047.el (rfc2047-syntax-table):
8309         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8310
8311         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8312         rather than `insert-file-contents' and `eval-region'.
8313
8314         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8315         construction.
8316
8317         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8318
8319         * time-date.el: No need to require cl for Emacs 21.
8320
8321 2010-09-29  Julien Danjou  <julien@danjou.info>
8322
8323         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8324         replacement of `gnus-gravatar-relief' to mimic
8325         `gnus-faces-properties-alist'.
8326         Add :version property.
8327
8328 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * mail-source.el (mail-source-report-new-mail):
8331         * message.el (message-default-mail-headers):
8332         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8333
8334         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8335
8336 2010-09-28  Julien Danjou  <julien@danjou.info>
8337
8338         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8339         mail-address contains the same string as real-name.
8340
8341         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8342         non-blank in header, otherwise it'll get stripped.
8343
8344         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8345         real-name, and then for mail address rather than doing : or , search.
8346
8347 2010-09-27  Julien Danjou  <julien@danjou.info>
8348
8349         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8350         right completing-read function.
8351         (gnus-use-ido): New variable
8352         (gnus-completing-read-with-default): Remove.
8353         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8354         (gnus-agent-add-group):
8355         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8356         * mm-view.el (mm-view-pkcs7-decrypt):
8357         * mm-util.el (mm-codepage-setup):
8358         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8359         * mml-smime.el (mml-smime-openssl-sign-query):
8360         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8361         (mml-insert-multipart):
8362         * gnus-msg.el (gnus-summary-yank-message):
8363         * gnus-int.el (gnus-start-news-server):
8364         * mm-decode.el (mm-interactively-view-part):
8365         * gnus-dired.el (gnus-dired-attach):
8366         * gnus.el (gnus-read-method):
8367         * gnus-bookmark.el (gnus-bookmark-jump):
8368         * gnus-art.el (gnus-mime-view-part-as-type)
8369         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8370         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8371         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8372         * nnmairix.el (nnmairix-create-server-and-default-group)
8373         (nnmairix-update-groups, nnmairix-get-server)
8374         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8375         (nnmairix-get-group-from-file-path):
8376         * nnrss.el (nnrss-find-rss-via-syndic8):
8377         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8378         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8379         (gnus-group-browse-foreign-server):
8380         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8381         (gnus-summary-execute-command, gnus-summary-respool-article)
8382         (gnus-read-move-group-name):
8383         * gnus-score.el (gnus-summary-increase-score)
8384         (gnus-summary-score-effect):
8385         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8386
8387 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8390         x-focus-frame.
8391
8392         * nnimap.el (auth-source-forget-user-or-password)
8393         (auth-source-user-or-password): Autoload.
8394
8395         * message.el (message-from-style, message-interactive)
8396         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8397         (message-yank-prefix, message-indentation-spaces, message-signature)
8398         (message-signature-file): Add comment.
8399
8400 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8401
8402         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8403         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8404         new articles.
8405
8406         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8407         parts.
8408         (nnimap-request-article): Work with the t setting, too.
8409
8410         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8411         that you don't get flashes of other buffers.
8412         (gnus-summary-show-complete-article): Intern before setting.
8413
8414 2010-09-27  David Engster  <dengste@eml.cc>
8415
8416         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8417         well as HEADERS.
8418         (nnmairix-retrieve-headers): Provide new argument for the above.
8419
8420 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8421
8422         * gnus-sum.el (gnus-summary-move-article): Don't alter
8423         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8424         group.
8425
8426         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8427
8428         * message.el (message-cite-prefix-regexp): Revert my last edit.
8429
8430         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8431         variable instead of the Gnus variable.
8432
8433         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8434
8435         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8436
8437         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8438         since some servers don't like it.
8439         (nnimap-open-connection): Forget credentials if the server says the
8440         password was wrong.
8441         (nnimap-parse-line): Protect against invalid data.
8442
8443         * gnus-sum.el (gnus-summary-move-article): Add comment.
8444         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8445         nothing alters it while scanning for new messages.
8446
8447         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8448         which may or may not help.
8449         (nnimap-open-connection): If we're doing a stream connection, and then
8450         discover we're on a STARTTLS-capable server, then open a STARTTLS
8451         connection instead.
8452
8453 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8454
8455         * nnimap.el (utf7): Require.
8456
8457         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8458         prefix.
8459
8460 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8461
8462         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8463
8464 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8465
8466         * nnimap.el (nnimap-request-accept-article): Message the error on
8467         error.
8468
8469 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8472
8473 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8474
8475         * nndoc.el (nndoc-request-list): Return success always.
8476
8477         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8478         `fetch-old' -- we only want to fetch the articles we've requested.
8479         The rest are in the agent, probably.
8480         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8481         disappeared server" to something low.  It's not important.
8482
8483         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8484         arrived before the FETCH data.
8485
8486         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8487         target here, because we don't know the Gnus name of the group.
8488
8489         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8490         for the correct group.
8491
8492         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8493
8494         * gnus.el (gnus): Give a final warning after startup.
8495
8496         * gnus-util.el (gnus-action-message-log): New variable.
8497         (gnus-message): Use it.
8498         (gnus-final-warning): New function.
8499
8500         * nnimap.el (nnimap-open-connection): Record the greeting.
8501         (nnimap): Add greeting.
8502
8503 2010-09-26  Julien Danjou  <julien@danjou.info>
8504
8505         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8506         arguments.
8507         (gnus-html-wash-images): Fix spec computing to include start/end.
8508
8509         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8510
8511 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8512
8513         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8514         deletion.
8515         (nnimap-retrieve-headers): Don't select the group, because that's
8516         already done by nnimap-possibly-change-group.
8517
8518         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8519         (gnus-picon-transform-address): Use it.
8520
8521         * mail-source.el (mail-source-value): Revert previous patch.
8522
8523         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8524         on failure.
8525         (nnimap-open-connection): Look up both virtual and physical server name
8526         credentials.
8527
8528         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8529
8530 2009-02-07  Dave Love  <fx@gnu.org>
8531
8532         * tls.el (open-tls-stream): Don't query killing process.
8533
8534 2009-02-08  Dave Love  <fx@gnu.org>
8535
8536         * gnus-win.el (gnus-window-to-buffer-helper)
8537         (gnus-all-windows-visible-p): Function needn't be a symbol.
8538
8539         * mail-source.el (mail-source-value): Function needn't be a symbol.
8540
8541 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * message.el (message-cite-prefix-regexp): Remove } from the cite
8544         prefix.
8545
8546         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8547         highlight again, so that the highlight is correct.
8548
8549         * gnus-picon.el (gnus-picon): Remove again.
8550         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8551
8552         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8553         doing the header highlightling, so that the background color of the
8554         picon is correct.
8555
8556         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8557         (gnus-picon): Ditto.
8558         (gnus-picon): Reinstate.  The background color for picons is white.
8559         (gnus-picon-insert-glyph): Make the background white.
8560
8561         * nnml.el (nnml-open-nov): Don't return dead buffers.
8562
8563         * auth-source.el (auth-source-create): Query the user for whether to
8564         store the credentials.
8565
8566         * netrc.el (netrc-store-data): New function.
8567
8568         * auth-source.el (auth-source-user-or-password): Use the existing auth
8569         sources, if any, for creation.
8570
8571         * gnus.el (gnus-group-fast-parameter): Return the last matching
8572         parameter instead of the first matching parameter.
8573
8574 2010-09-26  Julien Danjou  <julien@danjou.info>
8575
8576         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8577
8578 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8579
8580         * mml2015.el (mml2015-use): Remove gpg support.
8581
8582         * mml1991.el (mml1991-function-alist): Remove gpg function.
8583         (mml1991-gpg-sign): Remove.
8584
8585 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8586
8587         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8588         (gnus-browse-unsubscribe-current-group): Document it.
8589         (gnus-browse-unsubscribe-group): Use it.
8590
8591 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592
8593         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8594         address to the To list for easier response.
8595
8596         * gnus.el (gnus-play-startup-jingle): Remove.
8597         (gnus-splash): Don't play jingle.
8598         (gnus): Silence gnus-load message.
8599
8600         * gnus-art.el (gnus-treat-play-sounds): Remove.
8601
8602         * gnus.el (gnus-play-jingle): Remove audio support.
8603
8604         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8605
8606         * earcon.el: Remove -- no users.
8607
8608         * gnus-audio.el: Remove -- no users of this package.
8609
8610         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8611
8612         * gnus-start.el (gnus-setup-news): Remove nocem support.
8613
8614         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8615
8616         * gnus.el (gnus-use-nocem): Remove.
8617
8618         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8619         Remove.
8620
8621         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8622         uses NoCeM any more.
8623
8624         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8625         (gnus-button-ctan-handler): Ditto.
8626         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8627         (gnus-button-ctan-directory-regexp): Ditto.
8628         (gnus-button-handle-ctan): Ditto.
8629         (gnus-button-tex-level): Ditto.
8630         (gnus-button-alist): Remove CTAN stuff.
8631
8632 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8633
8634         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8635         nnimap-streaming test.
8636
8637         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8638         servers twice.
8639
8640         * nnimap.el (nnimap-open-connection): Add more error reporting when
8641         nnimap fails early.
8642
8643         * nnheader.el (nnheader-get-report-string): New function.
8644         (nnheader-get-report): Use it.
8645
8646         * gnus-int.el (gnus-check-server): Say what the error was when opening
8647         failed.
8648
8649         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8650         using streaming.
8651
8652 2010-09-25  Julien Danjou  <julien@danjou.info>
8653
8654         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8655         gnus-window-inside-pixel-edges.
8656
8657 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8658
8659         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8660
8661         * mm-decode.el (mm-save-part): Allow saving to other directories the
8662         normal Emacs way.
8663
8664         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8665         Suggested by Jay Berkenbilt.
8666
8667         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8668         there isn't a single byte.
8669
8670         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8671         just do it.  It doesn't really seem to matter what the user responds
8672         here, I think, so it's just a confusing question.
8673
8674         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8675         non-streaming case.
8676
8677         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8678         (gnus-article-encrypt-body): Use it.
8679
8680         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8681         keystroke.
8682
8683         * nnimap.el (nnimap-find-wanted-parts-1):
8684         Use gnus-fetch-partial-articles.
8685
8686         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8687
8688         * nnimap.el (nnimap-insert-partial-structure): New function.
8689         (nnimap-get-partial-article): New function.
8690         (nnimap-request-article): Use it.
8691         (nnimap-wait-for-response): Return whether the wait was successful.
8692         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8693         retrieval wasn't successful.
8694         (nnimap-retrieve-group-data-early): Allow throttling servers.
8695         (nnimap-streaming): New variable.
8696         (nnimap-fetch-partial-articles): Remove.
8697
8698         * mm-decode.el (mm-with-part): Protect against killed buffers.
8699
8700         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8701         for prettier summary display.
8702
8703 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8704
8705         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8706
8707 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8708
8709         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8710         apparently third-party libraries depend on it.
8711
8712         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8713         before starting negotiation.
8714
8715         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8716         privacy reasons.
8717         (gnus-treat-mail-gravatar): Ditto.
8718
8719         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8720         buffer when inserting images.  Inserting text into the headers, for
8721         instance, can make them invalid.
8722
8723 2010-09-25  Julien Danjou  <julien@danjou.info>
8724
8725         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8726         variables.
8727
8728         * nnheader.el: Remove useless variables news-reply-yank-from and
8729         news-reply-yank-message-id.
8730
8731         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8732         variables.
8733
8734         * mml1991.el: Remove useless mml1991-verbose.
8735
8736         * gnus.el: Remove useless variable gnus-use-generic-from.
8737         Remove obsolete variable gnus-topic-indentation.
8738
8739         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8740
8741         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8742
8743         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8744
8745         * gnus-group.el: Remove useless gnus-group-icon-cache.
8746         Remove useless gnus-ephemeral-group-server.
8747
8748         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8749
8750         * mml2015.el: Remove useless mml2015-verbose.
8751
8752         * mml-smime.el: Remove useless mml-smime-verbose.
8753
8754         * gnus.el: Remove useless gnus-local-domain.
8755
8756         * gnus-gravatar.el (gnus-gravatar-transform-address):
8757         Use gnus-gravatar-size.
8758
8759         * gnus-art.el: Remove useless gnus-treat-translate.
8760
8761 2010-09-24  Julien Danjou  <julien@danjou.info>
8762
8763         * gnus-sum.el: Add support for Gravatars.
8764
8765         * gnus-art.el: Add support for Gravatars.
8766
8767         * gnus-gravatar.el: Add this file.
8768
8769         * gravatar.el: Add this file.
8770
8771 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8772
8773         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8774
8775         * gnus-group.el (gnus-group-fetch-faq): Remove.
8776
8777         * gnus.el (gnus-group-faq-directory): Remove.
8778
8779         * gnus-group.el (gnus-group-fetch-charter): Remove.
8780
8781         * gnus.el (gnus-group-charter-alist): Remove.
8782
8783         * gnus-group.el (gnus-group-archive-directory): Remove.
8784         (gnus-group-recent-archive-directory): Ditto.
8785         (gnus-group-make-archive-group): Remove.
8786
8787         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8788
8789         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8790         use the same article number for all the cached articles.
8791
8792         * nnimap.el (nnimap-command): Register the last command time so
8793         that we can use it for idling NOOPs.
8794         (nnimap-open-connection): Start the keeplive timer.
8795         (nnimap-make-process-buffer): Store all the process buffers.
8796         (nnimap-keepalive): New function.
8797
8798         * starttls.el (starttls-open-stream): Add autoload cookie.
8799
8800 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8801
8802         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8803         handling.
8804
8805 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8806
8807         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8808         its data structures.
8809
8810         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8811         instead of the cl.el copy-list.
8812         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8813         equalp.
8814
8815 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8818         and tool-bar-local-item-from-menu.
8819
8820         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8821         mode-line-highlight face for Emacs.
8822
8823         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8824         loading gnus-sum.elc; fix comment for canlock-verify.
8825         (gnus-article-jump-to-part): Use read-number.
8826         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8827         Remove Emacs pre-21 compatible code for help-echo.
8828         (gnus-article-next-page-1): No need to adjust the number of lines.
8829         (gnus-article-describe-bindings): Always use help-buffer.
8830
8831         * gnus-audio.el (gnus-audio-inline-sound):
8832         * gnus-cus.el (gnus-custom-mode):
8833         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8834
8835         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8836
8837         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8838         compatible code.
8839
8840 2010-09-24  Glenn Morris  <rgm@gnu.org>
8841
8842         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8843         visiting the fcc file in rmail-mode.
8844
8845         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8846
8847 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * nnir.el: Silence the byte compiler.
8850
8851         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8852         alias to browse-url-url-encode-chars if any.
8853         (gnus-html-encode-url): Use it.
8854
8855 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856
8857         * gnus-start.el (gnus-use-backend-marks): New variable.
8858         (gnus-get-unread-articles-in-group): Use it.
8859
8860         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8861         makeover.
8862
8863 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8864
8865         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8866
8867 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8868
8869         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8870         Remove.
8871         (gnus-setup-news-hook):
8872         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8873
8874         * gnus-int.el (gnus-request-update-info): Protect against backends not
8875         having the function.
8876
8877         * nnimap.el (nnimap-stream): Mention starttls.
8878         (nnimap-open-connection): Add starttls support.
8879
8880 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8881
8882         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8883
8884 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8885
8886         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8887         BODYSTRUCTUREs.
8888         (nnimap-transform-headers): Unfold quoted {42} headers.
8889
8890         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8891         the info.
8892         (gnus-get-unread-articles): Only call updatep on backends that support
8893         it.
8894
8895         * nnweb.el (nnweb-request-update-info): NOOP.
8896
8897         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8898
8899         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8900         since it only deals with marks.
8901
8902         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8903         gnus-request-marks, and make a new gnus-request-update-info.
8904
8905         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8906         the active instead of the high number, which is usually too low.
8907
8908 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8909
8910         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8911         * encrypt.el: Remove.
8912
8913 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8916         server in symbolic form.
8917
8918         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8919
8920 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8921
8922         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8923         (nnimap-update-info): Fix up code slightly.
8924
8925         * gnus-int.el (gnus-open-server): Add tracing for performance
8926         debugging.
8927
8928         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8929         (gnus-group-insert-group-line): Pass the real group name so that it
8930         gets the right data.
8931
8932         * gnus-start.el (gnus-get-unread-articles): Don't have
8933         `gnus-get-unread-articles-in-group' update info, since that can be
8934         really slow and doesn't seem to be needed?
8935
8936 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8937
8938         * time-date.el (date-to-time): Try using parse-time-string first before
8939         using the slower timezone-make-date-arpa-standard.
8940
8941 2010-09-22  Julien Danjou  <julien@danjou.info>
8942
8943         * gnus-group.el (gnus-group-insert-group-line):
8944         Call gnus-group-highlight-line.
8945         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8946         default hook list.
8947         (gnus-group-update-eval-form): Add new function.
8948         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8949         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8950
8951 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8952
8953         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8954         immediate, then expire all articles.
8955         (nnimap-update-info): Fix off-by-one errors.
8956         (nnimap-flags-to-marks): Would return no marks lists for group with no
8957         flags.  Instead return the other data.
8958
8959 2010-09-22  Julien Danjou  <julien@danjou.info>
8960
8961         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8962         Only return an icon.
8963         (gnus-group-insert-group-line): Compute icon to return.
8964
8965         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8966         (gnus-html-image-fetched): Only cache if
8967         gnus-html-image-automatic-caching is set.
8968         (gnus-html-image-fetched): Check for errors.
8969
8970 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8973         once per method on `g'.  This ensures that backends like nnfolder don't
8974         open all their folders.
8975
8976         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8977         (nnimap-request-list): Nix out group in the correct buffer.
8978         (nnimap-parse-flags): Implement by using `read' instead of
8979         hand-parsing.
8980         (nnimap-flags-to-marks): Pass on permanent-flags.
8981         (nnimap-make-process-buffer): Record the server name.
8982         (nnimap-parse-flags): Fix typo.
8983         (nnimap-request-scan): Run split on the server in general, not just a
8984         single group.
8985
8986         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8987         parameter, and propagate this downwards.
8988
8989         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8990         since EXAMINE changes it on the server.
8991
8992         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8993         this command might take a while.
8994
8995 2010-09-22  Julien Danjou  <julien@danjou.info>
8996
8997         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8998         harmful if you have 2 images side-by-side, they can't be properly
8999         update on text deletion.  Using text-property is safer here.
9000         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9001         data.
9002
9003 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * nnimap.el (nnimap-expunge-inbox): Remove.
9006         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9007         (nnimap-expunge): Flip default to t.
9008
9009         * gnus.el (gnus-method-to-server): Don't push things to the cache
9010         unless it's unique.
9011         (gnus-server-to-method): Ditto.
9012
9013 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9014
9015         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9016
9017 2010-09-22  Julien Danjou  <julien@danjou.info>
9018
9019         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9020         get the start of data.
9021         (gnus-html-encode-url): Add this function to encode special chars in
9022         URL.
9023         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9024         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9025
9026         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9027         default.
9028         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9029
9030         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9031         images alt-text.
9032         (gnus-html-put-image): Put alt-text as help-echo.
9033
9034 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9037         * mm-util.el (mm-decompress-buffer):
9038         * nnir.el (nnir-run-find-grep):
9039         * pop3.el (pop3-list): Use 3rd arg of split-string.
9040
9041         * time-date.el (format-seconds): Comment fix.
9042
9043         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9044         and byte-optimize-form-code-walker.
9045         (dgnushack-make-auto-load): Don't advise make-autoload.
9046
9047         * lpath.el: Remove Emacs 21 stuff.
9048
9049 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9050
9051         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9052         outside the active range.  Suggested by Dan Christensen.
9053
9054         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9055         slightly later to avoid double-getting it.
9056
9057         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9058         previous patch.
9059
9060         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9061
9062 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9063
9064         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9065
9066 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067
9068         * gnus-int.el (gnus-open-server): Give a better error message in the
9069         "go offline" case.
9070
9071         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9072         marks for nnimap, which is seldom the right thing to do.
9073
9074         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9075         (gnus-same-method-different-name): New function.
9076
9077         * nnimap.el (parse-time): Require.
9078
9079         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9080         method in the presence of many similar methods.
9081
9082         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9083
9084         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9085         nnml-inhibit-expiry.
9086
9087         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9088         find out whether methods are equal.
9089
9090         * nnimap.el (nnimap-find-expired-articles): New function.
9091         (nnimap-process-expiry-targets): New function.
9092         (nnimap-request-move-article): Request the article before looking at
9093         what the Message-ID is.  Fix found by Andrew Cohen.
9094         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9095
9096         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9097         for oldness in addition to being a predicate.
9098
9099         * nnimap.el (nnimap-request-group): When we have zero articles, return
9100         the right data to Gnus.
9101         (nnimap-request-expire-articles): Only delete articles immediately if
9102         the target is 'delete.
9103
9104         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9105         method, this would bug out.
9106
9107         * gnus-group.el (gnus-group-expunge-group): Rename from
9108         gnus-group-nnimap-expunge, and implemented as a normal interface
9109         function.
9110
9111         * gnus-int.el (gnus-request-expunge-group): New function.
9112
9113         * nnimap.el (nnimap-request-create-group): Implement.
9114         (nnimap-request-expunge-group): New function.
9115
9116 2010-09-21  Julien Danjou  <julien@danjou.info>
9117
9118         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9119         (gnus-html-cache-expired): Add new function.
9120         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9121         wethever we should display image for fetch it.
9122         Compute alt-text earlier to pass it to the fetching function too.
9123         (gnus-html-schedule-image-fetching): Change function argument to only
9124         get one image at a time, not a list.
9125         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9126         cache.
9127         (gnus-html-get-image-data): New function to retrieve image data from
9128         cache.
9129         (gnus-html-put-image): Change buffer argument to use image data rather
9130         than file, and place image above region rather than inserting a new
9131         one.  Do not take alt-text as argument, since it's useless now: we place
9132         the image above alt-text.
9133         (gnus-html-prune-cache): Remove.
9134         (gnus-html-show-images): Start to fetch image when we find one, do not
9135         push into a temporary list.
9136         (gnus-html-prefetch-images): Only fetch image if they have expired.
9137         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9138         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9139
9140 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9143
9144 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9145
9146         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9147         spec inser "*" if the group isn't active instead of 0.
9148
9149         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9150         opening the server.
9151         (nnimap-request-delete-group): Implement group deletion.
9152         (nnimap-transform-headers): Return the size of the entire message in
9153         the Bytes header, not just the size of the first part.
9154         (nnimap-request-move-article): When moving an article from nnimap,
9155         request the article first so the accepting form has an article to
9156         accept.  Reported by Dan Christensen.
9157         (nnimap-command): Make sure that the error message doesn't error out.
9158
9159 2010-09-20  David Edmondson  <dme@dme.org>
9160
9161         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9162         we haven't requested anything.
9163
9164 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9167         "".  Fix found by Andrew Cohen.
9168
9169         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9170         instead of -encode-string.
9171
9172 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9175
9176         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9177         by mm-subst-char-in-string.
9178
9179 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9180
9181         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9182         waiting for the connection string.
9183
9184         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9185         arriving.
9186
9187         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9188         bogus characters.  This allows selecting certain Gmail groups.
9189
9190         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9191         (nnimap-fetch-partial-articles): New variable.
9192         (nnimap-open-connection): When looking for credentials, also use the
9193         nnimap-server-port.
9194         (nnimap-request-article): Return the group/article number, so that Gnus
9195         `^' works as expected.
9196         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9197
9198         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9199         comments.
9200         (gnus-methods-sloppily-equal): New function.
9201         (gnus): When using the development version of Gnus, load the gnus-load
9202         file.
9203
9204         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9205         `gnus-open-server' on each method before trying to scan them etc.
9206         This ensures that all the backend parameters are set correctly.
9207
9208         * nnimap.el (nnimap-authenticator): New variable.
9209         (nnimap-open-connection): Allow anonymous login.
9210         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9211         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9212
9213         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9214         patch, found by Knut Anders Hatlen.
9215
9216 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9217
9218         * gnus-agent.el (gnus-agent-batch-confirmation)
9219         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9220         to gnus-message.
9221         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9222         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9223         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9224         * gnus-int.el (gnus-open-server): Likewise.
9225         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9226         (gnus-score-check-syntax): Likewise.
9227         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9228         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9229         Likewise.
9230         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9231
9232 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9233
9234         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9235         calling conventions so that prefetch doesn't bug out.
9236
9237 2010-09-19  Julien Danjou  <julien@danjou.info>
9238
9239         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9240         rather than `subst-char-in-region' in order to be able to replace ASCII
9241         char by UTF-8 ones.
9242
9243         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9244         than curl.
9245         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9246         the right URL and ALT text on images.
9247         (gnus-html-wash-tags): Fix tag case.
9248         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9249         (gnus-article-html): Add -o display_ins_del=2 option.
9250         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9251
9252 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9253
9254         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9255         the extra mail headers, which sometimes seem to happen for unknown
9256         reasons.
9257
9258         * mail-parse.el (mail-header-encode-parameter): Define as
9259         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9260         (or most, perhaps?) mail readers don't understand the latter, but do
9261         understand the former.
9262
9263         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9264         to nil, so that no methods are automatically agentized.  I think this
9265         is probably what most users want.
9266
9267         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9268         from url-retrieve, for instance about invalid URLs.
9269
9270         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9271         groups that have no articles.
9272         (nnimap-request-article): Check that we really got an article when we
9273         requested one.
9274
9275         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9276         doesn't exist.
9277
9278         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9279         nntp buffer so the agent can save it.
9280         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9281         that CRLF doesn't get translated to \n.
9282         (nnimap-open-connection): Don't make 'shell commands only send \n.
9283
9284 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9285
9286         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9287         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9288         Update var name.
9289         (nnml-generate-nov-file): Use dolist.
9290         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9291         Use with-current-buffer.
9292
9293 2010-09-18  Julien Danjou  <julien@danjou.info>
9294
9295         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9296         parallel.
9297
9298 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9301         the range update right.
9302         (nnimap-request-group): Don't make `M-g' bug out on group with no
9303         marks.
9304         (nnoo): Require, so that other packages can require nnimap.
9305         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9306         command we're looking for.  This helps when the server sends more
9307         responses after we've gotten everything we expected.
9308         (nnimap): Add a `newlinep' field to keep track of end-of-line
9309         conventions.
9310         Don't send CRLF to things that don't want it.
9311         (nnimap-request-accept-article): Ditto.
9312
9313 2010-09-18  Julien Danjou  <julien@danjou.info>
9314
9315         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9316         than curl to retrieve images.
9317
9318 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9319
9320         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9321         the marks.
9322         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9323         (nnimap-wait-for-connection): New function.
9324         (nnimap-open-connection): If we have PREAUTH, don't query for login
9325         credentials.
9326         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9327         when doing a partial update.
9328
9329 2010-09-18  Julien Danjou  <julien@danjou.info>
9330
9331         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9332         tags.
9333
9334 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * nnimap.el (nnimap-credentials): New function.
9337         (nnimap-open-connection): Use the new function to look for credentials
9338         also on the numeric equivalents of "imap" and "imaps".
9339
9340         * gnus-start.el (gnus-activate-group): Send the info to
9341         gnus-request-group.
9342
9343         * nnimap.el (nnimap-request-group): Have the "check" version of the
9344         function parse flags and update the info, so that a `M-g' get a total
9345         resync of all flags from the group.
9346
9347         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9348         to allow backends to alter the info on group selection.  Also alter all
9349         the backend -request-group functions to take the parameter.
9350
9351         * nnimap.el (nnimap-store-info): New function.
9352         (nnimap-update-info): Store the info for later usage.
9353         (nnimap-request-group): Use the stored info for the dont-check case, so
9354         that we don't retrieve all marks when we enter a group.
9355
9356         * nnimap.el: Use deffoo instead of defun for interface functions.
9357
9358         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9359         update the group info.  This makes the nndraft groups, for instance, go
9360         back to their old behavior.
9361
9362         * gnus-sum.el (gnus-select-newsgroup): Indent.
9363
9364         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9365         in.
9366         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9367         nothing.
9368
9369         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9370         from methods that are denied.
9371
9372         * gnus-int.el (gnus-method-denied-p): New function.
9373
9374         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9375         store the password instead of netrc.
9376         (nnimap-open-connection): Don't error out when we can't make a
9377         connections.
9378
9379         * auth-source.el (auth-source-create): In the password prompt, say what
9380         we're querying for.  Also prompt for user name if that hasn't been
9381         given.
9382
9383         * nnimap.el (nnimap-with-process-buffer): Remove.
9384
9385 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9388         method when we're reading from the agent.
9389
9390         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9391
9392         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9393         that's probably most useful for users.
9394
9395         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9396         "failed" all the time.
9397
9398         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9399         ...)) with (with-current-buffer ... ).
9400
9401         * nntp.el (nntp-open-server): Return whether the open was successful or
9402         not.
9403
9404         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9405         select an unread unseen article first.
9406
9407         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9408         /etc/services, supply some sensible port defaults.
9409
9410         * dgnushack.el: Define netrc-credentials.
9411
9412 2010-09-17  Julien Danjou  <julien@danjou.info>
9413
9414         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9415
9416 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9417
9418         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9419         doesn't have any parameters.
9420
9421 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9424         only upcased checks.
9425
9426         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9427
9428         * nnimap.el (nnimap-open-shell-stream): New function.
9429         (nnimap-open-connection): Use it.
9430         (nnimap-transform-headers): Get the number of lines in each message.
9431         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9432         number of lines.
9433         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9434         problem.
9435
9436         * utf7.el (utf7-encode): Autoload.
9437
9438         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9439         to allow the mail splitting to not return a default group.  This is
9440         useful for nnimap, which will leave unmatched mail in the inbox.
9441
9442         * nnimap.el: Rewritten.
9443
9444         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9445         nnimap usage.
9446
9447         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9448         if the move is internal, so that nnimap can do fast internal moves.
9449
9450         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9451         data.
9452         (gnus-read-active-for-groups): Support finishing the early retrieval of
9453         data.
9454
9455         * gnus-range.el (gnus-range-nconcat): New function.
9456
9457         * gnus-int.el (gnus-finish-retrieve-group-infos)
9458         (gnus-retrieve-group-data-early): New functions.
9459
9460 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9461
9462         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9463         (nnrss-retrieve-groups):
9464         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9465         (pop3-quit): Use with-current-buffer.
9466
9467 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9470         instead of nnheader-accept-process-output.
9471
9472         * dgnushack.el (dgnushack-compile): Add comment.
9473
9474         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9475
9476         * gnus-html.el (gnus-html-schedule-image-fetching)
9477         (gnus-html-prefetch-images): Replace process-kill-without-query by
9478         gnus-set-process-query-on-exit-flag.
9479
9480 2010-09-16  Romain Francoise  <romain@orebokech.com>
9481
9482         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9483
9484 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9487         parameter to unintern is mandatory-ish in Emacs 24.
9488
9489         * gnus-html.el (gnus-html-schedule-image-fetching)
9490         (gnus-html-prefetch-images): Check for curl before using it.
9491
9492         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9493         depend on curl, which isn't essential.
9494
9495         * imap.el: Revert back to version
9496         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9497         seem problematic.
9498
9499 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9500
9501         * gnus-registry.el (gnus-registry-install-shortcuts):
9502         Explicitly pass `obarray' to `unintern' to avoid a warning.
9503
9504 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9507         change.
9508
9509         * nnrss.el (nnrss-request-list): Remove this function and related
9510         functions, including the moreover stuff.
9511
9512 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9513
9514         * nnrss.el (nnrss-retrieve-groups): New function.
9515
9516 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9517
9518         * .dir-locals.el: Add no-byte-compile cookie.
9519
9520 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * time-date.el (format-seconds): Comment fix.
9523
9524         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9525         for back end that doesn't support request-scan.
9526
9527 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9530         then do request scans from the backends.
9531
9532         * netrc.el (netrc-credentials): New conveniency function.
9533
9534         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9535         avoid running a hook per line, since this takes a lot of time,
9536         profiling shows.
9537         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9538         directly if gnus-visual-p is true.
9539
9540 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9543         groups; replace mapcar with dolist which is a bit faster; pass groups
9544         info to gnus-read-active-file-1.
9545         (gnus-read-active-file-1): Scan only specified groups if the new
9546         optional arg `infos' is given.
9547
9548 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9551
9552         * pop3.el (pop3-movemail): Remove.
9553         (pop3-streaming-movemail): Rename to pop3-movemail.
9554
9555         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9556         don't restrict end-tag searches to the end of the line.
9557
9558 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9561         articles of every unchecked group to t, which means unknown since the
9562         server has never been opened.
9563
9564 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9565
9566         * gnus-html.el (gnus-html-show-alt-text): New command.
9567         (gnus-html-browse-image): Ditto.
9568         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9569         to browse the image directly.
9570         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9571         better.
9572
9573         * gnus-async.el (gnus-async-article-callback):
9574         Call `gnus-html-prefetch-images' unconditionally.
9575
9576         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9577         before feeding URLs to curl.
9578
9579 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9582         internal images as deletable by `W D D'.
9583
9584         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9585         (gnus-async-article-callback): Fix typo.
9586
9587 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9588
9589         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9590         current line to work around bugs in the output from w3m.
9591
9592         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9593         for groups that want that.
9594
9595         * nntp.el (nntp-wait-for-string): Supply a timeout for
9596         accept-process-output to ensure progress.
9597
9598         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9599         level to get unread articles from, then use that for foreign groups,
9600         too.
9601
9602         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9603         confuses the rest of the function.
9604
9605         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9606         for the methods that support -retrieve-groups, too.
9607
9608         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9609
9610 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9613         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9614
9615         * pop3.el: Require cl when compiling.
9616         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9617
9618 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9619
9620         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9621         that aren't going to be activated.
9622         (gnus-get-unread-articles): Fix up the last commit.
9623
9624         * gnus-html.el (gnus-article-html): Allow calling without specifying
9625         the handle.  In that case, dissect the buffer first.
9626
9627         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9628
9629         * nnimap.el (nnimap-open-connection): Revert the change that would look
9630         into authinfo for imaps instead of imap.
9631
9632         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9633         say that you don't want to call gnus-request-group with don-check, but
9634         do check the reponse.  This is for virtual groups only.
9635         (gnus-get-unread-articles): Count the archive groups as secondary, so
9636         that they're activated the same way as before.
9637
9638         * imap.el (imap-message-map): Removed optional buffer parameter, since
9639         no callers use it.
9640         (imap-message-get): Ditto.
9641         (imap-message-put): Ditto.
9642         (imap-mailbox-map): Ditto.
9643         (imap-mailbox-put): Ditto.
9644         (imap-mailbox-get): Ditto.
9645         (imap-mailbox-get): Revert last change for this function.
9646
9647         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9648         case-insensitively.
9649         (nnimap-debug): Remove.
9650
9651         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9652         callers to use `imap-fetch' instead.  According to the comments, this
9653         should be safe, since all other IMAP clients use the 1:* syntax.
9654         (imap-enable-exchange-bug-workaround): Remove.
9655         (imap-debug): Remove -- doesn't seem very useful.
9656
9657         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9658         mail from a file, and the file doesn't exist.
9659
9660         * imap.el (imap-log): New convenience function used throughout instead
9661         of repeating the same code all over the place.
9662
9663         * pop3.el (pop3-streaming-movemail): Return t for success.
9664
9665         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9666         .authinfo if we're using ssl connection.
9667
9668         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9669         already have if we're in a main Gnus `g' run.
9670
9671         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9672
9673 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9676
9677         * nnmh.el (nnmh-request-list-1): Bind `file'.
9678
9679         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9680         alias to set-process-query-on-exit-flag or process-kill-without-query.
9681         (pop3-open-server): Use it.
9682
9683 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9686         box to the Incoming file.  Fixes mistake in previous checkin.
9687
9688         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9689         request loop (for debugging purposes) removed.
9690
9691         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9692         culprit is more visible.
9693         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9694         (nnml-add-incremental-nov): New functions to do "incremental" nov
9695         updates, where we just append to the end of the existing nov files
9696         without reading/writing them in full.
9697
9698         * mail-source.el (mail-source-delete-crash-box): Really only check the
9699         incoming files once in a while.
9700
9701         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9702
9703         * mail-source.el (mail-source-delete-crash-box): Only check the
9704         incoming files for deletion once per day to save a lot of file
9705         accesses.
9706
9707         * pop3.el (pop3-logon): Fix up unbound variable typo.
9708
9709         * mail-source.el (pop3-streaming-movemail): Autoload.
9710
9711         * pop3.el (pop3-streaming-movemail):
9712         Respect pop3-leave-mail-on-server.
9713
9714         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9715         retrieval.
9716
9717         * pop3.el (pop3-process-filter): Remove unused function.
9718         (pop3-streaming-movemail, pop3-send-streaming-command)
9719         (pop3-wait-for-messages, pop3-write-to-file)
9720         (pop3-number-of-responses): New functions for streaming pop3
9721         retrieval.
9722
9723         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9724         come from no known methods.
9725         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9726         list.
9727
9728         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9729         message sizes.
9730         (pop3-movemail): Use erase-buffer instead of looping and deleting
9731         regions, which seems rather odd.
9732
9733         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9734         file once per `g' run.
9735
9736         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9737         directories.  This makes the draft queue directory work.
9738
9739         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9740         data from the backends, so that we only request the list of groups from
9741         each method once.  This should speed things up considerably.
9742
9743         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9744         detect that it's not implemented.
9745
9746         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9747         we actually do recurse down into the tree, but don't stat all leaf
9748         nodes.
9749
9750         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9751         then say so instead of bugging out.
9752
9753         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9754         files exist before trying to read them.
9755
9756         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9757         around <pre_int>.
9758
9759         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9760
9761         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9762
9763 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764
9765         * mm-util.el (mm-image-load-path): Just return the image directories,
9766         not all directories in the path in addition to the image directories.
9767         (mm-image-load-path): Maintain a cache of the image directories so that
9768         the `g' command in Gnus doesn't have to stat dozens of directories each
9769         time.
9770
9771         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9772         (gnus-html-wash-tags): Add a new `i' command to insert images.
9773         (gnus-html-insert-image): New command and keystroke.
9774         (gnus-html-redisplay-with-images): New command and keystroke.
9775         (gnus-html-show-images): Rename command.
9776         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9777         spacers.
9778         (gnus-html-wash-tags): Decode entities at the end, so that entities
9779         inside the tags don't mess up the rest of the "parsing".
9780
9781         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9782         so that nnimap methods aren't agentized by default.  There's apparently
9783         many problems related to agent/imap behavior.
9784
9785         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9786
9787         * gnus-html.el: Doc fix.
9788
9789 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9792         specifier-spec-list for Emacs 21.
9793
9794         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9795         glyph-width and glyph-height instead of display-graphic-p and
9796         image-size; make avoidance of displaying small images work for XEmacs.
9797
9798         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9799         for XEmacs.
9800
9801         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9802         of symbol that holds plist data.
9803         (gnus-process-plist): Remove plist of process after getting it.
9804
9805 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9806
9807         * message.el (message-generate-hashcash): Change default to
9808         'opportunistic if hashcash is installed.
9809
9810         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9811         (gnus-html-put-image): Only call image-size once, since it's somewhat
9812         time-consuming on remote X servers.
9813
9814 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9817         type on data, not a file name.
9818
9819         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9820         window-pixel-edges for Emacs 21.
9821
9822         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9823         decoded contents.
9824         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9825
9826 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9827
9828         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9829         group line format, since it isn't very interesting.
9830
9831         * gnus-agent.el (gnus-agent-short-article),
9832         (gnus-agent-long-article): Increase values for these two variables,
9833         since most people are likely to have more network connection and
9834         storage than before.
9835
9836         * gnus.el (gnus-refer-article-method): Change default to 'current.
9837         When referring an article, the common behavior is to refer it from the
9838         current select method, not the native select method.  The chances of
9839         the native select method having the message in question is rather slim
9840         these days.
9841
9842         * gnus-sum.el (gnus-auto-select-subject): Change default to
9843         `unseen-or-unread'.  I think it's likely that most people want to
9844         select an unseen article over a previously seen, but unread one.
9845
9846         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9847         means that in the article buffer none of the minor mode elements will
9848         be shown, usually, and this is not desirable in most cases.
9849
9850         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9851         that commands like `d' (and the like) go to the next line in the
9852         buffer, instead of the next unread article.  I think this is the
9853         behavior that is most natural for most users.
9854         (gnus-single-article-buffer): Change default to nil, so that people can
9855         have as many article buffers open as they have summary buffer.  I think
9856         this is the most natural way for the groups to behave.
9857
9858         * message.el (message-generate-new-buffers): Change default to
9859         `unsent', so that all new message buffers start their names with the
9860         string "*unsent", and it's easier to find the buffers if you move from
9861         them.
9862
9863 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864
9865         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9866         small.  They're probably tracking images.
9867         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9868         (gnus-html-rescale-image): Yet another try at getting the image sizing
9869         right.
9870
9871         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9872         nntp-marks-file-name is nil.
9873
9874 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9875
9876         * gnus-html.el (gnus-html-wash-tags)
9877         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9878         Better logging.
9879
9880 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881
9882         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9883
9884         * gnus-html.el (gnus-html-wash-tags): Check the value of
9885         gnus-blocked-images in the summary buffer.
9886
9887 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9888
9889         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9890
9891 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9892
9893         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9894         like "a", it seems like.
9895         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9896         since it needs to be picked from the correct buffer.
9897
9898         * nnwfm.el: Remove.
9899
9900         * nnlistserv.el: Remove.
9901
9902 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9903
9904         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9905         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9906
9907 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * nnkiboze.el: Remove.
9910
9911         * nndb.el: Remove.
9912
9913         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9914         alt text.
9915         (gnus-html-rescale-image): Try to get the rescaling logic right for
9916         images that are just wide and not tall.
9917
9918         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9919         overshadow variable bindings.
9920
9921 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9922
9923         * gnus-html.el (gnus-html-wash-tags)
9924         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9925         Add extra logging.
9926
9927 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9928
9929         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9930         (gnus-max-image-proportion): New variable.
9931         (gnus-html-rescale-image): New function.
9932         (gnus-html-put-image): Rescale images.
9933
9934 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9935
9936         Fix up some byte-compiler warnings.
9937         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9938         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9939         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9940         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9941         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9942         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9943         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9944
9945 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * gnus-html.el (gnus-article-html): Decode contents by charset.
9948
9949 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9952         (gnus-html-frame-width, gnus-blocked-images):
9953         * message.el (message-prune-recipient-rules): Add custom version.
9954         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9955
9956         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9957         functions.
9958
9959         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9960         gnus-process-get.
9961
9962 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9963
9964         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9965         instead of lsub directly.
9966
9967 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9968
9969         * nnwarchive.el: Remove.
9970
9971         * gnus-soup.el: Remove.
9972
9973         * nnsoup.el: Remove.
9974
9975         * nnultimate.el: Remove.
9976
9977         * gnus-html.el (gnus-blocked-images): New variable.
9978
9979         * message.el (message-prune-recipients): New function.
9980         (message-prune-recipient-rules): New variable.
9981
9982         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9983         guess whether a long line is natural text or not.
9984
9985         * gnus-html.el (gnus-html-schedule-image-fetching):
9986         Use gnus-process-plist and friends for compatibility.
9987
9988 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9989
9990         * gnus-html.el: Require packages that define macros used in this file.
9991         (gnus-article-mouse-face): Declare to silence byte-compiler.
9992         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9993         process-get.
9994         (gnus-html-put-image): Use plist-get to avoid getf.
9995         (gnus-html-prefetch-images): Use with-current-buffer.
9996
9997 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * gnus-ems.el: Provide compatibility functions for
10000         gnus-set-process-plist.
10001
10002         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10003         header-line-format for XEmacs 21.4.
10004
10005         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10006         * gnus.el (gnus-valid-select-methods):
10007         * message.el (message-send-mail-partially-limit):
10008         * mm-decode.el (mm-text-html-renderer):
10009         * mml.el (mml-insert-mime-headers-always):
10010         * smiley.el (smiley-regexp-alist): Bump custom version.
10011
10012 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10013
10014         * gnus-html.el: require mm-url.
10015         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10016         with the url to `url'.
10017         (gnus-html-wash-tags): Support cid: URLs/images.
10018
10019 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10020
10021         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10022         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10023         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10024
10025         * gnus-move.el: Remove file, since it doesn't really work.
10026
10027         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10028         UTF-8.  This seems to fix problems with some German web feeds.
10029
10030         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10031         at the top so that the proper colors are applied.
10032
10033         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10034         don't have dots in their names.
10035
10036         * gnus-art.el (gnus-article-view-part): Doc fix.
10037
10038         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10039         XEmacs-compatible.
10040         (gnus-html-put-image): Don't do images on non-graphic displays.
10041
10042         * nnslashdot.el: Remove this unused backend.
10043
10044         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10045         actions.
10046         (gnus-undo-register-1): Revert last change.
10047
10048         * gnus-group.el (gnus-group-completing-read): Protect against not
10049         having completion-styles bound.
10050
10051         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10052         make broken recipients happier.
10053
10054         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10055
10056         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10057         point parameter.
10058
10059         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10060
10061         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10062         completion-styles for group selection.
10063
10064 2009-02-04  Andreas Schwab  <schwab@suse.de>
10065
10066         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10067         headers and regexp-quote the match if necessary.
10068
10069 2009-03-24  Miles Bader  <miles@gnu.org>
10070
10071         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10072         the blinking smiley.
10073
10074 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10075
10076         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10077         blink smiley.
10078
10079 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10080
10081         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10082         where the dribbel file lives exists.
10083
10084         * message.el (message-send-mail-partially-limit): Change the default to
10085         nil, since most people don't want this.
10086
10087         * mm-url.el (mm-url-decode-entities): Also decode entities like
10088         &#x3212.
10089
10090 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10091
10092         * gnus-sum.el (gnus-summary-idna-message):
10093         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10094         Hyperlink urls in docstrings with URL `...'.
10095
10096 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10097
10098         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10099         functions.
10100
10101 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10102
10103         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10104         say what the mouseover text should be.
10105
10106         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10107         version of the mm-w3m-safe-url-regexp variable to only download images
10108         in the groups where we want that to happen.
10109
10110         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10111
10112         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10113         easier debugging.
10114         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10115         big pictures in the article buffer.
10116
10117         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10118         gnus-article-html.
10119         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10120         w3m.
10121
10122         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10123
10124 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10125
10126         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10127         which doesn't exist.
10128
10129         * message.el (message-inhibit-ecomplete): New variable to allow some
10130         function to inhibit ecomplete address storage.
10131         (message-resend): Disable ecomplete message storage when resending
10132         messages.
10133
10134         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10135
10136 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10139         Save excursion while copying, moving, and deleting articles in order to
10140         prevent the cursor from jumping to unforeseen place.
10141
10142 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * lpath.el: No need to bind bookmark-current-buffer,
10145         bookmark-yank-point and bookmark-make-record-function.
10146
10147 2010-08-17  Glenn Morris  <rgm@gnu.org>
10148
10149         * gnus-sync.el: Require gnus components whose functions are used.
10150
10151         * gnus-art.el (bookmark-make-record-function):
10152         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10153         Declare for compiler.
10154
10155         * mm-url.el (mml-compute-boundary): Autoload.
10156
10157 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10160
10161 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10162
10163         Typo fix "hoo4a" -> "hook".
10164
10165         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10166
10167 2010-08-14  Glenn Morris  <rgm@gnu.org>
10168
10169         * gnus-sync.el (gnus-sync): Fix defgroup version.
10170
10171 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10172
10173         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10174
10175         * gnus-sync.el: Fix docs.
10176         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10177         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10178
10179 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10180
10181         Optimizations for gnus-sync.el.
10182
10183         * gnus-sync.el: Add docs about gnus-sync-backend
10184         possibilities.
10185         (gnus-sync-save): Remove unnecessary message.
10186         (gnus-sync-read): Optimize and show what groups were skipped.
10187
10188 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10189
10190         Minor bug fixes for gnus-sync.el.
10191
10192         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10193         Don't read the sync on get-new-news.
10194
10195         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10196         quiet.
10197
10198         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10199         (fix typo).
10200
10201 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10202
10203         Make saving and restoring of hidden threads work with overlays.
10204         Patch applied by Ted Zlatanov.
10205
10206         * gnus-sum.el (gnus-hidden-threads-configuration)
10207         (gnus-restore-hidden-threads-configuration): Update to deal with text
10208         properties, rather than searching for a magic character.
10209
10210 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10211
10212         New gnus-sync.el library for synchronization of marks.
10213
10214         * gnus-sync.el: New library for synchronization of marks.
10215
10216         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10217         renamed from `gnus-registry-grep-in-list'.
10218
10219         * gnus-registry.el (gnus-registry-follow-group-p):
10220         Use `gnus-grep-in-list'.
10221
10222         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10223
10224 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10227         determining charset of text fails.
10228
10229 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * nnmail.el (nnmail-get-new-mail-1): Revert.
10232
10233         * nnml.el (nnml-active-number): Make sure names of newly created groups
10234         in nnml-group-alist are encoded.
10235
10236 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10237
10238         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10239         containing non-ASCII characters in active file for nnml back end.
10240
10241 2010-07-24  David Engster  <dengste@eml.cc>
10242
10243         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10244         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10245
10246 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10247
10248         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10249         tag (Bug#6654).
10250
10251 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10254         the article buffer, not the summary buffer.
10255
10256 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10259         Emacs 23 as well.
10260
10261 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10262
10263         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10264         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10265
10266 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10267
10268         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10269         Patch applied by Karl Fogel.
10270
10271         * gnus-sum.el (gnus-summary-bookmark-make-record):
10272         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10273
10274 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10275
10276         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10277         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10278         C-w still not working correctly from Article buffers; Thierry's
10279         patch to fix that will be applied after this.
10280
10281         * gnus-art.el (bookmark-make-record-function): New local variable.
10282
10283         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10284         article buffer.
10285         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10286
10287 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10288
10289         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10290         on changes in bookmark.el.
10291
10292 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10295         `no-log' instead of message not to log prompt string.
10296
10297 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10298
10299         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10300         the *other* type of HTML form submission.
10301
10302 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10303
10304         * auth-source.el (auth-source-pick): If choice does not contain a
10305         questioned keyword, set the check to t.
10306
10307 2010-06-12  Romain Francoise  <romain@orebokech.com>
10308
10309         * gnus-util.el (gnus-date-get-time): Move up before first use.
10310
10311 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10314         (gnus-article-edit-part): Bind it to make last part that is substituted
10315         or deleted visible.
10316         (gnus-mime-display-single): Buttonize part of which id equals to
10317         gnus-mime-buttonized-part-id.
10318
10319 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10320
10321         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10322         (gnus-dd-mmm): Use gnus-date-get-time.
10323         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10324         simplify logic.
10325         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10326         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10327
10328 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10329
10330         * auth-source.el (top): Autoload `secrets-list-collections',
10331         `secrets-create-item', `secrets-delete-item'.
10332         (auth-sources): Fix tag string.
10333         (auth-get-source, auth-source-retrieve, auth-source-create)
10334         (auth-source-delete): New defuns.
10335         (auth-source-pick): Rewrite in order to avoid 2 passes.
10336         (auth-source-forget-user-or-password): New parameter USERNAME.
10337         (auth-source-user-or-password): New parameters CREATE-MISSING and
10338         DELETE-EXISTING.  Retrieve password interactively, if needed.
10339
10340 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10341
10342         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10343         deleting unused directories when gnus-expert-user is t.
10344
10345 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10348         for each temp file when gnus-article-browse-delete-temp is ask.
10349
10350 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10351
10352         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10353         Replace Lisp calls to delete-backward-char by calls to delete-char.
10354
10355 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10356
10357         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10358
10359 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10360
10361         * password-cache.el (password-cache-remove): Fix docstring.
10362
10363 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10366         article unless decoding article to be saved.
10367
10368 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10371         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10372         generated within the mm-with-unibyte-current-buffer macro.
10373
10374 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10377         to nil when we're in a mml-preview buffer and no group is selected.
10378
10379 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10380
10381         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10382         when catching the `C-g'.  Reported by "Leo".
10383
10384 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * message.el (message-forward-make-body-plain)
10387         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10388         multibyte-string-p.
10389
10390         * lpath.el: Revert.
10391
10392 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * message.el (message-forward-make-body-mml): Assume original message
10395         is multibyte string; error on unibyte.
10396         (message-forward-make-body-plain): Ditto; don't add excessive newline
10397         in body end.
10398
10399         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10400
10401 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10402
10403         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10404         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10405
10406 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * mm-extern.el (mm-extern-url): Don't use
10409         mm-with-unibyte-current-buffer.
10410         (mm-extern-cache-contents): Use with-current-buffer instead of
10411         save-excursion + set-buffer.
10412
10413 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * mm-util.el (mm-emacs-mule): Remove.
10416
10417 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10418
10419         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10420         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10421         change.
10422
10423 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10426         bind the default value of enable-multibyte-characters to nil.
10427
10428 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * message.el (message-forward-make-body-plain)
10431         (message-forward-make-body-mml):
10432         Don't use mm-with-unibyte-current-buffer.
10433
10434 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10435
10436         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10437
10438 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10439
10440         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10441         (Bug#5592).
10442
10443 2010-05-07  Julien Danjou  <julien@danjou.info>
10444
10445         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10446         it to mm-pipe-part.
10447
10448         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10449         it is given.
10450
10451 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * binhex.el (binhex-decode-region-internal):
10454         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10455         (dns-query):
10456         * nnweb.el (nnweb-gmane-search):
10457         * pgg-parse.el (pgg-parse-armor):
10458         * pgg.el (pgg-verify-region):
10459         * sha1.el (sha1-string-external):
10460         * uudecode.el (uudecode-decode-region-internal):
10461         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10462         XEmacs.
10463
10464         * gnus-art.el (gnus-article-browse-html-parts):
10465         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10466         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10467         make-temp-file.
10468
10469         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10470         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10471         compiling.
10472
10473         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10474         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10475         XEmacs when compiling.
10476
10477         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10478         gnus-pick-mode-off-hook for XEmacs when compiling.
10479         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10480         gnus-binary-mode-off-hook for XEmacs when compiling.
10481
10482         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10483         Return nil if char-charset is not available.
10484
10485         * imap.el (imap-disable-multibyte)
10486         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10487         macros.
10488
10489         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10490         instead of encode-coding-string.
10491
10492         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10493         'xemacs) instead of mm-emacs-mule to switch function definitions.
10494         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10495
10496         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10497         bind temporary-file-directory for XEmacs;
10498         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10499         timer-set-function for XEmacs 21.4 and SXEmacs;
10500         bind timer-list for XEmacs 21.4 and SXEmacs;
10501         fbind char-charset and find-charset-region for non-Mule XEmacs;
10502         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10503         encode-coding-region and encode-coding-string for XEmacs having no
10504         file-coding feature.
10505
10506 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10507
10508         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10509
10510 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10513         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10514
10515 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10516
10517         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10518         alias `jka-compr-delete-temp-file' no longer exists.
10519
10520 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10521
10522         Use define-minor-mode in Gnus where applicable.
10523         * mml.el (mml-mode): Use define-minor-mode.
10524         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10525         (gnus-undo-mode): Use define-minor-mode.
10526         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10527         (gnus-dead-summary-mode): Use define-minor-mode.
10528         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10529         Initialize in declaration.
10530         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10531         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10532         (gnus-mailing-list-mode): Use define-minor-mode.
10533         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10534         (gnus-draft-mode): Use define-minor-mode.
10535         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10536         (gnus-dired-mode): Use define-minor-mode.
10537
10538 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10539
10540         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10541         handles on recursive mml-to-mime translation and check them for
10542         boundary delimiter collisions.  Reported by Greg Troxel.
10543
10544 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10547
10548 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10549
10550         * mm-util.el (mm-find-buffer-file-coding-system):
10551         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10552
10553 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10554
10555         * message.el (message-generate-headers): Record insertion of optional
10556         headers as well.  Otherwise the check to prevent repeated insertion of
10557         optional headers is a no-op.
10558
10559 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10560
10561         * smime.el: Don't mention CVS.
10562
10563         * nnrss.el (nnrss-fetch): Don't mention CVS.
10564
10565         * nnir.el: Don't mention CVS.
10566
10567 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10568
10569         * gnus-sum.el (gnus-summary-bookmark-make-record):
10570         Add `location' field.
10571
10572 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * lpath.el: Fbind bookmark-default-handler,
10575         bookmark-get-bookmark-record, bookmark-make-record-default,
10576         bookmark-prop-get for Emacs <23 and XEmacs.
10577
10578 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10579
10580         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10581         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10582         Use with-current-buffer to silence the byte-compiler.
10583         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10584         bother to require `gnus'.
10585         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10586
10587 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10588
10589         * gnus-sum.el (gnus-summary-bookmark-make-record)
10590         (gnus-summary-bookmark-jump): New functions.
10591         (gnus-summary-mode): Setup bookmark support.
10592
10593 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10594
10595         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10596         if set.
10597
10598 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10601         gnus-article-browse-html-save-cid-image; make it work recursively for
10602         forwarded messages as well.
10603         (gnus-article-browse-html-parts): Work when prefix arg is given.
10604         (gnus-article-browse-html-article): Doc fix.
10605
10606 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10607
10608         * message.el (message-default-mail-headers):
10609         (message-default-headers): Carry the value mail-default-headers over
10610         into message-default-mail-headers, rather than message-default-headers.
10611
10612 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10613
10614         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10615         charset.
10616
10617         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10618         charset into the <meta> tag when the article is encoded to utf-8.
10619
10620 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * gnus-art.el (gnus-article-browse-delete-temp-files):
10623         Delete directories as well.
10624         (gnus-article-browse-html-parts): Work for images that do not specify
10625         file names; delete temp directory when quitting; insert header at the
10626         right place; use file: scheme for image files.
10627
10628 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10629
10630         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10631         (gnus-article-browse-html-parts): Use it to make temporary cid image
10632         files in addition to html file so that browser may display them.
10633
10634 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10637
10638 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10639
10640         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10641
10642 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10643
10644         * auth-source.el (auth-sources): Change default to be simpler.
10645         Explain about Secret Service API sources.  Improve Customize options.
10646         (auth-source-pick): Change to accept any number of search parameters.
10647         Implement fallbacks iteratively, not recursively.  Add scoring on the
10648         second pass and sort by score.  Call Secret Service API when needed.
10649         (auth-source-user-or-password): Use it.  Call Secret Service API
10650         directly when needed to get the user name and the password.
10651
10652 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10653
10654         * message.el (message-interactive): Doc fix.
10655         (message-qmail-inject-args): Reflow.
10656         (message-kill-to-signature): Fix typo in docstring.
10657
10658         * smiley.el (smiley-buffer): Fix typo in docstring.
10659
10660 2010-03-24  Glenn Morris  <rgm@gnu.org>
10661
10662         * mail-source.el (gnus-message): Declare.
10663         (mail-source-delete-old-incoming): Require gnus-util.
10664
10665 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10668
10669         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10670
10671         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10672         password-cache's default if it is not bound.
10673         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10674         password-cache-expiry's default if it is not bound.
10675
10676         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10677         available in Emacs 21.
10678
10679         * lpath.el: Suppress compiler warnings for:
10680         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10681         XEmacs;
10682         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10683         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10684         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10685
10686 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10687
10688         * auth-source.el (auth-sources): Fix up definition so extra parameters
10689         are always inline.
10690
10691 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10692
10693         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10694         wasn't updated after mismatch.  Clear cached mailbox info correctly
10695         when uidvalidity changes.
10696         (nnimap-group-prefixed-name): New function to avoid some code
10697         duplication.
10698         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10699         (nnimap-request-group): Use it.
10700         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10701         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10702         with many imap folders.  This is done by caching the group status from
10703         the imap server persistently in a group parameter `imap-status'.  (This
10704         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10705         but not persistently, so every Gnus startup was still very slow.)
10706
10707 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10708
10709         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10710         delete the extra newline.  Otherwise editing of :string and :number
10711         types don't work.
10712
10713 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10714
10715         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10716         secrets.el dependency.
10717         (auth-sources): Add optional user name.  Add secrets.el configuration
10718         choice (unused right now).
10719
10720 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10721
10722         * gnus-sum.el (gnus-summary-make-menu-bar):
10723         Let `gnus-registry-install-shortcuts' fill in the functions.
10724
10725         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10726         warnings.
10727         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10728         (gnus-registry-install-shortcuts): Populate and use it in a
10729         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10730
10731 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10732
10733         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10734         In-place substitutions for the group name encoding/decoding.
10735         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10736         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10737         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10738         (nnimap-update-unseen, nnimap-request-list)
10739         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10740         (nnimap-request-set-mark, nnimap-split-to-groups)
10741         (nnimap-split-articles, nnimap-request-newgroups)
10742         (nnimap-request-create-group, nnimap-request-accept-article)
10743         (nnimap-request-delete-group, nnimap-request-rename-group)
10744         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10745         `encoded-mbx' for consistency.
10746         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10747         variable `imap-current-mailbox'.
10748
10749         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10750         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10751
10752 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10753
10754         * pop3.el (pop3-display-message-size-flag): Display message size byte
10755         counts during POP3 download.
10756         (pop3-movemail): Use it.
10757         (pop3-list): Implement listing of available messages.
10758
10759 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10760
10761         * nnir.el (nnir-get-article-nov-override-function): New function to
10762         override the normal NOV retrieval.
10763         (nnir-retrieve-headers): Use it.
10764
10765 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10766
10767         * auth-source.el (netrc-machine-user-or-password): Autoload.
10768
10769 2010-03-19  Glenn Morris  <rgm@gnu.org>
10770
10771         Stop message.el from loading about 40 libraries it doesn't always need.
10772         The general approach is to autoload rather than require, and to
10773         require in the specific functions rather than the file.  (Bug#5642)
10774
10775         * gmm-utils.el: Don't require wid-edit.
10776         (widget-create-child-value, widget-convert, widget-default-get):
10777         Autoload.
10778
10779         * gnus-util.el: Don't require time-date, netrc.
10780         (message-fetch-field, gnus-group-name-decode): Declare rather than
10781         autoloading.
10782         (gnus-fetch-field): Require message.
10783         (gnus-decode-newsgroups): Require gnus-group.
10784
10785         * ietf-drums.el: Don't require time-date.
10786
10787         * message.el: Don't require hashcash, canlock, ecomplete.
10788         Do require mail-utils.  Require nnheader only when compiling.
10789         (smtpmail-default-smtp-server): Remove declaration.
10790         (message-send-mail-function): Check smtpmail-default-smtp-server
10791         is bound rather than requiring smtpmail.
10792         (message-auto-save-directory, message-insert-signature):
10793         Use expand-file-name rather than nnheader-concat.
10794         (nnheader-insert-file-contents): Autoload.
10795         (hashcash-wait-async): Declare.
10796         (message-send-mail): Only call gnus-setup-posting-charset if
10797         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10798         (message-send-mail-with-sendmail): Require sendmail.
10799         (canlock-password, canlock-password-for-verify): Declare.
10800         (message-canlock-password): Require canlock.
10801         (nnheader-get-report): Autoload.
10802         (gnus-setup-posting-charset): Declare.
10803         (message-send-news): Require gnus-msg.
10804         (message-make-references, message-make-in-reply-to): Use mail-header-id
10805         rather than the alias mail-header-message-id.
10806         (ecomplete-add-item, ecomplete-save): Declare.
10807         (message-put-addresses-in-ecomplete): Require ecomplete.
10808         (ecomplete-display-matches): Autoload.
10809
10810         * mm-decode.el: Don't require mailcap, gnus-util.
10811         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10812         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10813         Autoload.
10814         (mailcap-mime-extensions): Declare.
10815
10816         * mm-encode.el: Don't require mailcap.
10817         (mailcap-extension-to-mime): Autoload.
10818
10819         * mml-sec.el: Don't require password-cache.
10820
10821         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10822         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10823         (mml-minibuffer-read-type): Require mailcap.
10824         (mml-preview): Require gnus-msg.
10825
10826         * mml1991.el: Require password-cache.
10827         (password-cache-expiry): Remove declaration.
10828
10829         * mml2015.el: Require password-cache.
10830         (password-cache-expiry): Remove declaration.
10831
10832         * nneething.el (mailcap): Require mailcap.
10833
10834         * nnheader.el (declare-function): Add compatibility stub.
10835         (message-remove-header): Declare rather than autoload.
10836         (nnheader-replace-header): Require message.
10837
10838         * nnimap.el (declare-function): Add compatibility stub.
10839         (netrc-parse, netrc-machine-user-or-password): Declare.
10840         (nnimap-open-connection): Require netrc.
10841
10842         * nntp.el (declare-function): Add compatibility stub.
10843         (netrc-parse, netrc-machine, netrc-get): Declare.
10844         (nntp-send-authinfo): Require netrc.
10845
10846         * rfc2047.el: Don't require qp.
10847         (quoted-printable-encode-region, quoted-printable-decode-string):
10848         Autoload.
10849
10850         * sieve-mode.el: Don't require easymenu.
10851         (easy-menu-add-item): Autoload it.
10852
10853         * spam-stat.el (time-to-number-of-days): Autoload it.
10854
10855 2010-03-19  Glenn Morris  <rgm@gnu.org>
10856
10857         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10858
10859 2010-03-18  Glenn Morris  <rgm@gnu.org>
10860
10861         * hashcash.el (declare-function): Remove duplicate definition.
10862
10863 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10864
10865         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10866         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10867         value if any backslash escapes).
10868
10869 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10872         if it is available.  (bug#5647)
10873
10874         * lpath.el: Suppress compiler warning for coding-system-from-name for
10875         Emacs 21 and XEmacs.
10876
10877 2010-03-14  Juri Linkov  <juri@jurta.org>
10878
10879         * hmac-def.el:
10880         * hmac-md5.el:
10881         * netrc.el: Fix keywords.
10882
10883 2010-02-26  Glenn Morris  <rgm@gnu.org>
10884
10885         * message.el (message-send-mail-function): Change the default, so that
10886         it inherits from a customized send-mail-function.  (Bug#5643)
10887
10888 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10889
10890         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10891         shell-command-to-string signals an error (bug#5299).
10892
10893 2010-02-24  Glenn Morris  <rgm@gnu.org>
10894
10895         * message.el (message-smtpmail-send-it)
10896         (message-send-mail-with-mailclient): Doc fixes.
10897
10898 2010-02-16  Glenn Morris  <rgm@gnu.org>
10899
10900         * message.el (message-default-mail-headers): Change the default value
10901         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10902
10903 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10906         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10907
10908 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10909
10910         * time-date.el (date-to-time): Doc fix (Bug#5408).
10911
10912 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10913
10914         * message.el (message-mail): Just pass yank-action on to message-setup.
10915         (message-setup): Handle (FUN . ARGS) form of yank-action.
10916         (message-with-reply-buffer, message-widen-reply)
10917         (message-yank-original): Handle non-buffer values of
10918         message-reply-buffer (Bug#4080).
10919         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10920
10921 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10922
10923         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10924         Fix typo in docstring.
10925
10926 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10927
10928         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10929         response.
10930
10931 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10934
10935         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10936
10937         * message.el (message-check-news-header-syntax): Protect against a
10938         string that `rfc822-addresses' returns when parsing fails.
10939
10940 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10943         (gnus-previous-char-property-change): New functions.
10944
10945         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10946
10947 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10948
10949         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10950         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10951
10952 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10953
10954         * message.el (message-exchange-point-and-mark): Rework last change to
10955         avoid using optional arg of exchange-point-and-mark, for backward
10956         compatibility.
10957
10958 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10959
10960         * message.el (message-exchange-point-and-mark):
10961         Call exchange-point-and-mark with an argument rather than setting
10962         mark-active by hand (Bug#5175).
10963
10964 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * nntp.el (nntp-service-to-port): Work for service expressed with
10967         numeric string; replace [:digit:] with [0-9] for XEmacs.
10968
10969 2009-12-17  Glenn Morris  <rgm@gnu.org>
10970
10971         * gnus-group.el (gnus-bug-group-download-format-alist):
10972         Change emacs entry to debbugs.gnu.org.  Bump :version.
10973
10974 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10975
10976         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10977
10978 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * message.el (message-info): Explain why we use `Info-goto-node'.
10981
10982 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10985
10986 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10987
10988         * message.el (message-completion-in-region): New compatibility function.
10989         (message-expand-group): Use it.
10990
10991 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10994         with no unread article should be listed if the 2nd arg `predicate' is
10995         given.
10996
10997 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11000
11001 2009-11-29  Juri Linkov  <juri@jurta.org>
11002
11003         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11004         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11005         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11006
11007 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11008
11009         * sha1.el (sha1-string-external): default-directory "/" in case
11010         otherwise non-existent.  process-connection-type pipe for touch of
11011         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11012
11013 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11014
11015         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11016         it's comms related and sgml-mode.el has "comm" on that basis too.
11017
11018 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11021         containing tspecial characters if they have been already quoted.
11022
11023 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11024
11025         * dns-mode.el (auto-mode-alist): Purecopy string.
11026
11027 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11028
11029         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11030
11031 2009-10-24  Glenn Morris  <rgm@gnu.org>
11032
11033         * gnus-art.el (help-xref-stack-item): Define for compiler.
11034
11035 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11036
11037         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11038
11039 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11042
11043 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11046         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11047
11048 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11051         (gnus-overlays-in): New alias to overlays-in.
11052
11053         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11054         gnus-overlay-get, and gnus-delete-overlay.
11055         (gnus-summary-show-thread): Make it work as well for systems in which
11056         next-single-char-property-change is not available.
11057         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11058
11059         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11060         (gnus-overlay-get): New alias to extent-property.
11061         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11062
11063         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11064         SXEmacs.
11065
11066         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11067         SXEmacs.
11068
11069 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11072
11073 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11074
11075         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11076         and XEmacs that don't have `remove-overlays'.
11077
11078 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11079
11080         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11081         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11082         selective display.  Use overlays instead.
11083
11084 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11085
11086         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11087
11088 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11089
11090         * spam-stat.el (spam-stat-load): Fix typo in message.
11091
11092 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11093
11094         * dig.el (dig-invoke): Fix typo in docstring.
11095         (query-dig): Reflow docstring.
11096
11097 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11098
11099         * gnus-art.el (gnus-article-encrypt-body):
11100         * message.el (message-check-recipients):
11101         * mm-util.el (mm-codepage-setup):
11102         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11103         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11104
11105 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11106
11107         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11108         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11109         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11110         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11111         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11112
11113 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11114
11115         * dig.el: Add "Keywords: comm", as per net-utils.el.
11116
11117 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11118
11119         * dig.el (dig-mode): Use define-derived-mode.
11120
11121 2009-09-19  Glenn Morris  <rgm@gnu.org>
11122
11123         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11124
11125 2009-09-18  Glenn Morris  <rgm@gnu.org>
11126
11127         * gnus-diary.el (gnus-diary-check-message):
11128         * message.el (message-insert-formatted-citation-line):
11129         * nnbabyl.el (top-level):
11130         * nndiary.el (nndiary-schedule):
11131         Fix typos in condition-case handlers.
11132
11133 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11136         configuration that provides the sole article window in a frame;
11137         position point correctly after deleting a part.
11138
11139 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11140
11141         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11142         (spam-resolve-registrations-routine): Use it to unregister articles
11143         that change status.
11144
11145 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11148         with XEmacs.
11149         (parse-time-string-chars): Use it.
11150
11151 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11152
11153         * imap.el (imap-interactive-login): Better messages.
11154         (imap-open): Fix bug with renamed buffer on reconnect.
11155         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11156         for easier debugging and cleaner code.  On successful (guessed based on
11157         server capabilities) secondary authentication, set imap-state
11158         correctly.
11159         (imap-last-authenticator): Define imap-last-authenticator as a variable
11160         to avoid warnings.
11161
11162 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * nnrss.el (nnrss-request-article): Remove binding of
11165         default-enable-multibyte-characters that has gotten needless by
11166         the 2007-07-13 change in rfc2047-encode-message-header.
11167
11168         * mml.el (mml-insert-multipart): Error on the message header.
11169         (mml-insert-part): Error on the message header; position point at
11170         the end of a MIME tag.
11171
11172 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * time-date.el (autoload): Expand define-obsolete-function-alias into
11175         defalias and make-obsolete for old Emacsen that Gnus supports.
11176         (with-no-warnings): Define it for old Emacsen.
11177         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11178         is available.
11179         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11180         float-time is available; suppress compile warning for time-to-seconds.
11181
11182         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11183         (gnus-float-time): Alias to float-time if it exists.
11184
11185         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11186         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11187         float-time is available; suppress compile warning for time-to-seconds.
11188
11189         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11190         XEmacs.
11191
11192 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11193
11194         * imap.el (imap-message-map): Docstring fix.
11195
11196 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11199         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11200         Add the optional argument `encoding' that overrides the default.
11201
11202         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11203         mm-encode-buffer.
11204
11205 2009-09-04  Glenn Morris  <rgm@gnu.org>
11206
11207         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11208         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11209         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11210         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11211         * mm-util.el (mm-with-unibyte-current-buffer)
11212         (mm-find-buffer-file-coding-system):
11213         * yenc.el (yenc-decode-region): Use default-value rather than
11214         default-enable-multibyte-characters.
11215
11216 2009-09-03  Glenn Morris  <rgm@gnu.org>
11217
11218         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11219         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11220         than default-enable-multibyte-characters.
11221
11222 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11223
11224         * gnus-art.el (gnus-article-read-summary-keys):
11225         Fix gnus-buffer-configuration's value temporarily used.
11226
11227 2009-09-02  Glenn Morris  <rgm@gnu.org>
11228
11229         * gnus-util.el (gnus-float-time): New function.
11230         * gnus-delay.el (gnus-delay-article):
11231         * gnus-sum.el (gnus-thread-latest-date):
11232         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11233         * nnspool.el (nnspool-request-newgroups):
11234         Use gnus-float-time rather than time-to-seconds.
11235         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11236
11237         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11238         (gnus-header-subject-face, gnus-header-newsgroups-face)
11239         (gnus-header-name-face, gnus-header-content-face):
11240         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11241         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11242         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11243         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11244         (gnus-cite-face-11):
11245         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11246         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11247         (gnus-server-closed-face, gnus-server-denied-face)
11248         (gnus-server-offline-face):
11249         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11250         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11251         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11252         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11253         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11254         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11255         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11256         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11257         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11258         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11259         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11260         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11261         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11262         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11263         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11264         (gnus-summary-high-undownloaded-face)
11265         (gnus-summary-low-undownloaded-face)
11266         (gnus-summary-normal-undownloaded-face)
11267         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11268         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11269         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11270         (gnus-splash-face):
11271         * message.el (message-header-to-face, message-header-cc-face)
11272         (message-header-subject-face, message-header-newsgroups-face)
11273         (message-header-other-face, message-header-name-face)
11274         (message-header-xheader-face, message-separator-face)
11275         (message-cited-text-face, message-mml-face):
11276         * sieve-mode.el (sieve-control-commands-face)
11277         (sieve-action-commands-face, sieve-test-commands-face)
11278         (sieve-tagged-arguments-face):
11279         * spam.el (spam-face):
11280         Mark face aliases with "-face" in the name as obsolete.
11281
11282 2009-09-01  Glenn Morris  <rgm@gnu.org>
11283
11284         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11285         than goto-line.
11286
11287 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11290         Don't move point if the command is invoked inside the message header.
11291
11292 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11293
11294         * imap.el (imap-send-command): Simplify.
11295         (imap-wait-for-tag): point-max -> buffer-size.
11296
11297 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11298
11299         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11300         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11301         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11302         * nnir.el (nnir-swish-e-index-file):
11303         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11304         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11305         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11306         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11307         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11308         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11309
11310 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11313         Don't save excursion.
11314
11315 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11316
11317         * nnheader.el (nnheader-find-file-noselect):
11318         * mm-util.el (mm-insert-file-contents):
11319         Use (default-value 'major-mode) instead of default-major-mode.
11320
11321 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11322
11323         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11324
11325 2009-08-26  Glenn Morris  <rgm@gnu.org>
11326
11327         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11328         than placing in files.el.
11329
11330 2009-08-25  Glenn Morris  <rgm@gnu.org>
11331
11332         * nnir.el (top-level): Don't require cl at run-time.
11333         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11334         Replace cl-function substitute with gnus-replace-in-string.
11335         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11336         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11337         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11338         simplified expansions.
11339
11340 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11341
11342         * dig.el (dig): Add autoload cookie.
11343
11344 2009-08-22  Glenn Morris  <rgm@gnu.org>
11345
11346         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11347         goto-line.
11348
11349 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11350
11351         * parse-time.el (parse-time-string-chars): Save match data.
11352
11353 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11354
11355         * parse-time.el (parse-time-string-chars): Compute using character
11356         classes, to handle non-ascii characters (Bug#3190).
11357
11358 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11361
11362         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11363         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11364         (gnus-mm-display-part, gnus-mime-display-single)
11365         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11366         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11367
11368         * gnus-sum.el
11369         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11370         (gnus-summary-move-article): Add expirable mark to articles copied or
11371         moved to group that has auto-expire turned on if the option is non-nil.
11372
11373 2009-07-24  Glenn Morris  <rgm@gnu.org>
11374
11375         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11376         Fix typo.  (Bug#3903)
11377
11378 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11381         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11382         that should not be used for draft articles.
11383         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11384         that has no concern in minor mode keys.
11385         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11386         Abolish.
11387
11388 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11391         article without making inquiry to a user for unknown encoding.
11392
11393         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11394         (nnmaildir--scan): Assume i-node and device number that file-attributes
11395         returns might be cons-cell.
11396
11397         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11398
11399         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11400
11401 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11402
11403         * auth-source.el: Remove docs now in auth.texi.  Don't use
11404         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11405         `auth-source-hide-passwords' and use them.
11406
11407 2009-07-15  Glenn Morris  <rgm@gnu.org>
11408
11409         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11410
11411 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11414         excessive whitespace from the default values of title and description.
11415
11416 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11419         mail-fetch-field to fetch Content-Description header in order to
11420         exclude newlines.
11421
11422 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11423
11424         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11425         format used by GnuPG 2.0.11.
11426
11427 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11430         to deleted part.
11431
11432 2009-05-30  David Engster  <dengste@eml.cc>
11433
11434         * nnmairix.el: Remove old documentation in the commentary block.
11435         (nnmairix-request-group): Do not update active file for nnml back ends.
11436         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11437         end so that overview files are ignored.
11438         (nnmairix-update-groups): Make updating the groups more robust by using
11439         marks.
11440         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11441         with dollar characters in message-id.
11442
11443 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11444
11445         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11446         2008-12-25 in dns.el.
11447
11448 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11449
11450         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11451         could happen if the text is only composed of spaces and/or tabs.
11452
11453 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11454
11455         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11456         when sending a queued message to avoid extra mml tags.
11457
11458 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11461
11462 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11465         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11466         rmail-toggle-header for XEmacs;
11467         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11468
11469 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-dired.el: Remove autoload for gnus-setup-message.
11472         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11473         displaying Gnus logo; always use compose-mail.
11474
11475 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11478
11479 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11482         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11483         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11484         available.
11485         (gnus-nocem-epg-verify): New function.
11486
11487 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11490
11491 2009-02-15  Glenn Morris  <rgm@gnu.org>
11492
11493         * gnus-util.el (rmail-insert-rmail-file-header)
11494         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11495         autoloads.
11496         (rmail-default-rmail-file): Remove unnecessary declaration.
11497         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11498
11499 2009-02-14  Glenn Morris  <rgm@gnu.org>
11500
11501         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11502         variable (only used in gnus-util, which declares it anyway).
11503         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11504         which was only needed by gnus-art (changed to not use it any more).
11505         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11506         only used in gnus-util, which autoloads it itself.
11507         (rmail-update-summary): Fix autoload.
11508
11509         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11510         rather than rmail-output-to-rmail-file.
11511
11512 2009-02-07  Glenn Morris  <rgm@gnu.org>
11513
11514         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11515         autoload of function that no longer exists.
11516         (rmail-toggle-header): Declare.
11517         (message-forward-rmail-make-body): Handle mbox Rmail.
11518
11519 2009-01-31  Glenn Morris  <rgm@gnu.org>
11520
11521         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11522         2009-01-09 change.
11523
11524 2009-01-31  Dave Love  <fx@gnu.org>
11525
11526         * imap.el (imap-fetch-safe): Bind debug-on-error.
11527         (imap-debug): Add imap-fetch-safe.
11528
11529 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11530
11531         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11532         (auth-source-forget-all-cached): New convenience function.
11533         (auth-source-user-or-password): Accept list of modes or a single mode.
11534
11535         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11536         auth-source modes.
11537
11538         * netrc.el (netrc-machine-user-or-password): Use list of
11539         auth-source modes.
11540
11541         * nnimap.el (nnimap-open-connection): Use list of
11542         auth-source modes.
11543
11544         * nntp.el (nntp-send-authinfo): Use list of
11545         auth-source modes.
11546
11547 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11548
11549         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11550         now.
11551
11552 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11555         coding system in XEmacs; add a workaround for XEmacs.
11556
11557         * lpath.el: Fbind coding-system-aliasee.
11558
11559 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11562         of current-language-environment.
11563
11564 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11565
11566         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11567         available at runtime.
11568
11569 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11572
11573 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11574
11575         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11576         the greatest positive fixnum value doesn't work under an XEmacs with
11577         bignum support; use the most-positive-fixnum constant instead,
11578         available since Emacs 21.1 with cl and XEmacs 21.1.
11579
11580 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11583         XEmacs gets not to work.
11584
11585 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * mm-util.el (mm-coding-system-priorities): Allow the value like
11588         "Japanese (UTF-8)" of current-language-environment.
11589
11590 2009-01-09  Glenn Morris  <rgm@gnu.org>
11591
11592         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11593         with last-command-event.
11594
11595 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11598         in the doc string.
11599
11600         * message.el (message-fix-before-sending): Amend comment.
11601
11602 2009-01-08  Dave Love  <fx@gnu.org>
11603
11604         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11605
11606 2009-01-07  David Engster  <dengste@eml.cc>
11607
11608         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11609         simplified server definitions by converting it via
11610         gnus-server-to-method.
11611
11612 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11615         parameter's operands.
11616
11617 2009-01-06  David Engster  <dengste@eml.cc>
11618
11619         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11620         primary select method (for gnus-group-mark-article-as-read).
11621
11622 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11623
11624         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11625         `(gnus)Face', not `(gnus)X-Face'.
11626
11627 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * mm-util.el (mm-ucs-to-char): New function.
11630
11631         * mm-url.el (mm-url-decode-entities): Use it.
11632
11633         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11634         unicode-to-char.
11635
11636 2009-01-05  Dave Love  <fx@gnu.org>
11637
11638         * time-date.el: Require cl for `declare'.
11639
11640 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11643         Dave Love.
11644
11645 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * message.el (message-fix-before-sending): Add `eight-bit' to
11648         illegible-text check.
11649
11650 2009-01-03  Michael Olson  <mwolson@gnu.org>
11651
11652         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11653         `headers' is nil.  This can occur if the IMAP server does not have
11654         permissions to read messages from a folder, but can write new messages
11655         to the folder.
11656         (nnimap-request-article-part): Do not insert `data' if it is nil.
11657
11658         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11659         characters which will confuse `read', so skip past them.
11660
11661 2009-01-01  Dave Love  <fx@gnu.org>
11662
11663         * imap.el (imap-string-to-integer): Fix typo.
11664         (imap-fetch-safe): New function.
11665         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11666
11667         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11668
11669         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11670         (imap-parse-greeting): Fix doc strings.
11671         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11672         (imap-parse-flag-list): Make messages unique.
11673         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11674
11675         * nnimap.el: Fix author email.
11676         (nnimap-split-rule): Add FIXME comment.
11677         (nnimap-debug): Fix doc string.
11678
11679 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11682
11683 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11686         nslookup if resolv.conf isn't available.
11687         (dns-query): Rename from query-dns.
11688         (dns-query-cached): Rename from query-dns-cached.
11689
11690 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11693         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11694         to check if those variables exist (first appeared in Emacs 18.50).
11695
11696 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * mm-util.el (mm-line-number-at-pos): New function.
11699
11700         * spam-report.el (spam-report-process-queue): Use it.
11701
11702 2008-12-24  David Engster  <dengste@eml.cc>
11703
11704         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11705         parameters that haven't existed as variables as buffer-local variables.
11706
11707 2008-12-23  Dave Love  <fx@gnu.org>
11708
11709         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11710         cadar.
11711
11712         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11713         imap-starttls-p.
11714         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11715
11716 2008-12-22  Dave Love  <fx@gnu.org>
11717
11718         * imap.el: Fix author email.  Doc fixes.
11719         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11720         reply.
11721
11722 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * spam-report.el (spam-report-gmane-max-requests): New constant.
11725         (spam-report-gmane-wait): New variable.
11726         (spam-report-gmane-ham, spam-report-gmane-spam)
11727         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11728         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11729         the server.
11730
11731         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11732         Add explanations.
11733
11734         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11735         nnheader-accept-process-output and nnheader-read-timeout if available.
11736         (pop3-movemail): Use it.
11737
11738         * message.el (message-check-news-body-syntax): Fix signature check if
11739         there's an attachment.
11740
11741 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * mm-util.el: Add comments to the mm- emulating functions.
11744
11745 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11748         Reported by Stephen Berman <stephen.berman@gmx.net>.
11749
11750 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * mm-util.el (mm-substring-no-properties): New function.
11753         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11754         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11755         (mm-string-to-multibyte): Doc fix.
11756
11757         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11758
11759 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11760
11761         * mml.el (mml-attach-file): Strip text properties from file name.
11762         (Bug#1574)
11763
11764 2008-12-16  Glenn Morris  <rgm@gnu.org>
11765
11766         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11767
11768 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11771         knows since the charset specified might be a bogus alias that
11772         mm-charset-synonym-alist provides.
11773
11774 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11777         "ISO_8859-1".
11778
11779         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11780
11781 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * mm-util.el (mm-charset-eval-alist):
11784         Define it before mm-charset-to-coding-system.
11785         (mm-charset-to-coding-system): Add optional argument `silent';
11786         define it before mm-charset-override-alist.
11787         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11788         default value if it can be used in Emacs currently running;
11789         silence mm-charset-to-coding-system.
11790
11791 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11794         `allow-override' which says whether to use `mm-charset-override-alist'.
11795         (rfc2047-decode-encoded-words): Use it.
11796
11797         * mm-util.el (mm-charset-override-alist): Fix custom type;
11798         add `(gb2312 . gbk)' to choices.
11799
11800 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11803         fast.
11804
11805         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11806
11807         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11808
11809 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11810
11811         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11812         on links.
11813
11814         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11815
11816 2008-12-03  Lute Kamstra  <lute@gnu.org>
11817
11818         * sha1.el: Remove leading * from docstrings of defcustoms,
11819         deffaces, defconsts and defuns.
11820
11821 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11824         users' addresses that don't have domain parts.
11825         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11826         rather than message-narrow-to-head since there will be the message
11827         header separator.
11828
11829 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11830
11831         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11832         since the result is inserted in a unibyte buffer anyway.
11833         (nnimap-demule-use-string-to-multibyte): Remove.
11834         (nnimap-demule): Alias it to mm-string-to-multibyte.
11835
11836 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11839         variable for debugging bug#464 and bug#1174.
11840         (nnimap-demule): Use it.
11841
11842 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11845         score calculation correctly.
11846
11847 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11848
11849         * message.el (message-send-mail): Just set the buffer to unibyte
11850         rather than use mm-with-unibyte-current-buffer which does a lot more.
11851         (message-send-mail-partially): Don't bother with
11852         mm-with-unibyte-current-buffer since it's already been made unibyte by
11853         message-send-mail.
11854
11855 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11856
11857         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11858
11859 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11860
11861         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11862
11863 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11866         require itself and to remove `with-no-warnings'.
11867
11868 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11869
11870         * starttls.el (starttls-any-program-available): Get the name of the
11871         available TLS layer program.
11872         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11873         well as the host name in the "opening" message.
11874
11875         * auth-source.el (auth-source-cache, auth-source-do-cache)
11876         (auth-source-user-or-password): Cache passwords and logins by default,
11877         allow override with `auth-source-do-cache'.
11878         (auth-source-forget-user-or-password): Allow users to remove cache
11879         entries if needed.
11880
11881 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11882
11883         * md4.el (md4-buffer): Fix typo in docstring.
11884         (md4, md4-64): Doc fixes.
11885         (md4-pack-int32): Reflow docstring.
11886
11887 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11888
11889         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11890         condition-case to only the forward-sexp call.
11891
11892 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11893
11894         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11895         quotes contained.  Make it more robust regardless by an extra
11896         condition-case wrapper.
11897
11898 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11901
11902 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * nnml.el (nnml-request-expire-articles): Check if the function set to
11905         `nnmail-expiry-target' returns the symbol `delete'.
11906
11907         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11908
11909         * nnmail.el (nnmail-expiry-target): Fix custom type.
11910
11911 2008-10-02  Glenn Morris  <rgm@gnu.org>
11912
11913         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11914         Silence compiler warning.
11915
11916 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11917
11918         * tls.el (open-tls-stream): Show the actual command being
11919         executed, instead of the format string.
11920
11921 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * lpath.el: Fbind codepage-setup for Emacs 23.
11924
11925 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11926
11927         * mml.el (mml-menu): Don't assume mml2015 is bound.
11928
11929 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11932         exists.
11933
11934 2008-09-27  Glenn Morris  <rgm@gnu.org>
11935
11936         * gnus-util.el (mail-header-remove-comments): Autoload it.
11937
11938 2008-09-27  Andreas Schwab  <schwab@suse.de>
11939
11940         * gnus-util.el (gnus-split-references): Strip comments.
11941         (gnus-parent-id): Likewise.
11942
11943 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * message.el (message-confirm-send): Fix version.
11946
11947 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * message.el (message-idna-to-ascii-rhs-1): Use
11950         mail-extract-address-components rather than mail-header-parse-addresses
11951         that is an alias by default to ietf-drums-parse-addresses that does not
11952         support non-ASCII names in headers' contents.
11953
11954 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11955
11956         * message.el (message-confirm-send): Fix variable documentation to
11957         avoid the "y/n" wording.
11958
11959 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11960
11961         * message.el (message-set-auto-save-file-name): Save to a different
11962         filename so multiple messages (especially drafts) can be recovered.
11963
11964 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11965
11966         * message.el (message-confirm-send): Add appropriate version.
11967
11968 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11969
11970         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11971         defvar.
11972
11973 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11974
11975         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11976         (mm-pkcs7-enveloped-magic): Ditto.
11977
11978 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11979
11980         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11981         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11982
11983 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11984
11985         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11986         default, it's better.
11987
11988 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11989
11990         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11991         summary line gnus-number property and ignore them (with a warning
11992         message).
11993
11994 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11997         macro caddr in the interactive form since it won't be expanded.
11998
11999 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12002         `charset'; fix name of function called recursively.
12003         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12004
12005 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12008         (gnus-mime-set-charset-parameters): New function.
12009         (gnus-mime-view-part-as-charset): Use it to correctly display part
12010         specifying wrong charset.
12011
12012 2008-09-08  David Engster  <dengste@eml.cc>
12013
12014         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12015         in completing-read for back end server.
12016
12017 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12018
12019         * message.el (message-confirm-send): New variable to confirm sending a
12020         message.
12021         (message-send): Use it.
12022
12023 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12024
12025         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12026
12027 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12030
12031 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12032
12033         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12034         prevent tracking too many groups.
12035         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12036         Use it.
12037
12038 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12039
12040         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12041         moving point to the bottom of the window in order to avoid recentering.
12042
12043 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12046
12047         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12048         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12049         (gnus-article-beginning-of-window): Fix calculation.
12050
12051 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * gnus-msg.el (gnus-summary-supersede-article)
12054         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12055         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12056         message header.
12057
12058 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12059
12060         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12061         pending output coming after the status change.
12062
12063 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12064
12065         * message.el:
12066         * gnus-start.el:
12067         * gnus-registry.el: Remove VMS support.
12068
12069 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12072         macro.
12073         (rfc2104-hash): Use it.
12074
12075 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12078         (gnus-summary-sort-by-most-recent-date): New commands.
12079         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12080         and menu entries.
12081
12082 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12085         don't redisplay article for raw contents; remove plural articles stuff.
12086
12087         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12088         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12089         on gnus-summary-save-article; display results properly.
12090
12091 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * lpath.el: No need to fbind ns-focus-frame.
12094
12095 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12098
12099 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * gnus-art.el (gnus-summary-save-in-pipe):
12102         Consider gnus-save-all-headers.
12103
12104 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12105
12106         * gnus-util.el (ns-focus-frame): Remove declaration.
12107         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12108         like x.
12109
12110 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12111
12112         * rfc2104.el (rfc2104-zero): Delete defconst.
12113         (rfc2104-hex-alist): Likewise.
12114         (rfc2104-hex-to-int): Delete func.
12115         (rfc2104-hexstring-to-bitstring): Likewise.
12116         (rfc2104-nybbles): New defconst.
12117         (rfc2104-hash): Rewrite for speed.
12118
12119 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * tls.el (open-tls-stream): Make it work with the 2nd argument
12122         BUFFER that is a string but does not exist as a buffer object, as
12123         mentioned in the doc-string.
12124
12125 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12128         SXEmacs.
12129
12130 2008-07-16  Glenn Morris  <rgm@gnu.org>
12131
12132         * gnus-util.el (ns-focus-frame): Declare for compiler.
12133
12134 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12137         set as a group parameter.
12138         (gnus-summary-save-in-pipe): Work when it is called independently.
12139         (gnus-summary-pipe-to-muttprint): Don't modify
12140         gnus-summary-pipe-output-default-command.
12141
12142 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12143
12144         * message.el (message-send-mail-with-sendmail):
12145         Display the error message.
12146
12147 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * gnus-art.el (gnus-default-article-saver):
12150         Add gnus-summary-save-in-pipe to choices.
12151         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12152         gnus-summary-pipe-output-default-command as the default command.
12153         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12154         instead of gnus-last-shell-command.
12155
12156         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12157         New user option.
12158         (gnus-summary-muttprint-program): Mention the value will be changed.
12159         (gnus-summary-save-article): Force showing of all headers.
12160         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12161
12162 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12163
12164         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12165
12166 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12167
12168         * nnimap.el (nnimap-id):
12169         * sieve-manage.el (sieve-manage-open): Doc fixes.
12170
12171 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12172
12173         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12174         if available.
12175
12176 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12177
12178         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12179
12180         * nnkiboze.el (nnkiboze-generate-group):
12181         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12182
12183         * nnmairix.el: Require CL.
12184
12185 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * dgnushack.el: Autoload get-display-table and put-display-table for
12188         XEmacs 21.5.
12189
12190         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12191         21.4 and SXEmacs.
12192
12193 2008-06-15  David Engster  <dengste@eml.cc>
12194
12195         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12196
12197 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12198
12199         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12200         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12201         runtime choice under XEmacs.
12202
12203         * gnus-sum.el (gnus-summary-set-display-table):
12204         Use `gnus-put-display-table', `gnus-get-display-table',
12205         `gnus-set-display-table' for the display table, instead of `aset'.
12206
12207         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12208         Use `gnus-put-display-table', `gnus-get-display-table',
12209         `gnus-set-display-table' for the display table.
12210
12211 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * nnmairix.el: Add autoloads.
12214
12215 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * nnmairix.el (nnmairix-delete-recreate-group)
12218         (nnmairix-update-and-clear-marks): Fix error messages.
12219
12220 2008-06-14  David Engster  <dengste@eml.cc>
12221
12222         * nnmairix.el: Upgrade to version 0.6.
12223         (nnmairix-group-toggle-propmarks-this-group)
12224         (nnmairix-group-toggle-readmarks-this-group)
12225         (nnmairix-group-delete-recreate-this-group)
12226         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12227         (nnmairix-remove-tick-mark-original-article): New commands.
12228         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12229         (nnmairix-propagate-marks-to-nnmairix-groups)
12230         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12231         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12232         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12233         functions needed for marks propagation and manipulation of read marks.
12234         (nnmairix-update-groups): New function.
12235         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12236         (nnmairix-determine-original-group-from-registry)
12237         (nnmairix-determine-original-group-from-path)
12238         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12239         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12240         New helper functions.
12241         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12242         keystrokes for new commands.
12243         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12244         (nnmairix-request-group): Check allow-fast group parameter.
12245         (nnmairix-request-create-group): Set allow-fast group parameter if
12246         nnmairix-allowfast-default is set.
12247         (nnmairix-close-group): Propagate marks upon closing if needed.
12248         (nnmairix-group-toggle-threads-this-group): Use new.
12249         nnmairix-group-toggle-parameter helper function.
12250         (nnmairix-search): Better check for empty search result.
12251         (nnmairix-goto-original-article): Use new helper functions for
12252         determining original article.
12253         (nnmairix-show-original-article): Make sure message-id is in brackets.
12254         (nnmairix-call-mairix-binary): Change variable name.
12255         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12256         helper function.
12257         (nnmairix-widget-toggle-activate): Fix doc string.
12258
12259 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * nnir.el: Require edmacro when compiling with XEmacs.
12262         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12263         available in Emacs 21.
12264
12265 2008-06-11  Glenn Morris  <rgm@gnu.org>
12266
12267         * gnus-util.el (x-focus-frame):
12268         * gnus.el (image-size):
12269         * mm-decode.el (image-size): Declare.
12270
12271         * gnus-picon.el (declare-function): Add compat definition.
12272         (image-size): Declare.
12273
12274         * gnus-group.el (tool-bar-map):
12275         * gnus-sum.el (tool-bar-map): Define for compiler.
12276
12277         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12278
12279         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12280
12281         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12282         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12283         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12284         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12285         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12286         * sieve-manage.el, spam-report.el, spam.el:
12287         Remove unnecessary eval-and-compile of autoloads.
12288
12289 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12290
12291         * auth-source.el: Precise Tramp doc.
12292
12293 2008-06-07  Glenn Morris  <rgm@gnu.org>
12294
12295         * nnmairix.el: Remove unnecessary eval-when-compile.
12296
12297 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * lpath.el: Fbind propertize for XEmacs 21.4.
12300
12301 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12302
12303         * nnir.el: Move here from ../contrib.
12304
12305 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12306
12307         * gnus-util.el (gnus-read-shell-command): New function.
12308         * mm-decode.el (mm-pipe-part):
12309         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12310
12311 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12314
12315 2008-06-03  Glenn Morris  <rgm@gnu.org>
12316
12317         * pop3.el (nnheader-accept-process-output): Autoload it.
12318
12319 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12322         are not 2-digit hexadecimal characters that follow `%'s.
12323
12324 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * message.el (message-bogus-recipient-p): Fix type in doc string.
12327         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12328         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12329         Improve custom options.
12330         (message-bogus-recipient-p): Adjust accordingly.
12331
12332 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12333
12334         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12335         long-form month and day names.
12336
12337 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * dgnushack.el: Autoload debug, eudc-expand-inline and
12340         pgg-snarf-keys-region for XEmacs.
12341
12342         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12343
12344         * nnmairix.el: Require edmacro when compiling with XEmacs.
12345
12346 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12349         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12350
12351 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12352
12353         * auth-source.el: Add more docs.
12354
12355         * netrc.el (netrc-machine): Always match if the port is not given.
12356
12357 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12358
12359         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12360         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12361         retrieval faster in some cases, but might make CPU usage larger.
12362         If this has any bad side effects, we might revert this change.
12363
12364         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12365         seems to make mail retrieval much, much faster.
12366         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12367         unconditionally.
12368
12369         * gnus-draft.el (gnus-group-send-queue):
12370         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12371
12372 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12375
12376         * message.el (message-bogus-address-regexp): Fix and improve custom
12377         type.
12378         (message-setup-hook): Add message-check-recipients as custom option.
12379
12380 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * message.el (message-cite-function): Remove bogus autoload which crept
12383         in during merge from v5-10.
12384
12385 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12386
12387         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12388
12389         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12390
12391         * auth-source.el: Preliminary Tramp docs.
12392         (auth-sources): Change the default auth-sources to use
12393         EPA .gpg files.
12394
12395 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12396
12397         * nntp.el: Autoload `auth-source-user-or-password'.
12398         (nntp-send-authinfo): Use it.
12399
12400         * nnimap.el: Autoload `auth-source-user-or-password'.
12401         (nnimap-open-connection): Use it.
12402
12403         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12404         for the gnus-message function.
12405         (auth-source-user-or-password): Use it.
12406
12407 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12408
12409         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12410         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12411         (rfc2104-hash): Use it.
12412
12413 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12414
12415         * gnus-art.el (gnus-article-toggle-truncate-lines):
12416         Don't use `iff' in docstring.
12417
12418 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12419
12420         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12421
12422         * gnus-util.el (gnus-extract-address-component-name)
12423         (gnus-extract-address-component-email): Convenience functions around
12424         `gnus-extract-address-components'.
12425
12426         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12427         Use `gnus-extract-address-component-email' to fix bug of comparing full
12428         sender name to `user-mail-address'.
12429
12430 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12431
12432         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12433         catch/throw to optimize.
12434         (gnus-registry-find-keywords): Just use member to find a keyword.
12435
12436 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12437
12438         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12439         is current before calling gnus-server-prepare.
12440         (gnus-server-setup-buffer, gnus-server-update-server)
12441         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12442
12443 2008-05-04  Juri Linkov  <juri@jurta.org>
12444
12445         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12446         (mailcap-file-default-commands): Use mailcap-replace-in-string
12447         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12448         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12449
12450 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12451
12452         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12453
12454 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12455
12456         * gnus.el: Bump version to 0.11.
12457
12458 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12459
12460         * gnus.el: No Gnus v0.10 is released.
12461
12462 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12463
12464         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12465         hooks.
12466         (gnus-update-read-articles): Speed up non-marks-using users.
12467         (gnus-use-marks): Define gnus-use-marks.
12468         (gnus-propagate-marks): Rename variable to something more sensible.
12469
12470 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12471
12472         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12473         (gmm-image-load-path-for-library): Fix typos in docstrings.
12474         (gmm-message): Reflow docstring.
12475
12476 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12477
12478         * mail-source.el (mail-source-set-1, mail-source-bind):
12479         Move auth-source code out of the macro to clean it up and fix bugs.
12480
12481 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12482
12483         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12484         by sender if it's equal to user-mail-address, it's likely to be
12485         useless.
12486
12487         * mail-source.el (mail-source-bind): Don't use user or password if they
12488         are not bound.  Unintern them if they are nil.  Don't use server unless
12489         it's bound, and default it to empty string otherwise.
12490
12491 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12492
12493         * mail-source.el: Load auth-source.el.
12494         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12495         get user name or password, if auth-sources is set up.
12496
12497         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12498         strategy of splitting with parent.
12499         (gnus-registry-split-fancy-with-parent)
12500         (gnus-registry-post-process-groups): Use it and fix prior
12501         bug (returning a list as the split result).
12502
12503         * auth-source.el (auth-sources): Remove server parameter.
12504         (auth-source-pick, auth-source-user-or-password)
12505         (auth-source-user-or-password-imap)
12506         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12507         (auth-source-user-or-password-sftp)
12508         (auth-source-user-or-password-smtp): Remove server parameter.
12509
12510 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12511
12512         * smime.el (smime-sign-region, smime-encrypt-region)
12513         (smime-decrypt-region):
12514         Remove redundant calls to `generate-new-buffer-name'.
12515
12516 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12517
12518         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12519         Don't use QP for message/rfc822.
12520         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12521
12522 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12523
12524         * sieve-manage.el (sieve-string-bytes): Remove.
12525         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12526         correct byte-length only if the process's coding-system is the same as
12527         the one used internally by Emacs to represent strings.
12528
12529 2008-04-22  Juri Linkov  <juri@jurta.org>
12530
12531         * mailcap.el (mailcap-file-default-commands): New function.
12532
12533 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * message.el (message-signature-separator, message-cite-function):
12536         Change custom version.
12537
12538 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12539
12540         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12541         commands.
12542         (tls-checktrust): Ditto.
12543
12544 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * mm-decode.el (mm-display-external): Make temp file read-only.
12547
12548 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12549
12550         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12551         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12552         `C-c C-f d'.
12553
12554 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12555
12556         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12557
12558 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12559
12560         * gnus.el: Bump version to 0.9.
12561
12562 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * gnus.el: No Gnus v0.8 is released.
12565
12566 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12567
12568         * mail-source.el (mail-source-value):
12569         Prefer fboundp to functionp so it works with macros as well.
12570
12571 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12572
12573         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12574         Fix last change in case the element is not even a symbol.
12575
12576 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12577
12578         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12579         Prefer fboundp to functionp so it works with macros as well.
12580
12581 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12582
12583         * auth-source.el: Add docs.
12584         (auth-sources): Modify format to support server.
12585         (auth-source-pick, auth-source-user-or-password)
12586         (auth-source-user-or-password-imap)
12587         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12588         (auth-source-user-or-password-sftp)
12589         (auth-source-user-or-password-smtp): Add server parameter.
12590
12591 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12592
12593         * gnus-registry.el: Initialize the registry when gnus-registry-install
12594         is t.
12595
12596 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * compface.el (uncompface): Make buffer unibyte.
12599
12600 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12601
12602         * mail-source.el (mail-source-value):
12603         Prefer fboundp to functionp so it works with macros as well.
12604
12605 2008-04-05  Glenn Morris  <rgm@gnu.org>
12606
12607         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12608
12609 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12610
12611         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12612         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12613
12614         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12615         multibyteness after rather than before erasing it.
12616
12617         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12618         mm-with-multibyte.
12619         (gnus-request-article-this-buffer): Make sure the proper decoding is
12620         used if gnus-original-article-buffer happens to be unibyte.
12621
12622         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12623         default-enable-multibyte-characters.
12624
12625         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12626         default-enable-multibyte-characters.
12627
12628         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12629
12630         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12631
12632 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12633
12634         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12635         Fix last change in case the element is not even a symbol.
12636
12637 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12638
12639         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12640         (imap-message-copyuid-1): Use it.
12641         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12642         J. Williams in
12643         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12644
12645         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12646         imap-enable-exchange-bug-workaround.
12647         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12648
12649 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12650
12651         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12652         a 100 byte status-checks into a 2-3MB transfer for each group.
12653         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12654         to enable bug workaround or not.
12655         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12656
12657 2008-03-31  Glenn Morris  <rgm@gnu.org>
12658
12659         * message.el (mml2015-use): Declare for compiler.
12660         (message-info): Require mml2015 when appropriate.
12661
12662 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12665         whitespace.
12666
12667 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12668
12669         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12670         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12671         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12672         (nntp-service-to-port): New function.
12673         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12674         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12675         (nntp-open-netcat-stream): New function.
12676         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12677
12678 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12679
12680         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12681
12682 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12683
12684         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12685
12686 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12687
12688         * dns.el (dns-write): Use set-buffer-multibyte.
12689
12690 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12691
12692         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12693
12694 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * message.el (message-signature-separator): Change default.
12697         Improve custom type.
12698         (message-cite-function): Change default to
12699         message-cite-original-without-signature.
12700
12701         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12702         toggle.
12703
12704         * message.el (message-check-news-body-syntax): Fix signature check.
12705         (message-setup-1): Mark buffer as unmodified _after_ running
12706         message-setup-hook and handling message-alternative-emails.
12707         (message-shorten-references): Be more strict when building list of
12708         valid references to comply with GNKSA.
12709
12710         * gnus-group.el (gnus-read-ephemeral-bug-group)
12711         (gnus-read-ephemeral-debian-bug-group)
12712         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12713
12714         * message.el (message-info): Don't use booleanp which isn't supported
12715         in Emacs 21 and XEmacs.
12716
12717 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12718
12719         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12720         gnus-group-gmane-group-download-format.
12721         (gnus-group-read-ephemeral-gmane-group): Rename from
12722         gnus-group-read-ephemeral-gmane-group.
12723         (gnus-read-ephemeral-gmane-group-url): Rename from
12724         gnus-group-read-ephemeral-gmane-group-url.
12725         (gnus-bug-group-download-format-alist): New variable.
12726         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12727         (gnus-read-ephemeral-emacs-bug-group): New commands.
12728
12729 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12732         (gnus-visible-headers): Improve custom type.
12733
12734 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * mml.el (mml-menu): Add workarounds for XEmacs.
12737
12738         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12739         X-Boundary header.
12740
12741         * message.el (message-simplify-recipients): Fix previous commit.
12742
12743 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12744
12745         * mm-util.el (mm-set-buffer-multibyte): New function.
12746         * mm-decode.el (mm-copy-to-buffer): Use it.
12747
12748         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12749         Prefer fboundp to functionp so it works with macros as well.
12750
12751 2008-03-19  Glenn Morris  <rgm@gnu.org>
12752
12753         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12754         Accidentally removed in the sync process with Emacs.
12755
12756 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * message.el (message-alter-recipients-discard-bogus-full-name):
12759         New function.
12760         (message-alter-recipients-function): New variable.
12761         (message-get-reply-headers): Use it.
12762         (message-replace-header): New helper function.
12763         (message-recipients-without-full-name): New variable.
12764         (message-simplify-recipients): New command.
12765
12766         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12767
12768         * message.el (message-info): Handle EasyPG manual.
12769
12770         * mml.el (mml-menu): Add entry for EasyPG.
12771
12772 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12773
12774         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12775         parameter.
12776
12777         * message.el (message-disassociate-draft): Specify drafts group name
12778         fully.
12779
12780 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12781
12782         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12783         Eliminate unnecessary duplicates from the match list.
12784
12785 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12788
12789         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12790
12791         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12792         args of `how-many' of which the XEmacs version doesn't take; declare
12793         Info-index-next as function.
12794
12795 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * gnus-score.el (gnus-score-headers): Fix handling of
12798         gnus-inhibit-slow-scoring.
12799
12800         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12801         string.
12802         (gnus-button-url-regexp): Improve handling of parenthesis.
12803         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12804         (gnus-button-handle-info-keystrokes): Handle index entries.
12805
12806 2008-03-15  Glenn Morris  <rgm@gnu.org>
12807
12808         * parse-time.el (parse-time-string): Simplify.
12809
12810 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12813         Incoming* files.
12814
12815 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12816
12817         * auth-source.el (auth-sources): Rename from auth-source-choices.
12818         (auth-source-pick): Use it.
12819
12820 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12821
12822         * binhex.el (binhex-decode-region-internal):
12823         * uudecode.el (uudecode-decode-region-internal):
12824         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12825         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12826         setting default-enable-multibyte-characters.
12827
12828 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12829
12830         * auth-source.el (auth-source-protocols)
12831         (auth-source-protocols-customize, auth-source-choices): Add and
12832         modified variable customizations and defaults.
12833         (auth-source-pick, auth-source-user-or-password)
12834         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12835         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12836         (auth-source-user-or-password-sftp)
12837         (auth-source-user-or-password-smtp): Use new variables and provide an
12838         interface to netrc.el.
12839
12840 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12843         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12844         Make sure the nntp port to specify is a string.
12845
12846 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12847
12848         * nntp.el: Use with-current-buffer.
12849         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12850         dubious mm-with-unibyte-current-buffer.
12851         (nntp-with-open-group-function): New function extracted from
12852         nntp-with-open-group macro.
12853         (nntp-with-open-group): Use the function, so it's easier to debug.
12854         Add indentation and debugging info.
12855         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12856         Recommend the use of the netcat alternatives.
12857
12858         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12859         Avoid mm-string-as-multibyte as well.
12860
12861         * nnweb.el (nnweb-insert-html):
12862         Remove use of nnheader-string-as-multibyte.
12863
12864         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12865         (nnheader-string-as-multibyte): Remove.
12866
12867         * mm-view.el: Use inhibit-read-only.
12868         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12869         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12870         or unibyte-string.
12871
12872         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12873         (mm-uu-yenc-extract): Use with-current-buffer.
12874
12875         * gnus-soup.el (gnus-soup-send-packet): Don't use
12876         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12877
12878         * nnmh.el: Use with-current-buffer.
12879         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12880         mm-string-as-multibyte on the output of mm-encode-coding-string.
12881
12882         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12883         (nnimap-request-move-article): Use with-current-buffer.
12884
12885         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12886         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12887         conversion uses string-make-unibyte rather than string-as-unibyte.
12888
12889         * gnus-msg.el: Use with-current-buffer.
12890
12891         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12892
12893 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12894
12895         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12896         string for caching if it is 'PIN.
12897
12898 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * lpath.el: Consider the case without Emacs/W3.
12901
12902 2008-03-08  Glenn Morris  <rgm@gnu.org>
12903
12904         * time-date.el (date-to-time, time-subtract, time-add)
12905         (safe-date-to-time): Doc fixes.
12906
12907 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * mail-source.el (mail-source-delete-old-incoming-confirm):
12910         Change default to nil.
12911         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12912
12913 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * lpath.el: Rearrange.
12916
12917         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12918         (gnus-article-goto-prev-page): Work for articles having ^L's.
12919
12920         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12921
12922         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12923
12924 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12925
12926         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12927         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12928         (gnus-bookmark-jump): Adjust some variable names.
12929
12930 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12931
12932         * auth-source.el: New package.
12933         (auth-source-choices): Add customization entry point variable.
12934
12935         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12936         bug.
12937
12938 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12939
12940         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12941         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12942         (gnus-registry-install-shortcuts): Rename from
12943         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12944         the `gnus-registry-mark-map' keymap dynamically from
12945         `gnus-registry-marks'.  The generated functions update the summary line
12946         when a registry mark is added or deleted, and will call
12947         `gnus-registry-install-p' (see the comments in the code).
12948         (gnus-registry-user-format-function-M): Use concat intelligently.
12949
12950         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12951         the registry mark functions.
12952
12953 2008-03-05  Glenn Morris  <rgm@gnu.org>
12954
12955         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12956         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12957         gnus-art.
12958         (top-level): No need to load own source when compiling.
12959
12960 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12963         Suggested by <chris.anderton@zetnet.co.uk>.
12964
12965 2008-03-04  Glenn Morris  <rgm@gnu.org>
12966
12967         * gnus-sum.el (top-level): No need to require gnus when compiling,
12968         since unconditionally required near start of file.
12969         (gnus-summary-display-while-building): Move definition before use.
12970
12971 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12972
12973         * gnus-registry.el (gnus-registry-user-format-function-M):
12974         Add formatting function.
12975
12976 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12977
12978         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12979         with plists.
12980         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12981         Use new format.
12982
12983 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12986         `where-is-internal' that returns a range of key sequences.
12987
12988 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12989
12990         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12991
12992         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12993         (gnus-summary-jump-to-group): Consider windows on other displayed
12994         frames as well.  Similar changes might be needed elsewhere, but that's
12995         the one I've bumped into during my use.
12996
12997         * nndoc.el (nndoc-oe-dbx-type-p):
12998         * gnus-msg.el (gnus-debug):
12999         * gnus-group.el (gnus-update-group-mark-positions):
13000         Use mm-string-to-multibyte.
13001
13002 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13005         doesn't handle NotDashEscaped.
13006
13007         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13008         (mml-dnd-attach-options): Fix typo in custom choice.
13009
13010         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13011         Change nndoc-article-type to mbox.
13012         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13013
13014         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13015         to nil, instead of html2text.
13016
13017         * imap.el (imap-debug): Add `imap-ping-server'.
13018
13019         * gnus-bookmark.el: Add FIXMEs.
13020
13021         * message.el (message-form-letter-separator)
13022         (message-send-form-letter-delay): New variables.
13023         (message-send-form-letter): Use them.  New command to send form
13024         letters.  Requested by Uwe Siart.
13025         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13026
13027 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * Update copyright years.
13030
13031 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         Sync from EMACS_22_BASE.
13034
13035         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13036
13037 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13038
13039         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13040         empty author.
13041
13042 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13043
13044         * gnus-registry.el (gnus-registry-marks): Add variable for
13045         customization of marks and their appearance.
13046         (gnus-registry-read-mark): Use it.
13047         (gnus-registry-do-marks): Add utility function to loop through
13048         `gnus-registry-marks'.
13049         (gnus-registry-install-shortcuts-and-menus): Add function to install
13050         shortcuts and menus.
13051         (gnus-registry-initialize): Use it.
13052         (gnus-registry-default-mark): Clarify documentation.
13053
13054 2008-02-29  Glenn Morris  <rgm@gnu.org>
13055
13056         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13057         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13058         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13059         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13060         Change defcustom :version from 23.0 to 23.1.
13061
13062 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13063
13064         * gnus-registry.el (gnus-registry-follow-group-p)
13065         (gnus-registry-post-process-groups): Add functions to aid registry
13066         splitting and improve logging.  Clarify behavior in function
13067         documentation.
13068         (gnus-registry-split-fancy-with-parent): Use them.
13069
13070 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13071
13072         * gnus-art.el: Use with-current-buffer.
13073
13074 2008-02-27  David Engster  <dengste@eml.cc>
13075
13076         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13077         Express real group name in the response.
13078
13079 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13082         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13083         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13084         autoload gnus-registry-fetch-group when compiling.
13085         (nnmairix-request-group-with-article-number-correction):
13086         Remove unreferenced argument passed to nnmairix-call-backend.
13087
13088 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13091         (mm-uu-extract): Improve face for low color ttys.
13092         Reported by Sascha Wilde.
13093
13094 2008-02-27  Glenn Morris  <rgm@gnu.org>
13095
13096         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13097         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13098         variables to defconsts.  Convert comments to doc-strings.
13099         (nnmairix-last-server, nnmairix-current-server): Convert from free
13100         variables to defvars.  Convert comments to doc-strings.
13101         (gnus-registry-fetch-group): Autoload.
13102         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13103         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13104         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13105         caddr.
13106         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13107         nnmairix-request-group-with-article-number-correction call.
13108         (nnmairix-fast, nnmairix-group): New, less general names, for free
13109         variables passed from nnmairix-request-group to
13110         nnmairix-request-group-with-article-number-correction.  Declare.
13111         (nnmairix-request-group-with-article-number-correction):
13112         Use nnmairix-fast, nnmairix-group rather than fast, group.
13113
13114 2008-02-26  David Engster  <dengste@eml.cc>
13115
13116         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13117         version 0.5.
13118
13119 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13120
13121         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13122         instead of making an extra function call.  Don't add the current group
13123         to articles only when they have the group.  Use
13124         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13125         Reported by David <de_bb@arcor.de>.
13126
13127 2008-02-24  Miles Bader  <miles@gnu.org>
13128
13129         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13130         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13131         (mm-find-mime-charset-region):
13132         * mm-bodies.el (mm-encode-body):
13133         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13134
13135 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13138         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13139
13140 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13141
13142         * mail-source.el (mail-source-delete-incoming): Change default.
13143         Supplement doc string.
13144
13145         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13146
13147 2008-02-14  Glenn Morris  <rgm@gnu.org>
13148
13149         * time-date.el (format-seconds): New function.
13150
13151 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13152
13153         * nnmail.el (nnmail-message-id-cache-file): Derive from
13154         `gnus-home-directory'.
13155
13156 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13159         Document negative prefix.
13160
13161         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13162
13163 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13164
13165         * message.el (message-unsent-separator): Add the Exim bounce
13166         separator.
13167
13168 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13169
13170         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13171         list.
13172         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13173         recipient/signer list.
13174
13175 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * Makefile.in (datarootdir): Define.
13178         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13179         name that might contain whitespace.
13180
13181 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13184         fbound (Emacs 23 unicode), signal an error.
13185
13186 2008-02-08  Glenn Morris  <rgm@gnu.org>
13187
13188         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13189
13190 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13191
13192         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13193         ports to the calls to `netrc-machine-user-or-password' in addition to
13194         "imap" and "imaps".
13195
13196 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13197
13198         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13199
13200         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13201
13202 2008-02-01  Kenichi Handa  <handa@m17n.org>
13203
13204         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13205         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13206         (rfc2104-hash): Convert the result of concat to unibyte string.
13207
13208 2008-02-01  Dave Love  <fx@gnu.org>
13209
13210         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13211         coding-system-for-read.
13212         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13213
13214 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13217         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13218         <hanche@math.ntnu.no>.
13219
13220 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13223
13224         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13225
13226 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13227
13228         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13229         * message.el (message-beginning-of-line): Use featurep instead of bound
13230         tests in order to resolve conditionals at compile time.
13231
13232 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13233
13234         * mail-source.el (mail-sources): Add `group' choice.
13235
13236         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13237         parameter `in-group' to control into which group the articles go.
13238         Add treatment of `group' mail-source.
13239
13240 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13243
13244         * mm-decode.el (mm-dissect-buffer): Decode description.
13245
13246         * mml.el (mml-to-mime): Encode message header first.
13247
13248 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13251         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13252
13253         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13254         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13255
13256 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13257
13258         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13259
13260 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13263         prefix keys.
13264         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13265         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13266         gnus-xmas.el.
13267
13268         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13269         (gnus-xmas-article-describe-bindings): New function.
13270         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13271         gnus-xmas-article-describe-bindings.
13272
13273         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13274
13275 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13276
13277         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13278         Add new variables for article mark management.
13279         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13280         list of extra data entries which, when present, will indicate that the
13281         article ID should not be trimmed from the registry.
13282         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13283         functions.
13284         (gnus-registry-read-mark): New function to read a mark name from the
13285         user.
13286         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13287         (gnus-registry-set-article-mark-internal): New functions to add and
13288         remove marks.
13289         (gnus-registry-get-article-marks): New function to show the marks for
13290         an article, or retrieve them for further use.
13291
13292 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13295         keys when no argument is given.
13296
13297 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13298
13299         * imap.el (imap-ping-server): New variable.
13300         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13301         (imap-ping-server): Minor doc string fixes.
13302
13303 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13304
13305         * imap.el (imap-ping-server): New function.
13306         (imap-opened): Call imap-ping-server.
13307
13308 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * gnus-sum.el (gnus-article-sort-by-random)
13311         (gnus-thread-sort-by-random): Fix doc strings.
13312         Reported by jidanni@jidanni.org.
13313
13314 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * gnus-art.el (gnus-article-describe-bindings): New function.
13317         (gnus-article-read-summary-keys): Use it.
13318         (gnus-article-mode-map): Bind `C-h b' to it.
13319
13320 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13323         XEmacs.
13324         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13325         Protect against non-character events.
13326
13327         * lpath.el: Fbind map-keymap for Emacs 21.
13328
13329 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13330
13331         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13332         New command.
13333         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13334         instead of END.  Change name of the temp file.
13335         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13336         customizable.
13337
13338 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13341         bind `S W' to gnus-article-wide-reply-with-original; set default
13342         binding to gnus-article-read-summary-send-keys.
13343         (gnus-article-read-summary-keys): Fix the order of keys; display
13344         continuation keys correctly in the echo area; describe bindings
13345         correctly when keys end with `C-h'.
13346         (gnus-article-read-summary-send-keys): New function.
13347         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13348         Work for gnus-article-read-summary-send-keys; display continuation keys
13349         correctly in the echo area.
13350         (gnus-article-reply-with-original): Ignore prefix argument.
13351         (gnus-article-wide-reply-with-original): New function.
13352
13353         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13354         Emacs 21.
13355
13356 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13359         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13360
13361 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13362
13363         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13364         (gnus-group-read-ephemeral-gmane-group): New command.
13365
13366 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13367
13368         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13369
13370 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * message.el (message-send-mail-function): Increase custom version.
13373
13374         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13375         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13376
13377 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13378
13379         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13380         for the cases where imap-authenticate is called with a nil buffer
13381         parameter.
13382
13383 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13386         html parts correctly; support forwarded messages.
13387         (gnus-article-browse-html-article): Remove work buffers.
13388
13389         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13390         compiling.
13391         (netrc-bound-and-true-p): New macro.
13392         (netrc-parse): Use it instead of bound-and-true-p that is not available
13393         in XEmacs 21.4.
13394
13395 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13396
13397         * gnus-registry.el (gnus-registry-mark-article)
13398         (gnus-registry-article-marks): Add functionality to mark articles
13399         through the Gnus registry.
13400
13401         * encrypt.el: Clarify documentation for the new pgg method.
13402         (encrypt-file-alist): Add PGG option.
13403         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13404         functionality.  Abstract password key and messaging to external
13405         functions.
13406         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13407         (encrypt-message-method-and-cipher): Add new convenience external
13408         functions.
13409         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13410         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13411
13412         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13413         (netrc-parse): Use encrypt-file-alist to determine if
13414         encrypt-find-model or encrypt-insert-file-contents should be used.
13415
13416         * encrypt.el: Clarify documentation.  Load password-cache or
13417         password, whichever one is found first, instead of autoloading.
13418
13419 2007-12-19  Glenn Morris  <rgm@gnu.org>
13420
13421         * mml.el (message-options-set, message-narrow-to-head)
13422         (message-in-body-p, message-mail-p, message-encode-message-body):
13423         Autoload.
13424         (message-remove-header, message-narrow-to-headers-or-head)
13425         (message-subscribed-p, message-make-mail-followup-to)
13426         (message-position-on-field, message-news-p)
13427         (message-options-set-recipient, message-generate-headers)
13428         (message-sort-headers): Declare as functions.
13429
13430 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13433         convention in doc string.
13434
13435 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13438         title to html parts.
13439         (gnus-article-browse-html-article): Pass message header to it.
13440
13441         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13442
13443 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13446         or password compatible with XEmacs.
13447
13448 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13449
13450         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13451         format document.
13452         (gnus-mime-delete-part): Don't write description line if empty.
13453         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13454
13455 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13456
13457         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13458         (gnus-summary-mark-read-and-unread-as-read)
13459         (gnus-summary-mark-current-read-and-unread-as-read)
13460         (gnus-summary-mark-unread-as-ticked): Doc fix.
13461         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13462
13463 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13466         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13467
13468 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13471         yes-or-no-p.
13472
13473 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * mm-decode.el (mm-add-meta-html-tag): New function.
13476         (mm-save-part-to-file, mm-pipe-part): Use it.
13477
13478         * gnus-art.el (gnus-article-browse-delete-temp-files):
13479         Use gnus-y-or-n-p instead of y-or-n-p.
13480         (gnus-article-browse-html-parts): Work with message/external-body; use
13481         mm-add-meta-html-tag.
13482
13483 2007-12-11  Glenn Morris  <rgm@gnu.org>
13484
13485         * gnus-cache.el: Require gnus-sum not just when compiling.
13486
13487         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13488
13489         * gnus-int.el (gnus-server-opened, gnus-status-message):
13490         Move definitions before use.
13491
13492         * mm-decode.el: Require gnus-util.
13493         (mm-remove-part): Only call delete-annotation on XEmacs.
13494
13495         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13496
13497         * nnmail.el: Require gnus-int.
13498
13499         * spam.el: Move `require's before `eval-when-compile's.
13500
13501         * gnus-ems.el (gnus-alive-p):
13502         * gnus-fun.el (message-goto-eoh):
13503         * gnus-util.el (gnus-group-name-decode):
13504         * mail-source.el (gnus-compress-sequence):
13505         * message.el (Info-goto-node, format-spec):
13506         * mm-bodies.el (message-options-get):
13507         * mm-decode.el (mm-view-pkcs7):
13508         * mm-util.el (gmm-write-region):
13509         * mml-smime.el (mml-compute-boundary)
13510         (gnus-completing-read-with-default):
13511         * mml.el (widget-button-press, gnus-make-hashtable):
13512         * mml1991.el (mm-decode-content-transfer-encoding)
13513         (mm-encode-content-transfer-encoding)
13514         (message-options-get, message-options-set):
13515         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13516         * nnfolder.el (gnus-request-group):
13517         * nnheader.el (ietf-drums-unfold-fws):
13518         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13519         * smime.el (gnus-run-mode-hooks):
13520         * spam-stat.el (gnus-message): Autoload.
13521
13522         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13523         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13524         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13525         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13526         Add declare-function compatibility definition.
13527
13528         * gnus-cache.el (nnvirtual-find-group-art):
13529         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13530         (gnus-add-image, gnus-add-wash-type):
13531         * gnus-group.el (nnkiboze-score-file):
13532         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13533         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13534         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13535         (message-tokenize-header, gnus-get-buffer-create)
13536         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13537         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13538         * gnus.el (gnus-group-decoded-name):
13539         * mail-source.el (imap-capability):
13540         * mm-bodies.el (message-options-set):
13541         * mm-decode.el (gnus-configure-windows):
13542         * mm-extern.el (message-goto-body):
13543         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13544         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13545         (epg-sub-key-validity, message-options-set):
13546         * mml.el (widget-event-point, gnus-configure-windows):
13547         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13548         * mml2015.el (epg-check-configuration, epg-configuration)
13549         (message-options-set):
13550         * nndb.el (nndb-request-article):
13551         * nnfolder.el (gnus-request-create-group):
13552         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13553         * nnmaildir.el (gnus-group-mark-article-read):
13554         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13555         * rfc1843.el (message-fetch-field):
13556         * spam.el (gnus-extract-address-components):
13557         Declare as functions.
13558
13559 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13562
13563         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13564
13565         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13566         bind show-trailing-whitespace for XEmacs.
13567
13568 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13569
13570         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13571         new no-op macro for backward compatibility.
13572
13573         * imap.el (imap-string-to-integer): New function.
13574
13575 2007-12-09  Glenn Morris  <rgm@gnu.org>
13576
13577         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13578
13579         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13580         * message.el, mm-view.el, sieve-manage.el, smime.el:
13581         Add declare-function compatibility definition.
13582
13583         * gnus-art.el (w3-region, w3m-region, Info-menu):
13584         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13585         * gnus-sum.el (gnus-get-predicate):
13586         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13587         * message.el (mail-abbrev-in-expansion-header-p):
13588         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13589         (w3m-detect-meta-charset, w3m-region):
13590         * sieve-manage.el (password-read, password-cache-add)
13591         (password-cache-remove):
13592         * smime.el (password-read-and-add): Declare as functions.
13593
13594 2007-12-08  David Kastrup  <dak@gnu.org>
13595
13596         * gnus-sum.el (gnus-summary-simplify-subject-query):
13597         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13598         `message'.
13599
13600 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13603         it to bind idna-program, installation-directory, defined-colors, and
13604         face-attribute for XEmacs of the version that compiles defcustom forms.
13605
13606 2007-12-07  Glenn Morris  <rgm@gnu.org>
13607
13608         * gnus-art.el (article-make-date-line): Revert previous change.
13609
13610 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13613
13614 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13615
13616         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13617         Call gnus-add-to-range ranges only once with a prepared article-list.
13618
13619 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13620
13621         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13622         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13623         group names with backslashes.
13624         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13625
13626 2007-12-06  Deepak Goel  <deego3@gmail.com>
13627
13628         * gnus-art.el (article-make-date-line):
13629         * gnus-start.el (gnus-load):
13630         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13631
13632 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * gnus-art.el (gnus-use-idna):
13635         * gnus-start.el (gnus-site-init-file):
13636         * message.el (message-use-idna):
13637         * mm-uu.el (mm-uu-hide-markers):
13638         * smiley.el (smiley-style): Revert changes that suppress warnings.
13639
13640 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13643         specify charset to html source.
13644         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13645
13646 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13649         idna-program in order to suppress byte compile warning issued by XEmacs
13650         that came to byte compile the default value section of defcustom forms
13651         recently.
13652
13653         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13654         value of installation-directory.
13655
13656         * message.el (message-use-idna): Don't directly refer to the value of
13657         idna-program.
13658
13659         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13660
13661         * smiley.el (smiley-style): Don't directly call face-attribute.
13662
13663 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13664
13665         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13666
13667         * gnus-dired.el: Reduce Gnus dependencies.
13668         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13669         Don't require.  Use autoloads instead.
13670         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13671         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13672         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13673         (gnus-dired-mode): Adjust doc string.
13674         (gnus-dired-mail-mode): New variable.
13675         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13676         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13677         (gnus-dired-mail-buffers): New function.  Return mail or message
13678         composition buffers.
13679         (gnus-dired-attach): Use it.
13680         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13681         NO-DECODE.
13682         (gnus-dired-print): Use `gnus-print-buffer' depending on
13683         `gnus-dired-mail-mode'.
13684
13685 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13686
13687         * rfc2047.el (rfc2047-encoded-word-regexp)
13688         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13689         explaining what regexp patterns are for.
13690
13691 2007-12-04  Glenn Morris  <rgm@gnu.org>
13692
13693         * password.el: Move to password-cache.el.
13694
13695         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13696         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13697         * mml-smime.el (password-read, password-cache-add)
13698         (password-cache-remove):
13699         No need to autoload, since mml-sec requires password.
13700
13701         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13702         * message.el (gnus-extract-address-components):
13703         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13704
13705         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13706         password.
13707
13708 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13709
13710         * mailcap.el: Reduce dependencies.
13711         (mail-header-parse-content-type): Autoload.
13712         (mailcap-delete-duplicates): New alias.
13713         (mailcap-mime-info): Add optional argument NO-DECODE.
13714         (mailcap-mime-types): Use mailcap-delete-duplicates.
13715
13716         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13717
13718 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13719
13720         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13721         (imap-parse-status): Upcase status-att for servers that sends them
13722         lower-case (e.g., MS Exchange 2007).
13723
13724 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13725
13726         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13727         function.
13728
13729         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13730         (gnus-uu-yenc-article): New function.
13731
13732         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13733
13734         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13735
13736 2007-12-02  Glenn Morris  <rgm@gnu.org>
13737
13738         * binhex.el (binhex): New custom group.
13739         (binhex-decoder-program, binhex-decoder-switches)
13740         (binhex-use-external): Move to the binhex custom group.
13741
13742         * uudecode.el (uudecode): New custom group.
13743         (uudecode-decoder-program, uudecode-decoder-switches)
13744         (uudecode-use-external): Move to the uudecode custom group.
13745
13746         * netrc.el (top-level): Don't load `encrypt' features.
13747         (netrc-parse): Don't use encrypt.
13748         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13749
13750         * encrypt.el: Remove file.
13751
13752 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13755         matches on patches.
13756
13757         * gnus-art.el (gnus-article-browse-html-article):
13758         Mention `mm-text-html-renderer' in the doc string.
13759
13760         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13761         string.  Add comments.
13762
13763         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13764         if rhs is ASCII.
13765
13766 2007-12-01  Glenn Morris  <rgm@gnu.org>
13767
13768         * mail-source.el (top-level): Require format-spec before
13769         eval-when-compile.
13770
13771 2007-11-30  Glenn Morris  <rgm@gnu.org>
13772
13773         * encrypt.el: Require password, rather than autoloading password-read.
13774
13775 2007-11-29  Glenn Morris  <rgm@gnu.org>
13776
13777         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13778         (sasl-make-client, sasl-next-step, sasl-step-data)
13779         (sasl-step-set-data): Declare as functions.
13780
13781 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13784
13785 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13786
13787         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13788         certs should be verified and what is to be done in the event of a
13789         verification failure.
13790
13791         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13792         caller can indicate whether the cache should be disregarded for this
13793         call.  This way the result of the call is reproducible at all times and
13794         can be considered a canonical server name for the supplied method.
13795         (gnus-agent-method-p): Canonicalize server names by pushing their
13796         method through `gnus-method-to-server' using the no-cache argument.
13797
13798         * gnus-srvr.el (gnus-server-insert-server-line):
13799         Call `gnus-method-to-server' with `no-cache' argument.
13800
13801         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13802         gnus-agent-possibly-synchronize-flags as this should be called when the
13803         server is actually being opened.
13804         (gnus-agent-possibly-synchronize-flags)
13805         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13806         flags file of an agentized server to the latter function.
13807
13808         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13809         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13810         after a connection has been established successfully.
13811
13812 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-art.el (article-display-face): Force to display face if called
13815         interactively; check if gnus-article-x-face-too-ugly matches author.
13816         (article-display-x-face): Display face even if From header is missing
13817         as article-display-face does.
13818
13819 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13820
13821         * hashcash.el (message-narrow-to-headers-or-head)
13822         (message-fetch-field, message-goto-eoh)
13823         (message-narrow-to-headers): Declare as functions.
13824
13825 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * mail-source.el (mail-sources): Default to fetch from file for
13828         compatibility with default of nnmail-spool-file.
13829
13830 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13833         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13834         to look for encoded word that should be encoded again.
13835         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13836         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13837         encoding pattern.
13838         (rfc2047-decode-region): Switch strict regexp and loose one according
13839         to rfc2047-allow-irregular-q-encoded-words.
13840
13841 2007-11-25  Romain Francoise  <romain@orebokech.com>
13842
13843         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13844
13845 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * tls.el (tls-program): Provide more custom choices from
13848         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13849         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13850
13851 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13852
13853         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13854         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13855
13856         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13857         `nnmail-spool-file'.
13858
13859         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13860         `nnmail-spool-file'.
13861
13862         * gnus-move.el (gnus-change-server): Ditto.
13863
13864         * gnus-kill.el (gnus-batch-score): Ditto.
13865
13866         * gnus-cache.el (gnus-jog-cache): Ditto.
13867
13868         * gnus-msg.el (gnus-summary-reply):
13869         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13870
13871 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13874         version.  Minor improvement to doc strings.
13875         (tls-program): Add comment.
13876
13877 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13878
13879         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13880         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13881         mismatch between the hostname provided in the certificate and the name
13882         of the host connnecting to.
13883         (open-tls-stream): Use them.  Check certificates against trusted root
13884         certificates.
13885
13886 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13887
13888         * gnus-cache.el (gnus-cache-generate-nov-databases):
13889         Use nnml-generate-nov-databases-directory instead of
13890         nnml-generate-nov-databases-1.
13891
13892 2007-11-24  Glenn Morris  <rgm@gnu.org>
13893
13894         * message.el (message-tool-bar-retro): Update for rename
13895         mail_send.xpm->mail-send.xpm.
13896
13897 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13900         `smime-ldap-search' for Emacs 22 and up.
13901
13902 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13903
13904         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13905
13906         * message.el (message-send-mail-function): Fix error convention.
13907         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13908         (message-widen-reply, message-send-mail, message-talkative-question)
13909         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13910         (message-clone-locals, message-send-news): Use with-current-buffer.
13911         (message-insert-or-toggle-importance): Remove unused var `valid'.
13912         (message-make-references): Remove unused var `new-references'.
13913         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13914
13915 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13916
13917         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13918         (spam-split-symbolic-return-positive): Reflow docstring.
13919         (spam-backends, spam-summary-exit-behavior)
13920         (spam-mark-ham-unread-before-move-from-spam-group)
13921         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13922         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13923         (spam-clear-cache, spam-backend-check, spam-install-backend)
13924         (spam-install-statistical-backend, spam-list-of-processors)
13925         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13926         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13927         (spam-check-crm114, spam-initialize, spam-unload-hook):
13928         Fix typos in docstrings.
13929
13930 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13933         been checked if they have never been read and those group levels are
13934         higher than the one that a user specified.
13935
13936 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13939         foreign groups unless a group level is specified by a user.
13940         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13941
13942 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * message.el (message-send-mail-function): Require sendmail.
13945
13946 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13947
13948         * message.el (message-send-mail-function): Check for smtpmail too.
13949
13950         * utf7.el (utf7-encode, utf7-decode): Use coding system
13951         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13952
13953         * message.el (message-send-mail-function): New function.
13954         (message-send-mail-function): Set default using
13955         message-send-mail-function.  Adjust doc string.
13956         (message-send-mail-with-mailclient): New function.
13957
13958 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13959
13960         * smime.el (from):
13961         * rfc2047.el (message-posting-charset):
13962         * qp.el (mm-use-ultra-safe-encoding):
13963         * pop3.el (parse-time-months):
13964         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13965         * nnml.el (files):
13966         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13967         (jka-compr-compression-info-list, ange-ftp-path-format)
13968         (efs-path-regexp):
13969         * nndiary.el (files):
13970         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13971         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13972         (epg-digest-algorithm-alist, inhibit-redisplay)
13973         (password-cache-expiry):
13974         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13975         (pgg-output-buffer, password-cache-expiry):
13976         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13977         (efs-path-regexp):
13978         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13979         (inhibit-redisplay):
13980         * mm-uu.el (file-name, start-point, end-point, entry)
13981         (gnus-newsgroup-name, gnus-newsgroup-charset):
13982         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13983         (latin-unity-ucs-list):
13984         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13985         (mm-uu-binhex-decode-function):
13986         * message.el (gnus-message-group-art, gnus-list-identifiers)
13987         (rmail-enable-mime-composing, gnus-local-organization)
13988         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13989         (gnus-read-active-file, facemenu-add-face-function)
13990         (facemenu-remove-face-function, gnus-article-decoded-p)
13991         (tool-bar-mode):
13992         * mail-source.el (display-time-mail-function):
13993         * gnus-util.el (nnmail-pathname-coding-system)
13994         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13995         (gnus-original-article-buffer, gnus-user-agent)
13996         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13997         (xemacs-codename, sxemacs-codename, emacs-program-version):
13998         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13999         * gnus-start.el (gnus-agent-covered-methods)
14000         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14001         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14002         (gnus-newsgroup-headers, gnus-group-list-mode)
14003         (gnus-group-mark-positions, gnus-newsgroup-data)
14004         (gnus-newsgroup-unreads, nnoo-state-alist)
14005         (gnus-current-select-method, mail-sources)
14006         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14007         (nnmail-spool-file, gnus-cache-active-hashtb):
14008         * gnus-mh.el (mh-lib-progs):
14009         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14010         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14011         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14012         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14013         (gnus-group-buffer):
14014         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14015         (font-lock-set-defaults):
14016         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14017         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14018         (gnus-summary-post-menu, total-parts, type, condition, length):
14019         * gnus-agent.el (gnus-agent-read-agentview):
14020         * flow-fill.el (show-trailing-whitespace):
14021         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14022         eval-and-compile wrappers for byte compiler pacifiers.
14023
14024         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14025         (mm-display-inline-fontify): Check for featurep 'xemacs not
14026         extent-list.
14027
14028         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14029         itimer-list.
14030         (mm-create-image-xemacs): Only do something for XEmacs.
14031         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14032
14033         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14034
14035         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14036         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14037
14038 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14039
14040         * nnimap.el (nnimap-split-download-body):
14041         * gnus-demon.el (gnus-demon):
14042         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14043
14044 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14047         New macros.
14048         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14049         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14050         copy data from unibyte buffer to multibyte current buffer.
14051         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14052         to copy data from unibyte current buffer to multibyte buffer.
14053         (nntp-make-process-buffer): Make process buffer unibyte.
14054
14055         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14056
14057 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14058
14059         * pop3.el (pop3-open-server): Accept and process data more robustly at
14060         connection start to avoid spurious "POP SSL connection failed" errors.
14061
14062 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14065         read group names.
14066
14067 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14070
14071 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14074         (nnmail-save-active): Use a unibyte buffer when saving active file,
14075         which may contain non-ASCII group names.
14076
14077         * nnml.el (nnml-request-group): Decode group names in messages.
14078
14079 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * message.el (message-citation-line-function)
14082         (message-insert-formatted-citation-line): Fix spelling of
14083         `message-insert-formated-citation-line'.
14084
14085 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14086
14087         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14088
14089 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14092         nnmail-pathname-coding-system.
14093
14094         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14095         that a user enters; decode group names in messages.
14096
14097         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14098
14099 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14100
14101         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14102
14103         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14104
14105         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14106         risky local variable.
14107
14108         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14109
14110 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14111
14112         * encrypt.el: Improve documentation to fix function name typo.
14113         Reported by Daiki Ueno <ueno@unixuser.org>.
14114
14115 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14118         even if the point is not in the last page of an article.
14119         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14120         back to the previous page.
14121
14122 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14125
14126 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14129
14130 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14131
14132         * message.el (message-check-news-body-syntax):
14133         Avoid mm-string-as-multibyte.
14134         (message-hide-headers): Don't assume (point-min)==1.
14135
14136 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14137
14138         * message.el (message-remove-blank-cited-lines): Fix if remove is
14139         given.
14140         (message-bogus-address-regexp): New variable.
14141         (message-bogus-recipient-p): New function.
14142         (message-check-recipients): New command.
14143         (message-syntax-checks): Add `bogus-recipient'.
14144         (message-fix-before-sending): Add `bogus-recipient'.
14145
14146         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14147         (gnus-treat-body-boundary): Don't test window-system.
14148
14149 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14150
14151         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14152
14153 2007-10-28  Miles Bader  <miles@gnu.org>
14154
14155         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14156         at compile-time too.
14157
14158 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14159
14160         * gnus-msg.el (gnus-message-setup-hook):
14161         Add `message-remove-blank-cited-lines' to options.
14162
14163 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * message.el (message-remove-blank-cited-lines): New function.
14166         Suggested by Karl Plästerer.
14167
14168 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14171         mapc.
14172
14173         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14174         (top-level): Use mapc to set functions to be traced for debugging.
14175
14176         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14177         called for effect with while loop.
14178
14179         * message.el (message-talkative-question): Replace mapcar called for
14180         effect with mapc.
14181
14182         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14183         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14184         called for effect with dolist.
14185
14186         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14187
14188         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14189         gnus-extra-headers and nnmail-extra-headers.
14190
14191         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14192         called for effect with dolist.
14193         (top-level): Use mapc to set functions to be traced for debugging.
14194
14195         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14196         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14197         dolist.
14198
14199         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14200         Replace mapcar called for effect with mapc.
14201         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14202         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14203         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14204         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14205
14206         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14207         remove-if that's a cl function.
14208
14209         * webmail.el (webmail-debug): Replace mapcar called for effect with
14210         dolist.
14211
14212         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14213         with mapc.
14214
14215 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14218         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14219         with while loop.
14220
14221         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14222         functions from article-* functions.
14223         (gnus-multi-decode-header): Replace mapcar called for effect with
14224         dolist.
14225
14226         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14227         (gnus-bookmark-show-details): Replace mapcar called for effect with
14228         while loop.
14229
14230         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14231         called for effect with while loop.
14232
14233         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14234         with dolist.
14235
14236         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14237         Replace mapcar called for effect with dolist.
14238
14239         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14240
14241         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14242         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14243         Replace mapcar called for effect with dolist.
14244         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14245         mapc.
14246
14247         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14248         Replace mapcar called for effect with dolist.
14249         (gnus-topic-list): Replace mapcar called for effect with mapc.
14250
14251         * gnus.el: Use mapc instead of mapcar to add autoloads.
14252
14253 2007-10-23  Richard Stallman  <rms@gnu.org>
14254
14255         * gnus-group.el (gnus-group-highlight): Mark as risky.
14256
14257 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus.el (gnus-server-to-method): Return method found first in
14260         gnus-newsrc-alist.
14261
14262         * gnus-art.el (gnus-article-highlight-signature)
14263         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14264         button overlay without the front stickiness.
14265
14266 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14267
14268         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14269         overview buffer needed a catch to receive its throw.
14270         (gnus-agent-flush-cache): Declare as interactive to make this function
14271         easier to use.
14272
14273 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14276         `next-line'.
14277
14278 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14281         exclude address matching message-dont-reply-to-names.
14282
14283 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * gnus-util.el (gnus-string<): New function.
14286
14287         * gnus-sum.el (gnus-article-sort-by-author)
14288         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14289
14290 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14293         the frame-focus tag is set in gnus-buffer-configuration.
14294
14295 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14298         the front stickiness.
14299
14300 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14303         url pattern; remove duplicate one.
14304         (gnus-article-extend-url-button): New function.
14305         (gnus-article-add-buttons): Use it.
14306         (gnus-button-push): Use concatenated url that it makes.
14307
14308 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14309
14310         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14311
14312 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14313
14314         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14315         Don't hardcode point-min==1.
14316
14317 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14320         Fix comment about "iso8859-1".
14321
14322 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14323
14324         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14325         ones returned from the verify-function.
14326
14327         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14328         Call mml2015-extract-cleartext-signature if extraction failed.
14329
14330 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14331
14332         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14333         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14334         failed.
14335
14336 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14339
14340 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14343         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14344         recommends to use EasyPG instead of PGG.
14345
14346         * pgg.el: Revert to revision 6.23.2.16.
14347
14348         * pgg-def.el: Revert to revision 6.6.2.14.
14349
14350         * pgg-gpg.el: Revert to revision 6.23.2.34.
14351
14352 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14353
14354         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14355         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14356         thread for both the null and zero (kill/expire thread) universal prefix
14357         cases.
14358         (gnus-summary-expire-thread): Add new function to expire a thread,
14359         using gnus-summary-kill-thread.
14360         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14361         shortcuts for gnus-summary-expire-thread.
14362         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14363         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14364
14365 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14366
14367         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14368         extras value, so an extras entry can be deleted.
14369         (gnus-registry-delete-extra-entry): Use it.
14370         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14371         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14372         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14373         storage through the gnus-registry, and provide an appropriate API for
14374         it.
14375
14376 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14379         Suggested by Leo <sdl.web@gmail.com>.
14380
14381         * gnus.el: Do.
14382
14383 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14386         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14387
14388         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14389
14390         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14391         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14392
14393 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14396         newline.
14397         (nnmbox-request-accept-article): Don't change article in source buffer;
14398         narrow to header to use message-fetch-field rather than
14399         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14400         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14401         as delimiters; make sure article ends with newline.
14402         (nnmbox-delete-mail): Correct last position of article to be deleted;
14403         ignore X-Gnus-Newsgroup header in article body.
14404         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14405         positions; make sure article ends with newline.
14406
14407         * message.el (message-display-abbrev): Don't infloop when a user
14408         inserts SPC in the beginning of header.
14409
14410         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14411         coding-system-for-read and coding-system-for-write for XEmacs having no
14412         file-coding feature.
14413
14414         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14415
14416 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14417
14418         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14419         list of groups not followed by default.  Fix type to be regexp.
14420         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14421
14422 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14423
14424         * hmac-def.el (define-hmac-function): Switch from old-style to
14425         new-style backquotes.
14426
14427         * md4.el (md4-make-step): Likewise.
14428
14429 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14432         raw-text coding system when saving .newsrc file, which may contain
14433         non-ASCII group names.
14434
14435 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * gnus-cus.el (gnus-score-extra): New widget.
14438         (gnus-score-extra-convert): New function.
14439         (gnus-score-customize): Use it for Extra.
14440
14441 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14442
14443         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14444         (mml2015-mailcrypt-clear-verify): Use it.
14445         (mml2015-gpg-clear-verify): Use it.
14446         (mml2015-pgg-clear-verify): Use it.
14447         (mml2015-epg-clear-verify): Replace the current part with the output
14448         from GnuPG; don't extract the plaintext by itself.
14449
14450         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14451         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14452         mml2015-clear-verify-function; don't touch the armor headers or
14453         dash-escaped text here.
14454
14455 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14458         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14459         parts, or application/octet-stream as a last resort.
14460         (gnus-mime-view-part-as-type): Don't toggle display.
14461         (gnus-mime-view-part-as-charset): Don't turn off display before
14462         querying charset.
14463
14464         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14465         stuff to undisplayer function in Emacs.
14466         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14467
14468         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14469         text/calendar parts.
14470
14471 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14474         decoding text/calendar parts.
14475
14476         * message.el (message-forward-make-body-mime): Always mark body as
14477         having no illegible text; remove signed-or-encrypted argument.
14478         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14479
14480         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14481         (mml-generate-mime-1): Don't encode body if it is specified to be in
14482         raw form; don't make buffer be unibyte when inserting multibyte string.
14483
14484 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14485
14486         * sha1.el: Fix up comment style.
14487         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14488         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14489
14490         * hex-util.el: Fix up comment style.
14491         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14492
14493         * gnus-salt.el: Use with-current-buffer.
14494         (gnus-pick-setup-message): Fix long-standing typo.
14495
14496 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * imap.el (imap-logout-timeout): New variable.
14499         (imap-logout, imap-logout-wait): New functions.
14500         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14501
14502         * nnimap.el (nnimap-logout-timeout): New server variable.
14503         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14504         nnimap-logout-timeout.
14505
14506         * gnus-art.el (gnus-article-summary-command-nosave)
14507         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14508
14509 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * gnus.el (gnus-maximum-newsgroup): New variable.
14512
14513         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14514         according to gnus-maximum-newsgroup.
14515
14516         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14517         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14518         Limit the range of articles according to gnus-maximum-newsgroup.
14519
14520 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14521
14522         * gnus-art.el (gnus-sticky-article): Fix problems described in
14523         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14524         Don't perform gnus-configure-windows here; reuse existing sticky
14525         article buffer.
14526
14527         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14528         it doesn't exist in gnus-article-mode.
14529
14530 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14533         (gnus-agent-decoded-group-name): New function.
14534         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14535         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14536
14537 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14538
14539         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14540         Add binding for gnus-sticky-article.
14541         (gnus-summary-exit): Don't kill sticky article buffers.
14542
14543         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14544         article buffer.
14545         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14546         (gnus-kill-sticky-article-buffers): New commands.
14547
14548 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * nntp.el (nntp-xref-number-is-evil): New server variable.
14551         (nntp-find-group-and-number): If it is non-nil, don't trust article
14552         numbers in the Xref header.
14553
14554 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * gnus-agent.el (gnus-agent-read-group): New function.
14557         (gnus-agent-flush-group, gnus-agent-expire-group)
14558         (gnus-agent-regenerate-group): Use it.
14559         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14560         nnmail-pathname-coding-system.
14561
14562 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14565
14566         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14567         that are unread as unread, and also as selected so that information of
14568         marks having been changed by a user may be updated when exiting group.
14569
14570 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14571
14572         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14573
14574 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14577         calculated ignoring signature parts to gnus-treat-article.
14578
14579 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14582         a point here in order to keep the window start.
14583         (gnus-insert-mime-security-button): Make a button overlay without the
14584         front stickiness.
14585         (gnus-mime-display-security): Goto the end of a button.
14586
14587         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14588
14589 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14592         group-name-at-point.
14593         (gnus-group-completing-read): New function that offers decoded
14594         non-ASCII group names for completion.
14595         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14596         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14597         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14598         (gnus-group-fetch-control): Use it.
14599         (gnus-fetch-group): Use group-name-at-point for the initial value
14600         rather than the default value; use gnus-alive-p.
14601
14602         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14603         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14604         (gnus-summary-post-news): Use gnus-group-completing-read.
14605
14606         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14607         (gnus-read-move-group-name): Decode group name for completion.
14608
14609 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14612         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14613         Yamaoka slightly modified the code).
14614
14615 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14618         (nnmail-split-incoming): Bind it.
14619
14620         * nnml.el (nnml-group-name-charset): New function.
14621         (nnml-decoded-group-name): Use it; don't decode group name if
14622         nnmail-group-names-not-encoded-p is non-nil.
14623         (nnml-encoded-group-name): New function.
14624         (nnml-group-pathname): Inline nnml-decoded-group-name.
14625         (nnml-request-expire-articles): Decode group name in message.
14626         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14627         nnmail-pathname-coding-system.
14628         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14629         not decoded ones according to nnmail-group-names-not-encoded-p.
14630         (nnml-generate-active-info): Use nnml-encoded-group-name.
14631
14632 2007-08-08  Glenn Morris  <rgm@gnu.org>
14633
14634         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14635         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14636         doc-strings and comments.
14637
14638 2007-07-25  Glenn Morris  <rgm@gnu.org>
14639
14640         * Relicense all FSF files to GPLv3 or later.
14641
14642 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * gnus-sum.el (gnus-summary-move-article):
14645         Make gnus-summary-respool-article work.
14646
14647 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14648
14649         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14650         string.
14651
14652 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14653
14654         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14655         that should be ignored when comparing distant RSS articles with local
14656         ones.
14657         (nnrss-make-hash-index): New function.  Create a hash index according
14658         to the ignored fields.
14659         (nnrss-check-group): Use it.
14660
14661 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14664
14665         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14666
14667         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14668         the new optional argument ENCODED is non-nil.
14669         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14670         coding system for encoding group name.
14671         (gnus-group-make-rss-group): Pass un-encoded group name to
14672         gnus-group-make-group.
14673         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14674         encoded.
14675
14676         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14677         Encode group name to which articles are moved or copied.
14678         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14679         coding system for encoding Newsgroup, Followup-To and Xref headers.
14680
14681         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14682         marks; use nnheader-file-coding-system to write a file.
14683         (nnagent-retrieve-headers): Bind file-name-coding-system to
14684         nnmail-pathname-coding-system.
14685
14686         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14687
14688         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14689         (nnml-request-article, nnml-request-create-group)
14690         (nnml-request-rename-group, nnml-find-id)
14691         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14692         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14693         (nnml-save-marks): Use nnml-group-pathname instead of
14694         nnmail-group-pathname.
14695
14696         (nnml-request-create-group, nnml-request-expire-articles)
14697         (nnml-request-move-article, nnml-request-delete-group)
14698         (nnml-deletable-article-p, nnml-possibly-create-directory)
14699         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14700         (nnml-open-marks): Bind file-name-coding-system to
14701         nnmail-pathname-coding-system.
14702
14703         (nnml-request-article): Pass server argument to nnml-find-group-number.
14704         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14705         Pass server argument to nnml-possibly-create-directory.
14706         (nnml-request-accept-article): Pass server argument to
14707         nnml-active-number and nnml-save-mail.
14708         (nnml-find-group-number): Pass server argument to nnml-find-id.
14709         (nnml-request-update-info): Pass server argument to
14710         nnml-marks-changed-p.
14711
14712         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14713         (nnml-save-mail, nnml-active-number): Add server argument.
14714
14715         (nnml-request-delete-group): Warn if group is missing.
14716         (nnml-get-nov-buffer): Decode group name.
14717         (nnml-generate-active-info): Encode group name.
14718         (nnml-open-marks): Decode group name in messages.
14719
14720 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14723         if it is not specified.
14724         (gnus-article-pipe-part, gnus-article-save-part)
14725         (gnus-article-interactively-view-part, gnus-article-copy-part)
14726         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14727         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14728         (gnus-article-replace-part, gnus-article-delete-part)
14729         (gnus-article-view-part-as-type): Pass raw prefix argument to
14730         gnus-article-part-wrapper.
14731
14732 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * gnus-agent.el (gnus-agent-save-active):
14735         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14736
14737         * gnus-cache.el (gnus-cache-save-buffers)
14738         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14739         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14740         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14741         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14742         (gnus-cache-generate-active, gnus-cache-rename-group)
14743         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14744         (gnus-cache-update-overview-total-fetched-for):
14745         Bind file-name-coding-system to nnmail-pathname-coding-system.
14746         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14747         New variables.
14748         (gnus-cache-decoded-group-name): New function.
14749         (gnus-cache-file-name): Use it.
14750         (gnus-cache-generate-active): Use non-decoded group name for active.
14751
14752         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14753         right place.
14754         (gnus-write-active-file): Don't break non-ASCII group names.
14755
14756         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14757         nnmail-pathname-coding-system.
14758
14759         * lpath.el: Bind default-file-name-coding-system,
14760         file-name-coding-system and language-info-alist for XEmacs.
14761
14762         * gnus-uu.el (gnus-uu-decode-save): Typo.
14763
14764 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14767
14768 2007-07-14  David Kastrup  <dak@gnu.org>
14769
14770         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14771         finishing actions if we did not edit the article.
14772
14773 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14776         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14777         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14778         (gnus-agent-flush-group, gnus-agent-flush-cache)
14779         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14780         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14781         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14782         (gnus-agent-regenerate-group)
14783         (gnus-agent-update-files-total-fetched-for)
14784         (gnus-agent-update-view-total-fetched-for):
14785         Bind file-name-coding-system to nnmail-pathname-coding-system.
14786         (gnus-agent-group-pathname): Don't encode file names by
14787         nnmail-pathname-coding-system.
14788         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14789         coding-system-for-write instead of buffer-file-coding-system to
14790         gnus-agent-file-coding-system.
14791
14792         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14793         Decode group name.
14794
14795         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14796
14797         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14798         (gnus-read-newsrc-el-file): Make group names unibyte.
14799
14800         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14801         nnmail-pathname-coding-system.
14802
14803         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14804         (nnrss-request-delete-group): Bind file-name-coding-system to
14805         nnmail-pathname-coding-system.
14806         (nnrss-read-server-data, nnrss-read-group-data):
14807         Bind file-name-coding-system correctly.
14808         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14809
14810         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14811         (nntp-server-to-method-cache): New variable.
14812         (nntp-group-pathname): New function that decodes non-ASCII group names.
14813         (nntp-possibly-create-directory, nntp-marks-changed-p)
14814         (nntp-save-marks, nntp-open-marks): Use it.
14815         (nntp-possibly-create-directory, nntp-open-marks):
14816         Bind file-name-coding-system to nnmail-pathname-coding-system.
14817         (nntp-open-marks): Decode group names when bootstrapping marks.
14818
14819         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14820         Newsgroups and Followup-To headers.
14821
14822 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14825         (gnus-server-closed-face, gnus-server-denied-face)
14826         (gnus-server-offline-face): Remove variable.
14827         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14828
14829         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14830         of modifying message-stack directly for XEmacs.
14831
14832         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14833         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14834         if the coding-system argument is nil for XEmacs.
14835
14836         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14837         mm-charset-override-alist.
14838
14839         * rfc2047.el: Don't require base64; require rfc2045 for the function
14840         rfc2045-encode-string.
14841         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14842         to quote the parameter value.
14843
14844 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14847         form in gnus-group-name-charset-method-alist.
14848
14849         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14850         overrides the default layout edit-form.
14851
14852         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14853
14854         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14855
14856 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14859         as unfetched articles.
14860
14861 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14864
14865 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14868         original back end that keeps marks in the local system.
14869
14870 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14873         arg of pop-to-buffer for XEmacs.
14874         (gnus-article-read-summary-keys): Ditto; don't restore window
14875         configuration if summary command ends up with neither article buffer
14876         nor summary buffer; describe bindings if summary keys end with C-h.
14877
14878 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * message.el (message-fix-before-sending): Skip raw message part to be
14881         forwarded while checking illegible text.
14882         (message-forward-make-body-mime, message-forward-make-body):
14883         Mark signed or encrypted raw message as having no illegible text.
14884
14885 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14888         (gnus-message-with-timestamp-1): New macro.
14889         (gnus-message-with-timestamp): New function.
14890         (gnus-message): Use them.
14891
14892         * nnheader.el (nnheader-message): Use them.
14893
14894 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14895
14896         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14897         .newsrc.eld file.
14898
14899 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * gnus-agent.el (gnus-agent-fetch-headers)
14902         (gnus-agent-retrieve-headers):
14903         Bind gnus-decode-encoded-address-function to identity.
14904
14905         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14906         available also when the server returns simply a dot.
14907
14908         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14909
14910 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14913
14914 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * gnus-ems.el (gnus-x-splash): Make it work.
14917
14918         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14919         from being used.
14920
14921         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14922
14923 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14926         4th and the 5th arguments.
14927
14928         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14929         the front stickiness.
14930         (gnus-article-summary-command-nosave): Correct the order of the
14931         arguments passed to pop-to-buffer.
14932         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14933         summary command ends up with the article buffer.
14934
14935         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14936         the same faces.
14937
14938 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14939
14940         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14941
14942 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14943
14944         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14945         * gnus-sum.el (gnus-summary-highlight):
14946         * pgg.el (pgg-sign-region, pgg-sign):
14947         * mail-source.el (mail-source-delete-old-incoming-confirm):
14948         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14949
14950 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-art.el (gnus-mime-view-part-externally)
14953         (gnus-mime-view-part-internally): Fix predicate function passed to
14954         completing-read.
14955
14956         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14957
14958         * gnus.el (gnus-update-message-archive-method): Add :version.
14959
14960 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus.el (gnus-update-message-archive-method): New variable.
14963
14964         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14965         according to gnus-message-archive-method if
14966         gnus-update-message-archive-method is non-nil.
14967
14968 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14971         Suggested by Loic Dachary <loic@dachary.org>.
14972         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14973
14974 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * message.el (message-pop-to-buffer): Add switch-function argument.
14977         (message-mail): Pass switch-function argument to it.
14978
14979 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14982         Improve doc string.
14983
14984 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14987         (gnus-header-content):
14988         * gnus-cite.el (gnus-cite-10):
14989         * gnus-srvr.el (gnus-server-closed):
14990         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14991         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14992         (gnus-group-mail-3-empty, gnus-group-mail-low)
14993         (gnus-group-mail-low-empty, gnus-splash):
14994         * message.el (message-header-to, message-header-cc)
14995         (message-header-subject, message-header-other, message-header-name)
14996         (message-header-xheader, message-separator, message-cited-text)
14997         (message-mml): Lighten colors of faces used for dark background.
14998
14999 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15000
15001         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15002         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15003
15004 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * message.el (message-narrow-to-headers-or-head):
15007         Ignore mail-header-separator in the body.
15008
15009 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15012         same as window size.
15013
15014 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15015
15016         * message.el (message-font-lock-keywords): Use message-header-xheader
15017         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15018         ahead of the anything pattern, to get it recognized.
15019
15020 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15023         spam.el loads uses it in the compiled defadvice form.
15024
15025 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15026
15027         * gnus-sum.el (gnus-articles-to-read)
15028         (gnus-summary-insert-old-articles): Don't truncate group name for
15029         `read-string'.
15030
15031         * gnus-util.el (gnus-limit-string): Delete this function.
15032
15033         * gnus-sum.el (gnus-simplify-subject-fully):
15034         Use `truncate-string-to-width' instead.
15035
15036 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15037
15038         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15039         Tell if, on summary exit, the next group has to be selected.
15040         (gnus-summary-exit): Use it.
15041
15042 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15043
15044         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15045         non-break space.
15046
15047 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15050         Check if group is not a directory.
15051         (nnfolder-request-expire-articles): Don't delete articles if the target
15052         group is not available.
15053
15054         * nnml.el (nnml-request-create-group): Properly check if group is not a
15055         file.
15056         (nnml-request-expire-articles): Don't delete articles if the target
15057         group is not available.
15058
15059         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15060         Don't quote characters that are within parentheses.
15061
15062 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15065         (gnus-handle-ephemeral-exit): Select article according to it.
15066
15067 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15068
15069         * message.el (message-insert-formated-citation-line): Remove newline.
15070         (message-citation-line-format): Add final \n here so that the user can
15071         avoid a blank line.
15072
15073 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15074
15075         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15076         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15077         Update lanl/arXiv support.
15078
15079 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15080
15081         * gnus.el: Bump version number.
15082
15083 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15084
15085         * gnus.el (gnus-version-number): Bump version.
15086
15087 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15088
15089         * gnus.el: No Gnus v0.6 is released.
15090
15091 2007-04-27  Didier Verna  <didier@xemacs.org>
15092
15093         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15094         * gmm-utils.el (gmm-regexp-concat): ... here.
15095         * message.el: Don't require 'gnus-util.
15096         (message-dont-reply-to-names): Handle name change above.
15097         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15098
15099 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15102         since the initial value varies according to the system.
15103
15104 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15107
15108 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15109
15110         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15111
15112 2007-04-24  Didier Verna  <didier@xemacs.org>
15113
15114         Improve the type of gnus-ignored-from-addresses.
15115         * gnus-util.el (gnus-orify-regexp): New function.
15116         * message.el (gnus-util): Require it.
15117         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15118         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15119         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15120
15121 2007-04-24  Didier Verna  <didier@xemacs.org>
15122
15123         * gnus-sum.el:
15124         * gnus-utils.el: Fix some trailing whitespaces.
15125
15126 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15129         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15130         article's Message-ID; refer parent article in summary buffer.
15131
15132         * message.el (message-bounce): Call mime-to-mml.
15133
15134         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15135         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15136         optimize and/or forms properly.
15137
15138 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15141         URL.
15142
15143 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15146
15147 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15150         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15151         displayed of multipart/alternative part if it is invoked from summary
15152         buffer.
15153
15154         * mm-view.el (mm-inline-text-html-render-with-w3m)
15155         (mm-inline-text-html-render-with-w3m-standalone)
15156         (mm-inline-render-with-function): Use mail-parse-charset by default.
15157
15158 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15159
15160         * parse-time.el (parse-time-string-chars): Check if CHAR
15161         is less than the length of parse-time-syntax.
15162
15163 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15166         from gnus-newsgroup-processable.
15167
15168 2007-04-16  Didier Verna  <didier@xemacs.org>
15169
15170         * gnus-msg.el (gnus-configure-posting-styles):
15171         Handle message-signature-directory properly with :file syntax.
15172         Reported by "Leo".
15173
15174 2007-04-11  Didier Verna  <didier@xemacs.org>
15175
15176         New user option: message-signature-directory.
15177         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15178         * message.el (message-insert-signature): Ditto.
15179         * message.el (message-signature-file): Doc update.
15180         * message.el (message-signature-directory): New.
15181
15182 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * gnus-msg.el (gnus-inews-yank-articles):
15185         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15186
15187 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * message.el (message-yank-original): Make sure cited text ends with
15190         newline; don't exchange point and mark.
15191
15192 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15193
15194         * tls.el (open-tls-stream): Properly handle case where there
15195         is no associated buffer.
15196
15197 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15198
15199         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15200         message-yank-original, make sure (< mark TEXT point).
15201
15202 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * message.el (message-fill-column): New variable.
15205         (message-mode): Use it.  Add comment on a possible new hook.
15206
15207         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15208         (nnmail-get-new-mail): Reformat.
15209
15210         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15211
15212         * gmm-utils.el: Fix Commentary.
15213         (gmm-tool-bar-from-list): Fix typo in doc string.
15214
15215 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15216
15217         * message.el (message-yank-original): Don't switch point and mark
15218         unnecessarily to put point and mark as documented.
15219
15220 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15221
15222         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15223         from the message heads.
15224
15225 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15226
15227         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15228         article buffer does not have a window.  This may not be the best
15229         solution but is certainly better than setting the start of the null,
15230         that is the current, window.
15231
15232 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15233
15234         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15235         (gnus-draft-setup): Run it.
15236
15237         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15238         gnus-score-fast-scoring.  Allow regexp.
15239         (gnus-score-headers): Use it.
15240
15241         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15242         XEmacs.
15243
15244         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15245         string.
15246         (gnus-button-alist): Also catch `<f1> k ...'.
15247         (gnus-treat-display-x-face): Fix doc string.
15248
15249 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15250
15251         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15252         evaluation of gnus-extended-version to ensure correct generation of the
15253         User-Agent header when message-generate-headers-first is used.
15254
15255 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15256
15257         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15258         hashcash-path is nil.  Don't call callback with incorrect number of
15259         parameters if val is 0.
15260
15261 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15262
15263         * message.el (message-required-news-headers):
15264         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15265
15266 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15267
15268         * tls.el (open-tls-stream): In handshake-waiting loop,
15269         don't wait more if there is output available to process.
15270
15271 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15272
15273         * tls.el (tls-program): Doc fix.
15274
15275 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * message.el (message-generate-new-buffers): Change the meaning of the
15278         nil value; add `standard' to the choices; treat t as `unique'; improve
15279         doc string.
15280         (gnus-select-frame-set-input-focus): Autoload.
15281         (message-buffer-name): Search for the existing message buffer if
15282         message-generate-new-buffers is nil or `standard'; treat the value t of
15283         message-generate-new-buffers as `unique'.
15284         (message-pop-to-buffer): Raise the frame already displaying the message
15285         buffer; clear the echo area after querying.
15286         (message-setup): Pass the `continue' argument to compose-mail.
15287         (message-mail): Prefer `switch-function' if it is given; search for the
15288         existing message buffer if the `continue' argument is non-nil; pass
15289         continue and switch-function arguments to compose-mail by way of
15290         message-setup.
15291         (message-mail-other-window): Adjust argument of message-setup.
15292         (message-mail-other-frame): Ditto.
15293
15294 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15297         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15298         to turn font-lock on when turning gnus-message-citation-mode on.
15299
15300 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15301
15302         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15303         (mml-smime-function-alist): New variable; add epg as the backend.
15304         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15305         mml-smime- functions instead.
15306         * mm-view.el: Require smime.
15307
15308 2007-03-05  Didier Verna  <didier@xemacs.org>
15309
15310         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15311         instead of just inheritance for posting styles.
15312         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15313
15314 2007-02-24  Chris Moore  <dooglus@gmail.com>
15315
15316         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15317         * pgg-pgp.el (pgg-pgp-encrypt-region):
15318         * pgg-gpg.el (pgg-gpg-encrypt-region):
15319         Check pgg-encrypt-for-me if no other recipients.
15320
15321 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15322
15323         * tls.el (tls-certtool-program): Fix custom type.
15324
15325 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15328         and point-at-eol instead of line-(beginning|end)-position.
15329
15330         * assistant.el (assistant-parse-buffer): Ditto.
15331
15332         * netrc.el (netrc-parse-services): Ditto.
15333
15334 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15335
15336         * mml2015.el (mml2015-epg-find-usable-key): New function.
15337         (mml2015-epg-sign): Use it.
15338         (mml2015-epg-encrypt): Use it.
15339
15340 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * message.el (message-make-in-reply-to): Quote name containing
15343         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15344         if there are special characters.  Reported by NAKAJI Hiroyuki
15345         <nakaji@jp.freebsd.org>.
15346
15347 2007-02-27  Didier Verna  <didier@xemacs.org>
15348
15349         Include the group parameters as well as the topic ones in the
15350         inheritance filter process.
15351         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15352         argument GROUP-PARAMS-LIST.
15353         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15354
15355 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * nntp.el (nntp-never-echoes-commands)
15358         (nntp-open-connection-functions-never-echo-commands): New variables.
15359         (nntp-send-command): Use them.
15360
15361 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15362
15363         * mml2015.el (mml2015-epg-verify): Simplify.
15364
15365 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * mml.el (mml-content-disposition-alist): New user option.
15368         (mml-content-disposition): New function.
15369         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15370         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15371
15372 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15373
15374         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15375         verification.
15376
15377 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15378
15379         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15380         articles posted in the last 24 hours.
15381
15382 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15383
15384         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15385
15386 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15387
15388         * nntp.el (nntp-send-command): Don't wait for echoes when
15389         nntp-open-ssl-stream is used.
15390
15391 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15394         (gnus-message-add-citation-keywords)
15395         (gnus-message-remove-citation-keywords): Remove.
15396         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15397         directly, make the variables in font-lock-defaults buffer-local, add
15398         gnus-message-citation-keywords to them and then update the value of
15399         font-lock-keywords.
15400
15401 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * message.el (message-cite-original-1): Don't call
15404         gnus-article-highlight-citation.
15405
15406         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15407         citations; fix line count.
15408
15409 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15412         (gnus-message-add-citation-keywords)
15413         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15414         versions of font-lock-add-keywords and font-lock-remove-keywords to
15415         work with XEmacs correctly.
15416
15417 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-cite.el (gnus-cite-face-list): Set the values of
15420         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15421         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15422         (gnus-message-cite-prefix-regexp): New variable.
15423         (gnus-message-search-citation-line): Use it; protect against long
15424         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15425         the 0th match data for Emacs.
15426         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15427         (gnus-message-add-citation-keywords): Append keywords rather than
15428         prepending; emulate font-lock-add-keywords if it is not available.
15429         (gnus-message-remove-citation-keywords):
15430         Emulate font-lock-remove-keywords if it is not available.
15431
15432         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15433
15434         * message.el (message-cite-prefix-regexp): Set the value of
15435         gnus-message-cite-prefix-regexp.
15436
15437 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15438
15439         * nnweb.el (nnweb-google-parse-1): Update parser.
15440
15441 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15442
15443         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15444
15445 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15446
15447         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15448         regexp.
15449
15450 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15453         string-to-multibyte.
15454         (uudecode-decode-region-internal): Use it.
15455
15456         * lpath.el: Fbind string-as-multibyte for XEmacs.
15457
15458 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15461         Fix custom choice.
15462
15463         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15464
15465 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15466
15467         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15468
15469         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15470         `write-region' to respect `mm-inhibit-file-name-handlers'.
15471
15472 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15473
15474         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15475         Use gnus-home-directory instead of "~/" or "$HOME".
15476
15477 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15478
15479         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15480         to mention filename.
15481         Add comments at beginning regarding usage.
15482         (encrypt-write-file-contents): Change interactive so a string is
15483         acceptable.  If the file has no associated model, show an error instead
15484         of a nonsense prompt.
15485
15486 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15487
15488         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15489         Thanks to Yoshihiko Yamada for kind notification of this typo.
15490
15491 2007-01-12  Kenichi Handa  <handa@m17n.org>
15492
15493         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15494         multibyte buffer.
15495
15496 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15497
15498         * gnus-score.el (gnus-score-fast-scoring): New variable.
15499         (gnus-score-headers): Use it.
15500
15501         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15502
15503         * message.el (message-cite-original-1):
15504         Call gnus-article-highlight-citation if requested.
15505         (message-make-from): Allow name and address as optional arguments.
15506
15507         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15508
15509         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15510         bugs to doc string.
15511         (gnus-button-alist): Add mid\\|message-id.
15512         (gnus-button-fetch-group): Extend for use in
15513         `browse-url-browser-function'.
15514         (gnus-button-url-regexp): Try to catch paired parentheses like in
15515         Wikipedia URLs.
15516
15517         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15518         Suggested by Simon Krahnke <overlord@gmx.li>.
15519
15520 2007-01-13  Romain Francoise  <romain@orebokech.com>
15521
15522         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15523         Update copyright.
15524
15525 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15526
15527         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15528
15529 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15530
15531         * gnus-registry.el (gnus-registry-unfollowed-groups)
15532         (gnus-registry-split-fancy-with-parent): Fix documentation.
15533
15534 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15535
15536         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15537         from nnweb groups.
15538
15539 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15540
15541         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15542         Xref urls.  Erase buffer before requesting head.
15543
15544         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15545
15546 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15547
15548         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15549         customizable.
15550
15551 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15552
15553         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15554         no signing key is found.
15555         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15556         no encrypting and/or signing key is found.
15557
15558 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15561
15562 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15563
15564         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15565         headers read from disk with the ones newly found in the current search.
15566         This should no longer cause problems, because the article numbers in
15567         Gmane's `nov.php' output are ignored since the previous change.
15568
15569 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15570
15571         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15572
15573 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15576         replace-regexp-in-string; bind url-version; fbind display-images-p and
15577         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15578         find-face and set-itimer-function for Emacs; bind itimer-list for
15579         Emacs.
15580
15581         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15582
15583 2007-01-01  Romain Francoise  <romain@orebokech.com>
15584
15585         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15586
15587 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15588
15589         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15590         `define-minor-mode' macro definition expanded properly.
15591         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15592         exclude it there.
15593
15594         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15595         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15596         `fboundp' test.
15597         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15598         This is OK to autoload in (S)XEmacs now.
15599
15600 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15601
15602         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15603         keystroke.
15604         (gnus-summary-limit-to-singletons): Fix typo.
15605
15606         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15607         else fails.
15608
15609 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15610
15611         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15612         docstring.
15613
15614         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15615         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15616         (gnus-summary-insert-dormant-articles): Fix typo in message.
15617
15618 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15619
15620         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15621         nil for XEmacs.
15622         (gnus-message-citation-mode): Don't autoload in XEmacs.
15623
15624         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15625
15626 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15627
15628         * nnimap.el (nnimap-expunge-search-string):
15629         Mention nnimap-search-uids-not-since-is-evil in docstring.
15630
15631 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15632
15633         * spam.el: Revert to make-obsolete-variable because
15634         define-obsolete-variable-alias is not supported in Emacs 21.
15635
15636         * spam.el (spam-ifile-path, spam-ifile-database-path)
15637         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15638         make-obsolete-variable.
15639         (spam-bsfilter-path, spam-bsfilter-program)
15640         (spam-spamassassin-path, spam-spamassassin-program)
15641         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15642         Don't use "path" inappropriately.
15643         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15644         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15645         variable names.
15646
15647 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15648
15649         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15650         summary buffer.
15651
15652         * password.el (password-cache-remove): Use clear-string to burn
15653         password, if available.
15654
15655 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15658
15659         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15660
15661         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15662         (gnus-message-highlight-citation): Move defcustom here from
15663         gnus-cite.el.
15664         (gnus-message-citation-mode): Autoload.
15665
15666         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15667         checks to make it compile with XEmacs.
15668         (gnus-message-citation-mode): New minor mode.
15669         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15670         (gnus-message-highlight-citation): New variables.
15671         (gnus-message-search-citation-line)
15672         (gnus-message-add-citation-keywords)
15673         (gnus-message-remove-citation-keywords)
15674         (turn-on-gnus-message-citation-mode)
15675         (turn-off-gnus-message-citation-mode): New functions.
15676
15677 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15678
15679         * gnus-cite.el: Enable highlighting of different citation levels in
15680         message-mode.
15681
15682 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15683
15684         * message.el (message-make-fqdn): Fix comment.
15685         (message-bogus-system-names): Add ".local".
15686
15687         * spam.el (spam-ifile-path, spam-ifile-program)
15688         (spam-ifile-database-path, spam-ifile-database)
15689         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15690         Don't use "path" inappropriately.
15691         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15692         strings.
15693         (spam-check-ifile, spam-ifile-register-with-ifile)
15694         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15695         Use new variable names.
15696
15697         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15698         (gnus-treat-display-smileys): Simplify using
15699         gnus-image-type-available-p.
15700
15701         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15702         available.
15703
15704         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15705         Use `display-images-p' if available.
15706
15707 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15710         one after turning on the buffer's multibyteness instead of decoding
15711         them directly in the unibyte buffer that causes unexpected conversion
15712         in Emacs 23 (unicode).
15713
15714 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15715
15716         * message.el (message-generate-hashcash): Fix custom type.
15717
15718 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15721
15722 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15723
15724         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15725         disconnect icons.  Add help text.
15726
15727 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15728
15729         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15730         negated to be consistent with the others we handle.
15731
15732 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15733
15734         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15735         version of gnus-summary-buffer to something, so that we can use two
15736         article buffers at the same time.
15737
15738 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15739
15740         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15741         trigger all the extra headers.
15742         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15743         sorting.
15744
15745 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15746
15747         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15748         solid groups.
15749
15750 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15751
15752         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15753
15754 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15755
15756         * legacy-gnus-agent.el: Add Copyright notice.
15757
15758 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15759
15760         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15761
15762 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15763
15764         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15765
15766         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15767         to make it work reliably in CVS Emacs.
15768         (gnus-summary-limit-strange-charsets-predicate)
15769         (gnus-summary-limit-to-predicate): New functions.
15770
15771 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15772
15773         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15774         specifying array size.
15775         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15776         array if it is too small.
15777         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15778         (gnus-sort-threads-loop): New function.
15779
15780 2006-12-06  Chris Moore  <dooglus@gmail.com>
15781
15782         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15783         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15784
15785 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15786
15787         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15788         options.
15789
15790 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15791
15792         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15793         DOS-ing the recipient.
15794
15795         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15796         the headers when creating the mapping to avoid mismappings.
15797         (nnweb-gmane-create-mapping): Always nix out old mapping.
15798
15799 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15802         and mm-verify-option to never.
15803
15804 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * message.el (message-signed-or-encrypted-p): New function.
15807         (message-forward-make-body): Use it.
15808
15809         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15810         Replace encode-coding-string with mm-encode-coding-string.
15811
15812 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * nneething.el (nneething-decode-file-name):
15815         Replace decode-coding-string with mm-decode-coding-string.
15816
15817         * gnus-int.el (gnus-open-server): Say failed server's name.
15818
15819 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15820
15821         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15822         strings to a single string.  Quote `errors-file-name'.
15823         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15824         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15825         Adjust calls.  Use `shell-quote-argument'.
15826
15827 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15828
15829         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15830         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15831
15832         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15833         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15834         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15835         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15836         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15837         (gnus-subscribe-newsgroup, gnus-1):
15838         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15839         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15840         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15841         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15842
15843 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15844
15845         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15846         keystroke.
15847         (gnus-summary-limit-to-bodies): Implement headersp.
15848
15849 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15850
15851         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15852
15853 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15856
15857 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15858
15859         * message.el (message-generate-hashcash): Expand range of values to
15860         include `opportunistic'.
15861         (message-send-mail): Use it.
15862
15863 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15864
15865         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15866         and comment it.
15867
15868         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15869
15870 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15871
15872         * gnus-util.el (gnus-extract-address-components): Improve comment.
15873
15874 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-util.el (gnus-extract-address-components): Work with address in
15877         which the name portion contains @.
15878
15879         * lpath.el: Fbind custom-autoload.
15880
15881 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15882
15883         * gnus.el (gnus-start): Move custom group up.
15884         (gnus-select-method): Don't autoload, but make it available for
15885         `customize-variable'.
15886         (gnus-getenv-nntpserver): Don't autoload.
15887
15888 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15889
15890         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15891
15892 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * message.el (message-sendmail-extra-arguments): New variable.
15895         (message-send-mail-with-sendmail): Use it.
15896
15897 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15900         mm-with-unibyte-current-buffer to make string unibyte.
15901
15902         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15903         mm-string-as-multibyte.
15904
15905 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15906
15907         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15908         Reported by Werner Koch <wk@gnupg.org>.
15909
15910 2006-11-14  Daiki Ueno  <ueno@p360>
15911
15912         * mml2015.el: Autoload epa-select-keys when compiling.
15913
15914 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15915
15916         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15917         message-options.
15918         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15919
15920 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15921
15922         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15923         EasyPG (< 0.0.6).
15924         (mml2015-always-trust): New user option.
15925         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15926         prompt.
15927
15928 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * nntp.el (nntp-authinfo-force): New variable.
15931         (nntp-send-authinfo): Use it.
15932
15933 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15936         decode encoded words.  Improve prompt.  Add comment about forwarding.
15937         (message-replacement-char): Move up.
15938
15939 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15940
15941         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15942         instead of gnus-intersection because arguments of gnus-sorted-nunion
15943         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15944
15945 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15946
15947         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15948         (message-simplify-subject-functions):
15949         Enable message-strip-subject-encoded-words by default.
15950
15951 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15952
15953         * message.el (message-strip-subject-encoded-words): New function.
15954         (message-simplify-subject-functions): New variable.
15955         (message-simplify-subject): Use it.  Fix typo in doc string.
15956         Support message-strip-subject-encoded-words.
15957
15958 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15959
15960         * gnus-diary.el (gnus-diary-delay-format-function):
15961         * nndiary.el (nndiary-reminders):
15962         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15963
15964 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15965
15966         * gnus-art.el (article-hide-boring-headers): Fetch date from
15967         gnus-original-article-buffer to avoid problems with localized date
15968         strings.
15969
15970 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15973
15974 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15975
15976         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15977         New variables.
15978         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15979         (mm-charset-synonym-alist): Move some entries to
15980         mm-codepage-iso-8859-list.
15981         (mm-charset-synonym-alist, mm-charset-override-alist):
15982         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15983
15984 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15987
15988 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15989
15990         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15991         with Emacs 21 and XEmacs.
15992
15993 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15994
15995         * spam.el (spam-parse-address): New function for better parsing,
15996         catching errors, etc.
15997         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15998
15999 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16000
16001         * mm-view.el: Add interactive arg to html2text autoload.
16002
16003 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16006
16007 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16008
16009         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16010         New variables.
16011         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16012         (mm-charset-synonym-alist): Move some entries to
16013         mm-codepage-iso-8859-list.
16014
16015         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16016
16017 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16018
16019         * message.el (message-citation-line-format)
16020         (message-insert-formated-citation-line): Fix implementation of %E, %N
16021         and %n according to the doc string.
16022
16023 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16024
16025         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16026         Use car-safe to avoid bad parses.
16027
16028 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16031         names.
16032
16033         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16034
16035 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16038         header.
16039
16040         * message.el (message-draft-headers): Add Date.
16041         (message-headers-to-generate): Fix typo in docstring.
16042
16043         * nndraft.el (nndraft-required-headers): New variable.
16044         (nndraft-generate-headers): Use it.
16045
16046         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16047
16048 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16049
16050         * gnus-registry.el (gnus-registry-wash-for-keywords)
16051         (gnus-registry-find-keywords): New functions to allow easy searching of
16052         articles that are in the registry.
16053
16054 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16055
16056         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16057         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16058         Reported by Damien Elmes <damien@repose.cx>.
16059
16060 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16061
16062         * gnus.el (gnus-mime): Remove unused custom group.
16063
16064 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16065
16066         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16067         "blank line" when searching for end of armor headers.
16068
16069 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * gmm-utils.el (gmm-write-region): Fix variable name.
16072
16073 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16074
16075         * gmm-utils.el (gmm-write-region): New function based on compatibility
16076         code from `mm-make-temp-file'.
16077
16078         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16079
16080         * nnmaildir.el (nnmaildir--update-nov)
16081         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16082         Use `gmm-write-region'.
16083
16084 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16085
16086         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16087         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16088
16089         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16090
16091         * message.el (message-replacement-char): New variable.
16092         (message-fix-before-sending): Use it.
16093         (message-simplify-subject): New function to remove duplicate code.
16094         (message-reply, message-followup): Use it.
16095
16096         * gnus-sum.el (gnus-summary-make-menu-bar):
16097         Clarify gnus-summary-limit-to-articles.
16098
16099 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * gnus-util.el (gnus-with-local-quit): New macro.
16102
16103         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16104
16105 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16106
16107         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16108         ignore non-string data.
16109
16110 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16111
16112         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16113         non-string data (needs to be done in the registry too).
16114
16115 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16116
16117         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16118         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16119         (gnus-registry-split-fancy-with-parent)
16120         (gnus-registry-fetch-simplified-message-subject-fast)
16121         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16122         Remove text properties on ingress into the registry and when it's saved.
16123         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16124         registry from entries with no groups.
16125
16126 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16127
16128         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16129         function to remove string properties.
16130
16131 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16132
16133         * gmm-utils.el (gmm): Adjust custom version.
16134
16135         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16136         Adjust custom version.
16137
16138         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16139
16140 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * gnus-art.el (gnus-insert-prev-page-button)
16143         (gnus-insert-next-page-button): Simplify.  Reformat.
16144
16145 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16146
16147         * gnus-art.el (gnus-insert-prev-page-button)
16148         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16149
16150 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16151
16152         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16153
16154 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16155
16156         * gnus-art.el (gnus-insert-mime-button)
16157         (gnus-insert-mime-security-button):
16158         Apply gnus-article-button-face to MIME and security buttons.
16159
16160 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16161
16162         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16163         readable.
16164
16165 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16168
16169 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16170
16171         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16172         `browse-url-of-file' instead of `browse-url'.
16173
16174 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16175
16176         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16177         regexp.  Articles containing quotation were cut prematurely.
16178
16179 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * message.el (message-cite-original-1): Use nobody by default for the
16182         value of From header.
16183         (message-reply): Ditto.
16184
16185 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16186
16187         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16188         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16189         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16190
16191 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16192
16193         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16194         mails in the doc string.  Add some URLs in comment.
16195         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16196
16197 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16198
16199         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16200         backslashes handling and the way to find boundaries of quoted strings.
16201
16202 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16203
16204         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16205         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16206         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16207         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16208
16209 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16210
16211         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16212         doc string.
16213         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16214
16215 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * lpath.el: Fbind epg-check-configuration.
16218
16219 2006-09-06  Simon Josefsson  <jas@extundo.com>
16220
16221         * mml2015.el (mml2015-use): Doc fix, mention epg.
16222
16223 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16224
16225         * mml2015.el (mml2015-use): Default to epg, if available.
16226
16227 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16228
16229         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16230         message-sender.
16231         (mml1991-epg-encrypt): Ditto.
16232         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16233         message-sender.
16234         (mml2015-epg-encrypt): Ditto.
16235
16236 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16237
16238         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16239         several common directories.
16240
16241 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16242
16243         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16244         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16245
16246 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * gnus-art.el (article-decode-encoded-words): Make it fast.
16249
16250 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16253
16254         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16255         in quoted string into `\'.
16256
16257 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16258
16259         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16260         Use standard-syntax-table.
16261
16262 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * gnus-art.el (gnus-decode-address-function): New variable.
16265         (article-decode-encoded-words): Use it to decode headers which are
16266         assumed to contain addresses.
16267         (gnus-mime-delete-part): Remove useless `or'.
16268
16269         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16270         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16271         (gnus-nov-parse-line): Use it to decode From header.
16272         (gnus-get-newsgroup-headers): Ditto.
16273         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16274
16275         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16276         (mail-decode-encoded-address-string): New alias.
16277
16278         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16279         New function.
16280         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16281         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16282         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16283         (rfc2047-decode-string): Ditto.
16284         (rfc2047-decode-address-region): New function.
16285         (rfc2047-decode-address-string): New function.
16286
16287 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16288
16289         * message.el (message-caesar-buffer-body): Allow rotating headers.
16290
16291         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16292
16293         * message.el (message-insert-formated-citation-line): Fix %f.
16294         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16295
16296 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16299         (gnus-bookmark-mouse-available-p): New macro.
16300         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16301         (gnus-bookmark-bmenu-show-infos): Use it.
16302         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16303         (gnus-bookmark-bmenu-hide-infos): Ditto.
16304         (gnus-bookmark-remove-properties): New function.
16305         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16306         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16307         (gnus-bookmark-write-file): Bind coding-system-for-write.
16308         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16309         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16310         group before selecting it.
16311         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16312         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16313         quit-window if it is not available; use gnus-mouse-2 and bind it to
16314         gnus-bookmark-bmenu-select-by-mouse.
16315         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16316         (gnus-bookmark-bmenu-select-by-mouse): New function.
16317
16318 2006-08-13  Romain Francoise  <romain@orebokech.com>
16319
16320         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16321         space.
16322
16323 2006-08-10  Romain Francoise  <romain@orebokech.com>
16324
16325         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16326         (dns-mode-soa-auto-increment-serial): New user option.
16327         (dns-mode-soa-maybe-increment-serial): New function.
16328         (dns-mode): Add the latter to `write-contents-functions'.
16329
16330 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * compface.el (uncompface): Use binary rather than raw-text-unix.
16333
16334 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * compface.el (uncompface): Make sure the eol conversion doesn't take
16337         place when communicating with the external programs.
16338         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16339
16340 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16343
16344 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16345
16346         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16347         Make it more robust by parsing author and date independently.
16348
16349 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16352
16353 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16354
16355         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16356         first matching secret key.
16357         (mml2015-epg-encrypt): Ditto.
16358
16359         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16360         first matching secret key.
16361         (mml1991-epg-encrypt): Ditto.
16362
16363         * mml2015.el (mml2015-encrypt-to-self): New user option.
16364         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16365         mml2015-epg-encrypt-to-self is set.
16366
16367         * mml1991.el (mml1991-encrypt-to-self): New variable.
16368         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16369         mml1991-epg-encrypt-to-self is set.
16370
16371         * mml2015.el (mml2015-signers): New user option.
16372         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16373         (mml2015-epg-encrypt): Allow to select signing keys.
16374
16375         * mml1991.el (mml1991-signers): New variable.
16376         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16377         (mml1991-epg-encrypt): Allow to select signing keys.
16378
16379 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * nnheader.el (nnheader-insert-head): Make it work even if the file
16382         uses CRLF for the line-break code.
16383
16384 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16385
16386         * mml2015.el: Require mml-sec instead of password.
16387         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16388         (mml2015-cache-passphrase): Inherit the default value from
16389         mml-secure-cache-passphrase.
16390         (mml2015-passphrase-cache-expiry): Inherit the default value from
16391         mml-secure-passphrase-cache-expiry.
16392
16393         * mml1991.el: Require mml-sec instead of password.
16394         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16395         (mml1991-cache-passphrase): Inherit the default value from
16396         mml-secure-cache-passphrase.
16397         (mml1991-passphrase-cache-expiry): Inherit the default value from
16398         mml-secure-passphrase-cache-expiry.
16399
16400         * mml-sec.el: Require password.
16401         (mml-secure-verbose): New user option.
16402         (mml-secure-cache-passphrase): New user option.
16403         (mml-secure-passphrase-cache-expiry): New user option.
16404
16405 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16406             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16407
16408         * pgg-def.el (pgg-truncate-key-identifier):
16409         Truncate the key ID to 8 letters from the end.
16410
16411 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16412
16413         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16414         workaround for the url package included with Emacs.
16415
16416         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16417
16418 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16421         correctly.  This fixes a bug caused by the 2006-05-12 change.
16422
16423 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16424
16425         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16426         some information about the error when saying that the `bogus' mail
16427         group will be used.
16428
16429 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16430
16431         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16432         string.
16433
16434 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16435
16436         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16437
16438 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16439
16440         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16441
16442 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16443
16444         * mml1991.el (mml1991-function-alist): Add epg.
16445         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16446         (mml1991-epg-encrypt): New functions.
16447
16448 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16449
16450         * mml2015.el (mml2015-verbose): New variable.
16451         (mml2015-cache-passphrase): Ditto.
16452         (mml2015-passphrase-cache-expiry): Ditto.
16453         (mml2015-function-alist): Add epg.
16454         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16455         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16456         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16457         New functions.
16458
16459 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16460
16461         * message.el (message-cite-original-1): Preserve region when removing
16462         quoted text due to X-No-Archive in order to avoid bogus attribution
16463         when citing multiple messages.
16464
16465 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16466
16467         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16468         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16469
16470 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16471
16472         * gnus-diary.el (gnus-user-format-function-d)
16473         (gnus-user-format-function-D): Autoload.
16474
16475         * imap.el (Commentary): Fix typo.
16476
16477         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16478         2006-04-22 contribution.
16479
16480 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16481
16482         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16483         It didn't really fix the bogosity I'm seeing with solid web groups.
16484
16485 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16486
16487         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16488         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16489         created using server names.  If we use the feature without declaring
16490         it, Gnus does not properly manage server and group state.
16491
16492         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16493         bound.
16494
16495 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16496
16497         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16498         looking up the method using GROUP's prefix before inventing a new one.
16499         It is used on killed/unknown groups in various places where returning
16500         an all-new method isn't expected by the caller.
16501
16502         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16503         and match semantics of gnus-group-real-prefix.
16504
16505 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16506
16507         * nnmail.el (nnmail-broken-references-mailers): New variable.
16508         (nnmail-ignore-broken-references): New function generalizing
16509         nnmail-fix-eudora-headers.
16510         (nnmail-fix-eudora-headers): Now obsolete.
16511
16512         * gnus-art.el (gnus-button-handle-custom):
16513         Support `customize-apropos*'.
16514
16515 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16516
16517         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16518
16519         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16520         articles.
16521
16522 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16523
16524         * message.el (message-cite-reply-above): New variable.
16525         (message-yank-original): Use it.
16526
16527 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16530
16531 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16534         as read.
16535
16536         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16537
16538 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16539
16540         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16541         (gnus-bookmark-default-file): Use gnus-directory.
16542         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16543         Remove "*" in doc string.
16544         (gnus-bookmark-write-file): Simplify.
16545         (gnus-bookmark-maybe-sort-alist): Use `when'.
16546         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16547         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16548         Add FIXME about Emacs 21 and XEmacs compatibility.
16549         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16550         compatibility.
16551         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16552         compatibility.
16553         (gnus-bookmark-menu-heading): Fix version.
16554
16555 2006-06-19  Bastien Guerry  <bzg@altern.org>
16556
16557         * gnus-bookmark.el: New file.
16558
16559 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * message.el (message-syntax-checks): Doc fix.
16562
16563 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16564
16565         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16566         unsubscribed groups as if they were killed ones.  It causes duplicate
16567         entries in gnus-newsrc-alist.
16568
16569 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * message.el (message-syntax-checks): Doc fix.
16572         (message-send-mail): Add check for continuation headers.
16573         (message-check-news-header-syntax): Fix regexp used to check for
16574         continuation headers.
16575
16576 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16579
16580 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16583
16584 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16587         default-truncate-lines.
16588
16589 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16592         to fill the utf-8 entry.
16593
16594         * lpath.el: Fbind unicode-precedence-list.
16595
16596 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16597
16598         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16599
16600 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16601
16602         * gnus-agent.el (directory-files-and-attributes): Move all the way
16603         forward (the third and final move).
16604         (gnus-agent-read-agentview): Trap reconstruction errors due to
16605         nonexistent directory.  Handle by returning nil.
16606
16607 2006-05-30  Didier Verna  <didier@xemacs.org>
16608
16609         * message.el (message-dont-reply-to-names): Update the custom type.
16610         * message.el (message-dont-reply-to-names): New defsubst: potentially
16611         convert a list of regexps into a single one.
16612         * message.el (message-get-reply-headers): Use it.
16613         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16614
16615 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * gnus-agent.el (directory-files-and-attributes): Move forward.
16618
16619 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16620
16621         * gnus-ml.el (gnus-mailing-list-subscribe)
16622         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16623         (gnus-mailing-list-message): Fix doc strings.
16624
16625 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16626
16627         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16628         of doing it manually.
16629
16630 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16631
16632         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16633         comment.
16634
16635 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16636
16637         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16638         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16639         (gnus-agent-read-local): All symbols allocated in my-obarray.
16640         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16641         (gnus-agent-regenerate-group): Check numeric names to see if they are
16642         messages or groups.
16643         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16644         better way of do this...)
16645
16646         * gnus-cache.el (gnus-agent-total-fetched-for):
16647         Ignore 'dummy.group' (there should be a better way of do this...)
16648
16649 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16652         (gnus-saved-headers): Ditto.
16653         (gnus-default-article-saver): Mention functions may have properties.
16654         (gnus-article-save): Override gnus-save-all-headers and
16655         gnus-saved-headers by :headers property which saver function may have.
16656         (gnus-summary-save-in-file): Add :headers property.
16657         (gnus-summary-write-to-file): Ditto.
16658
16659         * gnus-sum.el (gnus-summary-save-article): Bind
16660         gnus-prompt-before-saving to t when saving many articles in a file;
16661         always show all headers.
16662
16663         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16664
16665 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16668         marks.
16669
16670         * message.el (message-indent-citation): Add optional arguments to allow
16671         using it outside of message buffers.
16672
16673         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16674         (gnus-article-treat-unfold-headers): Use it.
16675         (gnus-article-truncate-lines): New variable.
16676         (gnus-article-mode): Use it.
16677         (gnus-article-toggle-truncate-lines): New function.
16678
16679         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16680         Add gnus-article-toggle-truncate-lines.
16681
16682         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16683         coding system in XEmacs, use binary.
16684
16685 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16688         after-load-alist.
16689
16690         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16691         this function should save decoded articles.
16692         (gnus-summary-write-to-file): Use property to specify this function
16693         should save decoded articles and specify gnus-summary-save-in-file
16694         should be used to save articles other than the first one when saving
16695         many articles.
16696         (gnus-summary-save-body-in-file): Use property to specify this
16697         function should save decoded articles.
16698         (gnus-summary-write-body-to-file): Use property to specify this
16699         function should save decoded articles and specify
16700         gnus-summary-save-body-in-file should be used to save articles other
16701         than the first one when saving many articles.
16702
16703         * gnus-sum.el (gnus-summary-save-article): Simplify.
16704
16705 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * gnus-art.el (gnus-default-article-saver):
16708         Add gnus-summary-write-body-to-file.
16709         (gnus-article-save-coding-system): Don't use coding system object
16710         in XEmacs.
16711         (gnus-read-save-file-name): Add optional `dir-var' argument which
16712         specifies directory in which files are saved; work even if optional
16713         `variable' argument is not specified.
16714         (gnus-summary-write-to-file): Read file name.
16715         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16716         (gnus-summary-write-body-to-file): New function.
16717
16718         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16719         (gnus-summary-local-variables): Add it.
16720         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16721         (gnus-summary-save-article): Remove optional `decode' argument;
16722         determine whether to decode articles by the value of
16723         gnus-default-article-saver; when saving many files using
16724         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16725         it first and use gnus-summary-save-in-file or
16726         gnus-summary-save-body-in-file thereafter unless
16727         gnus-prompt-before-saving is always; move point to article which
16728         will be saved.
16729         (gnus-summary-save-article-file): Revert.
16730         (gnus-summary-write-article-file): Revert.
16731         (gnus-summary-save-article-body-file): Revert.
16732         (gnus-summary-write-article-body-file): New function.
16733
16734 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus-art.el (gnus-default-article-saver): Doc fix.
16737         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16738         from gnus-summary-save-article-coding-system, and default to a
16739         certain coding system.
16740         (gnus-output-to-file): Add coding cookie and encode text according
16741         to gnus-article-save-coding-system; don't use mm-append-to-file.
16742
16743         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16744         gnus-art.el and rename to gnus-article-save-coding-system.
16745         (gnus-summary-save-article): Require gnus-art; don't show all
16746         headers if it decodes articles; don't add coding cookie here;
16747         don't bind mm-text-coding-system-for-write.
16748         (gnus-summary-save-article-file): Save decoded articles.
16749         (gnus-summary-write-article-file): When saving many files, use
16750         gnus-summary-write-to-file first and gnus-summary-save-in-file
16751         thereafter unless gnus-prompt-before-saving is always.
16752         (gnus-summary-save-article-body-file): Save decoded articles.
16753
16754         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16755
16756 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16757
16758         * nnrss.el (nnrss-check-group): Bind hash-index.
16759
16760 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16761
16762         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16763         its hash index.  Store this hash in `nnrss-group-data'.
16764         (nnrss-read-group-data): Update accordingly.
16765
16766 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16767
16768         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16769         entry.
16770
16771         * gnus-sum.el (gnus-summary-make-menu-bar):
16772         Add gnus-article-browse-html-article.
16773
16774 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16775
16776         * gnus-sum.el (gnus-summary-mime-map):
16777         Add gnus-article-browse-html-article.
16778
16779         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16780
16781 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16782
16783         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16784         suitable coding systems in customize.
16785
16786 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * mail-source.el (mail-sources): Fix custom type.
16789
16790 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16793         (gnus-summary-expire-articles-now): Shorten prompt.
16794
16795         * gmm-utils.el (wid-edit): Require.
16796         (defun-gmm): Rename from `gmm-defun-compat'.
16797         (gmm-image-search-load-path): Use it.
16798         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16799
16800 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * gnus-sum.el (gnus-summary-save-article-coding-system):
16803         New variable.
16804         (gnus-summary-save-article): Add optional `decode' argument.
16805         If it is set and gnus-summary-save-article-coding-system is non-nil,
16806         save decoded article.
16807         (gnus-summary-write-article-file): Save decoded article if
16808         gnus-summary-save-article-coding-system is non-nil.
16809
16810         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16811         type.
16812
16813 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16816
16817 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16820         first to test gnus-single-article-buffer which may be buffer-local.
16821
16822         * gnus-sum.el (gnus-summary-setup-buffer):
16823         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16824         group; make gnus-article-buffer, gnus-article-current, and
16825         gnus-original-article-buffer always buffer-local.
16826         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16827         group.
16828         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16829
16830 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16831
16832         * nnml.el (nnml-request-compact-group): Compressed files might not
16833         have .gz extension.
16834
16835 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16836
16837         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16838         (mm-copy-to-buffer): Use with-current-buffer.
16839         (mm-display-part): Simplify.
16840         (mm-inlinable-p): Add optional arg `type'.
16841
16842 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16843
16844         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16845         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16846         Try harder to show the attachment internally or externally using
16847         gnus-mime-view-part-as-type.
16848
16849 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16850
16851         * message.el (message-from-style, message-signature-separator)
16852         (message-user-organization-file, message-send-mail-function)
16853         (message-citation-line-function, message-yank-prefix)
16854         (message-indent-citation-function, message-signature)
16855         (message-signature-file, message-signature-insert-empty-line):
16856         Remove autoloads.
16857
16858         * gnus-art.el (gnus-buttonized-mime-types):
16859         Remove "multipart/signed".  Revert 2006-04-26 change.
16860
16861 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16862
16863         * gnus.el (gnus-version-number): Bump version.
16864
16865 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16866
16867         * gnus.el: No Gnus v0.5 is released.
16868
16869 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16870
16871         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16872         fetching articles by message-id.
16873
16874 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16875
16876         * message.el (hashcash): Require hashcash as normal.
16877
16878         * ecomplete.el (ecomplete-highlight-match-line):
16879         Use point-at-eol.
16880         (ecomplete-highlight-match-line): Use `highlight', because that
16881         face exists in both Emacs and XEmacs.
16882
16883         * message.el (message-display-abbrev): Use point-at-bol.
16884
16885         * mail-source.el: Don't require timer/timer-funcs.
16886
16887         * gnus-async.el: Ditto.
16888
16889         * password.el: Ditto.
16890
16891         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16892
16893         * mm-url.el: Ditto.
16894
16895         * gnus-xmas.el: Don't require timer-funcs.
16896
16897         * mm-util.el: Require timer/timer-funcs.
16898
16899 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16900
16901         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16902         Close.
16903
16904 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16907         unibyte after clear-decrypt function runs.
16908
16909         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16910         returns as a unibyte string.
16911
16912 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * lpath.el: Revert.
16915
16916         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16917         (pgg-gpg-process-sentinel): Revert.
16918
16919         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16920         (pgg-pgp-lookup-key): Revert.
16921
16922         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16923         (pgg-pgp5-lookup-key): Revert.
16924
16925         * pgg.el (pgg-fetch-key): Revert.
16926
16927 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * lpath.el: Fbind string-as-multibyte for XEmacs.
16930
16931         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16932         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16933         (mml1991-pgg-encrypt): Ditto.
16934
16935         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16936         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16937         a multibyte buffer.
16938
16939         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16940         (pgg-pgp-lookup-key): Ditto.
16941
16942         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16943         (pgg-pgp5-lookup-key): Ditto.
16944
16945         * pgg.el (pgg-fetch-key): Ditto.
16946
16947 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16948
16949         * message.el (message-user-organization-file): Check several
16950         locations of the organization file.
16951
16952         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16953         Add gnus-article-view-part-as-type.
16954
16955         * gnus-art.el (gnus-article-view-part-as-type): New function.
16956
16957         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16958         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16959
16960         * mml.el: Simplify autoload.
16961         (mml-mode): defvar dnd-protocol-alist instead of using
16962         symbol-value.
16963         (mml-default-directory): New variable.
16964         (mml-minibuffer-read-file): Use it.
16965         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16966
16967         * message.el (message-citation-line-format): New variable.
16968         (message-insert-formated-citation-line): New function.
16969         (message-citation-line-function):
16970         Add `message-insert-formated-citation-line' to custom type.
16971
16972         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16973         to doc string.
16974
16975         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16976         depending on mm-verify-option.
16977
16978 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16981         binding pgg-* variables; reimplement the section which prevents
16982         MIME header from being signed.
16983         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16984         pgg-text-mode; remove a blank line at the top of body.
16985
16986         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16987         lines at the top of body; use gnus-newsgroup-charset if there's no
16988         Charset header.
16989
16990 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * message.el (message-self-insert-commands): Doc fix.
16993
16994         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16995         (mm-uu-pgp-encrypted-test): Ditto.
16996         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16997         between header and body; return application/pgp-encrypted handle
16998         if decryption failed; decode decrypted body by charset.
16999
17000         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17001         element match to application/pgp-*.
17002
17003 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17004
17005         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17006         HTML.
17007
17008 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17009
17010         * mail-source.el (mail-source-call-script): Message the error
17011         string.
17012
17013 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17014
17015         * gnus-util.el (gnus-byte-compile): Use it.
17016
17017 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17018
17019         * gnus-util.el (kill-empty-logs): New function.
17020
17021 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17022
17023         * message.el (message-mail-alias-type): Doc fix.
17024         (message-mail-alias-type-p): New function.
17025         (message-send): Use it.
17026         (message-mode): Ditto.
17027         (message-strip-forbidden-properties): Ditto.
17028
17029         * ecomplete.el (ecomplete-database-file-coding-system):
17030         New variable.
17031         (ecomplete-save): Use it.
17032         (ecomplete-setup): Use it.
17033
17034 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * message.el (message-self-insert-commands): New variable.
17037         (message-strip-forbidden-properties): Use it.
17038
17039 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17040
17041         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17042         that doesn't make XEmacs choke.
17043
17044 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17045
17046         * gnus-util.el (gnus-replace-in-string):
17047         Prefer replace-regexp-in-string over of replace-in-string.
17048
17049 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * gnus-util.el (gnus-select-frame-set-input-focus):
17052         Use select-frame-set-input-focus if it is available in XEmacs; use
17053         definition defined in Emacs 22 for old Emacsen.
17054
17055         * dgnushack.el: Autoload unmorse-region for XEmacs.
17056
17057         * lpath.el: Bind cursor-in-non-selected-windows and
17058         select-frame-set-input-focus for XEmacs.
17059
17060 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17063
17064 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17065
17066         * gnus-registry.el (gnus-registry-cache-save): Remove text
17067         properties when saving via the temp buffer.
17068
17069 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17070
17071         * message.el (message-generate-hashcash): Honor custom type.
17072
17073 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17074
17075         * message.el (message-generate-hashcash): Default to non-nil when
17076         hashcash is found.
17077
17078         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17079         (gnus-refer-thread-limit): Increase default to 500.
17080
17081         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17082
17083         * flow-fill.el (fill-flowed): Allow delete-space.
17084
17085 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17086
17087         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17088         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17089         Remove autoloads.
17090
17091 2006-04-18  Simon Josefsson  <jas@extundo.com>
17092
17093         * message.el (message-generate-hashcash): Default to.
17094
17095 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17098         concatenating segments rather than before concatenating them.
17099
17100 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17101
17102         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17103
17104 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17105
17106         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17107
17108         * message.el (message-forward-make-body-plain):
17109         Allow message-forward-ignored-headers to be a list.
17110         (message-remove-ignored-headers): Factor out into function.
17111         (message-forward-make-body-mml): Use it.
17112
17113         * imap.el (imap-quote-specials): New function.
17114         (imap-login-auth): Quote specials.
17115
17116         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17117         (rfc2231-parse-string): Allow concatanation of parameters that
17118         aren't contiguous.  The test case is
17119           (mail-header-parse-content-type "message/external-body;
17120             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17121             access-type=LOCAL-FILE;
17122             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17123
17124 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17125
17126         * nntp.el (nntp-accept-process-output): Return the value of
17127         `nnheader-accept-process-output'.
17128
17129 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17130
17131         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17132         (gnus-button-alist): Recognize more diff formats.
17133         (gnus-button-patch): Strip directory.
17134
17135 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17136
17137         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17138         Emacs 22 when setting focus.
17139
17140 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17141
17142         * gnus-art.el (gnus-article-treat-types): Do treatment of
17143         text/x-verbatim parts.
17144         (gnus-button-patch): New command.
17145
17146         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17147         addresses that contain invalid characters.
17148
17149 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17150
17151         * message.el (message-put-addresses-in-ecomplete):
17152         Use gnus-replace-in-string.
17153         (message-is-yours-p): Use the more correct
17154         mail-header-parse-address instead of
17155         mail-extract-address-components.
17156         (message-put-addresses-in-ecomplete): Fix typo.
17157
17158         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17159         keystroke.
17160
17161         * gnus-art.el (gnus-treatment-function-alist): Change order of
17162         newsgroups/generic header folding to avoid double-folding.
17163
17164         * message.el (message-hidden-headers): Add X-Draft-From.
17165
17166         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17167         New command.
17168         (gnus-summary-repeat-search-article-backward): New command.
17169
17170         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17171         groups in the parent topic.
17172
17173 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17174
17175         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17176         (spam-extra-header-to-number): Return the CRM114 number as a
17177         number instead of a string.
17178
17179 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17180
17181         * gnus-art.el (gnus-face-properties-alist): Move here from
17182         gnus-fun.
17183
17184         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17185
17186 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17187
17188         * message.el (message-strip-forbidden-properties): Only display on
17189         self-insert-command.
17190
17191         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17192         reindent.
17193         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17194
17195 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17196
17197         * smiley.el (smiley-style): Fix typo.
17198
17199 2006-03-23  Kenichi Handa  <handa@m17n.org>
17200
17201         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17202         instead of set-buffer-multibyte.
17203
17204 2006-03-23  Kenichi Handa  <handa@m17n.org>
17205
17206         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17207         buffer and then decode the buffer text if necessary.
17208         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17209         first, and after mm-encode-body, change the buffer to unibyte.
17210
17211 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17212
17213         * hashcash.el (hashcash-insert-payment-async-2):
17214         Use message-goto-eoh instead of doing it manually.
17215         (mail-add-payment): Use message-narrow-to-header instead of trying
17216         to do the same itself.
17217
17218         * message.el (message-hidden-headers): Add Face.
17219
17220         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17221         reparenting code.
17222         (gnus-summary-reparent-children): Refactored out code.
17223         (gnus-summary-thread-map): New keystroke.
17224         (gnus-summary-reparent-children): Make into command.
17225
17226         * smiley.el (smiley-style): Default to `medium' if using a large
17227         font.
17228
17229         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17230         does it itself.
17231
17232         * message.el (message-point-in-header-p): Simplify definition.
17233
17234 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17235
17236         * nnagent.el (nnagent-request-set-mark): Silence log file
17237         writing.
17238         (nnagent-request-set-mark): Use write-region instead of
17239         append-to-file.
17240
17241         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17242         strange select method.
17243
17244         * ecomplete.el (ecomplete-display-matches): Get highlightling
17245         right.
17246         (ecomplete-display-matches): Use literals.
17247         (ecomplete-display-matches): Disable message logging.
17248
17249         * message.el (message-display-abbrev): Small optimization.
17250
17251         * ecomplete.el (ecomplete-display-matches): Allow automatic
17252         display.
17253
17254         * message.el (message-strip-forbidden-properties):
17255         Display abbrevs.
17256         (message-display-abbrev): Get automatic display right.
17257
17258         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17259         keystrokes.
17260
17261 2006-04-13  Romain Francoise  <romain@orebokech.com>
17262
17263         TODO: Backport to v5-10!
17264
17265         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17266         Move here (and rename) from gnus-registry.el.
17267
17268         * gnus-registry.el: Require gnus-util.
17269         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17270
17271 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17272
17273         * gnus-group.el (gnus-group-catchup-current):
17274         Change if-then-else-if-then-else into cond.
17275         (gnus-group-catchup): Indent.
17276         (group-name-at-point): New function.
17277         (gnus-fetch-group): Provide default from thing at point.
17278
17279 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17280
17281         * message.el (message-display-abbrev): Fix regexp.
17282
17283         * ecomplete.el (ecomplete-highlight-match-line):
17284         Reimplement choosing.
17285         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17286         dead variables.
17287
17288         * message.el (message-newline-and-indent): Remove debugging.
17289         (message-display-abbrev): Use new implementation.
17290
17291 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17292
17293         * gnus-art.el (gnus-article-mode):
17294         Set cursor-in-non-selected-windows to nil.
17295
17296         * smiley.el: Revert previous change.
17297         (smiley-data-directory): defvar it before using it in the
17298         defcustom of `smiley-style'.
17299
17300 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17301
17302         * message.el (message-newline-and-indent): New function.
17303
17304         * ecomplete.el: Implement more bits.
17305
17306         * message.el (message-put-addresses-in-ecomplete): Clean up the
17307         string.
17308
17309         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17310
17311         * gnus-sum.el (gnus-summary-save-parts):
17312         Bind gnus-summary-save-parts-counter and use it to make unique file
17313         names.
17314
17315         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17316
17317         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17318         parameter to say whether to actually parse the individual
17319         addresses.
17320
17321         * message.el (message-put-addresses-in-ecomplete): New function.
17322         (ecomplete): Require.
17323         (message-mail-alias-type): Add ecomplete as an option.
17324
17325 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17326
17327         * flow-fill.el (fill-flowed): Remove trailing space from blank
17328         quoted lines.
17329
17330 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17331
17332         * smiley.el (smiley-style): Move definition later to avoid a
17333         compilation warning.
17334
17335 2006-04-12  Kenichi Handa  <handa@m17n.org>
17336
17337         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17338         buffer and then decode the buffer text if necessary.
17339         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17340         first, and after mm-encode-body, change the buffer to unibyte.
17341         Use mm-disable-multibyte instead of set-buffer-multibyte.
17342
17343 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17346         Content-Type header instead of Content-Disposition header.
17347         (gnus-mime-inline-part): Ditto.
17348         (gnus-mime-view-part-as-charset): Ignore charset that the part
17349         specifies.
17350
17351         * mm-decode.el (mm-display-part): Work with external parts and
17352         usual parts similarly.
17353
17354         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17355         instead of gnus-display-mime.
17356
17357         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17358         instead of with-temp-buffer.
17359
17360         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17361         tag to summarized topics part in order to encode non-ASCII text.
17362
17363 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17364
17365         * smiley.el (smiley-style): New variable.
17366         (smiley-directory): New function.
17367         (smiley-data-directory): Derive from `smiley-style' using
17368         `smiley-directory'.
17369         (smiley-regexp-alist): Add new entries.
17370
17371         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17372         (gnus-article-browse-delete-temp): Add :version.
17373
17374 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17375
17376         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17377         the sieve region.
17378
17379 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17380
17381         * gnus.el (gnus-version-number): Bump version.
17382
17383 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17384
17385         * gnus.el: No Gnus v0.4 is released.
17386
17387 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17388
17389         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17390         layout.
17391
17392         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17393         unknown charset.
17394
17395         * message.el (message-header-synonyms): Add Original-To to the
17396         default.
17397
17398         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17399         optional parameter.
17400
17401 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17402
17403         * gnus-fun.el (gnus): Require it for gnus-directory.
17404
17405 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17408
17409 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17410
17411         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17412
17413 2006-04-05  Simon Josefsson  <jas@extundo.com>
17414
17415         * password.el (password-reset): New function.
17416
17417 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17418
17419         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17420         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17421
17422 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17423
17424         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17425         Some whitespace was matched into the url, which broke browsing hits
17426         > 100 when mm-url-use-external was nil.
17427
17428 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17429
17430         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17431         Check gnus-extra-headers for 'Newsgroups.
17432
17433         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17434         bound.
17435
17436 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17437
17438         * pgg-gpg.el: Clean up process buffers every time gpg processes
17439         complete.
17440
17441 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17442
17443         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17444         doc string.
17445
17446 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17447
17448         * pgg-gpg.el (pgg-gpg-process-filter)
17449         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17450
17451         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17452         lines, temporary fix.
17453
17454 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17455
17456         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17457
17458 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17459
17460         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17461         default-enable-multibyte-characters.  This reverts the change from
17462         revision 6.17 which is no longer necessary because the passphrase
17463         is sent separately now.  GnuPG messages are unreadable under
17464         multibyte locales with default-enable-multibyte-characters set to
17465         nil.
17466
17467 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17468
17469         * message.el (message-tool-bar-gnome): Move "spell".
17470
17471 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17472
17473         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17474         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17475         instead.
17476
17477 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17478
17479         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17480         Improve newsgroups handling for NNTP overviews which don't include
17481         Newsgroups.
17482
17483 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17484
17485         * message.el (message-resend): Bind message-generate-hashcash to nil.
17486
17487 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17488
17489         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17490         when searching for already-paid recipients.
17491
17492 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17493
17494         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17495         passphrases when it is not needed.
17496         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17497         passphrase stuff from gpg, should only be necessary when you use
17498         gpg with a smartcard.
17499
17500 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * mml.el (mml-insert-mime): Ignore cached contents of
17503         message/external-body part.
17504
17505         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17506         (mm-insert-part): Ditto.
17507
17508 2006-03-23  Simon Josefsson  <jas@extundo.com>
17509
17510         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17511         Reiner.
17512         (pgg-gpg-use-agent-p): Use it again.
17513
17514 2006-03-23  Simon Josefsson  <jas@extundo.com>
17515
17516         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17517         older emacsen.
17518         (pgg-gpg-use-agent-p): Don't use it.
17519
17520 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17521
17522         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17523         if we can.
17524
17525 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17526
17527         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17528         (pgg-gpg-update-agent): New function.
17529         (pgg-gpg-use-agent-p): New function.
17530         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17531         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17532         (pgg-gpg-sign-region): Use it.
17533
17534 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17537         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17538
17539 2006-03-21  Simon Josefsson  <jas@extundo.com>
17540
17541         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17542         <wilde@sha-bang.de>.
17543         (pgg-gpg-use-agent): New variable.
17544         (pgg-gpg-process-region): Use it.
17545         (pgg-gpg-encrypt-region): Likewise.
17546         (pgg-gpg-encrypt-symmetric-region): Likewise.
17547         (pgg-gpg-decrypt-region): Likewise.
17548         (pgg-gpg-sign-region): Likewise.
17549         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17550
17551 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17552
17553         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17554
17555         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17556         Add comment on version.
17557
17558 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17559
17560         * smiley.el: Add missing test smiley.
17561
17562 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * mm-decode.el (mm-with-part): New macro.
17565         (mm-get-part): Use it; work with message/external-body as well.
17566         (mm-save-part): Treat name and filename equally.
17567
17568         * mm-extern.el (mm-extern-cache-contents): New function.
17569         (mm-inline-external-body): Use it; force the part to be displayed;
17570         move undisplayer added to the cached handle to the parent.
17571
17572         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17573         (gnus-mime-view-part-as-type): Work with message/external-body.
17574
17575         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17576
17577 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17578
17579         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17580         images in image-load-path.  [Sync with image.el, revision 1.60, in
17581         Emacs.]
17582
17583 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17584
17585         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17586         path rather than symbol.  Always return list of directories.
17587         Guarantee that image directory comes first.  [Sync with image.el,
17588         revision 1.59, in Emacs.]
17589
17590         * message.el (message-make-tool-bar): Adjust to new API of
17591         `gmm-image-load-path-for-library'.
17592
17593         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17594
17595         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17596
17597 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17598
17599         * gnus-art.el (gnus-article-only-boring-p):
17600         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17601         intangible text.
17602         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17603
17604 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17605
17606         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17607         Use `defun' instead of `gmm-defun-compat'.
17608
17609 2006-03-14  Simon Josefsson  <jas@extundo.com>
17610
17611         * message.el (message-unique-id): Don't use message-number-base36
17612         if (user-uid) is a float.
17613         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17614
17615 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17618
17619         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17620         empty line between a part and a message part.
17621
17622 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17623
17624         * smiley.el: Add more test smileys.
17625         (smiley-data-directory, smiley-regexp-alist)
17626         (gnus-smiley-file-types): Fix doc strings.
17627         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17628         adding new elements.
17629         (smiley-mouse-map): Unused code.  Make it a comment.
17630
17631 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17634         scan latest NoCeM messages instead of old ones.
17635         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17636         delimiters that are recently used.
17637         (gnus-nocem-load-cache): Add autoload cookie.
17638
17639         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17640
17641         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17642         level which is larger than gnus-use-nocem is specified.
17643
17644         * gnus-group.el (gnus-group-get-new-news): Ditto.
17645
17646 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17647
17648         * gnus-util.el (gnus-tool-bar-update): New function.
17649
17650         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17651         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17652
17653         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17654
17655         * gnus-group.el (gnus-group-redraw-when-idle)
17656         (gnus-group-redraw-check): Remove.
17657         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17658
17659 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17662         if optional last element is specified in splits (FIELD VALUE...).
17663
17664 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17665
17666         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17667         to gmm-image-load-path-for-library.  Call with no-error argument.
17668         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17669
17670         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17671
17672         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17673
17674         * gmm-utils.el (gmm-image-load-path): Remove alias.
17675
17676 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17677
17678         * gmm-utils.el (gmm-image-load-path): Add alias.
17679
17680         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17681         nnml-generate-nov-databases-1.
17682         (nnml-generate-nov-databases): Use it.
17683         (nnml-generate-nov-databases-directory): Document no-active
17684         argument.
17685
17686         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17687         directory if path is t.  Add no-error.
17688
17689         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17690         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17691
17692         * gnus-art.el (gnus-article-browse-delete-temp-files):
17693         Simplify resetting gnus-article-browse-html-temp-list.
17694
17695         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17696         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17697         Add example to docstring.  Rename local variables.  Move error
17698         checks to default case in cond and simplify.
17699
17700 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17703         handle is multipart when calling it recursively.
17704         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17705
17706 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17707
17708         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17709         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17710
17711 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17712
17713         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17714         is loaded.
17715
17716         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17717         loaded.
17718
17719 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17720
17721         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17722         to "Emacs 23 (unicode)" in doc string.
17723
17724         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17725         "Emacs 23 (unicode)" in comment.
17726
17727 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17730
17731         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17732         characters 160 through 255 in Emacs 23.
17733
17734 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17737         gnus-article-browse-html-temp.
17738         (gnus-article-browse-delete-temp): Make it customizable.
17739         Add `file'.  Adjust doc string.
17740         (gnus-article-browse-delete-temp-files): Add argument.
17741         Allow query for each file.  Adjust doc string.
17742         (gnus-article-browse-html-parts):
17743         Add `gnus-article-browse-delete-temp-files' to
17744         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17745
17746 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17747
17748         * gnus-art.el (gnus-article-browse-html-temp)
17749         (gnus-article-browse-delete-temp): New variables.
17750         (gnus-article-browse-delete-temp-files): New function.
17751         (gnus-article-browse-html-parts): Use it.
17752
17753 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17754
17755         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17756
17757         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17758         string.
17759
17760         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17761         gnus-summary-insert-new-articles when unplugged.
17762         Remove gnus-summary-search-article-forward.
17763
17764         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17765         display-visual-class instead of display-color-cells.
17766
17767 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17768
17769         * dgnushack.el: Autoload customize-group for XEmacs.
17770
17771         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17772         message/* containing non-ASCII text properly.
17773
17774 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17775
17776         * message.el: Require gmm-utils, remove autoloads.
17777         (message-tool-bar): Set default based on
17778         gmm-tool-bar-style.
17779         (message-tool-bar-gnome): Add gmm-customize-mode.
17780
17781         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17782         gmm-tool-bar-style.
17783         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17784
17785         * gnus-group.el (gnus-group-tool-bar): Set default based on
17786         gmm-tool-bar-style.
17787         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17788
17789         * gmm-utils.el (gmm-image-directory): Rename variable from
17790         gmm-image-load-path.
17791         (gmm-image-load-path): Use gmm-image-directory.
17792         (gmm-customize-mode): New function.
17793         (gmm-tool-bar-style): New variable.
17794
17795         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17796         gnus-group-redraw-line-number.
17797         (gnus-group-redraw-check): Simplify.
17798         (gnus-group-tool-bar-update): Remove redraw check.
17799         (gnus-group-make-tool-bar): Add redraw check.
17800
17801 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17802
17803         * gnus-art.el (gnus-button): Add missing parentheses.
17804
17805 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * lpath.el: Fbind line-number-at-pos.
17808
17809 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17812
17813 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17814
17815         * gnus-art.el (gnus-button): New face.
17816         (gnus-article-button-face): Use it.
17817
17818         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17819         Add gnus-summary-next-page.  Re-order.
17820
17821         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17822         next-node are now included.
17823         (gnus-group-redraw-line-number): New internal variable.
17824         (gnus-group-redraw-check): Helper function for updating the tool
17825         bar.
17826         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17827
17828         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17829
17830         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17831         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17832         Use it to match format of Spamassassin 3.0 and later.
17833         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17834         (spam-check-bogofilter)
17835         (spam-bogofilter-register-with-bogofilter): Fix args of
17836         `gnus-error' calls.
17837
17838 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17839
17840         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17841         unnecessary interaction when sending queued mails.
17842         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17843
17844 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17845
17846         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17847         first or last are nil.
17848
17849 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17850
17851         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17852
17853 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17854
17855         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17856
17857 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17858
17859         * dns.el (query-dns): Protect more against buggy tcp output.
17860
17861 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17862
17863         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17864         nov.php.
17865
17866 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17867
17868         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17869         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17870         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17871         output on the server side.
17872         (nnweb-google-create-mapping): Update regexps and add some
17873         progress indication.
17874
17875 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17876
17877         * gnus-group.el (gnus-group-tool-bar-gnome):
17878         Fix gnus-agent-toggle-plugged.  Re-order icons.
17879         (gnus-group-tool-bar-gnome):
17880         Add gnus-group-{prev,next}-unread-group.
17881         (gnus-group-tool-bar-gnome): Re-order icons.
17882
17883         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17884         Move gnus-summary-insert-new-articles.
17885
17886         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17887         Fix comments.
17888
17889         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17890         also available in Emacs 21.3.
17891
17892         * message.el (message-fix-before-sending): Change "Emacs 22" to
17893         "Emacs 23 (unicode)" in comment.
17894
17895         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17896         "Emacs 23 (unicode)" in comment.
17897
17898         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17899         comment.
17900         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17901
17902         * mm-view.el (mm-fill-flowed): Add :version.
17903
17904 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17907         and load-path.
17908
17909 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17910
17911         * message.el: Autoload gmm-image-load-path.
17912         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17913         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17914         consitency.
17915
17916         * gmm-utils.el (gmm-image-load-path): Also search in
17917         "../etc/images".  Don't set gmm-image-load-path if we don't find
17918         the image.
17919
17920 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gmm-utils.el (gmm-image-load-path): Don't make
17923         `gmm-image-load-path' include subdirectories which the second arg
17924         `image' might specify.
17925
17926         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17927         subdirectory to icon file names.
17928
17929         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17930
17931 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17932
17933         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17934         gmm-image-load-path calls.
17935
17936         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17937
17938         * message.el (message-make-tool-bar): Ditto.
17939
17940         * mml.el (mml-preview): Add comment concerning tool bar icons.
17941
17942         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17943         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17944
17945         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17946         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17947
17948         * message.el (message-tool-bar-gnome): Use new icon names.
17949         (message-make-tool-bar): Use `gmm-image-load-path'.
17950
17951         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17952         New functions from MH-E.
17953         (gmm-image-load-path): New variable from MH-E.
17954         (gmm-image-load-path): New function from MH-E.  Add arguments
17955         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17956         *-image-load-path-called-flag.
17957
17958 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17959
17960         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17961
17962 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17963
17964         * nnimap.el (nnimap-request-move-article): Change folder back to
17965         source group before deleting.
17966
17967 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17968
17969         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17970
17971         * gnus-art.el (mm-url-insert-file-contents-external):
17972         Autoload mm-url.
17973
17974         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17975
17976 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17979         coding system which mm-charset-to-coding-system returns for a
17980         given charset is valid.
17981
17982 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17983
17984         * html2text.el (html2text-remove-tag-list):
17985         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17986
17987 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17988
17989         * gnus-cus.el: Revert 2005-10-17 change.
17990
17991 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * gnus-art.el (article-strip-banner):
17994         Call article-really-strip-banner only when the regexp match is made.
17995
17996 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * gnus-art.el (article-strip-banner):
17999         Use gnus-extract-address-components instead of
18000         mail-header-parse-addresses to make it work with non-ASCII text;
18001         remove mail-encode-encoded-word-string.
18002
18003         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18004         values which are surrounded with \"...\"; make it never cause a
18005         Lisp error; give up parsing of parameters if it failed in
18006         extracting type.
18007
18008 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18009
18010         * smime.el (smime-cert-by-ldap-1): Fix bug where
18011         `smime-ldap-search' returns results without userCertificates.
18012
18013 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18016
18017 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18018
18019         * spam.el (spam-check-spamassassin-headers): Adapt format for
18020         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18021         <ari@mbf.ocn.ne.jp>.
18022         (spam-list-of-processors): Add spam-use-gmane.
18023
18024 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18025
18026         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18027         make-temp-file; make it work with XEmacs as well.
18028
18029         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18030         mm-make-temp-file.
18031
18032         * mm-decode.el (mm-display-external): Use the 3rd arg of
18033         mm-make-temp-file.
18034         (mm-create-image-xemacs): Ditto.
18035
18036 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18037
18038         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18039         with message-narrow-to-headers.
18040         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18041         (gnus-draft-check-draft-articles): New function.
18042         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18043
18044 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18045
18046         * gnus-art.el (gnus-article-browse-html-parts):
18047         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18048         Don't use suffix argument for mm-make-temp-file for Emacs 21
18049         compatibility.  Remove useless `format'.
18050
18051 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18052
18053         * nnweb.el (nnweb-google-wash-article): Update regexps.
18054         (nnweb-group-alist): Use defvoo instead of defvar.
18055
18056 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18059         re-loading nn* modules.
18060
18061 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18062
18063         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18064         for `tool-bar-mode' and don't check it's default-value.
18065
18066         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18067
18068         * message.el (message-make-tool-bar): Ditto.
18069
18070         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18071         `substring'.  Shorten tmp-file name.
18072
18073         * gnus.el: Remove bogus comment.
18074
18075 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18076
18077         * gnus-art.el (gnus-article-browse-html-parts): New function.
18078         (gnus-article-browse-html-article): New function for viewing html
18079         articles with a browser.
18080
18081 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18082
18083         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18084         in elisp.
18085         (pgg-gpg-encrypt-symmetric-region): Ditto.
18086         (pgg-gpg-sign-region): Ditto.
18087
18088         * pgg-def.el (pgg-text-mode): New variable.
18089
18090         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18091         (mml2015-pgg-encrypt): Ditto.
18092
18093         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18094         (mml1991-pgg-encrypt): Ditto.
18095
18096 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * nnfolder.el (nnfolder-insert-newsgroup-line):
18099         Use message-make-date instead of current-time-string.
18100
18101         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18102         to gnus-decoded which mm-uu might set.
18103
18104 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18107         don't decode quoted parameters; remove misimported Emacs code.
18108         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18109         (rfc2231-decode-encoded-string): Don't use split-string which
18110         behaves differently according to Emacs version; use
18111         mm-decode-coding-region to convert charset to coding-system.
18112         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18113         (rfc2231-encode-string): Remove misimported Emacs code.
18114
18115 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18118         when calling mail-header-parse-content-type.
18119         (article-de-quoted-unreadable): Ditto.
18120         (article-de-base64-unreadable): Ditto.
18121         (article-wash-html): Ditto.
18122
18123         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18124         calling mail-header-parse-content-type and
18125         mail-header-parse-content-disposition.
18126         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18127         mail-header-parse-content-type.
18128
18129         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18130         insert charset and format parameters; encode description after
18131         inserting it to buffer.
18132         (mml-insert-parameter): Fold lines properly even if a parameter is
18133         segmented into two or more lines; change the max column to 76.
18134
18135         * rfc1843.el (rfc1843-decode-article-body): Don't use
18136         ignore-errors when calling mail-header-parse-content-type.
18137
18138         * rfc2231.el (rfc2231-parse-string): Return at least type if
18139         possible; don't cause an error even if it fails in parsing of
18140         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18141         (rfc2231-encode-string): Don't break lines at the beginning, leave
18142         it to mml-insert-parameter.
18143
18144         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18145         calling mail-header-parse-content-type.
18146
18147 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18148
18149         * spam-report.el (spam-report-gmane-use-article-number):
18150         Improve doc string.
18151         (spam-report-gmane-internal): Check if a suitable header was found
18152         in the article.
18153
18154 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18157         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18158
18159 2006-02-05  Romain Francoise  <romain@orebokech.com>
18160
18161         Update copyright notices of all files in the gnus directory.
18162
18163 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18164
18165         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18166
18167 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18170         segmented lines of parameter value to cope with Thunderbird 1.5
18171         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18172         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18173         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18174
18175 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18176
18177         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18178         parts.
18179
18180 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18181
18182         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18183         there's only one active file for all servers.
18184         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18185         solid groups.  Gnus might have used a FAST request to select the group.
18186         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18187         and nnweb-search redundantly in the active file.
18188         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18189         (nnweb-request-create-group): Don't use ARGS.
18190         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18191         initializations.  Let nnoo do the work.
18192
18193 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18196         Say the part has been decoded.
18197
18198         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18199
18200 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18201
18202         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18203         mailcap-viewer-test-cache when there's no 'test clause, since that
18204         will invert the meaning of a "nil" test previously determined by
18205         mailcap-mailcap-entry-passes-test.
18206
18207 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18210         compiling.
18211
18212         * gnus-sum.el: Ditto.
18213
18214         * message.el: Don't bind tool-bar-map when compiling.
18215
18216 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18217
18218         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18219
18220 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18221
18222         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18223         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18224         current Google Groups.
18225
18226 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18227
18228         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18229         and tool-bar-mode.
18230
18231         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18232         and tool-bar-mode.
18233
18234         * message.el (message-tool-bar-update): Simplify.
18235         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18236
18237         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18238         gnus-summary-buffer.
18239         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18240         gnus-summary-reply.
18241
18242         * gmm-utils.el (gmm): Add :version.
18243
18244 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * Makefile.in (clean): New rule.
18247         (distclean): Use it.
18248
18249 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18250
18251         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18252         Don't autoload.
18253
18254 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * gmm-utils.el (gmm-verbose): Add :group.
18257
18258 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18259
18260         * message.el: Change some comments WRT tool-bars.
18261
18262         * gnus-sum.el (gnus-summary-tool-bar)
18263         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18264         (gnus-summary-tool-bar-zap-list): New variables.
18265         (gnus-summary-make-tool-bar): Complete rewrite using
18266         `gmm-tool-bar-from-list'.
18267
18268         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18269         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18270         New variables.
18271         (gnus-group-make-tool-bar): Complete rewrite using
18272         `gmm-tool-bar-from-list'.
18273         (gnus-group-tool-bar-update): New function.
18274
18275         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18276
18277 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18278
18279         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18280         is dissected into a single part of which the type is the same as
18281         the given one; decode charset.
18282
18283 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18284
18285         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18286         into alists as symbol not string, since that's what
18287         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18288         look for.
18289
18290 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18291
18292         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18293         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18294
18295         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18296
18297 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18300         (gnus-xmas-mime-security-button-menu): New function.
18301
18302         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18303         (gnus-mime-security-button-menu): New definition.
18304         (gnus-mime-security-button-map): Use them.
18305         (gnus-mime-security-button-menu): New function.
18306         (gnus-insert-mime-security-button): Addition to help echo.
18307         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18308         (gnus-mime-security-pipe-part): New functions.
18309
18310         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18311         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18312
18313         * mm-decode.el (mm-handle-set-disposition): Remove.
18314         (mm-handle-set-description): Remove.
18315
18316 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18319         (mm-w3m-standalone-supports-m17n-p): New function.
18320         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18321         w3m usage.
18322
18323         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18324         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18325
18326 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18327
18328         * message.el (message-tool-bar-zap-list):
18329         Use gmm-tool-bar-zap-list as custom type.
18330         (message-tool-bar-update): New function.
18331         (message-tool-bar, message-tool-bar-gnome)
18332         (message-tool-bar-retro): Add message-tool-bar-update.
18333         (message-tool-bar-gnome): Add flyspell-buffer.
18334
18335         * gnus-util.el (gnus-error): Describe `args'.
18336
18337         * gmm-utils.el (gmm-error): Describe `args'.
18338         (gmm-tool-bar-zap-list): New widget.
18339         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18340
18341 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18344         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18345         the number of recursive calls.
18346
18347         * mm-decode.el (mm-handle-set-disposition): New macro.
18348         (mm-handle-set-description): New macro.
18349
18350 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18351
18352         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18353         encoding.
18354
18355 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18356
18357         * message.el (message-tool-bar-zap-list, message-tool-bar)
18358         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18359         (message-tool-bar-local-item-from-menu): Remove.
18360         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18361         (message-make-tool-bar): New function.
18362         (message-mode): Use `message-make-tool-bar'.
18363
18364         * gmm-utils.el: New file.
18365         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18366         (gmm-lazy): New widget copied from `nnmail.el'.
18367         (gmm-tool-bar-from-list): New function for creating customizable
18368         tool bars.
18369         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18370         output.
18371         (gmm): Add :prefix to defgroup.
18372
18373 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18374
18375         * gmm-utils.el (gmm-widget-p): New function.
18376
18377 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18378
18379         * mml.el (mml-attach-file): Describe `description' in doc string.
18380         (mml-menu): Add Emacs MIME manual and PGG manual.
18381
18382 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18383
18384         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18385
18386 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18387
18388         * nntp.el (nntp-end-of-line): Doc fix.
18389
18390 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18391
18392         * imap.el (imap-open): Handle case where buffer is a buffer
18393         object.
18394
18395 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18396
18397         * gnus-delay.el (gnus-delay): Don't autoload.
18398         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18399         to be re-loaded when customizing the `gnus-delay' group.
18400
18401 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18402
18403         * message.el (message-insert-citation-line): Use newlines.
18404
18405 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18406
18407         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18408         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18409         these routines, so the passphrase can be managed externally and
18410         passed in to the system.
18411         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18412         pgg-add-passphrase-to-cache function.
18413
18414         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18415         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18416         these routines, so the passphrase can be managed externally and
18417         passed in to the system.
18418         (pgg-pgp5-sign-region): Use new name of
18419         pgg-add-passphrase-to-cache function.
18420
18421 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18422
18423         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18424         part of the decoded armor to find the key-identifier.
18425         (pgg-gpg-lookup-key-owner): New function to return the
18426         human-readable identifier of a key owner.
18427         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18428         itself.
18429         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18430         the key value) if we have a key and can match it against a secret
18431         key.  Also, added a note pointing out fact that the prompt only
18432         indicates the first matching key.
18433
18434         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18435         pgg-decrypt-region.
18436         (pgg-add-passphrase-to-cache): Rename from
18437         `pgg-add-passphrase-cache' to reduce confusion (all callers
18438         changed).
18439         (pgg-remove-passphrase-from-cache): Rename from
18440         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18441         changed).
18442         (pgg-read-passphrase, pgg-add-passphrase-cache)
18443         (pgg-remove-passphrase-cache): Add informative docstrings.
18444         (pgg-decrypt): Convey provided passphrase in subordinate call to
18445         pgg-decrypt-region.
18446
18447 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18448
18449         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18450         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18451         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18452         'passphrase' argument, so the passphrase can be managed externally
18453         and then passed in to the system.
18454
18455         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18456         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18457         so the passphrase cache can be used reliably with identifiers
18458         besides a pgp packet's key id.
18459
18460         * pgg-gpg.el (pgg-gpg-encrypt-region)
18461         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18462         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18463         these routines, so the passphrase can be managed externally and
18464         passed in to the system.
18465
18466         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18467         'notruncate' argument, so the passphrase cache can be used
18468         reliably with identifiers besides a pgp packet's key id.
18469
18470 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18471
18472         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18473         symmetric encryption.
18474         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18475         encrypted session key.
18476         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18477         message ask for the passphrase in a proper way.
18478
18479         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18480         New user commands for symmetric encryption.
18481
18482 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18485
18486         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18487
18488 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18489
18490         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18491
18492 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18493
18494         * mm-decode.el (mm-inlined-types): Add application/pgp.
18495         (mm-automatic-display): Ditto.
18496
18497         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18498         part as text.
18499
18500 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18501
18502         * nnrss.el: Update copyright.
18503         (nnrss-opml-import): Query whether to subscribe to each entry.
18504
18505         * gnus-art.el:
18506         * gnus-sum.el:
18507         * gnus-xmas.el:
18508         * messagexmas.el:
18509         * mm-uu.el:
18510         * mm-view.el: Update copyright.
18511
18512 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18513
18514         * message.el (message-info): New function.
18515         (message-mode-menu): Add it.
18516         Update copyright.
18517
18518         * ChangeLog: Fix and update copyright.
18519
18520 2006-01-13  Romain Francoise  <romain@orebokech.com>
18521
18522         * message.el (message-forward-subject-name-subject): Prefer the
18523         address to 'nowhere' if the sender has no name.
18524         Fix typo.  Update copyright year.
18525
18526 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * gnus-art.el (article-wash-html):
18529         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18530         (gnus-article-wash-html-with-w3m-standalone): New function.
18531
18532         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18533         mm-inline-text-html-render-with-w3m-standalone.
18534         (mm-text-html-washer-alist): Map w3m-standalone to
18535         gnus-article-wash-html-with-w3m-standalone.
18536         (mm-inline-text-html-render-with-w3m-standalone): New function.
18537
18538 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18539
18540         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18541         Improve LaTeX.
18542
18543 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18546         (nnrss-request-article): Render text/plain parts as HTML.
18547
18548         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18549         the buffer.
18550
18551 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18552
18553         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18554         custom definition of `gnus-posting-styles'.
18555
18556         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18557         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18558
18559 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18560
18561         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18562         Use nntp for bug archive.
18563
18564 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18567         parts.
18568         (nnrss-normalize-date): New function converts ISO 8601 date into
18569         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18570         (nnrss-check-group): Use it.
18571
18572 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18573
18574         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18575
18576         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18577         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18578         (nnrss-insert-w3): Ditto.
18579
18580 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18581
18582         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18583         the articles to be forwarded including the case where neither a
18584         number of articles nor a region is specified.
18585
18586 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * nnrss.el (nnrss-request-article): Fix last change; fill
18589         text/plain parts.
18590
18591 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18594         in text/plain part.
18595         (nnrss-check-group): Don't add excessive newline to dc:subject.
18596
18597 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18598
18599         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18600         article.
18601
18602 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18603
18604         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18605         (nnml-use-compressed-files, nnml-save-mail): Support other
18606         comression programs such as bzip2.
18607
18608 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18609
18610         * dns.el (query-dns): Make sure we check the buffer size before
18611         removing tcp headers.
18612
18613 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18616         remove MIME buttons associated with multipart/alternative parts.
18617         (gnus-mime-display-alternative): Tag buttons using `article-type'
18618         text property.
18619
18620         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18621         associated with multipart/alternative parts.
18622
18623         * gnus-art.el (gnus-signature-separator): Fix custom type.
18624
18625         * mm-decode.el (mm-inlined-types): Fix custom type.
18626         (mm-keep-viewer-alive-types): Ditto.
18627         (mm-automatic-display): Ditto.
18628         (mm-attachment-override-types): Ditto.
18629         (mm-inline-override-types): Ditto.
18630         (mm-automatic-external-display): Ditto.
18631
18632 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18633
18634         * spam-report.el (spam-report-user-mail-address)
18635         (spam-report-user-agent): New variables.
18636         (spam-report-url-ping-plain): Use spam-report-user-agent.
18637
18638 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18639
18640         * gnus-art.el (gnus-button-handle-custom): Do not just use
18641         `customize-apropos' for any "M-x customize-*" button but the
18642         function called for.  Accept both the function name and its
18643         argument in order to achieve this.
18644         (gnus-button-alist): Remove support for "custom:" URL's.
18645         Pass function name to `gnus-button-handle-custom' in case of "M-x
18646         customize-*" buttons.
18647
18648 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18649
18650         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18651         multipart/alternative and add xref to mm-discouraged-alternatives
18652         in doc string.
18653
18654         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18655         gnus-buttonized-mime-types in doc string.
18656
18657 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18658
18659         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18660         Suggest image/.* in the doc string.
18661
18662 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18663
18664         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18665         message-marks (Debian bug #342521).
18666
18667 2005-12-12  Simon Josefsson  <jas@extundo.com>
18668
18669         * password.el (password-read-from-cache): Add.
18670         (password-read): Use it.
18671
18672 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18673
18674         * rfc2047.el (rfc2047-charset-to-coding-system):
18675         Recognize us-ascii as a MIME charset.
18676
18677         * mm-bodies.el (mm-decode-content-transfer-encoding):
18678         Protect against the case where the 2nd arg TYPE is nil.
18679
18680 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18681
18682         * pop3.el (pop3-stream-type): Fix custom version.
18683
18684         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18685
18686 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18687
18688         * mm-decode.el (mm-display-external): Add missing cdr.
18689
18690 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18693         RFC1524) if it is in mailcap or add a suffix according to
18694         mailcap-mime-extensions when generating a temp filename; postpone
18695         deleting a temp file for 2 seconds for some wrappers, shell
18696         scripts, and so on, which might exit right after having started a
18697         viewer command as a background job.
18698
18699 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18700
18701         * nntp.el (nntp-marks-directory): Fix custom group.
18702
18703         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18704         steps when < 10.
18705
18706         * gnus-start.el (gnus-no-server-1):
18707         Mention `gnus-level-default-subscribed' in doc string.
18708
18709 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18710
18711         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18712         parens.
18713
18714 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18715
18716         * gnus-xmas.el (gnus-use-toolbar): Revert.
18717         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18718         gnus-use-toolbar is default.
18719
18720         * messagexmas.el (message-use-toolbar): Revert.
18721         (message-setup-toolbar): Use global default-toolbar if
18722         message-use-toolbar is default.
18723
18724 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18725
18726         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18727         according to default-toolbar-visible-p.
18728
18729         * messagexmas.el (message-use-toolbar): Ditto.
18730
18731 2005-11-26  Dave Love  <fx@gnu.org>
18732
18733         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18734         (tls-program, tls-success): Provide openssl alternative.
18735
18736         * starttls.el: Doc fixes.
18737         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18738         SERVICE to PORT.
18739
18740         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18741         port null or service name.
18742         (starttls-negotiate): Autoload.
18743
18744 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * message.el (message-kill-to-signature): Fix interactive spec.
18747
18748 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * pop3.el (pop3-open-server): Recognize a string as a service name.
18751
18752 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18753
18754         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18755
18756 2005-11-23  Dave Love  <fx@gnu.org>
18757
18758         Add pop3s, pop3/starttls.
18759
18760         * pop3.el (pop3-authentication-scheme): Clarify doc.
18761         (open-tls-stream, starttls-open-stream): Autoload.
18762         (pop3-stream-type): New.
18763         (pop3-open-server): Use it.
18764
18765         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18766         for POP.
18767         (mail-source-keyword-map): Add :stream for POP.
18768         (mail-source-fetch-pop): Use pop3-stream-type.
18769
18770 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18771
18772         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18773         of current-time-string.
18774
18775 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18776
18777         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18778         date header.
18779
18780 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18781
18782         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18783         it can seriously impact performance as it bypasses the agent's
18784         local caches.
18785
18786 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18787
18788         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18789         must be explicitly online rather than "not explicitly offline" for
18790         its flags to be synchronized.
18791
18792         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18793         that gnus-uu-unmark-thread will function correctly.
18794
18795         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18796         1024K is instead displayed as 1M.
18797
18798 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18799
18800         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18801
18802 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18803
18804         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18805
18806 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18807
18808         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18809         error message to display actual error condition.
18810         (gnus-agent-save-local): Avoid saving symbols that are bound to
18811         nil as they simply result in a warning message in
18812         gnus-agent-read-local.
18813
18814 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18815
18816         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18817         rather than make-variable-buffer-local for file-precious-flag.
18818
18819 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18820
18821         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18822         for duplicates which are removed.  The invalid sort check then
18823         triggers a rescan after the sort as sorting may have moved
18824         duplicate entries such that they can be cheaply detected.
18825
18826 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18827
18828         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18829
18830 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18831
18832         * gnus-agent.el (gnus-agent-article-alist-save-format):
18833         Change internal variable to a custom variable.  Change default value
18834         from compressed(2) to uncompressed(1).
18835         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18836         support for uncompressed agentview files.  Taken together, reading
18837         the agentview file should now be 6-7 times faster.
18838
18839 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18840
18841         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18842         as a buffer-local variable.  This avoids creating truncated
18843         dribble files as a result of a hang up, eg.
18844
18845 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18846
18847         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18848         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18849         XEmacs.
18850
18851 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18852
18853         * gnus-start.el (gnus-start-draft-setup):
18854         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18855
18856         * gnus.el (gnus-splash): Change custom group.
18857         (gnus-group-get-parameter, gnus-group-parameter-value):
18858         Describe allow-list argument.
18859
18860         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18861         string.
18862
18863 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18864
18865         * gnus-art.el (gnus-default-article-saver): Add user-defined
18866         `function' to custom type.
18867
18868 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18869
18870         * imap.el (imap-open): Handle case where buffer is a buffer
18871         object.
18872
18873 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18874
18875         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18876         long lines.
18877         (gnus-cache-delete-group): Wrap doc strings.
18878
18879         * gnus-agent.el (gnus-agent-rename-group)
18880         (gnus-agent-delete-group): Wrap doc strings.
18881
18882 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * messagexmas.el (message-use-toolbar): Change the valid values
18885         into default, top, bottom, left, and right.
18886         (message-toolbar-thickness): New variable.
18887         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18888         well.
18889         (message-setup-toolbar): Make it work.
18890
18891         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18892         (gnus-use-toolbar): Change the valid values into default, top,
18893         bottom, left, and right.
18894         (gnus-toolbar-thickness): New variable.
18895         (gnus-xmas-setup-toolbar): New function.
18896         (gnus-xmas-setup-group-toolbar): Use it.
18897         (gnus-xmas-setup-summary-toolbar): Use it.
18898
18899 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18900
18901         * gnus-start.el (gnus-1): Add "native" to
18902         gnus-predefined-server-alist.
18903
18904         * gnus.el (gnus-method-to-server): Don't add "native" to the
18905         lists here, because that leads to problems when
18906         gnus-select-method is bound.
18907
18908 2005-11-09  Simon Josefsson  <jas@extundo.com>
18909
18910         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18911         use (not sort-by-date) instead.
18912
18913 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18914
18915         * gnus-delay.el (gnus-delay-group): Don't autoload.
18916         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18917         to be re-loaded when customizing the `gnus-delay' group.
18918
18919 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18920
18921         * message.el: Revert last changes.
18922         (message-insert-citation-line): Use newlines.
18923
18924 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18925
18926         * message.el (message-courtesy-message)
18927         (message-mark-insert-begin, message-mark-insert-end)
18928         (message-elide-ellipsis, message-cancel-message)
18929         (message-add-header, message-change-subject)
18930         (message-cross-post-followup-to-header)
18931         (message-cross-post-insert-note, message-reduce-to-to-cc)
18932         (message-widen-reply, message-delete-not-region)
18933         (message-kill-to-signature, message-insert-signature)
18934         (message-insert-importance-high, message-insert-importance-low)
18935         (message-insert-or-toggle-importance)
18936         (message-insert-disposition-notification-to)
18937         (message-indent-citation, message-yank-original)
18938         (message-cite-original-without-signature, message-cite-original)
18939         (message-insert-citation-line, message-position-on-field)
18940         (message-fix-before-sending, message-send-mail-partially)
18941         (message-send-mail, message-send-mail-with-sendmail)
18942         (message-send-mail-with-qmail, message-send-news)
18943         (message-check-news-header-syntax, message-generate-headers)
18944         (message-insert-courtesy-copy, message-fill-address)
18945         (message-fill-header, message-shorten-references)
18946         (message-setup-1, message-cancel-news)
18947         (message-forward-make-body-plain, message-forward-make-body-mime)
18948         (message-forward-make-body-mml, message-encode-message-body)
18949         (message-forward-make-body-digest-plain)
18950         (message-forward-make-body-digest-mime)
18951         (message-use-alternative-email-as-from): Insert `hard-newline'
18952         instead of ordinary newlines.
18953
18954 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * message.el (message-generate-headers): Downcase the argument
18957         given to message-check-element.
18958
18959 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18960
18961         * nntp.el (nntp-authinfo-rejected): New error condition.
18962         (nntp-wait-for): Use new error condition to signal authentication
18963         error.
18964         (nntp-retrieve-data): Rethrow new error condition to break out of
18965         recursive call to nntp-send-authinfo.
18966
18967 2005-11-08  Romain Francoise  <romain@orebokech.com>
18968
18969         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18970         (gnus-summary-exit-map): Bind to `Z p'.
18971         (gnus-summary-make-menu-bar): Add menu item.
18972
18973 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18974
18975         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18976         (gnus-treat-*): Add `first' in all doc strings.
18977
18978         * gnus-group.el (gnus-group-compact-group): Fix typo.
18979
18980 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * gnus.el (gnus-parameters-case-fold-search): New variable.
18983         (gnus-parameters-get-parameter): Use it.
18984
18985         * gnus-score.el (gnus-home-score-file): Doc fix.
18986
18987 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18988
18989         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18990
18991 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18992
18993         * mm-util.el (mm-special-display-p): New function.
18994
18995         * mml.el (mml-preview): Use it; doc fix.
18996
18997 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18998
18999         * imap.el (imap-open): Handle case where buffer is a buffer object.
19000
19001 2005-10-29  Romain Francoise  <romain@orebokech.com>
19002
19003         * message.el (message-fix-before-sending): Fix comment.
19004
19005 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19006
19007         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19008
19009 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19010
19011         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19012         Used in gnus-score.el.
19013
19014 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19015
19016         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19017
19018 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19019
19020         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19021         whitespace removed in revision 7.8.  Use concatenated string to
19022         protect trailing whitespace.
19023
19024 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19025
19026         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19027         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19028         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19029         Courier IMAP ("some version from 2004").  Mostly based on similar
19030         code in the same function.
19031
19032 2005-10-26  Didier Verna  <didier@xemacs.org>
19033
19034         * gnus-group.el (gnus-group-compact-group): Invalidate original
19035         article buffer.
19036         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19037         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19038         NOV database and in article itself.
19039         Invalidate article backlog.
19040
19041 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19042
19043         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19044
19045 2005-10-26  Simon Josefsson  <jas@extundo.com>
19046
19047         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19048         part of 2004-07-25 change.
19049
19050 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * message.el (message-display-completion-list): New function.
19053         (message-expand-group): Use it; make sure the Completions buffer
19054         is modifiable.
19055 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19056
19057         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19058         user-mail-name is an empty string.
19059
19060 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19061
19062         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19063         depending on gnus-score-decay-constant.
19064
19065         * encrypt.el (encrypt-insert-file-contents)
19066         (encrypt-write-file-contents): Don't use `gnus-message'.
19067
19068         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19069         arguments.
19070         (mm-uu-type-alist): Add message-marks and insert-marks.
19071         Pass arguments to mm-uu-verbatim-marks-extract.
19072         (mm-uu-hide-markers): New variable.
19073         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19074
19075         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19076         (gnus-convert-image-to-face-command): Use "convert" by default to
19077         allow other input image formats.
19078         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19079         accordingly.
19080
19081 2005-10-23  Simon Josefsson  <jas@extundo.com>
19082
19083         * imap.el (imap-gssapi-program): Align command line parameters
19084         with latest GNU SASL.
19085         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19086
19087 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19088
19089         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19090         HTML.
19091         (nnslashdot-request-article): Ditto.
19092
19093         * lpath.el (featurep): Add nobreak-char-display.
19094
19095 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19096
19097         * mail-source.el (mail-source-fetch-pop): Require pop3.
19098         (mail-source-check-pop): Ditto.
19099
19100 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19103         errors.
19104
19105 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19106
19107         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19108         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19109
19110         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19111
19112         * mm-bodies.el (mm-decode-string):
19113         Call `mm-charset-to-coding-system' with allow-override argument.
19114
19115 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19118         (rfc2047-charset-to-coding-system): New function.
19119         (rfc2047-decode-encoded-words): New function.
19120         (rfc2047-decode-region): Use them.
19121         (rfc2047-decode-cte): Remove.
19122         (rfc2047-parse-and-decode): Remove.
19123         (rfc2047-decode): Remove.
19124
19125 2005-10-15  Kenichi Handa  <handa@m17n.org>
19126
19127         * rfc2047.el (rfc2047-decode-cte): New function.
19128         (rfc2047-decode-region): Change the way to decode successive
19129         encoded-words: decode B- or Q-encoding in each encoded-word,
19130         concatenate them, and decode it as charset.
19131
19132 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19133
19134         * lpath.el: Fbind codepage-setup for XEmacs.
19135
19136 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19137
19138         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19139         widget-move-and-invoke.
19140         (gnus-custom-mode): Use gnus-custom-map.
19141
19142 2005-10-15  Bill Wohler  <wohler@newt.com>
19143
19144         * message.el (message-tool-bar-map): Rename image file from
19145         mail_send to mail/send.
19146
19147 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19148
19149         * message.el (message-expand-group): Pass the common
19150         prefix substring of completion to `display-completion-list'.
19151
19152 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * mml-sec.el (mml-secure-method): New internal variable.
19155         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19156         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19157         New functions using mml-secure-method.
19158
19159         * mml.el (mml-mode-map): Add key bindings for those functions.
19160         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19161         Harder <harder@myrealbox.com>.
19162         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19163         Goto end of message if point is the headers of the message.
19164
19165         * message.el (message-in-body-p): New function.
19166
19167         * assistant.el: Autoload gnus-util and netrc.
19168
19169         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19170         Use `mm-charset-override-alist' only when decoding.
19171
19172         * mm-bodies.el (mm-decode-body):
19173         Call `mm-charset-to-coding-system' with allow-override argument.
19174
19175         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19176         `filename' from Content-Disposition if Content-Type doesn't
19177         provide `name'.
19178         (gnus-mime-view-part-as-type): Set default instead of
19179         initial-input.
19180
19181 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19182
19183         * format-spec.el (format-spec): Propagate text properties of % spec.
19184
19185 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19186
19187         * gnus-art.el (gnus-treat-predicate): Add `first'.
19188
19189 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19190
19191         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19192         (mm-charset-override-alist): New variable.
19193         (mm-charset-to-coding-system): Use it.
19194         (mm-codepage-setup): New helper function.
19195         (mm-charset-eval-alist): New variable.
19196         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19197         Warn about unknown charsets.
19198
19199         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19200
19201 2005-10-04  David Hansen  <david.hansen@gmx.net>
19202
19203         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19204         (nnrss-check-group): Ditto.
19205
19206 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19207
19208         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19209         Rename x-gnus-verbatim to x-verbatim.
19210         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19211
19212         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19213         x-verbatim.
19214
19215         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19216
19217         * gnus-util.el (gnus-remove-duplicates): Remove.
19218
19219         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19220         instead of gnus-remove-duplicates.
19221
19222         * message.el (message-remove-duplicates): Remove.
19223         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19224         message-remove-duplicates.
19225
19226         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19227         available, else use implementation from `delete-dups'.
19228
19229         * message.el (message-insert-expires): New function.
19230         (message-mode-map): Add key binding.
19231         (message-mode-field-menu): Add menu entry.
19232         (message-mode): Document it.
19233         (message-make-expires-date): Use `message-make-date'.
19234
19235 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19236
19237         * message.el (message-make-expires-date): New function.
19238
19239 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * Makefile.in (list-installed-shadows): New entry.
19242         (install): Use it.
19243         (remove-installed-shadows): New entry.
19244
19245         * dgnushack.el (dgnushack-default-load-path): New variable.
19246         (dgnushack-find-lisp-shadows): New function.
19247         (dgnushack-remove-lisp-shadows): New function.
19248
19249 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19250
19251         * Makefile.in (install-el-elc): New entry.
19252         (install): Use it so that .el files are necessarily installed.
19253
19254 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19255
19256         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19257
19258 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19259
19260         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19261         function rather than the diff-mode.el package.
19262         (mm-display-external): Use with-current-buffer.
19263         (mm-viewer-completion-map, mm-viewer-completion-map):
19264         Move initialization inside declaration.
19265
19266 2005-09-29  Simon Josefsson  <jas@extundo.com>
19267
19268         * spam.el: Load hashcash when compiling, to avoid warnings.
19269         Don't autoload mail-check-payment.
19270         (spam-check-hashcash): Define unconditionally, since hashcash.el
19271         is part of Gnus now.  Ignore errors from payment checking.
19272
19273 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19274
19275         * message.el (message-bold-region, message-unbold-region):
19276         Rename from `bold-region' and `unbold-region'.
19277
19278         * message.el: Remove useless autoloads.
19279
19280 2005-09-28  Simon Josefsson  <jas@extundo.com>
19281
19282         * message.el (message-use-idna): Default to t.
19283         (message-use-idna): Test whether encoding works too.  Doc fix.
19284
19285 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * nntp.el (nntp-warn-about-losing-connection): Remove.
19288
19289 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19290
19291         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19292         customizable.  Change default value.
19293         (mm-uu-diff-groups-regexp): Change default value.
19294         (mm-uu-type-alist): Add doc string.
19295         (mm-uu-configure): Add doc string.  Make it interactive.
19296         (mm-uu-tex-groups-regexp): New variable.
19297         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19298         (mm-uu-type-alist): Add LaTeX documents.
19299         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19300         of "text/verbatim".
19301         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19302
19303         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19304         instead of "text/verbatim".
19305
19306         * message.el (message-mark-inserted-region)
19307         (message-mark-insert-file): Use slrn style marks when called with
19308         prefix argument.
19309
19310 2005-09-27  Simon Josefsson  <jas@extundo.com>
19311
19312         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19313
19314 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19315
19316         * message.el (message-remove-duplicates): New function.
19317         Implementation borrowed from `gnus-remove-duplicates'.
19318         (message-idna-to-ascii-rhs): Also encode idna addresses in
19319         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19320         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19321         only ask about the same idna domain once per header and also tell
19322         in what header to replace the idna domain.
19323
19324         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19325         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19326         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19327         a header is decoded and not just the last one.
19328
19329 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19332         has been decoded.
19333
19334         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19335         (mm-insert-part): Don't modify text if it has been decoded.
19336
19337         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19338         decoded.
19339
19340         * mm-view.el (mm-inline-text): Don't strip text props unless
19341         decoding enriched or richtext parts.
19342
19343 2005-09-25  Romain Francoise  <romain@orebokech.com>
19344
19345         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19346         * gnus-start.el (gnus-subscribe-interactively):
19347         * gnus-uu.el (gnus-uu-grab-articles):
19348         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19349         space.
19350
19351 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19352
19353         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19354         * mm-view.el (mm-view-pkcs7-decrypt):
19355         * gnus-sum.el (gnus-summary-limit-to-extra)
19356         (gnus-summary-respool-article, gnus-read-move-group-name):
19357         * gnus-score.el (gnus-summary-increase-score):
19358         * gnus-util.el (gnus-completing-read-with-default):
19359         * gnus-art.el (gnus-read-save-file-name)
19360         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19361         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19362         * message.el (message-check-news-header-syntax):
19363         Follow convention for reading with the minibuffer.
19364
19365 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19366
19367         * spam-report.el (spam-report-url-ping-plain):
19368         Use gnus-extended-version as User-Agent.
19369
19370         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19371         default value is nil.
19372
19373         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19374         (mm-uu-verbatim-marks-extract): New function.
19375         (mm-uu-extract): New face.
19376         (mm-uu-copy-to-buffer): Use it.
19377
19378         * spam-report.el (spam-report-gmane-ham): Rename from
19379         `spam-report-gmane-unspam'.
19380         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19381         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19382
19383         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19384         Autoload.
19385         (spam-report-gmane-unregister-routine):
19386         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19387
19388 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19389
19390         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19391         (spam-report-gmane-unregister-routine): Add support for gmane
19392         unregistration.
19393
19394         * spam-report.el (spam-report-gmane-unspam)
19395         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19396         (spam-report-gmane): Change to take a single article and do unspam
19397         registration.
19398
19399 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19400
19401         * mm-url.el (mm-url-decode-entities): Fix regexp.
19402
19403 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19404
19405         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19406         default to nil, to be able to use Gnus at all.  If the default
19407         switches to something else, then the function should be fixed not
19408         be exceedingly slow.
19409
19410 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19411
19412         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19413         fail hard.
19414
19415         * spam-report.el: Add better Keywords line.
19416
19417         * spam.el: Add Maintainer and better Keywords line.
19418
19419 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19420
19421         * gnus-art.el (gnus-article-replace-part)
19422         (gnus-mime-replace-part): New functions.
19423         (gnus-mime-action-alist, gnus-mime-button-commands)
19424         (gnus-mime-save-part-and-strip): Add file argument.
19425         (gnus-article-part-wrapper): Add interactive argument.
19426
19427         * gnus-sum.el (gnus-summary-mime-map):
19428         Add `gnus-article-replace-part'.
19429
19430 2005-09-19  Didier Verna  <didier@xemacs.org>
19431
19432         The nnml compaction feature:
19433         * nnml.el (nnml-request-compact-group): New function.
19434         * nnml.el (nnml-request-compact): New function.
19435         * gnus-int.el (gnus-request-compact-group): New function.
19436         * gnus-int.el (gnus-request-compact): New function.
19437         * gnus-group.el (gnus-group-compact-group): New function.
19438         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19439         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19440         * gnus-srvr.el (gnus-server-compact-server): New function.
19441         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19442         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19443
19444 2005-09-18  Deepak Goel  <deego@gnufans.org>
19445
19446         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19447         format spec.
19448
19449 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19452
19453 2005-09-15  Romain Francoise  <romain@orebokech.com>
19454
19455         * message.el (message-fill-paragraph): Clarify docstring.
19456
19457 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19458
19459         * gnus-art.el (gnus-mime-display-part): Protect against broken
19460         MIME messages.
19461
19462 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19463
19464         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19465         before parsing header.
19466
19467 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19468
19469         * html2text.el (html2text-replace-list): Add new entities.
19470
19471 2005-09-11  Romain Francoise  <romain@orebokech.com>
19472
19473         * message.el (message-alternative-emails): Improve docstring.
19474         (message-setup-1): Call `message-use-alternative-email-as-from'
19475         after `message-setup-hook' to give it precedence over posting
19476         styles, etc.
19477         (message-use-alternative-email-as-from): Add docstring.
19478         Remove the original From header if present.
19479
19480         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19481         (nnml-save-mail): Use it.
19482
19483         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19484         articles.  Add new argument `silent'.
19485         (gnus-uu-mark-all): Report the total number of marked articles.
19486
19487 2005-09-10  Romain Francoise  <romain@orebokech.com>
19488
19489         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19490         (gnus-uu-mark-series): Likewise.
19491
19492 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19493
19494         * spam-report.el (spam-report-gmane): Fix generation of spam
19495         report URL.
19496
19497 2005-09-10  Simon Josefsson  <jas@extundo.com>
19498
19499         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19500         t, based on discussion on the ding list with Robert Epprecht
19501         <epprecht@solnet.ch>.
19502
19503 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19504
19505         * spam-report.el (spam-report-gmane): Make it work without
19506         X-Report-Spam header.  Gmane now only provides Archived-At.
19507         This is only used if `spam-report-gmane-use-article-number' is nil.
19508         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19509
19510         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19511         make `gnus-summary-sort-by-recipient' work with threading.
19512
19513         * nnweb.el (nnweb-google-wash-article): Print a message if article
19514         is not available.
19515
19516 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19517
19518         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19519         change.  Decode text/* parts content before displaying.
19520
19521 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19522
19523         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19524
19525 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19526
19527         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19528
19529         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19530         url-package-name, url-package-version,
19531         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19532         w3m-display-inline-images, and w3m-minor-mode-map.
19533
19534 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19535
19536         * message.el (message-tab-body-function): Fix mismatched custom type.
19537
19538         * gnus.el (gnus-group-change-level-function): Ditto.
19539
19540         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19541
19542         * gnus-art.el (gnus-signature-limit)
19543         (gnus-article-mime-part-function): Ditto.
19544
19545 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19546
19547         * mml.el (mml-mode): Silence the byte compiler.
19548
19549         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19550         using `(sit-for 0)' before moving the point to the specified part;
19551         skip unbuttonized parts.
19552         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19553         return to the summary window if gnus-auto-select-part is non-nil.
19554
19555 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19556
19557         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19558         New variables.
19559         (mml-dnd-attach-file, mml-mode): Use them.
19560
19561         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19562         Make fetching article by MID work again for Google Groups.
19563         Add FIXME concerning gnus-group-make-web-group.
19564
19565         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19566         Don't depend on Gnus by using mail-extract-address-components if
19567         gnus-extract-address-components is not bound.
19568
19569 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19570
19571         * gnus-art.el (gnus-mime-display-security): Don't display the
19572         signature, but only the signed part.
19573
19574 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19575
19576         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19577
19578         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19579         list, not listp.
19580
19581 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19582
19583         * mm-encode.el (mm-encode-content-transfer-encoding):
19584         Likewise when encoding.
19585
19586         * mm-bodies.el (mm-decode-content-transfer-encoding):
19587         De-canonicalize CRLF for all text content types, not just
19588         text/plain.
19589
19590 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19591
19592         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19593         valid article; point arrow and cursor at the MIME button.
19594
19595 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19596
19597         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19598         Suggested by Dan Christensen <jdc@uwo.ca>.
19599
19600         * mm-decode.el (mm-save-part): Enable change of prompt.
19601
19602 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19603
19604         * gnus-msg.el (gnus-inews-add-send-actions):
19605         Make `message-post-method' lambda parameter ARG `&optional'.
19606
19607 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19608
19609         * gnus-sum.el (gnus-summary-mime-map):
19610         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19611         gnus-article-jump-to-part.
19612
19613         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19614         (gnus-article-edit-part): Use it.
19615         (gnus-article-part-wrapper): Add no-handle argument.
19616         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19617         New functions.
19618
19619 2005-08-29  Romain Francoise  <romain@orebokech.com>
19620
19621         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19622         docstring.
19623         (gnus-face-from-file): Likewise.
19624
19625 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19626
19627         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19628         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19629         non-nil.
19630         (gnus-auto-select-part): New variable.
19631         (gnus-article-jump-to-part): New function.
19632         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19633         (gnus-mime-delete-part): Allow selecting specified part after
19634         deleting or stripping parts.
19635         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19636         part if argument is bogus.
19637
19638 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19639
19640         * gnus-art.el (w3m-minor-mode-map):
19641         * gnus-spec.el (gnus-newsrc-file-version):
19642         * gnus-util.el (nnmail-active-file-coding-system)
19643         (gnus-original-article-buffer, gnus-user-agent):
19644         * gnus.el (gnus-ham-process-destinations)
19645         (gnus-parameter-ham-marks-alist)
19646         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19647         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19648         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19649         * mm-decode.el (gnus-current-window-configuration):
19650         * mm-extern.el (gnus-article-mime-handles):
19651         * mm-url.el (url-current-object, url-package-name)
19652         (url-package-version):
19653         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19654         (smime-keys, w3m-cid-retrieve-function-alist)
19655         (w3m-current-buffer, w3m-display-inline-images)
19656         (w3m-minor-mode-map):
19657         * mml-smime.el (gnus-extract-address-components):
19658         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19659         (gnus-newsrc-hashtb, message-default-charset)
19660         (message-deletable-headers, message-options)
19661         (message-posting-charset, message-required-mail-headers)
19662         (message-required-news-headers):
19663         * mml1991.el (mc-pgp-always-sign):
19664         * mml2015.el (mc-pgp-always-sign):
19665         * nnheader.el (nnmail-extra-headers):
19666         * rfc1843.el (gnus-decode-encoded-word-function)
19667         (gnus-decode-header-function, gnus-newsgroup-name):
19668         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19669
19670 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19671
19672         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19673         the end of the date treatments.
19674
19675 2005-08-15  Simon Josefsson  <jas@extundo.com>
19676
19677         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19678         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19679         Capello and Romain Francoise.
19680         (pgg-fetch-key-function): Remove, not used?
19681         (pgg-insert-url-with-w3): Require url, to get
19682         url-insert-file-contents regardless of where it is defined.
19683
19684 2005-08-13  Romain Francoise  <romain@orebokech.com>
19685
19686         * message.el (message-cite-original-1): New function.
19687         (message-cite-original): Use it.
19688         (message-cite-original-without-signature): Ditto.
19689
19690 2005-08-08  Romain Francoise  <romain@orebokech.com>
19691
19692         * message.el (message-yank-empty-prefix): New variable.
19693         (message-indent-citation): Use it.
19694         (message-cite-original-without-signature): Respect X-No-Archive.
19695
19696 2005-08-08  Simon Josefsson  <jas@extundo.com>
19697
19698         * pgg.el: Autoload url-insert-file-contents instead of loading
19699         w3/url.
19700         (pgg-insert-url-with-w3): Don't load url here.
19701
19702 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19703
19704         * message.el (message-kill-to-signature): Don't insert newline at
19705         bol.
19706         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19707
19708 2005-08-06  Romain Francoise  <romain@orebokech.com>
19709
19710         * message.el (message-user-fqdn): Fix typo in docstring.
19711
19712 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19713
19714         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19715
19716         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19717
19718 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19719
19720         * mm-bodies.el (mm-encode-body): Use coding system rather than
19721         charset to encode text.
19722
19723         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19724         number of charsets if utf-8 is available (XEmacs).
19725
19726 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19727
19728         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19729         taken from `gnus-button-mid-or-mail-regexp'.
19730         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19731         (gnus-button-alist): Improve regexp for domain part of the MIDs
19732         for news:localpart@domain buttons.
19733         (gnus-button-ctan-directory-regexp): Update.
19734
19735 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19736
19737         * sieve-manage.el (sieve-manage-interactive-login):
19738         Use make-local-variable rather than make-variable-buffer-local.
19739         (sieve-manage-open): Ditto.
19740         (sieve-manage-authenticate): Ditto.
19741
19742         * mml.el (mml-generate-mime-1): Make the content type default to
19743         text/plain if the filename is not specified.
19744
19745 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19746
19747         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19748         instead of insert-buffer.
19749
19750         * message.el (message-yank-original): Ditto; set the mark at the
19751         end of the yanked message.
19752
19753 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19756         lines to scroll rather than to stop it.
19757
19758         * mml.el (mml-generate-default-type): Add doc string.
19759         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19760         default to application/octet-stream when determining the content
19761         type if it is not specified for the part or the mml contents; add
19762         a comment about mml-generate-default-type.
19763
19764 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19765
19766         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19767         make it default to application/octet-stream when determining the
19768         content type if it is not specified for the external contents.
19769
19770 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19771
19772         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19773         segmented parameter but also other parameters might be there.
19774
19775 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * mm-decode.el (mm-display-external): Delete temp file, directory
19778         and buffer immediately if the external process is exited.
19779
19780 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19781
19782         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19783         fewer lines than that of scroll-margin.
19784         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19785
19786 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19787
19788         * gnus-art.el (gnus-article-next-page): Revert.
19789         (gnus-article-beginning-of-window): New macro.
19790         (gnus-article-next-page-1): Use it.
19791         (gnus-article-prev-page): Ditto.
19792         (gnus-article-edit-part): Use insert-buffer-substring instead of
19793         insert-buffer.
19794         (gnus-article-edit-exit): Ditto.
19795
19796         * gnus-util.el (gnus-beginning-of-window): Remove.
19797         (gnus-end-of-window): Remove.
19798
19799         * lpath.el: Don't bind header-line-format and scroll-margin.
19800
19801 2005-07-25  Simon Josefsson  <jas@extundo.com>
19802
19803         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19804         to have the url package without w3.  Reported by Daiki Ueno
19805         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19806
19807 2005-07-20  Didier Verna  <didier@xemacs.org>
19808
19809         * gnus-diary.el: Remove the description comment (nndiary is now
19810         properly documented in the Gnus manual).
19811         Fix the spelling of "Back End".
19812         * nndiary.el: Ditto.
19813         Fix the copyright notice.
19814
19815 2005-07-18  Romain Francoise  <romain@orebokech.com>
19816
19817         * gnus-sum.el (gnus-summary-to-prefix)
19818         (gnus-summary-newsgroup-prefix): New variables.
19819         (gnus-summary-from-or-to-or-newsgroups): Use them.
19820
19821 2005-07-17  Romain Francoise  <romain@orebokech.com>
19822
19823         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19824         space as it's generally not especially interesting to the user.
19825
19826 2005-07-16  Romain Francoise  <romain@orebokech.com>
19827
19828         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19829         nil to avoid prompting and file modification if one of the
19830         messages at the top of the nnfolder file contains a copyright
19831         notice.
19832         Update copyright notice.
19833
19834         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19835         instead of `current-time-string' as the latter creates a time
19836         string that is not RFC 2822 compliant (it lacks the zone).
19837         Update copyright notice.
19838
19839 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19840
19841         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19842         for text/rtf.  Display default in prompt.  Pass default for M-n.
19843
19844         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19845
19846 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19847
19848         * gnus-msg.el (gnus-button-mailto):
19849         Remove save-selected-window-window hackery because it relies on
19850         save-selected-window internals.
19851
19852 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19853
19854         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19855         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19856         (gnus-article-prev-page): Ditto.
19857
19858         * gnus-util.el (gnus-beginning-of-window): New function.
19859         (gnus-end-of-window): New function.
19860
19861         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19862
19863 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19864
19865         * gnus-score.el (gnus-score-edit-all-score):
19866         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19867         gnus-message.
19868
19869 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19870
19871         * gnus-msg.el (gnus-button-mailto):
19872         Remove save-selected-window-window hackery because it relies on
19873         save-selected-window internals.
19874
19875 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19876
19877         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19878         add-minor-mode.
19879         (gnus-binary-mode): Ditto.
19880
19881         * gnus-topic.el (gnus-topic-mode): Ditto.
19882
19883 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19884
19885         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19886         (gnus-article-prev-page): Take scroll-margin into consideration.
19887
19888 2005-07-04  Lute Kamstra  <lute@gnu.org>
19889
19890         Update FSF's address in GPL notices.
19891
19892 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19893
19894         * gnus.el (gnus-exit):
19895         * gnus-group.el (gnus-group-icons):
19896         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19897
19898         * gnus-nocem.el (gnus-nocem):
19899         * message.el (message-various, message-buffers, message-sending)
19900         (message-interface, message-forwarding, message-insertion)
19901         (message-headers, message-news, message-mail):
19902         * pgg-gpg.el (pgg-gpg):
19903         * pgg-parse.el (pgg-parse):
19904         * pgg-pgp.el (pgg-pgp):
19905         * pgg-pgp5.el (pgg-pgp5):
19906         * pop3.el (pop3): Finish `defgroup' description with period.
19907
19908 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19909
19910         * gnus-art.el (article-display-face): Improve the efficiency.
19911         (article-display-x-face): Ditto; remove gray x-face stuff.
19912
19913 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19914
19915         * gnus-art.el (article-display-face): Correct the position in
19916         which Faces are inserted.
19917
19918 2005-06-29  Didier Verna  <didier@xemacs.org>
19919
19920         * gnus-art.el (article-display-face): Display faces in correct
19921         order.
19922
19923 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19924
19925         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19926         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19927         (gnus-nocem-check-article): Fetch the Type header.
19928         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19929         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19930         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19931         make sure gnus-nocem-hashtb is initialized.
19932         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19933         (gnus-nocem-unwanted-article-p): Ditto.
19934
19935         * pgg.el (pgg-verify): Return the verification result.
19936
19937 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19938
19939         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19940         is ascii.
19941
19942 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19943
19944         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19945         `show-nonbreak-escape'.
19946
19947 2005-06-23  Lute Kamstra  <lute@gnu.org>
19948
19949         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19950
19951         * dig.el (dig-mode):
19952         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19953
19954 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19955
19956         * nnimap.el (nnimap-split-download-body): Fix spellings.
19957
19958 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19959
19960         * gnus-art.el (gnus-article-encrypt-body):
19961         * gnus-cus.el (gnus-score-customize):
19962         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19963         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19964
19965 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19966
19967         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19968         header by looking for magic "MII" at the beginning.
19969
19970 2005-06-16  Miles Bader  <miles@gnu.org>
19971
19972         * gnus-xmas.el (gnus-xmas-group-startup-message):
19973         Use renamed gnus-splash face.
19974
19975         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19976         (assistant-field-face): New backward-compatibility alias for renamed
19977         face.
19978         (assistant-render-text): Use renamed assistant-field face.
19979
19980         * spam.el (spam): Remove "-face" suffix from face name.
19981         (spam-face): New backward-compatibility alias for renamed face.
19982         (spam-face, spam-initialize): Use renamed spam face.
19983
19984         * message.el (message-header-to, message-header-cc)
19985         (message-header-subject, message-header-newsgroups)
19986         (message-header-other, message-header-name)
19987         (message-header-xheader, message-separator, message-cited-text)
19988         (message-mml): Remove "-face" suffix from face names.
19989         (message-header-to-face, message-header-cc-face)
19990         (message-header-subject-face, message-header-newsgroups-face)
19991         (message-header-other-face, message-header-name-face)
19992         (message-header-xheader-face, message-separator-face)
19993         (message-cited-text-face, message-mml-face):
19994         New backward-compatibility aliases for renamed faces.
19995         (message-font-lock-keywords): Use renamed message faces.
19996
19997         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19998         (sieve-test-commands, sieve-tagged-arguments):
19999         Remove "-face" suffix from face names.
20000         (sieve-control-commands-face, sieve-action-commands-face)
20001         (sieve-test-commands-face, sieve-tagged-arguments-face):
20002         New backward-compatibility aliases for renamed faces.
20003         (sieve-control-commands-face, sieve-action-commands-face)
20004         (sieve-test-commands-face, sieve-tagged-arguments-face):
20005         Use renamed sieve faces.
20006
20007         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20008         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20009         (gnus-group-news-3-empty, gnus-group-news-4)
20010         (gnus-group-news-4-empty, gnus-group-news-5)
20011         (gnus-group-news-5-empty, gnus-group-news-6)
20012         (gnus-group-news-6-empty, gnus-group-news-low)
20013         (gnus-group-news-low-empty, gnus-group-mail-1)
20014         (gnus-group-mail-1-empty, gnus-group-mail-2)
20015         (gnus-group-mail-2-empty, gnus-group-mail-3)
20016         (gnus-group-mail-3-empty, gnus-group-mail-low)
20017         (gnus-group-mail-low-empty, gnus-summary-selected)
20018         (gnus-summary-cancelled, gnus-summary-high-ticked)
20019         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20020         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20021         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20022         (gnus-summary-low-undownloaded)
20023         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20024         (gnus-summary-low-unread, gnus-summary-normal-unread)
20025         (gnus-summary-high-read, gnus-summary-low-read)
20026         (gnus-summary-normal-read, gnus-splash):
20027         Remove "-face" suffix from face names.
20028         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20029         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20030         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20031         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20032         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20033         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20034         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20035         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20036         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20037         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20038         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20039         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20040         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20041         (gnus-summary-normal-ticked-face)
20042         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20043         (gnus-summary-normal-ancient-face)
20044         (gnus-summary-high-undownloaded-face)
20045         (gnus-summary-low-undownloaded-face)
20046         (gnus-summary-normal-undownloaded-face)
20047         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20048         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20049         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20050         (gnus-splash-face):
20051         New backward-compatibility aliases for renamed faces.
20052         (gnus-group-startup-message): Use renamed gnus faces.
20053
20054         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20055         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20056         (gnus-server-agent): Remove "-face" suffix from face names.
20057         (gnus-server-agent-face, gnus-server-opened-face)
20058         (gnus-server-closed-face, gnus-server-denied-face)
20059         (gnus-server-offline-face):
20060         New backward-compatibility aliases for renamed faces.
20061         (gnus-server-agent-face, gnus-server-opened-face)
20062         (gnus-server-closed-face, gnus-server-denied-face)
20063         (gnus-server-offline-face): Use renamed gnus faces.
20064
20065         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20066         Remove "-face" suffix from face names.
20067         (gnus-picon-xbm-face, gnus-picon-face):
20068         New backward-compatibility aliases for renamed faces.
20069
20070         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20071         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20072         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20073         (gnus-cite-11): Remove "-face" suffix from face names.
20074         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20075         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20076         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20077         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20078         New backward-compatibility aliases for renamed faces.
20079         (gnus-cite-attribution-face, gnus-cite-face-list)
20080         (gnus-article-boring-faces): Use renamed gnus faces.
20081
20082         * gnus-art.el (gnus-signature, gnus-header-from)
20083         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20084         (gnus-header-content): Remove "-face" suffix from face names.
20085         (gnus-signature-face, gnus-header-from-face)
20086         (gnus-header-subject-face, gnus-header-newsgroups-face)
20087         (gnus-header-name-face, gnus-header-content-face):
20088         New backward-compatibility aliases for renamed faces.
20089         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20090
20091         * gnus-sum.el (gnus-summary-selected-face)
20092         (gnus-summary-highlight): Use renamed gnus faces.
20093         * gnus-group.el (gnus-group-highlight): Likewise.
20094
20095 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20096
20097         * gnus-sieve.el (gnus-sieve-article-add-rule):
20098         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20099         * spam-stat.el (spam-stat-buffer-change-to-spam)
20100         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20101
20102         * message.el (message-is-yours-p):
20103         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20104
20105 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20106
20107         * mm-view.el (mm-inline-text): Withdraw the last change.
20108
20109 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20110
20111         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20112         executing enriched-decode.
20113
20114 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20115
20116         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20117         charset of tar files.
20118
20119 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20120
20121         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20122
20123 2005-06-04  Lute Kamstra  <lute@gnu.org>
20124
20125         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20126         information is never recorded.
20127
20128 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20129
20130         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20131
20132 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20133
20134         * pop3.el (pop3-apop): Run md5 in the binary mode.
20135
20136         * starttls.el (starttls-set-process-query-on-exit-flag):
20137         Use eval-and-compile.
20138
20139 2005-05-31  Simon Josefsson  <jas@extundo.com>
20140
20141         * smime.el (smime-replace-in-string): Define.
20142         (smime-cert-by-ldap-1): Use it.
20143
20144 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * gnus-art.el (article-display-x-face): Replace
20147         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20148
20149         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20150         set-process-query-on-exit-flag or process-kill-without-query.
20151
20152         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20153         loop instead of replace-regexp.
20154
20155         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20156         instead of process-kill-without-query if it is available.
20157
20158         * lpath.el: Fbind ldap-search-entries.
20159
20160         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20161         instead of find-file-hooks if it is available.
20162
20163         * mml1991.el: Bind pgg-default-user-id when compiling.
20164
20165         * mml2015.el: Bind pgg-default-user-id when compiling.
20166
20167         * nndraft.el (nndraft-request-associate-buffer):
20168         Use write-contents-functions instead of write-contents-hooks if it is
20169         available.
20170
20171         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20172         instead of find-file-hooks if it is available.
20173
20174         * nntp.el (nntp-open-connection): Replace
20175         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20176         (nntp-open-ssl-stream): Ditto.
20177         (nntp-open-tls-stream): Ditto.
20178
20179         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20180         set-process-query-on-exit-flag or process-kill-without-query.
20181         (starttls-open-stream-gnutls): Use it instead of
20182         process-kill-without-query.
20183         (starttls-open-stream): Ditto.
20184
20185 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20186
20187         * smime.el (smime-cert-by-ldap-1): Don't use
20188         replace-regexp-in-string.
20189
20190 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20191
20192         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20193
20194         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20195         in PEM format.  Adjust to the XEmacs compatibility.
20196
20197 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20198
20199         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20200         by `string-to-number'.
20201         * gnus-agent.el (gnus-agent-regenerate-group)
20202         (gnus-agent-fetch-articles): Ditto.
20203         * gnus-art.el (gnus-button-fetch-group): Ditto.
20204         * gnus-cache.el (gnus-cache-generate-active)
20205         (gnus-cache-articles-in-group): Ditto.
20206         * gnus-group.el (gnus-group-set-current-level)
20207         (gnus-group-insert-group-line): Ditto.
20208         * gnus-score.el (gnus-score-set-expunge-below)
20209         (gnus-score-set-mark-below, gnus-summary-score-effect)
20210         (gnus-summary-score-entry): Ditto.
20211         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20212         (gnus-soup-pack): Ditto.
20213         * gnus-spec.el (gnus-xmas-format): Ditto.
20214         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20215         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20216         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20217         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20218         * nndb.el (nndb-get-remote-expire-response): Ditto.
20219         * nndiary.el (nndiary-parse-schedule-value)
20220         (nndiary-string-to-number, nndiary-request-replace-article)
20221         (nndiary-request-article): Ditto.
20222         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20223         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20224         * nneething.el (nneething-make-head): Ditto.
20225         * nnfolder.el (nnfolder-request-article)
20226         (nnfolder-retrieve-headers): Ditto.
20227         * nnheader.el (nnheader-file-to-number): Ditto.
20228         * nnkiboze.el (nnkiboze-request-article): Ditto.
20229         * nnmail.el (nnmail-process-unix-mail-format)
20230         (nnmail-process-babyl-mail-format): Ditto.
20231         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20232         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20233         (nnmh-request-create-group, nnmh-request-list-1)
20234         (nnmh-request-group, nnmh-request-article): Ditto.
20235         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20236         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20237         * nnsoup.el (nnsoup-make-active): Ditto.
20238         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20239         * nntp.el (nntp-find-group-and-number)
20240         (nntp-retrieve-headers-with-xover): Ditto.
20241         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20242         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20243         (pgg-format-key-identifier): Ditto.
20244         * pop3.el (pop3-last, pop3-stat): Ditto.
20245         * qp.el (quoted-printable-decode-region): Ditto.
20246
20247         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20248         of concat.
20249
20250 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20251
20252         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20253
20254         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20255
20256         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20257
20258         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20259
20260         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20261
20262         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20263
20264         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20265         (gnus-carpal-mode): Ditto.
20266
20267         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20268         (gnus-browse-mode): Ditto.
20269
20270         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20271
20272         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20273
20274 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20275
20276         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20277
20278 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20279
20280         * gnus-util.el (gnus-run-mode-hooks): New function.
20281
20282         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20283
20284         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20285         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20286
20287 2005-05-27  Lute Kamstra  <lute@gnu.org>
20288
20289         * dns-mode.el (dns-mode): Specify customization group.
20290
20291 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20292
20293         * gnus-agent.el (gnus-agent-make-mode-line-string):
20294         Use mode-line-highlight as mouse-face.
20295
20296 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20297
20298         * canlock.el (canlock): Change the parent group to news.
20299
20300         * deuglify.el (gnus-outlook-deuglify): Add :group.
20301
20302         * dig.el (dig): Add :group.
20303
20304         * dns-mode.el (dns-mode): Add :group.
20305
20306         * encrypt.el (encrypt): Add :group.
20307
20308         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20309         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20310         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20311         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20312         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20313
20314         * gnus-diary.el (gnus-diary): Add :group.
20315
20316         * gnus.el (gnus-group-news-1-face): Add :group.
20317         (gnus-group-news-1-empty-face): Ditto.
20318         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20319         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20320         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20321         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20322         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20323         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20324         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20325         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20326         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20327         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20328         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20329         (gnus-summary-high-ticked-face): Ditto.
20330         (gnus-summary-low-ticked-face): Ditto.
20331         (gnus-summary-normal-ticked-face): Ditto.
20332         (gnus-summary-high-ancient-face): Ditto.
20333         (gnus-summary-low-ancient-face): Ditto.
20334         (gnus-summary-normal-ancient-face): Ditto.
20335         (gnus-summary-high-undownloaded-face): Ditto.
20336         (gnus-summary-low-undownloaded-face): Ditto.
20337         (gnus-summary-normal-undownloaded-face): Ditto.
20338         (gnus-summary-high-unread-face): Ditto.
20339         (gnus-summary-low-unread-face): Ditto.
20340         (gnus-summary-normal-unread-face): Ditto.
20341         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20342         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20343
20344         * hashcash.el (hashcash): New custom group.
20345         (hashcash-default-payment): Add :group.
20346         (hashcash-payment-alist): Ditto.
20347         (hashcash-default-accept-payment): Ditto.
20348         (hashcash-accept-resources): Ditto.
20349         (hashcash-path): Ditto.
20350         (hashcash-extra-generate-parameters): Ditto.
20351         (hashcash-double-spend-database): Ditto.
20352         (hashcash-in-news): Ditto.
20353
20354         * message.el (message-minibuffer-local-map): Add :group.
20355
20356         * netrc.el (netrc): Add :group.
20357
20358         * sieve-manage.el (sieve-manage-log): Add :group.
20359         (sieve-manage-default-user): Diito.
20360         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20361         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20362         (sieve-manage-authenticators): Ditto.
20363         (sieve-manage-authenticator-alist): Ditto.
20364         (sieve-manage-default-port): Ditto.
20365
20366         * sieve-mode.el (sieve-control-commands-face): Add :group.
20367         (sieve-action-commands-face): Ditto.
20368         (sieve-test-commands-face): Ditto.
20369         (sieve-tagged-arguments-face): Ditto.
20370
20371         * smime.el (smime): Add :group.
20372
20373         * spam-report.el (spam-report): Add :group.
20374
20375         * spam.el (spam, spam-face): Add :group.
20376
20377 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20378
20379         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20380         return \n.\n.\n at the end of articles.  Protect against that.
20381         (nntp-with-open-group): Allow debugging.
20382
20383         * nnheader.el (mail-header-set-extra): Make into a function
20384         because I just could't understand how to quote the list properly.
20385
20386         * dns.el (query-dns-cached): New function.
20387
20388 2005-05-26  Lute Kamstra  <lute@gnu.org>
20389
20390         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20391
20392 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20393
20394         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20395
20396         * gnus-art.el: Don't autoload mail-extract-address-components.
20397
20398         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20399         eval-and-compile to evaluate it.
20400
20401         * hashcash.el: Don't autoload executable-find.
20402
20403         * nndb.el: Don't declare the nndb back end two or more times; don't
20404         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20405
20406         * nntp.el: Autoload format-spec instead of format; use
20407         eval-and-compile to evaluate autoload forms.
20408
20409 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20410
20411         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20412
20413 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20414
20415         * gnus.el (gnus-version-number): Bump version.
20416
20417 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20418
20419         * gnus.el: No Gnus v0.3 is released.
20420
20421 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20422
20423         * lpath.el (featurep): Bind show-nonbreak-escape.
20424
20425 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20426
20427         * gnus-art.el (gnus-article-edit-part): Disable undo.
20428
20429 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20430
20431         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20432         gnus-article-date-lapsed-new-header is t if date timer is active;
20433         skip headers in which the original date value is empty.
20434         (gnus-article-save-original-date): Redefine it as a macro.
20435         (gnus-display-mime): Use it.
20436
20437 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20438
20439         * gnus-art.el (article-date-ut): Support converting date in
20440         forwarded parts as well.
20441         (gnus-article-save-original-date): New function.
20442         (gnus-display-mime): Use it.
20443
20444 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20445
20446         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20447         enclosure element of <item>.
20448
20449 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20450
20451         * message.el (message-kill-buffer-query): Rename from
20452         `message-kill-buffer-query-if-modified'.  Add :version.
20453
20454 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20455
20456         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20457         window layout.
20458
20459 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20460
20461         * mml.el: Autoload dnd when compiling.
20462
20463 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20464
20465         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20466         x-dnd-*.
20467
20468 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20469
20470         * qp.el (quoted-printable-encode-region): Save excursion.
20471
20472 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20473
20474         * message.el (message-kill-buffer-query-if-modified): Add new variable
20475         so the user can kill a modified message buffer quickly.
20476         (message-kill-buffer): Use it.
20477
20478 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20479
20480         * lpath.el: Fbind display-time-event-handler; don't fbind
20481         string-to-multibyte.
20482
20483         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20484
20485 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20486
20487         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20488         contained in text because xml.el decodes entities) with LFs.
20489
20490 2005-04-11  Lute Kamstra  <lute@gnu.org>
20491
20492         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20493         differently.
20494
20495 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20496
20497         * mm-util.el (mm-detect-coding-region): Typo.
20498
20499 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20500
20501         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20502
20503 2005-04-06  Deepak Goel  <deego@gnufans.org>
20504
20505         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20506         user-function allow user modifications of the scores.
20507         (spam-stat-score-buffer-user): New function, to allow
20508         user-computed modifications to the score.
20509         (spam-stat-score-buffer-user-functions): List of additional
20510         scoring functions.
20511         (spam-stat-error-holder): Global temporary error holder.
20512         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20513         variable.
20514
20515 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20516
20517         * gnus-registry.el (gnus-registry-clean-empty-function)
20518         (gnus-registry-trim, gnus-registry-fetch-groups)
20519         (gnus-registry-delete-group): Groups that match
20520         `gnus-registry-ignored-groups' are removed from the registry
20521         entries, not just ignored for splitting.  This helps clean up the
20522         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20523         to get all the groups a message ID is in.
20524
20525         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20526         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20527         (spam-stat-score-buffer-user-functions): Add :number custom type.
20528
20529 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20530
20531         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20532         argument in XEmacs.
20533
20534         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20535         (nnrss-request-group): Decode group name first.
20536         (nnrss-request-article): Make a text/plain article if mml-to-mime
20537         failed.
20538         (nnrss-get-encoding): Return a compatible encoding according to
20539         nnrss-compatible-encoding-alist.
20540         (nnrss-find-el): Use consp instead of listp.
20541         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20542
20543 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20544
20545         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20546         which Emacs 20 doesn't support.
20547         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20548
20549 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20550
20551         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20552         silence the byte compiler inside the defun.
20553
20554         * gnus-demon.el (parse-time-string): Add autoload.
20555
20556         * gnus-delay.el (parse-time-string): Add autoload.
20557
20558         * gnus-art.el (parse-time-string): Add autoload.
20559
20560         * nnultimate.el (parse-time): Require for `parse-time-string'.
20561
20562 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20563
20564         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20565
20566         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20567
20568         * smime.el (smime-ldap-host-list): Add :version.
20569
20570 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20571
20572         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20573         pass it to `gnus-browse-read-group'.
20574         (gnus-browse-read-group): Add NUMBER argument and pass it to
20575         `gnus-group-read-ephemeral-group'.
20576
20577         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20578         argument and pass it to `gnus-group-read-group'.
20579
20580 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20581
20582         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20583         mm-xemacs-find-mime-charset-1 if we have the mule feature
20584         available at runtime.
20585
20586 2005-03-25  Werner Lemberg  <wl@gnu.org>
20587
20588         * nnmaildir.el: Replace `illegal' with `invalid'.
20589
20590 2005-03-23  Lute Kamstra  <lute@gnu.org>
20591
20592         * time-date.el: Add comment on time value formats.
20593         Don't require parse-time.
20594         (with-decoded-time-value): New macro.
20595         (encode-time-value): New function.
20596         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20597         (days-to-time): Return a valid time value when arg is huge.
20598         (time-since): Use time-subtract.
20599         (time-to-number-of-days): Use time-to-seconds.
20600
20601 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20602
20603         * gnus-start.el (gnus-display-time-event-handler):
20604         Check display-time-timer at runtime rather than only at load time
20605         in case display-time-mode is turned off in the mean time.
20606
20607 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20608
20609         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20610         used.
20611
20612         * nneething.el (nneething-map-file-directory): Derive from
20613         `gnus-directory'.
20614
20615         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20616         the To/Cc button.
20617
20618 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20619
20620         * nnmaildir.el (nnmaildir-request-accept-article):
20621         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20622
20623 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20624
20625         * gnus-async.el: Require timer-funcs at compile time when in
20626         XEmacs for `run-with-idle-timer'.
20627
20628 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20629
20630         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20631         autoloaded function.
20632
20633 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20634
20635         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20636
20637 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20638
20639         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20640
20641 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20642
20643         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20644         Add gnus-expert-user to default.
20645
20646 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20647
20648         * nnimap.el (nnimap-open-server): Ditto.
20649
20650         * imap.el (imap-authenticate): Fix typo.
20651
20652 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20653
20654         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20655         buffer (since IMAP server might return FETCH response out of
20656         order, and the nntp buffer must be sorted).
20657
20658 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20659
20660         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20661         comparison on string.
20662
20663         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20664         (gnus-agent-score): Rename category keywords to match gnus-cus.
20665         (gnus-agent-summary-fetch-series): Modify to protect against
20666         gnus-agent-summary-fetch-group clearing processable flags.
20667         (gnus-agent-synchronize-group-flags): Update live group buffer as
20668         synchronization may occur due to the user toggle the plugged
20669         status.
20670         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20671         successfully downloaded.
20672         (gnus-agent-expire-group-1): Avoid using markers when the overview
20673         is in ascending order; greatly improves performance.
20674         (gnus-agent-regenerate-group):
20675         Use gnus-agent-synchronize-group-flags to reset read status in both
20676         gnus and server.
20677         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20678
20679 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20680
20681         * message.el: Don't autoload former message-utils variables.
20682         (message-strip-subject-trailing-was): Change doc string.
20683
20684         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20685         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20686         (nnweb-google-search): Add "hl=en" here.
20687         (nnweb-google-parse-1, nnweb-google-create-mapping):
20688         Don't hardcode URL.
20689
20690 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20691
20692         * message.el (message-get-reply-headers, message-followup):
20693         Mention related variables `message-use-followup-to' and
20694         `message-use-mail-followup-to', in the information buffer.
20695
20696         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20697         of broken groups(-beta).google.com.
20698
20699 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20700
20701         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20702         parameter to invoked gnus-request-move-article; remove the
20703         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20704         all at once instead of once per article.
20705         (gnus-summary-remove-process-mark): Accept a list of articles as
20706         well as a single article for processing.
20707
20708         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20709         parameter.
20710
20711         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20712
20713         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20714
20715         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20716         parameter.
20717
20718         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20719         parameter.
20720
20721         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20722         parameter and remove the gnus-sum-hint-move-is-internal variable.
20723
20724         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20725         parameter.
20726
20727         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20728         parameter.
20729
20730         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20731         parameter.
20732
20733         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20734
20735         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20736         parameter.
20737
20738         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20739         parameter.
20740
20741 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20742
20743         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20744         a more conservative way.
20745
20746 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20747
20748         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20749         buffer, so it moves the window's cursor.
20750
20751 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20752
20753         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20754         `mm-dissect-multipart' and receive the from field as an (optional)
20755         argument from `mm-dissect-multipart'.
20756         (mm-dissect-multipart): Receive the from field as an argument and
20757         pass it on when we call `mm-dissect-buffer' on MIME parts.
20758         Fixes verification/decryption of signed/encrypted MIME parts.
20759
20760 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20761
20762         * gnus-sum.el (gnus-summary-move-article):
20763         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20764         whatever it calls (right now, only nnimap-request-move article
20765         respects it).
20766
20767         * nnimap.el (nnimap-request-move-article):
20768         When gnus-sum-hint-move-is-internal is set, don't do the extra
20769         nnimap-request-article.
20770
20771 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20772
20773         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20774
20775         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20776         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20777
20778         * gnus-sum.el (gnus-summary-caesar-message):
20779         Apply `gnus-treat-article' after rotation.
20780
20781         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20782         doc string.
20783
20784 2005-02-22  Simon Josefsson  <jas@extundo.com>
20785
20786         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20787         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20788         <arne@arnested.dk>.
20789         (encrypt): Add password-cache and password-cache-expiry as group
20790         members.
20791
20792 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20793
20794         * smime.el (smime-ldap-host-list): Doc fix.
20795         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20796         cache) password.
20797         (smime-sign-region): Use it.
20798         (smime-decrypt-region): Use it.
20799         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20800         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20801         fails.
20802         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20803         certificate from DER to PEM format rather than calling openssl.
20804
20805         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20806
20807         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20808         for signing/encryption.
20809
20810         * mml.el (mml-parse-1): Use them.
20811
20812 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20813
20814         * nnrss.el (nnrss-verbose): Remove.
20815         (nnrss-request-group): Use `nnheader-message' instead.
20816
20817 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20818
20819         * nnrss.el (nnrss-verbose): New variable.
20820         (nnrss-request-group): Make it say nnrss is requesting a group.
20821
20822 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20823
20824         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20825         Handle news URL with given port correctly.
20826
20827 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20828
20829         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20830         containing special characters.
20831
20832         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20833
20834         * mml.el (mime-to-mml): Ditto.
20835
20836         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20837         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20838         (rfc2047-decode-region): Quote decoded words containing special
20839         characters when rfc2047-quote-decoded-words-containing-tspecials
20840         is non-nil.
20841
20842 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20843
20844         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20845
20846         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20847
20848 2005-02-15  Simon Josefsson  <jas@extundo.com>
20849
20850         * nnimap.el (nnimap-debug): Doc fix.
20851
20852         * imap.el (imap-debug): Doc fix.
20853
20854 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20855
20856         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20857
20858 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20859
20860         * gnus.el (spam-contents): Improve docs for spam-contents
20861         parameter in its variable incarnation.
20862
20863 2005-02-14  Simon Josefsson  <jas@extundo.com>
20864
20865         * smime-ldap.el: Use require instead of load-library for ldap.
20866         (smime-ldap-search): Indent.
20867         (smime-ldap-search-internal): Shorten line.
20868
20869         * smime.el (smime-cert-by-dns): Add doc-string.
20870         (smime-cert-by-ldap-1): Indent.
20871
20872         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20873         mml-smime-get-dns-ldap.
20874         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20875
20876 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20877
20878         * smime.el: Require smime-ldap.
20879         (smime-ldap-host-list): New variable.
20880         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20881
20882         * mml-smime.el (mml-smime-encrypt-query): New function.
20883         (mml-smime-encrypt-query): Use it.
20884
20885         * smime-ldap.el: New file.
20886
20887 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20888
20889         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20890
20891 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20892
20893         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20894         argument in doc string.  Make query for type more clear.
20895
20896 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20897
20898         * gnus.el (gnus-group-startup-message): Search for gnus images in
20899         etc/images/gnus.
20900         * mm-util.el (mm-image-load-path): Likewise.
20901         * smiley.el (smiley-data-directory): Search for smilies in
20902         etc/images/smilies.
20903
20904 2005-02-09  Kim F. Storm  <storm@cua.dk>
20905
20906         Change Emacs release version from 21.4 to 22.1 throughout.
20907         Change Emacs development version from 21.3.50 to 22.0.50.
20908
20909 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20910
20911         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20912
20913         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20914         non-Mule XEmacs as well.
20915         (mm-decompress-buffer): Signal an error intentionally if it does
20916         not decompress compressed data because auto-compression-mode is
20917         disabled.
20918
20919 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20920
20921         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20922         an ID in the registry even if it has no groups.
20923
20924 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20925
20926         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20927         merge it into mm-decompress-buffer.
20928         (gnus-mime-copy-part): Use the MIME part charset, the value which
20929         a user specified or gnus-newsgroup-charset for decoding, like
20930         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20931         save-buffer what was used.  Suggested by Kevin Ryde
20932         <user42@zip.com.au>.
20933         (gnus-mime-inline-part): Allow the name parameter as well as the
20934         filename parameter; force decompressing of compressed data; always
20935         display contents being not decoded as unibyte.
20936
20937         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20938         as well as the filename parameter.
20939
20940         * mm-util.el (mm-decompress-buffer):
20941         Merge gnus-mime-jka-compr-maybe-uncompress.
20942         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20943         of compressed data.
20944
20945 2005-02-08  Simon Josefsson  <jas@extundo.com>
20946
20947         * imap.el (imap-log): Doc fix.
20948
20949 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20950
20951         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20952         the coding cookies; decompress compressed parts.
20953
20954         * mml.el (mml-generate-mime-1): Add the charset parameter according
20955         to the value which a user specified manually or the coding cookie.
20956
20957         * mm-util.el (mm-string-to-multibyte): New function.
20958         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20959         (mm-coding-system-to-mime-charset): New function.
20960         (mm-decompress-buffer): New function.
20961         (mm-find-buffer-file-coding-system): New function.
20962
20963         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20964         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20965         parts.
20966
20967 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20968
20969         * mm-view.el (mm-display-inline-fontify): Decode a part according
20970         to the charset parameter.
20971
20972 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20973
20974         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20975         prefix arg is neither nil nor a number, as info specifies.
20976
20977 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20978
20979         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20980         timestamps.
20981
20982 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20983
20984         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20985         groups error checking and notify user.
20986
20987 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20988
20989         * message.el (message-send-mail-function): Check existence of
20990         sendmail-program first before using default value
20991         `message-send-mail-with-sendmail'.  Otherwise use more generic
20992         `smtpmail-send-it'.
20993
20994 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20995
20996         * nntp.el (nntp-request-update-info): Always return nil.
20997
20998 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20999
21000         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21001
21002 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21003
21004         * message.el (message-beginning-of-line): Change the behavior when
21005         invoked between BOL and : so that it first moves backward.
21006
21007 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21008
21009         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21010         article buffer when editing of the article is discarded.
21011         (gnus-article-prepare): Revert.
21012
21013 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21014
21015         * gnus-art.el (gnus-article-prepare):
21016         Remove message-strip-forbidden-properties from the local hook.
21017
21018 2005-01-27  Simon Josefsson  <jas@extundo.com>
21019
21020         * password.el (password-cache-add): Only start one timer per key.
21021         Reported by Derek Atkins <warlord@MIT.EDU>.
21022
21023 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21024
21025         * run-at-time.el: Remove.  It is no longer needed as
21026         timer-funcs.el in the xemacs-base package has a working version of
21027         `run-at-time'.
21028
21029         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21030
21031         * password.el: Require timer-funcs instead of run-at-time in
21032         XEmacs.
21033         Remove `password-run-at-time' macro.
21034         (password-cache-add): Use `run-at-time' instead of
21035         `password-run-at-time'.
21036
21037         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21038         Remove `nnheader-cancel-function-timers' alias,
21039         `cancel-function-timers' exists in XEmacs in timer-funcs.
21040
21041         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21042         for `run-with-idle-timer'.
21043
21044         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21045         for `run-at-time'.
21046
21047         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21048         for `with-timeout'.
21049
21050         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21051         the same as for XEmacs 21.4.
21052         No need to ignore `run-with-idle-timer', this function exists in
21053         XEmacs now in timer-funcs.el in the xemacs-base package.
21054         (dgnushack-compile): No need to delete
21055         run-at-time.el from the list of files to compile because it
21056         doesn't exist anymore.
21057
21058 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21059
21060         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21061         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21062
21063 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21064
21065         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21066         sensitively.
21067
21068 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21069
21070         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21071
21072 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21073
21074         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21075         which will be inserted according to the multibyteness of a buffer
21076         rather than the type of contents.  Suggested by ARISAWA Akihiro
21077         <ari@mbf.ocn.ne.jp>.
21078
21079         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21080         of string which old xml.el may return rather than a string.
21081
21082 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21083
21084         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21085
21086 2005-01-16  Simon Josefsson  <jas@extundo.com>
21087
21088         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21089         idn/idna.el isn't available.
21090         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21091         <michael@waxrat.com>.
21092
21093         * hashcash.el: Remove non-FSF copyright header.
21094
21095         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21096         (hashcash-generate-payment): Use it.
21097         (hashcash-generate-payment-async): Use it.
21098
21099 2005-01-15  Simon Josefsson  <jas@extundo.com>
21100
21101         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21102         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21103
21104         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21105         gnus-summary-idna-message.
21106         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21107         (gnus-summary-idna-message): New function.
21108
21109 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21110
21111         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21112         gnus-novice-user.
21113
21114 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21115
21116         * nnrss.el (nnrss-request-delete-group): Delete entries in
21117         nnrss-group-alist as well.
21118         (nnrss-save-server-data): Insert newline.
21119
21120 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21121
21122         * gnus.el (gnus-user-agent): Use list of symbols instead of
21123         symbols.  Display full version number for (S)XEmacs.
21124         Optionally display (S)XEmacs codename.
21125
21126         * gnus-util.el (gnus-emacs-version): Update for new
21127         `gnus-user-agent'.
21128
21129         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21130         Gnus version.
21131
21132 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21133
21134         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21135         which is unreadable in some setups.
21136
21137 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21138
21139         * gnus-spec.el (gnus-update-format-specifications): Flush the
21140         group format spec cache if it doesn't support decoded group names.
21141
21142 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21143
21144         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21145         Allow to apply decay on score files matching a regexp.
21146
21147 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21148
21149         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21150         compatibility in %g and %c.
21151
21152 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21153
21154         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21155         name for only %g and %c.
21156         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21157         of gnus-tmp-group to decoded group name.
21158         (gnus-group-make-rss-group): Exclude `/'s from group names.
21159
21160 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21161
21162         * nnrss.el (nnrss-get-encoding): Fix regexp.
21163
21164 2004-12-27  Simon Josefsson  <jas@extundo.com>
21165
21166         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21167         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21168         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21169
21170 2004-12-17  Kim F. Storm  <storm@cua.dk>
21171
21172         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21173
21174         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21175
21176 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21177
21178         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21179
21180 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21181
21182         * nnrss.el: Require rfc2047 and mml.
21183         (nnrss-file-coding-system): New variable.
21184         (nnrss-format-string): Redefine it as an inline function.
21185         (nnrss-decode-group-name): New function.
21186         (nnrss-string-as-multibyte): Remove.
21187         (nnrss-retrieve-headers): Decode group name; don't use
21188         nnrss-format-string.
21189         (nnrss-request-group): Decode group name.
21190         (nnrss-request-article): Decode group name; allow a Message-ID as
21191         well as an article number; don't use nnrss-format-string; encode a
21192         Message-ID string which may contain non-ASCII characters; use
21193         mml-to-mime to compose a MIME article.
21194         (nnrss-request-expire-articles): Decode group name.
21195         (nnrss-request-delete-group): Decode group name.
21196         (nnrss-fetch): Clarify error message.
21197         (nnrss-read-server-data): Use insert-file-contents instead of load;
21198         bind file-name-coding-system; use multibyte buffer.
21199         (nnrss-save-server-data): Bind coding-system-for-write to the
21200         value of nnrss-file-coding-system; bind file-name-coding-system;
21201         add coding cookie.
21202         (nnrss-read-group-data): Use insert-file-contents instead of load;
21203         bind file-name-coding-system; use multibyte buffer.
21204         (nnrss-save-group-data): Bind coding-system-for-write to the
21205         value of nnrss-file-coding-system; bind file-name-coding-system.
21206         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21207         make it work with non-ASCII text.
21208         (nnrss-find-el): Make it work with old xml.el as well.
21209
21210 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21211
21212         * nnrss.el (nnrss-get-encoding): New function.
21213         (nnrss-fetch): Use unibyte buffer initially; bind
21214         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21215         decode contents according to the encoding attribute.
21216         (nnrss-save-group-data): Add coding cookie.
21217         (nnrss-mime-encode-string): New function.
21218         (nnrss-check-group): Use it to encode subject and author.
21219
21220 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21221
21222         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21223         imaginary variable.
21224
21225 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21226
21227         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21228         correctly even if there are wide characters.
21229
21230 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21231
21232         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21233         downcased symbol names; make a new cache instead of reusing
21234         bbdb-hashtable.
21235
21236 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21237
21238         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21239         concatenating segments rather than before concatenating them.
21240         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21241
21242         * message.el (message-get-reply-headers): Bind `extra'.
21243
21244 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21245
21246         * message.el (message-extra-wide-headers): New variable.
21247         (message-get-reply-headers): Use it.
21248
21249 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21250
21251         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21252         (gnus-agent-group-pathname): Ditto.
21253
21254         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21255
21256         * gnus-group.el (gnus-group-make-group): Decode group name.
21257         (gnus-group-make-rss-group): Register the group data after opening
21258         the nnrss group.
21259
21260 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21261
21262         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21263         by expiry now get marked as read.
21264
21265 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21266
21267         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21268
21269 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21270
21271         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21272         unify Latin characters in XEmacs.
21273         (mm-find-mime-charset-region): Use it.
21274
21275 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21276
21277         * gnus-util.el (gnus-delete-directory): New function.
21278
21279         * gnus-agent.el (gnus-agent-delete-group): Use it.
21280
21281         * gnus-cache.el (gnus-cache-delete-group): Use it.
21282
21283 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21284
21285         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21286         names.
21287
21288 2004-12-16  Simon Josefsson  <jas@extundo.com>
21289
21290         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21291
21292 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21293
21294         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21295
21296         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21297         (gnus-group-set-current-level): Decode group name.
21298
21299 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21300
21301         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21302         failed.
21303
21304 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21305
21306         * gnus-group.el (gnus-group-delete-group): Decode group name.
21307         (gnus-group-make-rss-group): Encode group name.
21308         (gnus-group-catchup-current): Decode group name.
21309         (gnus-group-kill-group): Decode group name.
21310
21311 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21312
21313         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21314
21315 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21316
21317         * gnus-group.el (gnus-group-make-rss-group):
21318         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21319
21320         * gnus-start.el (gnus-setup-news): Honor user's setting to
21321         gnus-message-archive-method.  Suggested by Lute Kamstra
21322         <lute@gnu.org>.
21323
21324 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21325
21326         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21327         global counterparts of the buffer-local variables.
21328
21329 2004-11-16  Romain Francoise  <romain@orebokech.com>
21330
21331         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21332         counterparts of the buffer-local variables.
21333
21334 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21335
21336         * message.el (message-forbidden-properties): Fix typo in doc
21337         string.
21338
21339 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21340
21341         * gnus-util.el (gnus-replace-in-string): Add doc string.
21342
21343         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21344         to avoid problems when splitting mails with many recipients.
21345
21346 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21347
21348         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21349         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21350
21351 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21352
21353         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21354         if there is no hashtable in memory or file modification time is
21355         newer than cached timestamp.
21356
21357 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21358
21359         * gnus-sum.el (gnus-summary-limit-to-recipient):
21360         Implement not-matching option.
21361
21362 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21363
21364         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21365         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21366         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21367         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21368         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21369         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21370
21371 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21372
21373         * message.el (message-forward-make-body-mml): Remove headers
21374         according to message-forward-ignored-headers if a message is decoded.
21375
21376 2004-12-02  Romain Francoise  <romain@orebokech.com>
21377
21378         * message.el (message-forward-make-body-plain): Always remove
21379         headers according to message-forward-ignored-headers.
21380
21381 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21382
21383         * spam.el (spam-summary-prepare-exit): Remove the
21384         gnus-summary-limit pop for now, it has problems with ham marks for
21385         me.
21386
21387 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21388
21389         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21390         correctly.
21391
21392 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21393
21394         * format-spec.el (format-spec): Message the char.
21395
21396 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21397
21398         * gnus-art.el (gnus-split-methods): Reformat comments.
21399
21400         * spam.el (spam-summary-prepare-exit): Remove article limits
21401         before exiting the summary buffer.
21402
21403 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21404
21405         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21406         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21407
21408         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21409         order to silence the byte compiler.
21410
21411         * spam.el: Fix the way to silence the byte compiler, which
21412         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21413         bbdb-search-simple, spam-BBDB-register-routine,
21414         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21415         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21416         spam-stat-buffer-is-spam, spam-stat-load,
21417         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21418         spam-stat-save and spam-stat-split-fancy.
21419
21420 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21421
21422         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21423         which may confuse users.
21424         (canlock-password-for-verify): Ditto.
21425
21426         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21427
21428         * gnus-art.el (gnus-emphasis-alist): Ditto.
21429
21430         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21431
21432         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21433
21434         * gnus-start.el (gnus-save-killed-list): Ditto.
21435
21436         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21437         (gnus-sum-thread-tree-root): Ditto.
21438         (gnus-sum-thread-tree-false-root): Ditto.
21439         (gnus-sum-thread-tree-single-indent): Ditto.
21440
21441         * message.el (message-courtesy-message): Ditto.
21442         (message-archive-note): Ditto.
21443         (message-subscribed-address-file): Ditto.
21444         (message-user-fqdn): Ditto.
21445
21446         * spam-report.el (spam-report-gmane-regex): Ditto.
21447
21448         * spam.el (spam-blackhole-good-server-regex): Ditto.
21449
21450 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21451
21452         * mml.el (mml-preview): Widen the message buffer before copying
21453         the contents to the preview buffer; sort headers before previewing.
21454
21455         * message.el (message-hidden-headers): Fix the way to avoid a bug
21456         in the `repeat' widget in Emacs 21.3 or earlier.
21457
21458 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21459
21460         * message.el (message-hidden-headers): Default to "^References:".
21461         Improve customization type.  Suggested by Reiner Steib
21462         <Reiner.Steib@gmx.de>.
21463
21464 2004-11-25  Romain Francoise  <romain@orebokech.com>
21465
21466         * message.el (message-strip-forbidden-properties): Remove check for
21467         obsolete `message-hidden' text property, hidden headers are not
21468         accessible in the buffer anymore.
21469
21470 2004-11-22  Romain Francoise  <romain@orebokech.com>
21471
21472         * message.el (message-header-format-alist): Add `From' in list
21473         so that it can be sorted.
21474         (message-fix-before-sending): Widen and sort headers before
21475         sending.
21476         (message-hide-headers): Use narrowing to hide headers by moving
21477         them to the top of the buffer and narrowing to the region
21478         underneath.
21479
21480 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21481
21482         * message.el (message-strip-forbidden-properties):
21483         Bind buffer-read-only (etc) to nil.
21484
21485 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21486
21487         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21488         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21489
21490 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21491
21492         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21493
21494 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21495
21496         * dns.el (query-dns): Use sit-for to time instead of
21497         accept-process-output, since that doesn't seem to work on udp
21498         sockets.
21499
21500 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21501
21502         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21503
21504 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21505
21506         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21507         doc string.  Improve doc string.
21508
21509 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21510
21511         * nntp.el (nntp-request-update-info): Return nil if
21512         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21513         may not call gnus-activate-group which uselessly issues the GROUP
21514         commands for all nntp groups and wastes time.  Reported by Romain
21515         Francoise <romain@orebokech.com>.
21516
21517         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21518
21519 2004-11-15  Simon Josefsson  <jas@extundo.com>
21520
21521         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21522         headers separately.
21523         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21524         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21525
21526 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21527
21528         * gnus-start.el (gnus-convert-old-newsrc):
21529         Assign legacy-gnus-agent to 5.10.7.
21530
21531 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21532
21533         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21534         start of the lines.
21535
21536 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21537
21538         * hashcash.el (hashcash-default-payment): Change default to 20.
21539         (hashcash-default-accept-payment): Change default to 20.
21540         (hashcash-process-alist): New variable.
21541         (hashcash-generate-payment-async): Add.
21542         (hashcash-already-paid-p): Add.
21543         (hashcash-insert-payment): Don't generate payments twice.
21544         (hashcash-insert-payment-async): Add.
21545         (hashcash-insert-payment-async-2): Add.
21546         (hashcash-cancel-async): Add.
21547         (hashcash-wait-async): Add.
21548         (hashcash-processes-running-p): Add.
21549         (hashcash-wait-or-cancel): Add.
21550         (mail-add-payment): New optional argument.  Conditionally start
21551         asynchronous calculation.
21552         (mail-add-payment-async): Add.
21553
21554         * message.el (message-send-mail): Wait for asynchronous hashcash
21555         results.  Don't clobber existing X-Hashcash headers.
21556         (message-setup-1): Call mail-add-payment-async when
21557         message-generate-hashcash is non-nil.
21558
21559 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21560
21561         * message.el (message-use-alternative-email-as-from): Examine the
21562         From header as well; use message-make-from in order to include a
21563         user's full name.
21564
21565 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21566
21567         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21568         default; improve customization type.
21569         (gnus-emphasis-custom-with-format): New macro.
21570         (gnus-emphasis-custom-value-to-external): New function.
21571         (gnus-emphasis-custom-value-to-internal): New function.
21572
21573 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21574
21575         * dns.el (query-dns): Resolve reverse addresses.
21576
21577 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21578
21579         * gnus-group.el (gnus-group-get-new-news): Use it.
21580
21581         * gnus-start.el (gnus-check-reasonable-setup): New function.
21582
21583 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21584
21585         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21586         "Args out of range" error.  Reported by Arnaud Giersch
21587         <arnaud.giersch@free.fr>.
21588
21589 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21590
21591         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21592
21593 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21594
21595         * spam.el (spam group): Add :version.
21596
21597         * pgg-def.el (pgg group): Add :version.
21598
21599 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21600
21601         * gnus-art.el (gnus-article-edit-article): Don't associate the
21602         article buffer with a draft file.  This is a temporary measure
21603         against the 2004-08-22 change to gnus-article-edit-mode.
21604
21605 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21606
21607         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21608         (html2text-format-tags): Remove unused variable `attr'.
21609
21610 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21611
21612         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21613
21614         * tls.el (tls-process-connection-type, tls-success)
21615         (tls-certtool-program): Add :version.
21616
21617         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21618         (starttls-extra-arguments, starttls-process-connection-type)
21619         (starttls-connect, starttls-failure, starttls-success): Add :version.
21620
21621         * spam-stat.el (spam-stat): Add :version.
21622
21623         * sieve.el (sieve): Add :version.
21624
21625         * sha1.el (sha1): Add :version.
21626         (sha1-use-external): Remove redundant version.
21627
21628         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21629         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21630         (nnmail-split-fancy-match-partial-words)
21631         (nnmail-split-lowercase-expanded): Add :version.
21632
21633         * nndiary.el (nndiary): Add :version.
21634
21635         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21636
21637         * mml-sec.el (mml-default-sign-method)
21638         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21639         Add :version.
21640
21641         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21642
21643         * mm-url.el (mm-url-use-external, mm-url-program)
21644         (mm-url-arguments): Add :version.
21645
21646         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21647         (mm-attachment-file-modes, mm-decrypt-option)
21648         (mm-w3m-safe-url-regexp): Add :version.
21649
21650         * message.el (message-cite-prefix-regexp)
21651         (message-sendmail-envelope-from, message-minibuffer-local-map)
21652         (message-user-fqdn, message-completion-alist): Add :version.
21653
21654         * gnus-win.el (gnus-configure-windows-hook)
21655         (gnus-use-frames-on-any-display): Add :version.
21656
21657         * gnus-art.el (gnus-article-address-banner-alist)
21658         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21659         (gnus-treat-from-picon, gnus-treat-mail-picon)
21660         (gnus-treat-x-pgp-sig): Add :version.
21661
21662         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21663         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21664         (gnus-summary-article-delete-hook)
21665         (gnus-summary-display-while-building): Add :version.
21666
21667         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21668         (gnus-get-top-new-news-hook): Add :version.
21669
21670         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21671         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21672
21673         * gnus-registry.el (gnus-registry): Add :version.
21674
21675         * gnus-spec.el (gnus-use-correct-string-widths)
21676         (gnus-make-format-preserve-properties): Add :version.
21677
21678         * gnus.el (gnus-group-charter-alist)
21679         (gnus-group-fetch-control-use-browse-url)
21680         (gnus-install-group-spam-parameters): Add :version.
21681
21682         * gnus-diary.el (gnus-diary): Add :version.
21683
21684         * gnus-delay.el (gnus-delay): Add :version.
21685
21686         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21687         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21688         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21689         Add :version.
21690
21691         * gnus-agent.el (gnus-agent-max-fetch-size)
21692         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21693         (gnus-agent-prompt-send-queue): Add :version.
21694
21695         * deuglify.el (gnus-outlook-deuglify): Add :version.
21696
21697         * html2text.el: Beautify code.  Improve doc strings.
21698         Some checkdoc cleanup.
21699         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21700
21701 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21702
21703         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21704
21705 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21706
21707         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21708         when package is loaded.
21709
21710         * spam.el (spam-summary-score-preferred-header): Add global preference
21711         for people who want to override the default SpamAssassin over
21712         Bogofilter preference (when both are set).
21713         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21714         (spam-user-format-function-S):
21715         Check spam-summary-score-preferred-header.
21716         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21717         (spam-user-format-function-S): Format the score correctly.
21718
21719 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21720
21721         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21722         signature file.  Suggested by Manoj Srivastava
21723         <srivasta@golden-gryphon.com>.
21724
21725         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21726         iso-2022-jp even in the Japanese language environment.
21727         Suggested by Jason Rumney <jasonr@gnu.org>.
21728
21729 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21730
21731         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21732         use the same characters as the dummy marks; make it free from
21733         getting affected by the language environment.
21734         (gnus-summary-read-group-1): Update mark positions only when the
21735         format spec is updated.
21736
21737         * gnus-spec.el (gnus-update-format-specifications): Return a list
21738         of updated types.
21739
21740 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21741
21742         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21743         of boundp to check if display-warning is available.
21744
21745 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21746
21747         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21748
21749 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21750
21751         * nnspool.el (nnspool-spool-directory): Use news-path if the
21752         news-directory variable is not bound.
21753
21754         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21755         function instead of display-warning if it is not available.
21756
21757 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21758
21759         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21760         v5-10: Use `point-at-bol'.
21761
21762 2004-10-26  Simon Josefsson  <jas@extundo.com>
21763
21764         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21765         <chenggao@gmail.com>.
21766
21767 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21768
21769         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21770         instead.
21771
21772 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21773
21774         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21775         to remove a server from the nnimap-server-buffer-alist.
21776         (nnimap-open-connection, nnimap-close-server): Use it.
21777
21778         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21779
21780 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21781
21782         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21783         running the major-mode function.
21784
21785 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21786
21787         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21788         dummy marks in the right way.
21789
21790 2004-10-18  David Edmondson  <dme@dme.org>
21791
21792         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21793         excessively.
21794
21795 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21796
21797         * gnus-util.el (gnus-split-references): Accept a nil references
21798         string and go on blissfully.
21799
21800         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21801         cases where the references string is non-nil but has no references.
21802
21803         * encrypt.el: Add autoload tags.
21804
21805         * spam.el (spam-resolve-registrations-routine): Remove article
21806         from unregistration list too.  Reported by David Hanak
21807         <dhanak@isis.vanderbilt.edu>
21808
21809 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21810
21811         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21812         nil.  Change custom type.
21813
21814 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21815
21816         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21817
21818         * gnus-sum.el (gnus-summary-move-article): Use it.
21819
21820 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21821
21822         * encrypt.el: Add autoload cookies.
21823
21824         * spam.el (spam-backend-article-list-property)
21825         (spam-backend-get-article-todo-list)
21826         (spam-backend-put-article-todo-list)
21827         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21828         Resolve registrations separately.
21829         (spam-register-routine): Format comments.
21830         (spam-unregister-routine, spam-register-routine): Always call with
21831         specific-articles, no default list.
21832         (spam-summary-prepare-exit): Use the spam-classifications function.
21833
21834         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21835         gnus-encrypt.el.
21836
21837         * encrypt.el: Copied from gnus-encrypt.el.
21838
21839         * gnus-encrypt.el: Commented that it's obsolete.
21840
21841 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21842
21843         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21844         (gnus-score-save): Use it.
21845
21846         * message.el (message-bury): Use `window-dedicated-p'.
21847
21848 2004-10-15  Simon Josefsson  <jas@extundo.com>
21849
21850         * pop3.el (top-level): Don't require nnheader.
21851         (pop3-read-timeout): Add.
21852         (pop3-accept-process-output): Add.
21853         (pop3-read-response, pop3-retr): Use it.
21854
21855 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21856
21857         * spam.el (spam-register-routine): Move comment.
21858         (spam-verify-bogofilter): Use 'unknown for the initial
21859         spam-bogofilter-valid state, not 'never.
21860
21861         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21862         for netrc-machine.
21863
21864         * nnimap.el (nnimap-open-connection):
21865         Use netrc-machine-user-or-password.
21866
21867 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21868
21869         * gnus-registry.el (gnus-registry-unload-hook):
21870         Set as a variable with add-hook.
21871
21872         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21873         of news-path.
21874
21875         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21876
21877         * spam.el: Delete duplicate `provide'.
21878         (spam-unload-hook): Set as a variable with add-hook.
21879
21880 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21881
21882         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21883         in the doc string.
21884
21885         * message.el (message-ignored-news-headers)
21886         (message-ignored-supersedes-headers)
21887         (message-ignored-resent-headers)
21888         (message-forward-ignored-headers): Improve custom type.
21889
21890 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21891
21892         * message.el (message-tokenize-header): Fix 2004-09-06 change
21893         which used point-min in the wrong place.
21894
21895 2004-10-12  Simon Josefsson  <jas@extundo.com>
21896
21897         * tls.el (tls-certtool-program): New variable.
21898         (tls-certificate-information): New function, based on
21899         ssl-certificate-information.
21900
21901 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21902
21903         * compface.el: Move the version of ELisp-based uncompface program
21904         to the contrib directory because of the copyright problem.
21905
21906 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21907
21908         * message.el (message-kill-buffer): Raise the current frame.
21909
21910 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21911
21912         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21913
21914         * gnus.el (message-y-or-n-p): Autoload.
21915
21916         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21917         (pop3-password-required, pop3-authentication-scheme)
21918         (pop3-leave-mail-on-server): Make customizable.
21919         (pop3): New custom group.
21920         (pop3-retr): Remove `sleep-for' statements.
21921         Suggested by Dave Love <fx@gnu.org>.
21922
21923         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21924         Windows/DOS.
21925
21926         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21927         (imap-parse-body): Fix incorrect use of `assert'.
21928         Suggested by Dave Love <fx@gnu.org>.
21929
21930         * mml.el (mml-minibuffer-read-disposition): Require match.
21931         Suggested by Dave Love <fx@gnu.org>.
21932
21933 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21934
21935         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21936         doc string.
21937
21938 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21939
21940         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21941
21942 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21943
21944         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21945         instead of calling `mm-insert-inline', to decode text/* parts
21946         before displaying them.
21947
21948 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21949
21950         * mm-uu.el (mm-uu-text-plain-type): New variable.
21951         (mm-uu-pgp-signed-extract-1): Use it.
21952         (mm-uu-pgp-encrypted-extract-1): Use it.
21953         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21954         bind mm-uu-text-plain-type with that value.
21955         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21956         mm-uu-dissect.
21957
21958 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21959
21960         * gnus-group.el (gnus-update-group-mark-positions):
21961         * gnus-sum.el (gnus-update-summary-mark-positions):
21962         * message.el (message-check-news-body-syntax):
21963         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21964         of string-as-multibyte.
21965
21966 2004-10-05  Juri Linkov  <juri@jurta.org>
21967
21968         * gnus-group.el (gnus-update-group-mark-positions):
21969         * gnus-sum.el (gnus-update-summary-mark-positions):
21970         * message.el (message-check-news-body-syntax):
21971         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21972         8-bit unibyte values to a multibyte string for search functions.
21973
21974 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21975
21976         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21977         (mm-uu-dissect-text-parts): New function.
21978
21979         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21980         dissect text parts.
21981
21982         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21983         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21984
21985         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21986
21987         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21988         Use gnus-current-topics instead of gnus-current-topic.
21989
21990 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21991
21992         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21993
21994 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21995
21996         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21997         where appropriate.
21998
21999         * nnml.el (nnml-generate-active-info): do.
22000
22001         * nndiary.el (nndiary-generate-active-info): do.
22002
22003         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22004         (gnus-topic-move): do.
22005
22006         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22007         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22008
22009         * gnus-srvr.el (gnus-server-prepare)
22010         (gnus-server-open-all-servers): do.
22011
22012         * gnus-msg.el (gnus-summary-cancel-article)
22013         (gnus-summary-resend-message)
22014         (gnus-summary-mail-crosspost-complaint): do.
22015
22016         * gnus-move.el (gnus-change-server): do.
22017
22018         * gnus-group.el (gnus-group-unmark-all-groups)
22019         (gnus-group-set-current-level): do.
22020
22021 2004-10-04  Simon Josefsson  <jas@extundo.com>
22022
22023         * message.el (message-generate-hashcash): Doc fix.
22024
22025 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22026
22027         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22028         avoid infinite recursion via gnus-get-function.
22029
22030 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22031
22032         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22033
22034         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22035
22036         * nnmail.el (nnmail-split-history): do.
22037
22038         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22039         (nnml-request-delete-group): do.
22040
22041         * nnslashdot.el (nnslashdot-read-groups): do.
22042
22043         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22044         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22045
22046         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22047         (nnspool-sift-nov-with-sed): Use last.
22048         (nnspool-retrieve-headers-with-nov): Use mapc.
22049         (nnspool-request-newgroups): Use dolist.
22050         (nnspool-request-group): Use last.
22051
22052         * nntp.el (nntp-read-server-type): Use dolist.
22053
22054         * nnvirtual.el (nnvirtual-create-mapping)
22055         (nnvirtual-update-read-and-marked): Use dolist.
22056         (nnvirtual-convert-headers): Simplify.
22057
22058 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22059
22060         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22061         Add support for sync'ing tick marks.
22062
22063 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22064
22065         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22066         there's no visible header.
22067
22068 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22069
22070         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22071         When necessary, pass full group name to gnus-request-set-marks.
22072
22073 2004-10-01  Simon Josefsson  <jas@extundo.com>
22074
22075         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22076         acroread.
22077
22078 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22079
22080         * spam-report.el (spam-report-gmane): Fix interactive.
22081
22082         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22083
22084         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22085         when writing file.
22086         (gnus-agent-synchronize-flags): Don't default to being
22087         interactive.
22088
22089 2004-09-30  Simon Josefsson  <jas@extundo.com>
22090
22091         * message.el (message-generate-hashcash): Add.
22092         (message-send-mail): Use it, call mail-add-payment.
22093
22094 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22095
22096         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22097
22098 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22099
22100         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22101         gnus-requst-update-info with explicit code to sync the in-memory
22102         info read flags with the marks being sync'd to the backend.
22103
22104         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22105
22106 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22107
22108         * spam.el (spam-verify-bogofilter): Add new function.
22109         (spam-check-bogofilter)
22110         (spam-bogofilter-register-with-bogofilter): Use it.
22111         (spam-verify-bogofilter): Add small fixes.
22112
22113 2004-09-28  Simon Josefsson  <jas@extundo.com>
22114
22115         * hashcash.el (hashcash-generate-payment): Revert.
22116
22117 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22118
22119         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22120         Use gnus-extract-references instead of gnus-split-references.
22121
22122         * gnus-util.el (gnus-extract-references): Add new function, analogous
22123         to gnus-split-references but extracts only the message-ID without
22124         anything extra.
22125
22126         * hashcash.el (hashcash-generate-payment)
22127         (hashcash-check-payment): Do the right thing if hashcash-path is
22128         nil (because the hashcash program could not be found).
22129
22130         * spam.el (spam-use-hashcash): Remove comment.
22131
22132 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22133
22134         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22135         (gnus-cache-enter-article, gnus-cache-remove-article)
22136         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22137
22138         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22139
22140         * gnus-art.el (article-hide-boring-headers)
22141         (article-translate-strings, article-display-face)
22142         (gnus-article-mime-match-handle-first)
22143         (gnus-article-highlight-headers)
22144         (gnus-article-add-buttons-to-head): do.
22145
22146 2004-09-27  Simon Josefsson  <jas@extundo.com>
22147
22148         * hashcash.el: New version, from
22149         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22150         ../contrib/.
22151
22152 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22153
22154         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22155
22156 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22157
22158         * gnus-dup.el (gnus-dup-open): Use mapc.
22159         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22160
22161         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22162         Reported by Stefan Wiens <s.wi@gmx.net>.
22163
22164         * gnus.el (gnus-shutdown): Use dolist.
22165
22166         * gnus-undo.el (gnus-undo): Use mapc.
22167
22168         * nnrss.el (nnrss-generate-active): do.
22169
22170         * message.el (message-cite-original-without-signature)
22171         (message-cite-original): Use mapc.
22172         (message-do-actions, message-make-forward-subject): Use dolist.
22173
22174 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22175
22176         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22177         deletion to remove entire duplicate line.  Fixes merged article
22178         number bug.
22179
22180 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22181
22182         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22183         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22184         first ask if you want to open a server and then, even when you
22185         responded with no, asking if you want to synchronize the server's
22186         flags.
22187         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22188         multi-line expressions.
22189         (gnus-agent-synchronize-group-flags): New internal function.
22190         Updates marks in memory (in the info structure) AND in the
22191         backend.
22192
22193         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22194
22195         * nnagent.el (nnagent-request-set-mark):
22196         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22197         method, to ensure that synchronization updates marks in the
22198         backend and in the info (in memory) structure.
22199
22200 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22201
22202         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22203         convention fully; don't miss the root article of a thread; make
22204         the X-Draft-From header with correct article numbers.
22205
22206 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22207
22208         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22209         unless plugged.  Disable the agent so that an open failure causes
22210         an error.
22211
22212         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22213         Revert 2004-09-21 change.  The backend must be opened while
22214         synchronizing flags even when the backend stores the flags
22215         locally.
22216
22217 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22218
22219         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22220         in `header' match.  Reported by Svend Tollak Munkejord.
22221
22222         * message.el (message-cite-original): Fix use of
22223         `message-cite-articles-with-x-no-archive'.
22224
22225 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22226
22227         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22228         (gnus-window-to-buffer): Ditto.
22229
22230         * mml.el (mml-preview-buffer): New variable.
22231         (mml-preview): Manage window layout with gnus-buffer-configuration.
22232
22233         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22234         X-Draft-From header even if those articles aren't quoted.
22235
22236 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22237
22238         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22239         (gnus-request-set-mark, gnus-request-update-mark): Use new
22240         g-s-t-u-l-m to decide to use backend even when unplugged.
22241
22242 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22243
22244         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22245         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22246
22247 2004-09-20  Simon Josefsson  <jas@extundo.com>
22248
22249         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22250         "utf-16-le".
22251
22252 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22253
22254         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22255
22256 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22257
22258         * uudecode.el (uudecode-use-external): Add :version.
22259
22260         * smime.el (smime-CA-file, smime-encrypt-cipher)
22261         (smime-dns-server): Add :version.
22262
22263         * smiley.el (gnus-smiley-file-types): Add :version.
22264
22265         * sha1.el (sha1-use-external): Add :version.
22266
22267         * pgg-def.el (pgg-query-keyserver): Add :version.
22268
22269         * nnmail.el (nnmail-fancy-expiry-targets)
22270         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22271         Add :version.
22272
22273         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22274         (nnimap-retrieve-groups-asynchronous): Add :version.
22275         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22276
22277         * mml.el (mml-content-disposition-parameters)
22278         (mml-insert-mime-headers-always): Add :version.
22279
22280         * mm-util.el (mm-coding-system-priorities): Add :version.
22281
22282         * mm-decode.el (mm-inline-text-html-with-images)
22283         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22284         (mm-verify-option): Add :version.
22285         (mm-text-html-renderer): Change :version.
22286
22287         * message.el (message-fcc-externalize-attachments)
22288         (message-required-headers, message-draft-headers)
22289         (message-subject-trailing-was-query)
22290         (message-subject-trailing-was-ask-regexp)
22291         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22292         (message-mark-insert-end, message-archive-header)
22293         (message-archive-note, message-cross-post-default)
22294         (message-cross-post-note, message-followup-to-note)
22295         (message-cross-post-note-function, message-use-mail-followup-to)
22296         (message-subscribed-address-functions)
22297         (message-subscribed-address-file, message-subscribed-addresses)
22298         (message-subscribed-regexps, message-allow-no-recipients)
22299         (message-yank-cited-prefix, message-signature-insert-empty-line)
22300         (message-hidden-headers, message-hierarchical-addresses)
22301         (message-mail-user-agent, message-use-idna)
22302         (message-valid-fqdn-regexp)
22303         (message-strip-special-text-properties, message-header-synonyms)
22304         (message-beginning-of-line, message-tab-body-function): Add :version.
22305         (message-insert-canlock, message-wide-reply-confirm-recipients):
22306         Change :version.
22307
22308         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22309         and :version.
22310         (mail-source-delete-old-incoming-confirm)
22311         (mail-source-movemail-program): Add :version.
22312
22313         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22314         (gnus-agent-cache, gnus-agent): Change :version.
22315
22316         * gnus-util.el (gnus-use-byte-compile): Change :version.
22317
22318         * gnus-sum.el (gnus-summary-make-false-root-always)
22319         (gnus-summary-default-high-score)
22320         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22321         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22322         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22323         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22324         (gnus-sum-thread-tree-single-indent)
22325         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22326         (gnus-sum-thread-tree-leaf-with-other)
22327         (gnus-sum-thread-tree-single-leaf): Add :version.
22328         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22329         (gnus-article-loose-mime): Change :version.
22330
22331         * gnus-start.el (gnus-backup-startup-file)
22332         (gnus-save-startup-file-via-temp-buffer): Add :version.
22333
22334         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22335         (gnus-server-offline-face): Add :version.
22336
22337         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22338
22339         * gnus-msg.el (gnus-gcc-externalize-attachments)
22340         (gnus-debug-files, gnus-debug-exclude-variables)
22341         (gnus-discouraged-post-methods): Change :version.
22342         (gnus-confirm-mail-reply-to-news)
22343         (gnus-confirm-treat-mail-like-news): Add :version.
22344
22345         * gnus-int.el (gnus-server-unopen-status): Add :version.
22346
22347         * gnus-group.el (gnus-group-jump-to-group-prompt)
22348         (gnus-large-ephemeral-newsgroup)
22349         (gnus-fetch-old-ephemeral-headers): Add :version.
22350
22351         * gnus-fun.el (gnus-x-face-directory)
22352         (gnus-convert-pbm-to-x-face-command)
22353         (gnus-convert-image-to-x-face-command)
22354         (gnus-convert-image-to-face-command): Add :version.
22355
22356         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22357
22358         * gnus-cite.el (gnus-cite-blank-line-after-header)
22359         (gnus-article-boring-faces): Add :version.
22360
22361         * gnus-art.el (gnus-buttonized-mime-types)
22362         (gnus-inhibit-mime-unbuttonizing)
22363         (gnus-treat-display-face)
22364         (gnus-treat-body-boundary): Change :version.
22365         (gnus-body-boundary-delimiter, gnus-picon-databases)
22366         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22367         (gnus-treat-date-english, gnus-treat-fold-headers)
22368         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22369         (gnus-treat-mail-picon, gnus-treat-wash-html)
22370         (gnus-article-encrypt-protocol)
22371         (gnus-use-idna, gnus-article-over-scroll)
22372         (gnus-mime-display-multipart-alternative-as-mixed)
22373         (gnus-mime-display-multipart-related-as-mixed)
22374         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22375         (gnus-ctan-url, gnus-button-ctan-handler)
22376         (gnus-button-handle-ctan-bogus-regexp)
22377         (gnus-button-ctan-directory-regexp)
22378         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22379         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22380         (gnus-button-man-level, gnus-button-emacs-level)
22381         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22382
22383         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22384         (gnus-agent-go-online): Change :version.
22385         (gnus-agent-expire-unagentized-dirs)
22386         (gnus-agent-auto-agentize-methods): Add :version.
22387
22388         * flow-fill.el (fill-flowed-display-column)
22389         (fill-flowed-encode-column): Add :version.
22390
22391         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22392         (gnus-outlook-deuglify-unwrap-max)
22393         (gnus-outlook-deuglify-cite-marks)
22394         (gnus-outlook-deuglify-unwrap-stop-chars)
22395         (gnus-outlook-deuglify-no-wrap-chars)
22396         (gnus-outlook-deuglify-attrib-cut-regexp)
22397         (gnus-outlook-deuglify-attrib-verb-regexp)
22398         (gnus-outlook-deuglify-attrib-end-regexp)
22399         (gnus-outlook-display-hook): Add :version.
22400
22401         * binhex.el (binhex-use-external): Add :version.
22402
22403 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22404
22405         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22406         and `invisible'.
22407
22408 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22409
22410         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22411         in gnus-registry-trim.
22412
22413 2004-09-13  Simon Josefsson  <jas@extundo.com>
22414
22415         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22416
22417         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22418
22419         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22420         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22421         <yamaoka@jpl.org>.
22422         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22423         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22424         <yamaoka@jpl.org>.
22425
22426         * sieve.el (sieve-manage-mode): Ditto.
22427
22428 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22429
22430         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22431
22432 2004-09-11  Simon Josefsson  <jas@extundo.com>
22433
22434         * dns-mode.el: Add.
22435
22436         * mm-view.el (mm-display-dns-inline): Add.
22437
22438         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22439         (mm-automatic-display): Ditto.
22440
22441         * mailcap.el (mailcap-mime-data): Add text/dns.
22442         (mailcap-mime-extensions): Map .soa to text/dns.
22443
22444 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22445
22446         * gnus-art.el (article-decode-mime-words, article-babel)
22447         (gnus-article-highlight-signature, gnus-article-add-buttons)
22448         (gnus-signature-toggle): Remove unnecessary bindings of
22449         `inhibit-read-only' inherited from v5.10 merge.
22450
22451 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22452
22453         * nntp.el (nntp): New customization group.
22454         (nntp-authinfo-file): Add customization group.
22455
22456         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22457
22458         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22459
22460         * gnus.el (to-address, to-list, subscribed)
22461         (large-newsgroup-initial): Ditto.
22462
22463         * flow-fill.el (fill-flowed-display-column)
22464         (fill-flowed-encode-column): Ditto.
22465
22466 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22467
22468         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22469         Use point-min rather than 1.
22470         (message-send-mail): Use buffer-size rather than point-max.
22471
22472         * gnus-sum.el (gnus-summary-search-article-forward):
22473         Signal a specific `search-failed' rather than a generic `error'.
22474
22475         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22476         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22477         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22478
22479 2004-09-10  Simon Josefsson  <jas@extundo.com>
22480
22481         * nndb.el (require): Remove tcp and duplicate cl.
22482
22483 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22484
22485         * gnus-agent.el (directory-files-and-attributes): Move forward.
22486
22487 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22488
22489         * gnus-agent.el (directory-files-and-attributes):
22490         Optionally defined to support XEmacs.
22491
22492 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22493
22494         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22495         to avoid run-time CL dependencies.
22496         (gnus-agent-unfetch-articles): New function.
22497         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22498         article numbers even when local .overview file is missing.
22499         (gnus-agent-read-article-number): New function.  Only accepts
22500         27-bit article numbers.
22501         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22502         Use gnus-agent-read-article-number.
22503         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22504         from backend while recognizing that article numbers in .overview
22505         must be valid.
22506         (gnus-agent-update-files-total-fetched-for):
22507         Use directory-files-and-attributes to improve performance.
22508         * gnus-int.el (gnus-request-move-article):
22509         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22510         improve performance.
22511
22512         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22513         some users confused by references to .newsrc when they only have a
22514         .newsrc.eld file.
22515         (gnus-convert-mark-converter-prompt)
22516         (gnus-convert-converter-needs-prompt): Fix use of property list.
22517         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22518         New function.  Used internally to only display 'gnus converting
22519         files' message when actually necessary.
22520
22521         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22522         methods now autoloaded.
22523
22524 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22525
22526         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22527         identifiers.
22528
22529 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22530
22531         * gnus-picon.el: Fix indentation and closing parenthesis.
22532
22533 2004-09-01  Simon Josefsson  <jas@extundo.com>
22534
22535         * message.el (message-canlock-generate): Require sha1, not
22536         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22537         to require within a function.  Sadly, if sha1.el isn't loaded, the
22538         let binding in m-c-g will hide the defcustom definition, which is
22539         bad.)
22540
22541         * canlock.el: Require sha1, not sha1-el.
22542
22543         * message.el: Don't autoload sha1 (there is a autoload cookie in
22544         sha1.el).
22545
22546         * sha1-el.el: Rename to sha1.el.
22547
22548 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22549
22550         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22551
22552 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22553
22554         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22555
22556 2004-08-30  Kim F. Storm  <storm@cua.dk>
22557
22558         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22559
22560         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22561         Add :group 'nnimap.
22562
22563 2004-08-30  Andreas Schwab  <schwab@suse.de>
22564
22565         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22566         ?* and ?\;.
22567
22568         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22569         and ?\' to symbol instead of whitespace.
22570
22571 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22572
22573         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22574
22575         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22576         instead of re-search-forward.
22577
22578         * gnus-uu.el (gnus-uu-save-article): Ditto.
22579         (gnus-uu-post-encode-uuencode): Ditto.
22580
22581         * html2text.el (html2text-clean-list-items): Ditto.
22582         (html2text-clean-dtdd): Ditto.
22583         (html2text-format-tags): Ditto.
22584
22585         * message.el (message-send-mail-with-sendmail): Fix regexp.
22586         (message-fill-field-general): Use search-forward instead of
22587         re-search-forward.
22588         (unbold-region): Ditto.
22589
22590         * nnrss.el (nnrss-request-article): Ditto.
22591
22592         * nnslashdot.el (nnslashdot-request-article): Ditto.
22593
22594         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22595
22596         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22597         "Unrecognized menu descriptor" error in XEmacs.
22598
22599 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22600
22601         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22602         parent article of a sparse article in the thread hashtb.
22603
22604 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22605
22606         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22607         (nnmail-expand-newtext): Lowercase expanded entries if
22608         nnmail-split-lowercase-expanded is non-nil.
22609
22610 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22611
22612         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22613
22614         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22615         of gnus-tmp-news-method into string under XEmacs.  It will be
22616         passed to gnus-correct-length which takes only a string argument.
22617
22618 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22619
22620         * gnus-util.el (gnus-bind-print-variables): New macro.
22621         (gnus-prin1): Use it.
22622         (gnus-prin1-to-string): Use it.
22623         (gnus-pp): New function.
22624         (gnus-pp-to-string): New function.
22625
22626         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22627         Replace pp-to-string with gnus-pp-to-string.
22628         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22629         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22630         * gnus-msg.el (gnus-debug): Ditto.
22631         * gnus-score.el (gnus-score-save): Ditto.
22632         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22633         gnus-pp-to-string.
22634         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22635         with gnus-pp.
22636         * score-mode.el (gnus-score-pretty-print): Ditto.
22637         * webmail.el (webmail-debug): Ditto.
22638
22639 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22640
22641         * gnus-art.el (article-display-face, article-display-x-face):
22642         Use buffer-read-only.
22643
22644 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22645
22646         * gnus-art.el (article-hide-list-identifiers):
22647         Bind inhibit-read-only as t.
22648
22649 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22650
22651         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22652
22653 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22654
22655         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22656         (gnus-narrow-to-page): Don't assume point-min == 1.
22657         (gnus-article-edit-mode): Derive from message-mode.
22658
22659         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22660         point-min == 1.
22661
22662         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22663         Disable incorrect use of `assert'.
22664
22665         * message.el (message-mode): Set comment-start-skip.
22666
22667
22668 2004-08-22  Sam Steingold  <sds@gnu.org>
22669
22670         * pop3.el (pop3-leave-mail-on-server): New user variable.
22671         (pop3-movemail): Delete mail only when it is nil.
22672
22673 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22674
22675         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22676
22677         * mml.el (mml-preview): Use `pop-to-buffer'.
22678
22679         * message.el (message-goto-mail-followup-to): Insert after "To".
22680         (message-carefully-insert-headers): Add comment.
22681
22682         * gnus.el: Remove unused variable `gnus-article-check-size'.
22683
22684         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22685
22686         * gnus-art.el (gnus-button-alist):
22687         Improve `gnus-button-handle-library' entry.
22688
22689 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22690
22691         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22692         Use downcase, since XEmacs capitalizes error messages differently.
22693
22694 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22695
22696         * nntp.el: Add (require 'gnus) due to reference to
22697         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22698
22699 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22700
22701         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22702         Bind `mm-fill-flowed'.
22703
22704         * mm-decode.el (mm-dissect-singlepart): Check it.
22705
22706 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22707
22708         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22709         'imap' for netrc parsing.
22710
22711 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22712
22713         * mailcap.el (mailcap-mime-data): Mark as risky.
22714
22715 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22716
22717         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22718         may be included in the encoded word.
22719         (rfc2047-encode): Don't append a space if the encoded word
22720         includes close parenthesis.
22721
22722 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22723
22724         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22725         of text within parentheses.
22726
22727 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22728
22729         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22730         (gnus-encrypt-write-file-contents): Make the password key the file
22731         name PLUS the cipher, not just the cipher.  Also remove failed
22732         passwords from the cache.
22733
22734 2004-08-06  Simon Josefsson  <jas@extundo.com>
22735
22736         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22737         Doc fix.
22738
22739 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22740
22741         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22742         LWSP.
22743
22744 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22745
22746         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22747         Try to append in-reply-to: data to the references: header.
22748
22749         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22750         (netrc-parse): Use gnus-encrypt.el functions.
22751
22752         * gnus-encrypt.el: Add new file for encryption support; currently
22753         does only a few GPG ciphers and an internal XOR cipher.
22754
22755         * password.el: Add comments on using password-read-and-add.
22756         (password-read-and-add): Add function to read and add the
22757         password to the cache at once.
22758
22759 2004-07-28  Simon Josefsson  <jas@extundo.com>
22760
22761         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22762         parameter (but don't use it, for now).
22763
22764         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22765         instead of hard coding to nil.
22766
22767 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22768
22769         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22770         as mm-inline-image-xemacs does.
22771
22772 2004-07-26  Simon Josefsson  <jas@extundo.com>
22773
22774         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22775         Revert part of 2004-07-17 change below.
22776
22777 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22778
22779         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22780         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22781
22782 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22783
22784         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22785         quotes that actually start with ">" at the beginning of the
22786         lines.
22787
22788 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22789
22790         * rfc2047.el (rfc2047-encode-region): Fix last change.
22791         (rfc2047-encode-parameter): Remove useless concat.
22792
22793 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22794
22795         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22796         encode special characters; fix some kind of misconfigured headers;
22797         signal a real error if debug-on-quit or debug-on-error is non-nil.
22798         (rfc2047-encode-max-chars): New variable.
22799         (rfc2047-encode-1): Use it.
22800         (rfc2047-encode-parameter): New function.
22801
22802         * mml.el (mml-insert-parameter): Remove an excessive space.
22803
22804 2004-07-17  Simon Josefsson  <jas@extundo.com>
22805
22806         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22807         Kai Grossjohann <kai@emptydomain.de>.
22808         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22809         (gnus-group-make-menu-bar): Ditto.
22810
22811         * gnus-util.el (gnus-group-server): Add.
22812
22813 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22814
22815         * message.el (message-clone-locals): Clone sendmail and smtp
22816         variables.
22817
22818 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22819
22820         * rfc2047.el (rfc2047-encode-region): Fix last change.
22821
22822 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22823
22824         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22825         characters as non-special.
22826
22827 2004-07-09  Simon Josefsson  <jas@extundo.com>
22828
22829         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22830         Users will lose all flag changes made while unplugged with
22831         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22832         good default.  See numerous reports on ding mailing list.
22833
22834 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22835
22836         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22837         add generate-head-function and generate-article-function to the
22838         rfc822-forward entry.
22839         (nndoc-rfc822-forward-generate-article): New function.
22840         (nndoc-rfc822-forward-generate-head): New function.
22841
22842         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22843
22844 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22845
22846         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22847         respect display group parameter and gnus-summary-expunge-below.
22848         (gnus-articles-to-read): Remove unused reference to display group
22849         parameter.
22850
22851 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22852
22853         * nnheader.el (nnheader-uniquify-message-id): New experimental
22854         variable.
22855         (nnheader-nov-read-message-id): Use it.
22856
22857         * spam-report.el (spam-report-gmane): Add interactive.
22858
22859 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * mm-encode.el (mm-content-transfer-encoding-defaults):
22862         Use qp-or-base64 for the application/* types.
22863
22864 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22865
22866         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22867
22868 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22869
22870         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22871         trim value.
22872
22873 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22874
22875         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22876         New macro and function.
22877         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22878
22879 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22880
22881         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22882         after-load-alist.
22883
22884 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22885
22886         * gnus-group.el (gnus-group-get-new-news-this-group):
22887         Don't update info that isn't there.
22888
22889 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22890
22891         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22892         entry.
22893
22894 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22895
22896         * mm-view.el (mm-inline-render-with-function): Use multibyte
22897         buffer; decode html source by charset.
22898
22899         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22900
22901         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22902         Mule-UCS is loaded under XEmacs.
22903         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22904
22905 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22906
22907         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22908
22909 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22910
22911         * mm-util.el (mm-coding-system-p): Return a coding-system.
22912         (mm-mime-mule-charset-alist): Use shift_jis instead of
22913         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22914         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22915         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22916         instead of japanese-shift-jis and iso-latin-1 respectively in
22917         order to share the default value with both Emacs and XEmacs-mule.
22918         (mm-mule-charset-to-mime-charset):
22919         Make mm-coding-system-priorities effective.
22920         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22921         while predicating of candidates upon the priorities.
22922
22923 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22924
22925         * gnus-sum.el (gnus-summary-make-menu-bar):
22926         Add gnus-uu-invert-processable.
22927
22928         * gnus.el: Autoload gnus-uu-invert-processable.
22929
22930 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22931
22932         * mm-util.el (mm-with-multibyte-buffer): New macro.
22933
22934         * rfc2047.el (rfc2047-encode-string): Use it.
22935         (rfc2047-encode-region): Move point to the end of the region after
22936         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22937
22938 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22939
22940         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22941         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22942
22943 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22944
22945         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22946         (gnus-cite-parse): Ignore quoted envelope From_.
22947         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22948
22949 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22950
22951         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22952         invalid addresses.
22953
22954 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22955
22956         * spam.el: Change section markers, revise TODO list.
22957         (spam-backends): Make new master list of all installed backends.
22958         (spam-summary-exit-behavior): Add new variable to determine how
22959         messages moves are done at summary exit.
22960         (spam-move-spam-nonspam-groups-only)
22961         (spam-process-ham-in-nonham-groups)
22962         (spam-process-ham-in-spam-groups): Remove variables, the
22963         spam-summary-exit-behavior variable should be used to manage this
22964         behavior.
22965         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22966         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22967         and spam-old-spam-articles.
22968         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22969         Add empty variables, placeholders for the backends they represent.
22970         (spam-set-difference): Move, unchanged.
22971         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22972         unless the user has a processor variable.
22973         (spam-classifications, spam-classification-valid-p)
22974         (spam-backend-properties, spam-backend-property-valid-p)
22975         (spam-backend-function-type-valid-p)
22976         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22977         (spam-report-articles-gmane, spam-report-articles-resend):
22978         Remove functions, they are not needed.
22979         (spam-install-backend-super, spam-backend-list)
22980         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22981         (spam-backend-function, spam-backend-ham-registration-function)
22982         (spam-backend-spam-registration-function)
22983         (spam-backend-ham-unregistration-function)
22984         (spam-backend-spam-unregistration-function)
22985         (spam-backend-statistical-p, spam-backend-mover-p)
22986         (spam-install-backend-alias, spam-install-checkonly-backend)
22987         (spam-install-mover-backend, spam-install-nocheck-backend)
22988         (spam-install-backend, spam-install-statistical-backend)
22989         (spam-install-statistical-checkonly-backend): Add backend installation
22990         support.
22991         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22992         (spam-group-processor-p): Use the new backend code and respect the
22993         summary exit behavior.
22994         (spam-mark-spam-as-expired-and-move-routine): Remove.
22995         (spam-summary-prepare): Change to use the new spam-old-articles
22996         variable.
22997         (spam-copy-or-move-routine, spam-copy-spam-routine)
22998         (spam-move-spam-routine, spam-copy-ham-routine)
22999         (spam-move-ham-routine): Add code to copy/move ham or spam.
23000         (spam-fetch-field-fast): Improve doc and code, plus allow the
23001         'number request.
23002         (spam-list-of-checks, spam-list-of-statistical-checks):
23003         Remove variables.
23004         (spam-split, spam-find-spam): Use the new backend code.
23005         (spam-registration-functions): Remove variable.
23006         (spam-unregister-routine): Add convenience wrapper.
23007         (spam-log-undo-registration, spam-register-routine)
23008         (spam-log-processing-to-registry)
23009         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23010         where possible.
23011         (spam-check-gmane-xref, spam-check-regex-headers)
23012         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23013         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23014         (spam-check-bogofilter-headers, spam-check-spamoracle)
23015         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23016         (spam-check-crm114-headers): Use the spam-split-group that
23017         spam-split prepares, no need to determine it every time.
23018
23019         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23020         to the nnheader-parse-naked-head call.
23021
23022         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23023
23024         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23025         the nnheader-nov-read-message-id call.
23026
23027 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23028
23029         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23030         gnus-activate-group twice.  Suggested by Markus Peter
23031         <warp@spin.de>.
23032
23033 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23034
23035         * gnus-art.el (gnus-article-time-format): Exchange the order of
23036         day and month in the default value; fix customization type.
23037         (article-date-ut): Use add-text-properties.
23038         (article-make-date-line): Use message-make-date instead of
23039         current-time-string.
23040
23041         * message.el (message-fetch-field): Don't use set-text-properties.
23042         (message-make-date): Simplify.
23043
23044         * messagexmas.el (message-xmas-make-date): New function.
23045         (message-xmas-redefine): Defalias message-make-date to it.
23046
23047 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23048
23049         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23050         (rfc2047-encode-region): Treat text within parentheses as special;
23051         show the original text when error has occurred.
23052
23053         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23054         already-computed method to gnus-activate-group.
23055
23056         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23057         same select-methods identical Lisp objects.
23058
23059         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23060         object when modifying the info.
23061
23062 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23063
23064         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23065         gnus-opened-servers since it has never been opened with the new
23066         configuration yet.
23067
23068 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23069
23070         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23071         arg to nnheader-generate-fake-message-id.
23072
23073 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23074
23075         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23076         number and build a fake message ID localized to a group and
23077         article number (so it's repeatable from that point on).
23078         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23079         ID format.
23080
23081         * gnus-sum.el (gnus-get-newsgroup-headers):
23082         Call nnheader-generate-fake-message-id with the article number.
23083
23084 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23085
23086         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23087         end-of-buffer.
23088
23089 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23090
23091         * message.el (message-ignored-supersedes-headers): Add Approved.
23092
23093 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23094
23095         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23096         goto-char.
23097         (rfc2047-encode): Fold the line before encoding.
23098
23099 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23100
23101         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23102         folding -- not all headers can be folded, and this should be done
23103         by the message composition mode.  Probably.  I think.
23104
23105 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23106
23107         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23108         fast.
23109
23110         * gnus-ems.el (gnus-remove-image): Don't use
23111         message-text-with-property; remove only the image found first.
23112
23113         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23114         found first.
23115
23116 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23117
23118         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23119
23120 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23121
23122         * message.el (message-text-with-property): Make it fast and accept
23123         optional arguments.
23124         (message-strip-forbidden-properties): Use it.
23125         (message-fix-before-sending): Follow the m-t-w-p change.
23126
23127         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23128
23129 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23130
23131         * gnus-art.el (article-hide-headers): Don't change the buffer
23132         mistakenly when performing mml-preview even if
23133         gnus-single-article-buffer is nil.
23134
23135 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23136
23137         * message.el (message-expand-name-databases): New user option.
23138         (message-expand-name): Use it.
23139
23140 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23141
23142         * spam.el (spam-report-articles-resend)
23143         (spam-report-resend-register-routine): Allow ham reporting.
23144         (spam-report-resend-register-ham-routine): Add wrapper.
23145         (spam-registration-functions): Add ham resending functions.
23146         (spam-list-of-processors): Add ham resend processor.
23147
23148         * gnus.el (ham-resend-to): Add new group parameter.
23149         (spam-process): Add ham resend option.
23150
23151         * spam-report.el (spam-report-resend): Allow reporting ham.
23152         (spam-report-resend-ham): Add wrapper.
23153
23154 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23155
23156         * message.el (message-cite-articles-with-x-no-archive):
23157         New variable.
23158         (message-cite-original): Use it.
23159
23160 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23161
23162         * message.el (message-cite-original): Respect X-No-Archive.
23163
23164 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23165
23166         * gnus-art.el (article-hide-headers): Refer to the values for
23167         gnus-ignored-headers and gnus-visible-headers in the summary
23168         buffer since a user may have set them as group parameters.
23169
23170 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23171
23172         * assistant.el (assistant-node-name): Add convenience function.
23173         (assistant-render-text, assistant-render-node): Add error handling,
23174         plus handle multiple next nodes.
23175         (assistant-find-next-node): Comment out for now.
23176         (assistant-find-next-nodes): Add function, returns list of next
23177         nodes.
23178
23179 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23180
23181         * mail-source.el (mail-source-directory): Fix doc-string.
23182
23183 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23184
23185         * assistant.el (assistant-render-text, assistant-eval): Add :set
23186         widget type, which is different because it takes and returns a
23187         list.  Much hilarity ensues.
23188
23189 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23190
23191         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23192
23193         * gnus-group.el (gnus-group-get-new-news-this-group):
23194         Add doc-string.
23195
23196         * gnus-start.el (gnus-activate-group): Add doc-string.
23197
23198 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23199
23200         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23201
23202 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23203
23204         * assistant.el (assistant-render-text): Try to add a :set
23205         widget, more to come.
23206
23207         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23208         strings.
23209         (spam-report-articles-resend)
23210         (spam-register-routine): Do registration iff any articles warrant
23211         it.
23212         (spam-summary-prepare-exit): Change log message for nil group
23213         destinations.
23214
23215 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23216
23217         * spam.el (spam-report-resend-register-routine):
23218         Allow spam-report-resend-to to be a group parameter or a global value.
23219
23220 2004-05-26  Simon Josefsson  <jas@extundo.com>
23221
23222         * starttls.el: Merge with my GNUTLS based starttls.el.
23223         (starttls-gnutls-program, starttls-use-gnutls)
23224         (starttls-extra-arguments, starttls-process-connection-type)
23225         (starttls-connect, starttls-failure, starttls-success):
23226         New variables.
23227         (starttls-program, starttls-extra-args): Doc fix.
23228         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23229         New functions.
23230         (starttls-negotiate, starttls-open-stream):
23231         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23232         function if it is set.
23233
23234 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23235
23236         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23237         structured fields.
23238
23239 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23240
23241         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23242
23243 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23244
23245         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23246         Add variable.
23247         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23248         assigning the spam-mark to new messages.
23249
23250 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23251
23252         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23253
23254 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23255
23256         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23257
23258         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23259         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23260         default.
23261
23262 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23263
23264         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23265         correct data.
23266
23267 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23268
23269         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23270         (spam-group-processor-p): Fix function.
23271         (spam-group-processor-multiple-p)
23272         (spam-group-spam-processor-report-gmane-p)
23273         (spam-group-spam-processor-report-resend-p)
23274         (spam-group-spam-processor-bogofilter-p)
23275         (spam-group-spam-processor-blacklist-p)
23276         (spam-group-spam-processor-ifile-p)
23277         (spam-group-ham-processor-ifile-p)
23278         (spam-group-spam-processor-spamoracle-p)
23279         (spam-group-spam-processor-crm114-p)
23280         (spam-group-ham-processor-bogofilter-p)
23281         (spam-group-spam-processor-stat-p)
23282         (spam-group-ham-processor-stat-p)
23283         (spam-group-ham-processor-whitelist-p)
23284         (spam-group-ham-processor-BBDB-p)
23285         (spam-group-ham-processor-spamoracle-p)
23286         (spam-group-ham-processor-copy-p): Remove functions with some
23287         prejudice against unneeded code.
23288         (spam-report-articles-resend)
23289         (spam-report-resend-register-routine): Allow the group/topic
23290         spam-resend-to value to override spam-report-resend-to.
23291         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23292         properly now.
23293
23294         * gnus.el (spam-resend-to): Add group/topic parameter.
23295         (spam-process): Move the OBSOLETE processors to the end of the
23296         choices.
23297
23298 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23299
23300         * spam-report.el (spam-report-resend-to, spam-report-resend):
23301         Start with resend-to set to nil, and then ask the user if necessary.
23302         (spam-report-resend): spam-report-resend takes a list of articles, not
23303         separate article numbers.
23304
23305 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23306
23307         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23308         addition to emacs-w3m.
23309
23310 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23311
23312         * assistant.el (assistant-authinfo-data): New function.
23313         (assistant-eval): Eval for entire assistant.
23314
23315         * netrc.el (netrc-services-file): New variable.
23316         (netrc-parse-services): New function.
23317         (netrc-find-service-name): New function.
23318         (netrc-find-service-number): New function.
23319         (netrc-port-equal): New function.
23320         (netrc-machine): Use it.
23321
23322         * nnimap.el (nnimap-open-connection): Use netrc.
23323
23324         * gnus-util.el (gnus-netrc-get): Remove aliases.
23325
23326         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23327
23328         * assistant.el (wid-edit): Fix compilation.
23329
23330         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23331
23332 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23333
23334         * gnus-util.el (gnus-set-file-modes): New function.  (small
23335         patch).
23336
23337 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23338
23339         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23340
23341         * assistant.el (assistant-render-node): Fix up rendering and
23342         read-only text.
23343         (assistant-render-node): Reset.
23344         (assistant-make-read-only): Not sticky.
23345
23346 2004-05-20  Danny Siu  <dsiu@adobe.com>
23347
23348         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23349         centered even when gnus-auto-center-summary is t.
23350
23351 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23352
23353         * dns.el (dns-get-txt-answer): New function.
23354         (dns-read-txt): Ditto.
23355         (query-dns): Use it.
23356
23357 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23358
23359         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23360         active for foreign groups even if the group level is higher than
23361         the specified value.
23362
23363 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23364
23365         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23366         non-active groups.
23367
23368         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23369
23370 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23371
23372         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23373
23374 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23375
23376         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23377         (spam-crm114-header, spam-crm114-spam-switch)
23378         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23379         (spam-crm114-positive-spam-header)
23380         (spam-crm114-database-directory, spam-list-of-processors)
23381         (spam-group-spam-processor-crm114-p)
23382         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23383         (spam-generic-score, spam-list-of-checks)
23384         (spam-list-of-statistical-checks, spam-registration-functions)
23385         (spam-check-crm114-headers, spam-crm114-score)
23386         (spam-check-crm114, spam-crm114-register-with-crm114)
23387         (spam-crm114-register-spam-routine)
23388         (spam-crm114-unregister-spam-routine)
23389         (spam-crm114-register-ham-routine)
23390         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23391
23392 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23393
23394         * gnus.el: Add spam-use-crm114.
23395
23396         * spam.el (spam-list-of-processors, spam-registration-functions):
23397         Add spam-use-resend.
23398         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23399         (spam-report-articles-gmane): Add doc fix.
23400         (spam-report-articles-resend, spam-report-resend-register-routine):
23401         Add wrappers around spam-report-resend-to.
23402
23403         * spam-report.el (spam-report-resend-to, spam-report-resend):
23404         Add support for resending spam.
23405         (spam-report-gmane): Fix line length >80.
23406
23407         * gnus.el (spam-process): Add spam-use-resend.
23408
23409 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23410
23411         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23412         number of processed spam messages.
23413         (spam-ham-copy-or-move-routine): Return the number of processed
23414         ham messages.
23415         (spam-summary-prepare-exit): Use the above values to decide
23416         whether status messages shouled be displayed.
23417
23418 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23419
23420         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23421         `rfc2047-encoding-function-alist' in order to avoid conflicting
23422         with the old version.
23423         (rfc2047-encode-region): Concatenate words containing non-ASCII
23424         characters in structured fields; don't encode space-delimited
23425         ASCII words even in unstructured fields; don't break words at
23426         char-category boundaries.
23427         (rfc2047-encode-1): New function.
23428         (rfc2047-encode): Use it; encode text so that it occupies the
23429         maximum width within 76-column; work correctly on Q encoding for
23430         iso-2022-* charsets.
23431         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23432         sure not to break a line just after the header name.
23433         (rfc2047-b-encode-region): Remove.
23434         (rfc2047-b-encode-string): New function.
23435         (rfc2047-q-encode-region): Remove.
23436         (rfc2047-q-encode-string): New function.
23437
23438         * mm-util.el (mm-replace-in-string): New function.
23439
23440 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23441
23442         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23443         Really get it right.
23444         (gnus-inews-make-draft): Really.
23445
23446 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23447
23448         * nnmh.el (nnmh-request-list-1): Don't check the link count
23449         before descending.  (small patch)
23450
23451 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23452
23453         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23454         stuff.
23455
23456         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23457         Match on real group name.
23458
23459         * gnus-art.el (gnus-signature-limit): Doc fix.
23460
23461         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23462
23463         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23464
23465 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23466
23467         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23468         isn't a string.
23469
23470 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23471
23472         * gnus-draft.el (gnus-draft-send):
23473         Bind rfc2047-encode-encoded-words.
23474
23475         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23476         (rfc2047-encodable-p): Say that =? needs encoding.
23477         (rfc2047-encode-encoded-words): New variable.
23478
23479         * gnus-group.el (gnus-group-select-group): Doc fix.
23480
23481         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23482
23483         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23484         to nil.
23485
23486         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23487
23488         * nnheader.el (nnheader-get-lines-and-char): New function.
23489
23490 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23491
23492         * gnus-msg.el (gnus-summary-followup-with-original):
23493         Document yanking of region when active.
23494
23495 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23498         groups if the group level is higher than the specified value.
23499
23500 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23501
23502         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23503         (gnus-group-jump-to-group): Add prefix argument using
23504         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23505         non-active group.
23506
23507         * compface.el (uncompface): Be verbose when changing
23508         `uncompface-use-external'.
23509
23510         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23511         handle manual section.
23512
23513 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23514
23515         * gnus-art.el (gnus-button-alist): Revert previous change.
23516
23517 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23518
23519         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23520
23521 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23522
23523         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23524         whether backend can accept message.
23525
23526         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23527
23528 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23529
23530         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23531         Avoid creating directory when nntp-marks-is-evil is true.
23532         Reported by Reiner Steib.
23533
23534 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23535
23536         * gnus-picon.el (gnus-picon-insert-glyph):
23537         Add optional `nostring' argument.
23538
23539 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23540
23541         * gnus-picon.el (gnus-picon-style): New variable.
23542         (gnus-picon-transform-address): Support `gnus-picon-style'.
23543
23544 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23545
23546         * message.el (message-fill-field): Return point.
23547         (message-generate-headers): Go to end of field.
23548
23549         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23550         stuff for non-living groups.
23551
23552 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23553
23554         * gnus-art.el (gnus-article-followup-with-original)
23555         (gnus-article-reply-with-original): gnus-mark-active-p ->
23556         gnus-region-active-p.
23557
23558 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23559
23560         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23561         only when there is spam or ham to be processed.
23562
23563 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23564
23565         * mail-source.el (mail-source-delete-crash-box): Refactor.
23566         (mail-source-fetch): Use it.
23567         (mail-source-fetch-file): Ditto.
23568         (mail-source-fetch-directory): Run postscript in loop.
23569         (mail-source-fetch-pop): Delete.
23570         (mail-source-fetch-maildir): Ditto.
23571         (mail-source-fetch-imap): Ditto.
23572
23573         * imap.el (imap-authenticators): Comment out sasl.
23574
23575         * message.el (message-skip-to-next-address): New function.
23576         (message-fill-header-address): Refactor.
23577         (message-fill-address): Use it.
23578         (message-delete-address): Use it.
23579         (message-fill-header-general): Refactor.
23580         (message-fill-field-address): Rename.
23581         (message-narrow-to-field): Find the start of the header.
23582         (message-header-format-alist): Don't pre-fill.
23583         (message-fill-header): Remove.
23584         (message-insert-header): New function.
23585         (message-shorten-references): Use it.
23586
23587         * rfc2047.el (rfc2047-field-value): Strip props.
23588
23589         * mail-parse.el (mail-header-make-address): New alias.
23590
23591         * ietf-drums.el (ietf-drums-make-address): New function.
23592
23593         * imap.el: Add compiler directives.
23594
23595         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23596
23597         * gnus-art.el (article-decode-idna-rhs): Don't use
23598         message-idna-inside-rhs-p.
23599
23600 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23601
23602         * message.el (message-idna-inside-rhs-p): Remove.
23603         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23604
23605         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23606         false positives.
23607
23608 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23609
23610         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23611
23612 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23613
23614         * nneething.el (nneething-file-name): Don't create spurious
23615         files.
23616
23617         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23618         (gnus-inews-do-gcc): Remove sleep.
23619
23620         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23621         part under point.
23622
23623         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23624         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23625
23626 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23627
23628         * spam.el (spam-summary-prepare-exit): Fix (length).
23629
23630 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23631
23632         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23633         as expired without moving it" message when there are spam
23634         messages left.
23635
23636 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23637
23638         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23639         header is not nil.
23640
23641 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23642
23643         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23644         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23645         (nntp-marks-changed-p): New arg SERVER.
23646         (nntp-request-update-info): Adjust caller.
23647
23648 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23649
23650         * nntp.el (nntp-save-marks): Pass missing arg.
23651
23652 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23653
23654         * nntp.el: Support marks.
23655         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23656         (nntp-marks-modtime, nntp-marks-directory): New variables.
23657         (nntp-request-set-mark, nntp-request-update-info)
23658         (nntp-possibly-create-directory, nntp-marks-changed-p)
23659         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23660         New functions.
23661
23662 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23663
23664         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23665         (gnus-xmas-redefine): Rename.
23666
23667         * gnus-score.el (gnus-score-insert-help):
23668         Use gnus-select-lowest-window.
23669
23670         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23671         appt-select-lowest-window and rename to gnus-select-lowest-window.
23672
23673         * gnus.el: do.
23674
23675 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23676
23677         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23678         encodings of MIME-encoded words, in order to improve
23679         interoperability with several broken MUAs.
23680
23681 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23682
23683         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23684         tags, only when charsets are not specified in headers.
23685         (mm-inline-text-html-render-with-w3m): Ditto.
23686
23687         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23688         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23689
23690 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23691
23692         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23693         instead of MIME-decoded from fields when checking
23694         `gnus-article-address-banner-alist'.
23695
23696 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23697
23698         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23699         description rather than subject.
23700
23701 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23702
23703         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23704
23705 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23706
23707         * gnus.el (gnus-version-number): Bump.
23708
23709 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23710
23711         * gnus.el: No Gnus v0.2 is released.
23712
23713 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23714
23715         * gnus-agent.el (gnus-agent-read-agentview):
23716         Inline gnus-uncompress-range.
23717
23718 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23719
23720         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23721         `exec-installed-p'.
23722
23723 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23724
23725         * gnus.el (spam-process, spam-autodetect-methods):
23726         Add bsfilter and bsfilter-headers.
23727
23728         * spam.el (spam-bsfilter): New customize group.
23729         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23730         (spam-bsfilter-header, spam-bsfilter-probability-header)
23731         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23732         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23733         (spam-bsfilter-database-directory): New options.
23734         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23735         (spam-list-of-statistical-checks, spam-registration-functions):
23736         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23737         (spam-bsfilter-score): New command.
23738         (spam-check-bsfilter-headers, spam-check-bsfilter)
23739         (spam-bsfilter-register-with-bsfilter)
23740         (spam-bsfilter-register-spam-routine)
23741         (spam-bsfilter-unregister-spam-routine)
23742         (spam-bsfilter-register-ham-routine)
23743         (spam-bsfilter-unregister-ham-routine): New functions.
23744         (spam-generic-score): Support bsfilter; Accept an optional argument
23745         to recalcurate spam score even if scoring header has already been
23746         added.
23747         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23748         optional argument to recalcurate spam score even if scoring header
23749         has already been added.
23750
23751 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23752
23753         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23754         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23755         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23756         link is missing.
23757
23758 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23759
23760         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23761         (html2text-get-attr): Rewrite.
23762
23763         * message.el (message-setup-1): Remove redundant put-text-property
23764         on mail-header-separator.
23765
23766 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23767
23768         * gnus-registry.el (gnus-registry-cache-whitespace)
23769         (gnus-registry-action, gnus-registry-spool-action)
23770         (gnus-registry-split-fancy-with-parent): Change message levels
23771         from 5 to 3 or 7, as needed.
23772
23773         * spam.el (spam-summary-prepare-exit)
23774         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23775         (spam-split, spam-find-spam, spam-log-undo-registration)
23776         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23777         level from 5 to 6.
23778
23779 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23780
23781         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23782         2004-03-04 change).
23783
23784 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23785
23786         * sieve-manage.el (sieve-manage-open):
23787         * nnweb.el (nnweb-insert-html):
23788         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23789         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23790         * nnspool.el (nnspool-request-group):
23791         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23792         * nnml.el (nnml-request-update-info):
23793         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23794         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23795         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23796         (nnimap-request-set-mark):
23797         * nnfolder.el (nnfolder-request-update-info):
23798         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23799         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23800         * gnus-uu.el (gnus-uu-find-articles-matching):
23801         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23802         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23803         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23804         * gnus-nocem.el (gnus-nocem-scan-groups):
23805         * gnus-int.el (gnus-start-news-server):
23806         * gnus-group.el (gnus-group-make-kiboze-group)
23807         (gnus-group-browse-foreign-server):
23808         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23809         Use mapc when appropriate.
23810
23811 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23812             Adam Sjøgren  <asjo@koldfront.dk>
23813             Wes Hardaker  <wes@hardakers.net>
23814             Michael Shields  <shields@msrl.com>
23815
23816         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23817         may need for spam sorting and scoring.
23818         (spam-user-format-function-S): Add user format function suitable for
23819         general use.
23820         (spam-article-sort-by-spam-status): Add sorting function for summary
23821         sorting.
23822         (spam-extra-header-to-number): Add function to get a score from a
23823         header.
23824         (spam-summary-score): Add function to get a numeric score from the
23825         headers.
23826         (spam-generic-score): Fix function doc, was in wrong place.
23827         (spam-initialize): Take symbols when it's run, and install the
23828         extra headers that spam-necessary-extra-headers thinks we need.
23829
23830 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23831
23832         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23833         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23834
23835 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23836
23837         * gnus-sum.el (gnus-set-global-variables)
23838         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23839         (gnus-article-get-xrefs, gnus-summary-best-group)
23840         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23841         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23842         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23843         Use with-current-buffer.
23844
23845 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23846
23847         * spam.el (spam-summary-prepare-exit): Simplify logic.
23848         (spam-fetch-article-header): Read the article header if it's not
23849         available.
23850         (spam-list-articles): Simplify logic.
23851         (spam-filelist-register-routine): Fix bug with unregister-list.
23852
23853         * gnus-registry.el: Fix comments at beginning.
23854
23855 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23856
23857         * message.el (message-cater-to-broken-inn): Remove.
23858         (message-shorten-references): Make sure the total folded length of
23859         References is shorter than 998 characters to cater to a bug in INN
23860         2.3.  Also, don't pretend that references aren't folded -- this
23861         hasn't worked for a while.
23862
23863 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23864
23865         * gnus-agent.el (gnus-agentize):
23866         gnus-agent-send-mail-real-function no longer set to current value
23867         of message-send-mail-function but rather a lambda that calls
23868         message-send-mail-function.  The change makes the agent real-time
23869         responsive to user changes to message-send-mail-function.
23870
23871 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23872
23873         * legacy-gnus-agent.el
23874         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23875         help from Florian Weimer <fw@deneb.enyo.de>
23876
23877 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23878
23879         * nnmail.el (nnmail-cache-insert): Revert last change.
23880
23881 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23882
23883         * nnmail.el (nnmail-cache-insert): Always check whether
23884         nnmail-cache-ignore-groups matches a group name.
23885
23886 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23887
23888         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23889         (spam-find-spam, spam-log-processing-to-registry)
23890         (spam-log-registered-p, spam-log-unregistration-needed-p)
23891         (spam-log-undo-registration): Use gnus-message instead of
23892         gnus-error, none of these errors are fatal.
23893
23894         * gnus-registry.el (gnus-registry-clean-empty-function)
23895         (gnus-registry-clean-empty): Remove only empty entries without
23896         extra data.
23897
23898 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23899
23900         * spam-stat.el (spam-stat-buffer-change-to-spam)
23901         (spam-stat-buffer-change-to-non-spam): Change (error) to
23902         (gnus-message 8) invocation.
23903
23904 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23905
23906         * nntp.el (nntp-via-netcat-command): New variable.
23907         (nntp-via-netcat-switches): New variable.
23908         (nntp-open-via-rlogin-and-netcat): New function.
23909         (nntp-open-connection-function): Doc fix.
23910         (nntp-telnet-command): Doc fix.
23911         (nntp-end-of-line): Doc fix.
23912         (nntp-via-rlogin-command): Doc fix.
23913         (nntp-via-user-name): Doc fix.
23914         (nntp-via-address): Doc fix.
23915
23916 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23917
23918         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23919         error in Emacs 21.1.
23920
23921 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23922
23923         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23924
23925 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23926
23927         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23928         (gnus-agent-with-refreshed-group): New macro.
23929         (gnus-agent-rename-group): New function.
23930         (gnus-agent-delete-group): New function.
23931         (gnus-agent-save-group-info): Use gnus-command-method when
23932         `method' parameter is nil.  Don't write nil entries into the
23933         active file.
23934         (gnus-agent-get-group-info): New function.
23935         (gnus-agent-fetch-articles):
23936         Use gnus-agent-update-files-total-fetched-for to increment disk space
23937         used.
23938         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23939         Use gnus-agent-update-view-total-fetched-for to increment disk space
23940         used.
23941         (gnus-agent-get-local): Add optional parameters to avoid calling
23942         gnus-group-real-name and gnus-find-method-for-group.
23943         (gnus-agent-set-local): Delete stored entry if either min, or max,
23944         are nil.
23945         (gnus-agent-fetch-session): Reworded error/quit messages.
23946         On quit, use gnus-agent-regenerate-group to record existance of any
23947         articles fetched to disk before the quit occurred.
23948         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23949         gnus-agent-update-view-total-fetched-for, and
23950         gnus-agent-update-files-total-fetched-for to decrement disk space
23951         used.
23952         (gnus-agent-retrieve-headers):
23953         Use gnus-agent-update-view-total-fetched-for to increment disk space
23954         used.
23955         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23956         with gnus-agent-update-files-total-fetched-for to decrement disk
23957         space and fresh group buffer.
23958         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23959         (gnus-agent-need-update-total-fetched-for): New variable.
23960         (gnus-agent-update-files-total-fetched-for): New function.
23961         (gnus-agent-update-view-total-fetched-for): New function.
23962         (gnus-agent-total-fetched-for): New function.
23963
23964         * gnus-cache.el (gnus-cache-save-buffers):
23965         Use gnus-cache-update-overview-total-fetched-for to change disk space
23966         used by this group.
23967         (gnus-cache-possibly-enter-article):
23968         Use gnus-cache-update-file-total-fetched-for to increment disk space
23969         used by this group.
23970         (gnus-cache-possibly-remove-article):
23971         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23972         used by this group.
23973         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23974         (gnus-cache-rename-group): New function.
23975         (gnus-cache-delete-group): New function.
23976         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23977         (gnus-cache-need-update-total-fetched-for): New variable.
23978         (gnus-cache-with-refreshed-group): New macro.
23979         (gnus-cache-update-file-total-fetched-for): New function.
23980         (gnus-cache-update-overview-total-fetched-for): New function.
23981         (gnus-cache-rename-group-total-fetched-for): New function.
23982         (gnus-cache-delete-group-total-fetched-for): New function.
23983         (gnus-cache-total-fetched-for): New function.
23984
23985         * gnus-group.el: Require gnus-sum and autoload functions to
23986         resolve warnings when gnus-group.el compiled alone.
23987         (gnus-group-line-format): Documented new %F.
23988         (size of Fetched data) group line format; identifies disk space
23989         used by agent and cache.
23990         (gnus-group-line-format-alist): Defined new F format.
23991         (gnus-total-fetched-for): New function.
23992         (gnus-group-delete-group): No longer update
23993         gnus-cache-active-altered as gnus-request-delete-group now keeps
23994         the cache in sync.
23995         (gnus-group-list-active): Let the agent store a server's active
23996         list if currently plugged.
23997
23998         * gnus-int.el (gnus-request-delete-group):
23999         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24000         local disk in sync with the server.
24001         (gnus-request-rename-group):
24002         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24003         local disk in sync with the server.
24004
24005         * gnus-start.el (gnus-get-unread-articles):
24006         Cosmetic simplification to logic.
24007
24008         * gnus-util.el (gnus-rename-file): New function.
24009
24010 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24011
24012         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24013
24014 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24015
24016         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24017         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24018
24019 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24020
24021         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24022         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24023
24024 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24025
24026         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24027
24028 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24029
24030         * spam.el (spam-set-difference): Add function to replace
24031         gnus-set-difference in spam.el.
24032         (spam-summary-prepare-exit): Use spam-set-difference.
24033
24034 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24035
24036         * gnus-registry.el (gnus-registry-cache-file): Update to use
24037         gnus-dribble-directory OR gnus-home-directory OR ~.
24038         (gnus-registry-split-fancy-with-parent): Fix doc.
24039
24040 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24041
24042         * message.el (message-exchange-point-and-mark):
24043         Use message-mark-active-p.  Suggested by Jesper Harder
24044         <harder@ifa.au.dk>.
24045
24046 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24047
24048         * message.el (message-exchange-point-and-mark): Don't activate
24049         region if it was inactive.  Suggested by Hiroshi Fujishima
24050         <pooh@nature.tsukuba.ac.jp>.
24051
24052 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24053
24054         * gnus-art.el (article-display-face): Display Faces in the same
24055         order as X-Faces.
24056
24057 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24058
24059         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24060
24061 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24062
24063         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24064         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24065         (gnus-article-mime-hierarchy): Remove.
24066         (gnus-article-mime-hierarchy-next): Remove.
24067         (gnus-article-mode): Revert 2004-03-19 change.
24068         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24069         (gnus-insert-mime-button): Revert 2004-03-19 change.
24070         (gnus-mime-accumulate-hierarchy): Remove.
24071         (gnus-mime-enter-multipart): Remove.
24072         (gnus-mime-leave-multipart): Remove.
24073         (gnus-mime-display-part): Revert 2004-03-19 change.
24074         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24075
24076         * mml.el (mml-preview): Revert 2004-03-19 change.
24077
24078 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24079
24080         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24081
24082 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24083
24084         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24085         t while entering a file name using the mm-with-multibyte macro.
24086         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24087
24088         * mm-util.el (mm-with-multibyte): New macro.
24089
24090 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24091
24092         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24093         New user option.
24094         (gnus-mime-multipart-functions): Doc and customization fix.
24095         (gnus-article-mime-hierarchy): New variable.
24096         (gnus-article-mime-hierarchy-next): New variable.
24097         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24098         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24099         gnus-article-mime-hierarchy-next to nil.
24100         (gnus-insert-mime-button): Show hierarchy numbers.
24101         (gnus-mime-accumulate-hierarchy): New function.
24102         (gnus-mime-enter-multipart): New function.
24103         (gnus-mime-leave-multipart): New function.
24104         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24105         (gnus-mime-display-alternative): Show hierarchy numbers.
24106
24107         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24108         gnus-article-mime-hierarchy-next to nil.
24109
24110 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24111
24112         * dns.el: Don't require gnus-xmas.
24113
24114 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24115
24116         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24117         inline PGP.
24118         (mml-menu): Disable mml-quote-region if mark is inactive.
24119
24120 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24121
24122         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24123         when the group's active is not available.
24124
24125 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24126
24127         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24128         error.
24129
24130 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24131
24132         * imap.el (imap-store-password): New variable.
24133         (imap-interactive-login): Use it.
24134         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24135
24136 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24137
24138         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24139         window-start and hscroll to summary window.
24140
24141 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24142
24143         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24144         conversion message to newsrc-dribble when an actual conversion is
24145         performed.
24146
24147 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24148
24149         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24150
24151 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24152
24153         * mm-decode.el (mm-complicated-handles): New function reviving
24154         former definition of mm-multiple-handles.
24155
24156         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24157         (gnus-mime-delete-part): Use it.
24158
24159 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24160
24161         * gnus-agent.el (gnus-agent-read-local):
24162         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24163         avoid the implicit assumption that they will always be equal.
24164         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24165         coding-system-for-write, as the with-temp-file macro first prints
24166         to a buffer then saves the buffer.
24167
24168 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24169
24170         * gnus-art.el (gnus-article-edit-part): New function.
24171         (gnus-mime-save-part-and-strip): Use it; do query instead of
24172         signaling an error; don't use mm-multiple-handles.
24173         (gnus-mime-delete-part): Ditto.
24174
24175 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24176
24177         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24178         old file versions.
24179         (gnus-group-prepare-hook): Remove function that converted list
24180         form of gnus-agent-expire-days to group properties.
24181
24182         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24183         (gnus-request-accept-article): Re-indented.
24184
24185         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24186         converters to handle old agent file formats.  Add logic for a
24187         "backup before upgrading warning".
24188         (gnus-convert-mark-converter-prompt): Developers can mark
24189         functions as needing (default), or not needing,
24190         gnus-convert-old-newsrc's "backup before upgrading warning".
24191         (gnus-convert-converter-needs-prompt): Tests whether the user
24192         should be protected from potentially irreversable changes by the
24193         function.
24194
24195         * legacy-gnus-agent.el: New.  Provides converters that are only
24196         loaded when gnus-convert-old-newsrc needs to call them.
24197
24198 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24199
24200         * mail-source.el (mail-source-touch-pop): Doc fix.
24201
24202         * message.el (message-smtpmail-send-it): Doc fix.
24203
24204 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24205
24206         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24207
24208         * nnmail.el (nnmail-split-fancy): do.
24209
24210         * gnus-kill.el (gnus-kill, gnus-execute): do.
24211
24212 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24213
24214         * gnus-sum.el (gnus-widget-reversible-match)
24215         (gnus-widget-reversible-to-internal)
24216         (gnus-widget-reversible-to-external): New functions.
24217         (gnus-widget-reversible): New widget.
24218         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24219
24220 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24221
24222         * gnus-sum.el (gnus-thread-sort-functions)
24223         (gnus-article-sort-functions): Document `(not F)' items.
24224
24225 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24226
24227         * spam.el (spam-use-gmane-xref): Add new backend.
24228         (spam-gmane-xref-spam-group): Add variable to control the name of the
24229         Gmane spam group.
24230         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24231         (spam-regex-headers-spam, spam-regex-headers-ham)
24232         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24233         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24234         backends and checks.
24235         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24236
24237         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24238         an autodetect method.
24239
24240 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24241
24242         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24243         articles are being added to a group.
24244         (gnus-request-replace-article): Inform the agent that articles
24245         need to be uncached as the cached contents are no longer valid.
24246
24247 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24248
24249         * binhex.el: Don't autoload executable-find.
24250
24251         * canlock.el: Don't autoload mail-fetch-field.
24252
24253         * dgnushack.el: Autoload c-mode for XEmacs.
24254
24255         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24256
24257         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24258         rmail-dont-reply-to and rmail-output.
24259
24260         * gnus-score.el: Don't autoload ffap-string-at-point.
24261
24262         * gnus-setup.el: Don't autoload sc-cite-original.
24263
24264         * imap.el: Don't autoload base64-decode-string,
24265         base64-encode-string and md5.
24266
24267         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24268         and rmail-msg-restore-non-pruned-header.
24269
24270         * mm-decode.el: Don't autoload executable-find.
24271
24272         * mm-url.el: Don't autoload executable-find.
24273
24274         * mm-view.el: Don't autoload diff-mode.
24275
24276         * nndb.el: Don't autoload news-reply-mode, news-setup,
24277         cancel-timer and telnet.
24278
24279         * password.el: Don't autoload run-at-time for Emacs.
24280
24281         * sha1-el.el: Don't autoload executable-find.
24282
24283         * sieve-mode.el: Don't autoload c-mode.
24284
24285         * uudecode.el: Don't autoload executable-find.
24286
24287 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24288
24289         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24290         (gnus-agent-possibly-alter-active): Avoid null in numeric
24291         comparison.
24292         (gnus-agent-set-local): Refuse to save null in local object table.
24293         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24294         list of articles that will be marked as unread.
24295
24296 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24297
24298         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24299
24300 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24301
24302         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24303         language tags.
24304
24305 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24306
24307         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24308         Don't bind "obarray".
24309
24310         * gnus-sum.el (gnus-thread-sort-functions):
24311         Add `gnus-thread-sort-by-most-recent-number' and
24312         `gnus-thread-sort-by-most-recent-date'.
24313         Reported by Kai Grossjohann <kai@emptydomain.de>.
24314
24315 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24316
24317         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24318
24319 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24320
24321         * gnus-cus.el (gnus-agent-customize-category):
24322         Remove ignore-errors macro reference that required cl to be loaded at
24323         run-time.
24324
24325         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24326         single-interval range of the form (min . max).  Previously the
24327         range had to look like ((min . max)).  Likewise, return
24328         (min . max) rather than ((min . max)).
24329         (gnus-range-map): Use gnus-range-normalize to accept
24330         single-interval range.
24331
24332         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24333         the cache, but not the agent, now appear with their usual face.
24334
24335         * dgnushack.el (loaddir): New variable that is bound to the
24336         directory containing the dgnushack.el file. Use loaddir, rather
24337         than srcdir, to update load-path. Change lets dgnushack compile
24338         code in directories other than GNUS/lisp.
24339
24340 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24341
24342         * lpath.el: Don't bind w3m-safe-url-regexp.
24343
24344         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24345         w3m-safe-url-regexp variable buffer-local.
24346
24347         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24348
24349 2004-02-27  Simon Josefsson  <jas@extundo.com>
24350
24351         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24352         gnus-group-real-prefix.
24353         (gnus-summary-move-article): Use it, instead of
24354         gnus-group-real-prefix.
24355
24356 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24357
24358         * lpath.el: Bind w3m-safe-url-regexp.
24359
24360         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24361         w3m-safe-url-regexp variable buffer-local and set it as the value
24362         of mm-w3m-safe-url-regexp.
24363
24364         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24365
24366         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24367         parsing gnus-posting-styles when the message is not for replying.
24368
24369         * dgnushack.el: Autoload sgml-mode for XEmacs.
24370
24371         * nnrss.el (nnrss-opml-export):
24372         Use mm-set-buffer-file-coding-system instead of
24373         set-buffer-file-coding-system.
24374
24375 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24376
24377         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24378         of checkdoc.el).
24379         * nnrss.el: do.
24380         * gnus-mlspl.el: do.
24381         * gnus-ml.el: do.
24382         * gnus-srvr.el: do.
24383
24384         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24385
24386 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24387
24388         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24389         Corrections to custom-manual links.
24390
24391         * gnus-art.el (gnus-article): Ditto.
24392
24393         * mm-decode.el (mime-display, mime-security): Ditto.
24394
24395 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24396
24397         * flow-fill.el: Typo.
24398
24399 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24400
24401         * spam-wash.el: New file.
24402
24403 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24404
24405         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24406
24407 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24408
24409         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24410         to be run with new-articles as LIST1, not LIST2.
24411         (spam-registration-functions): Add spam-use-ham-copy as a nil
24412         registration backend.
24413
24414 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24415
24416         * spam-stat.el (spam-stat-washing-hook): New option.
24417         (spam-stat-buffer-words): Use it.
24418         (spam-stat-process-directory, spam-stat-test-directory):
24419         Use insert-file-contents-literally.
24420         (spam-stat-coding-system): New variable.
24421         (spam-stat-load, spam-stat-save): Use it.
24422
24423 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24424
24425         * spam-report.el (spam-report-plug-agent):
24426         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24427
24428 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24429
24430         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24431         Allow / in mailto URLs.
24432
24433 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24434
24435         * spam-report.el (spam-report-process-queue): Fix interactive use.
24436         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24437         (spam-report-unplug-agent): Doc fixes.
24438         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24439         (spam-report-agentize, spam-report-deagentize): Autoload.
24440
24441 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24442
24443         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24444
24445         * message.el (message-setup-fill-variables): Add mml tags to
24446         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24447         <ajk@iu.edu>.
24448         (message-mode): Don't modify paragraph-separate there.
24449
24450 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24451
24452         * compface.el (uncompface-use-external): Default to undecided.
24453         (uncompface-use-external-threshold): New variable.
24454         (uncompface-float-time): New macro.
24455         (uncompface): Determine whether to use the external decoder if
24456         uncompface-use-external is undecided.
24457
24458 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24459
24460         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24461         after images.
24462
24463         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24464
24465 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24466
24467         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24468
24469         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24470
24471         * gnus-sum.el (gnus-summary-limit-to-age)
24472         (gnus-summary-limit-children): do.
24473
24474         * gnus-int.el (gnus-request-scan): do.
24475
24476         * gnus-group.el (gnus-group-suspend): do.
24477
24478         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24479
24480         * gnus-cite.el (gnus-cite-parse-attributions): do.
24481
24482         * gnus-agent.el (gnus-summary-set-agent-mark)
24483         (gnus-agent-regenerate-group): do.
24484
24485         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24486
24487         * binhex.el (binhex-decode-region-internal): do.
24488
24489 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24490
24491         * gnus-fun.el (gnus-face-properties-alist): New user option.
24492         (gnus-display-x-face-in-from): Use it.
24493
24494         * gnus-art.el (article-display-face): Ditto.
24495
24496         * compface.el (uncompface-use-external): Default to nil.
24497
24498 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24499
24500         * nntp.el (nntp-erase-buffer): New function.
24501         (nntp-retrieve-data, nntp-send-command)
24502         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24503         (nntp-possibly-change-group): Use it.
24504
24505         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24506         Use with-current-buffer.
24507
24508 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24509
24510         * compface.el: Merge the ELisp-based uncompface program.
24511         (compface): New customization group.
24512         (uncompface-use-external): New user option.
24513         (uncompface): Call uncompface-internal if uncompface-use-external
24514         is nil.
24515         (uncompface-internal): New function.  Note that there are also
24516         some other functions and variables added for this function.
24517
24518 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24519
24520         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24521         if necessary.
24522
24523 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24524
24525         * spam-report.el (spam-report-unplug-agent)
24526         (spam-report-plug-agent, spam-report-deagentize)
24527         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24528         Add support for the Agent in spam-report: when unplugged, report to a
24529         file; when plugged, submit all the requests.
24530
24531         * spam.el (spam-register-routine): Fix message about
24532         registration.
24533
24534 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24535
24536         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24537         dependencies.
24538         (rfc2047-encode): Use it.
24539
24540         * gnus-art.el (gnus-button-marker-list): Move before first
24541         reference.
24542
24543         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24544         (imap-parse-body): Fix format string mismatch.
24545
24546         * gnus-score.el (gnus-summary-increase-score): do.
24547
24548         * nnrss.el (nnrss-close): New function.
24549
24550 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24551
24552         * nnrss.el (nnrss-make-filename): New function.
24553         (nnrss-request-delete-group, nnrss-read-server-data)
24554         (nnrss-save-server-data, nnrss-read-group-data)
24555         (nnrss-save-group-data): Use it.
24556         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24557         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24558         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24559
24560 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24561
24562         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24563
24564 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24565
24566         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24567         files.
24568
24569         * message.el (message-generate-headers-first): Don't quote nil
24570         and t in docstrings.
24571
24572         * imap.el (imap-id): do.
24573
24574         * gnus-agent.el (gnus-agent-consider-all-articles)
24575         (gnus-agent-queue-mail): do.
24576
24577 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24578
24579         * spam-report.el (spam-report-process-queue): New function.
24580         Process requests from `spam-report-requests-file'.
24581         (spam-report-process-queue): Doc fix.
24582
24583 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24584
24585         * spam.el (spam-register-routine)
24586         (spam-log-processing-to-registry, spam-log-registered-p)
24587         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24588         Change "check" to "spam-check" for semi-clarity.
24589
24590 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24591
24592         * pop3.el: Require nnheader.
24593
24594         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24595
24596         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24597
24598         * gnus-picon.el: Require cl.
24599
24600         * gnus-fun.el: Require gnus-ems and gnus-util.
24601
24602         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24603
24604         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24605
24606         * gnus-art.el (gnus-article-edit-mode): Define before first
24607         reference.
24608
24609 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24610
24611         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24612         (gnus-uu-post-encoded): Use point-at-bol.
24613
24614         * gnus-topic.el (gnus-group-active-topic-p): do.
24615
24616         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24617
24618         * gnus-group.el (gnus-group-kill-region): do.
24619
24620         * gnus-art.el (article-date-ut): do.
24621
24622         * message.el (message-fetch-field): Remove redundant
24623         case-fold-search binding.
24624         (message-narrow-to-field): Simplify.
24625
24626 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24627
24628         * spam.el (spam-directory): Derive from `gnus-directory'.
24629
24630         * spam-report.el (spam-report-url-to-file)
24631         (spam-report-requests-file): New function and variable for offline
24632         reporting.
24633         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24634         and user defined function.
24635         (spam-report-url-ping-mm-url): Remove doubled slash.
24636
24637 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24638
24639         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24640
24641 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24642
24643         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24644         Fix format string mismatch.
24645
24646         * sieve.el (sieve-deactivate-all): do.
24647
24648         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24649
24650         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24651
24652         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24653
24654         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24655
24656 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24657
24658         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24659         the list of checks.
24660
24661 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24662
24663         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24664         padding.
24665
24666 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24667
24668         * mm-view.el (mm-fill-flowed): New variable.
24669         (mm-inline-text): Use it.
24670
24671 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24672
24673         * spam.el (spam-spamassassin-register-ham-routine)
24674         (spam-spamassassin-register-spam-routine): Fix function names.
24675
24676 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24677
24678         * gnus.el (gnus-tmp-grouplens): Remove.
24679         (gnus-summary-line-format): Remove grouplens.
24680
24681         * gnus-group.el (gnus-group-line-format): Ditto.
24682
24683         * gnus-spec.el (gnus-format-specs): Ditto.
24684         (gnus-update-format-specifications): Flush the group format spec
24685         cache if there's the grouplens stuff.
24686         (gnus-parse-simple-format): Replace %l with the empty string.
24687
24688 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24689
24690         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24691         omission.
24692
24693 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24694
24695         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24696         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24697
24698 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24699
24700         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24701         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24702         New macros and functions.
24703         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24704         Handle > NLINK_MAX messages.
24705         * nnmaildir.el (nnmaildir-request-set-mark):
24706         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24707
24708 2004-01-25  Alex Schroeder  <alex@gnu.org>
24709
24710         * spam-stat.el (spam-stat-process-directory-age): New option.
24711         (spam-stat-process-directory): Use it.
24712
24713 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24714
24715         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24716         (spam-stat-save): Accept prefix argument.
24717
24718 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24719
24720         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24721         links" error.
24722
24723 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24724
24725         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24726         the rest of the and/or forms.
24727
24728 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24729
24730         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24731         compatibility with old .newsrc.eld files.
24732
24733         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24734
24735         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24736
24737         * gnus-start.el (gnus-1): do.
24738
24739         * gnus-group.el (gnus-group-line-format-alist): do.
24740
24741         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24742
24743         * gnus-gl.el: Remove.
24744
24745 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24746
24747         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24748         marks consisting of a single range {for example, (3 . 5)} rather
24749         than a list of a single range { ((3 . 5)) }.
24750
24751 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24752
24753         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24754         Use with-current-buffer.
24755         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24756         avoid consing a string.
24757
24758         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24759         Remove obsolete entries for big5 and gb2312.
24760
24761 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24762
24763         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24764         uncompressed list.
24765
24766 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24767
24768         * spam-stat.el (spam-stat-strip-xref): New function.
24769         (spam-stat-process-directory): Use it.
24770
24771         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24772         here -- it's done in message-fetch-field.
24773
24774 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24775
24776         * gnus-agent.el (gnus-agent-queue-mail)
24777         (gnus-agent-prompt-send-queue): New variables.
24778         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24779         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24780         "nndraft:queue" along to gnus-draft-send.
24781         Use gnus-agent-prompt-send-queue.
24782         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24783         is "nndraft:queue".  Suggested by Gaute Strokkenes
24784         <gs234@srcf.ucam.org>
24785
24786         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24787         (agent-enable-undownloaded-faces): Add.
24788         (gnus-agent-cat-groups): Use eval-and-compile, not
24789         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24790         method of gnus-agent-cat-groups even when the buffer has been
24791         evaled.
24792         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24793         delete gnus-agent-save-active-1.
24794         (gnus-agent-save-groups): Delete.  Identical to
24795         gnus-agent-save-active.
24796         (gnus-agent-write-active): No longer adjust agent's copy of active
24797         file as agent's adjustments are now stored in their own
24798         file.  Remove optional parameter.
24799         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24800         servers.  Add use of min/max range limits from server's local
24801         file.
24802         (gnus-agent-save-alist): Remove unused optional argument.
24803         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24804         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24805         (gnus-agent-set-local): A per-server file that keeps min/max range
24806         limits for articles known to the agent.  Provides a fast mechanism
24807         for altering many active ranges.
24808         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24809         active file (local makes it unnecessary).
24810         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24811
24812         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24813         (agent-enable-undownloaded-faces): Add.
24814
24815         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24816         disable it when sending to "nndraft:queue".
24817         (gnus-group-send-queue): Add safety check to avoid sending queue
24818         when unplugged.
24819
24820         * gnus-group.el (gnus-group-catchup): Use new
24821         gnus-sequence-of-unread-articles, not
24822         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24823         numbers of articles.  Use gnus-range-map to avoid having to
24824         uncompress the unread list.
24825         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24826         Fix invalid ange-ftp reference.
24827
24828         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24829         (gnus-sorted-range-intersection): Intersection of two ranges
24830         without requiring that they first be uncompressed.
24831
24832         * gnus-start.el (gnus-activate-group): Unless blocked by the
24833         caller, possibly expand the active range to include both cached
24834         and agentized articles.
24835         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24836         multiple version-dependent converters.
24837         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24838         gnus-agent-save-active.
24839         (gnus-save-newsrc-file): Save dirty agent range limits.
24840
24841         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24842         gnus-agent-possibly-alter-active.
24843         (gnus-adjust-marked-articles): Faster handling of simple lists.
24844
24845 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24846
24847         * spam-stat.el (spam-stat-test-directory): New optional argument
24848         displays a list of files detected.  Suggested by Andrew Cohen
24849         <cohen@andy.bu.edu>.
24850         (spam-stat-buffer-words-with-scores): Don't narrow and change
24851         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24852
24853 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24854
24855         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24856         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24857         (spam-spamassassin-arguments)
24858         (spam-spamassassin-spam-flag-header)
24859         (spam-spamassassin-positive-spam-flag-header)
24860         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24861         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24862         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24863         (spam-list-of-processors, spam-list-of-checks)
24864         (spam-list-of-statistical-checks, spam-registration-functions)
24865         (spam-check-spamassassin-headers, spam-check-spamassassin)
24866         (spam-spamassassin-score)
24867         (spam-spamassassin-register-with-sa-learn)
24868         (spam-spamassassin-register-spam-routine)
24869         (spam-spamassassin-register-ham-routine)
24870         (spam-assassin-register-spam-routine)
24871         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24872         (spam-bogofilter-score): Fix to show article before scoring.
24873
24874 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24875
24876         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24877         default scoring function.
24878         (spam-generic-score): Call spam-spamassassin-score if
24879         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24880         spam-bogofilter-score otherwise.
24881
24882         * gnus.el (spam-process, spam-autodetect-methods):
24883         Add spamassassin and spamassassin-headers.
24884
24885 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24886
24887         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24888         Suppress unnecessary messages.
24889
24890 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24891
24892         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24893         make-hash-table.
24894
24895 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24896
24897         * canlock.el (base64-encode-string): Don't autoload it.
24898
24899 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24900
24901         * run-at-time.el: Remove useless (require 'itimer),
24902         eval-and-compile and (featurep 'xemacs).
24903
24904 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24905
24906         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24907         GROUP is a virtual group.
24908
24909 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24910
24911         * gnus.el: Autoload `message-y-or-n-p'.
24912
24913 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24914
24915         * pgg-parse.el: Remove unnecessary (require 'custom).
24916
24917         * pgg-def.el: do.
24918
24919         * nnmail.el: do.
24920
24921         * gnus-undo.el: do.
24922
24923         * gnus-picon.el: do.
24924
24925         * gnus-util.el: do.
24926
24927 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24928
24929         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24930
24931 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24932
24933         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24934         handle, as well as a list.
24935
24936         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24937         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24938         (mm-w3m-cid-retrieve): Simplify.
24939
24940 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24941
24942         * message.el (message-kill-to-signature): Allow prefix arg to
24943         specify number of lines to keep before signature.
24944
24945 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24946
24947         * message.el (message-kill-to-signature): Change docstring.
24948
24949 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24950
24951         * canlock.el: Always require sha1-el.
24952         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24953
24954         * message.el: Autoload sha1 only when compiling.
24955
24956         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24957         eudc-expand-inline for XEmacs.
24958
24959 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24960
24961         * message.el (message-canlock-generate): Require sha1-el.
24962
24963 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24964
24965         * message.el (message-expand-name): Silence the byte compiler.
24966
24967         * lpath.el: Add detect-coding-system.
24968
24969         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24970         cus-edit.
24971
24972 2004-01-13  Simon Josefsson  <jas@extundo.com>
24973
24974         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24975         Invoke gnus-score-mode.
24976         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24977
24978         * gnus-range.el (gnus-compress-sequence): Doc fix.
24979         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24980
24981 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24982
24983         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24984
24985 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24986
24987         * spam.el (spam-get-article-as-string): Update to use
24988         gnus-request-article-this-buffer, much simpler.
24989         (spam-get-article-as-buffer): Remove.
24990
24991 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24992
24993         * message.el (message-expand-name): Use EUDC if the user uses that.
24994
24995 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24996
24997         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24998         character for the encoding to avoid consing a string.
24999
25000         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25001         unnecessarily.
25002
25003         * mm-util.el (mm-replace-chars-in-string): Remove.
25004
25005         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25006         of mm-replace-chars-in-string.
25007
25008 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25009
25010         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25011
25012         * mm-util.el (mm-subst-char-in-string): Support inplace.
25013
25014         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25015         a new string in every iteration.  Use shy groups.
25016
25017 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25018
25019         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25020         * gnus-soup.el (gnus-soup-group-brew):
25021         * gnus-msg.el (gnus-put-message):
25022         * gnus-move.el (gnus-group-move-group-to-server):
25023         * gnus-kill.el (gnus-batch-score):
25024         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25025         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25026         (gnus-group-update-group, gnus-group-read-group)
25027         (gnus-group-make-group, gnus-group-make-help-group)
25028         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25029         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25030         (gnus-group-sort-by-unread, gnus-group-catchup)
25031         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25032         (gnus-group-yank-group, gnus-group-set-info)
25033         (gnus-group-list-groups):
25034         * gnus.el (gnus-generate-new-group-name):
25035         * gnus-delay.el (gnus-delay-send-queue):
25036         * nnvirtual.el (nnvirtual-catchup-group):
25037         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25038         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25039         (gnus-group-prepare-topics, gnus-topic-check-topology):
25040         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25041         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25042         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25043         (gnus-group-make-articles-read):
25044         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25045         (gnus-group-change-level, gnus-kill-newsgroup)
25046         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25047         (gnus-get-unread-articles, gnus-make-articles-unread)
25048         (gnus-make-ascending-articles-unread): Use accessor
25049         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25050         to get group information for improved readability.
25051
25052
25053 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25054
25055         * gnus-art.el (article-decode-mime-words, article-babel)
25056         (gnus-article-highlight-signature, gnus-article-add-buttons)
25057         (gnus-signature-toggle): Use gnus-with-article-buffer.
25058
25059         * gnus-art.el (gnus-article-highlight-headers)
25060         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25061
25062         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25063         (gnus-article-set-globals, gnus-request-article-this-buffer)
25064         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25065         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25066         (gnus-mime-display-alternative): Use with-current-buffer.
25067
25068 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25069
25070         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25071         also under 80 char limit, and call gnus-error if needed.
25072         (spam-fetch-article-header): Fix - it was a
25073         buffer-local variable (gnus-newsgroup-data).
25074         (spam-find-spam): Use spam-generate-fake-headers, forget about
25075         spam-insert-fake-headers.
25076         (spam-insert-fake-headers): Remove.
25077
25078 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25079
25080         * deuglify.el (gnus-article-outlook-unwrap-lines)
25081         (gnus-outlook-rearrange-article)
25082         (gnus-outlook-repair-attribution-outlook)
25083         (gnus-outlook-repair-attribution-block)
25084         (gnus-outlook-repair-attribution-other): Remove redundant
25085         save-excursion.
25086
25087 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25088
25089         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25090         (spam-fetch-field-subject-fast)
25091         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25092         (spam-fetch-article-header): Add functions to deal with Gnus
25093         internals for fast retrieval of article header data.
25094         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25095
25096 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25097
25098         * pop3.el (pop3-md5): Remove.
25099         (pop3-apop): Replace pop3-md5 with md5.
25100
25101         * mm-bodies.el: base64 is always built-in.
25102
25103         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25104         Use with-current-buffer.
25105
25106 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25107
25108         * canlock.el (canlock-insert-header): Remove excessive grouping in
25109         regexp.
25110
25111         * gnus-sum.el (gnus-summary-read-document): Ditto.
25112
25113         * gnus-uu.el (gnus-uu-part-number): Ditto.
25114
25115         * html2text.el (html2text-remove-tags): Ditto.
25116         (html2text-format-tags): Ditto.
25117         (html2text-format-single-elements): Ditto.
25118
25119         * mml.el (mml-parse-1): Ditto.
25120
25121 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25122
25123         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25124
25125         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25126
25127         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25128
25129         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25130
25131 2003-11-15  Simon Josefsson  <jas@extundo.com>
25132
25133         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25134         (pgg-gpg-lookup-key): Use regexp match instead of
25135         split-string (split-string is different between emacs 21.2 and
25136         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25137
25138 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25139
25140         * gnus-art.el (gnus-mime-view-all-parts)
25141         (gnus-article-part-wrapper, gnus-article-view-part):
25142         Use with-current-buffer.
25143
25144 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25145
25146         * spam.el (spam-disable-spam-split-during-ham-respool)
25147         (spam-spamoracle-database, spam-cache-lookups)
25148         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25149         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25150         (spam-group-ham-marks, spam-group-spam-marks)
25151         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25152         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25153         also add spam-use-blackholes to the statistical checks.
25154         (spam-fetch-field-fast): Add interface to fetching fields, may
25155         become a macro.
25156         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25157         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25158         (spam-insert-fake-headers): Fake an article when needed.
25159         (spam-find-spam): Fake article when possible.
25160         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25161         (spam-check-bogofilter-headers): Use message-fetch-field instead
25162         of nnmail-fetch-field.
25163
25164 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25165
25166         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25167
25168 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25169
25170         * spam.el (spam-split): Do not require spam-use-CHECK to be
25171         enabled if that check is passed to spam-split explicitly; also
25172         fix so 'spam doesn't get converted to spam-split-group when
25173         spam-split-symbolic-return is t.
25174         (spam-find-spam): Find registrations of the article and use those
25175         instead of re-running spam-split to find the spam/ham
25176         classification of the article.
25177         (spam-log-processing-to-registry, spam-log-registered-p)
25178         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25179         Use gnus-error instead of gnus-message.
25180         (spam-log-registration-type): Add function to determine the
25181         classification of a message based on registry entries; will
25182         return nil if both 'spam and 'ham are found.
25183         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25184         a reasonably fast local cache without the loading errors.
25185         (spam-cache-lookups): Set to t by default.
25186         (spam-find-spam): Don't try to guess spam-cache-lookups.
25187         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25188         spam-caches entry.
25189         (spam-filelist-build-cache, spam-filelist-check-cache):
25190         Fix caching of whitelist/blacklist entries.
25191         (spam-check-whitelist, spam-check-blacklist):
25192         Invoke spam-from-listed-p with a type, not a cache variable.
25193         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25194
25195 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25196
25197         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25198
25199         * nnmail.el (nnmail-split-fancy): do.
25200
25201         * mml.el (mml-parse): do.
25202
25203         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25204         (gnus-score-adaptive): do.
25205
25206 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25207
25208         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25209         (gnus-mime-button-map): Don't set keymap parent.
25210         (gnus-button-ctan-directory-regexp): Use shy grouping.
25211         (gnus-prev-page-map): Don't set keymap parent.
25212         (gnus-prev-page-map): Remove duplicated one.
25213         (gnus-next-page-map): Don't set keymap parent.
25214         (gnus-mime-security-button-map): Ditto.
25215
25216         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25217         version number.
25218
25219         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25220
25221 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25222
25223         * canlock.el (canlock-sha1-function): Remove.
25224         (canlock-sha1-function-for-verify): Remove.
25225         (canlock-openssl-program): Remove.
25226         (canlock-openssl-args): Remove.
25227         (canlock-ignore-errors): Remove.
25228         (canlock-sha1-with-openssl): Remove.
25229         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25230         (canlock-verify): Don't use canlock-ignore-errors.
25231
25232         * sha1-el.el (sha1-string-external): Make it can return a string
25233         in binary form.
25234         (sha1-region-external): Ditto.
25235         (sha1-string-internal): Ditto.
25236         (sha1-region-internal): Ditto.
25237         (sha1-region): Ditto.
25238         (sha1-string): Ditto.
25239         (sha1): Ditto.
25240
25241 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25242
25243         * spam.el (spam-report-articles-gmane): New command.
25244
25245 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25246
25247         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25248
25249         * run-at-time.el (run-at-time-saved): Remove.
25250         (run-at-time): Doc fix.
25251
25252 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25253
25254         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25255         (gnus-summary-limit-map): Add it.
25256         (gnus-summary-make-menu-bar): do.
25257
25258 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25259
25260         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25261         Make attempt at some caching support (done for BBDB only now).
25262         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25263         addresses to be checked.
25264         (spam-clear-cache-BBDB): Add function, to be invoked by
25265         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25266         (spam-check-BBDB): Check and use the caches, if
25267         spam-cache-lookups is on, remove superfluous (provide).
25268
25269 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25270
25271         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25272
25273 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25274
25275         * run-at-time.el (run-at-time-saved): Move to after the definition
25276         of `run-at-time'.
25277
25278         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25279
25280 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25281
25282         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25283         mm-w3m-local-map-property.
25284
25285         * mm-view.el (mm-w3m-mode-map): Remove.
25286         (mm-w3m-local-map-property): Remove.
25287         (mm-inline-text-html-render-with-w3m): Don't use
25288         mm-w3m-local-map-property.
25289
25290 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25291
25292         * run-at-time.el: New file.
25293
25294         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25295         under Emacs.
25296
25297         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25298         of gnus-set-text-properties.
25299
25300         * gnus-uu.el (gnus-uu-save-article): Ditto.
25301
25302         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25303
25304         * gnus-cite.el (gnus-cite-parse): Ditto.
25305
25306         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25307         of gnus-.
25308
25309         * gnus-xmas.el (run-at-time): Require run-at-time.
25310
25311         * gnus.el: Change calls to nnheader-run-at-time and
25312         password-run-at-time throughout to use run-at-time directly.
25313
25314         * password.el: Remove definition of run-at-time.
25315
25316         * nnheaderxm.el: Remove definition of run-at-time.
25317
25318 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25319
25320         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25321         in prompt.
25322
25323 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25324
25325         * messagexmas.el (message-xmas-redefine): Alias
25326         `message-make-caesar-translation-table' to
25327         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25328         version.
25329
25330         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25331         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25332         `gnus-xmas-set-text-properties'.
25333         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25334         `gnus-xmas-completing-read'.
25335         (gnus-xmas-completing-read): Removed.
25336         (gnus-xmas-open-network-stream): Removed.
25337
25338         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25339         XEmacs version.
25340
25341         * dns.el (dns-make-network-process): Use `open-network-stream'
25342         instead of `gnus-xmas-open-network-stream'.
25343
25344         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25345
25346         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25347
25348 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25349
25350         * gnus-art.el (gnus-mime-display-alternative)
25351         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25352         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25353         Don't use gnus-local-map-property.
25354
25355         * gnus-util.el (gnus-local-map-property): Remove.
25356
25357         * mm-view.el (mm-view-pkcs7-decrypt):
25358         Replace gnus-completing-read-maybe-default with completing-read.
25359
25360         * gnus-util.el (gnus-completing-read): do.
25361         (gnus-completing-read-maybe-default): Remove.
25362
25363 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25364
25365         * password.el: Only autoload `run-at-time' if not XEmacs.
25366         Only autoload the itimer functions if XEmacs.
25367
25368 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25369
25370         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25371         XEmacsen.
25372
25373         * dgnushack.el: Autoload executable-find for XEmacs.
25374
25375 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25376
25377         * gnus-art.el (gnus-read-string): Remove.
25378         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25379         read-string.
25380
25381 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25382
25383         * netrc.el: Autoload password-read.
25384         (netrc): Add configuration group.
25385         (netrc-encoding-method, netrc-openssl-path):
25386         Add variables for encoding and decoding of files with symmetric
25387         ciphers.
25388         (netrc-encode): Add assistant function to encode a file with
25389         netrc-encoding-method.
25390         (netrc-parse): Add interactive parameter, added optional
25391         decoding if netrc-encoding-method is non-nil but otherwise
25392         behavior is standard.
25393         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25394         Do s/encode/encrypt/ everywhere.
25395
25396         * spam.el: Remove executable-find autoload.
25397
25398 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25399
25400         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25401
25402         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25403
25404 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25405
25406         * gnus-art.el (gnus-treat-ansi-sequences)
25407         (article-treat-ansi-sequences): New variable and function.
25408         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25409
25410         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25411         Use it.
25412
25413 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25414
25415         * mm-util.el (mm-quote-arg): Remove.
25416
25417         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25418         shell-quote-argument.
25419
25420         * gnus-uu.el (gnus-uu-command): do.
25421
25422         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25423
25424         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25425         with make-char.
25426
25427         * mm-util.el (mm-make-char): Remove.
25428
25429         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25430         add-minor-mode.
25431
25432         * gnus-undo.el (gnus-undo-mode): do.
25433
25434         * gnus-topic.el (gnus-topic-mode): do.
25435
25436         * gnus-sum.el (gnus-dead-summary-mode): do.
25437
25438         * gnus-start.el (gnus-slave-mode): do.
25439
25440         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25441
25442         * gnus-ml.el (gnus-mailing-list-mode): do.
25443
25444         * gnus-gl.el (gnus-grouplens-mode): do.
25445
25446         * gnus-draft.el (gnus-draft-mode): do.
25447
25448         * gnus-dired.el (gnus-dired-mode): do.
25449
25450         * gnus-ems.el (gnus-add-minor-mode): Remove.
25451
25452         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25453         Replace gnus-char-width with char-width.
25454
25455         * gnus-ems.el (gnus-char-width): Remove.
25456
25457         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25458         Replace gnus-char-width with char-width.
25459
25460         * gnus-ems.el (gnus-char-width): Remove.
25461
25462         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25463         definition.
25464         Remove Emacs 20 hash table compatibility code.
25465
25466         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25467         20 compatibility code.
25468
25469         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25470
25471         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25472
25473         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25474         Replace with point-at-{eol,bol}.
25475
25476         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25477
25478         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25479
25480         * flow-fill.el (fill-flowed-point-at-bol)
25481         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25482
25483         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25484         Replace with point-at-{eol,bol} throughout all files.
25485
25486 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25487
25488         * ntlm.el (ntlm-string-as-unibyte): New macro.
25489         (ntlm-build-auth-response): Use it.
25490
25491         Remove Emacs 20 stuff:
25492         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25493         (butlast, mapc, remove): Remove the compiler macros.
25494         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25495         of delq and copy-sequence.
25496         * gnus-art.el (popup-menu): Remove the compiler macro.
25497         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25498         Emacs 20.
25499
25500 2004-01-05  Simon Josefsson  <jas@extundo.com>
25501
25502         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25503         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25504         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25505         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25506         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25507         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25508         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25509         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25510         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25511         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25512         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25513         string-xor into ntlm-string-xor.
25514         Suggested by Jesper Harder <harder@myrealbox.com>.
25515
25516         * ntlm.el: Don't include poem.
25517
25518         * md4.el (print-int32, print-string-hexa): Remove.
25519         Suggested by Jesper Harder <harder@myrealbox.com>.
25520
25521         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25522
25523         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25524         probably breaks emacs with DL patch, but do we care? Is anyone
25525         still using the DL stuff?)
25526
25527         * sieve-manage.el: Use the password package.
25528         (sieve-manage-read-passwd): Remove.
25529         (sieve-manage-interactive-login): Use password.  Re-add
25530         condition-case around loop.
25531
25532         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25533         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25534         Use the password package.
25535
25536 2003-02-19  Simon Josefsson  <jas@extundo.com>
25537
25538         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25539         token.
25540
25541 2002-08-07  Simon Josefsson  <jas@extundo.com>
25542
25543         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25544         (sieve-manage-authenticators):
25545         (sieve-manage-authenticator-alist): Add some SASL mechs.
25546         (sieve-sasl-auth): New function.
25547         (sieve-manage-cram-md5-auth):
25548         (sieve-manage-plain-auth): Rewrite using SASL library.
25549         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25550         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25551         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25552         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25553
25554 2004-01-05  Simon Josefsson  <jas@extundo.com>
25555
25556         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25557         New files.
25558
25559 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25560
25561         * gnus-group.el (gnus-no-groups-message): Update.
25562
25563         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25564
25565 2003-11-09  Simon Josefsson  <jas@extundo.com>
25566
25567         * imap.el: Support for ID IMAP extension (RFC 2971).
25568         (imap-local-variables): Add imap-id.
25569         (imap-id): New variable.
25570         (imap-id): New function.
25571         (imap-parse-response): Parse untagged ID response.
25572         * nnimap.el (nnimap-id): New variable.
25573         (nnimap-open-connection): Use it.
25574
25575 2003-12-28  Simon Josefsson  <jas@extundo.com>
25576
25577         * gnus-score.el (gnus-score-edit-all-score): New.
25578         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25579
25580 2004-01-04  Simon Josefsson  <jas@extundo.com>
25581
25582         * password.el: Add.
25583
25584 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25585
25586         * dns.el (dns-query-types): Fix typo.
25587         (dns-query-types): New function.
25588         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25589         PTR and SOA replies, see RFC 1035.
25590
25591 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25592
25593         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25594
25595         * Move to Changelog.2.
25596
25597 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25598
25599         * gnus.el (gnus-version-number): Bump version.
25600
25601 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25602
25603         * gnus.el: No Gnus v0.1 is released.
25604
25605 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25606
25607         * gnus.el: No Gnus v0.0 is released.
25608
25609 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25610
25611         * gnus.el (gnus-version-number): Bump.
25612         (gnus-version): No.
25613
25614 See ChangeLog.2 for earlier changes.
25615
25616   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25617
25618   This file is part of GNU Emacs.
25619
25620   GNU Emacs is free software: you can redistribute it and/or modify
25621   it under the terms of the GNU General Public License as published by
25622   the Free Software Foundation, either version 3 of the License, or
25623   (at your option) any later version.
25624
25625   GNU Emacs is distributed in the hope that it will be useful,
25626   but WITHOUT ANY WARRANTY; without even the implied warranty of
25627   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25628   GNU General Public License for more details.
25629
25630   You should have received a copy of the GNU General Public License
25631   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25632
25633 ;; Local Variables:
25634 ;; coding: utf-8
25635 ;; fill-column: 79
25636 ;; add-log-time-zone-rule: t
25637 ;; End: